Created
January 14, 2026 03:07
-
-
Save rainerborene/b154a9943edc3ba93026def0fbc26040 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cd /tmp/ruby-build.20260114000254.815854.Dk6xLt | |
| ==> Downloading ruby-4.0.0.tar.gz... | |
| -> curl -q -fL -o ruby-4.0.0.tar.gz https://cache.ruby-lang.org/pub/ruby/4.0/ruby-4.0.0.tar.gz | |
| -> tar xzf ruby-4.0.0.tar.gz | |
| cd /tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0 | |
| ==> Installing ruby-4.0.0... | |
| -> ./configure "--prefix=$HOME/.asdf/installs/ruby/4.0.0" --enable-shared --with-ext=openssl,psych,+ | |
| checking for ruby... /home/user/.asdf/shims/ruby | |
| tool/config.guess already exists | |
| tool/config.sub already exists | |
| checking build system type... x86_64-pc-linux-gnu | |
| checking host system type... x86_64-pc-linux-gnu | |
| checking target system type... x86_64-pc-linux-gnu | |
| checking for gcc... gcc | |
| checking for ld... ld | |
| checking for gcc-ar... gcc-ar | |
| checking for g++... g++ | |
| checking for gcc-nm... gcc-nm | |
| checking for gcc-ranlib... gcc-ranlib | |
| checking for gcc... (cached) gcc | |
| checking whether the C compiler works... yes | |
| checking for C compiler default output file name... a.out | |
| checking for suffix of executables... | |
| checking whether we are cross compiling... no | |
| checking for suffix of object files... o | |
| checking whether the compiler supports GNU C... yes | |
| checking whether gcc accepts -g... yes | |
| checking for gcc option to enable C11 features... none needed | |
| checking whether the compiler supports GNU C++... yes | |
| checking whether g++ accepts -g... yes | |
| checking for g++ option to enable C++11 features... none needed | |
| checking how to run the C preprocessor... gcc -E | |
| checking for gas... no | |
| checking for as... as | |
| checking for gobjcopy... no | |
| checking for objcopy... objcopy | |
| checking for gobjdump... no | |
| checking for objdump... objdump | |
| checking for gstrip... no | |
| checking for strip... strip | |
| checking for stdio.h... yes | |
| checking for stdlib.h... yes | |
| checking for string.h... yes | |
| checking for inttypes.h... yes | |
| checking for stdint.h... yes | |
| checking for strings.h... yes | |
| checking for sys/stat.h... yes | |
| checking for sys/types.h... yes | |
| checking for unistd.h... yes | |
| checking for wchar.h... yes | |
| checking for minix/config.h... no | |
| checking for vfork.h... no | |
| checking whether it is safe to define __EXTENSIONS__... yes | |
| checking whether _XOPEN_SOURCE should be defined... no | |
| checking whether the linker is GNU ld... yes | |
| checking whether gcc -E accepts -o... yes | |
| checking for gcc-ar flags... rcD | |
| checking whether ln -s works... yes | |
| checking whether make sets $(MAKE)... yes | |
| checking for a BSD-compatible install... /usr/bin/install -c | |
| checking for a race-free mkdir -p... /usr/bin/mkdir -p | |
| checking for dtrace... no | |
| checking for dot... no | |
| checking for doxygen... no | |
| checking for pkg-config... pkg-config | |
| checking whether it is Android... no | |
| checking for cd using physical directory... cd -P | |
| checking if make is GNU make... yes | |
| checking whether CFLAGS is valid... yes | |
| checking whether LDFLAGS is valid... yes | |
| checking whether ELF binaries are produced... yes | |
| checking whether -Wl,-rpath,. is accepted as LDFLAGS... yes | |
| checking whether -fdeclspec is accepted as LDFLAGS... no | |
| checking whether -fdeclspec is accepted as CXXFLAGS... no | |
| checking whether -Wextra-tokens is accepted as CFLAGS... no | |
| checking whether -Wdeprecated-declarations is accepted as CFLAGS... yes | |
| checking whether -Wdivision-by-zero is accepted as CFLAGS... no | |
| checking whether -Wdiv-by-zero is accepted as CFLAGS... yes | |
| checking whether -Wduplicated-cond is accepted as CFLAGS... yes | |
| checking whether -Wimplicit-function-declaration is accepted as CFLAGS... yes | |
| checking whether -Wimplicit-int is accepted as CFLAGS... yes | |
| checking whether -Wpointer-arith is accepted as CFLAGS... yes | |
| checking whether -Wshorten-64-to-32 is accepted as CFLAGS... no | |
| checking whether -Wwrite-strings is accepted as CFLAGS... yes | |
| checking whether -Wold-style-definition is accepted as CFLAGS... yes | |
| checking whether -Wimplicit-fallthrough=0 is accepted as CFLAGS... yes | |
| checking whether -Wmissing-noreturn is accepted as CFLAGS... yes | |
| checking whether -Wno-cast-function-type is accepted as CFLAGS... yes | |
| checking whether -Wno-constant-logical-operand is accepted as CFLAGS... yes | |
| checking whether -Wno-long-long is accepted as CFLAGS... yes | |
| checking whether -Wno-missing-field-initializers is accepted as CFLAGS... yes | |
| checking whether -Wno-overlength-strings is accepted as CFLAGS... yes | |
| checking whether -Wno-packed-bitfield-compat is accepted as CFLAGS... yes | |
| checking whether -Wno-parentheses-equality is accepted as CFLAGS... yes | |
| checking whether -Wno-self-assign is accepted as CFLAGS... yes | |
| checking whether -Wno-tautological-compare is accepted as CFLAGS... yes | |
| checking whether -Wno-unused-parameter is accepted as CFLAGS... yes | |
| checking whether -Wno-unused-value is accepted as CFLAGS... yes | |
| checking whether -Wsuggest-attribute=format is accepted as CFLAGS... yes | |
| checking whether -Wsuggest-attribute=noreturn is accepted as CFLAGS... yes | |
| checking whether -Wunused-variable is accepted as CFLAGS... yes | |
| checking whether -diag-disable=175,188,1684,2259,2312 is accepted as CFLAGS... no | |
| checking whether -Wmisleading-indentation is accepted as CFLAGS... yes | |
| checking whether -Wundef is accepted as CFLAGS... yes | |
| checking whether -Wall -Wextra is accepted as CFLAGS... yes | |
| checking whether -Qunused-arguments is accepted as CFLAGS... no | |
| checking whether -O3 -D_FORTIFY_SOURCE=2 is accepted as CFLAGS... yes | |
| checking whether -fstack-protector-strong is accepted as CFLAGS... yes | |
| checking whether -fstack-protector-strong is accepted as LDFLAGS... yes | |
| checking for -fstack-protector... -fstack-protector-strong | |
| checking whether -Wl,--compress-debug-sections=zlib is accepted as LDFLAGS... yes | |
| checking whether -fno-strict-overflow is accepted as CFLAGS... yes | |
| checking whether -ggdb3 is accepted as LDFLAGS... yes | |
| checking whether -fvisibility=hidden is accepted as CFLAGS... yes | |
| checking whether -fno-fast-math is accepted as CFLAGS... yes | |
| checking whether -fexcess-precision=standard is accepted as CFLAGS... yes | |
| checking whether -fp-model precise is accepted as CFLAGS... no | |
| checking whether compiler has statement and declarations in expressions... yes | |
| checking for pthread.h... yes | |
| checking for pthread_create in -lthr... no | |
| checking for pthread_create in -lpthread... yes | |
| checking for pthread_np.h... no | |
| checking thread model... pthread | |
| checking whether CXXFLAGS is valid... yes | |
| checking for crypt in -lcrypt... yes | |
| checking for dlopen in -ldl... yes | |
| checking for shutdown in -lsocket... no | |
| checking for dirent.h that defines DIR... yes | |
| checking for library containing opendir... none required | |
| checking for _Bool... yes | |
| checking for stdbool.h that conforms to C99... yes | |
| checking for sys/wait.h that is POSIX.1 compatible... yes | |
| checking for afunix.h... no | |
| checking for atomic.h... no | |
| checking for copyfile.h... no | |
| checking for direct.h... no | |
| checking for grp.h... yes | |
| checking for fcntl.h... yes | |
| checking for float.h... yes | |
| checking for ieeefp.h... no | |
| checking for intrinsics.h... no | |
| checking for langinfo.h... yes | |
| checking for limits.h... yes | |
| checking for locale.h... yes | |
| checking for malloc.h... yes | |
| checking for malloc/malloc.h... no | |
| checking for malloc_np.h... no | |
| checking for net/socket.h... no | |
| checking for process.h... no | |
| checking for pwd.h... yes | |
| checking for sanitizer/asan_interface.h... yes | |
| checking for sanitizer/msan_interface.h... no | |
| checking for sanitizer/tsan_interface.h... yes | |
| checking for setjmpex.h... no | |
| checking for stdalign.h... yes | |
| checking for stdio.h... (cached) yes | |
| checking for sys/attr.h... no | |
| checking for sys/eventfd.h... yes | |
| checking for sys/fcntl.h... yes | |
| checking for sys/file.h... yes | |
| checking for sys/id.h... no | |
| checking for sys/ioctl.h... yes | |
| checking for sys/mkdev.h... no | |
| checking for sys/param.h... yes | |
| checking for sys/prctl.h... yes | |
| checking for sys/random.h... yes | |
| checking for sys/resource.h... yes | |
| checking for sys/select.h... yes | |
| checking for sys/sendfile.h... yes | |
| checking for sys/socket.h... yes | |
| checking for sys/syscall.h... yes | |
| checking for sys/sysmacros.h... yes | |
| checking for sys/time.h... yes | |
| checking for sys/times.h... yes | |
| checking for sys/uio.h... yes | |
| checking for sys/utime.h... no | |
| checking for syscall.h... yes | |
| checking for time.h... yes | |
| checking for ucontext.h... yes | |
| checking for utime.h... yes | |
| checking for sys/epoll.h... yes | |
| checking for sys/event.h... no | |
| checking for stdckdint.h... no | |
| checking for stdatomic.h... yes | |
| checking for x86intrin.h... yes | |
| checking for x86intrin.h when defined(__x86_64__)... yes | |
| checking for gmp.h... no | |
| checking for special C compiler options needed for large files... no | |
| checking for _FILE_OFFSET_BITS value needed for large files... no | |
| checking whether byte ordering is bigendian... no | |
| checking for an ANSI C-conforming const... yes | |
| checking whether char is unsigned... no | |
| checking for inline... inline | |
| checking for working volatile... yes | |
| checking for typeof syntax and keyword spelling... typeof | |
| checking for C/C++ restrict keyword... __restrict__ | |
| checking for long long... yes | |
| checking for off_t... yes | |
| checking char bit... 8 | |
| checking size of int... 4 | |
| checking size of short... 2 | |
| checking size of long... 8 | |
| checking size of long long... 8 | |
| checking size of __int64... 0 | |
| checking size of __int128... 16 | |
| checking size of off_t... 8 | |
| checking size of void*... 8 | |
| checking size of float... 4 | |
| checking size of double... 8 | |
| checking size of time_t... 8 | |
| checking size of clock_t... 8 | |
| checking word size... 8 | |
| checking packed struct attribute... x __attribute__((packed)) | |
| checking whether -Wno-address-of-packed-member is accepted as CFLAGS... yes | |
| checking for printf prefix for long long... ll | |
| checking for pid_t... yes | |
| checking for convertible type of pid_t... INT | |
| checking for uid_t... yes | |
| checking for convertible type of uid_t... UINT | |
| checking for gid_t... yes | |
| checking for convertible type of gid_t... UINT | |
| checking for time_t... yes | |
| checking for convertible type of time_t... LONG | |
| checking for dev_t... yes | |
| checking for convertible type of dev_t... ULONG | |
| checking for mode_t... yes | |
| checking for convertible type of mode_t... UINT | |
| checking for rlim_t... yes | |
| checking for convertible type of rlim_t... ULONG | |
| checking for off_t... (cached) yes | |
| checking for convertible type of off_t... LONG | |
| checking for clockid_t... yes | |
| checking for convertible type of clockid_t... INT | |
| checking for variable length macro... yes | |
| checking if _Alignof() works... yes | |
| checking for CONSTFUNC function attribute... __attribute__ ((__const__)) x | |
| checking for PUREFUNC function attribute... __attribute__ ((__pure__)) x | |
| checking for NORETURN function attribute... __attribute__ ((__noreturn__)) x | |
| checking for DEPRECATED function attribute... __attribute__ ((__deprecated__)) x | |
| checking for DEPRECATED_BY function attribute... __attribute__ ((__deprecated__("by "#n))) x | |
| checking for NOINLINE function attribute... __attribute__ ((__noinline__)) x | |
| checking for ALWAYS_INLINE function attribute... __attribute__ ((__always_inline__)) x | |
| checking for NO_SANITIZE function attribute... __attribute__ ((__no_sanitize__(san))) x | |
| checking for NO_SANITIZE_ADDRESS function attribute... __attribute__ ((__no_sanitize_address__)) x | |
| checking for NO_ADDRESS_SAFETY_ANALYSIS function attribute... __attribute__ ((__no_address_safety_analysis__)) x | |
| checking for WARN_UNUSED_RESULT function attribute... __attribute__ ((__warn_unused_result__)) x | |
| checking for MAYBE_UNUSED function attribute... __attribute__ ((__unused__)) x | |
| checking for ERRORFUNC function attribute... __attribute__ ((__error__ mesg)) x | |
| checking for WARNINGFUNC function attribute... __attribute__ ((__warning__ mesg)) x | |
| checking for WEAK function attribute... __attribute__ ((__weak__)) x | |
| checking for std::nullptr_t... yes | |
| checking for FUNC_STDCALL function attribute... x | |
| checking for FUNC_CDECL function attribute... x | |
| checking for FUNC_FASTCALL function attribute... x | |
| checking for FUNC_UNOPTIMIZED function attribute... __attribute__ ((__optimize__("O0"))) x | |
| checking for FUNC_MINIMIZED function attribute... __attribute__ ((__optimize__("-Os","-fomit-frame-pointer"))) x | |
| checking for function alias... alias | |
| checking for __atomic builtins... yes | |
| checking for 64bit __atomic builtins... yes | |
| checking for __sync builtins... yes | |
| checking for __builtin_unreachable... yes | |
| checking for __assume... no | |
| checking for exported function attribute... __attribute__ ((__visibility__("default"))) | |
| checking for RUBY_FUNC_NONNULL function attribute... __attribute__ ((__nonnull__(n))) x | |
| checking for function name string predefined identifier... __func__ | |
| checking if enum over int is allowed... yes | |
| checking for gcc options needed to detect all undeclared functions... none needed | |
| checking whether sys_nerr is declared... no | |
| checking whether getenv is declared... yes | |
| checking for size_t... yes | |
| checking size of size_t... 8 | |
| checking size of ptrdiff_t... 8 | |
| checking size of dev_t... 8 | |
| checking for printf prefix for size_t... z | |
| checking for printf prefix for ptrdiff_t... t | |
| checking for struct stat.st_blksize... yes | |
| checking for struct stat.st_blocks... yes | |
| checking for struct stat.st_rdev... yes | |
| checking size of struct stat.st_size... SIZEOF_OFF_T | |
| checking size of struct stat.st_blocks... SIZEOF_OFF_T | |
| checking size of struct stat.st_ino... SIZEOF_LONG | |
| checking size of struct stat.st_dev... SIZEOF_DEV_T | |
| checking size of struct stat.st_rdev... SIZEOF_DEV_T | |
| checking for struct stat.st_atim... yes | |
| checking for struct stat.st_atimespec... no | |
| checking for struct stat.st_atimensec... no | |
| checking for struct stat.st_mtim... yes | |
| checking for struct stat.st_mtimespec... no | |
| checking for struct stat.st_mtimensec... no | |
| checking for struct stat.st_ctim... yes | |
| checking for struct stat.st_ctimespec... no | |
| checking for struct stat.st_ctimensec... no | |
| checking for struct stat.st_birthtimespec... no | |
| checking for struct statx.stx_btime... yes | |
| checking for struct timeval... yes | |
| checking size of struct timeval.tv_sec... SIZEOF_TIME_T | |
| checking for struct timespec... yes | |
| checking for struct timezone... yes | |
| checking for fd_mask... yes | |
| checking for int8_t... yes | |
| checking size of int8_t... 1 | |
| checking for uint8_t... yes | |
| checking size of uint8_t... 1 | |
| checking for int16_t... yes | |
| checking size of int16_t... 2 | |
| checking for uint16_t... yes | |
| checking size of uint16_t... 2 | |
| checking for int32_t... yes | |
| checking size of int32_t... 4 | |
| checking for uint32_t... yes | |
| checking size of uint32_t... 4 | |
| checking for int64_t... yes | |
| checking size of int64_t... 8 | |
| checking for uint64_t... yes | |
| checking size of uint64_t... 8 | |
| checking for int128_t... __int128 | |
| checking for uint128_t... unsigned __int128 | |
| checking for intptr_t... yes | |
| checking size of intptr_t... 8 | |
| checking for uintptr_t... yes | |
| checking size of uintptr_t... 8 | |
| checking for printf prefix for intptr_t... NONE | |
| checking for ssize_t... yes | |
| checking size of ssize_t... 8 | |
| checking for printf prefix for int64_t... NONE | |
| checking for stack end address... __libc_stack_end | |
| checking for grep that handles long lines and -e... /usr/bin/grep | |
| checking for egrep... /usr/bin/grep -E | |
| checking for uid_t in sys/types.h... (cached) yes | |
| checking type of array argument to getgroups... gid_t | |
| checking for working alloca.h... yes | |
| checking for alloca... yes | |
| checking for dynamic size alloca... ok | |
| checking for working memcmp... yes | |
| checking for dup... yes | |
| checking for dup2... yes | |
| checking for acosh... yes | |
| checking for cbrt... yes | |
| checking for crypt... yes | |
| checking for erf... yes | |
| checking for explicit_bzero... yes | |
| checking for ffs... yes | |
| checking for flock... yes | |
| checking for hypot... yes | |
| checking for lgamma_r... yes | |
| checking for memmove... yes | |
| checking for nan... yes | |
| checking for nextafter... yes | |
| checking for setproctitle... no | |
| checking for strchr... yes | |
| checking for strerror... yes | |
| checking for strlcat... no | |
| checking for strlcpy... no | |
| checking for strstr... yes | |
| checking for tgamma... yes | |
| checking for sys/pstat.h... no | |
| checking for pid_t... (cached) yes | |
| checking for fork... yes | |
| checking for vfork... yes | |
| checking for working fork... yes | |
| checking for working vfork... (cached) yes | |
| checking for __syscall... no | |
| checking for _longjmp... yes | |
| checking for arc4random_buf... no | |
| checking for atan2l... yes | |
| checking for atan2f... yes | |
| checking whether atomic_signal_fence is declared... yes | |
| checking for chmod... yes | |
| checking for chown... yes | |
| checking for chroot... yes | |
| checking for chsize... no | |
| checking for clock_gettime... yes | |
| checking for copy_file_range... yes | |
| checking for cosh... yes | |
| checking for crypt_r... yes | |
| checking for daemon... (cached) no | |
| checking for dirfd... yes | |
| checking for dl_iterate_phdr... yes | |
| checking for dlopen... yes | |
| checking for dladdr... yes | |
| checking for dup3... yes | |
| checking for eaccess... yes | |
| checking for endgrent... yes | |
| checking for eventfd... yes | |
| checking for execl... yes | |
| checking for execle... yes | |
| checking for execv... yes | |
| checking for execve... yes | |
| checking for explicit_memset... no | |
| checking for fcopyfile... no | |
| checking for fchdir... yes | |
| checking for fchmod... yes | |
| checking for fchown... yes | |
| checking for fcntl... yes | |
| checking for fdatasync... yes | |
| checking for fdopendir... yes | |
| checking for fgetattrlist... no | |
| checking for fmod... yes | |
| checking for fstatat... yes | |
| checking for fsync... yes | |
| checking for ftruncate... yes | |
| checking for ftruncate64... yes | |
| checking for getattrlist... no | |
| checking for getcwd... yes | |
| checking for getegid... yes | |
| checking for getentropy... yes | |
| checking for geteuid... yes | |
| checking for getgid... yes | |
| checking for getgidx... no | |
| checking for getgrnam... yes | |
| checking for getgrnam_r... yes | |
| checking for getgroups... yes | |
| checking for getlogin... yes | |
| checking for getlogin_r... yes | |
| checking for getpgid... yes | |
| checking for getpgrp... yes | |
| checking for getppid... yes | |
| checking for getpriority... yes | |
| checking for getpwnam... yes | |
| checking for getpwnam_r... yes | |
| checking for getpwuid... yes | |
| checking for getpwuid_r... yes | |
| checking for getrandom... yes | |
| checking for getresgid... yes | |
| checking for getresuid... yes | |
| checking for getrlimit... yes | |
| checking for getsid... yes | |
| checking for gettimeofday... yes | |
| checking for getuid... yes | |
| checking for getuidx... no | |
| checking for gmtime_r... yes | |
| checking for initgroups... yes | |
| checking for ioctl... yes | |
| checking for isfinite... no | |
| checking for issetugid... no | |
| checking for kill... yes | |
| checking for killpg... yes | |
| checking for lchmod... yes | |
| checking for lchown... yes | |
| checking for link... yes | |
| checking for llabs... yes | |
| checking for lockf... yes | |
| checking for log2... yes | |
| checking for lstat... yes | |
| checking for lutimes... yes | |
| checking for malloc_usable_size... yes | |
| checking for malloc_size... no | |
| checking for malloc_trim... yes | |
| checking for mblen... yes | |
| checking for memalign... yes | |
| checking for memset_s... no | |
| checking for writev... yes | |
| checking for memrchr... yes | |
| checking for memmem... yes | |
| checking for mkfifo... yes | |
| checking for mknod... yes | |
| checking for mktime... yes | |
| checking for mmap... yes | |
| checking for mremap... yes | |
| checking for openat... yes | |
| checking for pclose... yes | |
| checking for pipe... yes | |
| checking for pipe2... yes | |
| checking for poll... yes | |
| checking for popen... yes | |
| checking for posix_fadvise... yes | |
| checking for posix_madvise... yes | |
| checking for posix_memalign... yes | |
| checking for ppoll... yes | |
| checking for pread... yes | |
| checking for pwrite... yes | |
| checking for qsort_r... yes | |
| checking for qsort_s... no | |
| checking for readlink... yes | |
| checking for realpath... yes | |
| checking for round... yes | |
| checking for sched_getaffinity... yes | |
| checking for seekdir... yes | |
| checking for select_large_fdset... no | |
| checking for sendfile... yes | |
| checking for setegid... yes | |
| checking for setenv... yes | |
| checking for seteuid... yes | |
| checking for setgid... yes | |
| checking for setgroups... yes | |
| checking for setpgid... yes | |
| checking for setpgrp... yes | |
| checking for setregid... yes | |
| checking for setresgid... yes | |
| checking for setresuid... yes | |
| checking for setreuid... yes | |
| checking for setrgid... no | |
| checking for setrlimit... yes | |
| checking for setruid... no | |
| checking for setsid... yes | |
| checking for setuid... yes | |
| checking for shutdown... yes | |
| checking for sigaction... yes | |
| checking for sigaltstack... yes | |
| checking for sigprocmask... yes | |
| checking for sinh... yes | |
| checking for snprintf... yes | |
| checking for spawnv... no | |
| checking for symlink... yes | |
| checking for syscall... yes | |
| checking for sysconf... yes | |
| checking for system... yes | |
| checking for tanh... yes | |
| checking for telldir... yes | |
| checking for timegm... yes | |
| checking for times... yes | |
| checking for truncate... yes | |
| checking for truncate64... yes | |
| checking for tzset... yes | |
| checking for umask... yes | |
| checking for unsetenv... yes | |
| checking for utimensat... yes | |
| checking for utimes... yes | |
| checking for wait4... yes | |
| checking for waitpid... yes | |
| checking for __cospi... no | |
| checking for __sinpi... no | |
| checking for statx... yes | |
| checking if getcwd allocates buffer if NULL is given... yes | |
| checking for crypt.h... yes | |
| checking for struct crypt_data.initialized... yes | |
| checking for __builtin_alloca_with_align... yes | |
| checking for __builtin_assume_aligned... yes | |
| checking for __builtin_bswap16... yes | |
| checking for __builtin_bswap32... yes | |
| checking for __builtin_bswap64... yes | |
| checking for __builtin_popcount... yes | |
| checking for __builtin_popcountll... yes | |
| checking for __builtin_clz... yes | |
| checking for __builtin_clzl... yes | |
| checking for __builtin_clzll... yes | |
| checking for __builtin_ctz... yes | |
| checking for __builtin_ctzll... yes | |
| checking for __builtin_constant_p... yes | |
| checking for __builtin_choose_expr... yes | |
| checking for __builtin_choose_expr_constant_p... yes | |
| checking for __builtin_types_compatible_p... yes | |
| checking for __builtin_trap... yes | |
| checking for __builtin_expect... yes | |
| checking for __builtin_add_overflow... yes | |
| checking for __builtin_add_overflow_p... yes | |
| checking for __builtin_add_overflow with long long arguments... yes | |
| checking for __builtin_sub_overflow... yes | |
| checking for __builtin_sub_overflow_p... yes | |
| checking for __builtin_sub_overflow with long long arguments... yes | |
| checking for __builtin_mul_overflow... yes | |
| checking for __builtin_mul_overflow_p... yes | |
| checking for __builtin_mul_overflow with long long arguments... yes | |
| checking whether qsort_r is GNU version... yes | |
| checking whether qsort_r is BSD version... no | |
| checking whether atan2 handles Inf as C99... yes | |
| checking for clock_getres... yes | |
| checking for timer_create in -lrt... yes | |
| checking for timer_settime in -lrt... yes | |
| checking for unsetenv returns a value... yes | |
| checking whether struct tm is in sys/time.h or time.h... time.h | |
| checking for struct tm.tm_zone... yes | |
| checking for struct tm.tm_gmtoff... yes | |
| checking for external int daylight... yes | |
| checking for negative time_t for gmtime(3)... yes | |
| checking for localtime(3) overflow correctly... yes | |
| checking for sig_t... yes | |
| checking whether right shift preserve sign bit... yes | |
| checking whether _SC_CLK_TCK is supported... yes | |
| checking stack growing direction on x86_64... -1 | |
| checking native coroutine implementation for x86_64-linux... amd64 | |
| checking whether pthread_t is scalar type... yes | |
| checking for sched_yield... yes | |
| checking for pthread_attr_setinheritsched... yes | |
| checking for pthread_attr_get_np... no | |
| checking for pthread_attr_getstack... yes | |
| checking for pthread_attr_getguardsize... yes | |
| checking for pthread_get_stackaddr_np... no | |
| checking for pthread_get_stacksize_np... no | |
| checking for thr_stksegment... no | |
| checking for pthread_stackseg_np... no | |
| checking for pthread_getthrds_np... no | |
| checking for pthread_condattr_setclock... yes | |
| checking for pthread_setname_np... yes | |
| checking for pthread_set_name_np... no | |
| checking for pthread_sigmask... yes | |
| checking for pthread_getattr_np... yes | |
| checking arguments of pthread_setname_np... (pthread_self(), name) | |
| checking for thread-local storage specifier... _Thread_local | |
| checking if mcontext_t is a pointer... no | |
| checking for getcontext... yes | |
| checking for setcontext... yes | |
| checking if fork works with pthread... yes | |
| checking for sys/user.h... yes | |
| checking whether PAGE_SIZE is compile-time const... no | |
| checking ioctl request type... unsigned long | |
| checking for elf.h... yes | |
| checking for elf_abi.h... no | |
| checking for uncompress in -lz... yes | |
| checking for mach-o/loader.h... no | |
| checking whether OS depend dynamic link works... yes | |
| checking for backtrace... yes | |
| checking for broken backtrace... no | |
| checking for valgrind/memcheck.h... no | |
| checking for strip flags... -S -x | |
| checking whether -Wl,--no-as-needed is accepted as LDFLAGS... yes | |
| checking whether -Wl,--no-undefined is accepted as LDFLAGS... yes | |
| checking whether wrapper for LD_LIBRARY_PATH is needed... no | |
| checking whether dtrace USDT is available... no | |
| checking for __builtin_setjmp... yes | |
| checking for _setjmpex as a macro or function... no | |
| checking for _setjmp as a macro or function... yes | |
| checking for setjmp type... __builtin_setjmp | |
| checking if building with modular GC support... no | |
| checking for rustc... rustc | |
| checking whether rustc works for YJIT... yes | |
| checking prerequisites for ZJIT... yes | |
| checking for prefix of external symbols... NONE | |
| checking for default symbols in empty shared library... | |
| .ext/include/x86_64-linux/ruby/config.h updated | |
| configure: ruby library version = 4.0.0 | |
| configure: creating ./config.status | |
| config.status: creating GNUmakefile | |
| config.status: creating Makefile | |
| --- | |
| Configuration summary for ruby version 4.0.0 | |
| * Installation prefix: /home/user/.asdf/installs/ruby/4.0.0 | |
| * exec prefix: ${prefix} | |
| * arch: x86_64-linux | |
| * site arch: ${arch} | |
| * RUBY_BASE_NAME: ruby | |
| * enable shared: yes | |
| * ruby lib prefix: ${libdir}/${RUBY_BASE_NAME} | |
| * site libraries path: ${rubylibprefix}/${sitearch} | |
| * vendor path: ${rubylibprefix}/vendor_ruby | |
| * target OS: linux | |
| * compiler: gcc | |
| * with thread: pthread | |
| * with coroutine: amd64 | |
| * with modular GC: no | |
| * enable shared libs: yes | |
| * dynamic library ext: so | |
| * CFLAGS: ${hardenflags} ${optflags} ${debugflags} \ | |
| ${warnflags} | |
| * LDFLAGS: -L. -fstack-protector-strong -rdynamic \ | |
| -Wl,-export-dynamic -Wl,--no-as-needed | |
| * DLDFLAGS: -Wl,--compress-debug-sections=zlib | |
| * optflags: -O3 -fno-fast-math | |
| * debugflags: -ggdb3 | |
| * warnflags: -Wall -Wextra -Wdeprecated-declarations \ | |
| -Wdiv-by-zero -Wduplicated-cond \ | |
| -Wimplicit-function-declaration -Wimplicit-int \ | |
| -Wpointer-arith -Wwrite-strings \ | |
| -Wold-style-definition -Wimplicit-fallthrough=0 \ | |
| -Wmissing-noreturn -Wno-cast-function-type \ | |
| -Wno-constant-logical-operand -Wno-long-long \ | |
| -Wno-missing-field-initializers \ | |
| -Wno-overlength-strings \ | |
| -Wno-packed-bitfield-compat \ | |
| -Wno-parentheses-equality -Wno-self-assign \ | |
| -Wno-tautological-compare -Wno-unused-parameter \ | |
| -Wno-unused-value -Wsuggest-attribute=format \ | |
| -Wsuggest-attribute=noreturn -Wunused-variable \ | |
| -Wmisleading-indentation -Wundef | |
| * hardenflags: -fstack-protector-strong -U_FORTIFY_SOURCE \ | |
| -D_FORTIFY_SOURCE=2 | |
| * strip command: strip -S -x | |
| * install doc: rdoc | |
| * YJIT support: yes | |
| * ZJIT support: yes | |
| * man page type: doc | |
| * BASERUBY -v: ruby 3.4.7 (2025-10-08 revision 7a5688e2a2) \ | |
| +PRISM [x86_64-linux] | |
| --- | |
| -> make -j 32 | |
| file2lastrev.rb: does not seem to be under a vcs: . | |
| sed -f ./tool/prereq.status ./common.mk ./prism/srcs.mk ./depend > uncommon.mk | |
| file2lastrev.rb: does not seem to be under a vcs: . | |
| BASERUBY = /home/user/.asdf/shims/ruby --disable=gems | |
| CC = gcc | |
| LD = ld | |
| LDSHARED = gcc -shared | |
| CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC | |
| XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir= | |
| CPPFLAGS = | |
| DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.4.0 -fstack-protector-strong | |
| SOLIBS = -lz -lrt -lrt -ldl -lcrypt -lm -lpthread | |
| LANG = en_US.UTF-8 | |
| LC_ALL = en_US.UTF-8 | |
| LC_CTYPE = | |
| MFLAGS = -j32 --jobserver-auth=7,8 | |
| RUSTC = rustc | |
| YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=rlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/target/release/' './yjit/src/lib.rs' | |
| ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=rlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/target/release/' './zjit/src/lib.rs' | |
| gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0 | |
| Copyright (C) 2021 Free Software Foundation, Inc. | |
| This is free software; see the source for copying conditions. There is NO | |
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
| compiling ./main.c | |
| compiling dmydln.c | |
| compiling miniinit.c | |
| making dummy probes.h | |
| compiling ast.c | |
| compiling bignum.c | |
| compiling box.c | |
| compiling class.c | |
| compiling compar.c | |
| compiling compile.c | |
| compiling complex.c | |
| compiling concurrent_set.c | |
| compiling cont.c | |
| compiling debug.c | |
| compiling debug_counter.c | |
| compiling dir.c | |
| compiling dln_find.c | |
| compiling encoding.c | |
| compiling enum.c | |
| compiling enumerator.c | |
| compiling error.c | |
| compiling eval.c | |
| compiling file.c | |
| compiling gc.c | |
| compiling hash.c | |
| compiling imemo.c | |
| compiling inits.c | |
| compiling io.c | |
| compiling io_buffer.c | |
| compiling iseq.c | |
| compiling load.c | |
| compiling marshal.c | |
| compiling math.c | |
| compiling memory_view.c | |
| compiling node.c | |
| compiling node_dump.c | |
| compiling numeric.c | |
| compiling object.c | |
| compiling pack.c | |
| compiling pathname.c | |
| compiling parse.c | |
| compiling parser_st.c | |
| compiling proc.c | |
| compiling process.c | |
| compiling ractor.c | |
| compiling random.c | |
| compiling range.c | |
| compiling rational.c | |
| compiling re.c | |
| compiling regcomp.c | |
| compiling regenc.c | |
| compiling regerror.c | |
| compiling regexec.c | |
| compiling regparse.c | |
| compiling regsyntax.c | |
| compiling ruby.c | |
| compiling ruby_parser.c | |
| compiling scheduler.c | |
| compiling set.c | |
| compiling shape.c | |
| compiling signal.c | |
| compiling sprintf.c | |
| compiling st.c | |
| compiling strftime.c | |
| compiling string.c | |
| compiling struct.c | |
| compiling symbol.c | |
| compiling thread.c | |
| compiling time.c | |
| compiling transcode.c | |
| compiling util.c | |
| compiling variable.c | |
| compiling vm.c | |
| revision.h unchanged | |
| compiling vm_backtrace.c | |
| compiling vm_dump.c | |
| compiling vm_sync.c | |
| compiling vm_trace.c | |
| compiling weakmap.c | |
| compiling yjit.c | |
| compiling zjit.c | |
| compiling jit.c | |
| building libjit.rlib | |
| compiling ./missing/setproctitle.c | |
| compiling ./missing/strlcat.c | |
| compiling ./missing/strlcpy.c | |
| compiling addr2line.c | |
| compiling dln.c | |
| compiling localeinit.c | |
| compiling dmyext.c | |
| compiling dmyenc.c | |
| compiling array.c | |
| compiling version.c | |
| compiling prism/api_node.c | |
| compiling prism/api_pack.c | |
| compiling prism/diagnostic.c | |
| compiling prism/encoding.c | |
| compiling prism/extension.c | |
| compiling prism/node.c | |
| compiling prism/options.c | |
| compiling prism/pack.c | |
| compiling prism/prettyprint.c | |
| compiling prism/regexp.c | |
| compiling prism/serialize.c | |
| compiling prism/static_literals.c | |
| compiling prism/token_type.c | |
| compiling prism/util/pm_buffer.c | |
| compiling prism/util/pm_char.c | |
| compiling prism/util/pm_constant_pool.c | |
| compiling prism/util/pm_integer.c | |
| compiling prism/util/pm_list.c | |
| compiling prism/util/pm_memchr.c | |
| compiling prism/util/pm_newline_list.c | |
| compiling prism/util/pm_string.c | |
| /bin/sh ./tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp | |
| rbconfig.rb updated | |
| compiling prism/util/pm_strncasecmp.c | |
| compiling prism/util/pm_strpbrk.c | |
| compiling prism/prism.c | |
| compiling prism_init.c | |
| building libyjit.rlib | |
| building libzjit.rlib | |
| assembling coroutine/amd64/Context.S | |
| compiling enc/ascii.c | |
| compiling enc/us_ascii.c | |
| compiling enc/unicode.c | |
| compiling enc/utf_8.c | |
| compiling enc/trans/newline.c | |
| generating encdb.h | |
| generating x86_64-linux-fake.rb | |
| encdb.h updated | |
| creating verconf.h | |
| verconf.h updated | |
| compiling loadpath.c | |
| x86_64-linux-fake.rb updated | |
| generating enc.mk | |
| making srcs under enc | |
| make[1]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0' | |
| make[1]: Nothing to be done for 'srcs'. | |
| make[1]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0' | |
| generating transdb.h | |
| transdb.h updated | |
| building libruby.a | |
| partial linking /tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/target/release/libruby.a into /tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/target/release/libruby.o | |
| linking miniruby | |
| builtin_binary.rbbin updated | |
| ca7b47834c26467697b4352561866f9c505d600f66395ad2bdc4058970cc4521 builtin_binary.rbbin | |
| compiling builtin.c | |
| linking static-library libruby-static.a | |
| linking shared-library libruby.so.4.0.0 | |
| generating makefiles ext/configure-ext.mk | |
| making enc | |
| making trans | |
| make[1]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0' | |
| make[1]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0' | |
| compiling ./enc/encdb.c | |
| compiling ./enc/big5.c | |
| compiling ./enc/cesu_8.c | |
| compiling ./enc/cp949.c | |
| compiling ./enc/emacs_mule.c | |
| compiling ./enc/euc_jp.c | |
| compiling ./enc/euc_kr.c | |
| compiling ./enc/euc_tw.c | |
| compiling ./enc/gb2312.c | |
| compiling ./enc/gb18030.c | |
| ext/configure-ext.mk updated | |
| compiling ./enc/gbk.c | |
| compiling ./enc/iso_8859_1.c | |
| compiling ./enc/iso_8859_2.c | |
| make[1]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0' | |
| compiling ./enc/iso_8859_3.c | |
| compiling ./enc/iso_8859_4.c | |
| compiling ./enc/trans/transdb.c | |
| compiling ./enc/trans/big5.c | |
| compiling ./enc/trans/cesu_8.c | |
| compiling ./enc/iso_8859_5.c | |
| compiling ./enc/trans/chinese.c | |
| compiling ./enc/trans/ebcdic.c | |
| compiling ./enc/trans/emoji.c | |
| compiling ./enc/trans/emoji_iso2022_kddi.c | |
| compiling ./enc/trans/emoji_sjis_kddi.c | |
| compiling ./enc/trans/emoji_sjis_softbank.c | |
| compiling ./enc/trans/emoji_sjis_docomo.c | |
| configuring date | |
| configuring -test-/RUBY_ALIGNOF | |
| configuring coverage | |
| configuring cgi/escape | |
| compiling ./enc/trans/escape.c | |
| configuring continuation | |
| configuring digest | |
| configuring digest/bubblebabble | |
| configuring digest/md5 | |
| configuring erb/escape | |
| configuring etc | |
| compiling ./enc/trans/gb18030.c | |
| compiling ./enc/iso_8859_6.c | |
| compiling ./enc/iso_8859_7.c | |
| compiling ./enc/iso_8859_8.c | |
| compiling ./enc/trans/gbk.c | |
| compiling ./enc/trans/iso2022.c | |
| compiling ./enc/iso_8859_9.c | |
| compiling ./enc/iso_8859_10.c | |
| compiling ./enc/trans/japanese.c | |
| compiling ./enc/trans/japanese_euc.c | |
| compiling ./enc/iso_8859_11.c | |
| compiling ./enc/iso_8859_13.c | |
| compiling ./enc/iso_8859_14.c | |
| compiling ./enc/trans/japanese_sjis.c | |
| configuring io/console | |
| compiling ./enc/iso_8859_15.c | |
| configuring fcntl | |
| compiling ./enc/iso_8859_16.c | |
| configuring json | |
| configuring json/generator | |
| compiling ./enc/trans/korean.c | |
| compiling ./enc/koi8_r.c | |
| compiling ./enc/koi8_u.c | |
| compiling ./enc/shift_jis.c | |
| configuring monitor | |
| configuring objspace | |
| compiling ./enc/utf_16be.c | |
| compiling ./enc/utf_16le.c | |
| compiling ./enc/trans/single_byte.c | |
| compiling ./enc/utf_32be.c | |
| configuring -test-/abi | |
| configuring -test-/arith_seq/beg_len_step | |
| configuring openssl | |
| configuring -test-/arith_seq/extract | |
| configuring -test-/array/concat | |
| configuring -test-/array/resize | |
| configuring -test-/bignum | |
| compiling ./enc/utf_32le.c | |
| compiling ./enc/windows_31j.c | |
| configuring psych | |
| configuring -test-/box/yay1 | |
| compiling ./enc/windows_1250.c | |
| configuring -test-/box/yay2 | |
| configuring -test-/bug-14834 | |
| compiling ./enc/trans/utf8_mac.c | |
| compiling ./enc/windows_1251.c | |
| configuring -test-/bug-3571 | |
| configuring -test-/bug-5832 | |
| configuring -test-/bug_reporter | |
| compiling ./enc/windows_1252.c | |
| configuring -test-/class | |
| compiling ./enc/windows_1253.c | |
| configuring -test-/cxxanyargs | |
| compiling ./enc/trans/utf_16_32.c | |
| linking transcoder transdb.so | |
| linking transcoder cesu_8.so | |
| compiling ./enc/windows_1254.c | |
| configuring digest/rmd160 | |
| compiling ./enc/windows_1257.c | |
| linking encoding encdb.so | |
| linking transcoder ebcdic.so | |
| linking transcoder emoji.so | |
| linking encoding big5.so | |
| configuring -test-/debug | |
| configuring -test-/dln/empty | |
| configuring -test-/econv | |
| linking encoding cesu_8.so | |
| configuring -test-/ensure_and_callcc | |
| configuring -test-/enumerator_kw | |
| configuring -test-/eval | |
| linking transcoder emoji_iso2022_kddi.so | |
| configuring -test-/exception | |
| linking encoding cp949.so | |
| configuring -test-/fatal | |
| linking encoding emacs_mule.so | |
| configuring pty | |
| configuring -test-/file | |
| linking encoding euc_jp.so | |
| linking transcoder emoji_sjis_docomo.so | |
| linking encoding euc_kr.so | |
| linking transcoder emoji_sjis_kddi.so | |
| linking transcoder emoji_sjis_softbank.so | |
| linking encoding euc_tw.so | |
| linking encoding gb2312.so | |
| linking encoding gb18030.so | |
| linking transcoder escape.so | |
| linking transcoder iso2022.so | |
| linking encoding gbk.so | |
| linking encoding iso_8859_1.so | |
| linking transcoder japanese.so | |
| linking encoding iso_8859_2.so | |
| configuring rbconfig/sizeof | |
| linking encoding iso_8859_3.so | |
| linking transcoder single_byte.so | |
| linking encoding iso_8859_4.so | |
| linking transcoder chinese.so | |
| linking encoding iso_8859_5.so | |
| linking encoding iso_8859_6.so | |
| configuring digest/sha1 | |
| linking encoding iso_8859_7.so | |
| configuring ripper | |
| linking transcoder gb18030.so | |
| linking encoding iso_8859_8.so | |
| linking transcoder japanese_sjis.so | |
| linking encoding iso_8859_9.so | |
| linking encoding iso_8859_10.so | |
| configuring socket | |
| linking transcoder utf_16_32.so | |
| linking encoding iso_8859_11.so | |
| configuring rubyvm | |
| linking encoding iso_8859_13.so | |
| linking encoding iso_8859_14.so | |
| linking encoding iso_8859_15.so | |
| configuring stringio | |
| linking encoding iso_8859_16.so | |
| linking encoding koi8_r.so | |
| linking encoding koi8_u.so | |
| configuring strscan | |
| linking encoding shift_jis.so | |
| linking encoding utf_16be.so | |
| linking encoding utf_16le.so | |
| linking encoding utf_32be.so | |
| linking encoding utf_32le.so | |
| linking encoding windows_31j.so | |
| configuring zlib | |
| configuring bigdecimal-4.0.1/ext/bigdecimal | |
| configuring debug-1.11.1/ext/debug | |
| linking encoding windows_1250.so | |
| linking encoding windows_1252.so | |
| linking encoding windows_1251.so | |
| linking encoding windows_1253.so | |
| linking encoding windows_1254.so | |
| configuring fiddle-1.1.8/ext/fiddle | |
| configuring nkf-0.2.0/ext/nkf | |
| linking encoding windows_1257.so | |
| configuring racc-1.8.1/ext/racc/cparse | |
| linking transcoder gbk.so | |
| configuring syslog-0.3.0/ext/syslog | |
| configuring rbs-3.10.0/ext/rbs_extension | |
| make[1]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0' | |
| configuring digest/sha2 | |
| linking transcoder korean.so | |
| linking transcoder utf8_mac.so | |
| linking transcoder japanese_euc.so | |
| configuring json/parser | |
| libffi_version: 3.4.2 | |
| linking transcoder big5.so | |
| make[1]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0' | |
| making encs | |
| make[1]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0' | |
| make[1]: Nothing to be done for 'encs'. | |
| make[1]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0' | |
| configuring -test-/float | |
| configuring -test-/funcall | |
| configuring -test-/gvl/call_without_gvl | |
| configuring -test-/hash | |
| configuring -test-/integer | |
| configuring -test-/iseq_load | |
| configuring -test-/iter | |
| configuring -test-/load/dot.dot | |
| configuring -test-/load/protect | |
| configuring -test-/load/resolve_symbol_resolver | |
| configuring -test-/load/resolve_symbol_target | |
| configuring -test-/load/stringify_symbols | |
| configuring -test-/load/stringify_target | |
| configuring -test-/marshal/compat | |
| configuring -test-/marshal/internal_ivar | |
| configuring -test-/marshal/usr | |
| configuring -test-/memory_status | |
| configuring -test-/memory_view | |
| configuring -test-/method | |
| configuring -test-/notimplement | |
| configuring -test-/num2int | |
| configuring -test-/path_to_class | |
| configuring -test-/popen_deadlock | |
| configuring -test-/postponed_job | |
| configuring -test-/printf | |
| configuring -test-/proc | |
| configuring -test-/public_header_warnings | |
| configuring -test-/random | |
| configuring -test-/rational | |
| configuring -test-/rb_call_super_kw | |
| configuring -test-/recursion | |
| configuring -test-/regexp | |
| configuring -test-/sanitizers | |
| configuring -test-/scan_args | |
| configuring -test-/scheduler | |
| configuring -test-/st/foreach | |
| configuring -test-/st/numhash | |
| configuring -test-/st/update | |
| configuring -test-/stack | |
| configuring -test-/string | |
| configuring -test-/struct | |
| configuring -test-/symbol | |
| configuring -test-/thread/id | |
| configuring -test-/thread/instrumentation | |
| configuring -test-/thread/lock_native_thread | |
| configuring -test-/time | |
| configuring -test-/tracepoint | |
| configuring -test-/typeddata | |
| configuring -test-/vm | |
| configuring -test-/wait | |
| configuring io/nonblock | |
| configuring io/wait | |
| make[1]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0' | |
| generating makefile exts.mk | |
| exts.mk updated | |
| make[1]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/arith_seq/extract' | |
| compiling extract.c | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/array/concat' | |
| compiling to_ary_concat.c | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/box/yay1' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/array/resize' | |
| compiling yay1.c | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/box/yay2' | |
| compiling resize.c | |
| compiling yay2.c | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/RUBY_ALIGNOF' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/arith_seq/beg_len_step' | |
| compiling c.c | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/bignum' | |
| compiling beg_len_step.c | |
| compiling big2str.c | |
| compiling cpp.cpp | |
| compiling bigzero.c | |
| compiling div.c | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/bug-3571' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/bug-5832' | |
| compiling bug.c | |
| compiling bug.c | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/cxxanyargs' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/bug_reporter' | |
| compiling bug_reporter.c | |
| compiling cxxanyargs.cpp | |
| compiling init.c | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/bug-14834' | |
| compiling bug-14834.c | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/class' | |
| compiling intpack.c | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/dln/empty' | |
| compiling empty.c | |
| compiling class2name.c | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/ensure_and_callcc' | |
| compiling mul.c | |
| compiling init.c | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/debug' | |
| compiling ensure_and_callcc.c | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/econv' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/enumerator_kw' | |
| compiling init.c | |
| compiling append.c | |
| compiling enumerator_kw.c | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/eval' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/exception' | |
| compiling eval.c | |
| compiling dataerror.c | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/fatal' | |
| compiling init.c | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/file' | |
| compiling fs.c | |
| compiling init.c | |
| linking shared-object -test-/box/yay1.so | |
| linking shared-object -test-/bug_5832.so | |
| compiling invalid.c | |
| linking shared-object -test-/bug_3571.so | |
| linking shared-object -test-/class.so | |
| compiling rb_fatal.c | |
| linking shared-object -test-/arith_seq/beg_len_step.so | |
| linking shared-object -test-/arith_seq/extract.so | |
| compiling str2big.c | |
| linking shared-object -test-/array/resize.so | |
| linking shared-object -test-/box/yay2.so | |
| compiling inspector.c | |
| linking shared-object -test-/bug_reporter.so | |
| linking shared-object -test-/array/to_ary_concat.so | |
| linking shared-object -test-/dln/empty.so | |
| compiling init.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/bug-5832' | |
| linking shared-object -test-/bug_14834.so | |
| compiling newline_conv.c | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/float' | |
| compiling init.c | |
| linking shared-object -test-/ensure_and_callcc.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/box/yay1' | |
| compiling enc_raise.c | |
| linking shared-object -test-/eval.so | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/funcall' | |
| compiling funcall.c | |
| compiling stat.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/bug-3571' | |
| compiling ensured.c | |
| compiling nextafter.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/arith_seq/beg_len_step' | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/arith_seq/extract' | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/array/resize' | |
| compiling init.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/class' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/gvl/call_without_gvl' | |
| compiling call_without_gvl.c | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/hash' | |
| linking shared-object -test-/enumerator_kw.so | |
| compiling delete.c | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/integer' | |
| compiling core_ext.c | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/iseq_load' | |
| compiling iseq_load.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/box/yay2' | |
| compiling init.c | |
| compiling init.c | |
| compiling my_integer.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/bug_reporter' | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/ensure_and_callcc' | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/dln/empty' | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/array/concat' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/iter' | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/bug-14834' | |
| compiling break.c | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/load/dot.dot' | |
| compiling dot.dot.c | |
| compiling init.c | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/load/protect' | |
| compiling protect.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/eval' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/load/resolve_symbol_resolver' | |
| compiling resolve_symbol_resolver.c | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/load/resolve_symbol_target' | |
| compiling resolve_symbol_target.c | |
| linking shared-object -test-/econv.so | |
| linking shared-object -test-/RUBY_ALIGNOF.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/enumerator_kw' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/load/stringify_symbols' | |
| compiling yield.c | |
| compiling stringify_symbols.c | |
| compiling profile_frames.c | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/load/stringify_target' | |
| compiling stringify_target.c | |
| linking shared-object -test-/fatal.so | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/marshal/compat' | |
| linking shared-object -test-/bignum.so | |
| compiling usrcompat.c | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/marshal/internal_ivar' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/marshal/usr' | |
| compiling usrmarshal.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/econv' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/memory_view' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/method' | |
| compiling memory_view.c | |
| compiling arity.c | |
| compiling internal_ivar.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/RUBY_ALIGNOF' | |
| compiling init.c | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/notimplement' | |
| compiling bug.c | |
| linking shared-object -test-/hash.so | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/num2int' | |
| compiling num2int.c | |
| linking shared-object -test-/float.so | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/path_to_class' | |
| linking shared-object -test-/gvl/call_without_gvl.so | |
| compiling path_to_class.c | |
| linking shared-object -test-/cxxanyargs.so | |
| linking shared-object -test-/file.so | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/popen_deadlock' | |
| compiling infinite_loop_dlsym.c | |
| linking shared-object -test-/load/dot.dot.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/fatal' | |
| linking shared-object -test-/exception.so | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/postponed_job' | |
| compiling postponed_job.c | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/printf' | |
| compiling printf.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/bignum' | |
| linking shared-object -test-/funcall.so | |
| linking shared-object -test-/iseq_load.so | |
| linking shared-object -test-/load/resolve_symbol_target.so | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/proc' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/random' | |
| compiling init.c | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/rational' | |
| compiling rat.c | |
| compiling bad_version.c | |
| linking shared-object -test-/load/resolve_symbol_resolver.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/hash' | |
| compiling init.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/load/dot.dot' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/rb_call_super_kw' | |
| compiling rb_call_super_kw.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/float' | |
| compiling loop.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/file' | |
| compiling receiver.c | |
| linking shared-object -test-/load/protect.so | |
| linking shared-object -test-/iter.so | |
| linking shared-object -test-/load/stringify_symbols.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/gvl/call_without_gvl' | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/exception' | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/iseq_load' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/recursion' | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/funcall' | |
| compiling recursion.c | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/regexp' | |
| compiling init.c | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/sanitizers' | |
| compiling sanitizers.c | |
| linking shared-object -test-/marshal/compat.so | |
| linking shared-object -test-/load/stringify_target.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/load/resolve_symbol_resolver' | |
| compiling parse_depth_limit.c | |
| compiling super.c | |
| linking shared-object -test-/marshal/internal_ivar.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/load/resolve_symbol_target' | |
| linking shared-object -test-/marshal/usr.so | |
| linking shared-object -test-/debug.so | |
| linking shared-object -test-/notimplement.so | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/scan_args' | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/cxxanyargs' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/scheduler' | |
| compiling scheduler.c | |
| compiling scan_args.c | |
| linking shared-object -test-/method.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/load/protect' | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/load/stringify_target' | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/load/stringify_symbols' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/st/foreach' | |
| compiling foreach.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/marshal/compat' | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/iter' | |
| linking shared-object -test-/path_to_class.so | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/st/numhash' | |
| compiling numhash.c | |
| linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/stack' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/struct' | |
| compiling stack.c | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/st/update' | |
| compiling data.c | |
| compiling update.c | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/string' | |
| compiling capacity.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/notimplement' | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/marshal/usr' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/symbol' | |
| compiling init.c | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/thread/id' | |
| compiling id.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/marshal/internal_ivar' | |
| compiling type.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/debug' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/thread/instrumentation' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/thread/lock_native_thread' | |
| compiling instrumentation.c | |
| compiling duplicate.c | |
| compiling coderange.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/method' | |
| compiling init.c | |
| compiling cstr.c | |
| compiling lock_native_thread.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/path_to_class' | |
| linking shared-object -test-/rb_call_super_kw.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/popen_deadlock' | |
| linking shared-object -test-/num2int.so | |
| linking shared-object -test-/random.so | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/time' | |
| compiling init.c | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/tracepoint' | |
| compiling gc_hook.c | |
| compiling len.c | |
| linking shared-object -test-/regexp.so | |
| linking shared-object -test-/sanitizers.so | |
| linking shared-object -test-/recursion.so | |
| linking shared-object -test-/proc.so | |
| linking shared-object -test-/postponed_job.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/rb_call_super_kw' | |
| compiling member.c | |
| linking shared-object -test-/scheduler.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/num2int' | |
| compiling tracepoint.c | |
| linking shared-object -test-/printf.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/random' | |
| compiling new.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/sanitizers' | |
| compiling ellipsize.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/regexp' | |
| compiling enc_associate.c | |
| linking shared-object -test-/st/update.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/recursion' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/typeddata' | |
| linking shared-object -test-/integer.so | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/vm' | |
| compiling typeddata.c | |
| compiling at_exit.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/postponed_job' | |
| compiling enc_dummy.c | |
| compiling enc_str_buf_cat.c | |
| compiling fstring.c | |
| linking shared-object -test-/st/foreach.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/proc' | |
| linking shared-object -test-/stack.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/printf' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/cgi/escape' | |
| compiling escape.c | |
| linking shared-object -test-/memory_view.so | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/wait' | |
| compiling wait.c | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/continuation' | |
| compiling continuation.c | |
| linking shared-object -test-/thread/id.so | |
| compiling init.c | |
| linking shared-object -test-/symbol.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/scheduler' | |
| linking shared-object -test-/st/numhash.so | |
| compiling modify.c | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/coverage' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/date' | |
| compiling coverage.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/st/update' | |
| compiling date_core.c | |
| linking shared-object -test-/thread/lock_native_thread.so | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/digest' | |
| compiling digest.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/integer' | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/st/foreach' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/erb/escape' | |
| compiling escape.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/stack' | |
| compiling new.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/thread/id' | |
| compiling date_parse.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/memory_view' | |
| linking shared-object -test-/struct.so | |
| compiling nofree.c | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/etc' | |
| compiling etc.c | |
| linking shared-object -test-/thread/instrumentation.so | |
| compiling date_strftime.c | |
| compiling date_strptime.c | |
| compiling normalize.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/symbol' | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/thread/lock_native_thread' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/fcntl' | |
| compiling fcntl.c | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/io/console' | |
| compiling console.c | |
| linking shared-object -test-/time.so | |
| compiling qsort.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/st/numhash' | |
| linking shared-object -test-/vm/at_exit.so | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/io/nonblock' | |
| compiling nonblock.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/thread/instrumentation' | |
| linking shared-object -test-/tracepoint.so | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/io/wait' | |
| compiling wait.c | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/json' | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/struct' | |
| linking shared-object -test-/rational.so | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/monitor' | |
| compiling monitor.c | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/objspace' | |
| compiling object_tracing.c | |
| linking shared-object continuation.so | |
| linking shared-object -test-/typeddata.so | |
| compiling objspace.c | |
| installing default monitor libraries | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/time' | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/vm' | |
| compiling objspace_dump.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/tracepoint' | |
| installing default date_core libraries | |
| linking shared-object -test-/wait.so | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/psych' | |
| compiling psych.c | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/openssl' | |
| compiling ossl.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/json' | |
| compiling rb_interned_str.c | |
| installing default console libraries | |
| compiling psych_emitter.c | |
| installing default objspace libraries | |
| compiling psych_parser.c | |
| compiling rb_str_dup.c | |
| installing digest libraries | |
| compiling psych_to_ruby.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/rational' | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/typeddata' | |
| compiling ossl_asn1.c | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/pty' | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/continuation' | |
| compiling pty.c | |
| compiling set_len.c | |
| linking shared-object erb/escape.so | |
| linking shared-object fcntl.so | |
| installing default pty libraries | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/rbconfig/sizeof' | |
| compiling sizes.c | |
| compiling limits.c | |
| linking shared-object io/wait.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/wait' | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/erb/escape' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/ripper' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/rubyvm' | |
| compiling eventids1.c | |
| installing default libraries | |
| linking shared-object io/nonblock.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/rubyvm' | |
| compiling ossl_bio.c | |
| linking shared-object cgi/escape.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/fcntl' | |
| compiling ossl_bn.c | |
| compiling psych_yaml_tree.c | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/socket' | |
| compiling eventids2.c | |
| compiling init.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/io/nonblock' | |
| compiling ossl_cipher.c | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/stringio' | |
| compiling stringio.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/io/wait' | |
| compiling ripper.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/cgi/escape' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/strscan' | |
| compiling strscan.c | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/zlib' | |
| linking shared-object -test-/string.so | |
| installing default digest libraries | |
| linking shared-object digest.so | |
| compiling zlib.c | |
| compiling ripper_init.c | |
| linking shared-object monitor.so | |
| linking shared-object coverage.so | |
| linking shared-object etc.so | |
| linking shared-object rbconfig/sizeof.so | |
| compiling constants.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/digest' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal' | |
| linking shared-object pty.so | |
| compiling bigdecimal.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/monitor' | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/rbconfig/sizeof' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/.bundle/gems/debug-1.11.1/ext/debug' | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/etc' | |
| compiling debug.c | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/.bundle/gems/fiddle-1.1.8/ext/fiddle' | |
| compiling closure.c | |
| compiling iseq_collector.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/coverage' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/.bundle/gems/nkf-0.2.0/ext/nkf' | |
| compiling conversions.c | |
| compiling fiddle.c | |
| compiling nkf.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/string' | |
| compiling function.c | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/.bundle/gems/racc-1.8.1/ext/racc/cparse' | |
| compiling cparse.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/pty' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/.bundle/gems/syslog-0.3.0/ext/syslog' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/.bundle/gems/rbs-3.10.0/ext/rbs_extension' | |
| compiling syslog.c | |
| compiling ossl_config.c | |
| compiling ../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension/../../src/ast.c | |
| compiling ossl_digest.c | |
| linking shared-object -test-/scan_args.so | |
| compiling ../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension/../../src/lexer.c | |
| compiling ../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension/../../src/lexstate.c | |
| linking shared-object objspace.so | |
| compiling handle.c | |
| linking shared-object debug/debug.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/-test-/scan_args' | |
| compiling memory_view.c | |
| checking ../.././parse.y and ../.././ext/ripper/eventids2.c | |
| compiling pinned.c | |
| compiling basicsocket.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/.bundle/gems/debug-1.11.1/ext/debug' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/digest/bubblebabble' | |
| compiling bubblebabble.c | |
| linking shared-object io/console.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/objspace' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/digest/md5' | |
| compiling md5init.c | |
| linking shared-object psych.so | |
| compiling pointer.c | |
| installing default ripper libraries | |
| linking shared-object syslog_ext.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/io/console' | |
| compiling socket.c | |
| compiling md5.c | |
| compiling ../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension/../../src/location.c | |
| compiling ../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension/../../src/parser.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/.bundle/gems/syslog-0.3.0/ext/syslog' | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/psych' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/digest/rmd160' | |
| compiling missing.c | |
| compiling rmd160init.c | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/digest/sha1' | |
| compiling sha1init.c | |
| compiling ipsocket.c | |
| compiling rmd160.c | |
| linking shared-object digest/bubblebabble.so | |
| compiling tcpsocket.c | |
| linking shared-object racc/cparse.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/digest/bubblebabble' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/digest/sha2' | |
| compiling sha2init.c | |
| compiling sha2.c | |
| compiling ossl_engine.c | |
| compiling sha1.c | |
| installing default sha2 libraries | |
| compiling ossl_hmac.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/.bundle/gems/racc-1.8.1/ext/racc/cparse' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/json/generator' | |
| compiling generator.c | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/json/parser' | |
| compiling parser.c | |
| compiling ossl_kdf.c | |
| compiling ossl_ns_spki.c | |
| linking shared-object digest/md5.so | |
| compiling ossl_ocsp.c | |
| compiling ossl_pkcs12.c | |
| compiling ossl_pkcs7.c | |
| compiling ossl_pkey.c | |
| installing default strscan libraries | |
| linking shared-object strscan.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/digest/md5' | |
| compiling ossl_pkey_dh.c | |
| compiling ../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension/../../src/string.c | |
| compiling tcpserver.c | |
| compiling sockssocket.c | |
| compiling ../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension/../../src/util/rbs_allocator.c | |
| linking shared-object stringio.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/strscan' | |
| linking shared-object digest/rmd160.so | |
| compiling ../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension/../../src/util/rbs_assert.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/stringio' | |
| compiling ../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension/../../src/util/rbs_buffer.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/digest/rmd160' | |
| compiling ../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension/../../src/util/rbs_constant_pool.c | |
| compiling ../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension/../../src/util/rbs_encoding.c | |
| linking shared-object digest/sha1.so | |
| compiling ../../../../.././.bundle/gems/rbs-3.10.0/ext/rbs_extension/../../src/util/rbs_unescape.c | |
| compiling ast_translation.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/digest/sha1' | |
| compiling ossl_pkey_dsa.c | |
| compiling class_constants.c | |
| linking shared-object digest/sha2.so | |
| compiling udpsocket.c | |
| linking shared-object fiddle.so | |
| compiling unixsocket.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/digest/sha2' | |
| compiling ossl_pkey_ec.c | |
| compiling legacy_location.c | |
| compiling main.c | |
| compiling ossl_pkey_rsa.c | |
| compiling ossl_provider.c | |
| compiling unixserver.c | |
| compiling ossl_rand.c | |
| compiling ossl_ssl.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/.bundle/gems/fiddle-1.1.8/ext/fiddle' | |
| compiling ossl_ssl_session.c | |
| compiling ossl_ts.c | |
| compiling rbs_string_bridging.c | |
| compiling option.c | |
| compiling ancdata.c | |
| compiling raddrinfo.c | |
| compiling ossl_x509.c | |
| compiling ossl_x509attr.c | |
| compiling ifaddr.c | |
| installing default socket libraries | |
| compiling ossl_x509cert.c | |
| compiling ossl_x509crl.c | |
| compiling ossl_x509ext.c | |
| compiling ossl_x509name.c | |
| compiling ossl_x509req.c | |
| compiling ossl_x509revoked.c | |
| compiling ossl_x509store.c | |
| linking shared-object json/ext/parser.so | |
| linking shared-object rbs_extension.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/json/parser' | |
| linking shared-object zlib.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/.bundle/gems/rbs-3.10.0/ext/rbs_extension' | |
| linking shared-object nkf.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/zlib' | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/.bundle/gems/nkf-0.2.0/ext/nkf' | |
| linking shared-object json/ext/generator.so | |
| linking shared-object socket.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/json/generator' | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/socket' | |
| linking shared-object openssl.so | |
| linking shared-object bigdecimal.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal' | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/openssl' | |
| linking shared-object date_core.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/date' | |
| linking shared-object ripper.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/ripper' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0' | |
| file2lastrev.rb: does not seem to be under a vcs: . | |
| revision.h unchanged | |
| linking ruby | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0' | |
| make[1]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0' | |
| make[1]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0' | |
| make[1]: Nothing to be done for 'note'. | |
| make[1]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0' | |
| -> make install | |
| file2lastrev.rb: does not seem to be under a vcs: . | |
| BASERUBY = /home/user/.asdf/shims/ruby --disable=gems | |
| CC = gcc | |
| LD = ld | |
| LDSHARED = gcc -shared | |
| CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC | |
| XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I./include -I. -I./prism -I./enc/unicode/17.0.0 -Dmodular_gc_dir= | |
| CPPFLAGS = | |
| DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.4.0 -fstack-protector-strong | |
| SOLIBS = -lz -lrt -lrt -ldl -lcrypt -lm -lpthread | |
| LANG = en_US.UTF-8 | |
| LC_ALL = en_US.UTF-8 | |
| LC_CTYPE = | |
| MFLAGS = | |
| RUSTC = rustc | |
| YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=rlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/target/release/' './yjit/src/lib.rs' | |
| ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=rlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/target/release/' './zjit/src/lib.rs' | |
| gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0 | |
| Copyright (C) 2021 Free Software Foundation, Inc. | |
| This is free software; see the source for copying conditions. There is NO | |
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
| revision.h unchanged | |
| generating x86_64-linux-fake.rb | |
| x86_64-linux-fake.rb updated | |
| generating enc.mk | |
| making srcs under enc | |
| make[1]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0' | |
| make[1]: Nothing to be done for 'srcs'. | |
| make[1]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0' | |
| generating transdb.h | |
| transdb.h unchanged | |
| generating makefiles ext/configure-ext.mk | |
| ext/configure-ext.mk updated | |
| make[1]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0' | |
| make[1]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0' | |
| generating makefile exts.mk | |
| exts.mk unchanged | |
| make[1]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/coverage' | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/coverage' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/date' | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/date' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/digest' | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/digest' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/digest/sha2' | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/digest/sha2' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/io/console' | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/io/console' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/json' | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/json' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/monitor' | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/monitor' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/objspace' | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/objspace' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/openssl' | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/openssl' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/psych' | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/psych' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/pty' | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/pty' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/ripper' | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/ripper' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/rubyvm' | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/rubyvm' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/socket' | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/socket' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/strscan' | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/ext/strscan' | |
| make[2]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0' | |
| file2lastrev.rb: does not seem to be under a vcs: . | |
| revision.h unchanged | |
| make[2]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0' | |
| make[1]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0' | |
| make[1]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0' | |
| make[1]: Nothing to be done for 'note'. | |
| make[1]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0' | |
| making enc | |
| make[1]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0' | |
| make[1]: Nothing to be done for 'enc'. | |
| make[1]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0' | |
| making trans | |
| make[1]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0' | |
| make[1]: Nothing to be done for 'trans'. | |
| make[1]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0' | |
| making encs | |
| make[1]: Entering directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0' | |
| make[1]: Nothing to be done for 'encs'. | |
| make[1]: Leaving directory '/tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0' | |
| Generating RDoc documentation | |
| Parsing sources... | |
| 0% [ 1/760] /tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/rbconfig.rb | |
| 0% [ 2/760] COPYING | |
| 0% [ 3/760] COPYING.ja | |
| 0% [ 4/760] LEGAL | |
| 0% [ 5/760] NEWS.md | |
| 0% [ 6/760] README.ja.md | |
| 0% [ 7/760] README.md | |
| 1% [ 8/760] addr2line.c | |
| 1% [ 9/760] array.c | |
| 1% [10/760] array.rb | |
| 1% [11/760] ast.c | |
| 1% [12/760] ast.rb | |
| 1% [13/760] bignum.c | |
| 1% [14/760] box.c | |
| 1% [15/760] builtin.c | |
| 2% [16/760] class.c | |
| 2% [17/760] compar.c | |
| 2% [18/760] compile.c | |
| 2% [19/760] complex.c | |
| 2% [20/760] concurrent_set.c | |
| 2% [21/760] cont.c | |
| 2% [22/760] debug.c | |
| 3% [23/760] debug_counter.c | |
| 3% [24/760] dir.c | |
| 3% [25/760] dir.rb | |
| 3% [26/760] dln.c | |
| 3% [27/760] dln_find.c | |
| 3% [28/760] dmydln.c | |
| 3% [29/760] dmyenc.c | |
| 3% [30/760] dmyext.c | |
| 4% [31/760] doc/NEWS/NEWS-1.8.7 | |
| 4% [32/760] doc/NEWS/NEWS-1.9.1 | |
| 4% [33/760] doc/NEWS/NEWS-1.9.2 | |
| 4% [34/760] doc/NEWS/NEWS-1.9.3 | |
| 4% [35/760] doc/NEWS/NEWS-2.0.0 | |
| 4% [36/760] doc/NEWS/NEWS-2.1.0 | |
| 4% [37/760] doc/NEWS/NEWS-2.2.0 | |
| 5% [38/760] doc/NEWS/NEWS-2.3.0 | |
| 5% [39/760] doc/NEWS/NEWS-2.4.0 | |
| 5% [40/760] doc/NEWS/NEWS-2.5.0 | |
| 5% [41/760] doc/NEWS/NEWS-2.6.0 | |
| 5% [42/760] doc/NEWS/NEWS-2.7.0 | |
| 5% [43/760] doc/NEWS/NEWS-3.0.0.md | |
| 5% [44/760] doc/NEWS/NEWS-3.1.0.md | |
| 5% [45/760] doc/NEWS/NEWS-3.2.0.md | |
| 6% [46/760] doc/NEWS/NEWS-3.3.0.md | |
| 6% [47/760] doc/NEWS/NEWS-3.4.0.md | |
| 6% [48/760] doc/contributing/bug_triaging.rdoc | |
| 6% [49/760] doc/contributing/building_ruby.md | |
| 6% [50/760] doc/contributing/concurrency_guide.md | |
| 6% [51/760] doc/contributing/contributing.md | |
| 6% [52/760] doc/contributing/documentation_guide.md | |
| 6% [53/760] doc/contributing/dtrace_probes.rdoc | |
| 7% [54/760] doc/contributing/glossary.md | |
| 7% [55/760] doc/contributing/making_changes_to_ruby.md | |
| 7% [56/760] doc/contributing/making_changes_to_stdlibs.md | |
| 7% [57/760] doc/contributing/memory_view.md | |
| 7% [58/760] doc/contributing/reporting_issues.md | |
| 7% [59/760] doc/contributing/testing_ruby.md | |
| 7% [60/760] doc/contributing/vm_stack_and_frames.md | |
| 8% [61/760] doc/distribution/distribution.md | |
| 8% [62/760] doc/distribution/windows.md | |
| 8% [63/760] doc/extension.ja.rdoc | |
| 8% [64/760] doc/extension.rdoc | |
| 8% [65/760] doc/float.rb | |
| 8% [66/760] doc/index.md | |
| 8% [67/760] doc/jit/yjit.md | |
| 8% [68/760] doc/jit/zjit.md | |
| 9% [69/760] doc/language/box.md | |
| 9% [70/760] doc/language/bsearch.rdoc | |
| 9% [71/760] doc/language/calendars.rdoc | |
| 9% [72/760] doc/language/case_mapping.rdoc | |
| 9% [73/760] doc/language/character_selectors.rdoc | |
| 9% [74/760] doc/language/dig_methods.rdoc | |
| 9% [75/760] doc/language/encodings.rdoc | |
| 10% [76/760] doc/language/exceptions.md | |
| 10% [77/760] doc/language/fiber.md | |
| 10% [78/760] doc/language/format_specifications.rdoc | |
| 10% [79/760] doc/language/globals.md | |
| 10% [80/760] doc/language/hash_inclusion.rdoc | |
| 10% [81/760] doc/language/implicit_conversion.rdoc | |
| 10% [82/760] doc/language/marshal.rdoc | |
| 10% [83/760] doc/language/option_dump.md | |
| 11% [84/760] doc/language/options.md | |
| 11% [85/760] doc/language/packed_data.rdoc | |
| 11% [86/760] doc/language/ractor.md | |
| 11% [87/760] doc/language/regexp/methods.rdoc | |
| 11% [88/760] doc/language/regexp/unicode_properties.rdoc | |
| 11% [89/760] doc/language/signals.rdoc | |
| 11% [90/760] doc/language/strftime_formatting.rdoc | |
| 11% [91/760] doc/maintainers.md | |
| 12% [92/760] doc/optparse/argument_converters.rdoc | |
| 12% [93/760] doc/optparse/creates_option.rdoc | |
| 12% [94/760] doc/optparse/option_params.rdoc | |
| 12% [95/760] doc/optparse/tutorial.rdoc | |
| 12% [96/760] doc/security/command_injection.rdoc | |
| 12% [97/760] doc/security/security.rdoc | |
| 12% [98/760] doc/standard_library.md | |
| 13% [99/760] doc/string.rb | |
| 13% [100/760] doc/syntax.rdoc | |
| 13% [101/760] doc/syntax/assignment.rdoc | |
| 13% [102/760] doc/syntax/calling_methods.rdoc | |
| 13% [103/760] doc/syntax/comments.rdoc | |
| 13% [104/760] doc/syntax/control_expressions.rdoc | |
| 13% [105/760] doc/syntax/exceptions.rdoc | |
| 13% [106/760] doc/syntax/keywords.rdoc | |
| 14% [107/760] doc/syntax/layout.rdoc | |
| 14% [108/760] doc/syntax/literals.rdoc | |
| 14% [109/760] doc/syntax/methods.rdoc | |
| 14% [110/760] doc/syntax/miscellaneous.rdoc | |
| 14% [111/760] doc/syntax/modules_and_classes.rdoc | |
| 14% [112/760] doc/syntax/operators.rdoc | |
| 14% [113/760] doc/syntax/pattern_matching.rdoc | |
| 15% [114/760] doc/syntax/precedence.rdoc | |
| 15% [115/760] doc/syntax/refinements.rdoc | |
| 15% [116/760] encoding.c | |
| 15% [117/760] enum.c | |
| 15% [118/760] enumerator.c | |
| 15% [119/760] error.c | |
| 15% [120/760] eval.c | |
| 15% [121/760] eval_error.c | |
| 16% [122/760] eval_jump.c | |
| 16% [123/760] ext/cgi/escape/escape.c | |
| 16% [124/760] ext/continuation/continuation.c | |
| 16% [125/760] ext/coverage/coverage.c | |
| 16% [126/760] ext/coverage/lib/coverage.rb | |
| 16% [127/760] ext/date/date_core.c | |
| 16% [128/760] ext/date/date_parse.c | |
| 16% [129/760] ext/date/date_strftime.c | |
| 17% [130/760] ext/date/date_strptime.c | |
| 17% [131/760] ext/date/lib/date.rb | |
| 17% [132/760] ext/digest/bubblebabble/bubblebabble.c | |
| 17% [133/760] ext/digest/digest.c | |
| 17% [134/760] ext/digest/lib/digest.rb | |
| 17% [135/760] ext/digest/lib/digest/loader.rb | |
| 17% [136/760] ext/digest/lib/digest/version.rb | |
| 18% [137/760] ext/digest/md5/md5init.c | |
| 18% [138/760] ext/digest/rmd160/rmd160init.c | |
| 18% [139/760] ext/digest/sha1/sha1init.c | |
| 18% [140/760] ext/digest/sha2/lib/sha2.rb | |
| 18% [141/760] ext/digest/sha2/lib/sha2/loader.rb | |
| 18% [142/760] ext/digest/sha2/sha2init.c | |
| 18% [143/760] ext/etc/etc.c | |
| 18% [144/760] ext/fcntl/fcntl.c | |
| 19% [145/760] ext/io/console/console.c | |
| 19% [146/760] ext/io/nonblock/nonblock.c | |
| 19% [147/760] ext/io/wait/wait.c | |
| 19% [148/760] ext/json/generator/generator.c | |
| 19% [149/760] ext/json/lib/json.rb | |
| 19% [150/760] ext/json/lib/json/add/bigdecimal.rb | |
| 19% [151/760] ext/json/lib/json/add/complex.rb | |
| 20% [152/760] ext/json/lib/json/add/core.rb | |
| 20% [153/760] ext/json/lib/json/add/date.rb | |
| 20% [154/760] ext/json/lib/json/add/date_time.rb | |
| 20% [155/760] ext/json/lib/json/add/exception.rb | |
| 20% [156/760] ext/json/lib/json/add/ostruct.rb | |
| 20% [157/760] ext/json/lib/json/add/range.rb | |
| 20% [158/760] ext/json/lib/json/add/rational.rb | |
| 20% [159/760] ext/json/lib/json/add/regexp.rb | |
| 21% [160/760] ext/json/lib/json/add/set.rb | |
| 21% [161/760] ext/json/lib/json/add/string.rb | |
| 21% [162/760] ext/json/lib/json/add/struct.rb | |
| 21% [163/760] ext/json/lib/json/add/symbol.rb | |
| 21% [164/760] ext/json/lib/json/add/time.rb | |
| 21% [165/760] ext/json/lib/json/common.rb | |
| 21% [166/760] ext/json/lib/json/ext.rb | |
| 21% [167/760] ext/json/lib/json/ext/generator/state.rb | |
| 22% [168/760] ext/json/lib/json/generic_object.rb | |
| 22% [169/760] ext/json/lib/json/version.rb | |
| 22% [170/760] ext/json/parser/parser.c | |
| 22% [171/760] ext/monitor/lib/monitor.rb | |
| 22% [172/760] ext/monitor/monitor.c | |
| 22% [173/760] ext/objspace/lib/objspace.rb | |
| 22% [174/760] ext/objspace/lib/objspace/trace.rb | |
| 23% [175/760] ext/objspace/object_tracing.c | |
| 23% [176/760] ext/objspace/objspace.c | |
| 23% [177/760] ext/objspace/objspace_dump.c | |
| 23% [178/760] ext/openssl/lib/openssl.rb | |
| 23% [179/760] ext/openssl/lib/openssl/bn.rb | |
| 23% [180/760] ext/openssl/lib/openssl/buffering.rb | |
| 23% [181/760] ext/openssl/lib/openssl/cipher.rb | |
| 23% [182/760] ext/openssl/lib/openssl/digest.rb | |
| 24% [183/760] ext/openssl/lib/openssl/hmac.rb | |
| 24% [184/760] ext/openssl/lib/openssl/marshal.rb | |
| 24% [185/760] ext/openssl/lib/openssl/pkcs5.rb | |
| 24% [186/760] ext/openssl/lib/openssl/pkey.rb | |
| 24% [187/760] ext/openssl/lib/openssl/ssl.rb | |
| 24% [188/760] ext/openssl/lib/openssl/version.rb | |
| 24% [189/760] ext/openssl/lib/openssl/x509.rb | |
| 25% [190/760] ext/openssl/ossl.c | |
| 25% [191/760] ext/openssl/ossl_asn1.c | |
| 25% [192/760] ext/openssl/ossl_bio.c | |
| 25% [193/760] ext/openssl/ossl_bn.c | |
| 25% [194/760] ext/openssl/ossl_cipher.c | |
| 25% [195/760] ext/openssl/ossl_config.c | |
| 25% [196/760] ext/openssl/ossl_digest.c | |
| 25% [197/760] ext/openssl/ossl_engine.c | |
| 26% [198/760] ext/openssl/ossl_hmac.c | |
| 26% [199/760] ext/openssl/ossl_kdf.c | |
| 26% [200/760] ext/openssl/ossl_ns_spki.c | |
| 26% [201/760] ext/openssl/ossl_ocsp.c | |
| 26% [202/760] ext/openssl/ossl_pkcs12.c | |
| 26% [203/760] ext/openssl/ossl_pkcs7.c | |
| 26% [204/760] ext/openssl/ossl_pkey.c | |
| 26% [205/760] ext/openssl/ossl_pkey_dh.c | |
| 27% [206/760] ext/openssl/ossl_pkey_dsa.c | |
| 27% [207/760] ext/openssl/ossl_pkey_ec.c | |
| 27% [208/760] ext/openssl/ossl_pkey_rsa.c | |
| 27% [209/760] ext/openssl/ossl_rand.c | |
| 27% [210/760] ext/openssl/ossl_ssl.c | |
| 27% [211/760] ext/openssl/ossl_ssl_session.c | |
| 27% [212/760] ext/openssl/ossl_ts.c | |
| 28% [213/760] ext/openssl/ossl_x509.c | |
| 28% [214/760] ext/openssl/ossl_x509attr.c | |
| 28% [215/760] ext/openssl/ossl_x509cert.c | |
| 28% [216/760] ext/openssl/ossl_x509crl.c | |
| 28% [217/760] ext/openssl/ossl_x509ext.c | |
| 28% [218/760] ext/openssl/ossl_x509name.c | |
| 28% [219/760] ext/openssl/ossl_x509req.c | |
| 28% [220/760] ext/openssl/ossl_x509revoked.c | |
| 29% [221/760] ext/openssl/ossl_x509store.c | |
| 29% [222/760] ext/psych/lib/psych.rb | |
| 29% [223/760] ext/psych/lib/psych/class_loader.rb | |
| 29% [224/760] ext/psych/lib/psych/coder.rb | |
| 29% [225/760] ext/psych/lib/psych/core_ext.rb | |
| 29% [226/760] ext/psych/lib/psych/exception.rb | |
| 29% [227/760] ext/psych/lib/psych/handler.rb | |
| 30% [228/760] ext/psych/lib/psych/handlers/document_stream.rb | |
| 30% [229/760] ext/psych/lib/psych/handlers/recorder.rb | |
| 30% [230/760] ext/psych/lib/psych/json/ruby_events.rb | |
| 30% [231/760] ext/psych/lib/psych/json/stream.rb | |
| 30% [232/760] ext/psych/lib/psych/json/tree_builder.rb | |
| 30% [233/760] ext/psych/lib/psych/json/yaml_events.rb | |
| 30% [234/760] ext/psych/lib/psych/nodes.rb | |
| 30% [235/760] ext/psych/lib/psych/nodes/alias.rb | |
| 31% [236/760] ext/psych/lib/psych/nodes/document.rb | |
| 31% [237/760] ext/psych/lib/psych/nodes/mapping.rb | |
| 31% [238/760] ext/psych/lib/psych/nodes/node.rb | |
| 31% [239/760] ext/psych/lib/psych/nodes/scalar.rb | |
| 31% [240/760] ext/psych/lib/psych/nodes/sequence.rb | |
| 31% [241/760] ext/psych/lib/psych/nodes/stream.rb | |
| 31% [242/760] ext/psych/lib/psych/omap.rb | |
| 31% [243/760] ext/psych/lib/psych/parser.rb | |
| 32% [244/760] ext/psych/lib/psych/scalar_scanner.rb | |
| 32% [245/760] ext/psych/lib/psych/set.rb | |
| 32% [246/760] ext/psych/lib/psych/stream.rb | |
| 32% [247/760] ext/psych/lib/psych/streaming.rb | |
| 32% [248/760] ext/psych/lib/psych/syntax_error.rb | |
| 32% [249/760] ext/psych/lib/psych/tree_builder.rb | |
| 32% [250/760] ext/psych/lib/psych/versions.rb | |
| 33% [251/760] ext/psych/lib/psych/visitors.rb | |
| 33% [252/760] ext/psych/lib/psych/visitors/depth_first.rb | |
| 33% [253/760] ext/psych/lib/psych/visitors/emitter.rb | |
| 33% [254/760] ext/psych/lib/psych/visitors/json_tree.rb | |
| 33% [255/760] ext/psych/lib/psych/visitors/to_ruby.rb | |
| 33% [256/760] ext/psych/lib/psych/visitors/visitor.rb | |
| 33% [257/760] ext/psych/lib/psych/visitors/yaml_tree.rb | |
| 33% [258/760] ext/psych/lib/psych/y.rb | |
| 34% [259/760] ext/psych/psych.c | |
| 34% [260/760] ext/psych/psych_emitter.c | |
| 34% [261/760] ext/psych/psych_parser.c | |
| 34% [262/760] ext/psych/psych_to_ruby.c | |
| 34% [263/760] ext/psych/psych_yaml_tree.c | |
| 34% [264/760] ext/pty/lib/expect.rb | |
| 34% [265/760] ext/pty/pty.c | |
| 35% [266/760] ext/rbconfig/sizeof/limits.c | |
| 35% [267/760] ext/rbconfig/sizeof/sizes.c | |
| 35% [268/760] ext/ripper/lib/ripper.rb | |
| 35% [269/760] ext/ripper/lib/ripper/core.rb | |
| 35% [270/760] ext/ripper/lib/ripper/filter.rb | |
| 35% [271/760] ext/ripper/lib/ripper/lexer.rb | |
| 35% [272/760] ext/ripper/lib/ripper/sexp.rb | |
| 35% [273/760] ext/socket/ancdata.c | |
| 36% [274/760] ext/socket/basicsocket.c | |
| 36% [275/760] ext/socket/constants.c | |
| 36% [276/760] ext/socket/constdefs.c | |
| 36% [277/760] ext/socket/ifaddr.c | |
| 36% [278/760] ext/socket/init.c | |
| 36% [279/760] ext/socket/ipsocket.c | |
| 36% [280/760] ext/socket/lib/socket.rb | |
| 36% [281/760] ext/socket/option.c | |
| 37% [282/760] ext/socket/raddrinfo.c | |
| 37% [283/760] ext/socket/socket.c | |
| 37% [284/760] ext/socket/sockssocket.c | |
| 37% [285/760] ext/socket/tcpserver.c | |
| 37% [286/760] ext/socket/tcpsocket.c | |
| 37% [287/760] ext/socket/udpsocket.c | |
| 37% [288/760] ext/socket/unixserver.c | |
| 38% [289/760] ext/socket/unixsocket.c | |
| 38% [290/760] ext/stringio/stringio.c | |
| 38% [291/760] ext/strscan/lib/strscan/strscan.rb | |
| 38% [292/760] ext/strscan/strscan.c | |
| 38% [293/760] ext/win32/lib/win32/registry.rb | |
| 38% [294/760] ext/win32/lib/win32/resolv.rb | |
| 38% [295/760] ext/win32/resolv/resolv.c | |
| 38% [296/760] ext/zlib/zlib.c | |
| 39% [297/760] file.c | |
| 39% [298/760] gc.c | |
| 39% [299/760] gc.rb | |
| 39% [300/760] goruby.c | |
| 39% [301/760] hash.c | |
| 39% [302/760] hash.rb | |
| 39% [303/760] id.c | |
| 40% [304/760] id_table.c | |
| 40% [305/760] imemo.c | |
| 40% [306/760] inits.c | |
| 40% [307/760] io.c | |
| 40% [308/760] io.rb | |
| 40% [309/760] io_buffer.c | |
| 40% [310/760] iseq.c | |
| 40% [311/760] jit.c | |
| 41% [312/760] kernel.rb | |
| 41% [313/760] known_errors.inc | |
| 41% [314/760] lex.c | |
| 41% [315/760] lib/English.rb | |
| 41% [316/760] lib/bundled_gems.rb | |
| 41% [317/760] lib/bundler.rb | |
| 41% [318/760] lib/cgi.rb | |
| 41% [319/760] lib/cgi/escape.rb | |
| 42% [320/760] lib/cgi/util.rb | |
| 42% [321/760] lib/delegate.rb | |
| 42% [322/760] lib/did_you_mean.rb | |
| 42% [323/760] lib/did_you_mean/core_ext/name_error.rb | |
| 42% [324/760] lib/did_you_mean/experimental.rb | |
| 42% [325/760] lib/did_you_mean/formatter.rb | |
| 42% [326/760] lib/did_you_mean/formatters/plain_formatter.rb | |
| 43% [327/760] lib/did_you_mean/formatters/verbose_formatter.rb | |
| 43% [328/760] lib/did_you_mean/jaro_winkler.rb | |
| 43% [329/760] lib/did_you_mean/levenshtein.rb | |
| 43% [330/760] lib/did_you_mean/spell_checker.rb | |
| 43% [331/760] lib/did_you_mean/spell_checkers/key_error_checker.rb | |
| 43% [332/760] lib/did_you_mean/spell_checkers/method_name_checker.rb | |
| 43% [333/760] lib/did_you_mean/spell_checkers/name_error_checkers.rb | |
| 43% [334/760] lib/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb | |
| 44% [335/760] lib/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb | |
| 44% [336/760] lib/did_you_mean/spell_checkers/null_checker.rb | |
| 44% [337/760] lib/did_you_mean/spell_checkers/pattern_key_name_checker.rb | |
| 44% [338/760] lib/did_you_mean/spell_checkers/require_path_checker.rb | |
| 44% [339/760] lib/did_you_mean/tree_spell_checker.rb | |
| 44% [340/760] lib/did_you_mean/verbose.rb | |
| 44% [341/760] lib/did_you_mean/version.rb | |
| 45% [342/760] lib/erb.rb | |
| 45% [343/760] lib/erb/compiler.rb | |
| 45% [344/760] lib/erb/def_method.rb | |
| 45% [345/760] lib/erb/util.rb | |
| 45% [346/760] lib/erb/version.rb | |
| 45% [347/760] lib/error_highlight.rb | |
| 45% [348/760] lib/error_highlight/base.rb | |
| 45% [349/760] lib/error_highlight/core_ext.rb | |
| 46% [350/760] lib/error_highlight/formatter.rb | |
| 46% [351/760] lib/error_highlight/version.rb | |
| 46% [352/760] lib/fileutils.rb | |
| 46% [353/760] lib/find.rb | |
| 46% [354/760] lib/forwardable.rb | |
| 46% [355/760] lib/ipaddr.rb | |
| 46% [356/760] lib/mkmf.rb | |
| 46% [357/760] lib/net/http.rb | |
| 47% [358/760] lib/net/http/exceptions.rb | |
| 47% [359/760] lib/net/http/generic_request.rb | |
| 47% [360/760] lib/net/http/header.rb | |
| 47% [361/760] lib/net/http/proxy_delta.rb | |
| 47% [362/760] lib/net/http/request.rb | |
| 47% [363/760] lib/net/http/requests.rb | |
| 47% [364/760] lib/net/http/response.rb | |
| 48% [365/760] lib/net/http/responses.rb | |
| 48% [366/760] lib/net/http/status.rb | |
| 48% [367/760] lib/net/https.rb | |
| 48% [368/760] lib/net/protocol.rb | |
| 48% [369/760] lib/open-uri.rb | |
| 48% [370/760] lib/open3.rb | |
| 48% [371/760] lib/open3/version.rb | |
| 48% [372/760] lib/optionparser.rb | |
| 49% [373/760] lib/optparse.rb | |
| 49% [374/760] lib/optparse/ac.rb | |
| 49% [375/760] lib/optparse/date.rb | |
| 49% [376/760] lib/optparse/kwargs.rb | |
| 49% [377/760] lib/optparse/shellwords.rb | |
| 49% [378/760] lib/optparse/time.rb | |
| 49% [379/760] lib/optparse/uri.rb | |
| 50% [380/760] lib/optparse/version.rb | |
| 50% [381/760] lib/pathname.rb | |
| 50% [382/760] lib/pp.rb | |
| 50% [383/760] lib/prettyprint.rb | |
| 50% [384/760] lib/prism.rb | |
| 50% [385/760] lib/prism/compiler.rb | |
| 50% [386/760] lib/prism/desugar_compiler.rb | |
| 50% [387/760] lib/prism/dispatcher.rb | |
| 51% [388/760] lib/prism/dot_visitor.rb | |
| 51% [389/760] lib/prism/dsl.rb | |
| 51% [390/760] lib/prism/ffi.rb | |
| 51% [391/760] lib/prism/inspect_visitor.rb | |
| 51% [392/760] lib/prism/lex_compat.rb | |
| 51% [393/760] lib/prism/mutation_compiler.rb | |
| 51% [394/760] lib/prism/node.rb | |
| 51% [395/760] lib/prism/node_ext.rb | |
| 52% [396/760] lib/prism/pack.rb | |
| 52% [397/760] lib/prism/parse_result.rb | |
| 52% [398/760] lib/prism/parse_result/comments.rb | |
| 52% [399/760] lib/prism/parse_result/errors.rb | |
| 52% [400/760] lib/prism/parse_result/newlines.rb | |
| 52% [401/760] lib/prism/pattern.rb | |
| 52% [402/760] lib/prism/polyfill/append_as_bytes.rb | |
| 53% [403/760] lib/prism/polyfill/byteindex.rb | |
| 53% [404/760] lib/prism/polyfill/scan_byte.rb | |
| 53% [405/760] lib/prism/polyfill/unpack1.rb | |
| 53% [406/760] lib/prism/polyfill/warn.rb | |
| 53% [407/760] lib/prism/reflection.rb | |
| 53% [408/760] lib/prism/relocation.rb | |
| 53% [409/760] lib/prism/serialize.rb | |
| 53% [410/760] lib/prism/string_query.rb | |
| 54% [411/760] lib/prism/translation.rb | |
| 54% [412/760] lib/prism/translation/parser.rb | |
| 54% [413/760] lib/prism/translation/parser/builder.rb | |
| 54% [414/760] lib/prism/translation/parser/compiler.rb | |
| 54% [415/760] lib/prism/translation/parser/lexer.rb | |
| 54% [416/760] lib/prism/translation/parser33.rb | |
| 54% [417/760] lib/prism/translation/parser34.rb | |
| 55% [418/760] lib/prism/translation/parser35.rb | |
| 55% [419/760] lib/prism/translation/parser40.rb | |
| 55% [420/760] lib/prism/translation/parser41.rb | |
| 55% [421/760] lib/prism/translation/parser_current.rb | |
| 55% [422/760] lib/prism/translation/ripper.rb | |
| 55% [423/760] lib/prism/translation/ripper/sexp.rb | |
| 55% [424/760] lib/prism/translation/ripper/shim.rb | |
| 55% [425/760] lib/prism/translation/ruby_parser.rb | |
| 56% [426/760] lib/prism/visitor.rb | |
| 56% [427/760] lib/random/formatter.rb | |
| 56% [428/760] lib/resolv.rb | |
| 56% [429/760] lib/rubygems.rb | |
| Before reporting this, could you check that the file you're documenting | |
| has proper syntax: | |
| /home/user/.asdf/installs/ruby/4.0.0/bin/ruby -c lib/rubygems.rb | |
| RDoc is not a full Ruby parser and will fail when fed invalid ruby programs. | |
| The internal error was: | |
| (TypeError) can't create instance of singleton class | |
| /tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/.bundle/gems/rdoc-7.0.3/lib/rdoc/parser/ripper_state_lex.rb:23:in 'RDoc::Parser::RipperStateLex::InnerStateLex#on_default': can't create instance of singleton class (TypeError) | |
| from /tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/.ext/common/ripper/filter.rb:66:in 'block in Ripper::Filter#parse' | |
| from /tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/.ext/common/ripper/filter.rb:61:in 'Array#each' | |
| from /tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/.ext/common/ripper/filter.rb:61:in 'Ripper::Filter#parse' | |
| from /tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/.bundle/gems/rdoc-7.0.3/lib/rdoc/parser/ripper_state_lex.rb:282:in 'RDoc::Parser::RipperStateLex#initialize' | |
| from /tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/.bundle/gems/rdoc-7.0.3/lib/rdoc/parser/ripper_state_lex.rb:287:in 'RDoc::Parser::RipperStateLex.parse' | |
| from /tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/.bundle/gems/rdoc-7.0.3/lib/rdoc/parser/ruby.rb:181:in 'RDoc::Parser::Ruby#initialize' | |
| from /tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/.bundle/gems/rdoc-7.0.3/lib/rdoc/parser.rb:194:in 'RDoc::Parser.for' | |
| from /tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/.bundle/gems/rdoc-7.0.3/lib/rdoc/rdoc.rb:350:in 'RDoc::RDoc#parse_file' | |
| from /tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/.bundle/gems/rdoc-7.0.3/lib/rdoc/rdoc.rb:406:in 'block in RDoc::RDoc#parse_files' | |
| from /tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/.bundle/gems/rdoc-7.0.3/lib/rdoc/rdoc.rb:404:in 'Array#map' | |
| from /tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/.bundle/gems/rdoc-7.0.3/lib/rdoc/rdoc.rb:404:in 'RDoc::RDoc#parse_files' | |
| from /tmp/ruby-build.20260114000254.815854.Dk6xLt/ruby-4.0.0/.bundle/gems/rdoc-7.0.3/lib/rdoc/rdoc.rb:467:in 'RDoc::RDoc#document' | |
| from ./tool/rdoc-srcdir:28:in '<main>' | |
| make: *** [uncommon.mk:619: rdoc] Error 1 | |
| external command failed with status 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment