# Logfile created on 2024-09-07 06:19:13 +0000 by logger.rb/v1.5.3 #<BuildRuby:0x00007f73b0f0fde0 @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_clang_16", @TARGET_SRC_DIR="/tmp/ruby/src/trunk_clang_16", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk_clang_16", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk_clang_16", @configure_opts=["CC=clang-16"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS='-j4'", @spec_opts="-j", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=10800, @logfile="/home/ko1/ruby/logs/brlog.trunk_clang_16.20240907-061913", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00007f73b0f30e00 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007f73b0f30b30 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007f73b0e4a568 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk_clang_16.20240907-061913", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk_clang_16.20240907-061913>, @binmode=false, @mon_data=#<Monitor:0x00007f73b0f30540>, @mon_data_owner_object_id=860>>> $$$[beg] git clone --depth 1 https://github.com/ruby/ruby.git trunk_clang_16 Cloning into 'trunk_clang_16'... $$$[end] "git clone --depth 1 https://github.com/ruby/ruby.git trunk_clang_16" exit with 0. $$$[beg] ./autogen.sh $$$[end] "./autogen.sh" exit with 0. $$$[beg] autoconf $$$[end] "autoconf" exit with 0. $$$[beg] /tmp/ruby/src/trunk_clang_16/configure --prefix=/tmp/ruby/install/trunk_clang_16 --disable-install-doc CC=clang-16 checking for ruby... /usr/bin/ruby tool/config.guess already exists tool/config.sub already exists checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking for ld-16... no checking for llvm-ar-16... llvm-ar-16 checking for clang++-16... clang++-16 checking for llvm-nm-16... llvm-nm-16 checking for llvm-objcopy-16... llvm-objcopy-16 checking for llvm-objdump-16... llvm-objdump-16 checking for llvm-ranlib-16... llvm-ranlib-16 checking for llvm-strip-16... llvm-strip-16 checking for gcc... clang-16 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 clang-16 accepts -g... yes checking for clang-16 option to enable C11 features... none needed checking whether the compiler supports GNU C++... yes checking whether clang++-16 accepts -g... yes checking for clang++-16 option to enable C++11 features... unsupported checking for clang++-16 option to enable C++98 features... unsupported checking how to run the C preprocessor... clang-16 -E checking for gas... no checking for as... as checking for gld... no checking for ld... ld 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 clang-16 -E accepts -o... yes checking for llvm-ar-16 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... yes checking whether -fdeclspec is accepted as CXXFLAGS... no checking whether -Wextra-tokens is accepted as CFLAGS... yes checking whether -Wdeprecated-declarations is accepted as CFLAGS... yes checking whether -Wdivision-by-zero is accepted as CFLAGS... yes checking whether -Wdiv-by-zero is accepted as CFLAGS... yes checking whether -Wduplicated-cond is accepted as CFLAGS... no 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... yes 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... no checking whether -Wmissing-noreturn is accepted as CFLAGS... yes checking whether -Wno-cast-function-type is accepted as CFLAGS... yes checking whether -Wno-constant-logical-operand is accepted as CFLAGS... yes checking whether -Wno-long-long is accepted as CFLAGS... yes checking whether -Wno-missing-field-initializers is accepted as CFLAGS... yes checking whether -Wno-overlength-strings is accepted as CFLAGS... yes checking whether -Wno-packed-bitfield-compat is accepted as CFLAGS... no 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... no checking whether -Wsuggest-attribute=noreturn is accepted as CFLAGS... no 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 -Wno-maybe-uninitialized 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... yes checking whether -O3 -D_FORTIFY_SOURCE=2 is accepted as CFLAGS... yes checking whether -fstack-protector-strong is accepted as CFLAGS... yes checking whether -fstack-protector-strong is accepted as LDFLAGS... yes checking for -fstack-protector... -fstack-protector-strong checking whether -Wl,--compress-debug-sections=zlib is accepted as LDFLAGS... yes checking whether -fno-strict-overflow is accepted as CFLAGS... yes checking whether -ggdb3 is accepted as LDFLAGS... yes checking whether -fvisibility=hidden is accepted as CFLAGS... yes checking whether -fno-fast-math is accepted as CFLAGS... yes checking whether -fexcess-precision=standard is accepted as CFLAGS... yes checking whether -fp-model precise is accepted as CFLAGS... no checking whether compiler has statement and declarations in expressions... yes checking for pthread.h... yes checking for pthread_create in -lthr... no checking for pthread_create in -lpthread... yes checking for pthread_np.h... no checking thread model... pthread checking whether CXXFLAGS is valid... no configure: WARNING: something wrong with CXXFLAGS="" checking for crypt in -lcrypt... yes checking for dlopen in -ldl... yes checking for shutdown in -lsocket... no checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for _Bool... yes checking for stdbool.h that conforms to C99... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for afunix.h... no checking for atomic.h... no checking for copyfile.h... no checking for direct.h... no checking for grp.h... yes checking for fcntl.h... yes checking for float.h... yes checking for ieeefp.h... no checking for intrinsics.h... no checking for langinfo.h... yes checking for limits.h... yes checking for locale.h... yes checking for malloc.h... yes checking for malloc/malloc.h... no checking for malloc_np.h... no checking for net/socket.h... no checking for process.h... no checking for pwd.h... yes checking for sanitizer/asan_interface.h... yes checking for sanitizer/msan_interface.h... yes checking for setjmpex.h... no checking for stdalign.h... yes checking for stdio.h... (cached) yes checking for sys/attr.h... no checking for sys/eventfd.h... yes checking for sys/fcntl.h... yes checking for sys/file.h... yes checking for sys/id.h... no checking for sys/ioctl.h... yes checking for sys/mkdev.h... no checking for sys/param.h... yes checking for sys/prctl.h... yes checking for sys/random.h... yes checking for sys/resource.h... yes checking for sys/select.h... yes checking for sys/sendfile.h... yes checking for sys/socket.h... yes checking for sys/syscall.h... yes checking for sys/sysmacros.h... yes checking for sys/time.h... yes checking for sys/times.h... yes checking for sys/uio.h... yes checking for sys/utime.h... no checking for syscall.h... yes checking for time.h... yes checking for ucontext.h... yes checking for utime.h... yes checking for sys/epoll.h... yes checking for sys/event.h... no checking for stdckdint.h... no checking for stdatomic.h... yes checking for x86intrin.h... yes checking for x86intrin.h when defined(__x86_64__)... yes checking for gmp.h... yes checking for library containing __gmpz_init... -lgmp checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking whether byte ordering is bigendian... no checking for an ANSI C-conforming const... yes checking whether char is unsigned... no checking for inline... inline checking for working volatile... yes checking for typeof syntax and keyword spelling... typeof checking for C/C++ restrict keyword... __restrict__ checking for long long... yes checking for off_t... yes checking char bit... 8 checking size of int... 4 checking size of short... 2 checking size of long... 8 checking size of long long... 8 checking size of __int64... 0 checking size of __int128... 16 checking size of off_t... 8 checking size of void*... 8 checking size of float... 4 checking size of double... 8 checking size of time_t... 8 checking size of clock_t... 8 checking word size... 8 checking packed struct attribute... x __attribute__((packed)) checking whether -Wno-address-of-packed-member is accepted as CFLAGS... yes checking for printf prefix for long long... ll checking for pid_t... yes checking for convertible type of pid_t... INT checking for uid_t... yes checking for convertible type of uid_t... UINT checking for gid_t... yes checking for convertible type of gid_t... UINT checking for time_t... yes checking for convertible type of time_t... LONG checking for dev_t... yes checking for convertible type of dev_t... ULONG checking for mode_t... yes checking for convertible type of mode_t... UINT checking for rlim_t... yes checking for convertible type of rlim_t... ULONG checking for off_t... (cached) yes checking for convertible type of off_t... LONG checking for clockid_t... yes checking for convertible type of clockid_t... INT checking for variable length macro... yes checking if _Alignof() works... yes checking for CONSTFUNC function attribute... __attribute__ ((__const__)) x checking for PUREFUNC function attribute... __attribute__ ((__pure__)) x checking for NORETURN function attribute... __attribute__ ((__noreturn__)) x checking for DEPRECATED function attribute... __attribute__ ((__deprecated__)) x checking for DEPRECATED_BY function attribute... __attribute__ ((__deprecated__("by "#n))) x checking for NOINLINE function attribute... __attribute__ ((__noinline__)) x checking for ALWAYS_INLINE function attribute... __attribute__ ((__always_inline__)) x checking for NO_SANITIZE function attribute... __attribute__ ((__no_sanitize__(san))) x checking for NO_SANITIZE_ADDRESS function attribute... __attribute__ ((__no_sanitize_address__)) x checking for NO_ADDRESS_SAFETY_ANALYSIS function attribute... __attribute__ ((__no_address_safety_analysis__)) x checking for WARN_UNUSED_RESULT function attribute... __attribute__ ((__warn_unused_result__)) x checking for MAYBE_UNUSED function attribute... __attribute__ ((__unused__)) x checking for ERRORFUNC function attribute... __attribute__ ((__error__ mesg)) x checking for WARNINGFUNC function attribute... __attribute__ ((__warning__ mesg)) x checking for WEAK function attribute... __attribute__ ((__weak__)) x checking for __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... __attribute__ ((__cdecl__)) x checking for FUNC_FASTCALL function attribute... x checking for FUNC_UNOPTIMIZED function attribute... x checking for FUNC_MINIMIZED function attribute... 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 clang-16 options needed to detect all undeclared functions... none needed checking whether sys_nerr is declared... no checking whether getenv is declared... yes checking for size_t... yes checking size of size_t... 8 checking size of ptrdiff_t... 8 checking size of dev_t... 8 checking for printf prefix for size_t... z checking for printf prefix for ptrdiff_t... t checking for struct stat.st_blksize... yes checking for struct stat.st_blocks... yes checking for struct stat.st_rdev... yes checking size of struct stat.st_size... SIZEOF_OFF_T checking size of struct stat.st_blocks... SIZEOF_OFF_T checking size of struct stat.st_ino... SIZEOF_LONG checking size of struct stat.st_dev... SIZEOF_DEV_T checking size of struct stat.st_rdev... SIZEOF_DEV_T checking for struct stat.st_atim... yes checking for struct stat.st_atimespec... no checking for struct stat.st_atimensec... no checking for struct stat.st_mtim... yes checking for struct stat.st_mtimespec... no checking for struct stat.st_mtimensec... no checking for struct stat.st_ctim... yes checking for struct stat.st_ctimespec... no checking for struct stat.st_ctimensec... no checking for struct stat.st_birthtimespec... no checking for struct statx.stx_btime... yes checking for struct timeval... yes checking size of struct timeval.tv_sec... SIZEOF_TIME_T checking for struct timespec... yes checking for struct timezone... yes checking for fd_mask... yes checking for int8_t... yes checking size of int8_t... 1 checking for uint8_t... yes checking size of uint8_t... 1 checking for int16_t... yes checking size of int16_t... 2 checking for uint16_t... yes checking size of uint16_t... 2 checking for int32_t... yes checking size of int32_t... 4 checking for uint32_t... yes checking size of uint32_t... 4 checking for int64_t... yes checking size of int64_t... 8 checking for uint64_t... yes checking size of uint64_t... 8 checking for int128_t... __int128 checking for uint128_t... unsigned __int128 checking for intptr_t... yes checking size of intptr_t... 8 checking for uintptr_t... yes checking size of uintptr_t... 8 checking for printf prefix for intptr_t... NONE checking for ssize_t... yes checking size of ssize_t... 8 checking for printf prefix for int64_t... NONE checking for stack end address... __libc_stack_end checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for uid_t in sys/types.h... (cached) yes checking type of array argument to getgroups... gid_t checking for working alloca.h... yes checking for alloca... yes checking for dynamic size alloca... ok checking for working memcmp... yes checking for dup... yes checking for dup2... yes checking for acosh... yes checking for cbrt... yes checking for crypt... yes checking for erf... yes checking for explicit_bzero... yes checking for ffs... yes checking for flock... yes checking for hypot... yes checking for lgamma_r... yes checking for memmove... yes checking for nan... yes checking for nextafter... yes checking for setproctitle... no checking for strchr... yes checking for strerror... yes checking for strlcat... yes checking for strlcpy... yes checking for strstr... yes checking for tgamma... yes checking for sys/pstat.h... no checking for pid_t... (cached) yes checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for __syscall... no checking for _longjmp... yes checking for arc4random_buf... yes checking for atan2l... yes checking for atan2f... yes checking whether atomic_signal_fence is declared... yes checking for chmod... yes checking for chown... yes checking for chroot... yes checking for chsize... no checking for clock_gettime... yes checking for copy_file_range... yes checking for cosh... yes checking for crypt_r... yes checking for daemon... (cached) no checking for dirfd... yes checking for dl_iterate_phdr... yes checking for dlopen... yes checking for dladdr... yes checking for dup3... yes checking for eaccess... yes checking for endgrent... yes checking for eventfd... yes checking for execl... yes checking for execle... yes checking for execv... yes checking for execve... yes checking for explicit_memset... no checking for fcopyfile... no checking for fchdir... yes checking for fchmod... yes checking for fchown... yes checking for fcntl... yes checking for fdatasync... yes checking for fdopendir... yes checking for fgetattrlist... no checking for fmod... yes checking for fstatat... yes checking for fsync... yes checking for ftruncate... yes checking for ftruncate64... yes checking for getattrlist... no checking for getcwd... yes checking for getegid... yes checking for getentropy... yes checking for geteuid... yes checking for getgid... yes checking for getgidx... no checking for getgrnam... yes checking for getgrnam_r... yes checking for getgroups... yes checking for getlogin... yes checking for getlogin_r... yes checking for getpgid... yes checking for getpgrp... yes checking for getppid... yes checking for getpriority... yes checking for getpwnam... yes checking for getpwnam_r... yes checking for getpwuid... yes checking for getpwuid_r... yes checking for getrandom... yes checking for getresgid... yes checking for getresuid... yes checking for getrlimit... yes checking for getsid... yes checking for gettimeofday... yes checking for getuid... yes checking for getuidx... no checking for gmtime_r... yes checking for initgroups... yes checking for ioctl... yes checking for isfinite... no checking for issetugid... no checking for kill... yes checking for killpg... yes checking for lchmod... yes checking for lchown... yes checking for link... yes checking for llabs... yes checking for lockf... yes checking for log2... yes checking for lstat... yes checking for lutimes... yes checking for malloc_usable_size... yes checking for malloc_size... no checking for malloc_trim... yes checking for mblen... yes checking for memalign... yes checking for memset_s... no checking for writev... yes checking for memrchr... yes checking for memmem... yes checking for mkfifo... yes checking for mknod... yes checking for mktime... yes checking for mmap... yes checking for mremap... yes checking for openat... yes checking for pclose... yes checking for pipe... yes checking for pipe2... yes checking for poll... yes checking for popen... yes checking for posix_fadvise... yes checking for posix_madvise... yes checking for posix_memalign... yes checking for ppoll... yes checking for pread... yes checking for pwrite... yes checking for qsort_r... yes checking for qsort_s... no checking for readlink... yes checking for realpath... yes checking for round... yes checking for sched_getaffinity... yes checking for seekdir... yes checking for select_large_fdset... no checking for sendfile... yes checking for setegid... yes checking for setenv... yes checking for seteuid... yes checking for setgid... yes checking for setgroups... yes checking for setpgid... yes checking for setpgrp... yes checking for setregid... yes checking for setresgid... yes checking for setresuid... yes checking for setreuid... yes checking for setrgid... no checking for setrlimit... yes checking for setruid... no checking for setsid... yes checking for setuid... yes checking for shutdown... yes checking for sigaction... yes checking for sigaltstack... yes checking for sigprocmask... yes checking for sinh... yes checking for snprintf... yes checking for spawnv... no checking for symlink... yes checking for syscall... yes checking for sysconf... yes checking for system... yes checking for tanh... yes checking for telldir... yes checking for timegm... yes checking for times... yes checking for truncate... yes checking for truncate64... yes checking for tzset... yes checking for umask... yes checking for unsetenv... yes checking for utimensat... yes checking for utimes... yes checking for wait4... yes checking for waitpid... yes checking for __cospi... no checking for __sinpi... no checking for statx... yes checking if getcwd allocates buffer if NULL is given... yes checking for crypt.h... yes checking for struct crypt_data.initialized... yes checking for __builtin_alloca_with_align... yes checking for __builtin_assume_aligned... yes checking for __builtin_bswap16... yes checking for __builtin_bswap32... yes checking for __builtin_bswap64... yes checking for __builtin_popcount... yes checking for __builtin_popcountll... yes checking for __builtin_clz... yes checking for __builtin_clzl... yes checking for __builtin_clzll... yes checking for __builtin_ctz... yes checking for __builtin_ctzll... yes checking for __builtin_add_overflow... yes checking for __builtin_sub_overflow... yes checking for __builtin_mul_overflow... yes checking for __builtin_mul_overflow_p... no 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 llvm-strip-16 flags... -S -x checking whether -fPIE is accepted as CFLAGS... yes checking whether -pie 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 with cast ((void **)) checking for _setjmpex as a macro or function... no checking for _setjmp as a macro or function... yes checking for setjmp type... __builtin_setjmp\((void **)\) 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 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 config.status: creating GNUmakefile config.status: creating Makefile --- Configuration summary for ruby version 3.4.0 * Installation prefix: /tmp/ruby/install/trunk_clang_16 * exec prefix: ${prefix} * arch: x86_64-linux * site arch: ${arch} * RUBY_BASE_NAME: ruby * ruby lib prefix: ${libdir}/${RUBY_BASE_NAME} * site libraries path: ${rubylibprefix}/${sitearch} * vendor path: ${rubylibprefix}/vendor_ruby * target OS: linux * compiler: clang-16 * with thread: pthread * with coroutine: amd64 * with shared GC: no * enable shared libs: no * dynamic library ext: so * CFLAGS: ${hardenflags} -fdeclspec ${optflags} \ ${debugflags} ${warnflags} * LDFLAGS: -L. -fstack-protector-strong -rdynamic \ -Wl,-export-dynamic * DLDFLAGS: -Wl,--compress-debug-sections=zlib * optflags: -O3 -fno-fast-math * debugflags: -ggdb3 * warnflags: -Wall -Wextra -Wextra-tokens \ -Wdeprecated-declarations -Wdivision-by-zero \ -Wdiv-by-zero -Wimplicit-function-declaration \ -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 \ -Wwrite-strings -Wold-style-definition \ -Wmissing-noreturn -Wno-cast-function-type \ -Wno-constant-logical-operand -Wno-long-long \ -Wno-missing-field-initializers \ -Wno-overlength-strings -Wno-parentheses-equality \ -Wno-self-assign -Wno-tautological-compare \ -Wno-unused-parameter -Wno-unused-value \ -Wunused-variable -Wmisleading-indentation -Wundef * hardenflags: -fstack-protector-strong -U_FORTIFY_SOURCE \ -D_FORTIFY_SOURCE=2 * strip command: llvm-strip-16 -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] --- $$$[end] "/tmp/ruby/src/trunk_clang_16/configure --prefix=/tmp/ruby/install/trunk_clang_16 --disable-install-doc CC=clang-16" exit with 0. $$$[beg] make update-download -j4 tool/config.guess already exists tool/config.sub already exists Downloading bundled gem minitest-5.25.1... Downloading bundled gem rake-13.2.1... Downloading bundled gem test-unit-3.6.2... Downloading bundled gem rexml-3.3.7... Downloading bundled gem rss-0.3.1... Downloading bundled gem net-ftp-0.3.7... Downloading bundled gem net-imap-0.4.16... Downloading bundled gem net-pop-0.1.2... Downloading bundled gem net-smtp-0.5.0... Downloading bundled gem matrix-0.4.2... Downloading bundled gem prime-0.1.2... Downloading bundled gem rbs-3.5.3... Downloading bundled gem debug-1.9.2... Downloading bundled gem racc-1.8.1... Downloading bundled gem mutex_m-0.2.0... Downloading bundled gem getoptlong-0.2.1... Downloading bundled gem base64-0.2.0... Downloading bundled gem bigdecimal-3.1.8... Downloading bundled gem observer-0.1.2... Downloading bundled gem abbrev-0.1.2... Downloading bundled gem resolv-replace-0.1.1... Downloading bundled gem rinda-0.2.0... Downloading bundled gem drb-2.2.1... Downloading bundled gem nkf-0.2.0... Downloading bundled gem syslog-0.1.2... Downloading bundled gem csv-3.3.0... /usr/bin/mkdir -p /tmp/ruby/src/trunk_clang_16/.bundle/.timestamp /usr/bin/mkdir -p /tmp/ruby/src/trunk_clang_16/gems/src Cloning https://github.com/ruby/power_assert Cloning into '/tmp/ruby/src/trunk_clang_16/gems/src/power_assert'... Cloning https://github.com/ruby/typeprof Cloning into '/tmp/ruby/src/trunk_clang_16/gems/src/typeprof'... Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5 From https://github.com/ruby/power_assert * branch 84e85124c5014a139af39161d484156cfe87a9ed -> FETCH_HEAD HEAD is now at 84e8512 Merge pull request #48 from casperisfine/frozen-string-literals echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk_clang_16/tool/ifchange /tmp/ruby/src/trunk_clang_16/.bundle/.timestamp/power_assert.revision - /tmp/ruby/src/trunk_clang_16/.bundle/.timestamp/power_assert.revision updated From https://github.com/ruby/typeprof * branch b19a6416da3a05d57fadd6ffdadb382b6d236ca5 -> FETCH_HEAD HEAD is now at b19a641 Add support for future `putchilledstring` instruction echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk_clang_16/tool/ifchange /tmp/ruby/src/trunk_clang_16/.bundle/.timestamp/typeprof.revision - /tmp/ruby/src/trunk_clang_16/.bundle/.timestamp/typeprof.revision updated Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk_clang_16/gems/power_assert-2.0.3.gem Building typeprof@b19a6416da3a05d57fadd6ffdadb382b6d236ca5 to /tmp/ruby/src/trunk_clang_16/gems/typeprof-0.21.11.gem Successfully built RubyGem Name: power_assert Version: 2.0.4dev File: power_assert-2.0.4dev.gem Successfully built RubyGem Name: typeprof Version: 0.21.11 File: typeprof-0.21.11.gem $$$[end] "make update-download -j4" exit with 0. $$$[beg] make update-src -j4 Already up to date. Latest commit hash = c1a510a8df $$$[end] "make update-src -j4" exit with 0. $$$[beg] make after-update -j4 generating id.h generating optinsn.inc generating optunifs.inc generating insns.inc id.h updated generating insns_info.inc generating vmtc.inc generating vm.inc generating node_name.inc generating known_errors.inc generating vm_call_iseq_optimized.inc known_errors.inc updated vm_call_iseq_optimized.inc updated /usr/bin/mkdir -p /tmp/ruby/src/trunk_clang_16/enc/jis + cp /tmp/ruby/src/trunk_clang_16/enc/jis/props.h.blt /tmp/ruby/src/trunk_clang_16/enc/jis/props.h /usr/bin/ruby --disable=gems /tmp/ruby/src/trunk_clang_16/tool/gen_dummy_probes.rb /tmp/ruby/src/trunk_clang_16/probes.d > probes.dmyh /tmp/ruby/src/trunk_clang_16/revision.h updated generating /tmp/ruby/src/trunk_clang_16/lib/ruby_vm/rjit/instruction.rb generating parse.c copying lex.c generating id.c making /tmp/ruby/src/trunk_clang_16/ast.rbinc making /tmp/ruby/src/trunk_clang_16/dir.rbinc id.c updated making /tmp/ruby/src/trunk_clang_16/gc.rbinc making /tmp/ruby/src/trunk_clang_16/numeric.rbinc generating enc/trans/newline.c ... making /tmp/ruby/src/trunk_clang_16/io.rbinc making /tmp/ruby/src/trunk_clang_16/marshal.rbinc making /tmp/ruby/src/trunk_clang_16/rjit.rbinc making /tmp/ruby/src/trunk_clang_16/rjit_c.rbinc making /tmp/ruby/src/trunk_clang_16/pack.rbinc making /tmp/ruby/src/trunk_clang_16/trace_point.rbinc making /tmp/ruby/src/trunk_clang_16/warning.rbinc making /tmp/ruby/src/trunk_clang_16/array.rbinc making /tmp/ruby/src/trunk_clang_16/hash.rbinc making /tmp/ruby/src/trunk_clang_16/kernel.rbinc making /tmp/ruby/src/trunk_clang_16/ractor.rbinc making /tmp/ruby/src/trunk_clang_16/symbol.rbinc making /tmp/ruby/src/trunk_clang_16/timev.rbinc making /tmp/ruby/src/trunk_clang_16/thread_sync.rbinc making /tmp/ruby/src/trunk_clang_16/nilclass.rbinc making /tmp/ruby/src/trunk_clang_16/prelude.rbinc making /tmp/ruby/src/trunk_clang_16/gem_prelude.rbinc making /tmp/ruby/src/trunk_clang_16/yjit.rbinc generating /tmp/ruby/src/trunk_clang_16/ext/ripper/ripper.c generating /tmp/ruby/src/trunk_clang_16/ext/rbconfig/sizeof/sizes.c make[1]: Entering directory '/tmp/ruby/src/trunk_clang_16/ext/ripper' extracting ripper.y from ../../parse.y make[1]: Entering directory '/tmp/ruby/src/trunk_clang_16/ext/rbconfig/sizeof' generating /tmp/ruby/src/trunk_clang_16/ext/rbconfig/sizeof/limits.c make[1]: Entering directory '/tmp/ruby/src/trunk_clang_16/ext/rbconfig/sizeof' sizes.c updated make[1]: Leaving directory '/tmp/ruby/src/trunk_clang_16/ext/rbconfig/sizeof' limits.c updated make[1]: Leaving directory '/tmp/ruby/src/trunk_clang_16/ext/rbconfig/sizeof' make[1]: Entering directory '/tmp/ruby/src/trunk_clang_16/ext/socket' generating constant definitions make[1]: Entering directory '/tmp/ruby/src/trunk_clang_16/ext/etc' generating constant definitions make[1]: Leaving directory '/tmp/ruby/src/trunk_clang_16/ext/etc' generating miniprelude.c make[1]: Leaving directory '/tmp/ruby/src/trunk_clang_16/ext/socket' generating golf_prelude.c golf_prelude.c updated generating eventids1.c from ../../parse.y miniprelude.c updated generating eventids1.h from ../../parse.y generating eventids2table.c from ./eventids2.c generating x86_64-linux-fake.rb compiling compiler ripper.y /bin/sh /tmp/ruby/src/trunk_clang_16/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp rbconfig.rb updated generating ripper_init.c from ./ripper_init.c.tmpl x86_64-linux-fake.rb updated generating enc.mk making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk_clang_16' generating table from enc/trans/big5.c generating table from enc/trans/cesu_8.c generating enc/trans/cesu_8.c ... generating table from enc/trans/chinese.c generating enc/trans/chinese.c ... generating table from enc/trans/ebcdic.c generating enc/trans/ebcdic.c ... generating table from enc/trans/emoji.c generating enc/trans/emoji.c ... generating table from enc/trans/emoji_iso2022_kddi.c generating enc/trans/emoji_iso2022_kddi.c ... generating table from enc/trans/emoji_sjis_docomo.c generating enc/trans/emoji_sjis_docomo.c ... generating table from enc/trans/emoji_sjis_kddi.c generating enc/trans/emoji_sjis_kddi.c ... generating table from enc/trans/emoji_sjis_softbank.c generating enc/trans/emoji_sjis_softbank.c ... generating table from enc/trans/escape.c generating enc/trans/escape.c ... generating table from enc/trans/gb18030.c generating enc/trans/big5.c ... generating table from enc/trans/gbk.c generating table from enc/trans/iso2022.c generating enc/trans/iso2022.c ... generating table from enc/trans/japanese.c generating enc/trans/japanese.c ... generating table from enc/trans/japanese_euc.c make[1]: Leaving directory '/tmp/ruby/src/trunk_clang_16/ext/ripper' generating table from enc/trans/japanese_sjis.c generating enc/trans/gbk.c ... generating table from enc/trans/korean.c generating enc/trans/japanese_sjis.c ... generating table from enc/trans/single_byte.c generating enc/trans/gb18030.c ... generating table from enc/trans/utf8_mac.c generating enc/trans/single_byte.c ... generating table from enc/trans/utf_16_32.c generating enc/trans/korean.c ... generating enc/trans/utf_16_32.c ... generating /tmp/ruby/src/trunk_clang_16/ext/ripper/ripper_init.c make[1]: Entering directory '/tmp/ruby/src/trunk_clang_16/ext/ripper' make[1]: Nothing to be done for 'src'. make[1]: Leaving directory '/tmp/ruby/src/trunk_clang_16/ext/ripper' generating /tmp/ruby/src/trunk_clang_16/ext/ripper/eventids1.h make[1]: Entering directory '/tmp/ruby/src/trunk_clang_16/ext/ripper' make[1]: Nothing to be done for 'src'. make[1]: Leaving directory '/tmp/ruby/src/trunk_clang_16/ext/ripper' generating /tmp/ruby/src/trunk_clang_16/ext/ripper/eventids1.c make[1]: Entering directory '/tmp/ruby/src/trunk_clang_16/ext/ripper' make[1]: Nothing to be done for 'src'. make[1]: Leaving directory '/tmp/ruby/src/trunk_clang_16/ext/ripper' generating /tmp/ruby/src/trunk_clang_16/ext/ripper/eventids2table.c make[1]: Entering directory '/tmp/ruby/src/trunk_clang_16/ext/ripper' make[1]: Nothing to be done for 'src'. make[1]: Leaving directory '/tmp/ruby/src/trunk_clang_16/ext/ripper' generating enc/trans/japanese_euc.c ... generating enc/trans/utf8_mac.c ... make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_16' /usr/bin/mkdir -p /tmp/ruby/src/trunk_clang_16/.bundle/gems Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5 Extracting bundle gem minitest-5.25.1... Extracting bundle gem rake-13.2.1... echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk_clang_16/tool/ifchange /tmp/ruby/src/trunk_clang_16/.bundle/.timestamp/power_assert.revision - echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk_clang_16/tool/ifchange /tmp/ruby/src/trunk_clang_16/.bundle/.timestamp/typeprof.revision - /tmp/ruby/src/trunk_clang_16/.bundle/.timestamp/power_assert.revision unchanged /tmp/ruby/src/trunk_clang_16/.bundle/.timestamp/typeprof.revision unchanged Extracting bundle gem test-unit-3.6.2... Extracting bundle gem rexml-3.3.7... Unpacked gems/minitest-5.25.1.gem Extracting bundle gem rss-0.3.1... Unpacked gems/rake-13.2.1.gem Extracting bundle gem net-ftp-0.3.7... Unpacked gems/rexml-3.3.7.gem Unpacked gems/test-unit-3.6.2.gem Extracting bundle gem net-imap-0.4.16... Extracting bundle gem net-pop-0.1.2... Unpacked gems/net-ftp-0.3.7.gem Extracting bundle gem net-smtp-0.5.0... Unpacked gems/net-pop-0.1.2.gem Unpacked gems/rss-0.3.1.gem Extracting bundle gem matrix-0.4.2... Extracting bundle gem prime-0.1.2... Unpacked gems/net-imap-0.4.16.gem Extracting bundle gem rbs-3.5.3... Unpacked gems/matrix-0.4.2.gem Unpacked gems/net-smtp-0.5.0.gem Unpacked gems/prime-0.1.2.gem Extracting bundle gem debug-1.9.2... Extracting bundle gem racc-1.8.1... Extracting bundle gem mutex_m-0.2.0... Unpacked gems/mutex_m-0.2.0.gem Extracting bundle gem getoptlong-0.2.1... Unpacked gems/debug-1.9.2.gem Unpacked gems/racc-1.8.1.gem Extracting bundle gem base64-0.2.0... Unpacked gems/rbs-3.5.3.gem Extracting bundle gem bigdecimal-3.1.8... Extracting bundle gem observer-0.1.2... Unpacked gems/getoptlong-0.2.1.gem Extracting bundle gem abbrev-0.1.2... Unpacked gems/base64-0.2.0.gem Unpacked gems/observer-0.1.2.gem Extracting bundle gem resolv-replace-0.1.1... Unpacked gems/bigdecimal-3.1.8.gem Extracting bundle gem rinda-0.2.0... Extracting bundle gem drb-2.2.1... Unpacked gems/abbrev-0.1.2.gem Extracting bundle gem nkf-0.2.0... Unpacked gems/resolv-replace-0.1.1.gem Extracting bundle gem syslog-0.1.2... Unpacked gems/drb-2.2.1.gem Unpacked gems/rinda-0.2.0.gem Extracting bundle gem csv-3.3.0... Unpacked gems/nkf-0.2.0.gem Unpacked gems/syslog-0.1.2.gem Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk_clang_16/gems/power_assert-2.0.3.gem Unpacked gems/csv-3.3.0.gem Extracting bundle gem typeprof-0.21.11... Successfully built RubyGem Name: power_assert Version: 2.0.4dev File: power_assert-2.0.4dev.gem Extracting bundle gem power_assert-2.0.3... Unpacked gems/typeprof-0.21.11.gem Try with hash version of bundled gems instead of gems/power_assert-2.0.3.gem. We don't use this gem with release version of Ruby. Unpacked gems/power_assert-2.0.4dev.gem $$$[end] "make after-update -j4" exit with 0. $$$[beg] make miniruby -j4 BASERUBY = /usr/bin/ruby --disable=gems CC = clang-16 LD = ld LDSHARED = clang-16 -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_clang_16/include -I/tmp/ruby/src/trunk_clang_16 -I/tmp/ruby/src/trunk_clang_16/prism -I/tmp/ruby/src/trunk_clang_16/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie 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_clang_16/yjit/target/release/' /tmp/ruby/src/trunk_clang_16/yjit/src/lib.rs Ubuntu clang version 16.0.6 (23ubuntu4) Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/bin compiling /tmp/ruby/src/trunk_clang_16/main.c compiling /tmp/ruby/src/trunk_clang_16/dmydln.c compiling /tmp/ruby/src/trunk_clang_16/miniinit.c making dummy probes.h compiling /tmp/ruby/src/trunk_clang_16/ast.c compiling /tmp/ruby/src/trunk_clang_16/bignum.c compiling /tmp/ruby/src/trunk_clang_16/class.c compiling /tmp/ruby/src/trunk_clang_16/compar.c compiling /tmp/ruby/src/trunk_clang_16/compile.c compiling /tmp/ruby/src/trunk_clang_16/complex.c compiling /tmp/ruby/src/trunk_clang_16/cont.c compiling /tmp/ruby/src/trunk_clang_16/debug.c compiling /tmp/ruby/src/trunk_clang_16/debug_counter.c compiling /tmp/ruby/src/trunk_clang_16/dir.c compiling /tmp/ruby/src/trunk_clang_16/dln_find.c compiling /tmp/ruby/src/trunk_clang_16/encoding.c compiling /tmp/ruby/src/trunk_clang_16/enum.c compiling /tmp/ruby/src/trunk_clang_16/enumerator.c compiling /tmp/ruby/src/trunk_clang_16/error.c compiling /tmp/ruby/src/trunk_clang_16/eval.c compiling /tmp/ruby/src/trunk_clang_16/file.c compiling /tmp/ruby/src/trunk_clang_16/gc.c compiling /tmp/ruby/src/trunk_clang_16/hash.c compiling /tmp/ruby/src/trunk_clang_16/inits.c compiling /tmp/ruby/src/trunk_clang_16/imemo.c compiling /tmp/ruby/src/trunk_clang_16/io.c compiling /tmp/ruby/src/trunk_clang_16/io_buffer.c compiling /tmp/ruby/src/trunk_clang_16/iseq.c compiling /tmp/ruby/src/trunk_clang_16/load.c compiling /tmp/ruby/src/trunk_clang_16/marshal.c compiling /tmp/ruby/src/trunk_clang_16/math.c compiling /tmp/ruby/src/trunk_clang_16/memory_view.c compiling /tmp/ruby/src/trunk_clang_16/rjit.c compiling /tmp/ruby/src/trunk_clang_16/rjit_c.c compiling /tmp/ruby/src/trunk_clang_16/node.c compiling /tmp/ruby/src/trunk_clang_16/node_dump.c compiling /tmp/ruby/src/trunk_clang_16/numeric.c compiling /tmp/ruby/src/trunk_clang_16/object.c compiling /tmp/ruby/src/trunk_clang_16/pack.c compiling parse.c compiling /tmp/ruby/src/trunk_clang_16/parser_st.c compiling /tmp/ruby/src/trunk_clang_16/proc.c compiling /tmp/ruby/src/trunk_clang_16/process.c compiling /tmp/ruby/src/trunk_clang_16/ractor.c compiling /tmp/ruby/src/trunk_clang_16/random.c compiling /tmp/ruby/src/trunk_clang_16/range.c compiling /tmp/ruby/src/trunk_clang_16/rational.c compiling /tmp/ruby/src/trunk_clang_16/re.c compiling /tmp/ruby/src/trunk_clang_16/regcomp.c compiling /tmp/ruby/src/trunk_clang_16/regenc.c compiling /tmp/ruby/src/trunk_clang_16/regerror.c compiling /tmp/ruby/src/trunk_clang_16/regexec.c compiling /tmp/ruby/src/trunk_clang_16/regparse.c compiling /tmp/ruby/src/trunk_clang_16/regsyntax.c compiling /tmp/ruby/src/trunk_clang_16/ruby.c compiling /tmp/ruby/src/trunk_clang_16/ruby_parser.c compiling /tmp/ruby/src/trunk_clang_16/scheduler.c compiling /tmp/ruby/src/trunk_clang_16/shape.c compiling /tmp/ruby/src/trunk_clang_16/signal.c compiling /tmp/ruby/src/trunk_clang_16/sprintf.c compiling /tmp/ruby/src/trunk_clang_16/st.c compiling /tmp/ruby/src/trunk_clang_16/strftime.c compiling /tmp/ruby/src/trunk_clang_16/string.c compiling /tmp/ruby/src/trunk_clang_16/struct.c compiling /tmp/ruby/src/trunk_clang_16/symbol.c compiling /tmp/ruby/src/trunk_clang_16/thread.c compiling /tmp/ruby/src/trunk_clang_16/time.c compiling /tmp/ruby/src/trunk_clang_16/transcode.c compiling /tmp/ruby/src/trunk_clang_16/util.c compiling /tmp/ruby/src/trunk_clang_16/variable.c compiling /tmp/ruby/src/trunk_clang_16/version.c compiling /tmp/ruby/src/trunk_clang_16/vm.c compiling /tmp/ruby/src/trunk_clang_16/vm_backtrace.c compiling /tmp/ruby/src/trunk_clang_16/vm_dump.c compiling /tmp/ruby/src/trunk_clang_16/vm_sync.c compiling /tmp/ruby/src/trunk_clang_16/vm_trace.c compiling /tmp/ruby/src/trunk_clang_16/weakmap.c compiling /tmp/ruby/src/trunk_clang_16/yjit.c building Rust YJIT (release mode) compiling /tmp/ruby/src/trunk_clang_16/missing/setproctitle.c compiling /tmp/ruby/src/trunk_clang_16/addr2line.c compiling /tmp/ruby/src/trunk_clang_16/array.c compiling prism/api_node.c compiling /tmp/ruby/src/trunk_clang_16/prism/api_pack.c compiling prism/diagnostic.c compiling /tmp/ruby/src/trunk_clang_16/prism/encoding.c compiling /tmp/ruby/src/trunk_clang_16/prism/extension.c compiling prism/node.c compiling /tmp/ruby/src/trunk_clang_16/prism/options.c compiling /tmp/ruby/src/trunk_clang_16/prism/pack.c compiling prism/prettyprint.c compiling /tmp/ruby/src/trunk_clang_16/prism/regexp.c compiling prism/serialize.c compiling /tmp/ruby/src/trunk_clang_16/prism/static_literals.c compiling prism/token_type.c compiling /tmp/ruby/src/trunk_clang_16/prism/util/pm_buffer.c compiling /tmp/ruby/src/trunk_clang_16/prism/util/pm_char.c compiling /tmp/ruby/src/trunk_clang_16/prism/util/pm_constant_pool.c compiling /tmp/ruby/src/trunk_clang_16/prism/util/pm_integer.c compiling /tmp/ruby/src/trunk_clang_16/prism/util/pm_list.c compiling /tmp/ruby/src/trunk_clang_16/prism/util/pm_memchr.c compiling /tmp/ruby/src/trunk_clang_16/prism/util/pm_newline_list.c touch yjit/target/release/libyjit.a compiling /tmp/ruby/src/trunk_clang_16/prism/util/pm_string.c compiling /tmp/ruby/src/trunk_clang_16/prism/util/pm_strncasecmp.c compiling /tmp/ruby/src/trunk_clang_16/prism/util/pm_strpbrk.c compiling /tmp/ruby/src/trunk_clang_16/prism/prism.c compiling /tmp/ruby/src/trunk_clang_16/prism_init.c partial linking yjit/target/release/libyjit.a into yjit/target/release/libyjit.o assembling /tmp/ruby/src/trunk_clang_16/coroutine/amd64/Context.S compiling /tmp/ruby/src/trunk_clang_16/enc/ascii.c compiling /tmp/ruby/src/trunk_clang_16/enc/us_ascii.c compiling /tmp/ruby/src/trunk_clang_16/enc/unicode.c compiling /tmp/ruby/src/trunk_clang_16/enc/utf_8.c compiling enc/trans/newline.c linking miniruby $$$[end] "make miniruby -j4" exit with 0. $$$[beg] make ruby -j4 BASERUBY = /usr/bin/ruby --disable=gems CC = clang-16 LD = ld LDSHARED = clang-16 -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_clang_16/include -I/tmp/ruby/src/trunk_clang_16 -I/tmp/ruby/src/trunk_clang_16/prism -I/tmp/ruby/src/trunk_clang_16/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie 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_clang_16/yjit/target/release/' /tmp/ruby/src/trunk_clang_16/yjit/src/lib.rs Ubuntu clang version 16.0.6 (23ubuntu4) Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/bin compiling /tmp/ruby/src/trunk_clang_16/dln.c compiling /tmp/ruby/src/trunk_clang_16/localeinit.c creating verconf.h verconf.h updated compiling /tmp/ruby/src/trunk_clang_16/dmyext.c builtin_binary.inc updated e3171bff8557bb30c7e829529924c49f15138b50ac21472334fb52c9508acf18 builtin_binary.inc compiling /tmp/ruby/src/trunk_clang_16/dmyenc.c compiling /tmp/ruby/src/trunk_clang_16/loadpath.c compiling /tmp/ruby/src/trunk_clang_16/builtin.c linking static-library libruby-static.a linking ruby $$$[end] "make ruby -j4" exit with 0. $$$[beg] make all -j4 BASERUBY = /usr/bin/ruby --disable=gems CC = clang-16 LD = ld LDSHARED = clang-16 -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_clang_16/include -I/tmp/ruby/src/trunk_clang_16 -I/tmp/ruby/src/trunk_clang_16/prism -I/tmp/ruby/src/trunk_clang_16/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie 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_clang_16/yjit/target/release/' /tmp/ruby/src/trunk_clang_16/yjit/src/lib.rs Ubuntu clang version 16.0.6 (23ubuntu4) Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/bin generating encdb.h generating enc.mk encdb.h updated making srcs under enc making enc make[1]: Entering directory '/tmp/ruby/build/trunk_clang_16' compiling /tmp/ruby/src/trunk_clang_16/enc/encdb.c compiling /tmp/ruby/src/trunk_clang_16/enc/big5.c compiling /tmp/ruby/src/trunk_clang_16/enc/cesu_8.c make[1]: Entering directory '/tmp/ruby/build/trunk_clang_16' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_16' generating transdb.h transdb.h updated compiling /tmp/ruby/src/trunk_clang_16/enc/cp949.c generating makefiles ext/configure-ext.mk compiling /tmp/ruby/src/trunk_clang_16/enc/emacs_mule.c compiling /tmp/ruby/src/trunk_clang_16/enc/euc_jp.c ext/configure-ext.mk updated making trans make[1]: Entering directory '/tmp/ruby/build/trunk_clang_16' compiling /tmp/ruby/src/trunk_clang_16/enc/trans/transdb.c compiling /tmp/ruby/src/trunk_clang_16/enc/euc_kr.c compiling /tmp/ruby/src/trunk_clang_16/enc/euc_tw.c compiling /tmp/ruby/src/trunk_clang_16/enc/gb2312.c compiling /tmp/ruby/src/trunk_clang_16/enc/gb18030.c compiling /tmp/ruby/src/trunk_clang_16/enc/gbk.c generating table from /tmp/ruby/src/trunk_clang_16/enc/trans/big5.c compiling /tmp/ruby/src/trunk_clang_16/enc/iso_8859_1.c generating /tmp/ruby/src/trunk_clang_16/enc/trans/big5.c ... generating table from /tmp/ruby/src/trunk_clang_16/enc/trans/cesu_8.c generating /tmp/ruby/src/trunk_clang_16/enc/trans/cesu_8.c ... generating table from /tmp/ruby/src/trunk_clang_16/enc/trans/chinese.c generating /tmp/ruby/src/trunk_clang_16/enc/trans/chinese.c ... generating table from /tmp/ruby/src/trunk_clang_16/enc/trans/ebcdic.c generating /tmp/ruby/src/trunk_clang_16/enc/trans/ebcdic.c ... generating table from /tmp/ruby/src/trunk_clang_16/enc/trans/emoji.c generating /tmp/ruby/src/trunk_clang_16/enc/trans/emoji.c ... generating table from /tmp/ruby/src/trunk_clang_16/enc/trans/emoji_iso2022_kddi.c compiling /tmp/ruby/src/trunk_clang_16/enc/iso_8859_2.c generating table from /tmp/ruby/src/trunk_clang_16/enc/trans/emoji_sjis_docomo.c generating /tmp/ruby/src/trunk_clang_16/enc/trans/emoji_iso2022_kddi.c ... generating table from /tmp/ruby/src/trunk_clang_16/enc/trans/emoji_sjis_kddi.c generating /tmp/ruby/src/trunk_clang_16/enc/trans/emoji_sjis_docomo.c ... generating table from /tmp/ruby/src/trunk_clang_16/enc/trans/emoji_sjis_softbank.c generating /tmp/ruby/src/trunk_clang_16/enc/trans/emoji_sjis_kddi.c ... generating table from /tmp/ruby/src/trunk_clang_16/enc/trans/escape.c generating /tmp/ruby/src/trunk_clang_16/enc/trans/escape.c ... generating table from /tmp/ruby/src/trunk_clang_16/enc/trans/gb18030.c generating /tmp/ruby/src/trunk_clang_16/enc/trans/emoji_sjis_softbank.c ... generating table from /tmp/ruby/src/trunk_clang_16/enc/trans/gbk.c generating /tmp/ruby/src/trunk_clang_16/enc/trans/gbk.c ... generating table from /tmp/ruby/src/trunk_clang_16/enc/trans/iso2022.c generating /tmp/ruby/src/trunk_clang_16/enc/trans/iso2022.c ... generating table from /tmp/ruby/src/trunk_clang_16/enc/trans/japanese.c generating /tmp/ruby/src/trunk_clang_16/enc/trans/japanese.c ... generating table from /tmp/ruby/src/trunk_clang_16/enc/trans/japanese_euc.c generating /tmp/ruby/src/trunk_clang_16/enc/trans/gb18030.c ... generating table from /tmp/ruby/src/trunk_clang_16/enc/trans/japanese_sjis.c generating /tmp/ruby/src/trunk_clang_16/enc/trans/japanese_sjis.c ... generating table from /tmp/ruby/src/trunk_clang_16/enc/trans/korean.c generating /tmp/ruby/src/trunk_clang_16/enc/trans/japanese_euc.c ... generating table from /tmp/ruby/src/trunk_clang_16/enc/trans/single_byte.c generating /tmp/ruby/src/trunk_clang_16/enc/trans/single_byte.c ... generating table from /tmp/ruby/src/trunk_clang_16/enc/trans/utf8_mac.c generating /tmp/ruby/src/trunk_clang_16/enc/trans/korean.c ... generating table from /tmp/ruby/src/trunk_clang_16/enc/trans/utf_16_32.c generating /tmp/ruby/src/trunk_clang_16/enc/trans/utf_16_32.c ... compiling /tmp/ruby/src/trunk_clang_16/enc/iso_8859_3.c generating /tmp/ruby/src/trunk_clang_16/enc/trans/utf8_mac.c ... linking transcoder transdb.so compiling /tmp/ruby/src/trunk_clang_16/enc/trans/big5.c compiling /tmp/ruby/src/trunk_clang_16/enc/iso_8859_4.c compiling /tmp/ruby/src/trunk_clang_16/enc/iso_8859_5.c compiling /tmp/ruby/src/trunk_clang_16/enc/iso_8859_6.c compiling /tmp/ruby/src/trunk_clang_16/enc/iso_8859_7.c compiling /tmp/ruby/src/trunk_clang_16/enc/iso_8859_8.c compiling /tmp/ruby/src/trunk_clang_16/enc/trans/cesu_8.c compiling /tmp/ruby/src/trunk_clang_16/enc/iso_8859_9.c compiling /tmp/ruby/src/trunk_clang_16/enc/iso_8859_10.c compiling /tmp/ruby/src/trunk_clang_16/enc/iso_8859_11.c compiling /tmp/ruby/src/trunk_clang_16/enc/trans/chinese.c compiling /tmp/ruby/src/trunk_clang_16/enc/iso_8859_13.c compiling /tmp/ruby/src/trunk_clang_16/enc/iso_8859_14.c compiling /tmp/ruby/src/trunk_clang_16/enc/trans/ebcdic.c compiling /tmp/ruby/src/trunk_clang_16/enc/iso_8859_15.c compiling /tmp/ruby/src/trunk_clang_16/enc/trans/emoji.c compiling /tmp/ruby/src/trunk_clang_16/enc/trans/emoji_iso2022_kddi.c compiling /tmp/ruby/src/trunk_clang_16/enc/trans/emoji_sjis_docomo.c compiling /tmp/ruby/src/trunk_clang_16/enc/iso_8859_16.c compiling /tmp/ruby/src/trunk_clang_16/enc/trans/emoji_sjis_kddi.c compiling /tmp/ruby/src/trunk_clang_16/enc/trans/emoji_sjis_softbank.c compiling /tmp/ruby/src/trunk_clang_16/enc/koi8_r.c compiling /tmp/ruby/src/trunk_clang_16/enc/trans/escape.c compiling /tmp/ruby/src/trunk_clang_16/enc/koi8_u.c compiling /tmp/ruby/src/trunk_clang_16/enc/shift_jis.c compiling /tmp/ruby/src/trunk_clang_16/enc/trans/gb18030.c compiling /tmp/ruby/src/trunk_clang_16/enc/utf_16be.c compiling /tmp/ruby/src/trunk_clang_16/enc/utf_16le.c compiling /tmp/ruby/src/trunk_clang_16/enc/trans/gbk.c compiling /tmp/ruby/src/trunk_clang_16/enc/utf_32be.c compiling /tmp/ruby/src/trunk_clang_16/enc/trans/iso2022.c compiling /tmp/ruby/src/trunk_clang_16/enc/utf_32le.c compiling /tmp/ruby/src/trunk_clang_16/enc/windows_31j.c compiling /tmp/ruby/src/trunk_clang_16/enc/windows_1250.c compiling /tmp/ruby/src/trunk_clang_16/enc/trans/japanese.c compiling /tmp/ruby/src/trunk_clang_16/enc/windows_1251.c compiling /tmp/ruby/src/trunk_clang_16/enc/trans/japanese_euc.c compiling /tmp/ruby/src/trunk_clang_16/enc/trans/japanese_sjis.c compiling /tmp/ruby/src/trunk_clang_16/enc/windows_1252.c compiling /tmp/ruby/src/trunk_clang_16/enc/windows_1253.c compiling /tmp/ruby/src/trunk_clang_16/enc/windows_1254.c compiling /tmp/ruby/src/trunk_clang_16/enc/windows_1257.c compiling /tmp/ruby/src/trunk_clang_16/enc/trans/korean.c linking encoding encdb.so compiling /tmp/ruby/src/trunk_clang_16/enc/trans/single_byte.c compiling /tmp/ruby/src/trunk_clang_16/enc/trans/utf8_mac.c linking encoding big5.so linking encoding cesu_8.so compiling /tmp/ruby/src/trunk_clang_16/enc/trans/utf_16_32.c linking encoding cp949.so linking encoding emacs_mule.so linking encoding euc_jp.so linking encoding euc_kr.so linking encoding euc_tw.so linking encoding gb2312.so linking encoding gb18030.so linking encoding gbk.so linking encoding iso_8859_1.so linking transcoder big5.so linking encoding iso_8859_2.so linking transcoder cesu_8.so linking encoding iso_8859_3.so linking transcoder chinese.so linking transcoder ebcdic.so linking encoding iso_8859_4.so linking transcoder emoji.so linking transcoder emoji_iso2022_kddi.so linking encoding iso_8859_5.so linking transcoder emoji_sjis_docomo.so linking transcoder emoji_sjis_kddi.so linking transcoder emoji_sjis_softbank.so linking encoding iso_8859_6.so linking transcoder escape.so linking transcoder gb18030.so linking transcoder gbk.so linking transcoder iso2022.so linking encoding iso_8859_7.so linking encoding iso_8859_8.so linking encoding iso_8859_9.so linking encoding iso_8859_10.so linking encoding iso_8859_11.so linking encoding iso_8859_13.so linking encoding iso_8859_14.so linking encoding iso_8859_15.so linking encoding iso_8859_16.so linking encoding koi8_r.so linking encoding koi8_u.so linking encoding shift_jis.so linking encoding utf_16be.so linking encoding utf_16le.so linking encoding utf_32be.so linking encoding utf_32le.so linking transcoder japanese.so linking encoding windows_31j.so linking encoding windows_1250.so linking transcoder japanese_euc.so linking encoding windows_1251.so linking encoding windows_1252.so linking encoding windows_1253.so linking transcoder japanese_sjis.so linking encoding windows_1254.so linking encoding windows_1257.so linking transcoder korean.so linking transcoder single_byte.so linking transcoder utf8_mac.so linking transcoder utf_16_32.so make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_16' make[1]: Entering directory '/tmp/ruby/build/trunk_clang_16' make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_16' making encs configuring cgi/escape configuring -test-/RUBY_ALIGNOF configuring -test-/abi configuring -test-/arith_seq/beg_len_step configuring continuation configuring -test-/arith_seq/extract make[1]: Entering directory '/tmp/ruby/build/trunk_clang_16' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_16' configuring -test-/array/concat configuring -test-/array/resize configuring -test-/asan configuring -test-/bignum configuring -test-/bug-14834 configuring -test-/bug-3571 configuring -test-/bug-5832 configuring -test-/bug_reporter configuring -test-/class configuring -test-/cxxanyargs configuring -test-/debug configuring -test-/dln/empty configuring -test-/econv configuring -test-/ensure_and_callcc configuring -test-/enumerator_kw configuring -test-/eval configuring -test-/exception configuring -test-/fatal configuring -test-/file configuring coverage configuring date configuring digest configuring digest/bubblebabble configuring digest/md5 configuring erb/escape configuring etc configuring digest/rmd160 configuring fcntl configuring fiddle configuring digest/sha1 configuring digest/sha2 configuring io/console configuring -test-/float configuring -test-/funcall configuring -test-/gvl/call_without_gvl configuring -test-/hash configuring -test-/integer configuring -test-/iseq_load configuring -test-/iter configuring -test-/load/dot.dot configuring -test-/load/protect configuring -test-/load/resolve_symbol_resolver configuring -test-/load/resolve_symbol_target configuring -test-/load/stringify_symbols configuring -test-/load/stringify_target configuring -test-/marshal/compat configuring -test-/marshal/internal_ivar configuring -test-/marshal/usr configuring -test-/memory_status configuring -test-/memory_view configuring -test-/method configuring -test-/notimplement configuring -test-/num2int configuring -test-/path_to_class configuring -test-/popen_deadlock configuring -test-/postponed_job configuring -test-/printf configuring -test-/proc configuring -test-/public_header_warnings configuring -test-/random configuring -test-/rational configuring -test-/rb_call_super_kw configuring -test-/recursion configuring -test-/regexp configuring -test-/scan_args configuring -test-/st/foreach configuring -test-/st/numhash configuring -test-/st/update configuring -test-/string configuring -test-/struct configuring -test-/symbol configuring -test-/thread/id configuring -test-/thread/instrumentation configuring -test-/thread/lock_native_thread configuring -test-/thread_fd configuring -test-/time configuring -test-/tracepoint configuring -test-/typeddata configuring -test-/vm configuring -test-/wait configuring json configuring json/generator configuring json/parser configuring monitor configuring objspace configuring openssl configuring pathname configuring psych configuring pty configuring rbconfig/sizeof configuring io/nonblock configuring io/wait configuring ripper configuring rubyvm configuring socket configuring stringio configuring strscan configuring zlib configuring bigdecimal-3.1.8/ext/bigdecimal configuring debug-1.9.2/ext/debug configuring nkf-0.2.0/ext/nkf configuring racc-1.8.1/ext/racc/cparse configuring rbs-3.5.3/ext/rbs_extension configuring syslog-0.1.2/ext/syslog make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_16' generating makefile exts.mk exts.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk_clang_16' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/abi' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/abi/abi.c make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/RUBY_ALIGNOF' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/arith_seq/beg_len_step' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/RUBY_ALIGNOF/c.c make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/arith_seq/extract' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/arith_seq/beg_len_step/beg_len_step.c compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/arith_seq/extract/extract.c linking shared-object -test-/abi.so linking shared-object -test-/arith_seq/extract.so linking shared-object -test-/RUBY_ALIGNOF.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/RUBY_ALIGNOF' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/abi' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/arith_seq/extract' linking shared-object -test-/arith_seq/beg_len_step.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/arith_seq/beg_len_step' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/bignum' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/bignum/big2str.c make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/asan' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/asan/asan.c make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/array/concat' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/array/resize' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/array/resize/resize.c compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/array/concat/to_ary_concat.c compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/bignum/bigzero.c linking shared-object -test-/asan.so linking shared-object -test-/array/to_ary_concat.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/asan' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/array/concat' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/bug-14834' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/bug-14834/bug-14834.c make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/bug-3571' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/bug-3571/bug.c compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/bignum/div.c linking shared-object -test-/array/resize.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/array/resize' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/bug-5832' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/bug-5832/bug.c linking shared-object -test-/bug_14834.so linking shared-object -test-/bug_3571.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/bug-14834' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/bug_reporter' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/bug_reporter/bug_reporter.c make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/bug-3571' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/class' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/class/class2name.c compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/bignum/init.c linking shared-object -test-/bug_5832.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/bug-5832' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/debug' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/debug/init.c compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/class/init.c linking shared-object -test-/bug_reporter.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/bug_reporter' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/dln/empty' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/dln/empty/empty.c compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/debug/inspector.c compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/bignum/intpack.c linking shared-object -test-/class.so linking shared-object -test-/dln/empty.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/dln/empty' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/econv' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/econv/append.c compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/debug/profile_frames.c make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/class' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/ensure_and_callcc' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/ensure_and_callcc/ensure_and_callcc.c compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/bignum/mul.c compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/econv/init.c linking shared-object -test-/debug.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/debug' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/enumerator_kw' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/enumerator_kw/enumerator_kw.c compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/bignum/str2big.c linking shared-object -test-/ensure_and_callcc.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/ensure_and_callcc' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/eval' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/eval/eval.c linking shared-object -test-/econv.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/econv' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/exception' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/exception/dataerror.c linking shared-object -test-/enumerator_kw.so linking shared-object -test-/bignum.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/enumerator_kw' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/bignum' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/fatal' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/fatal/init.c make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/file' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/file/fs.c linking shared-object -test-/eval.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/eval' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/float' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/float/init.c compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/exception/enc_raise.c compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/file/init.c compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/fatal/invalid.c compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/float/nextafter.c compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/exception/ensured.c compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/fatal/rb_fatal.c compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/file/newline_conv.c compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/exception/init.c compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/file/stat.c linking shared-object -test-/float.so linking shared-object -test-/fatal.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/float' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/funcall' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/funcall/funcall.c linking shared-object -test-/exception.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/fatal' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/gvl/call_without_gvl' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/gvl/call_without_gvl/call_without_gvl.c make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/exception' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/hash' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/hash/delete.c linking shared-object -test-/file.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/file' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/integer' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/integer/core_ext.c linking shared-object -test-/funcall.so linking shared-object -test-/gvl/call_without_gvl.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/funcall' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/iseq_load' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/iseq_load/iseq_load.c compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/hash/init.c make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/gvl/call_without_gvl' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/iter' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/iter/break.c compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/integer/init.c compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/iter/init.c linking shared-object -test-/hash.so linking shared-object -test-/iseq_load.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/hash' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/load/dot.dot' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/iseq_load' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/load/dot.dot/dot.dot.c make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/load/protect' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/load/protect/protect.c compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/integer/my_integer.c compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/iter/yield.c linking shared-object -test-/load/dot.dot.so linking shared-object -test-/load/protect.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/load/dot.dot' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/load/resolve_symbol_resolver' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/load/resolve_symbol_resolver/resolve_symbol_resolver.c make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/load/protect' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/load/resolve_symbol_target' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/load/resolve_symbol_target/resolve_symbol_target.c linking shared-object -test-/integer.so linking shared-object -test-/iter.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/iter' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/load/stringify_symbols' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/load/stringify_symbols/stringify_symbols.c make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/integer' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/load/stringify_target' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/load/stringify_target/stringify_target.c linking shared-object -test-/load/resolve_symbol_resolver.so linking shared-object -test-/load/stringify_symbols.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/load/resolve_symbol_resolver' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/load/stringify_symbols' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/marshal/compat' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/marshal/compat/usrcompat.c make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/marshal/internal_ivar' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/marshal/internal_ivar/internal_ivar.c linking shared-object -test-/load/stringify_target.so linking shared-object -test-/load/resolve_symbol_target.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/load/stringify_target' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/load/resolve_symbol_target' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/marshal/usr' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/marshal/usr/usrmarshal.c make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/memory_view' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/memory_view/memory_view.c linking shared-object -test-/marshal/internal_ivar.so linking shared-object -test-/marshal/compat.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/marshal/compat' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/method' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/method/arity.c make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/marshal/internal_ivar' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/notimplement' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/notimplement/bug.c linking shared-object -test-/memory_view.so linking shared-object -test-/marshal/usr.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/memory_view' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/marshal/usr' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/num2int' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/num2int/num2int.c make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/path_to_class' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/path_to_class/path_to_class.c compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/method/init.c linking shared-object -test-/notimplement.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/notimplement' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/popen_deadlock' linking shared-object -test-/path_to_class.so compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/popen_deadlock/infinite_loop_dlsym.c make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/path_to_class' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/postponed_job' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/postponed_job/postponed_job.c linking shared-object -test-/method.so linking shared-object -test-/num2int.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/method' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/num2int' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/printf' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/printf/printf.c make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/proc' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/proc/init.c linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/popen_deadlock' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/random' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/random/bad_version.c linking shared-object -test-/postponed_job.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/postponed_job' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/rational' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/rational/rat.c compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/proc/receiver.c linking shared-object -test-/printf.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/printf' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/rb_call_super_kw' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/rb_call_super_kw/rb_call_super_kw.c compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/random/init.c linking shared-object -test-/rational.so compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/proc/super.c make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/rational' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/recursion' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/recursion/recursion.c compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/random/loop.c linking shared-object -test-/rb_call_super_kw.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/rb_call_super_kw' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/regexp' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/regexp/init.c linking shared-object -test-/proc.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/proc' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/scan_args' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/scan_args/scan_args.c linking shared-object -test-/recursion.so linking shared-object -test-/random.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/random' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/st/foreach' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/st/foreach/foreach.c make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/recursion' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/st/numhash' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/st/numhash/numhash.c compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/regexp/parse_depth_limit.c linking shared-object -test-/scan_args.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/scan_args' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/st/update' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/st/update/update.c linking shared-object -test-/regexp.so linking shared-object -test-/st/numhash.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/regexp' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/string' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/string/capacity.c make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/st/numhash' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/struct' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/struct/data.c linking shared-object -test-/st/foreach.so linking shared-object -test-/st/update.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/st/update' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/symbol' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/symbol/init.c compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/string/coderange.c make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/st/foreach' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/thread/id' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/thread/id/id.c compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/struct/duplicate.c compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/string/cstr.c compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/symbol/type.c linking shared-object -test-/thread/id.so compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/struct/init.c make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/thread/id' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/thread/instrumentation' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/thread/instrumentation/instrumentation.c compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/struct/len.c compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/string/ellipsize.c linking shared-object -test-/symbol.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/symbol' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/string/enc_associate.c linking shared-object -test-/thread/instrumentation.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/thread/instrumentation' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/thread/lock_native_thread' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/thread/lock_native_thread/lock_native_thread.c compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/struct/member.c compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/string/enc_dummy.c compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/string/enc_str_buf_cat.c linking shared-object -test-/thread/lock_native_thread.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/thread/lock_native_thread' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/thread_fd' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/thread_fd/thread_fd.c linking shared-object -test-/struct.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/struct' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/time' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/time/init.c compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/string/fstring.c linking shared-object -test-/thread_fd.so compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/string/init.c make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/thread_fd' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/tracepoint' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/tracepoint/gc_hook.c compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/time/leap_second.c compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/time/new.c compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/string/modify.c compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/tracepoint/tracepoint.c compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/string/new.c make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/typeddata' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/typeddata/typeddata.c linking shared-object -test-/time.so compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/string/nofree.c linking shared-object -test-/tracepoint.so linking shared-object -test-/typeddata.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/typeddata' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/vm' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/vm/at_exit.c make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/tracepoint' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/wait' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/wait/wait.c make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/time' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/cgi/escape' compiling /tmp/ruby/src/trunk_clang_16/ext/cgi/escape/escape.c compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/string/normalize.c linking shared-object -test-/wait.so linking shared-object cgi/escape.so linking shared-object -test-/vm/at_exit.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/wait' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/vm' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/cgi/escape' compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/string/qsort.c make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/continuation' compiling /tmp/ruby/src/trunk_clang_16/ext/continuation/continuation.c make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/coverage' compiling /tmp/ruby/src/trunk_clang_16/ext/coverage/coverage.c compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/string/rb_interned_str.c linking shared-object continuation.so compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/string/rb_str_dup.c installing default coverage libraries linking shared-object coverage.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/continuation' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/date' compiling /tmp/ruby/src/trunk_clang_16/ext/date/date_core.c make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/digest' compiling /tmp/ruby/src/trunk_clang_16/ext/digest/digest.c compiling /tmp/ruby/src/trunk_clang_16/ext/-test-/string/set_len.c installing digest libraries installing default digest libraries compiling /tmp/ruby/src/trunk_clang_16/ext/date/date_parse.c linking shared-object -test-/string.so linking shared-object digest.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/erb/escape' compiling /tmp/ruby/src/trunk_clang_16/ext/erb/escape/escape.c make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/string' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/etc' compiling /tmp/ruby/src/trunk_clang_16/ext/etc/etc.c compiling /tmp/ruby/src/trunk_clang_16/ext/date/date_strftime.c make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/fcntl' compiling /tmp/ruby/src/trunk_clang_16/ext/fcntl/fcntl.c linking shared-object fcntl.so linking shared-object erb/escape.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/fcntl' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/erb/escape' compiling /tmp/ruby/src/trunk_clang_16/ext/fiddle/closure.c make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/io/console' compiling /tmp/ruby/src/trunk_clang_16/ext/io/console/console.c linking shared-object etc.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/etc' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/io/nonblock' compiling /tmp/ruby/src/trunk_clang_16/ext/io/nonblock/nonblock.c compiling /tmp/ruby/src/trunk_clang_16/ext/fiddle/conversions.c compiling /tmp/ruby/src/trunk_clang_16/ext/date/date_strptime.c linking shared-object io/nonblock.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/io/nonblock' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/io/wait' compiling /tmp/ruby/src/trunk_clang_16/ext/io/wait/wait.c linking shared-object io/console.so installing default console libraries make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/monitor' compiling /tmp/ruby/src/trunk_clang_16/ext/monitor/monitor.c compiling /tmp/ruby/src/trunk_clang_16/ext/fiddle/fiddle.c installing default date_core libraries linking shared-object date_core.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/objspace' compiling /tmp/ruby/src/trunk_clang_16/ext/objspace/object_tracing.c installing default monitor libraries linking shared-object monitor.so linking shared-object io/wait.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/io/wait' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/pathname' compiling /tmp/ruby/src/trunk_clang_16/ext/pathname/pathname.c make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/openssl' compiling /tmp/ruby/src/trunk_clang_16/ext/openssl/openssl_missing.c compiling /tmp/ruby/src/trunk_clang_16/ext/fiddle/function.c compiling /tmp/ruby/src/trunk_clang_16/ext/objspace/objspace.c compiling /tmp/ruby/src/trunk_clang_16/ext/fiddle/handle.c installing default pathname libraries compiling /tmp/ruby/src/trunk_clang_16/ext/openssl/ossl.c linking shared-object pathname.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/psych' compiling /tmp/ruby/src/trunk_clang_16/ext/psych/psych.c compiling /tmp/ruby/src/trunk_clang_16/ext/objspace/objspace_dump.c compiling /tmp/ruby/src/trunk_clang_16/ext/fiddle/memory_view.c compiling /tmp/ruby/src/trunk_clang_16/ext/openssl/ossl_asn1.c compiling /tmp/ruby/src/trunk_clang_16/ext/psych/psych_emitter.c compiling /tmp/ruby/src/trunk_clang_16/ext/fiddle/pinned.c compiling /tmp/ruby/src/trunk_clang_16/ext/psych/psych_parser.c compiling /tmp/ruby/src/trunk_clang_16/ext/fiddle/pointer.c linking shared-object objspace.so installing default objspace libraries make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/pty' compiling /tmp/ruby/src/trunk_clang_16/ext/pty/pty.c compiling /tmp/ruby/src/trunk_clang_16/ext/psych/psych_to_ruby.c compiling /tmp/ruby/src/trunk_clang_16/ext/openssl/ossl_bio.c installing default pty libraries linking shared-object pty.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/rbconfig/sizeof' compiling /tmp/ruby/src/trunk_clang_16/ext/rbconfig/sizeof/sizes.c compiling /tmp/ruby/src/trunk_clang_16/ext/psych/psych_yaml_tree.c linking shared-object fiddle.so installing default fiddle libraries make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/ripper' compiling /tmp/ruby/src/trunk_clang_16/ext/ripper/eventids1.c compiling /tmp/ruby/src/trunk_clang_16/ext/rbconfig/sizeof/limits.c compiling /tmp/ruby/src/trunk_clang_16/ext/openssl/ossl_bn.c linking shared-object psych.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/rubyvm' installing default libraries make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/socket' compiling /tmp/ruby/src/trunk_clang_16/ext/socket/init.c linking shared-object rbconfig/sizeof.so compiling /tmp/ruby/src/trunk_clang_16/ext/ripper/eventids2.c make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/rbconfig/sizeof' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/stringio' compiling /tmp/ruby/src/trunk_clang_16/ext/stringio/stringio.c compiling /tmp/ruby/src/trunk_clang_16/ext/ripper/ripper.c compiling /tmp/ruby/src/trunk_clang_16/ext/socket/constants.c compiling /tmp/ruby/src/trunk_clang_16/ext/openssl/ossl_cipher.c linking shared-object stringio.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/stringio' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/strscan' compiling /tmp/ruby/src/trunk_clang_16/ext/strscan/strscan.c compiling /tmp/ruby/src/trunk_clang_16/ext/openssl/ossl_config.c linking shared-object strscan.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/strscan' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/zlib' compiling /tmp/ruby/src/trunk_clang_16/ext/zlib/zlib.c compiling /tmp/ruby/src/trunk_clang_16/ext/socket/basicsocket.c compiling /tmp/ruby/src/trunk_clang_16/ext/openssl/ossl_digest.c compiling /tmp/ruby/src/trunk_clang_16/ext/socket/socket.c compiling /tmp/ruby/src/trunk_clang_16/ext/openssl/ossl_engine.c compiling /tmp/ruby/src/trunk_clang_16/ext/openssl/ossl_hmac.c compiling /tmp/ruby/src/trunk_clang_16/ext/socket/ipsocket.c linking shared-object zlib.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/zlib' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' compiling /tmp/ruby/src/trunk_clang_16/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal/bigdecimal.c compiling /tmp/ruby/src/trunk_clang_16/ext/openssl/ossl_kdf.c compiling /tmp/ruby/src/trunk_clang_16/ext/socket/tcpsocket.c compiling /tmp/ruby/src/trunk_clang_16/ext/openssl/ossl_ns_spki.c compiling /tmp/ruby/src/trunk_clang_16/ext/socket/tcpserver.c compiling /tmp/ruby/src/trunk_clang_16/ext/socket/sockssocket.c compiling /tmp/ruby/src/trunk_clang_16/ext/openssl/ossl_ocsp.c compiling /tmp/ruby/src/trunk_clang_16/ext/socket/udpsocket.c compiling /tmp/ruby/src/trunk_clang_16/ext/socket/unixsocket.c compiling /tmp/ruby/src/trunk_clang_16/ext/openssl/ossl_pkcs12.c compiling /tmp/ruby/src/trunk_clang_16/ext/socket/unixserver.c compiling /tmp/ruby/src/trunk_clang_16/ext/openssl/ossl_pkcs7.c compiling /tmp/ruby/src/trunk_clang_16/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal/missing.c compiling /tmp/ruby/src/trunk_clang_16/ext/ripper/ripper_init.c compiling /tmp/ruby/src/trunk_clang_16/ext/socket/option.c compiling /tmp/ruby/src/trunk_clang_16/ext/openssl/ossl_pkey.c ln -sfT ../../../../../src/trunk_clang_16/.bundle/gems/bigdecimal-3.1.8/lib ../../../../../.bundle/gems/bigdecimal-3.1.8/lib linking shared-object bigdecimal.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/debug-1.9.2/ext/debug' compiling /tmp/ruby/src/trunk_clang_16/.bundle/gems/debug-1.9.2/ext/debug/debug.c compiling /tmp/ruby/src/trunk_clang_16/ext/socket/ancdata.c checking /tmp/ruby/src/trunk_clang_16/parse.y and /tmp/ruby/src/trunk_clang_16/ext/ripper/eventids2.c linking shared-object ripper.so installing default ripper libraries make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/nkf-0.2.0/ext/nkf' compiling /tmp/ruby/src/trunk_clang_16/.bundle/gems/nkf-0.2.0/ext/nkf/nkf.c compiling /tmp/ruby/src/trunk_clang_16/ext/openssl/ossl_pkey_dh.c compiling /tmp/ruby/src/trunk_clang_16/.bundle/gems/debug-1.9.2/ext/debug/iseq_collector.c compiling /tmp/ruby/src/trunk_clang_16/ext/socket/raddrinfo.c ln -sfT ../../../../../src/trunk_clang_16/.bundle/gems/debug-1.9.2/lib ../../../../../.bundle/gems/debug-1.9.2/lib linking shared-object debug/debug.so compiling /tmp/ruby/src/trunk_clang_16/ext/openssl/ossl_pkey_dsa.c make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/racc-1.8.1/ext/racc/cparse' compiling /tmp/ruby/src/trunk_clang_16/.bundle/gems/racc-1.8.1/ext/racc/cparse/cparse.c compiling /tmp/ruby/src/trunk_clang_16/ext/socket/ifaddr.c ln -sfT ../../../../../src/trunk_clang_16/.bundle/gems/nkf-0.2.0/lib ../../../../../.bundle/gems/nkf-0.2.0/lib linking shared-object nkf.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/rbs-3.5.3/ext/rbs_extension' compiling /tmp/ruby/src/trunk_clang_16/.bundle/gems/rbs-3.5.3/ext/rbs_extension/constants.c compiling /tmp/ruby/src/trunk_clang_16/ext/openssl/ossl_pkey_ec.c installing default socket libraries linking shared-object socket.so ln -sfT ../../../../../src/trunk_clang_16/.bundle/gems/racc-1.8.1/lib ../../../../../../.bundle/gems/racc-1.8.1/lib linking shared-object racc/cparse.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/syslog-0.1.2/ext/syslog' compiling /tmp/ruby/src/trunk_clang_16/.bundle/gems/syslog-0.1.2/ext/syslog/syslog.c make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/digest/bubblebabble' compiling /tmp/ruby/src/trunk_clang_16/ext/digest/bubblebabble/bubblebabble.c compiling /tmp/ruby/src/trunk_clang_16/.bundle/gems/rbs-3.5.3/ext/rbs_extension/lexer.c compiling /tmp/ruby/src/trunk_clang_16/.bundle/gems/rbs-3.5.3/ext/rbs_extension/lexstate.c compiling /tmp/ruby/src/trunk_clang_16/ext/openssl/ossl_pkey_rsa.c ln -sfT ../../../../../src/trunk_clang_16/.bundle/gems/syslog-0.1.2/lib ../../../../../.bundle/gems/syslog-0.1.2/lib linking shared-object syslog.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/digest/md5' compiling /tmp/ruby/src/trunk_clang_16/ext/digest/md5/md5init.c linking shared-object digest/bubblebabble.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/digest/bubblebabble' compiling /tmp/ruby/src/trunk_clang_16/ext/digest/md5/md5.c compiling /tmp/ruby/src/trunk_clang_16/.bundle/gems/rbs-3.5.3/ext/rbs_extension/location.c compiling /tmp/ruby/src/trunk_clang_16/ext/openssl/ossl_provider.c compiling /tmp/ruby/src/trunk_clang_16/.bundle/gems/rbs-3.5.3/ext/rbs_extension/main.c linking shared-object digest/md5.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/digest/md5' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/digest/rmd160' compiling /tmp/ruby/src/trunk_clang_16/ext/digest/rmd160/rmd160init.c compiling /tmp/ruby/src/trunk_clang_16/.bundle/gems/rbs-3.5.3/ext/rbs_extension/parser.c compiling /tmp/ruby/src/trunk_clang_16/ext/digest/rmd160/rmd160.c compiling /tmp/ruby/src/trunk_clang_16/.bundle/gems/rbs-3.5.3/ext/rbs_extension/parserstate.c compiling /tmp/ruby/src/trunk_clang_16/ext/openssl/ossl_rand.c compiling /tmp/ruby/src/trunk_clang_16/.bundle/gems/rbs-3.5.3/ext/rbs_extension/ruby_objs.c linking shared-object digest/rmd160.so compiling /tmp/ruby/src/trunk_clang_16/.bundle/gems/rbs-3.5.3/ext/rbs_extension/unescape.c make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/digest/rmd160' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/digest/sha1' compiling /tmp/ruby/src/trunk_clang_16/ext/digest/sha1/sha1init.c compiling /tmp/ruby/src/trunk_clang_16/ext/openssl/ossl_ssl.c compiling /tmp/ruby/src/trunk_clang_16/ext/openssl/ossl_ssl_session.c ln -sfT ../../../../../src/trunk_clang_16/.bundle/gems/rbs-3.5.3/lib ../../../../../.bundle/gems/rbs-3.5.3/lib linking shared-object rbs_extension.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/rbs-3.5.3/ext/rbs_extension' compiling /tmp/ruby/src/trunk_clang_16/ext/openssl/ossl_ts.c compiling /tmp/ruby/src/trunk_clang_16/ext/digest/sha1/sha1.c compiling /tmp/ruby/src/trunk_clang_16/ext/openssl/ossl_x509.c compiling /tmp/ruby/src/trunk_clang_16/ext/openssl/ossl_x509attr.c linking shared-object digest/sha1.so compiling /tmp/ruby/src/trunk_clang_16/ext/openssl/ossl_x509cert.c make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/digest/sha1' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/digest/sha2' compiling /tmp/ruby/src/trunk_clang_16/ext/digest/sha2/sha2init.c compiling /tmp/ruby/src/trunk_clang_16/ext/openssl/ossl_x509crl.c compiling /tmp/ruby/src/trunk_clang_16/ext/digest/sha2/sha2.c compiling /tmp/ruby/src/trunk_clang_16/ext/openssl/ossl_x509ext.c compiling /tmp/ruby/src/trunk_clang_16/ext/openssl/ossl_x509name.c compiling /tmp/ruby/src/trunk_clang_16/ext/openssl/ossl_x509req.c make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/json/generator' compiling /tmp/ruby/src/trunk_clang_16/ext/json/generator/generator.c linking shared-object digest/sha2.so installing default sha2 libraries make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/json/parser' compiling /tmp/ruby/src/trunk_clang_16/ext/json/parser/parser.c compiling /tmp/ruby/src/trunk_clang_16/ext/openssl/ossl_x509revoked.c compiling /tmp/ruby/src/trunk_clang_16/ext/openssl/ossl_x509store.c linking shared-object json/ext/parser.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/json/parser' installing default openssl libraries linking shared-object json/ext/generator.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/json/generator' linking shared-object openssl.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16' make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_16' make[1]: Entering directory '/tmp/ruby/build/trunk_clang_16' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_16' $$$[end] "make all -j4" exit with 0. $$$[beg] make install -j4 Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5 BASERUBY = /usr/bin/ruby --disable=gems CC = clang-16 LD = ld LDSHARED = clang-16 -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_clang_16/include -I/tmp/ruby/src/trunk_clang_16 -I/tmp/ruby/src/trunk_clang_16/prism -I/tmp/ruby/src/trunk_clang_16/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie 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_clang_16/yjit/target/release/' /tmp/ruby/src/trunk_clang_16/yjit/src/lib.rs echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk_clang_16/tool/ifchange /tmp/ruby/src/trunk_clang_16/.bundle/.timestamp/power_assert.revision - echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk_clang_16/tool/ifchange /tmp/ruby/src/trunk_clang_16/.bundle/.timestamp/typeprof.revision - generating enc.mk /tmp/ruby/src/trunk_clang_16/.bundle/.timestamp/power_assert.revision unchanged /tmp/ruby/src/trunk_clang_16/.bundle/.timestamp/typeprof.revision unchanged Ubuntu clang version 16.0.6 (23ubuntu4) Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/bin making srcs under enc making enc make[1]: Entering directory '/tmp/ruby/build/trunk_clang_16' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_16' make[1]: Entering directory '/tmp/ruby/build/trunk_clang_16' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_16' generating transdb.h Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk_clang_16/gems/power_assert-2.0.3.gem transdb.h updated generating makefiles ext/configure-ext.mk making trans ext/configure-ext.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk_clang_16' make[1]: Entering directory '/tmp/ruby/build/trunk_clang_16' compiling /tmp/ruby/src/trunk_clang_16/enc/trans/transdb.c make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/arith_seq/extract' linking shared-object -test-/arith_seq/extract.so Successfully built RubyGem Name: power_assert Version: 2.0.4dev File: power_assert-2.0.4dev.gem make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/array/concat' linking shared-object -test-/array/to_ary_concat.so Extracting bundle gem power_assert-2.0.3... make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/arith_seq/extract' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/array/concat' Try with hash version of bundled gems instead of gems/power_assert-2.0.3.gem. We don't use this gem with release version of Ruby. Unpacked gems/power_assert-2.0.4dev.gem make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/marshal/internal_ivar' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/marshal/compat' linking shared-object -test-/marshal/internal_ivar.so linking shared-object -test-/marshal/compat.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/marshal/internal_ivar' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/marshal/compat' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/st/numhash' linking shared-object -test-/st/numhash.so make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/-test-/st/numhash' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/io/nonblock' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/io/console' linking shared-object io/nonblock.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/io/nonblock' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/rbs-3.5.3/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/rbs-3.5.3/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/json/parser' linking shared-object json/ext/parser.so linking transcoder transdb.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/json/parser' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16' make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_16' make[1]: Entering directory '/tmp/ruby/build/trunk_clang_16' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_16' make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_16' making encs make[1]: Entering directory '/tmp/ruby/build/trunk_clang_16' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_16' ./miniruby -I/tmp/ruby/src/trunk_clang_16/lib -I. -I.ext/common /tmp/ruby/src/trunk_clang_16/tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk_clang_16/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_clang_16/bin installing base libraries: /tmp/ruby/install/trunk_clang_16/lib installing arch files: /tmp/ruby/install/trunk_clang_16/lib/ruby/3.4.0+0/x86_64-linux installing pkgconfig data: /tmp/ruby/install/trunk_clang_16/lib/pkgconfig installing extension objects: /tmp/ruby/install/trunk_clang_16/lib/ruby/3.4.0+0/x86_64-linux installing extension objects: /tmp/ruby/install/trunk_clang_16/lib/ruby/site_ruby/3.4.0+0/x86_64-linux installing extension objects: /tmp/ruby/install/trunk_clang_16/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux installing extension headers: /tmp/ruby/install/trunk_clang_16/include/ruby-3.4.0+0/x86_64-linux installing extension scripts: /tmp/ruby/install/trunk_clang_16/lib/ruby/3.4.0+0 installing extension scripts: /tmp/ruby/install/trunk_clang_16/lib/ruby/site_ruby/3.4.0+0 installing extension scripts: /tmp/ruby/install/trunk_clang_16/lib/ruby/vendor_ruby/3.4.0+0 installing extension headers: /tmp/ruby/install/trunk_clang_16/include/ruby-3.4.0+0/ruby installing command scripts: /tmp/ruby/install/trunk_clang_16/bin installing library scripts: /tmp/ruby/install/trunk_clang_16/lib/ruby/3.4.0+0 installing common headers: /tmp/ruby/install/trunk_clang_16/include/ruby-3.4.0+0 installing manpages: /tmp/ruby/install/trunk_clang_16/share/man/man1 installing default gems from lib: /tmp/ruby/install/trunk_clang_16/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.0 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_clang_16/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.1.2 stringio 3.1.2.dev strscan 3.1.1.dev zlib 3.1.1 installing bundled gems: /tmp/ruby/install/trunk_clang_16/lib/ruby/gems/3.4.0+0 minitest 5.25.1 rake 13.2.1 test-unit 3.6.2 rexml 3.3.7 rss 0.3.1 net-ftp 0.3.7 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.5.3 typeprof 0.21.11 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 installing bundled gem cache: /tmp/ruby/install/trunk_clang_16/lib/ruby/gems/3.4.0+0/cache skipped bundled gems: power_assert-2.0.4dev.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='-j4' BASERUBY = /usr/bin/ruby --disable=gems CC = clang-16 LD = ld LDSHARED = clang-16 -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_clang_16/include -I/tmp/ruby/src/trunk_clang_16 -I/tmp/ruby/src/trunk_clang_16/prism -I/tmp/ruby/src/trunk_clang_16/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie 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_clang_16/yjit/target/release/' /tmp/ruby/src/trunk_clang_16/yjit/src/lib.rs Ubuntu clang version 16.0.6 (23ubuntu4) Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/bin Checking leaked global symbols...none /tmp/ruby/src/trunk_clang_16/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372 /tmp/ruby/src/trunk_clang_16/basictest/test.rb:condition ..OK 2 /tmp/ruby/src/trunk_clang_16/basictest/test.rb:if/unless ...OK 3 /tmp/ruby/src/trunk_clang_16/basictest/test.rb:case .....OK 5 /tmp/ruby/src/trunk_clang_16/basictest/test.rb:while/until ........OK 8 /tmp/ruby/src/trunk_clang_16/basictest/test.rb:exception ..........OK 10 /tmp/ruby/src/trunk_clang_16/basictest/test.rb:array .......................................OK 39 /tmp/ruby/src/trunk_clang_16/basictest/test.rb:hash ...........................OK 27 /tmp/ruby/src/trunk_clang_16/basictest/test.rb:iterator ...........................................................................................................OK 107 /tmp/ruby/src/trunk_clang_16/basictest/test.rb:float ................................................................................OK 80 /tmp/ruby/src/trunk_clang_16/basictest/test.rb:bignum ...............................OK 31 /tmp/ruby/src/trunk_clang_16/basictest/test.rb:string & char ..............................................................OK 62 /tmp/ruby/src/trunk_clang_16/basictest/test.rb:assignment ..........OK 10 /tmp/ruby/src/trunk_clang_16/basictest/test.rb:call ......OK 6 /tmp/ruby/src/trunk_clang_16/basictest/test.rb:proc .........OK 9 /tmp/ruby/src/trunk_clang_16/basictest/test.rb:signal ..OK 2 /tmp/ruby/src/trunk_clang_16/basictest/test.rb:eval ...........................OK 27 /tmp/ruby/src/trunk_clang_16/basictest/test.rb:system ........OK 8 /tmp/ruby/src/trunk_clang_16/basictest/test.rb:const .....OK 5 /tmp/ruby/src/trunk_clang_16/basictest/test.rb:clone .....OK 5 /tmp/ruby/src/trunk_clang_16/basictest/test.rb:marshal ....OK 4 /tmp/ruby/src/trunk_clang_16/basictest/test.rb:pack ....OK 4 /tmp/ruby/src/trunk_clang_16/basictest/test.rb:math ..OK 2 /tmp/ruby/src/trunk_clang_16/basictest/test.rb:struct ......OK 6 /tmp/ruby/src/trunk_clang_16/basictest/test.rb:variable ............OK 12 /tmp/ruby/src/trunk_clang_16/basictest/test.rb:trace ...OK 3 /tmp/ruby/src/trunk_clang_16/basictest/test.rb:defined? ............OK 12 /tmp/ruby/src/trunk_clang_16/basictest/test.rb:alias ......OK 6 /tmp/ruby/src/trunk_clang_16/basictest/test.rb:path .......................OK 23 /tmp/ruby/src/trunk_clang_16/basictest/test.rb:gc ....OK 4 test succeeded $$$[end] "make yes-test-basic TESTS='-j4'" exit with 0. $$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4' BASERUBY = /usr/bin/ruby --disable=gems CC = clang-16 LD = ld LDSHARED = clang-16 -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_clang_16/include -I/tmp/ruby/src/trunk_clang_16 -I/tmp/ruby/src/trunk_clang_16/prism -I/tmp/ruby/src/trunk_clang_16/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie 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_clang_16/yjit/target/release/' /tmp/ruby/src/trunk_clang_16/yjit/src/lib.rs Ubuntu clang version 16.0.6 (23ubuntu4) Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/bin generating enc.mk making enc make[1]: Entering directory '/tmp/ruby/build/trunk_clang_16' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_16' making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk_clang_16' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_16' generating transdb.h transdb.h unchanged making trans make[1]: Entering directory '/tmp/ruby/build/trunk_clang_16' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_16' making encs make[1]: Entering directory '/tmp/ruby/build/trunk_clang_16' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_16' generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk_clang_16' make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_16' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk_clang_16' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/rbs-3.5.3/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/rbs-3.5.3/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16' make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_16' make[1]: Entering directory '/tmp/ruby/build/trunk_clang_16' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_16' Run options: --seed=58418 "--ruby=./miniruby -I/tmp/ruby/src/trunk_clang_16/lib -I. -I.ext/common /tmp/ruby/src/trunk_clang_16/tool/runruby.rb --extout=.ext -- --disable-gems" --excludes-dir=/tmp/ruby/src/trunk_clang_16/test/.excludes --name=!/memory_leak/ --stderr-on-failure -j4 # Running tests: [ 1/915] 52074=json_addition_test [ 2/915] 52076=test_require [ 3/915] 52075=test_qsort [ 4/915] 52075=constant_path_node_test [ 5/915] 52077=test_rdoc_rd [ 6/915] 52074=test_bigzero [ 7/915] 52074=test_trick [ 8/915] 52075=test_merge_keys [ 9/915] 52075=test_float [ 10/915] 52075=index_write_test [ 11/915] 52075=test_rdoc_extend [ 12/915] 52077=test_enc_associate [ 13/915] 52077=test_threadgroup [ 14/915] 52075=regular_expression_encoding_test [ 15/915] 52075=test_data [ 16/915] 52075=test_scheduler [ 17/915] 52077=test_rdoc_generator_pot_po_entry [ 18/915] 52075=test_key_actor_vi [ 19/915] 52077=test_string [ 20/915] 52074=test_enumerable [ 21/915] 52074=test_omap [ 22/915] 52074=test_cgi_tag_helper [ 23/915] 52074=ruby_parser_test [ 24/915] 52074=test_gem_source_local [ 25/915] 52075=test_gem_resolver_api_specification [ 26/915] 52076=test_shellwords [ 27/915] 52076=test_gem_specification [ 28/915] 52077=test_bash_completion [ 29/915] 52077=test_date_marshal [ 30/915] 52077=test_history [ 31/915] 52077=test_singleton [ 32/915] 52077=test_propertyputref [ 33/915] 52077=test_rdoc_servlet [ 34/915] 52077=test_struct [ 35/915] 52077=onigmo_test [ 36/915] 52077=test_passing_block [ 37/915] 52077=test_gem_impossible_dependencies_error [ 38/915] 52077=fuzzer_test [ 39/915] 52077=test_win32ole_variable [ 40/915] 52077=test_ractor [ 41/915] 52077=test_rdoc_generator_json_index [ 42/915] 52075=test_force_exit [ 43/915] 52077=test_gem_doctor [ 44/915] 52074=test_mixed_unicode_escapes [ 45/915] 52074=test_rdoc_markup_raw [ 46/915] 52074=test_stream [ 47/915] 52074=test_fstring [ 48/915] 52074=test_rdoc_parser_simple [ 49/915] 52074=test_pack [ 50/915] 52077=test_recursion [ 51/915] 52077=test_date_ractor [ 52/915] 52074=test_psych [ 53/915] 52074=test_rendering [ 54/915] 52077=test_euc_jp [ 55/915] 52077=test_ancdata [ 56/915] 52077=test_parser [ 57/915] 52074=test_http [ 58/915] 52075=test_gem_commands_lock_command [ 59/915] 52075=test_gem_version_option [ 60/915] 52075=test_normalize [ 61/915] 52075=test_gem_commands_setup_command [ 62/915] 52074=test_dryrun [ 63/915] 52074=test_gem_resolver_git_specification [ 64/915] 52077=test_rdoc_cross_reference [ 65/915] 52077=test_rdoc_i18n_text [ 66/915] 52077=test_command [ 67/915] 52077=test_key_stroke [ 68/915] 52077=test_regex_casefold [ 69/915] 52077=test_basicinstructions [ 70/915] 52077=test_gem_source_git [ 71/915] 52076=test_registry [ 72/915] 52076=test_key_actor_emacs [ 73/915] 52076=test_complex2 [ 74/915] 52076=test_ractor [ 75/915] 52076=test_gem_ext_configure_builder [ 76/915] 52076=test_ws [ 77/915] 52076=test_kdf [ 78/915] 52076=compiler_test [ 79/915] 52076=test_rubyoptions [ 80/915] 52074=test_rand [ 81/915] 52075=test_data [ 82/915] 52075=test_addrinfo [ 83/915] 52075=test_ansi_with_terminfo [ 84/915] 52075=test_pkcs7 [ 85/915] 52074=test_rdoc_attr [ 86/915] 52075=test_frozen [ 87/915] 52074=test_bug-14834 [ 88/915] 52075=test_terminfo [ 89/915] 52075=test_array [ 90/915] 52074=test_have_func [ 91/915] 52077=test_files_test_2 [ 92/915] 52074=encodings_test [ 93/915] 52074=test_string_processing [ 94/915] 52074=test_fd_setsize [ 95/915] 52074=test_numeric [ 96/915] 52074=test_scanner_events [ 97/915] 52074=test_word [ 98/915] 52074=test_gem_package_tar_writer [ 99/915] 52074=test_pipe [100/915] 52074=test_rdoc_markup_attribute_manager [101/915] 52074=test_method_name_check [102/915] 52074=test_arity [103/915] 52074=location_test [104/915] 52074=test_require_path_check [105/915] 52074=test_import [106/915] 52074=test_gem_resolver_composed_set [107/915] 52074=test_rdoc_markup_attributes [108/915] 52074=test_pair [109/915] 52075=test_gem_commands_unpack_command [110/915] 52077=test_logger [111/915] 52077=test_c_struct_entry [112/915] 52075=test_pty [113/915] 52077=test_extlibs [114/915] 52074=equality_test [115/915] 52074=test_bundled_gems [116/915] 52074=test_gem_commands_check_command [117/915] 52075=test_hash_create [118/915] 52075=test_coderange [119/915] 52075=test_time [120/915] 52074=test_install [121/915] 52075=test_webauthn_listener Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 37729> [122/915] 52075=test_transcode [123/915] 52074=test_gem_requirement [124/915] 52075=test_gem_dependency_installer Closed file descriptor: TestGemDependencyInstaller#test_install_domain_local: 9 [125/915] 52074=test_monitor [126/915] 52074=test_switch_hitter [127/915] 52077=test_whileuntil [128/915] 52077=test_gem_security_policy [129/915] 52074=test_data_error [130/915] 52074=test_gem_version [131/915] 52074=test_bn [132/915] 52074=test_key_event_record [133/915] 52074=test_gem_resolver_dependency_request [134/915] 52074=test_gem_commands_server_command [135/915] 52074=test_variable_name_check [136/915] 52074=test_enumerator_kw [137/915] 52074=test_big5 [138/915] 52074=test_proc [139/915] 52077=test_zlib [140/915] 52074=test_timeout [141/915] 52074=test_x509name [142/915] 52074=test_syntax [143/915] 52076=test_helper_method [144/915] 52076=test_win32ole_record [145/915] 52076=test_rdoc_markup_to_html_snippet [146/915] 52076=test_ubf_async_safe [147/915] 52076=lex_test [148/915] 52076=test_tree_spell_checker [149/915] 52076=unescape_test [150/915] 52076=test_gem_uri_formatter [151/915] 52076=test_x509ext [152/915] 52076=test_jaro_winkler [153/915] 52076=version_test [154/915] 52076=test_shift_jis [155/915] 52076=test_lexer [156/915] 52077=test_random [157/915] 52076=test_rdoc_class_module [158/915] 52077=test_console_attr [159/915] 52077=test_win32ole_variant_outarg [160/915] 52077=test_cgi_session [161/915] 52077=test_rdoc_markup_to_tt_only [162/915] 52077=test_debug [163/915] 52077=test_instrumentation_api [164/915] 52077=test_x509crl [165/915] 52076=test_tracer [166/915] 52076=test_pointer [167/915] 52077=test_option [168/915] 52077=test_gem_request_connection_pools [169/915] 52076=test_big2str [170/915] 52076=test_io_m17n [171/915] 52077=test_generic [172/915] 52077=test_constant [173/915] 52075=test_protocol [174/915] 52075=test_refinement [175/915] 52076=test_yaml_tree [176/915] 52076=test_encoding [177/915] 52076=test_gem_commands_update_command [178/915] 52075=test_yjit_exit_locations [179/915] 52075=test_nil [180/915] 52075=test_gem_config_file [181/915] 52075=test_rdoc_markup_to_markdown [182/915] 52075=test_pstore [183/915] 52075=test_class_name_check [184/915] 52075=test_pkey_rsa [185/915] 52075=test_enc_raise [186/915] 52075=test_ocsp [187/915] 52075=test_numhash [188/915] 52075=test_win32ole_param [189/915] 52075=test_rdoc_markup_to_table_of_contents [190/915] 52075=test_cgi_header [191/915] 52075=test_gem_update_suggestion [192/915] 52075=test_pkg_config [193/915] 52075=test_dot_dot [194/915] 52075=static_inspect_test [195/915] 52075=test_rdoc_generator_pot [196/915] 52075=test_color_printer [197/915] 52075=test_change_word [198/915] 52075=test_gc [199/915] 52076=test_gem_gem_runner [200/915] 52076=test_gem_commands_mirror [201/915] 52076=test_gem_spec_fetcher [202/915] 52076=test_gem_resolver_lock_set [203/915] 52076=test_dln [204/915] 52076=test_webauthn_poller [205/915] 52076=test_printf [206/915] 52076=test_gem_resolver_local_specification [207/915] 52076=test_gem_package_tar_reader_entry [208/915] 52076=test_gem_commands_info_command [209/915] 52076=dump_test [210/915] 52077=test_memory_view [211/915] 52077=test_date [212/915] 52077=test_x509req [213/915] 52077=test_fiber [214/915] 52077=test_allocation [215/915] 52075=test_complexrational [216/915] 52075=test_gem_resolver_activation_request [217/915] 52075=test_inadvertent_creation [218/915] 52075=test_insns_leaf [219/915] 52075=test_rdoc_any_method [220/915] 52077=test_stringscanner [221/915] 52077=test_gem_remote_fetcher_local_ssl_server [222/915] 52075=errors_test [223/915] 52077=test_udp [224/915] 52077=test_ftp [225/915] 52077=test_hash [226/915] 52077=test_thread_cv [227/915] 52077=test_stat [228/915] 52077=test_vm_dump [229/915] 52077=test_shapes [230/915] 52077=test_unicode [231/915] 52077=test_rdoc_parser_c [232/915] 52077=test_cgi_modruby [233/915] 52077=test_method_cache [234/915] 52077=json_fixtures_test [235/915] 52077=test_forwardable [236/915] 52077=test_bmethod [237/915] 52077=test_fileutils [238/915] 52075=test_locale [239/915] 52075=test_rubygems [240/915] 52075=test_ts [241/915] 52075=test_pattern_matching [242/915] 52075=ripper_test [243/915] 52077=test_gem_package_old [244/915] 52075=test_gem_request [245/915] 52077=test_range [246/915] 52076=test_gem_commands_contents_command [247/915] 52076=test_win32ole_typelib [248/915] 52076=test_rdoc_parser_changelog [249/915] 52076=test_external_new [250/915] 52076=test_gem_uninstaller [251/915] 52075=test_rdoc_constant [252/915] 52075=test_deprecate [253/915] 52075=test_gem_uri [254/915] 52075=test_set [255/915] 52075=string_encoding_test [256/915] 52075=newline_offsets_test [257/915] 52077=test_gem_request_set_lockfile_parser [258/915] 52077=test_path_to_class [259/915] 52077=test_gem_commands_sources_command [260/915] 52075=test_rdoc_markdown [261/915] 52074=test_unicode_normalize [262/915] 52077=test_enc_str_buf_cat [263/915] 52077=test_exit [264/915] 52074=test_sockopt [265/915] 52075=test_rdoc_encoding [266/915] 52074=test_gem_dependency_resolution_error [267/915] 52074=test_encoding [268/915] 52074=test_remote_fetch_error [269/915] 52075=test_reline_key [270/915] 52075=test_enumerator [271/915] 52077=test_parser_events [272/915] 52074=test_gem_ext_ext_conf_builder [273/915] 52075=test_argf [274/915] 52077=test_irb [275/915] 52077=test_pinned [276/915] 52077=test_yjit [277/915] 52076=test_rdoc_context_section [278/915] 52076=test_fips [279/915] 52076=test_nonblock [280/915] 52076=test_str2big [281/915] 52076=test_m17n [282/915] 52076=test_document [283/915] 52076=test_helper [284/915] 52076=test_date_compat [285/915] 52076=test_rdoc_parser_rd [286/915] 52076=test_rdoc_markup_to_rdoc [287/915] 52076=test_ansi_without_terminfo [288/915] 52076=test_primitive [289/915] 52076=test_windows_1251 [290/915] 52076=test_project_sanity [291/915] 52076=test_closure [292/915] 52074=test_too_many_dummy_encodings [293/915] 52074=test_pkey_dsa [294/915] 52076=test_basicsocket [295/915] 52076=test_have_macro [296/915] 52074=test_digest [297/915] 52074=test_pp [298/915] 52074=test_queue [299/915] 52074=pattern_test [300/915] 52074=test_gem_commands_list_command [301/915] 52074=test_ensured [302/915] 52074=test_gem_remote_fetcher_local_server [303/915] 52074=test_keyword [304/915] 52076=test_yield_block [305/915] 52076=test_iseq_load [306/915] 52077=test_prettyprint [307/915] 52077=test_io [308/915] 52074=test_multi_irb_commands [309/915] 52074=test_stringio [310/915] 52077=test_gem_commands_build_command [311/915] 52074=test_wss [312/915] 52074=test_date_strftime [313/915] 52075=test_object [314/915] 52075=test_popen_deadlock [315/915] 52074=test_gem_request_set_lockfile_tokenizer [316/915] 52074=parser_test [317/915] 52074=test_yaml_special_cases [318/915] 52074=test_gem_source_list [319/915] 52077=test_koi8 [320/915] 52077=test_mdns [321/915] 52077=test_eval [322/915] 52077=test_filter [323/915] 52077=test_autoconf [324/915] 52074=test_ossl [325/915] 52077=test_cmethod [326/915] 52077=test_case [327/915] 52077=test_gem_commands_help_command [328/915] 52077=test_gem_bundler_version_finder [329/915] 52077=test_http [330/915] 52076=test_address_resolveLeaked file descriptor: TestNetHTTP_v1_2#test_s_start: 10 #<File::Stat dev=0x8, ino=887929, 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> [331/915] 52076=test_cgi_multipart [332/915] 52075=test_ruby_lex [333/915] 52076=test_math [334/915] 52076=test_gc [335/915] 52076=test_webauthn_listener_response [336/915] 52076=test_libs [337/915] 52076=test_iter_break [338/915] 52076=test_rdoc_comment Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 11 #<File::Stat dev=0x8, ino=883011, 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> [339/915] 52076=test_nil2vtempty [340/915] 52076=test_files_lib [341/915] 52075=test_sleep Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 12 #<File::Stat dev=0x8, ino=876291, 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> [342/915] 52075=test_typeddata [343/915] 52075=test_help [344/915] 52075=test_num2int [345/915] 52075=test_rendering [346/915] 52075=test_time_tz [347/915] 52075=test_files_sample [348/915] 52075=test_io_console [349/915] 52077=test_err_in_callback [350/915] 52077=test_c_union_entity [351/915] 52077=test_files_test [352/915] 52077=test_boolean [353/915] 52077=test_weakkeymap [354/915] 52077=test_gem_commands_exec_command [355/915] 52075=json_common_interface_test [356/915] 52075=test_trace [357/915] 52075=test_arity [358/915] 52075=test_protect [359/915] 52075=test_gem_ext_rake_builder [360/915] 52076=test_engine [361/915] 52076=test_key_error [362/915] 52076=test_memory_view [363/915] 52076=test_ldap [364/915] 52076=test_tree_builder [365/915] 52076=test_gem_request_set_gem_dependency_api [366/915] 52074=test_placearg [367/915] 52075=test_input_method [368/915] 52075=test_cparser [369/915] 52076=test_gem_resolver_installer_set [370/915] 52074=test_last_thread [371/915] 52074=test_gem_commands_dependency_command [372/915] 52075=test_line_editor [373/915] 52075=test_continuation [374/915] 52075=test_config [375/915] 52074=test_win32ole_type_event [376/915] 52074=test_string_memory [377/915] 52075=test_object_references [378/915] 52075=test_delete [379/915] 52075=test_serialize_subclasses [380/915] 52074=test_mailto [381/915] 52075=test_gem_command [382/915] 52074=test_unicode_escape [383/915] 52074=test_method [384/915] 52075=reflection_test [385/915] 52075=parse_test [386/915] 52075=test_io [387/915] 52076=test_new [388/915] 52076=test_rational [389/915] 52076=test_cipher [390/915] 52076=test_find [391/915] 52076=test_httpresponses [392/915] 52076=test_div [393/915] 52076=test_symbol [394/915] 52076=test_key_name_check [395/915] 52076=test_gem_resolver_lock_specification [396/915] 52076=test_gem_resolver [397/915] 52074=test_deprecated [398/915] 52074=test_rb_str_dup [399/915] 52074=test_type [400/915] 52074=test_rdoc_markup_to_html_crossref [401/915] 52074=test_ractor [402/915] 52074=test_gem_source_subpath_problem [403/915] 52074=test_tempfile [404/915] 52076=test_metaclass [405/915] 52076=test_signedness [406/915] 52074=test_etc [407/915] 52074=test_yamldbm [408/915] 52074=test_error_highlight [409/915] 52074=test_rdoc_parser_ruby [410/915] 52074=test_httpresponse [411/915] 52074=test_type_completor [412/915] 52074=test_gem_resolver_vendor_set [413/915] 52074=test_cgi_cookie [414/915] 52074=test_date_arith [415/915] 52074=test_cd [416/915] 52074=json_parser_test [417/915] 52074=test_ftp [418/915] 52074=test_storage [419/915] 52074=test_case_options [420/915] 52074=test_ostruct [421/915] 52074=json_string_matching_test [422/915] 52074=test_sleep [423/915] 52074=test_integer [424/915] 52077=test_rational2 [425/915] 52077=fixtures_test [426/915] 52077=test_proxy [427/915] 52077=test_completion [428/915] 52077=test_string [429/915] 52077=test_gem_commands_install_command [430/915] 52074=test_iterator [431/915] 52074=test_postponed_job [432/915] 52074=test_ole_methods [433/915] 52074=test_array_create [434/915] 52074=test_sizeof [435/915] 52077=test_gem_request_set_lockfile [436/915] 52075=test_face [437/915] 52075=test_super [438/915] 52075=test_integer_comb [439/915] 52075=test_system [440/915] 52075=test_https [441/915] 52077=test_init [442/915] 52077=test_evaluation [443/915] 52077=test_process [444/915] 52077=test_win32ole_method_event [445/915] 52077=test_win32ole_event [446/915] 52077=test_file [447/915] 52077=test_spell_checker [448/915] 52077=test_dir_m17n [449/915] 52076=test_erb_command [450/915] 52076=test_rdoc_markup_to_bs [451/915] 52076=lex_test [452/915] 52076=test_gem_remote_fetcher [453/915] 52076=test_array [454/915] 52076=test_dns [455/915] 52075=test_parser [456/915] 52075=test_x509store Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 14 : #<TCPSocket:fd 14, AF_INET, 127.0.0.1, 51434> Closed file descriptor: TestResolvDNS#test_invalid_byte_comment: 14 [457/915] 52076=test_cgi_core [458/915] 52076=test_gem [459/915] 52075=test_raise_exception [460/915] 52077=test_len [461/915] 52077=test_rat [462/915] 52077=test_ractor [463/915] 52075=source_location_test [464/915] 52077=test_variable [465/915] 52075=test_gem_console_ui [466/915] 52075=test_provider [467/915] 52077=test_gem_ext_cargo_builder [468/915] 52077=test_pack [469/915] 52077=test_gem_gemcutter_utilities [470/915] 52075=test_gem_source_specific_file [471/915] 52077=test_ssl [472/915] 52075=test_alias Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 13 #<File::Stat dev=0x8, ino=943385, 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> [473/915] 52076=test_grapheme_breaks [474/915] 52076=desugar_compiler_test [475/915] 52076=test_rdoc_markup_verbatim [476/915] 52076=test_internal_ivar [477/915] 52076=test_marshal [478/915] 52075=test_rdoc_generator_markup [479/915] 52075=test_update [480/915] 52075=test_tracepoint [481/915] 52074=test_ssl_session [482/915] 52075=implicit_array_test [483/915] 52075=test_scalar [484/915] 52075=test_abi [485/915] 52077=test_tmpdir [486/915] 52077=test_rdoc_markup [487/915] 52077=test_class [488/915] 52077=test_nextafter [489/915] 52074=test_capacity [490/915] 52074=test_gc_compact [491/915] 52075=test_store [492/915] 52077=test_rdoc_markup_to_joined_paragraph [493/915] 52077=test_cesu8 [494/915] 52077=test_usrmarshal [495/915] 52076=test_bug_reporter [496/915] 52075=test_append [497/915] 52075=test_optimization [498/915] 52077=test_rdoc_normal_module [499/915] 52077=test_rdoc_markdown_test [500/915] 52076=test_integer [501/915] 52076=parameters_signature_test [502/915] 52076=test_rdoc_stats [503/915] 52076=test_open3 [504/915] 52077=test_rdoc_store [505/915] 52077=test_rdoc_markup_pre_process [506/915] 52077=test_handle [507/915] 52074=test_gem_resolver_specification [508/915] 52074=test_pkey [509/915] 52074=test_history [510/915] 52077=test_utf32 [511/915] 52077=test_date_parse [512/915] 52077=test_thread [513/915] 52077=test_pkey_ec [514/915] 52077=test_rdoc_ri_driver [515/915] 52074=test_inlinecache [516/915] 52074=test_httpheader [517/915] 52074=test_buffering [518/915] 52074=test_ractor [519/915] 52074=test_svcb_https [520/915] 52074=test_debugger_integration [521/915] 52074=test_noarg [522/915] 52076=test_my_integer [523/915] 52077=test_random [524/915] 52077=test_acceptable [525/915] 52076=test_fiddle [526/915] 52074=symbol_encoding_test [527/915] 52076=test_gem_source_lock [528/915] 52074=test_ractor [529/915] 52077=test_exception_at_throwing [530/915] 52076=test_default_gems [531/915] 52077=test_within_pipe [532/915] 52074=test_literal [533/915] 52077=test_pattern_key_name_check [534/915] 52077=test_digest [535/915] 52076=test_beginendblock [536/915] 52076=test_backtrace [537/915] 52076=test_thread [538/915] 52077=test_securerandom [539/915] 52076=json_encoding_test [540/915] 52076=test_kernel [541/915] 52077=test_rdoc_markup_to_ansi [542/915] 52077=test_bundled_ca [543/915] 52074=test_gem_rdoc [544/915] 52077=test_to_ruby [545/915] 52074=test_load [546/915] 52077=test_win32ole_variant_m [547/915] 52074=test_process [548/915] 52077=test_gem_source_vendor [549/915] 52077=test_gem_ext_cmake_builder [550/915] 52077=test_thread_fd_close [551/915] 52077=breadth_first_search_test [552/915] 52077=test_modify_expand [553/915] 52077=test_gem_ci_detector [554/915] 52077=!Nothing_to_test [555/915] 52077=test_gem_available_set [556/915] 52077=test_io_wait_uncommon [557/915] 52077=test_gem_name_tuple [558/915] 52077=test_file_exhaustive [559/915] 52076=test_ellipsize [560/915] 52076=test_assignment [561/915] 52076=test_gem_commands_yank_command [562/915] 52076=test_rdoc_markup_formatter [563/915] 52076=test_formatter [564/915] 52076=test_notimplement [565/915] 52076=test_gem_commands_owner_command [566/915] 52076=test_flags [567/915] 52075=test_http_request [568/915] 52075=test_alias_and_anchor [569/915] 52075=test_human_typo [570/915] 52075=test_verbose [571/915] 52075=heredoc_dedent_test [572/915] 52075=test_c_struct_builder [573/915] 52075=test_tcp [574/915] 52075=test_gem_path_support [575/915] 52075=test_profile_frames [576/915] 52075=test_rdoc_tom_doc [577/915] 52075=json_generic_object_test [578/915] 52075=test_stream [579/915] 52075=test_function_entry [580/915] 52075=test_exception [581/915] 52075=test_ractor [582/915] 52075=test_require [583/915] 52076=test_optarg [584/915] 52076=test_compile_prism [585/915] 52076=test_set [586/915] 52076=test_ensure_and_callcc [587/915] 52076=test_gem_package [588/915] 52075=test_rubyvm [589/915] 52075=test_stringchar [590/915] 52075=test_gem_platform [591/915] 52077=test_files_test_1 [592/915] 52077=test_gem_commands_fetch_command [593/915] 52075=test_rdoc_rd_inline [594/915] 52075=test_workspace [595/915] 52077=test_gem_resolver_best_set [596/915] 52075=test_configuration [597/915] 52077=test_gem_commands_rebuild_command [598/915] 52077=test_interned_str [599/915] 52077=test_getopts [600/915] 52077=test_emitter [601/915] 52077=test_uncorrectable_name_check [602/915] 52077=test_ssl [603/915] 52075=overlap_test [604/915] 52076=test_flush [605/915] 52076=test_gem_resolver_conflict [606/915] 52076=test_module [607/915] 52075=magic_comment_test [608/915] 52075=test_gem_dependency_list [609/915] 52075=test_win32ole_method [610/915] 52075=test_rdoc_markup_parser [611/915] 52075=test_gem_commands_outdated_command [612/915] 52075=test_ipaddr [613/915] 52075=test_gem_commands_cert_command [614/915] 52076=test_mkmf [615/915] 52076=test_backtrace [616/915] 52077=test_nomethod_error [617/915] 52077=test_rdoc_task [618/915] 52077=test_hmac [619/915] 52077=test_rdoc_context [620/915] 52075=regular_expression_options_test [621/915] 52075=test_rbconfig [622/915] 52075=test_to_ary_concat [623/915] 52076=test_disable_irb [624/915] 52076=test_safe_load [625/915] 52076=test_open-uri .Closed file descriptor: TestOpenURI#test_max_redirects_too_many: 11 [626/915] 52076=test_utf16 [627/915] 52076=test_name_error [628/915] 52076=test_convertible [629/915] 52077=test_duplicate [630/915] 52077=test_common [631/915] 52077=test_case_comprehensive [632/915] 52077=test_time [633/915] 52077=test_numeric [634/915] 52077=test_stringify_symbols [635/915] 52077=test_enumerator [636/915] 52075=test_iso_8859 [637/915] 52075=test_rdoc_top_level [638/915] 52075=test_arithmetic_sequence [639/915] 52075=numeric_value_test [640/915] 52075=test_find_executable [641/915] 52075=test_lazy_enumerator [642/915] 52075=test_readpartial [643/915] 52075=test_rdoc_markup_indented_paragraph [644/915] 52075=test_rdoc_normal_class [645/915] 52075=test_date_time [646/915] 52075=test_gem_installer [647/915] 52074=test_nesting_parser [648/915] 52074=test_load [649/915] 52074=test_macro [650/915] 52074=test_iseq [651/915] 52074=test_pkcs12 [652/915] 52074=test_method_cache [653/915] 52074=test_erb_m17n [654/915] 52074=test_sprintf_comb [655/915] 52074=test_kill_ring [656/915] 52074=test_path [657/915] 52074=test_rdoc_parser_prism_ruby [658/915] 52074=test_autoload [659/915] 52077=test_assembler [660/915] 52077=test_erb [661/915] 52077=tunnel_test [662/915] 52077=parse_success_test [663/915] 52077=test_gem_text [664/915] 52077=test_settracefunc [665/915] 52075=test_gem_commands_specification_command [666/915] 52075=test_win32ole [667/915] 52075=test_fnmatch [668/915] 52074=test_https_proxy [669/915] 52074=test_condition [670/915] 52074=test_scan_args [671/915] 52074=test_string [672/915] 52075=test_cp949 [673/915] 52075=test_folderitem2_invokeverb [674/915] 52074=test_arith_seq_extract [675/915] 52075=test_delegate [676/915] 52075=test_ripper [677/915] 52074=test_emoji [678/915] 52077=test_sorted_set [679/915] 52074=test_raise [680/915] 52074=test_signal [681/915] 52075=test_fixnum [682/915] 52075=test_benchmark [683/915] 52077=test_date_attr [684/915] 52077=library_symbols_test [685/915] 52077=test_gem_commands_stale_command [686/915] 52077=test_gem_resolver_index_set [687/915] 52077=test_rdoc_markup_to_label [688/915] 52077=test_gem_source [689/915] 52077=test_framework [690/915] 52077=test_gem_commands_query_command [691/915] 52075=test_gem_commands_signout_command [692/915] 52074=test_json_tree [693/915] 52074=test_class2name [694/915] 52074=parse_comments_test [695/915] 52074=test_struct [696/915] 52075=test_null [697/915] 52075=test_zsh_completion [698/915] 52075=test_cclass [699/915] 52075=test_gem_commands_uninstall_command [700/915] 52074=test_gem_security_signer [701/915] 52077=test_mutex [702/915] 52074=test_gem_resolver_api_set [703/915] 52074=test_rdoc_code_object [704/915] 52077=test_case [705/915] 52077=test_foreach [706/915] 52077=test_color [707/915] 52077=test_defined [708/915] 52077=integer_base_flags_test [709/915] 52077=test_ractor [710/915] 52077=test_severity [711/915] 52077=test_summary [712/915] 52077=test_sexp [713/915] 52075=test_random_formatter [714/915] 52077=json_ext_parser_test [715/915] 52077=test_euc_tw [716/915] 52077=test_at_exit [717/915] 52077=heredoc_test [718/915] 52075=test_gem_commands_open_command [719/915] 52077=test_nofree [720/915] 52077=test_wait [721/915] 52077=test_rdoc_markup_heading [722/915] 52077=test_gem_package_task [723/915] 52077=test_did_you_mean [724/915] 52074=test_rdoc_generator_ri [725/915] 52074=test_gem_ext_cargo_builder_unit [726/915] 52074=test_gem_stream_ui [727/915] 52075=test_cstr [728/915] 52077=test_bug-3571 [729/915] 52077=test_eval_history [730/915] 52077=test_rdoc_parser_markdown [731/915] 52077=test_files_ext [732/915] 52077=test_member [733/915] 52077=test_nowrite [734/915] 52077=test_comparable [735/915] 52074=test_thread_queue [736/915] 52077=test_ast [737/915] 52074=test_digest_extend [738/915] 52074=test_flip [739/915] 52074=test_io_timeout [740/915] 52074=test_show_source [741/915] 52075=test_gem_package_tar_header [742/915] 52074=test_thread [743/915] 52075=snippets_test [744/915] 52075=test_pathname [745/915] 52076=test_coverage [746/915] 52075=test_emoji_breaks [747/915] 52075=test_rdoc_rubygems_hook [748/915] 52075=test_gem_commands_environment_command [749/915] 52075=test_clone [750/915] 52075=test_rdoc_markup_hard_break [751/915] 52075=locals_test [752/915] 52076=test_dup [753/915] 52076=test_object_create_start [754/915] 52076=test_marshalable [755/915] 52076=test_gem_source_fetch_problem [756/915] 52076=test_rdoc_rd_block_parser [757/915] 52076=test_yield [758/915] 52075=test_rdoc_markup_paragraph [759/915] 52075=test_ractor_compatibility [760/915] 52075=test_gem_security [761/915] 52074=test_bug-5832 [762/915] 52074=test_gem_commands_cleanup_command [763/915] 52074=test_gem_commands_pristine_command [764/915] 52074=test_eval [765/915] 52075=test_timeout [766/915] 52076=test_gem_safe_yaml [767/915] 52076=test_rdoc_rdoc [768/915] 52074=test_weakref [769/915] 52076=test_sprintf [770/915] 52075=test_rdoc_parser [771/915] 52075=test_rdoc_rd_inline_parser [772/915] 52074=test_io_buffer [773/915] 52075=test_rdoc_i18n_locale [774/915] 52075=test_arith_seq_beg_len_step [775/915] 52076=test_undef [776/915] 52076=test_yamlstore [777/915] 52074=test_gem_resolver_requirement_list [778/915] 52076=test_x509attr [779/915] 52074=test_rdoc_markup_document [780/915] 52076=ractor_test [781/915] 52075=test_lock_native_thread [782/915] 52074=test_bignum [783/915] 52076=test_rdoc_generator_darkfish [784/915] 52074=test_weakmap [785/915] 52075=test_emitter [786/915] 52075=test_gem_security_trust_dir [787/915] 52075=test_function [788/915] 52076=snapshots_test [789/915] 52075=test_hash [790/915] 52075=test_buffered_io [791/915] 52075=test_gem_ext_cargo_builder_link_flag_converter [792/915] 52075=test_resource [793/915] 52075=test_frozen_error [794/915] 52075=test_gb18030 [795/915] 52075=test_file [796/915] 52075=bom_test [797/915] 52075=test_unix [798/915] 52075=static_literals_test [799/915] 52075=test_config [800/915] 52075=test_scalar_scanner [801/915] 52075=command_line_test [802/915] 52075=test_gem_safe_marshal [803/915] 52076=test_reqarg [804/915] 52076=test_symbol [805/915] 52075=integer_parse_test [806/915] 52075=test_coder [807/915] 52075=test_case_mapping [808/915] 52075=test_context [809/915] 52075=test_custom_command [810/915] 52075=test_rdoc_include [811/915] 52075=test_resize [812/915] 52075=test_ifunless [813/915] 52075=test_rdoc_method_attr [814/915] 52075=test_gem_resolver_installed_specification [815/915] 52075=test_rdoc_options [816/915] 52075=test_mul [817/915] 52075=test_egrep_cpp [818/915] 52075=test_depth_first [819/915] 52075=test_not [820/915] 52075=test_rdoc_markup_to_html [821/915] 52075=test_date_conv [822/915] 52075=test_win32ole_param_event [823/915] 52075=test_rdoc_single_class [824/915] 52075=test_dir [825/915] 52075=test_class [826/915] 52075=test_rdoc_generator_pot_po [827/915] 52075=test_const [828/915] 52075=test_rdoc_token_stream [829/915] 52075=test_asn1 [830/915] 52075=test_gem_remote_fetcher_s3 [831/915] 52076=parse_stream_test [832/915] 52076=test_m17n_comb [833/915] 52075=json_generator_test [834/915] 52075=test_ns_spki [835/915] 52075=newline_test [836/915] 52075=test_objspace [837/915] 52076=test_tsort [838/915] 52076=test_have_library [839/915] 52074=test_gem_request_set [840/915] 52074=test_set_len [841/915] 52074=test_date_strptime [842/915] 52074=test_gem_command_manager [843/915] 52074=test_date_new [844/915] 52074=test_pack [845/915] 52074=test_gem_install_update_options [846/915] 52074=test_object [847/915] 52074=attribute_write_test [848/915] 52074=test_objectspace [849/915] 52076=test_econv [850/915] 52076=test_gem_source_installed [851/915] 52076=test_require_lib [852/915] 52074=test_func [853/915] 52076=test_io_wait [854/915] 52076=test_gem_commands_push_command [855/915] 52076=test_stack [856/915] 52076=test_kwargs [857/915] 52076=test_recorder [858/915] 52076=test_call [859/915] 52076=test_gem_stub_specification [860/915] 52076=test_gem_ext_builder [861/915] 52074=test_singleton_function [862/915] 52074=test_complex [863/915] 52074=test_exception [864/915] 52076=test_euc_kr [865/915] 52076=test_parse [866/915] 52076=test_gem_silent_ui [867/915] 52076=test_logdevice [868/915] 52076=test_rdoc_ri_paths [869/915] 52076=warnings_test [870/915] 52076=test_helper [871/915] 52076=test_require [872/915] 52076=test_gem_unsatisfiable_dependency_error [873/915] 52076=test_x509cert [874/915] 52076=test_gem_commands_signin_command [875/915] 52074=test_rdoc_text [876/915] 52074=test_resolve_symbol [877/915] 52074=test_windows_1252 [878/915] 52074=test_yaml [879/915] 52076=test_gem_resolver_git_set [880/915] 52074=test_pkey_dh [881/915] 52074=dispatcher_test [882/915] 52074=test_addr [883/915] 52074=node_id_test [884/915] 52074=test_win32ole_variant [885/915] 52074=test_gem_util [886/915] 52074=test_regexp [887/915] 52076=test_name_error_extension [888/915] 52076=test_logperiod [889/915] 52076=test_win32ole_type [890/915] 52076=test_gem_commands_search_command [891/915] 52076=test_warning [892/915] 52076=test_gbk [893/915] 52076=test_config [894/915] 52076=test_socket [895/915] 52076=test_cgi_util [896/915] 52076=comments_test [897/915] 52076=test_gem_dependency [898/915] 52076=test_gem_resolver_index_specification [899/915] 52076=test_enum [900/915] 52076=test_gem_resolver_vendor_specification [901/915] 52076=test_optparse [902/915] 52076=test_lambda [903/915] 52076=test_io_buffer [904/915] 52076=test_gem_package_tar_reader [905/915] 52076=test_gem_local_remote_options [906/915] 52076=test_env [907/915] 52076=test_config [908/915] 52076=test_gem_commands_which_command [909/915] 52076=test_rdoc_markup_include [910/915] 52076=test_gem_validator [911/915] 52076=regexp_test [912/915] 52076=test_rdoc_alias [913/915] 52076=test_ractor [914/915] 52076=test_reline [915/915] 52076=test_rdoc_require Finished tests in 1107.561902s, 29.6074 tests/s, 5851.5140 assertions/s. 32792 tests, 6480914 assertions, 0 failures, 0 errors, 340 skips ruby -v: ruby 3.4.0dev (2024-09-07T03:19:47Z master c1a510a8df) [x86_64-linux] $$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 0. $$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4' BASERUBY = /usr/bin/ruby --disable=gems CC = clang-16 LD = ld LDSHARED = clang-16 -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_clang_16/include -I/tmp/ruby/src/trunk_clang_16 -I/tmp/ruby/src/trunk_clang_16/prism -I/tmp/ruby/src/trunk_clang_16/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie 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_clang_16/yjit/target/release/' /tmp/ruby/src/trunk_clang_16/yjit/src/lib.rs Ubuntu clang version 16.0.6 (23ubuntu4) Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/bin generating enc.mk making enc make[1]: Entering directory '/tmp/ruby/build/trunk_clang_16' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_16' making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk_clang_16' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_16' generating transdb.h transdb.h unchanged making trans make[1]: Entering directory '/tmp/ruby/build/trunk_clang_16' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_16' making encs make[1]: Entering directory '/tmp/ruby/build/trunk_clang_16' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_16' generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk_clang_16' make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_16' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk_clang_16' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/rbs-3.5.3/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/rbs-3.5.3/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16' make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_16' make[1]: Entering directory '/tmp/ruby/build/trunk_clang_16' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_16' ruby 3.4.0dev (2024-09-07T03:19:47Z master c1a510a8df) [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 263.228905 seconds 3435 files, 32785 examples, 142166 expectations, 0 failures, 0 errors, 0 tagged $$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0.