# Logfile created on 2025-09-12 06:16:38 +0000 by logger.rb/v1.5.3 #<BuildRuby:0x00007117274afdd0 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_tag=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/src", @BUILD_DIR="/tmp/ruby/build", @INSTALL_DIR="/tmp/ruby/install", @TARGET_NAME="trunk_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, @no_timeout_error=nil, @logfile="/home/ko1/ruby/logs/brlog.trunk_clang_16.20250912-061638", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000071172765dbc8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000071172765d920 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000711722f89670 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk_clang_16.20250912-061638", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk_clang_16.20250912-061638>, @binmode=false, @mon_data=#<Monitor:0x000071172765d3f8>, @mon_data_owner_object_id=900>>> $$$[beg] make update-download -j4 tool/config.guess already exists tool/config.sub already exists Update power_assert to f88e406e7c9e0810cc149869582afbae1fb84c4a Update rbs to aa22d7ea0c992de7557c3e346c9100b8aa36d945 Update repl_type_completor to 25108aa8d69ddaba0b5da3feff1c0035371524b2 echo f88e406e7c9e0810cc149869582afbae1fb84c4a | /bin/sh /tmp/ruby/src/trunk_clang_16/tool/ifchange /tmp/ruby/src/trunk_clang_16/.bundle/.timestamp/power_assert.revision - echo aa22d7ea0c992de7557c3e346c9100b8aa36d945 | /bin/sh /tmp/ruby/src/trunk_clang_16/tool/ifchange /tmp/ruby/src/trunk_clang_16/.bundle/.timestamp/rbs.revision - echo 25108aa8d69ddaba0b5da3feff1c0035371524b2 | /bin/sh /tmp/ruby/src/trunk_clang_16/tool/ifchange /tmp/ruby/src/trunk_clang_16/.bundle/.timestamp/repl_type_completor.revision - /tmp/ruby/src/trunk_clang_16/.bundle/.timestamp/rbs.revision unchanged /tmp/ruby/src/trunk_clang_16/.bundle/.timestamp/power_assert.revision unchanged Update irb to 331c4e851296b115db766c291e8cf54a2492fb36 echo 331c4e851296b115db766c291e8cf54a2492fb36 | /bin/sh /tmp/ruby/src/trunk_clang_16/tool/ifchange /tmp/ruby/src/trunk_clang_16/.bundle/.timestamp/irb.revision - /tmp/ruby/src/trunk_clang_16/.bundle/.timestamp/repl_type_completor.revision unchanged /tmp/ruby/src/trunk_clang_16/.bundle/.timestamp/irb.revision unchanged rm -rf .bundle/gems/win32ole-1.9.2/ Building power_assert@f88e406e7c9e0810cc149869582afbae1fb84c4a to /tmp/ruby/src/trunk_clang_16/gems/power_assert-2.0.5.gem Successfully built RubyGem Name: power_assert Version: 3.0.0dev File: power_assert-3.0.0dev.gem $$$[end] "make update-download -j4" exit with 0. $$$[beg] make update-src -j4 From https://github.com/ruby/ruby ca70f44..09ae509 master -> origin/master Updating ca70f44..09ae509 Fast-forward .github/workflows/yjit-ubuntu.yml | 6 ++ Cargo.lock | 16 ++++-- Cargo.toml | 6 +- common.mk | 2 + configure.ac | 4 +- defs/jit.mk | 2 +- jit/Cargo.toml | 6 ++ jit/src/lib.rs | 37 +++++++++++++ lib/bundler/definition.rb | 7 ++- lib/bundler/ruby_dsl.rb | 2 + jit.rs => ruby.rs | 0 spec/bundler/bundler/ruby_dsl_spec.rb | 10 ++++ spec/bundler/lock/git_spec.rb | 35 ++++++++++++ test/json/test_helper.rb | 3 + yjit/Cargo.toml | 2 + yjit/bindgen/src/main.rs | 99 --------------------------------- yjit/src/stats.rs | 43 ++------------- yjit/src/virtualmem.rs | 5 +- yjit/yjit.mk | 1 + zjit/Cargo.toml | 2 + zjit/bindgen/src/main.rs | 100 ---------------------------------- zjit/src/options.rs | 10 +++- zjit/src/state.rs | 2 +- zjit/src/stats.rs | 7 ++- zjit/src/virtualmem.rs | 11 +++- zjit/zjit.mk | 1 + 26 files changed, 163 insertions(+), 256 deletions(-) create mode 100644 jit/Cargo.toml create mode 100644 jit/src/lib.rs rename jit.rs => ruby.rs (100%) Latest commit hash = 09ae509c1f $$$[end] "make update-src -j4" exit with 0. $$$[beg] make after-update -j4 sed -f /tmp/ruby/src/trunk_clang_16/tool/prereq.status /tmp/ruby/src/trunk_clang_16/common.mk /tmp/ruby/src/trunk_clang_16/prism/srcs.mk /tmp/ruby/src/trunk_clang_16/depend > uncommon.mk cd -P /tmp/ruby/src/trunk_clang_16 && exec autoconf -o configure running CONFIG_SHELL=/bin/bash /bin/bash /tmp/ruby/src/trunk_clang_16/configure --prefix=/tmp/ruby/install/trunk_clang_16 --disable-install-doc CC=clang-16 --no-create --no-recursion checking for ruby... /usr/bin/ruby --disable=gems tool/config.guess already exists tool/config.sub already exists checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking for 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 configure: WARNING: something wrong with CXXFLAGS="" 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 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 sanitizer/tsan_interface.h... yes checking for setjmpex.h... no checking for stdalign.h... yes checking for sys/attr.h... no checking for sys/eventfd.h... yes checking for sys/fcntl.h... yes checking for sys/file.h... yes checking for sys/id.h... no checking for sys/ioctl.h... yes checking for sys/mkdev.h... no checking for sys/param.h... yes checking for sys/prctl.h... yes checking for sys/random.h... yes checking for sys/resource.h... yes checking for sys/select.h... yes checking for sys/sendfile.h... yes checking for sys/socket.h... yes checking for sys/syscall.h... yes checking for sys/sysmacros.h... yes checking for sys/time.h... yes checking for sys/times.h... yes checking for sys/uio.h... yes checking for sys/utime.h... no checking for syscall.h... yes checking for time.h... yes checking for ucontext.h... yes checking for utime.h... yes checking for sys/epoll.h... yes checking for sys/event.h... no checking for stdckdint.h... no checking for stdatomic.h... yes checking for x86intrin.h... yes checking for x86intrin.h when defined(__x86_64__)... yes checking for gmp.h... yes checking for library containing __gmpz_init... -lgmp checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking whether byte ordering is bigendian... no checking for an ANSI C-conforming const... yes checking whether char is unsigned... no checking for inline... inline checking for working volatile... yes checking for typeof syntax and keyword spelling... typeof checking for C/C++ restrict keyword... __restrict__ checking for long long... yes checking for off_t... yes checking char bit... 8 checking size of int... 4 checking size of short... 2 checking size of long... 8 checking size of long long... 8 checking size of __int64... 0 checking size of __int128... 16 checking size of off_t... 8 checking size of void*... 8 checking size of float... 4 checking size of double... 8 checking size of time_t... 8 checking size of clock_t... 8 checking word size... 8 checking packed struct attribute... x __attribute__((packed)) checking whether -Wno-address-of-packed-member is accepted as CFLAGS... yes checking for printf prefix for long long... ll checking for pid_t... yes checking for convertible type of pid_t... INT checking for uid_t... yes checking for convertible type of uid_t... UINT checking for gid_t... yes checking for convertible type of gid_t... UINT checking for time_t... yes checking for convertible type of time_t... LONG checking for dev_t... yes checking for convertible type of dev_t... ULONG checking for mode_t... yes checking for convertible type of mode_t... UINT checking for rlim_t... yes checking for convertible type of rlim_t... ULONG checking for convertible type of off_t... LONG checking for clockid_t... yes checking for convertible type of clockid_t... INT checking for variable length macro... yes checking if _Alignof() works... yes checking for CONSTFUNC function attribute... __attribute__ ((__const__)) x checking for PUREFUNC function attribute... __attribute__ ((__pure__)) x checking for NORETURN function attribute... __attribute__ ((__noreturn__)) x checking for DEPRECATED function attribute... __attribute__ ((__deprecated__)) x checking for DEPRECATED_BY function attribute... __attribute__ ((__deprecated__("by "#n))) x checking for NOINLINE function attribute... __attribute__ ((__noinline__)) x checking for ALWAYS_INLINE function attribute... __attribute__ ((__always_inline__)) x checking for NO_SANITIZE function attribute... __attribute__ ((__no_sanitize__(san))) x checking for NO_SANITIZE_ADDRESS function attribute... __attribute__ ((__no_sanitize_address__)) x checking for NO_ADDRESS_SAFETY_ANALYSIS function attribute... __attribute__ ((__no_address_safety_analysis__)) x checking for WARN_UNUSED_RESULT function attribute... __attribute__ ((__warn_unused_result__)) x checking for MAYBE_UNUSED function attribute... __attribute__ ((__unused__)) x checking for ERRORFUNC function attribute... __attribute__ ((__error__ mesg)) x checking for WARNINGFUNC function attribute... __attribute__ ((__warning__ mesg)) x checking for WEAK function attribute... __attribute__ ((__weak__)) x checking for std::nullptr_t... no checking for FUNC_STDCALL function attribute... x checking for FUNC_CDECL function attribute... __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 64bit __atomic builtins... yes checking for __sync builtins... yes checking for __builtin_unreachable... yes checking for __assume... no checking for exported function attribute... __attribute__ ((__visibility__("default"))) checking for RUBY_FUNC_NONNULL function attribute... __attribute__ ((__nonnull__(n))) x checking for function name string predefined identifier... __func__ checking if enum over int is allowed... yes checking for 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 type of array argument to getgroups... gid_t checking for working alloca.h... yes checking for alloca... yes checking for dynamic size alloca... ok checking for working memcmp... yes checking for dup... yes checking for dup2... yes checking for acosh... yes checking for cbrt... yes checking for crypt... yes checking for erf... yes checking for explicit_bzero... yes checking for ffs... yes checking for flock... yes checking for hypot... yes checking for lgamma_r... yes checking for memmove... yes checking for nan... yes checking for nextafter... yes checking for setproctitle... no checking for strchr... yes checking for strerror... yes checking for strlcat... yes checking for strlcpy... yes checking for strstr... yes checking for tgamma... yes checking for sys/pstat.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for __syscall... no checking for _longjmp... yes checking for arc4random_buf... yes checking for atan2l... yes checking for atan2f... yes checking whether atomic_signal_fence is declared... yes checking for chmod... yes checking for chown... yes checking for chroot... yes checking for chsize... no checking for clock_gettime... yes checking for copy_file_range... yes checking for cosh... yes checking for crypt_r... yes checking for dirfd... yes checking for dl_iterate_phdr... yes checking for dlopen... yes checking for dladdr... yes checking for dup3... yes checking for eaccess... yes checking for endgrent... yes checking for eventfd... yes checking for execl... yes checking for execle... yes checking for execv... yes checking for execve... yes checking for explicit_memset... no checking for fcopyfile... no checking for fchdir... yes checking for fchmod... yes checking for fchown... yes checking for fcntl... yes checking for fdatasync... yes checking for fdopendir... yes checking for fgetattrlist... no checking for fmod... yes checking for fstatat... yes checking for fsync... yes checking for ftruncate... yes checking for ftruncate64... yes checking for getattrlist... no checking for getcwd... yes checking for getegid... yes checking for getentropy... yes checking for geteuid... yes checking for getgid... yes checking for getgidx... no checking for getgrnam... yes checking for getgrnam_r... yes checking for getgroups... yes checking for getlogin... yes checking for getlogin_r... yes checking for getpgid... yes checking for getpgrp... yes checking for getppid... yes checking for getpriority... yes checking for getpwnam... yes checking for getpwnam_r... yes checking for getpwuid... yes checking for getpwuid_r... yes checking for getrandom... yes checking for getresgid... yes checking for getresuid... yes checking for getrlimit... yes checking for getsid... yes checking for gettimeofday... yes checking for getuid... yes checking for getuidx... no checking for gmtime_r... yes checking for initgroups... yes checking for ioctl... yes checking for isfinite... no checking for issetugid... no checking for kill... yes checking for killpg... yes checking for lchmod... yes checking for lchown... yes checking for link... yes checking for llabs... yes checking for lockf... yes checking for log2... yes checking for lstat... yes checking for lutimes... yes checking for malloc_usable_size... yes checking for malloc_size... no checking for malloc_trim... yes checking for mblen... yes checking for memalign... yes checking for memset_s... no checking for writev... yes checking for memrchr... yes checking for memmem... yes checking for mkfifo... yes checking for mknod... yes checking for mktime... yes checking for mmap... yes checking for mremap... yes checking for openat... yes checking for pclose... yes checking for pipe... yes checking for pipe2... yes checking for poll... yes checking for popen... yes checking for posix_fadvise... yes checking for posix_madvise... yes checking for posix_memalign... yes checking for ppoll... yes checking for pread... yes checking for pwrite... yes checking for qsort_r... yes checking for qsort_s... no checking for readlink... yes checking for realpath... yes checking for round... yes checking for sched_getaffinity... yes checking for seekdir... yes checking for select_large_fdset... no checking for sendfile... yes checking for setegid... yes checking for setenv... yes checking for seteuid... yes checking for setgid... yes checking for setgroups... yes checking for setpgid... yes checking for setpgrp... yes checking for setregid... yes checking for setresgid... yes checking for setresuid... yes checking for setreuid... yes checking for setrgid... no checking for setrlimit... yes checking for setruid... no checking for setsid... yes checking for setuid... yes checking for shutdown... yes checking for sigaction... yes checking for sigaltstack... yes checking for sigprocmask... yes checking for sinh... yes checking for snprintf... yes checking for spawnv... no checking for symlink... yes checking for syscall... yes checking for sysconf... yes checking for system... yes checking for tanh... yes checking for telldir... yes checking for timegm... yes checking for times... yes checking for truncate... yes checking for truncate64... yes checking for tzset... yes checking for umask... yes checking for unsetenv... yes checking for utimensat... yes checking for utimes... yes checking for wait4... yes checking for waitpid... yes checking for __cospi... no checking for __sinpi... no checking for statx... yes checking if getcwd allocates buffer if NULL is given... yes checking for crypt.h... yes checking for struct crypt_data.initialized... yes checking for __builtin_alloca_with_align... yes checking for __builtin_assume_aligned... yes checking for __builtin_bswap16... yes checking for __builtin_bswap32... yes checking for __builtin_bswap64... yes checking for __builtin_popcount... yes In file included from conftest.c:4: /tmp/ruby/src/trunk_clang_16/version.h:29:5: error: invalid suffix 'RUBY_RELEASE_MONTH' on integer constant #if ONLY_ONE_DIGIT(RUBY_RELEASE_MONTH) ^ /tmp/ruby/src/trunk_clang_16/version.h:25:27: note: expanded from macro 'ONLY_ONE_DIGIT' #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000 ^ /tmp/ruby/src/trunk_clang_16/version.h:23:26: note: expanded from macro 'TOKEN_PASTE' #define TOKEN_PASTE(x,y) x##y ^ <scratch space>:2:3: note: expanded from here 10RUBY_RELEASE_MONTH ^ In file included from conftest.c:4: /tmp/ruby/src/trunk_clang_16/version.h:34:5: error: invalid suffix 'RUBY_RELEASE_DAY' on integer constant #if ONLY_ONE_DIGIT(RUBY_RELEASE_DAY) ^ /tmp/ruby/src/trunk_clang_16/version.h:25:27: note: expanded from macro 'ONLY_ONE_DIGIT' #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000 ^ /tmp/ruby/src/trunk_clang_16/version.h:23:26: note: expanded from macro 'TOKEN_PASTE' #define TOKEN_PASTE(x,y) x##y ^ <scratch space>:3:3: note: expanded from here 10RUBY_RELEASE_DAY ^ 2 errors generated. checking for __builtin_popcountll... yes checking for __builtin_clz... yes checking for __builtin_clzl... yes checking for __builtin_clzll... yes checking for __builtin_ctz... yes checking for __builtin_ctzll... yes checking for __builtin_constant_p... yes checking for __builtin_choose_expr... yes checking for __builtin_choose_expr_constant_p... yes checking for __builtin_types_compatible_p... yes checking for __builtin_trap... yes checking for __builtin_expect... yes checking for __builtin_add_overflow... yes checking for __builtin_add_overflow_p... no checking for __builtin_add_overflow with long long arguments... yes checking for __builtin_sub_overflow... yes checking for __builtin_sub_overflow_p... no checking for __builtin_sub_overflow with long long arguments... yes checking for __builtin_mul_overflow... yes checking for __builtin_mul_overflow_p... no 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 modular GC support... no checking for rustc... rustc checking whether rustc works for YJIT/ZJIT... yes checking for prefix of external symbols... NONE checking if make is GNU make... yes .ext/include/x86_64-linux/ruby/config.h unchanged configure: ruby library version = 3.5.0+4 configure: creating ./config.status --- Configuration summary for ruby version 3.5.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 modular 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 * ZJIT support: no * man page type: man * BASERUBY -v: ruby 3.2.3 (2024-01-18 revision 52bb2ac0a6) \ [x86_64-linux-gnu] --- MAKE=make /bin/sh ./config.status Makefile MAKE=make /bin/sh ./config.status GNUmakefile config.status: creating Makefile config.status: creating GNUmakefile GNUmakefile unchanged Makefile unchanged generating /tmp/ruby/src/trunk_clang_16/ext/rbconfig/sizeof/sizes.c make[1]: Entering directory '/tmp/ruby/src/trunk_clang_16/ext/rbconfig/sizeof' /tmp/ruby/src/trunk_clang_16/revision.h updated Update power_assert to f88e406e7c9e0810cc149869582afbae1fb84c4a echo f88e406e7c9e0810cc149869582afbae1fb84c4a | /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 unchanged sizes.c updated Update rbs to aa22d7ea0c992de7557c3e346c9100b8aa36d945 make[1]: Leaving directory '/tmp/ruby/src/trunk_clang_16/ext/rbconfig/sizeof' Update repl_type_completor to 25108aa8d69ddaba0b5da3feff1c0035371524b2 echo aa22d7ea0c992de7557c3e346c9100b8aa36d945 | /bin/sh /tmp/ruby/src/trunk_clang_16/tool/ifchange /tmp/ruby/src/trunk_clang_16/.bundle/.timestamp/rbs.revision - echo 25108aa8d69ddaba0b5da3feff1c0035371524b2 | /bin/sh /tmp/ruby/src/trunk_clang_16/tool/ifchange /tmp/ruby/src/trunk_clang_16/.bundle/.timestamp/repl_type_completor.revision - /tmp/ruby/src/trunk_clang_16/.bundle/.timestamp/rbs.revision unchanged Update irb to 331c4e851296b115db766c291e8cf54a2492fb36 /tmp/ruby/src/trunk_clang_16/.bundle/.timestamp/repl_type_completor.revision unchanged generating x86_64-linux-fake.rb echo 331c4e851296b115db766c291e8cf54a2492fb36 | /bin/sh /tmp/ruby/src/trunk_clang_16/tool/ifchange /tmp/ruby/src/trunk_clang_16/.bundle/.timestamp/irb.revision - /tmp/ruby/src/trunk_clang_16/.bundle/.timestamp/irb.revision unchanged x86_64-linux-fake.rb updated Building power_assert@f88e406e7c9e0810cc149869582afbae1fb84c4a to /tmp/ruby/src/trunk_clang_16/gems/power_assert-2.0.5.gem /bin/sh /tmp/ruby/src/trunk_clang_16/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp rbconfig.rb unchanged generating enc.mk Successfully built RubyGem Name: power_assert Version: 3.0.0dev File: power_assert-3.0.0dev.gem Extracting bundle gem power_assert-2.0.5... Try with hash version of bundled gems instead of gems/power_assert-2.0.5.gem. We don't use this gem with release version of Ruby. Unpacked gems/power_assert-3.0.0dev.gem 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' $$$[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.ext/include -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/16.0.0 -Dmodular_gc_dir= 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 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_clang_16/target/release/' '/tmp/ruby/src/trunk_clang_16/yjit/src/lib.rs' ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_clang_16/target/release/' '/tmp/ruby/src/trunk_clang_16/zjit/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/version.c building Rust YJIT (release mode) touch /tmp/ruby/build/trunk_clang_16/target/release/libyjit.a partial linking /tmp/ruby/build/trunk_clang_16/target/release/libyjit.a into /tmp/ruby/build/trunk_clang_16/target/release/libyjit.o 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.ext/include -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/16.0.0 -Dmodular_gc_dir= 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 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_clang_16/target/release/' '/tmp/ruby/src/trunk_clang_16/yjit/src/lib.rs' ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_clang_16/target/release/' '/tmp/ruby/src/trunk_clang_16/zjit/src/lib.rs' Ubuntu clang version 16.0.6 (23ubuntu4) Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/bin creating verconf.h verconf.h updated compiling /tmp/ruby/src/trunk_clang_16/loadpath.c builtin_binary.rbbin updated 0ff13f4e1d19f361c8a99346fc29562aa13a62f809649eb4738c1cb6ace899a8 builtin_binary.rbbin 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.ext/include -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/16.0.0 -Dmodular_gc_dir= 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 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_clang_16/target/release/' '/tmp/ruby/src/trunk_clang_16/yjit/src/lib.rs' ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_clang_16/target/release/' '/tmp/ruby/src/trunk_clang_16/zjit/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 unchanged making srcs under enc making enc make[1]: Entering directory '/tmp/ruby/build/trunk_clang_16' linking encoding encdb.so linking encoding big5.so linking encoding cesu_8.so 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 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 transdb.h unchanged generating makefiles ext/configure-ext.mk linking encoding iso_8859_1.so linking encoding iso_8859_2.so linking encoding iso_8859_3.so ext/configure-ext.mk updated making trans make[1]: Entering directory '/tmp/ruby/build/trunk_clang_16' linking transcoder transdb.so linking encoding iso_8859_4.so linking transcoder big5.so linking encoding iso_8859_5.so linking encoding iso_8859_6.so linking transcoder cesu_8.so linking encoding iso_8859_7.so linking encoding iso_8859_8.so linking encoding iso_8859_9.so linking transcoder chinese.so linking encoding iso_8859_10.so linking transcoder ebcdic.so linking encoding iso_8859_11.so linking transcoder emoji.so linking transcoder emoji_iso2022_kddi.so linking encoding iso_8859_13.so linking transcoder emoji_sjis_docomo.so linking transcoder emoji_sjis_kddi.so linking encoding iso_8859_14.so linking transcoder emoji_sjis_softbank.so linking encoding iso_8859_15.so linking transcoder escape.so linking transcoder gb18030.so linking transcoder gbk.so linking encoding iso_8859_16.so linking encoding koi8_r.so linking transcoder iso2022.so linking encoding koi8_u.so linking encoding shift_jis.so linking encoding utf_16be.so linking transcoder japanese.so linking transcoder japanese_euc.so linking transcoder japanese_sjis.so linking encoding utf_16le.so linking encoding utf_32be.so linking encoding utf_32le.so linking encoding windows_31j.so linking transcoder korean.so linking encoding windows_1250.so linking encoding windows_1251.so linking encoding windows_1252.so linking transcoder single_byte.so linking encoding windows_1254.so linking encoding windows_1253.so linking encoding windows_1257.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 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' 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]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/digest' 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]: 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/json' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/io/console' make[2]: Entering 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/monitor' 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/rbconfig/sizeof' compiling /tmp/ruby/src/trunk_clang_16/ext/rbconfig/sizeof/sizes.c make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/psych' 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/openssl' 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/psych' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/strscan' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/strscan' 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.2.2/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/debug-1.11.0/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/fiddle-1.1.8/ext/fiddle' linking shared-object rbconfig/sizeof.so make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/bigdecimal-3.2.2/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/fiddle-1.1.8/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/debug-1.11.0/ext/debug' make[2]: Entering 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]: Entering directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/rbs-3.9.4/ext/rbs_extension' 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/rbs-3.9.4/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/syslog-0.3.0/ext/syslog' 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/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/syslog-0.3.0/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/rbconfig/sizeof' 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 f88e406e7c9e0810cc149869582afbae1fb84c4a Update rbs to aa22d7ea0c992de7557c3e346c9100b8aa36d945 echo f88e406e7c9e0810cc149869582afbae1fb84c4a | /bin/sh /tmp/ruby/src/trunk_clang_16/tool/ifchange /tmp/ruby/src/trunk_clang_16/.bundle/.timestamp/power_assert.revision - echo aa22d7ea0c992de7557c3e346c9100b8aa36d945 | /bin/sh /tmp/ruby/src/trunk_clang_16/tool/ifchange /tmp/ruby/src/trunk_clang_16/.bundle/.timestamp/rbs.revision - /tmp/ruby/src/trunk_clang_16/.bundle/.timestamp/rbs.revision unchanged /tmp/ruby/src/trunk_clang_16/.bundle/.timestamp/power_assert.revision unchanged Update repl_type_completor to 25108aa8d69ddaba0b5da3feff1c0035371524b2 echo 25108aa8d69ddaba0b5da3feff1c0035371524b2 | /bin/sh /tmp/ruby/src/trunk_clang_16/tool/ifchange /tmp/ruby/src/trunk_clang_16/.bundle/.timestamp/repl_type_completor.revision - Update irb to 331c4e851296b115db766c291e8cf54a2492fb36 /tmp/ruby/src/trunk_clang_16/.bundle/.timestamp/repl_type_completor.revision unchanged echo 331c4e851296b115db766c291e8cf54a2492fb36 | /bin/sh /tmp/ruby/src/trunk_clang_16/tool/ifchange /tmp/ruby/src/trunk_clang_16/.bundle/.timestamp/irb.revision - 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.ext/include -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/16.0.0 -Dmodular_gc_dir= 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 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_clang_16/target/release/' '/tmp/ruby/src/trunk_clang_16/yjit/src/lib.rs' ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_clang_16/target/release/' '/tmp/ruby/src/trunk_clang_16/zjit/src/lib.rs' /tmp/ruby/src/trunk_clang_16/.bundle/.timestamp/irb.revision unchanged rm -rf .bundle/gems/win32ole-1.9.2/ generating encdb.h generating enc.mk encdb.h 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 Building power_assert@f88e406e7c9e0810cc149869582afbae1fb84c4a to /tmp/ruby/src/trunk_clang_16/gems/power_assert-2.0.5.gem 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 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' Successfully built RubyGem Name: power_assert Version: 3.0.0dev File: power_assert-3.0.0dev.gem Extracting bundle gem power_assert-2.0.5... transdb.h unchanged 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' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_16' making encs Try with hash version of bundled gems instead of gems/power_assert-2.0.5.gem. We don't use this gem with release version of Ruby. Unpacked gems/power_assert-3.0.0dev.gem 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' 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]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/digest' 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]: 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/json' 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/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/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/psych' 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/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/ext/strscan' 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.2.2/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/strscan' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/debug-1.11.0/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/fiddle-1.1.8/ext/fiddle' 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.2.2/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/debug-1.11.0/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/fiddle-1.1.8/ext/fiddle' make[2]: Entering 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/syslog-0.3.0/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/rbs-3.9.4/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/rbs-3.9.4/ext/rbs_extension' 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.3.0/ext/syslog' 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/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/digest/sha2' 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' ./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.5.0+4/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.5.0+4/x86_64-linux installing extension objects: /tmp/ruby/install/trunk_clang_16/lib/ruby/site_ruby/3.5.0+4/x86_64-linux installing extension objects: /tmp/ruby/install/trunk_clang_16/lib/ruby/vendor_ruby/3.5.0+4/x86_64-linux installing extension headers: /tmp/ruby/install/trunk_clang_16/include/ruby-3.5.0+4/x86_64-linux installing extension scripts: /tmp/ruby/install/trunk_clang_16/lib/ruby/3.5.0+4 installing extension scripts: /tmp/ruby/install/trunk_clang_16/lib/ruby/site_ruby/3.5.0+4 installing extension scripts: /tmp/ruby/install/trunk_clang_16/lib/ruby/vendor_ruby/3.5.0+4 installing extension headers: /tmp/ruby/install/trunk_clang_16/include/ruby-3.5.0+4/ruby installing command scripts: /tmp/ruby/install/trunk_clang_16/bin installing library scripts: /tmp/ruby/install/trunk_clang_16/lib/ruby/3.5.0+4 installing common headers: /tmp/ruby/install/trunk_clang_16/include/ruby-3.5.0+4 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.5.0+4 bundler 2.8.0.dev delegate 0.4.0 did_you_mean 2.0.0 english 0.8.0 erb 5.0.2 error_highlight 0.7.0 fileutils 1.7.3 find 0.2.0 forwardable 1.3.3 ipaddr 1.2.7 net-http 0.6.0 net-protocol 0.2.2 open-uri 0.5.0 open3 0.2.1 optparse 0.7.0.dev.2 pp 0.6.2 prettyprint 0.2.0 prism 1.4.0 resolv 0.6.2 ruby2_keywords 0.0.5 securerandom 0.4.1 shellwords 0.2.2 singleton 0.3.0 syntax_suggest 2.0.2 tempfile 0.3.1 time 0.4.1 timeout 0.4.3 tmpdir 0.3.1 tsort 0.2.0 un 0.3.0 uri 1.0.3 weakref 0.1.4 yaml 0.4.0 installing default gems from ext: /tmp/ruby/install/trunk_clang_16/lib/ruby/gems/3.5.0+4 date 3.4.1 digest 3.2.0 etc 1.4.6 fcntl 1.3.0 io-console 0.8.1 io-nonblock 0.3.2 io-wait 0.3.2 json 2.13.2 openssl 3.3.0 psych 5.2.6 stringio 3.1.8.dev strscan 3.1.6.dev zlib 3.2.1 installing bundled gems: /tmp/ruby/install/trunk_clang_16/lib/ruby/gems/3.5.0+4 minitest 5.25.5 rake 13.3.0 test-unit 3.7.0 rexml 3.4.2 rss 0.3.1 net-ftp 0.3.8 net-imap 0.5.10 net-pop 0.1.2 net-smtp 0.5.1 matrix 0.4.3 prime 0.1.4 rbs 3.9.4 typeprof 0.30.1 debug 1.11.0 racc 1.8.1 mutex_m 0.3.0 getoptlong 0.2.1 base64 0.3.0 bigdecimal 3.2.2 observer 0.1.2 abbrev 0.1.2 resolv-replace 0.1.1 rinda 0.2.0 drb 2.2.3 nkf 0.2.0 syslog 0.3.0 csv 3.3.5 repl_type_completor 0.1.11 ostruct 0.6.3 pstore 0.2.0 benchmark 0.4.1 logger 1.7.0 rdoc 6.14.2 irb 1.15.2 reline 0.6.2 readline 0.0.4 fiddle 1.1.8 installing bundled gem cache: /tmp/ruby/install/trunk_clang_16/lib/ruby/gems/3.5.0+4/cache skipped bundled gems: power_assert-3.0.0dev.gem not found in bundled_gems win32ole-1.9.2.gem extensions not found or build failed win32ole-1.9.2 $$$[end] "make install -j4" exit with 0. $$$[beg] make yes-btest TESTOPTS='-q -j4' PASS all 2023 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.ext/include -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/16.0.0 -Dmodular_gc_dir= 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 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_clang_16/target/release/' '/tmp/ruby/src/trunk_clang_16/yjit/src/lib.rs' ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_clang_16/target/release/' '/tmp/ruby/src/trunk_clang_16/zjit/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.ext/include -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/16.0.0 -Dmodular_gc_dir= 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 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_clang_16/target/release/' '/tmp/ruby/src/trunk_clang_16/yjit/src/lib.rs' ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_clang_16/target/release/' '/tmp/ruby/src/trunk_clang_16/zjit/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 generating encdb.h encdb.h unchanged 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/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/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/ext/strscan' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/strscan' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/bigdecimal-3.2.2/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/bigdecimal-3.2.2/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/debug-1.11.0/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/debug-1.11.0/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/fiddle-1.1.8/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/fiddle-1.1.8/ext/fiddle' 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.9.4/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/rbs-3.9.4/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/syslog-0.3.0/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/syslog-0.3.0/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=58318 "--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/754] 3494507=psych/test_stringio [ 2/754] 3494508=prism/result/constant_path_node_test [ 3/754] 3494510=-ext-/string/test_qsort [ 4/754] 3494509=json/json_addition_test [ 5/754] 3494510=prism/ruby/string_query_test [ 6/754] 3494507=ruby/test_require [ 7/754] 3494509=prism/result/index_write_test [ 8/754] 3494508=test_trick [ 9/754] 3494510=-ext-/bignum/test_bigzero [ 10/754] 3494510=ruby/test_float [ 11/754] 3494509=psych/test_merge_keys [ 12/754] 3494509=fiber/test_scheduler [ 13/754] 3494510=ruby/test_string [ 14/754] 3494509=ruby/test_data [ 15/754] 3494509=prism/encoding/regular_expression_encoding_test [ 16/754] 3494509=ruby/test_threadgroup [ 17/754] 3494508=-ext-/string/test_enc_associate [ 18/754] 3494509=rubygems/test_gem_source_local [ 19/754] 3494508=prism/ruby/ruby_parser_test [ 20/754] 3494508=test_shellwords [ 21/754] 3494508=rubygems/test_gem_resolver_api_specification [ 22/754] 3494508=psych/nodes/test_enumerable [ 23/754] 3494508=psych/test_omap [ 24/754] 3494508=date/test_date_marshal [ 25/754] 3494508=rubygems/test_gem_specification [ 26/754] 3494509=optparse/test_bash_completion [ 27/754] 3494509=rubygems/test_gem_impossible_dependencies_error [ 28/754] 3494509=-ext-/funcall/test_passing_block [ 29/754] 3494509=prism/onigmo_test [ 30/754] 3494509=psych/test_struct [ 31/754] 3494509=prism/fuzzer_test [ 32/754] 3494509=test_singleton [ 33/754] 3494509=objspace/test_ractor [ 34/754] 3494507=ruby/test_mixed_unicode_escapes [ 35/754] 3494507=rubygems/test_gem_doctor [ 36/754] 3494509=-ext-/string/test_fstring [ 37/754] 3494509=psych/json/test_stream [ 38/754] 3494509=date/test_date_ractor [ 39/754] 3494509=ruby/test_pack [ 40/754] 3494507=-ext-/test_recursion [ 41/754] 3494507=socket/test_ancdata [ 42/754] 3494507=rubygems/test_gem_version_option [ 43/754] 3494507=rubygems/test_gem_commands_lock_command [ 44/754] 3494507=uri/test_http [ 45/754] 3494507=uri/test_parser [ 46/754] 3494507=ruby/enc/test_euc_jp [ 47/754] 3494507=psych/test_psych [ 48/754] 3494509=fileutils/test_dryrun [ 49/754] 3494509=rubygems/test_gem_commands_setup_command [ 50/754] 3494507=-ext-/string/test_normalize [ 51/754] 3494507=rubygems/test_gem_resolver_git_specification [ 52/754] 3494507=strscan/test_ractor [ 53/754] 3494507=rubygems/test_gem_ext_configure_builder [ 54/754] 3494507=rubygems/test_gem_source_git [ 55/754] 3494509=ruby/test_basicinstructions [ 56/754] 3494509=ruby/enc/test_regex_casefold [ 57/754] 3494509=ruby/test_complex2 [ 58/754] 3494509=win32/test_registry [ 59/754] 3494509=ruby/test_rubyoptions [ 60/754] 3494510=prism/ruby/compiler_test [ 61/754] 3494508=uri/test_ws [ 62/754] 3494510=openssl/test_kdf [ 63/754] 3494508=socket/test_addrinfo [ 64/754] 3494510=-ext-/struct/test_data [ 65/754] 3494510=ruby/test_rand [ 66/754] 3494508=ruby/test_array [ 67/754] 3494510=ruby/test_frozen [ 68/754] 3494510=openssl/test_pkcs7 [ 69/754] 3494507=-ext-/test_bug-14834 [ 70/754] 3494507=prism/encoding/encodings_test [ 71/754] 3494507=ripper/test_files_test_2 [ 72/754] 3494510=-ext-/win32/test_fd_setsize [ 73/754] 3494510=mkmf/test_have_func [ 74/754] 3494510=ripper/test_scanner_events [ 75/754] 3494510=psych/test_numeric [ 76/754] 3494510=rubygems/test_gem_package_tar_writer [ 77/754] 3494510=did_you_mean/spell_checking/test_require_path_check [ 78/754] 3494510=prism/ruby/location_test [ 79/754] 3494510=rubygems/test_gem_resolver_composed_set [ 80/754] 3494510=ruby/test_pipe [ 81/754] 3494510=-ext-/method/test_arity [ 82/754] 3494510=did_you_mean/spell_checking/test_method_name_check [ 83/754] 3494510=test_extlibs [ 84/754] 3494507=test_bundled_gems [ 85/754] 3494507=prism/result/equality_test [ 86/754] 3494507=rubygems/test_gem_commands_unpack_command [ 87/754] 3494507=openssl/test_pair [ 88/754] 3494508=test_pty [ 89/754] 3494510=mkmf/test_install [ 90/754] 3494508=ruby/test_time [ 91/754] 3494508=ruby/test_transcode [ 92/754] 3494510=rubygems/test_webauthn_listener [ 93/754] 3494510=dtrace/test_hash_create [ 94/754] 3494510=rubygems/test_gem_commands_check_command [ 95/754] 3494510=-ext-/string/test_coderange [ 96/754] 3494510=ruby/test_whileuntil [ 97/754] 3494510=date/test_switch_hitter [ 98/754] 3494510=rubygems/test_gem_requirement [ 99/754] 3494510=monitor/test_monitor [100/754] 3494510=rubygems/test_gem_dependency_installer [101/754] 3494508=rubygems/test_gem_resolver_dependency_request [102/754] 3494508=ruby/enc/test_big5 [103/754] 3494508=-ext-/test_enumerator_kw [104/754] 3494508=did_you_mean/spell_checking/test_variable_name_check [105/754] 3494507=rubygems/test_gem_commands_server_command [106/754] 3494508=-ext-/exception/test_data_error [107/754] 3494507=rubygems/test_gem_security_policy [108/754] 3494508=openssl/test_bn [109/754] 3494508=rubygems/test_gem_version [110/754] 3494508=zlib/test_zlib [111/754] 3494507=ruby/test_syntax [112/754] 3494510=openssl/test_x509name [113/754] 3494510=fiber/test_timeout [114/754] 3494510=ruby/test_proc [115/754] 3494508=prism/api/lex_test [116/754] 3494508=ruby/test_object_id [117/754] 3494508=-ext-/gvl/test_ubf_async_safe [118/754] 3494508=did_you_mean/test_tree_spell_checker [119/754] 3494508=prism/unescape_test [120/754] 3494508=-ext-/test_random [121/754] 3494509=-ext-/win32/test_console_attr [122/754] 3494509=openssl/test_x509ext [123/754] 3494508=rubygems/test_gem_uri_formatter [124/754] 3494509=ripper/test_lexer [125/754] 3494509=prism/version_test [126/754] 3494508=ruby/enc/test_shift_jis [127/754] 3494509=did_you_mean/edit_distance/test_jaro_winkler [128/754] 3494508=rubygems/test_gem_request_connection_pools [129/754] 3494509=-ext-/debug/test_debug [130/754] 3494509=openssl/test_x509crl [131/754] 3494509=-ext-/thread/test_instrumentation_api [132/754] 3494510=ruby/test_refinement [133/754] 3494508=net/protocol/test_protocol [134/754] 3494508=ruby/test_encoding [135/754] 3494508=-ext-/namespace/test_load_ext [136/754] 3494508=psych/visitors/test_yaml_tree [137/754] 3494508=-ext-/bignum/test_big2str [138/754] 3494508=mkmf/test_constant [139/754] 3494509=uri/test_generic [140/754] 3494509=ruby/test_io_m17n [141/754] 3494507=psych/test_nil [142/754] 3494507=rubygems/test_gem_config_file [143/754] 3494510=rubygems/test_gem_commands_update_command [144/754] 3494509=ruby/test_yjit_exit_locations [145/754] 3494509=openssl/test_pkey_rsa [146/754] 3494509=did_you_mean/spell_checking/test_class_name_check [147/754] 3494509=-ext-/st/test_numhash [148/754] 3494509=openssl/test_ocsp [149/754] 3494509=-ext-/exception/test_enc_raise [150/754] 3494509=rubygems/test_gem_spec_fetcher [151/754] 3494509=rubygems/test_gem_commands_mirror [152/754] 3494509=rubygems/test_gem_gem_runner [153/754] 3494509=ruby/test_gc [154/754] 3494507=prism/result/static_inspect_test [155/754] 3494507=-ext-/load/test_dot_dot [156/754] 3494507=rubygems/test_gem_update_suggestion [157/754] 3494507=mkmf/test_pkg_config [158/754] 3494507=did_you_mean/tree_spell/test_change_word [159/754] 3494507=rubygems/test_gem_resolver_local_specification [160/754] 3494507=rubygems/test_gem_commands_info_command [161/754] 3494507=rubygems/test_gem_package_tar_reader_entry [162/754] 3494507=rubygems/test_gem_resolver_lock_set [163/754] 3494507=-ext-/test_printf [164/754] 3494507=rubygems/test_webauthn_poller [165/754] 3494507=-ext-/win32/test_dln [166/754] 3494507=openssl/test_x509req [167/754] 3494507=ruby/test_fiber [168/754] 3494510=prism/api/dump_test [169/754] 3494510=date/test_date [170/754] 3494510=ruby/test_insns_leaf [171/754] 3494510=rubygems/test_gem_remote_fetcher_local_ssl_server [172/754] 3494508=strscan/test_stringscanner [173/754] 3494508=ruby/test_complexrational [174/754] 3494508=ruby/test_allocation [175/754] 3494510=-ext-/symbol/test_inadvertent_creation [176/754] 3494507=rubygems/test_gem_resolver_activation_request [177/754] 3494507=open-uri/test_ftp [178/754] 3494507=ruby/test_shapes [179/754] 3494507=-ext-/file/test_stat [180/754] 3494507=ruby/test_vm_dump [181/754] 3494507=ruby/test_thread_cv [182/754] 3494510=ruby/test_hash [183/754] 3494507=prism/result/string_test [184/754] 3494507=socket/test_udp [185/754] 3494507=prism/errors_test [186/754] 3494507=dtrace/test_method_cache [187/754] 3494507=json/json_fixtures_test [188/754] 3494507=prism/ruby/ripper_test [189/754] 3494507=ruby/test_pattern_matching [190/754] 3494507=openssl/test_ts [191/754] 3494509=rubygems/test_rubygems [192/754] 3494507=fileutils/test_fileutils [193/754] 3494509=-ext-/proc/test_bmethod [194/754] 3494509=test_forwardable [195/754] 3494509=rubygems/test_gem_commands_contents_command [196/754] 3494509=ruby/test_range [197/754] 3494507=-ext-/string/test_external_new [198/754] 3494507=rubygems/test_gem_request [199/754] 3494509=rubygems/test_gem_package_old [200/754] 3494509=rubygems/test_deprecate [201/754] 3494509=rubygems/test_gem_request_set_lockfile_parser [202/754] 3494508=prism/newline_offsets_test [203/754] 3494509=psych/test_set [204/754] 3494509=prism/encoding/string_encoding_test [205/754] 3494509=rubygems/test_gem_uri [206/754] 3494509=rubygems/test_gem_uninstaller [207/754] 3494507=rubygems/test_remote_fetch_error [208/754] 3494510=psych/test_encoding [209/754] 3494510=rubygems/test_gem_dependency_resolution_error [210/754] 3494510=rubygems/test_gem_ext_ext_conf_builder [211/754] 3494507=ripper/test_parser_events [212/754] 3494507=fiber/test_enumerator [213/754] 3494507=test_unicode_normalize [214/754] 3494507=rubygems/test_gem_commands_sources_command [215/754] 3494508=-ext-/path_to_class/test_path_to_class [216/754] 3494508=socket/test_sockopt [217/754] 3494508=rubygems/test_exit [218/754] 3494508=-ext-/string/test_enc_str_buf_cat [219/754] 3494508=openssl/test_fips [220/754] 3494508=socket/test_nonblock [221/754] 3494508=ruby/test_yjit [222/754] 3494507=psych/test_document [223/754] 3494507=ruby/test_m17n [224/754] 3494507=-ext-/bignum/test_str2big [225/754] 3494507=ruby/test_argf [226/754] 3494510=ruby/enc/test_windows_1251 [227/754] 3494510=ruby/test_primitive [228/754] 3494510=prism/ruby/relocation_test [229/754] 3494510=prism/test_helper [230/754] 3494510=date/test_date_compat [231/754] 3494510=mkmf/test_have_macro [232/754] 3494509=socket/test_basicsocket [233/754] 3494509=fiber/test_queue [234/754] 3494509=test_pp [235/754] 3494509=openssl/test_digest [236/754] 3494509=rubygems/test_project_sanity [237/754] 3494509=openssl/test_pkey_dsa [238/754] 3494509=-ext-/string/test_too_many_dummy_encodings [239/754] 3494510=-ext-/iseq_load/test_iseq_load [240/754] 3494509=-ext-/iter/test_yield_block [241/754] 3494509=ruby/test_keyword [242/754] 3494509=fiber/test_io [243/754] 3494509=test_prettyprint [244/754] 3494509=-ext-/exception/test_ensured [245/754] 3494509=prism/ruby/pattern_test [246/754] 3494509=rubygems/test_gem_commands_list_command [247/754] 3494509=rubygems/test_gem_remote_fetcher_local_server Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 9 : #<TCPSocket:fd 9, AF_INET6, ::1, 44655> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 9 [248/754] 3494509=uri/test_wss [249/754] 3494509=stringio/test_stringio [250/754] 3494509=rubygems/test_gem_commands_build_command [251/754] 3494509=prism/api/freeze_test [252/754] 3494509=date/test_date_strftime [253/754] 3494509=rubygems/test_gem_request_set_lockfile_tokenizer [254/754] 3494509=psych/test_object [255/754] 3494509=-ext-/popen_deadlock/test_popen_deadlock [256/754] 3494510=-ext-/eval/test_eval [257/754] 3494510=resolv/test_mdns [258/754] 3494510=ripper/test_filter [259/754] 3494510=rubygems/test_gem_source_list [260/754] 3494507=psych/test_yaml_special_cases [261/754] 3494507=prism/ruby/parser_test [262/754] 3494507=ruby/enc/test_koi8 [263/754] 3494507=fiber/test_address_resolve [264/754] 3494510=ruby/test_case [265/754] 3494507=rubygems/test_gem_commands_help_command [266/754] 3494510=dtrace/test_cmethod [267/754] 3494510=openssl/test_ossl [268/754] 3494510=optparse/test_autoconf [269/754] 3494510=net/http/test_http [270/754] 3494507=rubygems/test_gem_bundler_version_finder [271/754] 3494507=-ext-/typeddata/test_typeddata [272/754] 3494509=prism/percent_delimiter_string_test [273/754] 3494509=ruby/test_sleep [274/754] 3494507=ripper/test_files_lib [275/754] 3494507=-ext-/num2int/test_num2int [276/754] 3494507=rubygems/test_webauthn_listener_response [277/754] 3494507=-ext-/iter/test_iter_break [278/754] 3494507=mkmf/test_libs [279/754] 3494507=dtrace/test_gc [280/754] 3494507=ruby/test_math [281/754] 3494507=ripper/test_files_test [282/754] 3494507=psych/test_boolean [283/754] 3494507=ruby/test_time_tz [284/754] 3494507=io/console/test_io_console [285/754] 3494507=ripper/test_files_sample [286/754] 3494507=openssl/test_engine [287/754] 3494507=rubygems/test_gem_ext_rake_builder [288/754] 3494509=-ext-/load/test_protect [289/754] 3494509=ruby/test_arity [290/754] 3494509=psych/test_tree_builder [291/754] 3494509=uri/test_ldap [292/754] 3494509=ruby/test_memory_view [293/754] 3494509=prism/result/named_capture_test [294/754] 3494509=ruby/test_key_error [295/754] 3494509=json/json_common_interface_test [296/754] 3494509=rubygems/test_gem_commands_exec_command [297/754] 3494507=ruby/test_weakkeymap [298/754] 3494508=ruby/test_trace [299/754] 3494508=-ext-/gvl/test_last_thread [300/754] 3494510=rubygems/test_gem_resolver_installer_set [301/754] 3494508=fiber/test_io_close [302/754] 3494508=optparse/test_placearg [303/754] 3494507=ruby/test_zjit [304/754] 3494510=rubygems/test_gem_request_set_gem_dependency_api [305/754] 3494507=ruby/test_string_memory [306/754] 3494507=psych/test_serialize_subclasses [307/754] 3494507=-ext-/hash/test_delete [308/754] 3494507=psych/test_object_references [309/754] 3494507=rubygems/test_gem_commands_dependency_command [310/754] 3494508=openssl/test_config [311/754] 3494508=ruby/test_continuation [312/754] 3494508=-ext-/time/test_new [313/754] 3494508=openssl/test_cipher [314/754] 3494507=ruby/test_rational [315/754] 3494508=ruby/test_io [316/754] 3494510=prism/api/parse_test [317/754] 3494510=prism/ruby/reflection_test [318/754] 3494510=ruby/test_method [319/754] 3494509=rubygems/test_gem_command [320/754] 3494509=uri/test_mailto [321/754] 3494509=ruby/test_unicode_escape [322/754] 3494509=psych/test_deprecated [323/754] 3494509=rubygems/test_gem_resolver [324/754] 3494509=rubygems/test_gem_resolver_lock_specification [325/754] 3494509=did_you_mean/spell_checking/test_key_name_check [326/754] 3494509=-ext-/symbol/test_type [327/754] 3494509=-ext-/string/test_rb_str_dup [328/754] 3494509=net/http/test_httpresponses [329/754] 3494509=test_find [330/754] 3494509=psych/test_symbol [331/754] 3494509=prism/ractor_test [332/754] 3494509=-ext-/bignum/test_div [333/754] 3494509=psych/test_yamldbm [334/754] 3494509=etc/test_etc [335/754] 3494507=mkmf/test_signedness [336/754] 3494509=ruby/test_metaclass [337/754] 3494509=test_tempfile [338/754] 3494509=net/http/test_httpresponse [339/754] 3494509=error_highlight/test_error_highlight [340/754] 3494509=rubygems/test_gem_source_subpath_problem [341/754] 3494509=pathname/test_ractor [342/754] 3494509=rubygems/test_gem_resolver_vendor_set [343/754] 3494509=json/json_parser_test [344/754] 3494509=date/test_date_arith [345/754] 3494509=ruby/test_integer [346/754] 3494510=fiber/test_sleep [347/754] 3494509=json/json_string_matching_test [348/754] 3494509=prism/fixtures_test [349/754] 3494509=ruby/test_rational2 [350/754] 3494509=fiber/test_storage [351/754] 3494509=uri/test_ftp [352/754] 3494509=ruby/enc/test_case_options [353/754] 3494509=-ext-/postponed_job/test_postponed_job [354/754] 3494510=ruby/test_iterator [355/754] 3494510=dtrace/test_string [356/754] 3494510=rubygems/test_gem_commands_install_command [357/754] 3494508=ruby/test_super [358/754] 3494509=rubygems/test_gem_request_set_lockfile [359/754] 3494509=mkmf/test_sizeof [360/754] 3494508=dtrace/test_array_create [361/754] 3494508=open-uri/test_proxy [362/754] 3494508=did_you_mean/test_spell_checker [363/754] 3494508=uri/test_file [364/754] 3494508=net/http/test_https [365/754] 3494507=ruby/test_system [366/754] 3494510=ruby/test_integer_comb [367/754] 3494507=fiber/test_process [368/754] 3494507=rubygems/test_gem_remote_fetcher [369/754] 3494507=prism/lex_test [370/754] 3494507=erb/test_erb_command [371/754] 3494507=ruby/test_dir_m17n [372/754] 3494508=openssl/test_x509store [373/754] 3494508=resolv/test_dns [374/754] 3494510=psych/test_array [375/754] 3494510=psych/test_parser [376/754] 3494510=-ext-/rational/test_rat [377/754] 3494510=-ext-/struct/test_len [378/754] 3494510=rubygems/test_gem [379/754] 3494508=open-uri/test_ssl [380/754] 3494507=ruby/test_alias [381/754] 3494507=rubygems/test_gem_source_specific_file [382/754] 3494507=rubygems/test_gem_gemcutter_utilities [383/754] 3494507=rubygems/test_gem_console_ui [384/754] 3494507=ruby/test_variable [385/754] 3494508=prism/result/source_location_test [386/754] 3494508=psych/test_ractor [387/754] 3494510=rubygems/test_gem_ext_cargo_builder [388/754] 3494510=openssl/test_provider [389/754] 3494508=-ext-/tracepoint/test_tracepoint [390/754] 3494510=ruby/test_marshal [391/754] 3494508=-ext-/st/test_update [392/754] 3494508=prism/ruby/desugar_compiler_test [393/754] 3494508=ruby/enc/test_grapheme_breaks [394/754] 3494508=-ext-/marshal/test_internal_ivar [395/754] 3494508=-ext-/test_abi [396/754] 3494508=test_tmpdir [397/754] 3494508=openssl/test_ssl_session [398/754] 3494507=psych/test_scalar [399/754] 3494507=prism/result/implicit_array_test [400/754] 3494507=ruby/test_gc_compact [401/754] 3494508=yaml/test_store [402/754] 3494508=psych/test_class [403/754] 3494508=-ext-/string/test_capacity [404/754] 3494508=-ext-/float/test_nextafter [405/754] 3494508=-ext-/econv/test_append [406/754] 3494508=-ext-/bug_reporter/test_bug_reporter [407/754] 3494510=-ext-/marshal/test_usrmarshal [408/754] 3494509=-ext-/integer/test_integer [409/754] 3494509=ruby/test_optimization [410/754] 3494508=ruby/enc/test_cesu8 [411/754] 3494508=prism/ruby/parameters_signature_test [412/754] 3494508=-ext-/stack/test_stack_overflow [413/754] 3494510=test_open3 [414/754] 3494508=openssl/test_pkey_ec [415/754] 3494508=openssl/test_pkey [416/754] 3494508=rubygems/test_gem_resolver_specification [417/754] 3494508=date/test_date_parse [418/754] 3494508=ruby/enc/test_utf32 [419/754] 3494508=-ext-/integer/test_my_integer [420/754] 3494508=optparse/test_noarg [421/754] 3494508=net/http/test_httpheader [422/754] 3494508=ruby/test_inlinecache [423/754] 3494508=resolv/test_svcb_https [424/754] 3494508=fiber/test_ractor [425/754] 3494508=openssl/test_buffering [426/754] 3494508=digest/test_ractor [427/754] 3494508=rubygems/test_gem_source_lock [428/754] 3494508=prism/encoding/symbol_encoding_test [429/754] 3494508=ruby/test_default_gems [430/754] 3494508=-ext-/exception/test_exception_at_throwing [431/754] 3494508=openssl/test_random [432/754] 3494508=optparse/test_acceptable [433/754] 3494508=fiber/test_backtrace [434/754] 3494508=ruby/test_beginendblock [435/754] 3494508=fiber/test_thread [436/754] 3494508=ruby/test_literal [437/754] 3494510=digest/test_digest [438/754] 3494508=did_you_mean/spell_checking/test_pattern_key_name_check [439/754] 3494508=rubygems/test_kernel [440/754] 3494510=rubygems/test_bundled_ca [441/754] 3494507=test_securerandom [442/754] 3494507=json/json_encoding_test [443/754] 3494507=psych/visitors/test_to_ruby [444/754] 3494507=psych/test_data [445/754] 3494507=rubygems/test_gem_rdoc [446/754] 3494507=prism/result/breadth_first_search_test [447/754] 3494507=rubygems/test_gem_source_vendor [448/754] 3494507=ruby/test_process [449/754] 3494510=optparse/test_load [450/754] 3494510=rubygems/test_gem_ext_cmake_builder [451/754] 3494510=ruby/test_file_exhaustive [452/754] 3494508=-ext-/string/test_ellipsize [453/754] 3494508=rubygems/test_gem_available_set [454/754] 3494508=lib/!Nothing_to_test [455/754] 3494508=rubygems/test_gem_ci_detector [456/754] 3494508=-ext-/string/test_modify_expand [457/754] 3494508=rubygems/test_gem_name_tuple [458/754] 3494508=io/wait/test_io_wait_uncommon [459/754] 3494508=mmtk/test_configuration [460/754] 3494508=rubygems/test_gem_commands_yank_command [461/754] 3494508=-ext-/test_notimplement [462/754] 3494508=ruby/test_assignment [463/754] 3494509=fileutils/test_verbose [464/754] 3494509=did_you_mean/tree_spell/test_human_typo [465/754] 3494509=psych/test_alias_and_anchor [466/754] 3494509=prism/heredoc_dedent_test [467/754] 3494509=net/http/test_http_request [468/754] 3494509=mkmf/test_flags [469/754] 3494508=rubygems/test_gem_commands_owner_command [470/754] 3494509=io/wait/test_ractor [471/754] 3494509=psych/test_exception [472/754] 3494509=dtrace/test_function_entry [473/754] 3494509=psych/test_stream [474/754] 3494509=rubygems/test_gem_path_support [475/754] 3494509=socket/test_tcp [476/754] 3494508=json/json_generic_object_test JSON::GenericObject requires 'ostruct'. Please install it with `gem install ostruct`. [477/754] 3494508=-ext-/debug/test_profile_frames [478/754] 3494509=ruby/test_compile_prism [479/754] 3494508=optparse/test_optarg [480/754] 3494508=rubygems/test_require [481/754] 3494509=rubygems/test_gem_commands_fetch_command [482/754] 3494509=rubygems/test_gem_resolver_best_set [483/754] 3494509=rubygems/test_gem_package [484/754] 3494510=-ext-/test_ensure_and_callcc [485/754] 3494510=ripper/test_files_test_1 [486/754] 3494509=rubygems/test_gem_platform [487/754] 3494509=ruby/test_rubyvm [488/754] 3494509=ruby/test_stringchar [489/754] 3494509=-ext-/string/test_interned_str [490/754] 3494509=rubygems/test_gem_commands_rebuild_command [491/754] 3494508=mkmf/test_configuration [492/754] 3494509=json/json_coder_test [493/754] 3494509=rubygems/test_gem_dependency_list [494/754] 3494508=prism/magic_comment_test [495/754] 3494509=ruby/test_module [496/754] 3494508=io/nonblock/test_flush [497/754] 3494508=prism/result/overlap_test [498/754] 3494508=openssl/test_ssl [499/754] 3494510=did_you_mean/spell_checking/test_uncorrectable_name_check [500/754] 3494510=psych/visitors/test_emitter [501/754] 3494510=optparse/test_getopts [502/754] 3494510=rubygems/test_gem_resolver_conflict [503/754] 3494510=ruby/test_backtrace [504/754] 3494510=yaml/test_dbm [505/754] 3494510=mkmf/test_mkmf [506/754] 3494510=ruby/test_nomethod_error [507/754] 3494510=rubygems/test_gem_commands_outdated_command [508/754] 3494510=rubygems/test_gem_commands_cert_command [509/754] 3494509=test_ipaddr [510/754] 3494509=ruby/enc/test_utf16 [511/754] 3494509=open-uri/test_open-uri Leaked file descriptor: TestOpenURI#test_open_uri: 11 : #<TCPSocket:fd 11, AF_INET, 127.0.0.1, 42663> Closed file descriptor: TestOpenURI#test_non_http_proxy: 11 Leaked file descriptor: TestOpenURI#test_redirect_with_request_specific_fields_hash: 11 : #<TCPSocket:fd 11, AF_INET, 127.0.0.1, 34033> Closed file descriptor: TestOpenURI#test_open_too_many_arg: 11 [512/754] 3494509=ruby/enc/test_case_comprehensive [513/754] 3494509=uri/test_common [514/754] 3494509=-ext-/struct/test_duplicate [515/754] 3494509=mkmf/test_convertible [516/754] 3494510=ruby/test_name_error [517/754] 3494510=prism/result/regular_expression_options_test [518/754] 3494510=openssl/test_hmac [519/754] 3494510=psych/test_safe_load [520/754] 3494510=test_rbconfig [521/754] 3494510=-ext-/array/test_to_ary_concat [522/754] 3494510=ruby/enc/test_iso_8859 [523/754] 3494510=ruby/test_numeric [524/754] 3494510=test_time [525/754] 3494510=ruby/test_enumerator [526/754] 3494507=-ext-/load/test_stringify_symbols [527/754] 3494507=ruby/test_readpartial [528/754] 3494508=ruby/test_lazy_enumerator [529/754] 3494507=psych/test_date_time [530/754] 3494507=prism/result/numeric_value_test [531/754] 3494507=mkmf/test_find_executable [532/754] 3494507=ruby/test_arithmetic_sequence [533/754] 3494507=openssl/test_pkcs12 [534/754] 3494508=dtrace/test_load [535/754] 3494508=rubygems/test_gem_installer [536/754] 3494507=ruby/test_iseq [537/754] 3494507=ruby/test_path [538/754] 3494507=ruby/test_autoload [539/754] 3494507=ruby/test_method_cache [540/754] 3494507=ruby/test_sprintf_comb [541/754] 3494507=erb/test_erb_m17n [542/754] 3494507=rubygems/test_gem_commands_specification_command [543/754] 3494507=net/http/test_https_proxy [544/754] 3494507=ruby/test_fnmatch [545/754] 3494507=ruby/test_settracefunc [546/754] 3494507=prism/api/parse_success_test [547/754] 3494507=rubygems/test_gem_text [548/754] 3494507=prism/ruby/tunnel_test [549/754] 3494507=erb/test_erb [550/754] 3494507=test_delegate [551/754] 3494507=-ext-/arith_seq/test_arith_seq_extract [552/754] 3494507=dtrace/test_raise [553/754] 3494507=ruby/test_set [554/754] 3494507=ruby/enc/test_emoji [555/754] 3494507=ripper/test_ripper [556/754] 3494507=ruby/enc/test_cp949 [557/754] 3494507=psych/test_string [558/754] 3494507=ruby/test_condition [559/754] 3494507=-ext-/test_scan_args [560/754] 3494507=rubygems/test_gem_commands_stale_command [561/754] 3494507=rubygems/test_gem_source [562/754] 3494507=rubygems/test_gem_resolver_index_set [563/754] 3494507=ruby/test_fixnum [564/754] 3494507=ruby/test_signal [565/754] 3494507=prism/library_symbols_test [566/754] 3494507=date/test_date_attr [567/754] 3494507=rubygems/test_gem_commands_signout_command [568/754] 3494507=-ext-/class/test_class2name [569/754] 3494507=psych/test_json_tree [570/754] 3494507=rubygems/test_gem_commands_query_command [571/754] 3494510=mkmf/test_framework [572/754] 3494510=rubygems/test_gem_commands_uninstall_command [573/754] 3494507=rubygems/test_gem_security_signer [574/754] 3494507=optparse/test_cclass [575/754] 3494507=fiber/test_mutex [576/754] 3494507=ruby/test_struct [577/754] 3494510=psych/test_null [578/754] 3494510=ruby/test_namespace [579/754] 3494510=prism/api/parse_comments_test [580/754] 3494510=optparse/test_zsh_completion [581/754] 3494510=ruby/test_defined [582/754] 3494510=-ext-/st/test_foreach [583/754] 3494510=prism/result/integer_base_flags_test [584/754] 3494510=rubygems/test_gem_resolver_api_set [585/754] 3494510=ripper/test_sexp [586/754] 3494510=ruby/test_random_formatter [587/754] 3494510=json/json_ext_parser_test [588/754] 3494510=stringio/test_ractor [589/754] 3494510=optparse/test_summary [590/754] 3494510=rubygems/test_gem_commands_open_command [591/754] 3494510=prism/result/heredoc_test [592/754] 3494510=-ext-/vm/test_at_exit [593/754] 3494510=-ext-/string/test_nofree [594/754] 3494510=ruby/enc/test_euc_tw [595/754] 3494510=optparse/test_did_you_mean [596/754] 3494507=rubygems/test_gem_package_task [597/754] 3494507=rubygems/test_gem_stream_ui [598/754] 3494510=-ext-/string/test_cstr [599/754] 3494507=rubygems/test_gem_ext_cargo_builder_unit [600/754] 3494507=-ext-/wait/test_wait [601/754] 3494507=-ext-/test_bug-3571 [602/754] 3494507=digest/test_digest_extend [603/754] 3494507=ruby/test_ast [604/754] 3494510=rubygems/test_gem_package_tar_header [605/754] 3494510=ruby/test_flip [606/754] 3494510=ruby/test_io_timeout [607/754] 3494510=-ext-/struct/test_member [608/754] 3494510=ripper/test_files_ext [609/754] 3494510=ruby/test_thread_queue [610/754] 3494508=ruby/test_comparable [611/754] 3494508=fileutils/test_nowrite [612/754] 3494508=ruby/test_clone [613/754] 3494508=rubygems/test_gem_commands_environment_command [614/754] 3494508=ruby/enc/test_emoji_breaks [615/754] 3494508=optparse/test_switch [616/754] 3494508=pathname/test_pathname [617/754] 3494508=prism/snippets_test [618/754] 3494510=ruby/test_thread [619/754] 3494508=coverage/test_coverage [620/754] 3494508=prism/locals_test [621/754] 3494508=psych/test_psych_set [622/754] 3494508=ruby/test_ractor [623/754] 3494508=rubygems/test_gem_source_fetch_problem [624/754] 3494508=ruby/test_yield [625/754] 3494509=psych/test_marshalable [626/754] 3494509=dtrace/test_object_create_start [627/754] 3494509=ruby/test_dup [628/754] 3494509=did_you_mean/test_ractor_compatibility [629/754] 3494510=-ext-/test_bug-5832 [630/754] 3494510=rubygems/test_gem_security [631/754] 3494509=rubygems/test_gem_safe_yaml [632/754] 3494509=test_timeout [633/754] 3494509=test_weakref [634/754] 3494509=ruby/test_sprintf [635/754] 3494509=rubygems/test_gem_commands_cleanup_command [636/754] 3494509=ruby/test_eval [637/754] 3494508=rubygems/test_gem_commands_pristine_command [638/754] 3494509=openssl/test_x509attr [639/754] 3494509=ruby/test_io_buffer [640/754] 3494509=rubygems/test_gem_resolver_requirement_list [641/754] 3494509=psych/test_yamlstore [642/754] 3494509=ruby/test_undef [643/754] 3494509=-ext-/arith_seq/test_arith_seq_beg_len_step [644/754] 3494509=ruby/test_bignum [645/754] 3494509=-ext-/thread/test_lock_native_thread [646/754] 3494509=json/ractor_test [647/754] 3494509=psych/test_hash [648/754] 3494509=rubygems/test_gem_security_trust_dir [649/754] 3494509=rubygems/test_gem_ext_cargo_builder_link_flag_converter [650/754] 3494510=net/http/test_buffered_io [651/754] 3494510=ruby/test_weakmap [652/754] 3494509=psych/test_emitter [653/754] 3494509=ruby/enc/test_gb18030 [654/754] 3494509=prism/bom_test [655/754] 3494509=ruby/test_file [656/754] 3494508=resolv/test_resource [657/754] 3494508=ruby/test_frozen_error [658/754] 3494508=optparse/test_reqarg [659/754] 3494508=rubygems/test_gem_safe_marshal [660/754] 3494508=ruby/enc/test_case_mapping [661/754] 3494508=prism/result/integer_parse_test [662/754] 3494508=psych/test_coder [663/754] 3494508=ruby/test_symbol [664/754] 3494509=psych/test_scalar_scanner [665/754] 3494509=prism/result/static_literals_test [666/754] 3494509=socket/test_unix [667/754] 3494509=prism/api/command_line_test [668/754] 3494509=ruby/test_ifunless [669/754] 3494509=-ext-/array/test_resize [670/754] 3494509=rubygems/test_gem_resolver_installed_specification [671/754] 3494509=mkmf/test_egrep_cpp [672/754] 3494509=psych/visitors/test_depth_first [673/754] 3494509=date/test_date_conv [674/754] 3494509=ruby/test_not [675/754] 3494509=-ext-/bignum/test_mul [676/754] 3494509=ruby/test_const [677/754] 3494509=ruby/test_class [678/754] 3494508=ruby/test_dir [679/754] 3494508=openssl/test_asn1 [680/754] 3494508=rubygems/test_gem_remote_fetcher_s3 [681/754] 3494510=ruby/test_m17n_comb [682/754] 3494508=prism/newline_test [683/754] 3494508=objspace/test_objspace [684/754] 3494509=openssl/test_ns_spki [685/754] 3494509=json/json_generator_test [686/754] 3494510=prism/api/parse_stream_test [687/754] 3494510=date/test_date_strptime [688/754] 3494510=-ext-/string/test_set_len [689/754] 3494510=rubygems/test_gem_command_manager [690/754] 3494510=rubygems/test_gem_request_set [691/754] 3494510=mkmf/test_have_library [692/754] 3494509=test_tsort [693/754] 3494509=rubygems/test_gem_source_installed [694/754] 3494509=ruby/test_objectspace [695/754] 3494510=ruby/test_econv [696/754] 3494510=prism/result/attribute_write_test [697/754] 3494510=ruby/test_object [698/754] 3494509=-ext-/bignum/test_pack [699/754] 3494510=date/test_date_new [700/754] 3494510=rubygems/test_gem_install_update_options [701/754] 3494509=cgi/test_cgi_escape [702/754] 3494510=ruby/test_stack [703/754] 3494509=optparse/test_kwargs [704/754] 3494509=rubygems/test_gem_commands_push_command [705/754] 3494509=io/wait/test_io_wait [706/754] 3494509=rubygems/test_gem_stub_specification [707/754] 3494510=ruby/test_call [708/754] 3494509=psych/handlers/test_recorder [709/754] 3494509=ruby/test_require_lib [710/754] 3494510=ruby/test_complex [711/754] 3494510=ruby/test_parse [712/754] 3494510=ruby/enc/test_euc_kr [713/754] 3494510=ruby/test_exception [714/754] 3494509=dtrace/test_singleton_function [715/754] 3494509=rubygems/test_gem_ext_builder [716/754] 3494509=rubygems/test_gem_silent_ui [717/754] 3494509=openssl/test_x509cert [718/754] 3494509=rubygems/test_gem_unsatisfiable_dependency_error [719/754] 3494509=-ext-/load/test_resolve_symbol [720/754] 3494509=rubygems/test_gem_commands_signin_command [721/754] 3494510=prism/result/warnings_test [722/754] 3494509=dtrace/test_require [723/754] 3494509=json/test_helper [724/754] 3494509=openssl/test_pkey_dh [725/754] 3494510=prism/result/node_id_test [726/754] 3494509=resolv/test_addr [727/754] 3494509=prism/ruby/dispatcher_test [728/754] 3494509=ruby/enc/test_windows_1252 [729/754] 3494509=rubygems/test_gem_resolver_git_set [730/754] 3494510=psych/test_yaml [731/754] 3494510=did_you_mean/core_ext/test_name_error_extension [732/754] 3494510=ruby/test_regexp [733/754] 3494509=rubygems/test_gem_util [734/754] 3494509=rubygems/test_config [735/754] 3494509=ruby/enc/test_gbk [736/754] 3494509=ruby/test_warning [737/754] 3494509=rubygems/test_gem_commands_search_command [738/754] 3494509=rubygems/test_gem_dependency [739/754] 3494509=optparse/test_optparse [740/754] 3494509=rubygems/test_gem_resolver_vendor_specification [741/754] 3494509=ruby/test_enum [742/754] 3494509=rubygems/test_gem_resolver_index_specification [743/754] 3494509=socket/test_socket .Leaked thread: TestSocket#test_accept_loop: #<Thread:0x00007da1a4e28560 /tmp/ruby/build/trunk_clang_16/.ext/common/socket.rb:719 sleep> Finished thread: TestSocket#test_tcp_socket_v6_address_passed: #<Thread:0x00007da1a4e28560 /tmp/ruby/build/trunk_clang_16/.ext/common/socket.rb:719 dead> [744/754] 3494509=prism/result/comments_test [745/754] 3494509=rubygems/test_gem_local_remote_options [746/754] 3494509=rubygems/test_gem_package_tar_reader [747/754] 3494509=fiber/test_io_buffer [748/754] 3494509=ruby/test_lambda [749/754] 3494509=prism/regexp_test [750/754] 3494509=rubygems/test_gem_commands_which_command [751/754] 3494509=ruby/test_env [752/754] 3494507=mkmf/test_config [753/754] 3494507=rubygems/test_gem_validator [754/754] 3494507=io/console/test_ractor Finished tests in 361.071916s, 80.4632 tests/s, 17004.8257 assertions/s. 1) Failure: TestRactor#test_port_receive_dnt_with_port_send [/tmp/ruby/src/trunk_clang_16/test/ruby/test_ractor.rb:168]: pid 3519231 killed by SIGSEGV (signal 11) (core dumped) | <internal:ractor>:661: [BUG] Segmentation fault at 0x0000000000000030 | ruby 3.5.0dev (2025-09-12T05:03:29Z master 09ae509c1f) +PRISM [x86_64-linux] | | -- Control frame information ----------------------------------------------- | c:0004 p:0003 s:0017 e:000016 METHOD <internal:ractor>:661 | c:0003 p:0008 s:0013 e:000012 METHOD <internal:ractor>:313 | c:0002 p:0026 s:0009 e:000008 BLOCK -:20 [FINISH] | c:0001 p:---- s:0003 e:000002 DUMMY [FINISH] | | -- Ruby level backtrace information ---------------------------------------- | -:20:in 'block (2 levels) in ractor_job' | <internal:ractor>:313:in 'receive' | <internal:ractor>:661:in 'receive' | | -- Threading information --------------------------------------------------- | Total ractor count: 2 | Ruby thread count for this ractor: 1 | | -- Machine register context ------------------------------------------------ | RIP: 0x00005a716903bf42 RBP: 0x00005a716b03d8d8 RSP: 0x000079d05a131b00 | RAX: 0x0000000000000000 RBX: 0x000079d024000db8 RCX: 0x000079d024000d90 | RDX: 0x0000000000000001 RDI: 0x000079d024000db8 RSI: 0x0000000000000000 | R8: 0x0000000000000000 R9: 0x0000000000000000 R10: 0x0000000000000000 | R11: 0x0000000000000246 R12: 0x000079d04bf5f640 R13: 0x00005a716b036690 | R14: 0x000079d024000d90 R15: 0x000079d0240012a0 EFL: 0x0000000000010246 | | -- C level backtrace information ------------------------------------------- | /tmp/ruby/build/trunk_clang_16/ruby(rb_print_backtrace+0x14) [0x5a716934e107] /tmp/ruby/src/trunk_clang_16/vm_dump.c:843 | /tmp/ruby/build/trunk_clang_16/ruby(rb_vm_bugreport) /tmp/ruby/src/trunk_clang_16/vm_dump.c:1175 | /tmp/ruby/build/trunk_clang_16/ruby(rb_bug_for_fatal_signal+0x15c) [0x5a716930df7c] /tmp/ruby/src/trunk_clang_16/error.c:1130 | /tmp/ruby/build/trunk_clang_16/ruby(sigsegv+0x5a) [0x5a716908fe3a] /tmp/ruby/src/trunk_clang_16/signal.c:948 | /lib/x86_64-linux-gnu/libc.so.6(0x79d0936b9320) [0x79d0936b9320] | /tmp/ruby/build/trunk_clang_16/ruby(rb_current_execution_context+0xe) [0x5a716903bf42] /tmp/ruby/src/trunk_clang_16/vm_core.h:2025 | /tmp/ruby/build/trunk_clang_16/ruby(rb_current_ractor_raw) /tmp/ruby/src/trunk_clang_16/vm_core.h:2042 | /tmp/ruby/build/trunk_clang_16/ruby(rb_current_ractor) /tmp/ruby/src/trunk_clang_16/vm_core.h:2050 | /tmp/ruby/build/trunk_clang_16/ruby(ractor_unlock) /tmp/ruby/src/trunk_clang_16/ractor.c:110 | /tmp/ruby/build/trunk_clang_16/ruby(ractor_unlock_self) /tmp/ruby/src/trunk_clang_16/ractor.c:125 | /tmp/ruby/build/trunk_clang_16/ruby(ractor_wait) /tmp/ruby/src/trunk_clang_16/ractor_sync.c:1053 | /tmp/ruby/build/trunk_clang_16/ruby(ractor_wait_receive) /tmp/ruby/src/trunk_clang_16/ractor_sync.c:1112 | /tmp/ruby/build/trunk_clang_16/ruby(ractor_receive+0x11) [0x5a716903b74b] /tmp/ruby/src/trunk_clang_16/ractor_sync.c:1165 | /tmp/ruby/build/trunk_clang_16/ruby(ractor_port_receive) /tmp/ruby/src/trunk_clang_16/ractor_sync.c:142 | /tmp/ruby/build/trunk_clang_16/ruby(builtin_inline_class_661) /tmp/ruby/src/trunk_clang_16/ractor.rb:662 | /tmp/ruby/build/trunk_clang_16/ruby(builtin_invoker0+0x8) [0x5a7169106a41] /tmp/ruby/src/trunk_clang_16/vm_insnhelper.c:7349 | /tmp/ruby/build/trunk_clang_16/ruby(invoke_bf) /tmp/ruby/src/trunk_clang_16/vm_insnhelper.c:7490 | /tmp/ruby/build/trunk_clang_16/ruby(vm_invoke_builtin_delegate) /tmp/ruby/src/trunk_clang_16/vm_insnhelper.c:7514 | /tmp/ruby/build/trunk_clang_16/ruby(vm_exec_core) ../../src/trunk_clang_16/insns.def:1664 | /tmp/ruby/build/trunk_clang_16/ruby(vm_exec_loop+0x0) [0x5a71690fec90] /tmp/ruby/src/trunk_clang_16/vm.c:2639 | /tmp/ruby/build/trunk_clang_16/ruby(rb_vm_exec) /tmp/ruby/src/trunk_clang_16/vm.c:2642 | /tmp/ruby/build/trunk_clang_16/ruby(vm_invoke_proc+0x3be) [0x5a7169114dfe] /tmp/ruby/src/trunk_clang_16/vm.c:1669 | /tmp/ruby/build/trunk_clang_16/ruby(thread_do_start_proc+0x190) [0x5a71690d3120] /tmp/ruby/src/trunk_clang_16/thread.c:584 | /tmp/ruby/build/trunk_clang_16/ruby(thread_do_start+0x6f) [0x5a71690d287f] /tmp/ruby/src/trunk_clang_16/thread.c:626 | /tmp/ruby/build/trunk_clang_16/ruby(thread_start_func_2) /tmp/ruby/src/trunk_clang_16/thread.c:677 | /tmp/ruby/build/trunk_clang_16/ruby(rb_native_mutex_lock+0x0) [0x5a71690d3551] /tmp/ruby/src/trunk_clang_16/thread_pthread.c:2234 | /tmp/ruby/build/trunk_clang_16/ruby(thread_sched_lock_) /tmp/ruby/src/trunk_clang_16/thread_pthread.c:399 | /tmp/ruby/build/trunk_clang_16/ruby(call_thread_start_func_2) /tmp/ruby/src/trunk_clang_16/thread_pthread_mn.c:464 | /tmp/ruby/build/trunk_clang_16/ruby(co_start) /tmp/ruby/src/trunk_clang_16/thread_pthread_mn.c:462 | | -- Other runtime information ----------------------------------------------- | | * Loaded script: - | | * Loaded features: | | 0 enumerator.so | 1 thread.rb | 2 fiber.so | 3 rational.so | 4 complex.so | 5 pathname.so | 6 ruby2_keywords.rb | 7 set.rb | 8 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/enc/encdb.so | 9 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/enc/trans/transdb.so | 10 /tmp/ruby/src/trunk_clang_16/lib/open3/version.rb | 11 /tmp/ruby/src/trunk_clang_16/lib/open3.rb | 12 /tmp/ruby/src/trunk_clang_16/lib/timeout.rb | 13 /tmp/ruby/build/trunk_clang_16/rbconfig.rb | 14 /tmp/ruby/src/trunk_clang_16/tool/lib/find_executable.rb | 15 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/rbconfig/sizeof.so | 16 /tmp/ruby/src/trunk_clang_16/tool/lib/envutil.rb | 17 /tmp/ruby/src/trunk_clang_16/tool/lib/colorize.rb | 18 /tmp/ruby/src/trunk_clang_16/tool/lib/leakchecker.rb | 19 /tmp/ruby/src/trunk_clang_16/lib/prettyprint.rb | 20 /tmp/ruby/src/trunk_clang_16/lib/pp.rb | 21 /tmp/ruby/src/trunk_clang_16/tool/lib/test/unit/assertions.rb | 22 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/-test-/asan.so | 23 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/io/console.so | 24 /tmp/ruby/src/trunk_clang_16/tool/lib/core_assertions.rb | 25 /tmp/ruby/src/trunk_clang_16/tool/lib/test/unit/testcase.rb | 26 /tmp/ruby/src/trunk_clang_16/lib/optparse.rb | 27 /tmp/ruby/src/trunk_clang_16/tool/lib/test/unit.rb | | * Process memory map: | | 5a7168f42000-5a7168f82000 r--p 00000000 00:ae 16518819 /tmp/ruby/build/trunk_clang_16/ruby | 5a7168f82000-5a71693b7000 r-xp 00040000 00:ae 16518819 /tmp/ruby/build/trunk_clang_16/ruby | 5a71693b7000-5a716954d000 r--p 00475000 00:ae 16518819 /tmp/ruby/build/trunk_clang_16/ruby | 5a716954d000-5a7169562000 r--p 0060b000 00:ae 16518819 /tmp/ruby/build/trunk_clang_16/ruby | 5a7169562000-5a7169564000 rw-p 00620000 00:ae 16518819 /tmp/ruby/build/trunk_clang_16/ruby | 5a7169564000-5a7169578000 rw-p 00000000 00:00 0 | 5a716af11000-5a716b2fa000 rw-p 00000000 00:00 0 [heap] | 79d008000000-79d0088e0000 rw-p 00000000 00:00 0 | 79d0088e0000-79d00c000000 ---p 00000000 00:00 0 | 79d00c564000-79d00eb10000 r--s 00000000 00:ae 16518819 /tmp/ruby/build/trunk_clang_16/ruby | 79d00eb10000-79d00eb88000 rw-p 00000000 00:00 0 | 79d00ebd8000-79d00ec00000 rw-p 00000000 00:00 0 | 79d010000000-79d01070a000 rw-p 00000000 00:00 0 | 79d01070a000-79d014000000 ---p 00000000 00:00 0 | 79d014000000-79d0149a3000 rw-p 00000000 00:00 0 | 79d0149a3000-79d018000000 ---p 00000000 00:00 0 | 79d018000000-79d018a3e000 rw-p 00000000 00:00 0 | 79d018a3e000-79d01c000000 ---p 00000000 00:00 0 | 79d01c000000-79d01c758000 rw-p 00000000 00:00 0 | 79d01c758000-79d020000000 ---p 00000000 00:00 0 | 79d020000000-79d0202c2000 rw-p 00000000 00:00 0 | 79d0202c2000-79d024000000 ---p 00000000 00:00 0 | 79d024000000-79d024a8d000 rw-p 00000000 00:00 0 | 79d024a8d000-79d028000000 ---p 00000000 00:00 0 | 79d028000000-79d028384000 rw-p 00000000 00:00 0 | 79d028384000-79d02c000000 ---p 00000000 00:00 0 | 79d02c000000-79d02c8b9000 rw-p 00000000 00:00 0 | 79d02c8b9000-79d030000000 ---p 00000000 00:00 0 | 79d030000000-79d030423000 rw-p 00000000 00:00 0 | 79d030423000-79d034000000 ---p 00000000 00:00 0 | 79d034000000-79d034385000 rw-p 00000000 00:00 0 | 79d034385000-79d038000000 ---p 00000000 00:00 0 | 79d038000000-79d03835e000 rw-p 00000000 00:00 0 | 79d03835e000-79d03c000000 ---p 00000000 00:00 0 | 79d03c000000-79d03c66f000 rw-p 00000000 00:00 0 | 79d03c66f000-79d040000000 ---p 00000000 00:00 0 | 79d040000000-79d040021000 rw-p 00000000 00:00 0 | 79d040021000-79d044000000 ---p 00000000 00:00 0 | 79d044000000-79d044274000 rw-p 00000000 00:00 0 | 79d044274000-79d048000000 ---p 00000000 00:00 0 | 79d048470000-79d0484b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] | 79d0484b8000-79d0494f8000 rw-p 00000000 00:00 0 | 79d049b38000-79d04a650000 rw-p 00000000 00:00 0 | 79d04ad08000-79d04afb0000 rw-p 00000000 00:00 0 | 79d04afb0000-79d04afc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] | 79d04afc8000-79d04b0e0000 rw-p 00000000 00:00 0 | 79d04b0e0000-79d04b100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] | 79d04b100000-79d04b560000 rw-p 00000000 00:00 0 | 79d04b560000-79d04b590000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] | 79d04b590000-79d04b6d0000 rw-p 00000000 00:00 0 | 79d04b6d0000-79d04b6e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] | 79d04bacc000-79d04baf4000 rw-p 00000000 00:00 0 | 79d04bc99000-79d04bea0000 r--s 00000000 00:ae 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 | 79d04bea0000-79d04bed0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] | 79d04bedc000-79d04bedd000 ---p 00000000 00:00 0 | 79d04bedd000-79d04befd000 rw-p 00000000 00:00 0 | 79d04befd000-79d04befe000 ---p 00000000 00:00 0 | 79d04befe000-79d04bf1e000 rw-p 00000000 00:00 0 | 79d04bf1e000-79d04bf1f000 ---p 00000000 00:00 0 | 79d04bf1f000-79d04bf3f000 rw-p 00000000 00:00 0 | 79d04bf3f000-79d04bf40000 ---p 00000000 00:00 0 | 79d04bf40000-79d04bf60000 rw-p 00000000 00:00 0 | 79d04bf60000-79d04c2b0000 rw-p 00000000 00:00 0 | 79d04c2b0000-79d050000000 ---p 00000000 00:00 0 | 79d050000000-79d050338000 rw-p 00000000 00:00 0 | 79d050338000-79d054000000 ---p 00000000 00:00 0 | 79d054000000-79d0543fc000 rw-p 00000000 00:00 0 | 79d0543fc000-79d058000000 ---p 00000000 00:00 0 | 79d058010000-79d058290000 rw-p 00000000 00:00 0 | 79d058290000-79d0582a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] | 79d0582a8000-79d0582d0000 rw-p 00000000 00:00 0 | 79d0582d0000-79d0582e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] | 79d0582ef000-79d0582f0000 ---p 00000000 00:00 0 | 79d0582f0000-79d058310000 rw-p 00000000 00:00 0 | 79d058310000-79d058320000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] | 79d05832e000-79d05832f000 ---p 00000000 00:00 0 | 79d05832f000-79d05834f000 rw-p 00000000 00:00 0 | 79d05834f000-79d058350000 ---p 00000000 00:00 0 | 79d058350000-79d058370000 rw-p 00000000 00:00 0 | 79d058370000-79d058390000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] | 79d058393000-79d058394000 ---p 00000000 00:00 0 | 79d058394000-79d0583b4000 rw-p 00000000 00:00 0 | 79d0583b4000-79d0584b5000 rw-p 00000000 00:00 0 | 79d0584b5000-79d0584b6000 ---p 00000000 00:00 0 | 79d0584b6000-79d0584d6000 rw-p 00000000 00:00 0 | 79d0584d6000-79d0585d7000 rw-p 00000000 00:00 0 | 79d0585d7000-79d0585d8000 ---p 00000000 00:00 0 | 79d0585d8000-79d0585f8000 rw-p 00000000 00:00 0 | 79d0585f8000-79d058e00000 rw-p 00000000 00:00 0 | 79d058e00000-79d058f01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d058f01000-79d058f02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d058f02000-79d059022000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d059022000-79d059023000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d059023000-79d059143000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d059143000-79d059144000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d059144000-79d059264000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d059264000-79d059265000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d059265000-79d059385000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d059385000-79d059386000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d059386000-79d0594a6000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d0594a6000-79d0594a7000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d0594a7000-79d0595c7000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d0595c7000-79d0595c8000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d0595c8000-79d0596e8000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d0596e8000-79d0596e9000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d0596e9000-79d059809000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d059809000-79d05980a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05980a000-79d05992a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05992a000-79d05992b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05992b000-79d059a4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d059a4b000-79d059a4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d059a4c000-79d059b6c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d059b6c000-79d059b6d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d059b6d000-79d059c8d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d059c8d000-79d059c8e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d059c8e000-79d059dae000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d059dae000-79d059daf000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d059daf000-79d059ecf000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d059ecf000-79d059ed0000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d059ed0000-79d059ff0000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d059ff0000-79d059ff1000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d059ff1000-79d05a111000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05a111000-79d05a112000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05a112000-79d05a232000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05a232000-79d05a233000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05a233000-79d05a353000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05a353000-79d05a354000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05a354000-79d05a474000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05a474000-79d05a475000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05a475000-79d05a595000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05a595000-79d05a596000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05a596000-79d05a6b6000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05a6b6000-79d05a6b7000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05a6b7000-79d05a7d7000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05a7d7000-79d05a7d8000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05a7d8000-79d05a8f8000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05a8f8000-79d05a8f9000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05a8f9000-79d05aa19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05aa19000-79d05aa1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05aa1a000-79d05ab3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05ab3a000-79d05ab3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05ab3b000-79d05ac5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05ac5b000-79d05ac5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05ac5c000-79d05ad7c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05ad7c000-79d05ad7d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05ad7d000-79d05ae9d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05ae9d000-79d05ae9e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05ae9e000-79d05afbe000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05afbe000-79d05afbf000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05afbf000-79d05b0df000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05b0df000-79d05b0e0000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05b0e0000-79d05b200000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05b200000-79d05b201000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05b201000-79d05b321000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05b321000-79d05b322000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05b322000-79d05b442000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05b442000-79d05b443000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05b443000-79d05b563000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05b563000-79d05b564000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05b564000-79d05b684000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05b684000-79d05b685000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05b685000-79d05b7a5000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05b7a5000-79d05b7a6000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05b7a6000-79d05b8c6000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05b8c6000-79d05b8c7000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05b8c7000-79d05b9e7000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05b9e7000-79d05b9e8000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05b9e8000-79d05bb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05bb08000-79d05bb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d05bb09000-79d078e00000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] | 79d078e18000-79d078e19000 ---p 00000000 00:00 0 | 79d078e19000-79d078e39000 rw-p 00000000 00:00 0 | 79d078e39000-79d078e3a000 ---p 00000000 00:00 0 | 79d078e3a000-79d078e5a000 rw-p 00000000 00:00 0 | 79d078e5a000-79d078e5b000 ---p 00000000 00:00 0 | 79d078e5b000-79d078e7b000 rw-p 00000000 00:00 0 | 79d078e7b000-79d078e7c000 ---p 00000000 00:00 0 | 79d078e7c000-79d078e9c000 rw-p 00000000 00:00 0 | 79d078e9c000-79d078e9d000 ---p 00000000 00:00 0 | 79d078e9d000-79d078ebd000 rw-p 00000000 00:00 0 | 79d078ebd000-79d078ebe000 ---p 00000000 00:00 0 | 79d078ebe000-79d078ede000 rw-p 00000000 00:00 0 | 79d078ede000-79d078edf000 ---p 00000000 00:00 0 | 79d078edf000-79d078eff000 rw-p 00000000 00:00 0 | 79d078eff000-79d078f00000 ---p 00000000 00:00 0 | 79d078f00000-79d078f20000 rw-p 00000000 00:00 0 | 79d078f20000-79d078f70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] | 79d078f7e000-79d078fbf000 rw-p 00000000 00:00 0 | 79d078fbf000-79d078fc0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d078fc0000-79d079001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d079001000-79d079002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d079002000-79d079043000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d079043000-79d079044000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d079044000-79d079085000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d079085000-79d079086000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d079086000-79d0790c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d0790c7000-79d0790c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d0790c8000-79d079109000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d079109000-79d07910a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d07910a000-79d07914b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d07914b000-79d07914c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d07914c000-79d07918d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d07918d000-79d07918e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d07918e000-79d0791cf000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d0791cf000-79d0791d0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d0791d0000-79d079211000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d079211000-79d079212000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d079212000-79d079253000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d079253000-79d079254000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d079254000-79d079295000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d079295000-79d079296000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d079296000-79d0792d7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d0792d7000-79d0792d8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d0792d8000-79d079319000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d079319000-79d07931a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d07931a000-79d07935b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d07935b000-79d07935c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d07935c000-79d07939d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d07939d000-79d07939e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d07939e000-79d0793df000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d0793df000-79d0793e0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d0793e0000-79d079421000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d079421000-79d079422000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d079422000-79d079463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d079463000-79d079464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d079464000-79d0794a5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d0794a5000-79d0794a6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d0794a6000-79d0794e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d0794e7000-79d0794e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d0794e8000-79d079529000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d079529000-79d07952a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d07952a000-79d07956b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d07956b000-79d07956c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d07956c000-79d0795ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d0795ad000-79d0795ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d0795ae000-79d0795ef000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d0795ef000-79d0795f0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d0795f0000-79d079631000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d079631000-79d079632000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d079632000-79d079673000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d079673000-79d079674000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d079674000-79d0796b5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d0796b5000-79d0796b6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d0796b6000-79d0796f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d0796f7000-79d0796f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d0796f8000-79d079739000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d079739000-79d07973a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d07973a000-79d07977b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d07977b000-79d07977c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d07977c000-79d0797bd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d0797bd000-79d0797be000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d0797be000-79d0797ff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 79d0797ff000-79d079800000 ---p 00000000 00:00 0 | 79d079800000-79d07a000000 rw-p 00000000 00:00 0 | 79d07a000000-79d092000000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] | 79d092000000-79d093400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] | 79d093410000-79d093470000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] | 79d09347f000-79d0934a0000 rw-p 00000000 00:00 0 | 79d0934a0000-79d093530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] | 79d093532000-79d093534000 r--p 00000000 00:ae 18253722 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/io/console.so | 79d093534000-79d093537000 r-xp 00002000 00:ae 18253722 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/io/console.so | 79d093537000-79d093538000 r--p 00005000 00:ae 18253722 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/io/console.so | 79d093538000-79d093539000 r--p 00006000 00:ae 18253722 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/io/console.so | 79d093539000-79d09353a000 rw-p 00007000 00:ae 18253722 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/io/console.so | 79d09353a000-79d09353b000 r--p 00000000 00:ae 18119459 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/enc/trans/transdb.so | 79d09353b000-79d09353c000 r-xp 00001000 00:ae 18119459 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/enc/trans/transdb.so | 79d09353c000-79d09353d000 r--p 00002000 00:ae 18119459 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/enc/trans/transdb.so | 79d09353d000-79d09353e000 r--p 00002000 00:ae 18119459 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/enc/trans/transdb.so | 79d09353e000-79d09353f000 rw-p 00003000 00:ae 18119459 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/enc/trans/transdb.so | 79d093545000-79d093546000 r--p 00000000 00:ae 18237581 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/-test-/asan.so | 79d093546000-79d093547000 r-xp 00001000 00:ae 18237581 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/-test-/asan.so | 79d093547000-79d093548000 r--p 00002000 00:ae 18237581 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/-test-/asan.so | 79d093548000-79d093549000 r--p 00002000 00:ae 18237581 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/-test-/asan.so | 79d093549000-79d09354a000 rw-p 00003000 00:ae 18237581 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/-test-/asan.so | 79d09354a000-79d09354b000 r--p 00000000 00:ae 18256152 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/rbconfig/sizeof.so | 79d09354b000-79d09354d000 r-xp 00001000 00:ae 18256152 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/rbconfig/sizeof.so | 79d09354d000-79d09354e000 r--p 00003000 00:ae 18256152 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/rbconfig/sizeof.so | 79d09354e000-79d09354f000 r--p 00003000 00:ae 18256152 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/rbconfig/sizeof.so | 79d09354f000-79d093550000 rw-p 00004000 00:ae 18256152 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/rbconfig/sizeof.so | 79d093550000-79d093570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] | 79d093570000-79d093674000 rw-p 00000000 00:00 0 | 79d093674000-79d09369c000 r--p 00000000 00:ae 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 | 79d09369c000-79d093824000 r-xp 00028000 00:ae 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 | 79d093824000-79d093873000 r--p 001b0000 00:ae 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 | 79d093873000-79d093877000 r--p 001fe000 00:ae 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 | 79d093877000-79d093879000 rw-p 00202000 00:ae 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 | 79d093879000-79d093888000 rw-p 00000000 00:00 0 | 79d093888000-79d09388c000 r--p 00000000 00:ae 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 79d09388c000-79d0938af000 r-xp 00004000 00:ae 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 79d0938af000-79d0938b3000 r--p 00027000 00:ae 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 79d0938b3000-79d0938b4000 r--p 0002b000 00:ae 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 79d0938b4000-79d0938b5000 rw-p 0002c000 00:ae 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 79d0938b5000-79d0938c5000 r--p 00000000 00:ae 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 | 79d0938c5000-79d093944000 r-xp 00010000 00:ae 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 | 79d093944000-79d09399c000 r--p 0008f000 00:ae 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 | 79d09399c000-79d09399d000 r--p 000e7000 00:ae 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 | 79d09399d000-79d09399e000 rw-p 000e8000 00:ae 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 | 79d09399e000-79d0939a0000 r--p 00000000 00:ae 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 79d0939a0000-79d0939b5000 r-xp 00002000 00:ae 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 79d0939b5000-79d0939ce000 r--p 00017000 00:ae 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 79d0939ce000-79d0939cf000 r--p 0002f000 00:ae 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 79d0939cf000-79d0939d0000 rw-p 00030000 00:ae 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 79d0939d0000-79d0939d8000 rw-p 00000000 00:00 0 | 79d0939d8000-79d0939e2000 r--p 00000000 00:ae 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 | 79d0939e2000-79d093a45000 r-xp 0000a000 00:ae 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 | 79d093a45000-79d093a5a000 r--p 0006d000 00:ae 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 | 79d093a5a000-79d093a5b000 r--p 00081000 00:ae 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 | 79d093a5b000-79d093a5c000 rw-p 00082000 00:ae 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 | 79d093a5c000-79d093a5e000 r--p 00000000 00:ae 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 | 79d093a5e000-79d093a70000 r-xp 00002000 00:ae 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 | 79d093a70000-79d093a76000 r--p 00014000 00:ae 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 | 79d093a76000-79d093a77000 r--p 0001a000 00:ae 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 | 79d093a77000-79d093a78000 rw-p 0001b000 00:ae 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 | 79d093a78000-79d093a79000 r--p 00000000 00:ae 18105544 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/enc/encdb.so | 79d093a79000-79d093a7a000 r-xp 00001000 00:ae 18105544 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/enc/encdb.so | 79d093a7a000-79d093a7b000 r--p 00002000 00:ae 18105544 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/enc/encdb.so | 79d093a7b000-79d093a7c000 r--p 00002000 00:ae 18105544 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/enc/encdb.so | 79d093a7c000-79d093a7d000 rw-p 00003000 00:ae 18105544 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/enc/encdb.so | 79d093a7d000-79d093a7f000 rw-p 00000000 00:00 0 | 79d093a7f000-79d093a80000 r--p 00000000 00:ae 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 79d093a80000-79d093aab000 r-xp 00001000 00:ae 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 79d093aab000-79d093ab5000 r--p 0002c000 00:ae 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 79d093ab5000-79d093ab7000 r--p 00036000 00:ae 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 79d093ab7000-79d093ab9000 rw-p 00038000 00:ae 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7ffc1893c000-7ffc1895e000 rw-p 00000000 00:00 0 [stack] | 7ffc189cd000-7ffc189d1000 r--p 00000000 00:00 0 [vvar] | 7ffc189d1000-7ffc189d3000 r-xp 00000000 00:00 0 [vdso] | ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] | | 29053 tests, 6139965 assertions, 1 failures, 0 errors, 170 skips ruby -v: ruby 3.5.0dev (2025-09-12T05:03:29Z master 09ae509c1f) +PRISM [x86_64-linux] make: *** [uncommon.mk:906: yes-test-all] Error 1 $$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 512. $$$[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.ext/include -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/16.0.0 -Dmodular_gc_dir= 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 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_clang_16/target/release/' '/tmp/ruby/src/trunk_clang_16/yjit/src/lib.rs' ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_clang_16/target/release/' '/tmp/ruby/src/trunk_clang_16/zjit/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 generating encdb.h encdb.h unchanged 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/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/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/ext/strscan' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/ext/strscan' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/bigdecimal-3.2.2/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/bigdecimal-3.2.2/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/debug-1.11.0/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/debug-1.11.0/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/fiddle-1.1.8/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/fiddle-1.1.8/ext/fiddle' 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.9.4/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/rbs-3.9.4/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/syslog-0.3.0/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_16/.bundle/gems/syslog-0.3.0/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.5.0dev (2025-09-12T05:03:29Z master 09ae509c1f) +PRISM [x86_64-linux] 0 ............................................................ 60 ............................................................ 120 ............................................................ 180 ............................................................ 240 ............................................................ 300 ............................................................ 360 ............................................................ 420 ............................................................ 480 ............................................................ 540 ............................................................ 600 ............................................................ 660 ............................................................ 720 ............................................................ 780 ............................................................ 840 ............................................................ 900 ............................................................ 960 ............................................................ 1020 ............................................................ 1080 ............................................................ 1140 ............................................................ 1200 ............................................................ 1260 ............................................................ 1320 ............................................................ 1380 ............................................................ 1440 ............................................................ 1500 ............................................................ 1560 ............................................................ 1620 ............................................................ 1680 ............................................................ 1740 ............................................................ 1800 ............................................................ 1860 ............................................................ 1920 ............................................................ 1980 ............................................................ 2040 ............................................................ 2100 ............................................................ 2160 ............................................................ 2220 ............................................................ 2280 ............................................................ 2340 ............................................................ 2400 ............................................................ 2460 ............................................................ 2520 ............................................................ 2580 ............................................................ 2640 ............................................................ 2700 ............................................................ 2760 ............................................................ 2820 ............................................................ 2880 ............................................................ 2940 ............................................................ 3000 ............................................................ 3060 ............................................................ 3120 ............................................................ 3180 ............................................................ 3240 ............................................................ 3300 ....................................... Finished in 44.305329 seconds 3338 files, 33609 examples, 141216 expectations, 0 failures, 0 errors, 0 tagged $$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0.