Created
September 24, 2022 21:14
-
-
Save JeffCohen/e701b7cedb08db06890c31cd79d91018 to your computer and use it in GitHub Desktop.
Ubuntu 22.04.1 rbenv failure log when installing 3.1.2
This file contains 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
/tmp/ruby-build.20220923165340.2544.hqIt35 ~ | |
/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2 /tmp/ruby-build.20220923165340.2544.hqIt35 ~ | |
checking for ruby... /home/deploy/.rbenv/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 we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking for gcc option to accept ISO C99... none needed | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking how to run the C preprocessor... gcc -E | |
checking for ranlib... (cached) gcc-ranlib | |
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 grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking whether the linker is GNU ld... yes | |
checking whether gcc -E accepts -o... yes | |
checking for gcc... /usr/bin/gcc | |
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 thread-safe 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 whether CFLAGS is valid... yes | |
checking whether LDFLAGS is valid... yes | |
checking whether -Wl,-R. is accepted as LDFLAGS... 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 -Wdeprecated-declarations is accepted as CFLAGS... yes | |
checking whether -Wdivision-by-zero is accepted as CFLAGS... no | |
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 -Wmisleading-indentation 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... no | |
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 -Wextra-tokens is accepted as CFLAGS... no | |
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 whether -Wl,--compress-debug-sections=zlib is accepted as LDFLAGS... yes | |
checking whether -std=gnu99 is accepted as CFLAGS... yes | |
checking whether -fno-strict-overflow is accepted as CFLAGS... yes | |
checking whether -ggdb3 is accepted as CFLAGS... 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 whether CXXFLAGS is valid... yes | |
checking for crypt in -lcrypt... yes | |
checking for dlopen in -ldl... yes | |
checking for shl_load in -ldld... no | |
checking for shutdown in -lsocket... no | |
checking for cs_open in -lcapstone... no | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking for stdbool.h that conforms to C99... yes | |
checking for _Bool... yes | |
checking for sys/wait.h that is POSIX.1 compatible... yes | |
checking atomic.h usability... no | |
checking atomic.h presence... no | |
checking for atomic.h... no | |
checking copyfile.h usability... no | |
checking copyfile.h presence... no | |
checking for copyfile.h... no | |
checking direct.h usability... no | |
checking direct.h presence... no | |
checking for direct.h... no | |
checking grp.h usability... yes | |
checking grp.h presence... yes | |
checking for grp.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking float.h usability... yes | |
checking float.h presence... yes | |
checking for float.h... yes | |
checking ieeefp.h usability... no | |
checking ieeefp.h presence... no | |
checking for ieeefp.h... no | |
checking intrinsics.h usability... no | |
checking intrinsics.h presence... no | |
checking for intrinsics.h... no | |
checking langinfo.h usability... yes | |
checking langinfo.h presence... yes | |
checking for langinfo.h... yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking locale.h usability... yes | |
checking locale.h presence... yes | |
checking for locale.h... yes | |
checking malloc.h usability... yes | |
checking malloc.h presence... yes | |
checking for malloc.h... yes | |
checking malloc/malloc.h usability... no | |
checking malloc/malloc.h presence... no | |
checking for malloc/malloc.h... no | |
checking malloc_np.h usability... no | |
checking malloc_np.h presence... no | |
checking for malloc_np.h... no | |
checking net/socket.h usability... no | |
checking net/socket.h presence... no | |
checking for net/socket.h... no | |
checking process.h usability... no | |
checking process.h presence... no | |
checking for process.h... no | |
checking pwd.h usability... yes | |
checking pwd.h presence... yes | |
checking for pwd.h... yes | |
checking sanitizer/asan_interface.h usability... yes | |
checking sanitizer/asan_interface.h presence... yes | |
checking for sanitizer/asan_interface.h... yes | |
checking sanitizer/msan_interface.h usability... no | |
checking sanitizer/msan_interface.h presence... no | |
checking for sanitizer/msan_interface.h... no | |
checking setjmpex.h usability... no | |
checking setjmpex.h presence... no | |
checking for setjmpex.h... no | |
checking stdalign.h usability... yes | |
checking stdalign.h presence... yes | |
checking for stdalign.h... yes | |
checking sys/attr.h usability... no | |
checking sys/attr.h presence... no | |
checking for sys/attr.h... no | |
checking sys/eventfd.h usability... yes | |
checking sys/eventfd.h presence... yes | |
checking for sys/eventfd.h... yes | |
checking sys/fcntl.h usability... yes | |
checking sys/fcntl.h presence... yes | |
checking for sys/fcntl.h... yes | |
checking sys/file.h usability... yes | |
checking sys/file.h presence... yes | |
checking for sys/file.h... yes | |
checking sys/id.h usability... no | |
checking sys/id.h presence... no | |
checking for sys/id.h... no | |
checking sys/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking for sys/ioctl.h... yes | |
checking sys/mkdev.h usability... no | |
checking sys/mkdev.h presence... no | |
checking for sys/mkdev.h... no | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking sys/prctl.h usability... yes | |
checking sys/prctl.h presence... yes | |
checking for sys/prctl.h... yes | |
checking sys/random.h usability... yes | |
checking sys/random.h presence... yes | |
checking for sys/random.h... yes | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking sys/select.h usability... yes | |
checking sys/select.h presence... yes | |
checking for sys/select.h... yes | |
checking sys/sendfile.h usability... yes | |
checking sys/sendfile.h presence... yes | |
checking for sys/sendfile.h... yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking sys/syscall.h usability... yes | |
checking sys/syscall.h presence... yes | |
checking for sys/syscall.h... yes | |
checking sys/sysmacros.h usability... yes | |
checking sys/sysmacros.h presence... yes | |
checking for sys/sysmacros.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking sys/times.h usability... yes | |
checking sys/times.h presence... yes | |
checking for sys/times.h... yes | |
checking sys/uio.h usability... yes | |
checking sys/uio.h presence... yes | |
checking for sys/uio.h... yes | |
checking sys/utime.h usability... no | |
checking sys/utime.h presence... no | |
checking for sys/utime.h... no | |
checking syscall.h usability... yes | |
checking syscall.h presence... yes | |
checking for syscall.h... yes | |
checking time.h usability... yes | |
checking time.h presence... yes | |
checking for time.h... yes | |
checking ucontext.h usability... yes | |
checking ucontext.h presence... yes | |
checking for ucontext.h... yes | |
checking utime.h usability... yes | |
checking utime.h presence... yes | |
checking for utime.h... yes | |
checking x86intrin.h usability... yes | |
checking x86intrin.h presence... yes | |
checking for x86intrin.h... yes | |
checking for x86intrin.h when defined(__x86_64__)... yes | |
checking gmp.h usability... yes | |
checking gmp.h presence... yes | |
checking for gmp.h... yes | |
checking for library containing __gmpz_init... -lgmp | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking whether byte ordering is bigendian... no | |
checking for an ANSI C-conforming const... yes | |
checking whether char is unsigned... no | |
checking for inline... inline | |
checking for working volatile... yes | |
checking for typeof syntax and keyword spelling... typeof | |
checking for C/C++ restrict keyword... __restrict | |
checking for long long... yes | |
checking for off_t... yes | |
checking char bit... 8 | |
checking size of int... 4 | |
checking size of short... 2 | |
checking size of long... 8 | |
checking size of long long... 8 | |
checking size of __int64... 0 | |
checking size of __int128... 16 | |
checking size of off_t... 8 | |
checking size of void*... 8 | |
checking size of float... 4 | |
checking size of double... 8 | |
checking size of time_t... 8 | |
checking size of clock_t... 8 | |
checking packed struct attribute... x __attribute__((packed)) | |
checking whether -Wno-address-of-packed-member is accepted as CFLAGS... yes | |
checking for printf prefix for long long... ll | |
checking for pid_t... yes | |
checking for convertible type of pid_t... INT | |
checking for uid_t... yes | |
checking for convertible type of uid_t... UINT | |
checking for gid_t... yes | |
checking for convertible type of gid_t... UINT | |
checking for time_t... yes | |
checking for convertible type of time_t... LONG | |
checking for dev_t... yes | |
checking for convertible type of dev_t... ULONG | |
checking for mode_t... yes | |
checking for convertible type of mode_t... UINT | |
checking for rlim_t... yes | |
checking for convertible type of rlim_t... ULONG | |
checking for off_t... (cached) yes | |
checking for convertible type of off_t... LONG | |
checking for clockid_t... yes | |
checking for convertible type of clockid_t... INT | |
checking for variable length macro... yes | |
checking if _Alignof() works... yes | |
checking for CONSTFUNC function attribute... __attribute__ ((__const__)) x | |
checking for PUREFUNC function attribute... __attribute__ ((__pure__)) x | |
checking for NORETURN function attribute... __attribute__ ((__noreturn__)) x | |
checking for DEPRECATED function attribute... __attribute__ ((__deprecated__)) x | |
checking for DEPRECATED_BY function attribute... __attribute__ ((__deprecated__("by "#n))) x | |
checking for NOINLINE function attribute... __attribute__ ((__noinline__)) x | |
checking for ALWAYS_INLINE function attribute... __attribute__ ((__always_inline__)) x | |
checking for NO_SANITIZE function attribute... __attribute__ ((__no_sanitize__(san))) x | |
checking for NO_SANITIZE_ADDRESS function attribute... __attribute__ ((__no_sanitize_address__)) x | |
checking for NO_ADDRESS_SAFETY_ANALYSIS function attribute... __attribute__ ((__no_address_safety_analysis__)) x | |
checking for WARN_UNUSED_RESULT function attribute... __attribute__ ((__warn_unused_result__)) x | |
checking for MAYBE_UNUSED function attribute... __attribute__ ((__unused__)) x | |
checking for ERRORFUNC function attribute... __attribute__ ((__error__ mesg)) x | |
checking for WARNINGFUNC function attribute... __attribute__ ((__warning__ mesg)) x | |
checking for WEAK function attribute... __attribute__ ((__weak__)) x | |
checking for __attribute__((__depreacted__(msg))) in C++... yes | |
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 __sync builtins... yes | |
checking for __builtin_unreachable... yes | |
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 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 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 sys/pstat.h usability... no | |
checking sys/pstat.h presence... no | |
checking for sys/pstat.h... no | |
checking for pid_t... (cached) yes | |
checking vfork.h usability... no | |
checking vfork.h presence... no | |
checking for vfork.h... no | |
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 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 explicit_memset... no | |
checking for fcopyfile... no | |
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 getentropy... 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 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 getuidx... no | |
checking for gmtime_r... yes | |
checking for grantpt... yes | |
checking for initgroups... yes | |
checking for ioctl... yes | |
checking for isfinite... no | |
checking for issetugid... no | |
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 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 openat... yes | |
checking for pipe2... yes | |
checking for poll... yes | |
checking for posix_fadvise... 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 spawnv... no | |
checking for symlink... yes | |
checking for syscall... yes | |
checking for sysconf... 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 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 crypt.h usability... yes | |
checking crypt.h presence... yes | |
checking for crypt.h... yes | |
checking for struct crypt_data.initialized... yes | |
checking for __builtin_alloca_with_align... yes | |
checking for __builtin_assume_aligned... yes | |
checking for __builtin_bswap16... yes | |
checking for __builtin_bswap32... yes | |
checking for __builtin_bswap64... yes | |
checking for __builtin_popcount... yes | |
checking for __builtin_popcountll... yes | |
checking for __builtin_clz... yes | |
checking for __builtin_clzl... yes | |
checking for __builtin_clzll... yes | |
checking for __builtin_ctz... yes | |
checking for __builtin_ctzll... yes | |
checking for __builtin_add_overflow... yes | |
checking for __builtin_sub_overflow... yes | |
checking for __builtin_mul_overflow... yes | |
checking for __builtin_mul_overflow_p... 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 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 for pthread_create in -lthr... no | |
checking for pthread_create in -lpthread... yes | |
checking for pthread_np.h... no | |
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 if mcontext_t is a pointer... no | |
checking for getcontext... yes | |
checking for setcontext... yes | |
checking if fork works with pthread... yes | |
checking sys/user.h usability... yes | |
checking sys/user.h presence... yes | |
checking for sys/user.h... yes | |
checking whether PAGE_SIZE is compile-time const... yes | |
checking ioctl request type... unsigned long | |
checking whether ELF binaries are produced... yes | |
checking elf.h usability... yes | |
checking elf.h presence... yes | |
checking for elf.h... yes | |
checking elf_abi.h usability... no | |
checking elf_abi.h presence... no | |
checking for elf_abi.h... no | |
checking for uncompress in -lz... yes | |
checking mach-o/loader.h usability... no | |
checking mach-o/loader.h presence... no | |
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 valgrind/memcheck.h usability... no | |
checking valgrind/memcheck.h presence... 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 with cast () | |
checking for _setjmpex as a macro or function... no | |
checking for _setjmp as a macro or function... yes | |
checking for sigsetjmp as a macro or function... no | |
checking for setjmp type... __builtin_setjmp | |
checking for prefix of external symbols... NONE | |
checking pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.h... yes | |
checking if make is GNU make... yes | |
.ext/include/x86_64-linux/ruby/config.h updated | |
configure: ruby library version = 3.1.0 | |
configure: creating ./config.status | |
config.status: creating GNUmakefile | |
config.status: creating Makefile | |
--- | |
Configuration summary for ruby version 3.1.2 | |
* Installation prefix: /home/deploy/.rbenv/versions/3.1.2 | |
* 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 pthread: yes | |
* with coroutine: amd64 | |
* enable shared libs: yes | |
* dynamic library ext: so | |
* CFLAGS: ${optflags} ${debugflags} ${warnflags} | |
* LDFLAGS: -L. -L/home/deploy/.rbenv/versions/3.1.2/lib \ | |
-fstack-protector-strong -rdynamic \ | |
-Wl,-export-dynamic -Wl,--no-as-needed | |
* DLDFLAGS: -L/home/deploy/.rbenv/versions/3.1.2/lib \ | |
-Wl,--compress-debug-sections=zlib | |
* optflags: -O3 -fno-fast-math | |
* debugflags: -ggdb3 | |
* warnflags: -Wall -Wextra -Wdeprecated-declarations \ | |
-Wduplicated-cond -Wimplicit-function-declaration \ | |
-Wimplicit-int -Wmisleading-indentation \ | |
-Wpointer-arith -Wwrite-strings \ | |
-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 \ | |
-Wundef | |
* strip command: strip -S -x | |
* install doc: rdoc | |
* JIT support: yes | |
* man page type: doc | |
* BASERUBY -v: ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a) \ | |
[x86_64-linux] | |
--- | |
BASERUBY = /home/deploy/.rbenv/shims/ruby --disable=gems | |
CC = gcc | |
LD = ld | |
LDSHARED = gcc -shared | |
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -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 -Wundef -std=gnu99 -fPIC | |
XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/13.0.0 | |
CPPFLAGS = -I/home/deploy/.rbenv/versions/3.1.2/include | |
DLDFLAGS = -L/home/deploy/.rbenv/versions/3.1.2/lib -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.1 -fstack-protector-strong | |
SOLIBS = -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm | |
LANG = C.UTF-8 | |
LC_ALL = | |
LC_CTYPE = | |
MFLAGS = -j4 --jobserver-auth=6,7 | |
gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.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 | |
compiling dmyext.c | |
making dummy probes.h | |
compiling ast.c | |
compiling bignum.c | |
compiling class.c | |
compiling compar.c | |
compiling compile.c | |
compiling complex.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 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 | |
making mjit_config.h | |
compiling mjit_compile.c | |
compiling node.c | |
compiling numeric.c | |
compiling object.c | |
compiling pack.c | |
compiling parse.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 scheduler.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 transient_heap.c | |
compiling util.c | |
compiling variable.c | |
compiling vm.c | |
compiling vm_backtrace.c | |
compiling vm_dump.c | |
compiling vm_sync.c | |
compiling vm_trace.c | |
compiling yjit.c | |
compiling ./missing/setproctitle.c | |
compiling ./missing/strlcat.c | |
compiling ./missing/strlcpy.c | |
compiling addr2line.c | |
compiling dmyenc.c | |
compiling dln.c | |
compiling localeinit.c | |
compiling array.c | |
compiling mjit.c | |
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 | |
./revision.h unchanged | |
compiling version.c | |
linking miniruby | |
generating encdb.h | |
encdb.h updated | |
builtin_binary.inc updated | |
compiling builtin.c | |
/bin/sh ./tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp | |
rbconfig.rb updated | |
generating enc.mk | |
creating verconf.h | |
building rb_mjit_header.h | |
verconf.h updated | |
compiling loadpath.c | |
rb_mjit_header.h updated | |
building .ext/include/x86_64-linux/rb_mjit_min_header-3.1.2.h | |
making srcs under enc | |
make[1]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2' | |
make[1]: Nothing to be done for 'srcs'. | |
make[1]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2' | |
generating transdb.h | |
linking static-library libruby-static.a | |
transdb.h updated | |
linking shared-library libruby.so.3.1.2 | |
transform_mjit_header: making external definition static inline: rb_vm_lvar_exposed, Init_vm_stack_canary, rb_vm_opt_cfunc_p, rb_vm_opt_mod, rb_vm_ic_hit_p, rb_vm_splat_array, rb_vm_defined, rb_vm_cc_general, rb_aliased_callable_method_entry, rb_find_defined_class_by_owner, rb_vm_call_ivar_attrset_p, rb_iseq_only_kwparam_p, rb_iseq_only_optparam_p, rb_vm_set_ivar_idx, rb_vm_setinstancevariable, rb_vm_setclassvariable, rb_vm_getclassvariable, rb_vm_rewrite_cref, rb_vm_get_cref, rb_vm_block_ep_update, rb_vm_cref_new_toplevel, rb_vm_cref_dup_without_refinements, rb_vm_frame_block_handler, rb_vm_cframe_keyword_p, rb_vm_ep_local_ep | |
transform_mjit_header: making declaration static inline: rb_vm_lvar_exposed, rb_vm_lvar_exposed, Init_vm_stack_canary, rb_vm_rewrite_cref, rb_vm_frame_block_handler, rb_vm_block_ep_update, rb_vm_ep_local_ep | |
transform_mjit_header: SKIPPED to transform: getlogin_r, pread64, pread, read, bsearch, fread_unlocked, fgets_unlocked, fread, fgets, vdprintf, dprintf, vfprintf, vprintf, printf, fprintf, getline, putchar_unlocked, putc_unlocked, fputc_unlocked, putchar, getchar_unlocked, getc_unlocked, fgetc_unlocked, getchar | |
ln -sf ../../../.ext/include/x86_64-linux/rb_mjit_min_header-3.1.2.h include/ruby-3.1.0/x86_64-linux/rb_mjit_min_header-3.1.2.h | |
generating makefiles ext/configure-ext.mk | |
building spec/ruby/optional/capi/ext/array_spec.so | |
building spec/ruby/optional/capi/ext/basic_object_spec.so | |
building spec/ruby/optional/capi/ext/bignum_spec.so | |
ext/configure-ext.mk updated | |
building spec/ruby/optional/capi/ext/binding_spec.so | |
building spec/ruby/optional/capi/ext/boolean_spec.so | |
building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so | |
building spec/ruby/optional/capi/ext/class_spec.so | |
building spec/ruby/optional/capi/ext/class_under_autoload_spec.so | |
building spec/ruby/optional/capi/ext/complex_spec.so | |
building spec/ruby/optional/capi/ext/constants_spec.so | |
building spec/ruby/optional/capi/ext/data_spec.so | |
building spec/ruby/optional/capi/ext/debug_spec.so | |
building spec/ruby/optional/capi/ext/encoding_spec.so | |
building spec/ruby/optional/capi/ext/enumerator_spec.so | |
building spec/ruby/optional/capi/ext/exception_spec.so | |
building spec/ruby/optional/capi/ext/fiber_spec.so | |
building spec/ruby/optional/capi/ext/file_spec.so | |
building spec/ruby/optional/capi/ext/fixnum_spec.so | |
building spec/ruby/optional/capi/ext/float_spec.so | |
building spec/ruby/optional/capi/ext/gc_spec.so | |
building spec/ruby/optional/capi/ext/globals_spec.so | |
building spec/ruby/optional/capi/ext/hash_spec.so | |
building spec/ruby/optional/capi/ext/integer_spec.so | |
building spec/ruby/optional/capi/ext/io_spec.so | |
building spec/ruby/optional/capi/ext/kernel_spec.so | |
building spec/ruby/optional/capi/ext/language_spec.so | |
building spec/ruby/optional/capi/ext/marshal_spec.so | |
building spec/ruby/optional/capi/ext/module_spec.so | |
building spec/ruby/optional/capi/ext/module_under_autoload_spec.so | |
building spec/ruby/optional/capi/ext/mutex_spec.so | |
building spec/ruby/optional/capi/ext/numeric_spec.so | |
building spec/ruby/optional/capi/ext/object_spec.so | |
building spec/ruby/optional/capi/ext/proc_spec.so | |
building spec/ruby/optional/capi/ext/range_spec.so | |
building spec/ruby/optional/capi/ext/rational_spec.so | |
building spec/ruby/optional/capi/ext/rbasic_spec.so | |
building spec/ruby/optional/capi/ext/regexp_spec.so | |
building spec/ruby/optional/capi/ext/st_spec.so | |
building spec/ruby/optional/capi/ext/string_spec.so | |
building spec/ruby/optional/capi/ext/struct_spec.so | |
building spec/ruby/optional/capi/ext/symbol_spec.so | |
building spec/ruby/optional/capi/ext/thread_spec.so | |
building spec/ruby/optional/capi/ext/time_spec.so | |
building spec/ruby/optional/capi/ext/tracepoint_spec.so | |
building spec/ruby/optional/capi/ext/typed_data_spec.so | |
building spec/ruby/optional/capi/ext/util_spec.so | |
making enc | |
make[1]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2' | |
compiling ./enc/encdb.c | |
making trans | |
make[1]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2' | |
compiling ./enc/trans/transdb.c | |
compiling ./enc/big5.c | |
make[1]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2' | |
compiling ./enc/trans/big5.c | |
configuring -test-/RUBY_ALIGNOF | |
compiling ./enc/cesu_8.c | |
compiling ./enc/cp949.c | |
compiling ./enc/emacs_mule.c | |
compiling ./enc/euc_jp.c | |
compiling ./enc/euc_kr.c | |
configuring -test-/arith_seq/extract | |
configuring -test-/array/concat | |
configuring -test-/array/resize | |
configuring -test-/bignum | |
configuring -test-/bug-14834 | |
configuring -test-/bug-3571 | |
configuring -test-/bug-5832 | |
configuring -test-/bug_reporter | |
configuring -test-/class | |
configuring -test-/cxxanyargs | |
compiling ./enc/euc_tw.c | |
compiling ./enc/gb2312.c | |
configuring -test-/debug | |
configuring -test-/dln/empty | |
configuring -test-/enumerator_kw | |
configuring -test-/exception | |
configuring -test-/fatal | |
configuring -test-/file | |
compiling ./enc/gb18030.c | |
compiling ./enc/gbk.c | |
compiling ./enc/iso_8859_1.c | |
compiling ./enc/iso_8859_2.c | |
compiling ./enc/iso_8859_3.c | |
compiling ./enc/iso_8859_4.c | |
compiling ./enc/iso_8859_5.c | |
configuring bigdecimal | |
compiling ./enc/iso_8859_6.c | |
compiling ./enc/iso_8859_7.c | |
compiling ./enc/iso_8859_8.c | |
compiling ./enc/iso_8859_9.c | |
compiling ./enc/iso_8859_10.c | |
compiling ./enc/trans/cesu_8.c | |
compiling ./enc/iso_8859_11.c | |
compiling ./enc/iso_8859_13.c | |
compiling ./enc/trans/chinese.c | |
compiling ./enc/iso_8859_14.c | |
compiling ./enc/iso_8859_15.c | |
configuring -test-/float | |
configuring -test-/funcall | |
configuring -test-/gvl/call_without_gvl | |
compiling ./enc/iso_8859_16.c | |
configuring -test-/hash | |
configuring -test-/integer | |
configuring -test-/iseq_load | |
configuring -test-/iter | |
configuring -test-/load/dot.dot | |
configuring -test-/load/protect | |
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-/random | |
configuring -test-/rational | |
configuring -test-/rb_call_super_kw | |
configuring -test-/recursion | |
configuring -test-/regexp | |
configuring -test-/scan_args | |
configuring -test-/st/foreach | |
configuring -test-/st/numhash | |
configuring -test-/st/update | |
configuring -test-/string | |
configuring -test-/struct | |
configuring -test-/symbol | |
compiling ./enc/koi8_r.c | |
compiling ./enc/koi8_u.c | |
compiling ./enc/trans/ebcdic.c | |
configuring -test-/thread_fd | |
configuring -test-/time | |
configuring -test-/tracepoint | |
configuring -test-/typeddata | |
compiling ./enc/shift_jis.c | |
configuring -test-/vm | |
configuring -test-/wait | |
compiling ./enc/trans/emoji.c | |
configuring cgi/escape | |
configuring continuation | |
configuring coverage | |
compiling ./enc/utf_16be.c | |
configuring date | |
compiling ./enc/trans/emoji_iso2022_kddi.c | |
compiling ./enc/utf_16le.c | |
compiling ./enc/utf_32be.c | |
compiling ./enc/utf_32le.c | |
configuring digest | |
configuring digest/bubblebabble | |
compiling ./enc/windows_31j.c | |
configuring digest/md5 | |
compiling ./enc/trans/emoji_sjis_docomo.c | |
compiling ./enc/windows_1250.c | |
configuring digest/rmd160 | |
compiling ./enc/windows_1251.c | |
compiling ./enc/windows_1252.c | |
compiling ./enc/trans/emoji_sjis_kddi.c | |
configuring digest/sha1 | |
compiling ./enc/windows_1253.c | |
compiling ./enc/windows_1254.c | |
configuring digest/sha2 | |
compiling ./enc/windows_1257.c | |
compiling ./enc/trans/emoji_sjis_softbank.c | |
linking encoding encdb.so | |
configuring etc | |
linking encoding big5.so | |
linking encoding cesu_8.so | |
linking encoding cp949.so | |
linking encoding emacs_mule.so | |
linking encoding euc_jp.so | |
compiling ./enc/trans/escape.c | |
linking encoding euc_kr.so | |
linking encoding euc_tw.so | |
linking encoding gb2312.so | |
linking encoding gb18030.so | |
linking encoding gbk.so | |
compiling ./enc/trans/gb18030.c | |
linking encoding iso_8859_1.so | |
linking encoding iso_8859_2.so | |
linking encoding iso_8859_3.so | |
linking encoding iso_8859_4.so | |
linking encoding iso_8859_5.so | |
linking encoding iso_8859_6.so | |
linking encoding iso_8859_7.so | |
linking encoding iso_8859_8.so | |
compiling ./enc/trans/gbk.c | |
linking encoding iso_8859_9.so | |
linking encoding iso_8859_10.so | |
linking encoding iso_8859_11.so | |
linking encoding iso_8859_13.so | |
linking encoding iso_8859_14.so | |
linking encoding iso_8859_15.so | |
linking encoding iso_8859_16.so | |
linking encoding koi8_r.so | |
linking encoding koi8_u.so | |
linking encoding shift_jis.so | |
linking encoding utf_16be.so | |
linking encoding utf_16le.so | |
linking encoding utf_32be.so | |
linking encoding utf_32le.so | |
linking encoding windows_31j.so | |
linking encoding windows_1250.so | |
linking encoding windows_1251.so | |
compiling ./enc/trans/iso2022.c | |
linking encoding windows_1252.so | |
linking encoding windows_1253.so | |
linking encoding windows_1254.so | |
linking encoding windows_1257.so | |
make[1]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2' | |
compiling ./enc/trans/japanese.c | |
configuring fcntl | |
configuring fiddle | |
compiling ./enc/trans/japanese_euc.c | |
compiling ./enc/trans/japanese_sjis.c | |
compiling ./enc/trans/korean.c | |
configuring io/console | |
compiling ./enc/trans/single_byte.c | |
compiling ./enc/trans/utf8_mac.c | |
configuring io/nonblock | |
configuring json | |
configuring json/generator | |
configuring json/parser | |
configuring io/wait | |
compiling ./enc/trans/utf_16_32.c | |
linking transcoder transdb.so | |
linking transcoder big5.so | |
linking transcoder cesu_8.so | |
linking transcoder chinese.so | |
linking transcoder ebcdic.so | |
linking transcoder emoji.so | |
linking transcoder emoji_iso2022_kddi.so | |
linking transcoder emoji_sjis_docomo.so | |
linking transcoder emoji_sjis_kddi.so | |
linking transcoder emoji_sjis_softbank.so | |
linking transcoder escape.so | |
linking transcoder gb18030.so | |
linking transcoder gbk.so | |
linking transcoder iso2022.so | |
linking transcoder japanese.so | |
linking transcoder japanese_euc.so | |
linking transcoder japanese_sjis.so | |
linking transcoder korean.so | |
linking transcoder single_byte.so | |
linking transcoder utf8_mac.so | |
linking transcoder utf_16_32.so | |
make[1]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2' | |
making encs | |
make[1]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2' | |
make[1]: Nothing to be done for 'encs'. | |
make[1]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2' | |
configuring monitor | |
configuring nkf | |
configuring openssl | |
configuring objspace | |
configuring pathname | |
configuring psych | |
configuring pty | |
configuring racc/cparse | |
configuring rbconfig/sizeof | |
configuring readline | |
configuring ripper | |
configuring rubyvm | |
configuring socket | |
configuring stringio | |
configuring strscan | |
configuring syslog | |
configuring zlib | |
make[1]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2' | |
generating makefile exts.mk | |
exts.mk updated | |
make[1]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/arith_seq/extract' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/RUBY_ALIGNOF' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/array/resize' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/array/concat' | |
compiling c.c | |
compiling extract.c | |
compiling resize.c | |
compiling to_ary_concat.c | |
compiling cpp.cpp | |
linking shared-object -test-/array/to_ary_concat.so | |
linking shared-object -test-/arith_seq/extract.so | |
linking shared-object -test-/array/resize.so | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/array/concat' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/bignum' | |
compiling big2str.c | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/array/resize' | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/arith_seq/extract' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/bug-14834' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/bug-3571' | |
compiling bug-14384.c | |
compiling bug.c | |
linking shared-object -test-/RUBY_ALIGNOF.so | |
linking shared-object -test-/bug_3571.so | |
compiling bigzero.c | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/RUBY_ALIGNOF' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/bug-5832' | |
compiling bug.c | |
linking shared-object -test-/bug_14834.so | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/bug-3571' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/bug_reporter' | |
compiling bug_reporter.c | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/bug-14834' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/class' | |
compiling class2name.c | |
linking shared-object -test-/bug_5832.so | |
compiling div.c | |
linking shared-object -test-/bug_reporter.so | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/bug-5832' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/cxxanyargs' | |
compiling cxxanyargs.cpp | |
compiling init.c | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/bug_reporter' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/debug' | |
compiling init.c | |
compiling init.c | |
linking shared-object -test-/class.so | |
compiling inspector.c | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/class' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/dln/empty' | |
compiling empty.c | |
compiling intpack.c | |
linking shared-object -test-/dln/empty.so | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/dln/empty' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/enumerator_kw' | |
compiling enumerator_kw.c | |
compiling profile_frames.c | |
compiling mul.c | |
linking shared-object -test-/debug.so | |
linking shared-object -test-/enumerator_kw.so | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/enumerator_kw' | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/debug' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/exception' | |
compiling dataerror.c | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/fatal' | |
compiling rb_fatal.c | |
compiling str2big.c | |
compiling enc_raise.c | |
linking shared-object -test-/fatal/rb_fatal.so | |
linking shared-object -test-/bignum.so | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/fatal' | |
linking shared-object -test-/cxxanyargs.so | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/file' | |
compiling fs.c | |
compiling ensured.c | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/bignum' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/float' | |
compiling init.c | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/cxxanyargs' | |
compiling nextafter.c | |
compiling init.c | |
compiling init.c | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/funcall' | |
compiling funcall.c | |
linking shared-object -test-/float.so | |
compiling stat.c | |
linking shared-object -test-/exception.so | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/float' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/gvl/call_without_gvl' | |
compiling call_without_gvl.c | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/exception' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/hash' | |
linking shared-object -test-/funcall.so | |
compiling delete.c | |
linking shared-object -test-/file.so | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/funcall' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/integer' | |
compiling core_ext.c | |
linking shared-object -test-/gvl/call_without_gvl.so | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/file' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/iseq_load' | |
compiling iseq_load.c | |
compiling init.c | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/gvl/call_without_gvl' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/iter' | |
compiling break.c | |
linking shared-object -test-/hash.so | |
compiling init.c | |
linking shared-object -test-/iseq_load.so | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/hash' | |
compiling yield.c | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/iseq_load' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/load/dot.dot' | |
compiling dot.dot.c | |
linking shared-object -test-/load/dot.dot.so | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/load/dot.dot' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/load/protect' | |
compiling protect.c | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/marshal/compat' | |
compiling usrcompat.c | |
linking shared-object -test-/iter.so | |
compiling init.c | |
linking shared-object -test-/marshal/compat.so | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/iter' | |
linking shared-object -test-/load/protect.so | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/marshal/internal_ivar' | |
compiling internal_ivar.c | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/marshal/compat' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/marshal/usr' | |
compiling usrmarshal.c | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/load/protect' | |
compiling my_integer.c | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/memory_view' | |
compiling memory_view.c | |
linking shared-object -test-/marshal/internal_ivar.so | |
linking shared-object -test-/marshal/usr.so | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/marshal/internal_ivar' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/method' | |
linking shared-object -test-/integer.so | |
compiling arity.c | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/marshal/usr' | |
compiling init.c | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/integer' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/notimplement' | |
compiling bug.c | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/num2int' | |
compiling num2int.c | |
linking shared-object -test-/method.so | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/method' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/path_to_class' | |
compiling path_to_class.c | |
linking shared-object -test-/notimplement.so | |
linking shared-object -test-/memory_view.so | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/notimplement' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/popen_deadlock' | |
compiling infinite_loop_dlsym.c | |
linking shared-object -test-/num2int.so | |
linking shared-object -test-/path_to_class.so | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/memory_view' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/postponed_job' | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/num2int' | |
compiling postponed_job.c | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/printf' | |
compiling printf.c | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/path_to_class' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/proc' | |
compiling init.c | |
linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so | |
compiling receiver.c | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/popen_deadlock' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/random' | |
compiling init.c | |
linking shared-object -test-/postponed_job.so | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/postponed_job' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/rational' | |
compiling rat.c | |
linking shared-object -test-/printf.so | |
compiling super.c | |
compiling loop.c | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/printf' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/rb_call_super_kw' | |
compiling rb_call_super_kw.c | |
linking shared-object -test-/proc.so | |
linking shared-object -test-/random.so | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/proc' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/recursion' | |
compiling recursion.c | |
linking shared-object -test-/rb_call_super_kw.so | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/random' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/regexp' | |
compiling init.c | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/rb_call_super_kw' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/scan_args' | |
compiling scan_args.c | |
linking shared-object -test-/recursion.so | |
compiling parse_depth_limit.c | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/recursion' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/st/foreach' | |
compiling foreach.c | |
linking shared-object -test-/rational.so | |
linking shared-object -test-/regexp.so | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/rational' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/st/numhash' | |
compiling numhash.c | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/regexp' | |
linking shared-object -test-/st/foreach.so | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/st/update' | |
compiling update.c | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/st/foreach' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/string' | |
compiling capacity.c | |
linking shared-object -test-/st/update.so | |
linking shared-object -test-/st/numhash.so | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/st/update' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/struct' | |
compiling duplicate.c | |
compiling coderange.c | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/st/numhash' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/symbol' | |
compiling init.c | |
compiling init.c | |
compiling type.c | |
compiling cstr.c | |
compiling len.c | |
linking shared-object -test-/symbol.so | |
linking shared-object -test-/scan_args.so | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/symbol' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/thread_fd' | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/scan_args' | |
compiling thread_fd.c | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/time' | |
compiling init.c | |
compiling ellipsize.c | |
compiling member.c | |
linking shared-object -test-/thread_fd.so | |
compiling leap_second.c | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/thread_fd' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/tracepoint' | |
compiling gc_hook.c | |
compiling enc_associate.c | |
linking shared-object -test-/struct.so | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/struct' | |
compiling enc_str_buf_cat.c | |
compiling tracepoint.c | |
compiling fstring.c | |
linking shared-object -test-/tracepoint.so | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/tracepoint' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/typeddata' | |
compiling typeddata.c | |
compiling init.c | |
compiling new.c | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/vm' | |
compiling at_exit.c | |
compiling modify.c | |
linking shared-object -test-/typeddata.so | |
linking shared-object -test-/time.so | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/typeddata' | |
linking shared-object -test-/vm/at_exit.so | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/wait' | |
compiling wait.c | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/time' | |
compiling new.c | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/bigdecimal' | |
compiling bigdecimal.c | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/vm' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/cgi/escape' | |
compiling escape.c | |
compiling nofree.c | |
linking shared-object -test-/wait.so | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/wait' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/continuation' | |
compiling continuation.c | |
compiling normalize.c | |
linking shared-object cgi/escape.so | |
linking shared-object continuation.so | |
compiling qsort.c | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/cgi/escape' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/coverage' | |
compiling coverage.c | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/continuation' | |
compiling rb_interned_str.c | |
compiling rb_str_dup.c | |
compiling set_len.c | |
compiling missing.c | |
linking shared-object -test-/string.so | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/string' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/date' | |
compiling date_core.c | |
installing default coverage libraries | |
linking shared-object coverage.so | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/coverage' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/digest' | |
compiling digest.c | |
linking shared-object digest.so | |
installing digest libraries | |
installing default digest libraries | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/digest' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/etc' | |
compiling etc.c | |
compiling date_parse.c | |
linking shared-object etc.so | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/etc' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/fcntl' | |
compiling fcntl.c | |
linking shared-object fcntl.so | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/fcntl' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/fiddle' | |
compiling closure.c | |
compiling conversions.c | |
compiling fiddle.c | |
compiling function.c | |
compiling handle.c | |
compiling memory_view.c | |
compiling pinned.c | |
installing default bigdecimal libraries | |
linking shared-object bigdecimal.so | |
compiling date_strftime.c | |
compiling pointer.c | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/bigdecimal' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/io/console' | |
compiling console.c | |
linking shared-object fiddle.so | |
installing default fiddle libraries | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/io/nonblock' | |
compiling nonblock.c | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/fiddle' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/io/wait' | |
compiling wait.c | |
linking shared-object io/console.so | |
linking shared-object io/nonblock.so | |
installing default console libraries | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/io/console' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/json' | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/io/nonblock' | |
compiling date_strptime.c | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/json' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/monitor' | |
compiling monitor.c | |
linking shared-object io/wait.so | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/io/wait' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/nkf' | |
compiling nkf.c | |
installing default monitor libraries | |
linking shared-object monitor.so | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/monitor' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/objspace' | |
compiling object_tracing.c | |
compiling objspace.c | |
installing default date_core libraries | |
compiling objspace_dump.c | |
linking shared-object date_core.so | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/date' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/openssl' | |
compiling openssl_missing.c | |
installing default nkf libraries | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/pathname' | |
compiling pathname.c | |
linking shared-object objspace.so | |
compiling ossl.c | |
installing default objspace libraries | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/objspace' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/psych' | |
compiling psych.c | |
compiling psych_emitter.c | |
compiling ossl_asn1.c | |
compiling psych_parser.c | |
compiling psych_to_ruby.c | |
compiling psych_yaml_tree.c | |
installing default pathname libraries | |
linking shared-object pathname.so | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/pathname' | |
linking shared-object nkf.so | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/pty' | |
compiling pty.c | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/nkf' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/racc/cparse' | |
compiling cparse.c | |
linking shared-object psych.so | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/psych' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/rbconfig/sizeof' | |
compiling sizes.c | |
installing default pty libraries | |
linking shared-object pty.so | |
compiling limits.c | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/pty' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/readline' | |
compiling readline.c | |
compiling ossl_bio.c | |
linking shared-object racc/cparse.so | |
linking shared-object rbconfig/sizeof.so | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/racc/cparse' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/ripper' | |
compiling ripper.c | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/rbconfig/sizeof' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/rubyvm' | |
installing default libraries | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/rubyvm' | |
compiling ossl_bn.c | |
compiling ossl_cipher.c | |
linking shared-object readline.so | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/readline' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/socket' | |
compiling init.c | |
compiling ossl_config.c | |
compiling ossl_digest.c | |
compiling constants.c | |
compiling ossl_engine.c | |
compiling ossl_hmac.c | |
compiling ossl_kdf.c | |
compiling ossl_ns_spki.c | |
compiling ossl_ocsp.c | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/stringio' | |
compiling stringio.c | |
compiling basicsocket.c | |
compiling socket.c | |
compiling ossl_pkcs12.c | |
linking shared-object stringio.so | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/stringio' | |
compiling ossl_pkcs7.c | |
compiling ossl_pkey.c | |
compiling ipsocket.c | |
compiling ossl_pkey_dh.c | |
compiling tcpsocket.c | |
compiling tcpserver.c | |
compiling ossl_pkey_dsa.c | |
compiling ossl_pkey_ec.c | |
compiling sockssocket.c | |
compiling udpsocket.c | |
compiling ossl_pkey_rsa.c | |
compiling unixsocket.c | |
compiling ossl_rand.c | |
compiling unixserver.c | |
compiling ossl_ssl.c | |
compiling option.c | |
compiling ossl_ssl_session.c | |
compiling ossl_ts.c | |
compiling ancdata.c | |
compiling ossl_x509.c | |
compiling ossl_x509attr.c | |
compiling raddrinfo.c | |
compiling ifaddr.c | |
compiling ossl_x509cert.c | |
compiling ossl_x509crl.c | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/strscan' | |
compiling strscan.c | |
compiling ossl_x509ext.c | |
installing default socket libraries | |
linking shared-object socket.so | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/socket' | |
compiling ossl_x509name.c | |
linking shared-object strscan.so | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/syslog' | |
compiling syslog.c | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/strscan' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/zlib' | |
compiling zlib.c | |
compiling ossl_x509req.c | |
linking shared-object syslog.so | |
installing default syslog libraries | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/syslog' | |
compiling ossl_x509revoked.c | |
compiling ossl_x509store.c | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/digest/bubblebabble' | |
compiling bubblebabble.c | |
checking ../.././parse.y and ../.././ext/ripper/eventids2.c | |
linking shared-object digest/bubblebabble.so | |
linking shared-object ripper.so | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/digest/bubblebabble' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/digest/md5' | |
compiling md5init.c | |
installing default ripper libraries | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/ripper' | |
compiling md5.c | |
linking shared-object openssl.so | |
installing default openssl libraries | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/digest/rmd160' | |
compiling rmd160init.c | |
linking shared-object digest/md5.so | |
compiling rmd160.c | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/digest/md5' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/digest/sha1' | |
compiling sha1init.c | |
compiling sha1.c | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/openssl' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/digest/sha2' | |
compiling sha2init.c | |
linking shared-object digest/rmd160.so | |
linking shared-object digest/sha1.so | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/digest/rmd160' | |
compiling sha2.c | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/json/generator' | |
compiling generator.c | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/digest/sha1' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/json/parser' | |
compiling parser.c | |
installing default sha2 libraries | |
linking shared-object digest/sha2.so | |
linking shared-object zlib.so | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/digest/sha2' | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/zlib' | |
linking shared-object json/ext/parser.so | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/json/parser' | |
linking shared-object json/ext/generator.so | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/json/generator' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2' | |
./revision.h unchanged | |
linking ruby | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2' | |
make[1]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2' | |
make[1]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2' | |
make[1]: Nothing to be done for 'note'. | |
make[1]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2' | |
Generating RDoc documentation | |
Parsing sources... | |
0% [ 1/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/NEWS-1.8.7 | |
0% [ 2/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/NEWS-1.9.1 | |
0% [ 3/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/NEWS-1.9.2 | |
0% [ 4/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/NEWS-1.9.3 | |
0% [ 5/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/NEWS-2.0.0 | |
0% [ 6/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/NEWS-2.1.0 | |
0% [ 7/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/NEWS-2.2.0 | |
0% [ 8/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/NEWS-2.3.0 | |
0% [ 9/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/NEWS-2.4.0 | |
1% [10/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/NEWS-2.5.0 | |
1% [11/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/NEWS-2.6.0 | |
1% [12/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/NEWS-2.7.0 | |
1% [13/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/NEWS-3.0.0.md | |
1% [14/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/bsearch.rdoc | |
1% [15/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/bug_triaging.rdoc | |
1% [16/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/case_mapping.rdoc | |
1% [17/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/contributing.rdoc | |
1% [18/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/dig_methods.rdoc | |
2% [19/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/documentation_guide.rdoc | |
2% [20/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/dtrace_probes.rdoc | |
2% [21/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/extension.ja.rdoc | |
2% [22/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/extension.rdoc | |
2% [23/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/fiber.md | |
2% [24/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/globals.rdoc | |
2% [25/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/hacking.md | |
2% [26/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/implicit_conversion.rdoc | |
2% [27/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/keywords.rdoc | |
3% [28/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/maintainers.rdoc | |
3% [29/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/make_cheatsheet.md | |
3% [30/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/marshal.rdoc | |
3% [31/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/memory_view.md | |
3% [32/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/ractor.md | |
3% [33/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/regexp.rdoc | |
3% [34/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/security.rdoc | |
3% [35/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/signals.rdoc | |
3% [36/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/standard_library.rdoc | |
4% [37/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/syntax.rdoc | |
4% [38/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/syntax/assignment.rdoc | |
4% [39/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/syntax/calling_methods.rdoc | |
4% [40/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/syntax/comments.rdoc | |
4% [41/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/syntax/control_expressions.rdoc | |
4% [42/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/syntax/exceptions.rdoc | |
4% [43/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/syntax/literals.rdoc | |
4% [44/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/syntax/methods.rdoc | |
4% [45/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/syntax/miscellaneous.rdoc | |
5% [46/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/syntax/modules_and_classes.rdoc | |
5% [47/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/syntax/pattern_matching.rdoc | |
5% [48/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/syntax/precedence.rdoc | |
5% [49/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/syntax/refinements.rdoc | |
5% [50/917] CONTRIBUTING.md | |
5% [51/917] COPYING | |
5% [52/917] COPYING.ja | |
5% [53/917] LEGAL | |
5% [54/917] NEWS.md | |
5% [55/917] README.ja.md | |
6% [56/917] README.md | |
6% [57/917] addr2line.c | |
6% [58/917] array.c | |
6% [59/917] array.rb | |
6% [60/917] ast.c | |
6% [61/917] ast.rb | |
6% [62/917] bignum.c | |
6% [63/917] builtin.c | |
6% [64/917] class.c | |
7% [65/917] compar.c | |
7% [66/917] compile.c | |
7% [67/917] complex.c | |
7% [68/917] cont.c | |
7% [69/917] debug.c | |
7% [70/917] debug_counter.c | |
7% [71/917] dir.c | |
7% [72/917] dir.rb | |
7% [73/917] dln.c | |
8% [74/917] dln_find.c | |
8% [75/917] dmydln.c | |
8% [76/917] dmyenc.c | |
8% [77/917] dmyext.c | |
8% [78/917] doc/NEWS-1.8.7 | |
8% [79/917] doc/NEWS-1.9.1 | |
8% [80/917] doc/NEWS-1.9.2 | |
8% [81/917] doc/NEWS-1.9.3 | |
8% [82/917] doc/NEWS-2.0.0 | |
9% [83/917] doc/NEWS-2.1.0 | |
9% [84/917] doc/NEWS-2.2.0 | |
9% [85/917] doc/NEWS-2.3.0 | |
9% [86/917] doc/NEWS-2.4.0 | |
9% [87/917] doc/NEWS-2.5.0 | |
9% [88/917] doc/NEWS-2.6.0 | |
9% [89/917] doc/NEWS-2.7.0 | |
9% [90/917] doc/NEWS-3.0.0.md | |
9% [91/917] doc/bsearch.rdoc | |
10% [92/917] doc/bug_triaging.rdoc | |
10% [93/917] doc/case_mapping.rdoc | |
10% [94/917] doc/contributing.rdoc | |
10% [95/917] doc/dig_methods.rdoc | |
10% [96/917] doc/documentation_guide.rdoc | |
10% [97/917] doc/dtrace_probes.rdoc | |
10% [98/917] doc/extension.ja.rdoc | |
10% [99/917] doc/extension.rdoc | |
10% [100/917] doc/fiber.md | |
11% [101/917] doc/globals.rdoc | |
11% [102/917] doc/hacking.md | |
11% [103/917] doc/implicit_conversion.rdoc | |
11% [104/917] doc/keywords.rdoc | |
11% [105/917] doc/maintainers.rdoc | |
11% [106/917] doc/make_cheatsheet.md | |
11% [107/917] doc/marshal.rdoc | |
11% [108/917] doc/memory_view.md | |
11% [109/917] doc/ractor.md | |
11% [110/917] doc/regexp.rdoc | |
12% [111/917] doc/security.rdoc | |
12% [112/917] doc/signals.rdoc | |
12% [113/917] doc/standard_library.rdoc | |
12% [114/917] doc/syntax.rdoc | |
12% [115/917] doc/syntax/assignment.rdoc | |
12% [116/917] doc/syntax/calling_methods.rdoc | |
12% [117/917] doc/syntax/comments.rdoc | |
12% [118/917] doc/syntax/control_expressions.rdoc | |
12% [119/917] doc/syntax/exceptions.rdoc | |
13% [120/917] doc/syntax/literals.rdoc | |
13% [121/917] doc/syntax/methods.rdoc | |
13% [122/917] doc/syntax/miscellaneous.rdoc | |
13% [123/917] doc/syntax/modules_and_classes.rdoc | |
13% [124/917] doc/syntax/pattern_matching.rdoc | |
13% [125/917] doc/syntax/precedence.rdoc | |
13% [126/917] doc/syntax/refinements.rdoc | |
13% [127/917] encoding.c | |
13% [128/917] enum.c | |
14% [129/917] enumerator.c | |
14% [130/917] error.c | |
14% [131/917] eval.c | |
14% [132/917] eval_error.c | |
14% [133/917] eval_jump.c | |
14% [134/917] ext/bigdecimal/bigdecimal.c | |
14% [135/917] ext/bigdecimal/lib/bigdecimal.rb | |
14% [136/917] ext/bigdecimal/lib/bigdecimal/jacobian.rb | |
14% [137/917] ext/bigdecimal/lib/bigdecimal/ludcmp.rb | |
15% [138/917] ext/bigdecimal/lib/bigdecimal/math.rb | |
15% [139/917] ext/bigdecimal/lib/bigdecimal/newton.rb | |
15% [140/917] ext/bigdecimal/lib/bigdecimal/util.rb | |
15% [141/917] ext/cgi/escape/escape.c | |
15% [142/917] ext/continuation/continuation.c | |
15% [143/917] ext/coverage/coverage.c | |
15% [144/917] ext/coverage/lib/coverage.rb | |
15% [145/917] ext/date/date_core.c | |
15% [146/917] ext/date/date_parse.c | |
16% [147/917] ext/date/date_strftime.c | |
16% [148/917] ext/date/date_strptime.c | |
16% [149/917] ext/date/lib/date.rb | |
16% [150/917] ext/digest/bubblebabble/bubblebabble.c | |
16% [151/917] ext/digest/digest.c | |
16% [152/917] ext/digest/lib/digest.rb | |
16% [153/917] ext/digest/lib/digest/loader.rb | |
16% [154/917] ext/digest/lib/digest/version.rb | |
16% [155/917] ext/digest/md5/md5init.c | |
17% [156/917] ext/digest/rmd160/rmd160init.c | |
17% [157/917] ext/digest/sha1/sha1init.c | |
17% [158/917] ext/digest/sha2/lib/sha2.rb | |
17% [159/917] ext/digest/sha2/lib/sha2/loader.rb | |
17% [160/917] ext/digest/sha2/sha2init.c | |
17% [161/917] ext/etc/etc.c | |
17% [162/917] ext/fcntl/fcntl.c | |
17% [163/917] ext/fiddle/closure.c | |
17% [164/917] ext/fiddle/conversions.c | |
17% [165/917] ext/fiddle/fiddle.c | |
18% [166/917] ext/fiddle/function.c | |
18% [167/917] ext/fiddle/handle.c | |
18% [168/917] ext/fiddle/lib/fiddle.rb | |
18% [169/917] ext/fiddle/lib/fiddle/closure.rb | |
18% [170/917] ext/fiddle/lib/fiddle/cparser.rb | |
18% [171/917] ext/fiddle/lib/fiddle/function.rb | |
18% [172/917] ext/fiddle/lib/fiddle/import.rb | |
18% [173/917] ext/fiddle/lib/fiddle/pack.rb | |
18% [174/917] ext/fiddle/lib/fiddle/struct.rb | |
19% [175/917] ext/fiddle/lib/fiddle/types.rb | |
19% [176/917] ext/fiddle/lib/fiddle/value.rb | |
19% [177/917] ext/fiddle/lib/fiddle/version.rb | |
19% [178/917] ext/fiddle/pinned.c | |
19% [179/917] ext/fiddle/pointer.c | |
19% [180/917] ext/io/console/console.c | |
19% [181/917] ext/io/console/lib/console/size.rb | |
19% [182/917] ext/io/nonblock/nonblock.c | |
19% [183/917] ext/io/wait/wait.c | |
20% [184/917] ext/json/generator/generator.c | |
20% [185/917] ext/json/lib/json.rb | |
20% [186/917] ext/json/lib/json/add/bigdecimal.rb | |
20% [187/917] ext/json/lib/json/add/complex.rb | |
20% [188/917] ext/json/lib/json/add/core.rb | |
20% [189/917] ext/json/lib/json/add/date.rb | |
20% [190/917] ext/json/lib/json/add/date_time.rb | |
20% [191/917] ext/json/lib/json/add/exception.rb | |
20% [192/917] ext/json/lib/json/add/ostruct.rb | |
21% [193/917] ext/json/lib/json/add/range.rb | |
21% [194/917] ext/json/lib/json/add/rational.rb | |
21% [195/917] ext/json/lib/json/add/regexp.rb | |
21% [196/917] ext/json/lib/json/add/set.rb | |
21% [197/917] ext/json/lib/json/add/struct.rb | |
21% [198/917] ext/json/lib/json/add/symbol.rb | |
21% [199/917] ext/json/lib/json/add/time.rb | |
21% [200/917] ext/json/lib/json/common.rb | |
21% [201/917] ext/json/lib/json/ext.rb | |
22% [202/917] ext/json/lib/json/generic_object.rb | |
22% [203/917] ext/json/lib/json/version.rb | |
22% [204/917] ext/json/parser/parser.c | |
22% [205/917] ext/monitor/lib/monitor.rb | |
22% [206/917] ext/monitor/monitor.c | |
22% [207/917] ext/nkf/lib/kconv.rb | |
22% [208/917] ext/nkf/nkf.c | |
22% [209/917] ext/objspace/lib/objspace.rb | |
22% [210/917] ext/objspace/lib/objspace/trace.rb | |
23% [211/917] ext/objspace/object_tracing.c | |
23% [212/917] ext/objspace/objspace.c | |
23% [213/917] ext/objspace/objspace_dump.c | |
23% [214/917] ext/openssl/lib/openssl.rb | |
23% [215/917] ext/openssl/lib/openssl/bn.rb | |
23% [216/917] ext/openssl/lib/openssl/buffering.rb | |
23% [217/917] ext/openssl/lib/openssl/cipher.rb | |
23% [218/917] ext/openssl/lib/openssl/digest.rb | |
23% [219/917] ext/openssl/lib/openssl/hmac.rb | |
23% [220/917] ext/openssl/lib/openssl/marshal.rb | |
24% [221/917] ext/openssl/lib/openssl/pkcs5.rb | |
24% [222/917] ext/openssl/lib/openssl/pkey.rb | |
24% [223/917] ext/openssl/lib/openssl/ssl.rb | |
24% [224/917] ext/openssl/lib/openssl/version.rb | |
24% [225/917] ext/openssl/lib/openssl/x509.rb | |
24% [226/917] ext/openssl/ossl.c | |
24% [227/917] ext/openssl/ossl_asn1.c | |
24% [228/917] ext/openssl/ossl_bio.c | |
24% [229/917] ext/openssl/ossl_bn.c | |
25% [230/917] ext/openssl/ossl_cipher.c | |
25% [231/917] ext/openssl/ossl_config.c | |
25% [232/917] ext/openssl/ossl_digest.c | |
25% [233/917] ext/openssl/ossl_engine.c | |
25% [234/917] ext/openssl/ossl_hmac.c | |
25% [235/917] ext/openssl/ossl_kdf.c | |
25% [236/917] ext/openssl/ossl_ns_spki.c | |
25% [237/917] ext/openssl/ossl_ocsp.c | |
25% [238/917] ext/openssl/ossl_pkcs12.c | |
26% [239/917] ext/openssl/ossl_pkcs7.c | |
26% [240/917] ext/openssl/ossl_pkey.c | |
26% [241/917] ext/openssl/ossl_pkey_dh.c | |
26% [242/917] ext/openssl/ossl_pkey_dsa.c | |
26% [243/917] ext/openssl/ossl_pkey_ec.c | |
26% [244/917] ext/openssl/ossl_pkey_rsa.c | |
26% [245/917] ext/openssl/ossl_rand.c | |
26% [246/917] ext/openssl/ossl_ssl.c | |
26% [247/917] ext/openssl/ossl_ssl_session.c | |
27% [248/917] ext/openssl/ossl_ts.c | |
27% [249/917] ext/openssl/ossl_x509.c | |
27% [250/917] ext/openssl/ossl_x509attr.c | |
27% [251/917] ext/openssl/ossl_x509cert.c | |
27% [252/917] ext/openssl/ossl_x509crl.c | |
27% [253/917] ext/openssl/ossl_x509ext.c | |
27% [254/917] ext/openssl/ossl_x509name.c | |
27% [255/917] ext/openssl/ossl_x509req.c | |
27% [256/917] ext/openssl/ossl_x509revoked.c | |
28% [257/917] ext/openssl/ossl_x509store.c | |
28% [258/917] ext/pathname/lib/pathname.rb | |
28% [259/917] ext/pathname/pathname.c | |
28% [260/917] ext/psych/lib/psych.rb | |
28% [261/917] ext/psych/lib/psych/class_loader.rb | |
28% [262/917] ext/psych/lib/psych/coder.rb | |
28% [263/917] ext/psych/lib/psych/core_ext.rb | |
28% [264/917] ext/psych/lib/psych/exception.rb | |
28% [265/917] ext/psych/lib/psych/handler.rb | |
29% [266/917] ext/psych/lib/psych/handlers/document_stream.rb | |
29% [267/917] ext/psych/lib/psych/handlers/recorder.rb | |
29% [268/917] ext/psych/lib/psych/json/ruby_events.rb | |
29% [269/917] ext/psych/lib/psych/json/stream.rb | |
29% [270/917] ext/psych/lib/psych/json/tree_builder.rb | |
29% [271/917] ext/psych/lib/psych/json/yaml_events.rb | |
29% [272/917] ext/psych/lib/psych/nodes.rb | |
29% [273/917] ext/psych/lib/psych/nodes/alias.rb | |
29% [274/917] ext/psych/lib/psych/nodes/document.rb | |
29% [275/917] ext/psych/lib/psych/nodes/mapping.rb | |
30% [276/917] ext/psych/lib/psych/nodes/node.rb | |
30% [277/917] ext/psych/lib/psych/nodes/scalar.rb | |
30% [278/917] ext/psych/lib/psych/nodes/sequence.rb | |
30% [279/917] ext/psych/lib/psych/nodes/stream.rb | |
30% [280/917] ext/psych/lib/psych/omap.rb | |
30% [281/917] ext/psych/lib/psych/parser.rb | |
30% [282/917] ext/psych/lib/psych/scalar_scanner.rb | |
30% [283/917] ext/psych/lib/psych/set.rb | |
30% [284/917] ext/psych/lib/psych/stream.rb | |
31% [285/917] ext/psych/lib/psych/streaming.rb | |
31% [286/917] ext/psych/lib/psych/syntax_error.rb | |
31% [287/917] ext/psych/lib/psych/tree_builder.rb | |
31% [288/917] ext/psych/lib/psych/versions.rb | |
31% [289/917] ext/psych/lib/psych/visitors.rb | |
31% [290/917] ext/psych/lib/psych/visitors/depth_first.rb | |
31% [291/917] ext/psych/lib/psych/visitors/emitter.rb | |
31% [292/917] ext/psych/lib/psych/visitors/json_tree.rb | |
31% [293/917] ext/psych/lib/psych/visitors/to_ruby.rb | |
32% [294/917] ext/psych/lib/psych/visitors/visitor.rb | |
32% [295/917] ext/psych/lib/psych/visitors/yaml_tree.rb | |
32% [296/917] ext/psych/lib/psych/y.rb | |
32% [297/917] ext/psych/psych.c | |
32% [298/917] ext/psych/psych_emitter.c | |
32% [299/917] ext/psych/psych_parser.c | |
32% [300/917] ext/psych/psych_to_ruby.c | |
32% [301/917] ext/psych/psych_yaml_tree.c | |
32% [302/917] ext/pty/lib/expect.rb | |
33% [303/917] ext/pty/pty.c | |
33% [304/917] ext/racc/cparse/cparse.c | |
33% [305/917] ext/rbconfig/sizeof/limits.c | |
33% [306/917] ext/rbconfig/sizeof/sizes.c | |
33% [307/917] ext/readline/readline.c | |
33% [308/917] ext/ripper/lib/ripper.rb | |
33% [309/917] ext/ripper/lib/ripper/core.rb | |
33% [310/917] ext/ripper/lib/ripper/filter.rb | |
33% [311/917] ext/ripper/lib/ripper/lexer.rb | |
34% [312/917] ext/ripper/lib/ripper/sexp.rb | |
34% [313/917] ext/socket/ancdata.c | |
34% [314/917] ext/socket/basicsocket.c | |
34% [315/917] ext/socket/constants.c | |
34% [316/917] ext/socket/constdefs.c | |
34% [317/917] ext/socket/ifaddr.c | |
34% [318/917] ext/socket/init.c | |
34% [319/917] ext/socket/ipsocket.c | |
34% [320/917] ext/socket/lib/socket.rb | |
35% [321/917] ext/socket/option.c | |
35% [322/917] ext/socket/raddrinfo.c | |
35% [323/917] ext/socket/socket.c | |
35% [324/917] ext/socket/sockssocket.c | |
35% [325/917] ext/socket/tcpserver.c | |
35% [326/917] ext/socket/tcpsocket.c | |
35% [327/917] ext/socket/udpsocket.c | |
35% [328/917] ext/socket/unixserver.c | |
35% [329/917] ext/socket/unixsocket.c | |
35% [330/917] ext/stringio/stringio.c | |
36% [331/917] ext/strscan/strscan.c | |
36% [332/917] ext/syslog/lib/syslog/logger.rb | |
36% [333/917] ext/syslog/syslog.c | |
36% [334/917] ext/win32/lib/win32/registry.rb | |
36% [335/917] ext/win32/lib/win32/resolv.rb | |
36% [336/917] ext/win32/lib/win32/sspi.rb | |
36% [337/917] ext/win32/resolv/resolv.c | |
36% [338/917] ext/win32ole/lib/win32ole.rb | |
36% [339/917] ext/win32ole/lib/win32ole/property.rb | |
37% [340/917] ext/win32ole/win32ole.c | |
37% [341/917] ext/win32ole/win32ole_error.c | |
37% [342/917] ext/win32ole/win32ole_event.c | |
37% [343/917] ext/win32ole/win32ole_method.c | |
37% [344/917] ext/win32ole/win32ole_param.c | |
37% [345/917] ext/win32ole/win32ole_record.c | |
37% [346/917] ext/win32ole/win32ole_type.c | |
37% [347/917] ext/win32ole/win32ole_typelib.c | |
37% [348/917] ext/win32ole/win32ole_variable.c | |
38% [349/917] ext/win32ole/win32ole_variant.c | |
38% [350/917] ext/win32ole/win32ole_variant_m.c | |
38% [351/917] ext/zlib/zlib.c | |
38% [352/917] file.c | |
38% [353/917] gc.c | |
38% [354/917] gc.rb | |
38% [355/917] golf_prelude.c | |
38% [356/917] goruby.c | |
38% [357/917] hash.c | |
39% [358/917] id.c | |
39% [359/917] id_table.c | |
39% [360/917] inits.c | |
39% [361/917] io.c | |
39% [362/917] io.rb | |
39% [363/917] io_buffer.c | |
39% [364/917] iseq.c | |
39% [365/917] kernel.rb | |
39% [366/917] lex.c | |
40% [367/917] lib/English.rb | |
40% [368/917] lib/abbrev.rb | |
40% [369/917] lib/base64.rb | |
40% [370/917] lib/benchmark.rb | |
40% [371/917] lib/benchmark/version.rb | |
40% [372/917] lib/bundler.rb | |
40% [373/917] lib/cgi.rb | |
40% [374/917] lib/cgi/cookie.rb | |
40% [375/917] lib/cgi/core.rb | |
41% [376/917] lib/cgi/html.rb | |
41% [377/917] lib/cgi/session.rb | |
41% [378/917] lib/cgi/session/pstore.rb | |
41% [379/917] lib/cgi/util.rb | |
41% [380/917] lib/csv.rb | |
41% [381/917] lib/csv/core_ext/array.rb | |
41% [382/917] lib/csv/core_ext/string.rb | |
41% [383/917] lib/csv/delete_suffix.rb | |
41% [384/917] lib/csv/fields_converter.rb | |
41% [385/917] lib/csv/input_record_separator.rb | |
42% [386/917] lib/csv/match_p.rb | |
42% [387/917] lib/csv/parser.rb | |
42% [388/917] lib/csv/row.rb | |
42% [389/917] lib/csv/table.rb | |
42% [390/917] lib/csv/version.rb | |
42% [391/917] lib/csv/writer.rb | |
42% [392/917] lib/delegate.rb | |
42% [393/917] lib/did_you_mean.rb | |
42% [394/917] lib/did_you_mean/core_ext/name_error.rb | |
43% [395/917] lib/did_you_mean/experimental.rb | |
43% [396/917] lib/did_you_mean/formatter.rb | |
43% [397/917] lib/did_you_mean/formatters/plain_formatter.rb | |
43% [398/917] lib/did_you_mean/formatters/verbose_formatter.rb | |
43% [399/917] lib/did_you_mean/jaro_winkler.rb | |
43% [400/917] lib/did_you_mean/levenshtein.rb | |
43% [401/917] lib/did_you_mean/spell_checker.rb | |
43% [402/917] lib/did_you_mean/spell_checkers/key_error_checker.rb | |
43% [403/917] lib/did_you_mean/spell_checkers/method_name_checker.rb | |
44% [404/917] lib/did_you_mean/spell_checkers/name_error_checkers.rb | |
44% [405/917] lib/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb | |
44% [406/917] lib/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb | |
44% [407/917] lib/did_you_mean/spell_checkers/null_checker.rb | |
44% [408/917] lib/did_you_mean/spell_checkers/pattern_key_name_checker.rb | |
44% [409/917] lib/did_you_mean/spell_checkers/require_path_checker.rb | |
44% [410/917] lib/did_you_mean/tree_spell_checker.rb | |
44% [411/917] lib/did_you_mean/verbose.rb | |
44% [412/917] lib/did_you_mean/version.rb | |
45% [413/917] lib/drb.rb | |
45% [414/917] lib/drb/acl.rb | |
45% [415/917] lib/drb/drb.rb | |
45% [416/917] lib/drb/eq.rb | |
45% [417/917] lib/drb/extserv.rb | |
45% [418/917] lib/drb/extservm.rb | |
45% [419/917] lib/drb/gw.rb | |
45% [420/917] lib/drb/invokemethod.rb | |
45% [421/917] lib/drb/observer.rb | |
46% [422/917] lib/drb/ssl.rb | |
46% [423/917] lib/drb/timeridconv.rb | |
46% [424/917] lib/drb/unix.rb | |
46% [425/917] lib/drb/version.rb | |
46% [426/917] lib/drb/weakidconv.rb | |
46% [427/917] lib/erb.rb | |
46% [428/917] lib/erb/version.rb | |
46% [429/917] lib/error_highlight.rb | |
46% [430/917] lib/error_highlight/base.rb | |
47% [431/917] lib/error_highlight/core_ext.rb | |
47% [432/917] lib/error_highlight/formatter.rb | |
47% [433/917] lib/error_highlight/version.rb | |
47% [434/917] lib/fileutils.rb | |
47% [435/917] lib/find.rb | |
47% [436/917] lib/forwardable.rb | |
47% [437/917] lib/forwardable/impl.rb | |
47% [438/917] lib/getoptlong.rb | |
47% [439/917] lib/ipaddr.rb | |
47% [440/917] lib/irb.rb | |
48% [441/917] lib/irb/cmd/chws.rb | |
48% [442/917] lib/irb/cmd/fork.rb | |
48% [443/917] lib/irb/cmd/help.rb | |
48% [444/917] lib/irb/cmd/info.rb | |
48% [445/917] lib/irb/cmd/load.rb | |
48% [446/917] lib/irb/cmd/ls.rb | |
48% [447/917] lib/irb/cmd/measure.rb | |
48% [448/917] lib/irb/cmd/nop.rb | |
48% [449/917] lib/irb/cmd/pushws.rb | |
49% [450/917] lib/irb/cmd/show_source.rb | |
49% [451/917] lib/irb/cmd/subirb.rb | |
49% [452/917] lib/irb/cmd/whereami.rb | |
49% [453/917] lib/irb/color.rb | |
49% [454/917] lib/irb/color_printer.rb | |
49% [455/917] lib/irb/completion.rb | |
49% [456/917] lib/irb/context.rb | |
49% [457/917] lib/irb/easter-egg.rb | |
49% [458/917] lib/irb/ext/change-ws.rb | |
50% [459/917] lib/irb/ext/history.rb | |
50% [460/917] lib/irb/ext/loader.rb | |
50% [461/917] lib/irb/ext/multi-irb.rb | |
50% [462/917] lib/irb/ext/save-history.rb | |
50% [463/917] lib/irb/ext/tracer.rb | |
50% [464/917] lib/irb/ext/use-loader.rb | |
50% [465/917] lib/irb/ext/workspaces.rb | |
50% [466/917] lib/irb/extend-command.rb | |
50% [467/917] lib/irb/frame.rb | |
51% [468/917] lib/irb/help.rb | |
51% [469/917] lib/irb/init.rb | |
51% [470/917] lib/irb/input-method.rb | |
51% [471/917] lib/irb/inspector.rb | |
51% [472/917] lib/irb/lc/error.rb | |
51% [473/917] lib/irb/lc/ja/encoding_aliases.rb | |
51% [474/917] lib/irb/lc/ja/error.rb | |
51% [475/917] lib/irb/locale.rb | |
51% [476/917] lib/irb/magic-file.rb | |
52% [477/917] lib/irb/notifier.rb | |
52% [478/917] lib/irb/output-method.rb | |
52% [479/917] lib/irb/ruby-lex.rb | |
52% [480/917] lib/irb/src_encoding.rb | |
52% [481/917] lib/irb/version.rb | |
52% [482/917] lib/irb/workspace.rb | |
52% [483/917] lib/irb/ws-for-case-2.rb | |
52% [484/917] lib/irb/xmp.rb | |
52% [485/917] lib/logger.rb | |
52% [486/917] lib/logger/errors.rb | |
53% [487/917] lib/logger/formatter.rb | |
53% [488/917] lib/logger/log_device.rb | |
53% [489/917] lib/logger/period.rb | |
53% [490/917] lib/logger/severity.rb | |
53% [491/917] lib/logger/version.rb | |
53% [492/917] lib/mkmf.rb | |
53% [493/917] lib/mutex_m.rb | |
53% [494/917] lib/net/http.rb | |
53% [495/917] lib/net/http/backward.rb | |
54% [496/917] lib/net/http/exceptions.rb | |
54% [497/917] lib/net/http/generic_request.rb | |
54% [498/917] lib/net/http/header.rb | |
54% [499/917] lib/net/http/proxy_delta.rb | |
54% [500/917] lib/net/http/request.rb | |
54% [501/917] lib/net/http/requests.rb | |
54% [502/917] lib/net/http/response.rb | |
54% [503/917] lib/net/http/responses.rb | |
54% [504/917] lib/net/http/status.rb | |
55% [505/917] lib/net/https.rb | |
55% [506/917] lib/net/protocol.rb | |
55% [507/917] lib/observer.rb | |
55% [508/917] lib/open-uri.rb | |
55% [509/917] lib/open3.rb | |
55% [510/917] lib/open3/version.rb | |
55% [511/917] lib/optionparser.rb | |
55% [512/917] lib/optparse.rb | |
55% [513/917] lib/optparse/ac.rb | |
56% [514/917] lib/optparse/date.rb | |
56% [515/917] lib/optparse/kwargs.rb | |
56% [516/917] lib/optparse/shellwords.rb | |
56% [517/917] lib/optparse/time.rb | |
56% [518/917] lib/optparse/uri.rb | |
56% [519/917] lib/optparse/version.rb | |
56% [520/917] lib/ostruct.rb | |
56% [521/917] lib/pp.rb | |
56% [522/917] lib/prettyprint.rb | |
57% [523/917] lib/pstore.rb | |
57% [524/917] lib/racc.rb | |
57% [525/917] lib/racc/compat.rb | |
57% [526/917] lib/racc/debugflags.rb | |
57% [527/917] lib/racc/exception.rb | |
57% [528/917] lib/racc/grammar.rb | |
57% [529/917] lib/racc/grammarfileparser.rb | |
57% [530/917] lib/racc/info.rb | |
57% [531/917] lib/racc/iset.rb | |
58% [532/917] lib/racc/logfilegenerator.rb | |
58% [533/917] lib/racc/parser-text.rb | |
58% [534/917] lib/racc/parser.rb | |
58% [535/917] lib/racc/parserfilegenerator.rb | |
58% [536/917] lib/racc/sourcetext.rb | |
58% [537/917] lib/racc/state.rb | |
58% [538/917] lib/racc/statetransitiontable.rb | |
58% [539/917] lib/racc/static.rb | |
58% [540/917] lib/random/formatter.rb | |
58% [541/917] lib/rdoc.rb | |
59% [542/917] lib/rdoc/alias.rb | |
59% [543/917] lib/rdoc/anon_class.rb | |
59% [544/917] lib/rdoc/any_method.rb | |
59% [545/917] lib/rdoc/attr.rb | |
59% [546/917] lib/rdoc/class_module.rb | |
59% [547/917] lib/rdoc/code_object.rb | |
59% [548/917] lib/rdoc/code_objects.rb | |
59% [549/917] lib/rdoc/comment.rb | |
59% [550/917] lib/rdoc/constant.rb | |
60% [551/917] lib/rdoc/context.rb | |
60% [552/917] lib/rdoc/cross_reference.rb | |
60% [553/917] lib/rdoc/encoding.rb | |
60% [554/917] lib/rdoc/erb_partial.rb | |
60% [555/917] lib/rdoc/erbio.rb | |
60% [556/917] lib/rdoc/extend.rb | |
60% [557/917] lib/rdoc/generator.rb | |
60% [558/917] lib/rdoc/ghost_method.rb | |
60% [559/917] lib/rdoc/i18n.rb | |
61% [560/917] lib/rdoc/include.rb | |
61% [561/917] lib/rdoc/known_classes.rb | |
61% [562/917] lib/rdoc/markdown.rb | |
61% [563/917] lib/rdoc/markup.rb | |
61% [564/917] lib/rdoc/meta_method.rb | |
61% [565/917] lib/rdoc/method_attr.rb | |
61% [566/917] lib/rdoc/mixin.rb | |
61% [567/917] lib/rdoc/normal_class.rb | |
61% [568/917] lib/rdoc/normal_module.rb | |
62% [569/917] lib/rdoc/options.rb | |
62% [570/917] lib/rdoc/parser.rb | |
62% [571/917] lib/rdoc/parser/c.rb | |
62% [572/917] lib/rdoc/parser/changelog.rb | |
62% [573/917] lib/rdoc/parser/markdown.rb | |
62% [574/917] lib/rdoc/parser/rd.rb | |
62% [575/917] lib/rdoc/parser/ripper_state_lex.rb | |
62% [576/917] lib/rdoc/parser/ruby.rb | |
62% [577/917] lib/rdoc/parser/ruby_tools.rb | |
63% [578/917] lib/rdoc/parser/simple.rb | |
63% [579/917] lib/rdoc/parser/text.rb | |
63% [580/917] lib/rdoc/rd.rb | |
63% [581/917] lib/rdoc/rdoc.rb | |
63% [582/917] lib/rdoc/require.rb | |
63% [583/917] lib/rdoc/ri.rb | |
63% [584/917] lib/rdoc/rubygems_hook.rb | |
63% [585/917] lib/rdoc/servlet.rb | |
63% [586/917] lib/rdoc/single_class.rb | |
64% [587/917] lib/rdoc/stats.rb | |
64% [588/917] lib/rdoc/store.rb | |
64% [589/917] lib/rdoc/task.rb | |
64% [590/917] lib/rdoc/text.rb | |
64% [591/917] lib/rdoc/token_stream.rb | |
64% [592/917] lib/rdoc/tom_doc.rb | |
64% [593/917] lib/rdoc/top_level.rb | |
64% [594/917] lib/rdoc/version.rb | |
64% [595/917] lib/readline.rb | |
64% [596/917] lib/reline.rb | |
65% [597/917] lib/reline/ansi.rb | |
65% [598/917] lib/reline/config.rb | |
65% [599/917] lib/reline/general_io.rb | |
65% [600/917] lib/reline/history.rb | |
65% [601/917] lib/reline/key_actor.rb | |
65% [602/917] lib/reline/key_actor/base.rb | |
65% [603/917] lib/reline/key_actor/emacs.rb | |
65% [604/917] lib/reline/key_actor/vi_command.rb | |
65% [605/917] lib/reline/key_actor/vi_insert.rb | |
66% [606/917] lib/reline/key_stroke.rb | |
66% [607/917] lib/reline/kill_ring.rb | |
66% [608/917] lib/reline/line_editor.rb | |
66% [609/917] lib/reline/terminfo.rb | |
66% [610/917] lib/reline/unicode.rb | |
66% [611/917] lib/reline/unicode/east_asian_width.rb | |
66% [612/917] lib/reline/version.rb | |
66% [613/917] lib/reline/windows.rb | |
66% [614/917] lib/resolv-replace.rb | |
67% [615/917] lib/resolv.rb | |
67% [616/917] lib/rinda/rinda.rb | |
67% [617/917] lib/rinda/ring.rb | |
67% [618/917] lib/rinda/tuplespace.rb | |
67% [619/917] lib/rubygems.rb | |
67% [620/917] lib/rubygems/available_set.rb | |
67% [621/917] lib/rubygems/basic_specification.rb | |
67% [622/917] lib/rubygems/bundler_version_finder.rb | |
67% [623/917] lib/rubygems/command.rb | |
68% [624/917] lib/rubygems/command_manager.rb | |
68% [625/917] lib/rubygems/commands/build_command.rb | |
68% [626/917] lib/rubygems/commands/cert_command.rb | |
68% [627/917] lib/rubygems/commands/check_command.rb | |
68% [628/917] lib/rubygems/commands/cleanup_command.rb | |
68% [629/917] lib/rubygems/commands/contents_command.rb | |
68% [630/917] lib/rubygems/commands/dependency_command.rb | |
68% [631/917] lib/rubygems/commands/environment_command.rb | |
68% [632/917] lib/rubygems/commands/fetch_command.rb | |
69% [633/917] lib/rubygems/commands/generate_index_command.rb | |
69% [634/917] lib/rubygems/commands/help_command.rb | |
69% [635/917] lib/rubygems/commands/info_command.rb | |
69% [636/917] lib/rubygems/commands/install_command.rb | |
69% [637/917] lib/rubygems/commands/list_command.rb | |
69% [638/917] lib/rubygems/commands/lock_command.rb | |
69% [639/917] lib/rubygems/commands/mirror_command.rb | |
69% [640/917] lib/rubygems/commands/open_command.rb | |
69% [641/917] lib/rubygems/commands/outdated_command.rb | |
70% [642/917] lib/rubygems/commands/owner_command.rb | |
70% [643/917] lib/rubygems/commands/pristine_command.rb | |
70% [644/917] lib/rubygems/commands/push_command.rb | |
70% [645/917] lib/rubygems/commands/query_command.rb | |
70% [646/917] lib/rubygems/commands/rdoc_command.rb | |
70% [647/917] lib/rubygems/commands/search_command.rb | |
70% [648/917] lib/rubygems/commands/server_command.rb | |
70% [649/917] lib/rubygems/commands/setup_command.rb | |
70% [650/917] lib/rubygems/commands/signin_command.rb | |
70% [651/917] lib/rubygems/commands/signout_command.rb | |
71% [652/917] lib/rubygems/commands/sources_command.rb | |
71% [653/917] lib/rubygems/commands/specification_command.rb | |
71% [654/917] lib/rubygems/commands/stale_command.rb | |
71% [655/917] lib/rubygems/commands/uninstall_command.rb | |
71% [656/917] lib/rubygems/commands/unpack_command.rb | |
71% [657/917] lib/rubygems/commands/update_command.rb | |
71% [658/917] lib/rubygems/commands/which_command.rb | |
71% [659/917] lib/rubygems/commands/yank_command.rb | |
71% [660/917] lib/rubygems/compatibility.rb | |
72% [661/917] lib/rubygems/config_file.rb | |
72% [662/917] lib/rubygems/core_ext/kernel_gem.rb | |
72% [663/917] lib/rubygems/core_ext/kernel_require.rb | |
72% [664/917] lib/rubygems/core_ext/kernel_warn.rb | |
72% [665/917] lib/rubygems/core_ext/tcpsocket_init.rb | |
72% [666/917] lib/rubygems/defaults.rb | |
72% [667/917] lib/rubygems/dependency.rb | |
72% [668/917] lib/rubygems/dependency_installer.rb | |
72% [669/917] lib/rubygems/dependency_list.rb | |
73% [670/917] lib/rubygems/deprecate.rb | |
73% [671/917] lib/rubygems/doctor.rb | |
73% [672/917] lib/rubygems/errors.rb | |
73% [673/917] lib/rubygems/exceptions.rb | |
73% [674/917] lib/rubygems/ext.rb | |
73% [675/917] lib/rubygems/ext/build_error.rb | |
73% [676/917] lib/rubygems/ext/builder.rb | |
73% [677/917] lib/rubygems/ext/cmake_builder.rb | |
73% [678/917] lib/rubygems/ext/configure_builder.rb | |
74% [679/917] lib/rubygems/ext/ext_conf_builder.rb | |
74% [680/917] lib/rubygems/ext/rake_builder.rb | |
74% [681/917] lib/rubygems/gem_runner.rb | |
74% [682/917] lib/rubygems/gemcutter_utilities.rb | |
74% [683/917] lib/rubygems/indexer.rb | |
74% [684/917] lib/rubygems/install_default_message.rb | |
74% [685/917] lib/rubygems/install_message.rb | |
74% [686/917] lib/rubygems/install_update_options.rb | |
74% [687/917] lib/rubygems/installer.rb | |
75% [688/917] lib/rubygems/installer_uninstaller_utils.rb | |
75% [689/917] lib/rubygems/local_remote_options.rb | |
75% [690/917] lib/rubygems/mock_gem_ui.rb | |
75% [691/917] lib/rubygems/name_tuple.rb | |
75% [692/917] lib/rubygems/openssl.rb | |
75% [693/917] lib/rubygems/optparse.rb | |
75% [694/917] lib/rubygems/package.rb | |
75% [695/917] lib/rubygems/package/digest_io.rb | |
75% [696/917] lib/rubygems/package/file_source.rb | |
76% [697/917] lib/rubygems/package/io_source.rb | |
76% [698/917] lib/rubygems/package/old.rb | |
76% [699/917] lib/rubygems/package/source.rb | |
76% [700/917] lib/rubygems/package/tar_header.rb | |
76% [701/917] lib/rubygems/package/tar_reader.rb | |
76% [702/917] lib/rubygems/package/tar_reader/entry.rb | |
76% [703/917] lib/rubygems/package/tar_writer.rb | |
76% [704/917] lib/rubygems/package_task.rb | |
76% [705/917] lib/rubygems/path_support.rb | |
76% [706/917] lib/rubygems/platform.rb | |
77% [707/917] lib/rubygems/psych_additions.rb | |
77% [708/917] lib/rubygems/psych_tree.rb | |
77% [709/917] lib/rubygems/query_utils.rb | |
77% [710/917] lib/rubygems/rdoc.rb | |
77% [711/917] lib/rubygems/remote_fetcher.rb | |
77% [712/917] lib/rubygems/request.rb | |
77% [713/917] lib/rubygems/request/connection_pools.rb | |
77% [714/917] lib/rubygems/request/http_pool.rb | |
77% [715/917] lib/rubygems/request/https_pool.rb | |
78% [716/917] lib/rubygems/request_set.rb | |
78% [717/917] lib/rubygems/request_set/gem_dependency_api.rb | |
78% [718/917] lib/rubygems/request_set/lockfile.rb | |
78% [719/917] lib/rubygems/request_set/lockfile/parser.rb | |
78% [720/917] lib/rubygems/request_set/lockfile/tokenizer.rb | |
78% [721/917] lib/rubygems/requirement.rb | |
78% [722/917] lib/rubygems/resolver.rb | |
78% [723/917] lib/rubygems/resolver/activation_request.rb | |
78% [724/917] lib/rubygems/resolver/api_set.rb | |
79% [725/917] lib/rubygems/resolver/api_set/gem_parser.rb | |
79% [726/917] lib/rubygems/resolver/api_specification.rb | |
79% [727/917] lib/rubygems/resolver/best_set.rb | |
79% [728/917] lib/rubygems/resolver/composed_set.rb | |
79% [729/917] lib/rubygems/resolver/conflict.rb | |
79% [730/917] lib/rubygems/resolver/current_set.rb | |
79% [731/917] lib/rubygems/resolver/dependency_request.rb | |
79% [732/917] lib/rubygems/resolver/git_set.rb | |
79% [733/917] lib/rubygems/resolver/git_specification.rb | |
80% [734/917] lib/rubygems/resolver/index_set.rb | |
80% [735/917] lib/rubygems/resolver/index_specification.rb | |
80% [736/917] lib/rubygems/resolver/installed_specification.rb | |
80% [737/917] lib/rubygems/resolver/installer_set.rb | |
80% [738/917] lib/rubygems/resolver/local_specification.rb | |
80% [739/917] lib/rubygems/resolver/lock_set.rb | |
80% [740/917] lib/rubygems/resolver/lock_specification.rb | |
80% [741/917] lib/rubygems/resolver/molinillo.rb | |
80% [742/917] lib/rubygems/resolver/molinillo/lib/molinillo.rb | |
81% [743/917] lib/rubygems/resolver/molinillo/lib/molinillo/delegates/resolution_state.rb | |
81% [744/917] lib/rubygems/resolver/molinillo/lib/molinillo/delegates/specification_provider.rb | |
81% [745/917] lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph.rb | |
81% [746/917] lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/action.rb | |
81% [747/917] lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb | |
81% [748/917] lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_vertex.rb | |
81% [749/917] lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/delete_edge.rb | |
81% [750/917] lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb | |
81% [751/917] lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/log.rb | |
82% [752/917] lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/set_payload.rb | |
82% [753/917] lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/tag.rb | |
82% [754/917] lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/vertex.rb | |
82% [755/917] lib/rubygems/resolver/molinillo/lib/molinillo/errors.rb | |
82% [756/917] lib/rubygems/resolver/molinillo/lib/molinillo/gem_metadata.rb | |
82% [757/917] lib/rubygems/resolver/molinillo/lib/molinillo/modules/specification_provider.rb | |
82% [758/917] lib/rubygems/resolver/molinillo/lib/molinillo/modules/ui.rb | |
82% [759/917] lib/rubygems/resolver/molinillo/lib/molinillo/resolution.rb | |
82% [760/917] lib/rubygems/resolver/molinillo/lib/molinillo/resolver.rb | |
82% [761/917] lib/rubygems/resolver/molinillo/lib/molinillo/state.rb | |
83% [762/917] lib/rubygems/resolver/requirement_list.rb | |
83% [763/917] lib/rubygems/resolver/set.rb | |
83% [764/917] lib/rubygems/resolver/source_set.rb | |
83% [765/917] lib/rubygems/resolver/spec_specification.rb | |
83% [766/917] lib/rubygems/resolver/specification.rb | |
83% [767/917] lib/rubygems/resolver/stats.rb | |
83% [768/917] lib/rubygems/resolver/vendor_set.rb | |
83% [769/917] lib/rubygems/resolver/vendor_specification.rb | |
83% [770/917] lib/rubygems/s3_uri_signer.rb | |
84% [771/917] lib/rubygems/safe_yaml.rb | |
84% [772/917] lib/rubygems/security.rb | |
84% [773/917] lib/rubygems/security/policies.rb | |
84% [774/917] lib/rubygems/security/policy.rb | |
84% [775/917] lib/rubygems/security/signer.rb | |
84% [776/917] lib/rubygems/security/trust_dir.rb | |
84% [777/917] lib/rubygems/security_option.rb | |
84% [778/917] lib/rubygems/source.rb | |
84% [779/917] lib/rubygems/source/git.rb | |
85% [780/917] lib/rubygems/source/installed.rb | |
85% [781/917] lib/rubygems/source/local.rb | |
85% [782/917] lib/rubygems/source/lock.rb | |
85% [783/917] lib/rubygems/source/specific_file.rb | |
85% [784/917] lib/rubygems/source/vendor.rb | |
85% [785/917] lib/rubygems/source_list.rb | |
85% [786/917] lib/rubygems/spec_fetcher.rb | |
85% [787/917] lib/rubygems/specification.rb | |
85% [788/917] lib/rubygems/specification_policy.rb | |
86% [789/917] lib/rubygems/stub_specification.rb | |
86% [790/917] lib/rubygems/text.rb | |
86% [791/917] lib/rubygems/tsort.rb | |
86% [792/917] lib/rubygems/uninstaller.rb | |
86% [793/917] lib/rubygems/unknown_command_spell_checker.rb | |
86% [794/917] lib/rubygems/uri.rb | |
86% [795/917] lib/rubygems/uri_formatter.rb | |
86% [796/917] lib/rubygems/user_interaction.rb | |
86% [797/917] lib/rubygems/util.rb | |
87% [798/917] lib/rubygems/util/licenses.rb | |
87% [799/917] lib/rubygems/util/list.rb | |
87% [800/917] lib/rubygems/validator.rb | |
87% [801/917] lib/rubygems/version.rb | |
87% [802/917] lib/rubygems/version_option.rb | |
87% [803/917] lib/securerandom.rb | |
87% [804/917] lib/set.rb | |
87% [805/917] lib/set/sorted_set.rb | |
87% [806/917] lib/shellwords.rb | |
88% [807/917] lib/singleton.rb | |
88% [808/917] lib/tempfile.rb | |
88% [809/917] lib/time.rb | |
88% [810/917] lib/timeout.rb | |
88% [811/917] lib/tmpdir.rb | |
88% [812/917] lib/tsort.rb | |
88% [813/917] lib/un.rb | |
88% [814/917] lib/unicode_normalize/normalize.rb | |
88% [815/917] lib/unicode_normalize/tables.rb | |
88% [816/917] lib/uri.rb | |
89% [817/917] lib/uri/common.rb | |
89% [818/917] lib/uri/file.rb | |
89% [819/917] lib/uri/ftp.rb | |
89% [820/917] lib/uri/generic.rb | |
89% [821/917] lib/uri/http.rb | |
89% [822/917] lib/uri/https.rb | |
89% [823/917] lib/uri/ldap.rb | |
89% [824/917] lib/uri/ldaps.rb | |
89% [825/917] lib/uri/mailto.rb | |
90% [826/917] lib/uri/rfc2396_parser.rb | |
90% [827/917] lib/uri/rfc3986_parser.rb | |
90% [828/917] lib/uri/version.rb | |
90% [829/917] lib/uri/ws.rb | |
90% [830/917] lib/uri/wss.rb | |
90% [831/917] lib/weakref.rb | |
90% [832/917] lib/yaml.rb | |
90% [833/917] lib/yaml/dbm.rb | |
90% [834/917] lib/yaml/store.rb | |
91% [835/917] load.c | |
91% [836/917] loadpath.c | |
91% [837/917] localeinit.c | |
91% [838/917] main.c | |
91% [839/917] marshal.c | |
91% [840/917] marshal.rb | |
91% [841/917] math.c | |
91% [842/917] memory_view.c | |
91% [843/917] mini_builtin.c | |
92% [844/917] miniinit.c | |
92% [845/917] miniprelude.c | |
92% [846/917] mjit.c | |
92% [847/917] mjit_compile.c | |
92% [848/917] mjit_worker.c | |
92% [849/917] nilclass.rb | |
92% [850/917] node.c | |
92% [851/917] numeric.c | |
92% [852/917] numeric.rb | |
93% [853/917] object.c | |
93% [854/917] pack.c | |
93% [855/917] pack.rb | |
93% [856/917] parse.c | |
93% [857/917] parse.y | |
93% [858/917] prelude.rb | |
93% [859/917] proc.c | |
93% [860/917] process.c | |
93% [861/917] ractor.c | |
94% [862/917] ractor.rb | |
94% [863/917] random.c | |
94% [864/917] range.c | |
94% [865/917] rational.c | |
94% [866/917] rbconfig.rb | |
94% [867/917] re.c | |
94% [868/917] regcomp.c | |
94% [869/917] regenc.c | |
94% [870/917] regerror.c | |
94% [871/917] regexec.c | |
95% [872/917] regparse.c | |
95% [873/917] regsyntax.c | |
95% [874/917] ruby-runner.c | |
95% [875/917] ruby.c | |
95% [876/917] rubystub.c | |
95% [877/917] scheduler.c | |
95% [878/917] signal.c | |
95% [879/917] siphash.c | |
95% [880/917] sparc.c | |
96% [881/917] sprintf.c | |
96% [882/917] st.c | |
96% [883/917] strftime.c | |
96% [884/917] string.c | |
96% [885/917] struct.c | |
96% [886/917] symbol.c | |
96% [887/917] thread.c | |
96% [888/917] thread_pthread.c | |
96% [889/917] thread_sync.c | |
97% [890/917] thread_win32.c | |
97% [891/917] time.c | |
97% [892/917] timev.rb | |
97% [893/917] trace_point.rb | |
97% [894/917] transcode.c | |
97% [895/917] transient_heap.c | |
97% [896/917] util.c | |
97% [897/917] variable.c | |
97% [898/917] version.c | |
98% [899/917] vm.c | |
98% [900/917] vm_args.c | |
98% [901/917] vm_backtrace.c | |
98% [902/917] vm_dump.c | |
98% [903/917] vm_eval.c | |
98% [904/917] vm_exec.c | |
98% [905/917] vm_insnhelper.c | |
98% [906/917] vm_method.c | |
98% [907/917] vm_sync.c | |
99% [908/917] vm_trace.c | |
99% [909/917] vsnprintf.c | |
99% [910/917] warning.rb | |
99% [911/917] win32/README.win32 | |
99% [912/917] yjit.c | |
99% [913/917] yjit_asm.c | |
99% [914/917] yjit_codegen.c | |
99% [915/917] yjit_core.c | |
99% [916/917] yjit_iface.c | |
100% [917/917] yjit_utils.c | |
Generating RI format into /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/.ext/rdoc... | |
Files: 917 | |
Classes: 983 ( 322 undocumented) | |
Modules: 206 ( 59 undocumented) | |
Constants: 2200 ( 597 undocumented) | |
Attributes: 984 ( 290 undocumented) | |
Methods: 9458 (2162 undocumented) | |
Total: 13831 (3430 undocumented) | |
75.20% documented | |
Elapsed: 33.4s | |
BASERUBY = /home/deploy/.rbenv/shims/ruby --disable=gems | |
CC = gcc | |
LD = ld | |
LDSHARED = gcc -shared | |
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -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 -Wundef -std=gnu99 -fPIC | |
XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/13.0.0 | |
CPPFLAGS = -I/home/deploy/.rbenv/versions/3.1.2/include | |
DLDFLAGS = -L/home/deploy/.rbenv/versions/3.1.2/lib -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.1 -fstack-protector-strong | |
SOLIBS = -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm | |
LANG = C.UTF-8 | |
LC_ALL = | |
LC_CTYPE = | |
MFLAGS = | |
gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.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 enc.mk | |
making srcs under enc | |
make[1]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2' | |
make[1]: Nothing to be done for 'srcs'. | |
make[1]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2' | |
generating transdb.h | |
transdb.h unchanged | |
generating makefiles ext/configure-ext.mk | |
ext/configure-ext.mk updated | |
make[1]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2' | |
make[1]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2' | |
generating makefile exts.mk | |
exts.mk unchanged | |
make[1]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/RUBY_ALIGNOF' | |
linking shared-object -test-/RUBY_ALIGNOF.so | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/-test-/RUBY_ALIGNOF' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/bigdecimal' | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/bigdecimal' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/coverage' | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/coverage' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/date' | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/date' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/digest' | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/digest' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/digest/sha2' | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/digest/sha2' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/fiddle' | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/fiddle' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/io/console' | |
linking shared-object io/console.so | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/io/console' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/io/nonblock' | |
linking shared-object io/nonblock.so | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/io/nonblock' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/json' | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/json' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/monitor' | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/monitor' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/nkf' | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/nkf' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/objspace' | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/objspace' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/openssl' | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/openssl' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/pathname' | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/pathname' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/psych' | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/psych' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/pty' | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/pty' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/ripper' | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/ripper' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/rubyvm' | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/rubyvm' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/socket' | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/socket' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/syslog' | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/ext/syslog' | |
make[2]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2' | |
./revision.h unchanged | |
make[2]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2' | |
make[1]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2' | |
make[1]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2' | |
make[1]: Nothing to be done for 'note'. | |
make[1]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2' | |
making enc | |
make[1]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2' | |
make[1]: Nothing to be done for 'enc'. | |
make[1]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2' | |
making trans | |
make[1]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2' | |
make[1]: Nothing to be done for './enc/trans'. | |
make[1]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2' | |
making encs | |
make[1]: Entering directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2' | |
make[1]: Nothing to be done for 'encs'. | |
make[1]: Leaving directory '/tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2' | |
Generating RDoc documentation | |
Parsing sources... | |
0% [ 1/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/NEWS-1.8.7 | |
0% [ 2/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/NEWS-1.9.1 | |
0% [ 3/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/NEWS-1.9.2 | |
0% [ 4/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/NEWS-1.9.3 | |
0% [ 5/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/NEWS-2.0.0 | |
0% [ 6/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/NEWS-2.1.0 | |
0% [ 7/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/NEWS-2.2.0 | |
0% [ 8/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/NEWS-2.3.0 | |
0% [ 9/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/NEWS-2.4.0 | |
1% [10/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/NEWS-2.5.0 | |
1% [11/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/NEWS-2.6.0 | |
1% [12/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/NEWS-2.7.0 | |
1% [13/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/NEWS-3.0.0.md | |
1% [14/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/bsearch.rdoc | |
1% [15/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/bug_triaging.rdoc | |
1% [16/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/case_mapping.rdoc | |
1% [17/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/contributing.rdoc | |
1% [18/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/dig_methods.rdoc | |
2% [19/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/documentation_guide.rdoc | |
2% [20/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/dtrace_probes.rdoc | |
2% [21/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/extension.ja.rdoc | |
2% [22/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/extension.rdoc | |
2% [23/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/fiber.md | |
2% [24/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/globals.rdoc | |
2% [25/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/hacking.md | |
2% [26/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/implicit_conversion.rdoc | |
2% [27/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/keywords.rdoc | |
3% [28/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/maintainers.rdoc | |
3% [29/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/make_cheatsheet.md | |
3% [30/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/marshal.rdoc | |
3% [31/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/memory_view.md | |
3% [32/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/ractor.md | |
3% [33/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/regexp.rdoc | |
3% [34/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/security.rdoc | |
3% [35/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/signals.rdoc | |
3% [36/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/standard_library.rdoc | |
4% [37/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/syntax.rdoc | |
4% [38/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/syntax/assignment.rdoc | |
4% [39/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/syntax/calling_methods.rdoc | |
4% [40/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/syntax/comments.rdoc | |
4% [41/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/syntax/control_expressions.rdoc | |
4% [42/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/syntax/exceptions.rdoc | |
4% [43/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/syntax/literals.rdoc | |
4% [44/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/syntax/methods.rdoc | |
4% [45/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/syntax/miscellaneous.rdoc | |
5% [46/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/syntax/modules_and_classes.rdoc | |
5% [47/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/syntax/pattern_matching.rdoc | |
5% [48/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/syntax/precedence.rdoc | |
5% [49/917] /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/doc/syntax/refinements.rdoc | |
5% [50/917] CONTRIBUTING.md | |
5% [51/917] COPYING | |
5% [52/917] COPYING.ja | |
5% [53/917] LEGAL | |
5% [54/917] NEWS.md | |
5% [55/917] README.ja.md | |
6% [56/917] README.md | |
6% [57/917] addr2line.c | |
6% [58/917] array.c | |
6% [59/917] array.rb | |
6% [60/917] ast.c | |
6% [61/917] ast.rb | |
6% [62/917] bignum.c | |
6% [63/917] builtin.c | |
6% [64/917] class.c | |
7% [65/917] compar.c | |
7% [66/917] compile.c | |
7% [67/917] complex.c | |
7% [68/917] cont.c | |
7% [69/917] debug.c | |
7% [70/917] debug_counter.c | |
7% [71/917] dir.c | |
7% [72/917] dir.rb | |
7% [73/917] dln.c | |
8% [74/917] dln_find.c | |
8% [75/917] dmydln.c | |
8% [76/917] dmyenc.c | |
8% [77/917] dmyext.c | |
8% [78/917] doc/NEWS-1.8.7 | |
8% [79/917] doc/NEWS-1.9.1 | |
8% [80/917] doc/NEWS-1.9.2 | |
8% [81/917] doc/NEWS-1.9.3 | |
8% [82/917] doc/NEWS-2.0.0 | |
9% [83/917] doc/NEWS-2.1.0 | |
9% [84/917] doc/NEWS-2.2.0 | |
9% [85/917] doc/NEWS-2.3.0 | |
9% [86/917] doc/NEWS-2.4.0 | |
9% [87/917] doc/NEWS-2.5.0 | |
9% [88/917] doc/NEWS-2.6.0 | |
9% [89/917] doc/NEWS-2.7.0 | |
9% [90/917] doc/NEWS-3.0.0.md | |
9% [91/917] doc/bsearch.rdoc | |
10% [92/917] doc/bug_triaging.rdoc | |
10% [93/917] doc/case_mapping.rdoc | |
10% [94/917] doc/contributing.rdoc | |
10% [95/917] doc/dig_methods.rdoc | |
10% [96/917] doc/documentation_guide.rdoc | |
10% [97/917] doc/dtrace_probes.rdoc | |
10% [98/917] doc/extension.ja.rdoc | |
10% [99/917] doc/extension.rdoc | |
10% [100/917] doc/fiber.md | |
11% [101/917] doc/globals.rdoc | |
11% [102/917] doc/hacking.md | |
11% [103/917] doc/implicit_conversion.rdoc | |
11% [104/917] doc/keywords.rdoc | |
11% [105/917] doc/maintainers.rdoc | |
11% [106/917] doc/make_cheatsheet.md | |
11% [107/917] doc/marshal.rdoc | |
11% [108/917] doc/memory_view.md | |
11% [109/917] doc/ractor.md | |
11% [110/917] doc/regexp.rdoc | |
12% [111/917] doc/security.rdoc | |
12% [112/917] doc/signals.rdoc | |
12% [113/917] doc/standard_library.rdoc | |
12% [114/917] doc/syntax.rdoc | |
12% [115/917] doc/syntax/assignment.rdoc | |
12% [116/917] doc/syntax/calling_methods.rdoc | |
12% [117/917] doc/syntax/comments.rdoc | |
12% [118/917] doc/syntax/control_expressions.rdoc | |
12% [119/917] doc/syntax/exceptions.rdoc | |
13% [120/917] doc/syntax/literals.rdoc | |
13% [121/917] doc/syntax/methods.rdoc | |
13% [122/917] doc/syntax/miscellaneous.rdoc | |
13% [123/917] doc/syntax/modules_and_classes.rdoc | |
13% [124/917] doc/syntax/pattern_matching.rdoc | |
13% [125/917] doc/syntax/precedence.rdoc | |
13% [126/917] doc/syntax/refinements.rdoc | |
13% [127/917] encoding.c | |
13% [128/917] enum.c | |
14% [129/917] enumerator.c | |
14% [130/917] error.c | |
14% [131/917] eval.c | |
14% [132/917] eval_error.c | |
14% [133/917] eval_jump.c | |
14% [134/917] ext/bigdecimal/bigdecimal.c | |
14% [135/917] ext/bigdecimal/lib/bigdecimal.rb | |
14% [136/917] ext/bigdecimal/lib/bigdecimal/jacobian.rb | |
14% [137/917] ext/bigdecimal/lib/bigdecimal/ludcmp.rb | |
15% [138/917] ext/bigdecimal/lib/bigdecimal/math.rb | |
15% [139/917] ext/bigdecimal/lib/bigdecimal/newton.rb | |
15% [140/917] ext/bigdecimal/lib/bigdecimal/util.rb | |
15% [141/917] ext/cgi/escape/escape.c | |
15% [142/917] ext/continuation/continuation.c | |
15% [143/917] ext/coverage/coverage.c | |
15% [144/917] ext/coverage/lib/coverage.rb | |
15% [145/917] ext/date/date_core.c | |
15% [146/917] ext/date/date_parse.c | |
16% [147/917] ext/date/date_strftime.c | |
16% [148/917] ext/date/date_strptime.c | |
16% [149/917] ext/date/lib/date.rb | |
16% [150/917] ext/digest/bubblebabble/bubblebabble.c | |
16% [151/917] ext/digest/digest.c | |
16% [152/917] ext/digest/lib/digest.rb | |
16% [153/917] ext/digest/lib/digest/loader.rb | |
16% [154/917] ext/digest/lib/digest/version.rb | |
16% [155/917] ext/digest/md5/md5init.c | |
17% [156/917] ext/digest/rmd160/rmd160init.c | |
17% [157/917] ext/digest/sha1/sha1init.c | |
17% [158/917] ext/digest/sha2/lib/sha2.rb | |
17% [159/917] ext/digest/sha2/lib/sha2/loader.rb | |
17% [160/917] ext/digest/sha2/sha2init.c | |
17% [161/917] ext/etc/etc.c | |
17% [162/917] ext/fcntl/fcntl.c | |
17% [163/917] ext/fiddle/closure.c | |
17% [164/917] ext/fiddle/conversions.c | |
17% [165/917] ext/fiddle/fiddle.c | |
18% [166/917] ext/fiddle/function.c | |
18% [167/917] ext/fiddle/handle.c | |
18% [168/917] ext/fiddle/lib/fiddle.rb | |
18% [169/917] ext/fiddle/lib/fiddle/closure.rb | |
18% [170/917] ext/fiddle/lib/fiddle/cparser.rb | |
18% [171/917] ext/fiddle/lib/fiddle/function.rb | |
18% [172/917] ext/fiddle/lib/fiddle/import.rb | |
18% [173/917] ext/fiddle/lib/fiddle/pack.rb | |
18% [174/917] ext/fiddle/lib/fiddle/struct.rb | |
19% [175/917] ext/fiddle/lib/fiddle/types.rb | |
19% [176/917] ext/fiddle/lib/fiddle/value.rb | |
19% [177/917] ext/fiddle/lib/fiddle/version.rb | |
19% [178/917] ext/fiddle/pinned.c | |
19% [179/917] ext/fiddle/pointer.c | |
19% [180/917] ext/io/console/console.c | |
19% [181/917] ext/io/console/lib/console/size.rb | |
19% [182/917] ext/io/nonblock/nonblock.c | |
19% [183/917] ext/io/wait/wait.c | |
20% [184/917] ext/json/generator/generator.c | |
20% [185/917] ext/json/lib/json.rb | |
20% [186/917] ext/json/lib/json/add/bigdecimal.rb | |
20% [187/917] ext/json/lib/json/add/complex.rb | |
20% [188/917] ext/json/lib/json/add/core.rb | |
20% [189/917] ext/json/lib/json/add/date.rb | |
20% [190/917] ext/json/lib/json/add/date_time.rb | |
20% [191/917] ext/json/lib/json/add/exception.rb | |
20% [192/917] ext/json/lib/json/add/ostruct.rb | |
21% [193/917] ext/json/lib/json/add/range.rb | |
21% [194/917] ext/json/lib/json/add/rational.rb | |
21% [195/917] ext/json/lib/json/add/regexp.rb | |
21% [196/917] ext/json/lib/json/add/set.rb | |
21% [197/917] ext/json/lib/json/add/struct.rb | |
21% [198/917] ext/json/lib/json/add/symbol.rb | |
21% [199/917] ext/json/lib/json/add/time.rb | |
21% [200/917] ext/json/lib/json/common.rb | |
21% [201/917] ext/json/lib/json/ext.rb | |
22% [202/917] ext/json/lib/json/generic_object.rb | |
22% [203/917] ext/json/lib/json/version.rb | |
22% [204/917] ext/json/parser/parser.c | |
22% [205/917] ext/monitor/lib/monitor.rb | |
22% [206/917] ext/monitor/monitor.c | |
22% [207/917] ext/nkf/lib/kconv.rb | |
22% [208/917] ext/nkf/nkf.c | |
22% [209/917] ext/objspace/lib/objspace.rb | |
22% [210/917] ext/objspace/lib/objspace/trace.rb | |
23% [211/917] ext/objspace/object_tracing.c | |
23% [212/917] ext/objspace/objspace.c | |
23% [213/917] ext/objspace/objspace_dump.c | |
23% [214/917] ext/openssl/lib/openssl.rb | |
23% [215/917] ext/openssl/lib/openssl/bn.rb | |
23% [216/917] ext/openssl/lib/openssl/buffering.rb | |
23% [217/917] ext/openssl/lib/openssl/cipher.rb | |
23% [218/917] ext/openssl/lib/openssl/digest.rb | |
23% [219/917] ext/openssl/lib/openssl/hmac.rb | |
23% [220/917] ext/openssl/lib/openssl/marshal.rb | |
24% [221/917] ext/openssl/lib/openssl/pkcs5.rb | |
24% [222/917] ext/openssl/lib/openssl/pkey.rb | |
24% [223/917] ext/openssl/lib/openssl/ssl.rb | |
24% [224/917] ext/openssl/lib/openssl/version.rb | |
24% [225/917] ext/openssl/lib/openssl/x509.rb | |
24% [226/917] ext/openssl/ossl.c | |
24% [227/917] ext/openssl/ossl_asn1.c | |
24% [228/917] ext/openssl/ossl_bio.c | |
24% [229/917] ext/openssl/ossl_bn.c | |
25% [230/917] ext/openssl/ossl_cipher.c | |
25% [231/917] ext/openssl/ossl_config.c | |
25% [232/917] ext/openssl/ossl_digest.c | |
25% [233/917] ext/openssl/ossl_engine.c | |
25% [234/917] ext/openssl/ossl_hmac.c | |
25% [235/917] ext/openssl/ossl_kdf.c | |
25% [236/917] ext/openssl/ossl_ns_spki.c | |
25% [237/917] ext/openssl/ossl_ocsp.c | |
25% [238/917] ext/openssl/ossl_pkcs12.c | |
26% [239/917] ext/openssl/ossl_pkcs7.c | |
26% [240/917] ext/openssl/ossl_pkey.c | |
26% [241/917] ext/openssl/ossl_pkey_dh.c | |
26% [242/917] ext/openssl/ossl_pkey_dsa.c | |
26% [243/917] ext/openssl/ossl_pkey_ec.c | |
26% [244/917] ext/openssl/ossl_pkey_rsa.c | |
26% [245/917] ext/openssl/ossl_rand.c | |
26% [246/917] ext/openssl/ossl_ssl.c | |
26% [247/917] ext/openssl/ossl_ssl_session.c | |
27% [248/917] ext/openssl/ossl_ts.c | |
27% [249/917] ext/openssl/ossl_x509.c | |
27% [250/917] ext/openssl/ossl_x509attr.c | |
27% [251/917] ext/openssl/ossl_x509cert.c | |
27% [252/917] ext/openssl/ossl_x509crl.c | |
27% [253/917] ext/openssl/ossl_x509ext.c | |
27% [254/917] ext/openssl/ossl_x509name.c | |
27% [255/917] ext/openssl/ossl_x509req.c | |
27% [256/917] ext/openssl/ossl_x509revoked.c | |
28% [257/917] ext/openssl/ossl_x509store.c | |
28% [258/917] ext/pathname/lib/pathname.rb | |
28% [259/917] ext/pathname/pathname.c | |
28% [260/917] ext/psych/lib/psych.rb | |
28% [261/917] ext/psych/lib/psych/class_loader.rb | |
28% [262/917] ext/psych/lib/psych/coder.rb | |
28% [263/917] ext/psych/lib/psych/core_ext.rb | |
28% [264/917] ext/psych/lib/psych/exception.rb | |
28% [265/917] ext/psych/lib/psych/handler.rb | |
29% [266/917] ext/psych/lib/psych/handlers/document_stream.rb | |
29% [267/917] ext/psych/lib/psych/handlers/recorder.rb | |
29% [268/917] ext/psych/lib/psych/json/ruby_events.rb | |
29% [269/917] ext/psych/lib/psych/json/stream.rb | |
29% [270/917] ext/psych/lib/psych/json/tree_builder.rb | |
29% [271/917] ext/psych/lib/psych/json/yaml_events.rb | |
29% [272/917] ext/psych/lib/psych/nodes.rb | |
29% [273/917] ext/psych/lib/psych/nodes/alias.rb | |
29% [274/917] ext/psych/lib/psych/nodes/document.rb | |
29% [275/917] ext/psych/lib/psych/nodes/mapping.rb | |
30% [276/917] ext/psych/lib/psych/nodes/node.rb | |
30% [277/917] ext/psych/lib/psych/nodes/scalar.rb | |
30% [278/917] ext/psych/lib/psych/nodes/sequence.rb | |
30% [279/917] ext/psych/lib/psych/nodes/stream.rb | |
30% [280/917] ext/psych/lib/psych/omap.rb | |
30% [281/917] ext/psych/lib/psych/parser.rb | |
30% [282/917] ext/psych/lib/psych/scalar_scanner.rb | |
30% [283/917] ext/psych/lib/psych/set.rb | |
30% [284/917] ext/psych/lib/psych/stream.rb | |
31% [285/917] ext/psych/lib/psych/streaming.rb | |
31% [286/917] ext/psych/lib/psych/syntax_error.rb | |
31% [287/917] ext/psych/lib/psych/tree_builder.rb | |
31% [288/917] ext/psych/lib/psych/versions.rb | |
31% [289/917] ext/psych/lib/psych/visitors.rb | |
31% [290/917] ext/psych/lib/psych/visitors/depth_first.rb | |
31% [291/917] ext/psych/lib/psych/visitors/emitter.rb | |
31% [292/917] ext/psych/lib/psych/visitors/json_tree.rb | |
31% [293/917] ext/psych/lib/psych/visitors/to_ruby.rb | |
32% [294/917] ext/psych/lib/psych/visitors/visitor.rb | |
32% [295/917] ext/psych/lib/psych/visitors/yaml_tree.rb | |
32% [296/917] ext/psych/lib/psych/y.rb | |
32% [297/917] ext/psych/psych.c | |
32% [298/917] ext/psych/psych_emitter.c | |
32% [299/917] ext/psych/psych_parser.c | |
32% [300/917] ext/psych/psych_to_ruby.c | |
32% [301/917] ext/psych/psych_yaml_tree.c | |
32% [302/917] ext/pty/lib/expect.rb | |
33% [303/917] ext/pty/pty.c | |
33% [304/917] ext/racc/cparse/cparse.c | |
33% [305/917] ext/rbconfig/sizeof/limits.c | |
33% [306/917] ext/rbconfig/sizeof/sizes.c | |
33% [307/917] ext/readline/readline.c | |
33% [308/917] ext/ripper/lib/ripper.rb | |
33% [309/917] ext/ripper/lib/ripper/core.rb | |
33% [310/917] ext/ripper/lib/ripper/filter.rb | |
33% [311/917] ext/ripper/lib/ripper/lexer.rb | |
34% [312/917] ext/ripper/lib/ripper/sexp.rb | |
34% [313/917] ext/socket/ancdata.c | |
34% [314/917] ext/socket/basicsocket.c | |
34% [315/917] ext/socket/constants.c | |
34% [316/917] ext/socket/constdefs.c | |
34% [317/917] ext/socket/ifaddr.c | |
34% [318/917] ext/socket/init.c | |
34% [319/917] ext/socket/ipsocket.c | |
34% [320/917] ext/socket/lib/socket.rb | |
35% [321/917] ext/socket/option.c | |
35% [322/917] ext/socket/raddrinfo.c | |
35% [323/917] ext/socket/socket.c | |
35% [324/917] ext/socket/sockssocket.c | |
35% [325/917] ext/socket/tcpserver.c | |
35% [326/917] ext/socket/tcpsocket.c | |
35% [327/917] ext/socket/udpsocket.c | |
35% [328/917] ext/socket/unixserver.c | |
35% [329/917] ext/socket/unixsocket.c | |
35% [330/917] ext/stringio/stringio.c | |
36% [331/917] ext/strscan/strscan.c | |
36% [332/917] ext/syslog/lib/syslog/logger.rb | |
36% [333/917] ext/syslog/syslog.c | |
36% [334/917] ext/win32/lib/win32/registry.rb | |
36% [335/917] ext/win32/lib/win32/resolv.rb | |
36% [336/917] ext/win32/lib/win32/sspi.rb | |
36% [337/917] ext/win32/resolv/resolv.c | |
36% [338/917] ext/win32ole/lib/win32ole.rb | |
36% [339/917] ext/win32ole/lib/win32ole/property.rb | |
37% [340/917] ext/win32ole/win32ole.c | |
37% [341/917] ext/win32ole/win32ole_error.c | |
37% [342/917] ext/win32ole/win32ole_event.c | |
37% [343/917] ext/win32ole/win32ole_method.c | |
37% [344/917] ext/win32ole/win32ole_param.c | |
37% [345/917] ext/win32ole/win32ole_record.c | |
37% [346/917] ext/win32ole/win32ole_type.c | |
37% [347/917] ext/win32ole/win32ole_typelib.c | |
37% [348/917] ext/win32ole/win32ole_variable.c | |
38% [349/917] ext/win32ole/win32ole_variant.c | |
38% [350/917] ext/win32ole/win32ole_variant_m.c | |
38% [351/917] ext/zlib/zlib.c | |
38% [352/917] file.c | |
38% [353/917] gc.c | |
38% [354/917] gc.rb | |
38% [355/917] golf_prelude.c | |
38% [356/917] goruby.c | |
38% [357/917] hash.c | |
39% [358/917] id.c | |
39% [359/917] id_table.c | |
39% [360/917] inits.c | |
39% [361/917] io.c | |
39% [362/917] io.rb | |
39% [363/917] io_buffer.c | |
39% [364/917] iseq.c | |
39% [365/917] kernel.rb | |
39% [366/917] lex.c | |
40% [367/917] lib/English.rb | |
40% [368/917] lib/abbrev.rb | |
40% [369/917] lib/base64.rb | |
40% [370/917] lib/benchmark.rb | |
40% [371/917] lib/benchmark/version.rb | |
40% [372/917] lib/bundler.rb | |
40% [373/917] lib/cgi.rb | |
40% [374/917] lib/cgi/cookie.rb | |
40% [375/917] lib/cgi/core.rb | |
41% [376/917] lib/cgi/html.rb | |
41% [377/917] lib/cgi/session.rb | |
41% [378/917] lib/cgi/session/pstore.rb | |
41% [379/917] lib/cgi/util.rb | |
41% [380/917] lib/csv.rb | |
41% [381/917] lib/csv/core_ext/array.rb | |
41% [382/917] lib/csv/core_ext/string.rb | |
41% [383/917] lib/csv/delete_suffix.rb | |
41% [384/917] lib/csv/fields_converter.rb | |
41% [385/917] lib/csv/input_record_separator.rb | |
42% [386/917] lib/csv/match_p.rb | |
42% [387/917] lib/csv/parser.rb | |
42% [388/917] lib/csv/row.rb | |
42% [389/917] lib/csv/table.rb | |
42% [390/917] lib/csv/version.rb | |
42% [391/917] lib/csv/writer.rb | |
42% [392/917] lib/delegate.rb | |
42% [393/917] lib/did_you_mean.rb | |
42% [394/917] lib/did_you_mean/core_ext/name_error.rb | |
43% [395/917] lib/did_you_mean/experimental.rb | |
43% [396/917] lib/did_you_mean/formatter.rb | |
43% [397/917] lib/did_you_mean/formatters/plain_formatter.rb | |
43% [398/917] lib/did_you_mean/formatters/verbose_formatter.rb | |
43% [399/917] lib/did_you_mean/jaro_winkler.rb | |
43% [400/917] lib/did_you_mean/levenshtein.rb | |
43% [401/917] lib/did_you_mean/spell_checker.rb | |
43% [402/917] lib/did_you_mean/spell_checkers/key_error_checker.rb | |
43% [403/917] lib/did_you_mean/spell_checkers/method_name_checker.rb | |
44% [404/917] lib/did_you_mean/spell_checkers/name_error_checkers.rb | |
44% [405/917] lib/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb | |
44% [406/917] lib/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb | |
44% [407/917] lib/did_you_mean/spell_checkers/null_checker.rb | |
44% [408/917] lib/did_you_mean/spell_checkers/pattern_key_name_checker.rb | |
44% [409/917] lib/did_you_mean/spell_checkers/require_path_checker.rb | |
44% [410/917] lib/did_you_mean/tree_spell_checker.rb | |
44% [411/917] lib/did_you_mean/verbose.rb | |
44% [412/917] lib/did_you_mean/version.rb | |
45% [413/917] lib/drb.rb | |
45% [414/917] lib/drb/acl.rb | |
45% [415/917] lib/drb/drb.rb | |
45% [416/917] lib/drb/eq.rb | |
45% [417/917] lib/drb/extserv.rb | |
45% [418/917] lib/drb/extservm.rb | |
45% [419/917] lib/drb/gw.rb | |
45% [420/917] lib/drb/invokemethod.rb | |
45% [421/917] lib/drb/observer.rb | |
46% [422/917] lib/drb/ssl.rb | |
46% [423/917] lib/drb/timeridconv.rb | |
46% [424/917] lib/drb/unix.rb | |
46% [425/917] lib/drb/version.rb | |
46% [426/917] lib/drb/weakidconv.rb | |
46% [427/917] lib/erb.rb | |
46% [428/917] lib/erb/version.rb | |
46% [429/917] lib/error_highlight.rb | |
46% [430/917] lib/error_highlight/base.rb | |
47% [431/917] lib/error_highlight/core_ext.rb | |
47% [432/917] lib/error_highlight/formatter.rb | |
47% [433/917] lib/error_highlight/version.rb | |
47% [434/917] lib/fileutils.rb | |
47% [435/917] lib/find.rb | |
47% [436/917] lib/forwardable.rb | |
47% [437/917] lib/forwardable/impl.rb | |
47% [438/917] lib/getoptlong.rb | |
47% [439/917] lib/ipaddr.rb | |
47% [440/917] lib/irb.rb | |
48% [441/917] lib/irb/cmd/chws.rb | |
48% [442/917] lib/irb/cmd/fork.rb | |
48% [443/917] lib/irb/cmd/help.rb | |
48% [444/917] lib/irb/cmd/info.rb | |
48% [445/917] lib/irb/cmd/load.rb | |
48% [446/917] lib/irb/cmd/ls.rb | |
48% [447/917] lib/irb/cmd/measure.rb | |
48% [448/917] lib/irb/cmd/nop.rb | |
48% [449/917] lib/irb/cmd/pushws.rb | |
49% [450/917] lib/irb/cmd/show_source.rb | |
49% [451/917] lib/irb/cmd/subirb.rb | |
49% [452/917] lib/irb/cmd/whereami.rb | |
49% [453/917] lib/irb/color.rb | |
49% [454/917] lib/irb/color_printer.rb | |
49% [455/917] lib/irb/completion.rb | |
49% [456/917] lib/irb/context.rb | |
49% [457/917] lib/irb/easter-egg.rb | |
49% [458/917] lib/irb/ext/change-ws.rb | |
50% [459/917] lib/irb/ext/history.rb | |
50% [460/917] lib/irb/ext/loader.rb | |
50% [461/917] lib/irb/ext/multi-irb.rb | |
50% [462/917] lib/irb/ext/save-history.rb | |
50% [463/917] lib/irb/ext/tracer.rb | |
50% [464/917] lib/irb/ext/use-loader.rb | |
50% [465/917] lib/irb/ext/workspaces.rb | |
50% [466/917] lib/irb/extend-command.rb | |
50% [467/917] lib/irb/frame.rb | |
51% [468/917] lib/irb/help.rb | |
51% [469/917] lib/irb/init.rb | |
51% [470/917] lib/irb/input-method.rb | |
51% [471/917] lib/irb/inspector.rb | |
51% [472/917] lib/irb/lc/error.rb | |
51% [473/917] lib/irb/lc/ja/encoding_aliases.rb | |
51% [474/917] lib/irb/lc/ja/error.rb | |
51% [475/917] lib/irb/locale.rb | |
51% [476/917] lib/irb/magic-file.rb | |
52% [477/917] lib/irb/notifier.rb | |
52% [478/917] lib/irb/output-method.rb | |
52% [479/917] lib/irb/ruby-lex.rb | |
52% [480/917] lib/irb/src_encoding.rb | |
52% [481/917] lib/irb/version.rb | |
52% [482/917] lib/irb/workspace.rb | |
52% [483/917] lib/irb/ws-for-case-2.rb | |
52% [484/917] lib/irb/xmp.rb | |
52% [485/917] lib/logger.rb | |
52% [486/917] lib/logger/errors.rb | |
53% [487/917] lib/logger/formatter.rb | |
53% [488/917] lib/logger/log_device.rb | |
53% [489/917] lib/logger/period.rb | |
53% [490/917] lib/logger/severity.rb | |
53% [491/917] lib/logger/version.rb | |
53% [492/917] lib/mkmf.rb | |
53% [493/917] lib/mutex_m.rb | |
53% [494/917] lib/net/http.rb | |
53% [495/917] lib/net/http/backward.rb | |
54% [496/917] lib/net/http/exceptions.rb | |
54% [497/917] lib/net/http/generic_request.rb | |
54% [498/917] lib/net/http/header.rb | |
54% [499/917] lib/net/http/proxy_delta.rb | |
54% [500/917] lib/net/http/request.rb | |
54% [501/917] lib/net/http/requests.rb | |
54% [502/917] lib/net/http/response.rb | |
54% [503/917] lib/net/http/responses.rb | |
54% [504/917] lib/net/http/status.rb | |
55% [505/917] lib/net/https.rb | |
55% [506/917] lib/net/protocol.rb | |
55% [507/917] lib/observer.rb | |
55% [508/917] lib/open-uri.rb | |
55% [509/917] lib/open3.rb | |
55% [510/917] lib/open3/version.rb | |
55% [511/917] lib/optionparser.rb | |
55% [512/917] lib/optparse.rb | |
55% [513/917] lib/optparse/ac.rb | |
56% [514/917] lib/optparse/date.rb | |
56% [515/917] lib/optparse/kwargs.rb | |
56% [516/917] lib/optparse/shellwords.rb | |
56% [517/917] lib/optparse/time.rb | |
56% [518/917] lib/optparse/uri.rb | |
56% [519/917] lib/optparse/version.rb | |
56% [520/917] lib/ostruct.rb | |
56% [521/917] lib/pp.rb | |
56% [522/917] lib/prettyprint.rb | |
57% [523/917] lib/pstore.rb | |
57% [524/917] lib/racc.rb | |
57% [525/917] lib/racc/compat.rb | |
57% [526/917] lib/racc/debugflags.rb | |
57% [527/917] lib/racc/exception.rb | |
57% [528/917] lib/racc/grammar.rb | |
57% [529/917] lib/racc/grammarfileparser.rb | |
57% [530/917] lib/racc/info.rb | |
57% [531/917] lib/racc/iset.rb | |
58% [532/917] lib/racc/logfilegenerator.rb | |
58% [533/917] lib/racc/parser-text.rb | |
58% [534/917] lib/racc/parser.rb | |
58% [535/917] lib/racc/parserfilegenerator.rb | |
58% [536/917] lib/racc/sourcetext.rb | |
58% [537/917] lib/racc/state.rb | |
58% [538/917] lib/racc/statetransitiontable.rb | |
58% [539/917] lib/racc/static.rb | |
58% [540/917] lib/random/formatter.rb | |
58% [541/917] lib/rdoc.rb | |
59% [542/917] lib/rdoc/alias.rb | |
59% [543/917] lib/rdoc/anon_class.rb | |
59% [544/917] lib/rdoc/any_method.rb | |
59% [545/917] lib/rdoc/attr.rb | |
59% [546/917] lib/rdoc/class_module.rb | |
59% [547/917] lib/rdoc/code_object.rb | |
59% [548/917] lib/rdoc/code_objects.rb | |
59% [549/917] lib/rdoc/comment.rb | |
59% [550/917] lib/rdoc/constant.rb | |
60% [551/917] lib/rdoc/context.rb | |
60% [552/917] lib/rdoc/cross_reference.rb | |
60% [553/917] lib/rdoc/encoding.rb | |
60% [554/917] lib/rdoc/erb_partial.rb | |
60% [555/917] lib/rdoc/erbio.rb | |
60% [556/917] lib/rdoc/extend.rb | |
60% [557/917] lib/rdoc/generator.rb | |
60% [558/917] lib/rdoc/ghost_method.rb | |
60% [559/917] lib/rdoc/i18n.rb | |
61% [560/917] lib/rdoc/include.rb | |
61% [561/917] lib/rdoc/known_classes.rb | |
61% [562/917] lib/rdoc/markdown.rb | |
61% [563/917] lib/rdoc/markup.rb | |
61% [564/917] lib/rdoc/meta_method.rb | |
61% [565/917] lib/rdoc/method_attr.rb | |
61% [566/917] lib/rdoc/mixin.rb | |
61% [567/917] lib/rdoc/normal_class.rb | |
61% [568/917] lib/rdoc/normal_module.rb | |
62% [569/917] lib/rdoc/options.rb | |
62% [570/917] lib/rdoc/parser.rb | |
62% [571/917] lib/rdoc/parser/c.rb | |
62% [572/917] lib/rdoc/parser/changelog.rb | |
62% [573/917] lib/rdoc/parser/markdown.rb | |
62% [574/917] lib/rdoc/parser/rd.rb | |
62% [575/917] lib/rdoc/parser/ripper_state_lex.rb | |
62% [576/917] lib/rdoc/parser/ruby.rb | |
62% [577/917] lib/rdoc/parser/ruby_tools.rb | |
63% [578/917] lib/rdoc/parser/simple.rb | |
63% [579/917] lib/rdoc/parser/text.rb | |
63% [580/917] lib/rdoc/rd.rb | |
63% [581/917] lib/rdoc/rdoc.rb | |
63% [582/917] lib/rdoc/require.rb | |
63% [583/917] lib/rdoc/ri.rb | |
63% [584/917] lib/rdoc/rubygems_hook.rb | |
63% [585/917] lib/rdoc/servlet.rb | |
63% [586/917] lib/rdoc/single_class.rb | |
64% [587/917] lib/rdoc/stats.rb | |
64% [588/917] lib/rdoc/store.rb | |
64% [589/917] lib/rdoc/task.rb | |
64% [590/917] lib/rdoc/text.rb | |
64% [591/917] lib/rdoc/token_stream.rb | |
64% [592/917] lib/rdoc/tom_doc.rb | |
64% [593/917] lib/rdoc/top_level.rb | |
64% [594/917] lib/rdoc/version.rb | |
64% [595/917] lib/readline.rb | |
64% [596/917] lib/reline.rb | |
65% [597/917] lib/reline/ansi.rb | |
65% [598/917] lib/reline/config.rb | |
65% [599/917] lib/reline/general_io.rb | |
65% [600/917] lib/reline/history.rb | |
65% [601/917] lib/reline/key_actor.rb | |
65% [602/917] lib/reline/key_actor/base.rb | |
65% [603/917] lib/reline/key_actor/emacs.rb | |
65% [604/917] lib/reline/key_actor/vi_command.rb | |
65% [605/917] lib/reline/key_actor/vi_insert.rb | |
66% [606/917] lib/reline/key_stroke.rb | |
66% [607/917] lib/reline/kill_ring.rb | |
66% [608/917] lib/reline/line_editor.rb | |
66% [609/917] lib/reline/terminfo.rb | |
66% [610/917] lib/reline/unicode.rb | |
66% [611/917] lib/reline/unicode/east_asian_width.rb | |
66% [612/917] lib/reline/version.rb | |
66% [613/917] lib/reline/windows.rb | |
66% [614/917] lib/resolv-replace.rb | |
67% [615/917] lib/resolv.rb | |
67% [616/917] lib/rinda/rinda.rb | |
67% [617/917] lib/rinda/ring.rb | |
67% [618/917] lib/rinda/tuplespace.rb | |
67% [619/917] lib/rubygems.rb | |
67% [620/917] lib/rubygems/available_set.rb | |
67% [621/917] lib/rubygems/basic_specification.rb | |
67% [622/917] lib/rubygems/bundler_version_finder.rb | |
67% [623/917] lib/rubygems/command.rb | |
68% [624/917] lib/rubygems/command_manager.rb | |
68% [625/917] lib/rubygems/commands/build_command.rb | |
68% [626/917] lib/rubygems/commands/cert_command.rb | |
68% [627/917] lib/rubygems/commands/check_command.rb | |
68% [628/917] lib/rubygems/commands/cleanup_command.rb | |
68% [629/917] lib/rubygems/commands/contents_command.rb | |
68% [630/917] lib/rubygems/commands/dependency_command.rb | |
68% [631/917] lib/rubygems/commands/environment_command.rb | |
68% [632/917] lib/rubygems/commands/fetch_command.rb | |
69% [633/917] lib/rubygems/commands/generate_index_command.rb | |
69% [634/917] lib/rubygems/commands/help_command.rb | |
69% [635/917] lib/rubygems/commands/info_command.rb | |
69% [636/917] lib/rubygems/commands/install_command.rb | |
69% [637/917] lib/rubygems/commands/list_command.rb | |
69% [638/917] lib/rubygems/commands/lock_command.rb | |
69% [639/917] lib/rubygems/commands/mirror_command.rb | |
69% [640/917] lib/rubygems/commands/open_command.rb | |
69% [641/917] lib/rubygems/commands/outdated_command.rb | |
70% [642/917] lib/rubygems/commands/owner_command.rb | |
70% [643/917] lib/rubygems/commands/pristine_command.rb | |
70% [644/917] lib/rubygems/commands/push_command.rb | |
70% [645/917] lib/rubygems/commands/query_command.rb | |
70% [646/917] lib/rubygems/commands/rdoc_command.rb | |
70% [647/917] lib/rubygems/commands/search_command.rb | |
70% [648/917] lib/rubygems/commands/server_command.rb | |
70% [649/917] lib/rubygems/commands/setup_command.rb | |
70% [650/917] lib/rubygems/commands/signin_command.rb | |
70% [651/917] lib/rubygems/commands/signout_command.rb | |
71% [652/917] lib/rubygems/commands/sources_command.rb | |
71% [653/917] lib/rubygems/commands/specification_command.rb | |
71% [654/917] lib/rubygems/commands/stale_command.rb | |
71% [655/917] lib/rubygems/commands/uninstall_command.rb | |
71% [656/917] lib/rubygems/commands/unpack_command.rb | |
71% [657/917] lib/rubygems/commands/update_command.rb | |
71% [658/917] lib/rubygems/commands/which_command.rb | |
71% [659/917] lib/rubygems/commands/yank_command.rb | |
71% [660/917] lib/rubygems/compatibility.rb | |
72% [661/917] lib/rubygems/config_file.rb | |
72% [662/917] lib/rubygems/core_ext/kernel_gem.rb | |
72% [663/917] lib/rubygems/core_ext/kernel_require.rb | |
72% [664/917] lib/rubygems/core_ext/kernel_warn.rb | |
72% [665/917] lib/rubygems/core_ext/tcpsocket_init.rb | |
72% [666/917] lib/rubygems/defaults.rb | |
72% [667/917] lib/rubygems/dependency.rb | |
72% [668/917] lib/rubygems/dependency_installer.rb | |
72% [669/917] lib/rubygems/dependency_list.rb | |
73% [670/917] lib/rubygems/deprecate.rb | |
73% [671/917] lib/rubygems/doctor.rb | |
73% [672/917] lib/rubygems/errors.rb | |
73% [673/917] lib/rubygems/exceptions.rb | |
73% [674/917] lib/rubygems/ext.rb | |
73% [675/917] lib/rubygems/ext/build_error.rb | |
73% [676/917] lib/rubygems/ext/builder.rb | |
73% [677/917] lib/rubygems/ext/cmake_builder.rb | |
73% [678/917] lib/rubygems/ext/configure_builder.rb | |
74% [679/917] lib/rubygems/ext/ext_conf_builder.rb | |
74% [680/917] lib/rubygems/ext/rake_builder.rb | |
74% [681/917] lib/rubygems/gem_runner.rb | |
74% [682/917] lib/rubygems/gemcutter_utilities.rb | |
74% [683/917] lib/rubygems/indexer.rb | |
74% [684/917] lib/rubygems/install_default_message.rb | |
74% [685/917] lib/rubygems/install_message.rb | |
74% [686/917] lib/rubygems/install_update_options.rb | |
74% [687/917] lib/rubygems/installer.rb | |
75% [688/917] lib/rubygems/installer_uninstaller_utils.rb | |
75% [689/917] lib/rubygems/local_remote_options.rb | |
75% [690/917] lib/rubygems/mock_gem_ui.rb | |
75% [691/917] lib/rubygems/name_tuple.rb | |
75% [692/917] lib/rubygems/openssl.rb | |
75% [693/917] lib/rubygems/optparse.rb | |
75% [694/917] lib/rubygems/package.rb | |
75% [695/917] lib/rubygems/package/digest_io.rb | |
75% [696/917] lib/rubygems/package/file_source.rb | |
76% [697/917] lib/rubygems/package/io_source.rb | |
76% [698/917] lib/rubygems/package/old.rb | |
76% [699/917] lib/rubygems/package/source.rb | |
76% [700/917] lib/rubygems/package/tar_header.rb | |
76% [701/917] lib/rubygems/package/tar_reader.rb | |
76% [702/917] lib/rubygems/package/tar_reader/entry.rb | |
76% [703/917] lib/rubygems/package/tar_writer.rb | |
76% [704/917] lib/rubygems/package_task.rb | |
76% [705/917] lib/rubygems/path_support.rb | |
76% [706/917] lib/rubygems/platform.rb | |
77% [707/917] lib/rubygems/psych_additions.rb | |
77% [708/917] lib/rubygems/psych_tree.rb | |
77% [709/917] lib/rubygems/query_utils.rb | |
77% [710/917] lib/rubygems/rdoc.rb | |
77% [711/917] lib/rubygems/remote_fetcher.rb | |
77% [712/917] lib/rubygems/request.rb | |
77% [713/917] lib/rubygems/request/connection_pools.rb | |
77% [714/917] lib/rubygems/request/http_pool.rb | |
77% [715/917] lib/rubygems/request/https_pool.rb | |
78% [716/917] lib/rubygems/request_set.rb | |
78% [717/917] lib/rubygems/request_set/gem_dependency_api.rb | |
78% [718/917] lib/rubygems/request_set/lockfile.rb | |
78% [719/917] lib/rubygems/request_set/lockfile/parser.rb | |
78% [720/917] lib/rubygems/request_set/lockfile/tokenizer.rb | |
78% [721/917] lib/rubygems/requirement.rb | |
78% [722/917] lib/rubygems/resolver.rb | |
78% [723/917] lib/rubygems/resolver/activation_request.rb | |
78% [724/917] lib/rubygems/resolver/api_set.rb | |
79% [725/917] lib/rubygems/resolver/api_set/gem_parser.rb | |
79% [726/917] lib/rubygems/resolver/api_specification.rb | |
79% [727/917] lib/rubygems/resolver/best_set.rb | |
79% [728/917] lib/rubygems/resolver/composed_set.rb | |
79% [729/917] lib/rubygems/resolver/conflict.rb | |
79% [730/917] lib/rubygems/resolver/current_set.rb | |
79% [731/917] lib/rubygems/resolver/dependency_request.rb | |
79% [732/917] lib/rubygems/resolver/git_set.rb | |
79% [733/917] lib/rubygems/resolver/git_specification.rb | |
80% [734/917] lib/rubygems/resolver/index_set.rb | |
80% [735/917] lib/rubygems/resolver/index_specification.rb | |
80% [736/917] lib/rubygems/resolver/installed_specification.rb | |
80% [737/917] lib/rubygems/resolver/installer_set.rb | |
80% [738/917] lib/rubygems/resolver/local_specification.rb | |
80% [739/917] lib/rubygems/resolver/lock_set.rb | |
80% [740/917] lib/rubygems/resolver/lock_specification.rb | |
80% [741/917] lib/rubygems/resolver/molinillo.rb | |
80% [742/917] lib/rubygems/resolver/molinillo/lib/molinillo.rb | |
81% [743/917] lib/rubygems/resolver/molinillo/lib/molinillo/delegates/resolution_state.rb | |
81% [744/917] lib/rubygems/resolver/molinillo/lib/molinillo/delegates/specification_provider.rb | |
81% [745/917] lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph.rb | |
81% [746/917] lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/action.rb | |
81% [747/917] lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb | |
81% [748/917] lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_vertex.rb | |
81% [749/917] lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/delete_edge.rb | |
81% [750/917] lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb | |
81% [751/917] lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/log.rb | |
82% [752/917] lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/set_payload.rb | |
82% [753/917] lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/tag.rb | |
82% [754/917] lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/vertex.rb | |
82% [755/917] lib/rubygems/resolver/molinillo/lib/molinillo/errors.rb | |
82% [756/917] lib/rubygems/resolver/molinillo/lib/molinillo/gem_metadata.rb | |
82% [757/917] lib/rubygems/resolver/molinillo/lib/molinillo/modules/specification_provider.rb | |
82% [758/917] lib/rubygems/resolver/molinillo/lib/molinillo/modules/ui.rb | |
82% [759/917] lib/rubygems/resolver/molinillo/lib/molinillo/resolution.rb | |
82% [760/917] lib/rubygems/resolver/molinillo/lib/molinillo/resolver.rb | |
82% [761/917] lib/rubygems/resolver/molinillo/lib/molinillo/state.rb | |
83% [762/917] lib/rubygems/resolver/requirement_list.rb | |
83% [763/917] lib/rubygems/resolver/set.rb | |
83% [764/917] lib/rubygems/resolver/source_set.rb | |
83% [765/917] lib/rubygems/resolver/spec_specification.rb | |
83% [766/917] lib/rubygems/resolver/specification.rb | |
83% [767/917] lib/rubygems/resolver/stats.rb | |
83% [768/917] lib/rubygems/resolver/vendor_set.rb | |
83% [769/917] lib/rubygems/resolver/vendor_specification.rb | |
83% [770/917] lib/rubygems/s3_uri_signer.rb | |
84% [771/917] lib/rubygems/safe_yaml.rb | |
84% [772/917] lib/rubygems/security.rb | |
84% [773/917] lib/rubygems/security/policies.rb | |
84% [774/917] lib/rubygems/security/policy.rb | |
84% [775/917] lib/rubygems/security/signer.rb | |
84% [776/917] lib/rubygems/security/trust_dir.rb | |
84% [777/917] lib/rubygems/security_option.rb | |
84% [778/917] lib/rubygems/source.rb | |
84% [779/917] lib/rubygems/source/git.rb | |
85% [780/917] lib/rubygems/source/installed.rb | |
85% [781/917] lib/rubygems/source/local.rb | |
85% [782/917] lib/rubygems/source/lock.rb | |
85% [783/917] lib/rubygems/source/specific_file.rb | |
85% [784/917] lib/rubygems/source/vendor.rb | |
85% [785/917] lib/rubygems/source_list.rb | |
85% [786/917] lib/rubygems/spec_fetcher.rb | |
85% [787/917] lib/rubygems/specification.rb | |
85% [788/917] lib/rubygems/specification_policy.rb | |
86% [789/917] lib/rubygems/stub_specification.rb | |
86% [790/917] lib/rubygems/text.rb | |
86% [791/917] lib/rubygems/tsort.rb | |
86% [792/917] lib/rubygems/uninstaller.rb | |
86% [793/917] lib/rubygems/unknown_command_spell_checker.rb | |
86% [794/917] lib/rubygems/uri.rb | |
86% [795/917] lib/rubygems/uri_formatter.rb | |
86% [796/917] lib/rubygems/user_interaction.rb | |
86% [797/917] lib/rubygems/util.rb | |
87% [798/917] lib/rubygems/util/licenses.rb | |
87% [799/917] lib/rubygems/util/list.rb | |
87% [800/917] lib/rubygems/validator.rb | |
87% [801/917] lib/rubygems/version.rb | |
87% [802/917] lib/rubygems/version_option.rb | |
87% [803/917] lib/securerandom.rb | |
87% [804/917] lib/set.rb | |
87% [805/917] lib/set/sorted_set.rb | |
87% [806/917] lib/shellwords.rb | |
88% [807/917] lib/singleton.rb | |
88% [808/917] lib/tempfile.rb | |
88% [809/917] lib/time.rb | |
88% [810/917] lib/timeout.rb | |
88% [811/917] lib/tmpdir.rb | |
88% [812/917] lib/tsort.rb | |
88% [813/917] lib/un.rb | |
88% [814/917] lib/unicode_normalize/normalize.rb | |
88% [815/917] lib/unicode_normalize/tables.rb | |
88% [816/917] lib/uri.rb | |
89% [817/917] lib/uri/common.rb | |
89% [818/917] lib/uri/file.rb | |
89% [819/917] lib/uri/ftp.rb | |
89% [820/917] lib/uri/generic.rb | |
89% [821/917] lib/uri/http.rb | |
89% [822/917] lib/uri/https.rb | |
89% [823/917] lib/uri/ldap.rb | |
89% [824/917] lib/uri/ldaps.rb | |
89% [825/917] lib/uri/mailto.rb | |
90% [826/917] lib/uri/rfc2396_parser.rb | |
90% [827/917] lib/uri/rfc3986_parser.rb | |
90% [828/917] lib/uri/version.rb | |
90% [829/917] lib/uri/ws.rb | |
90% [830/917] lib/uri/wss.rb | |
90% [831/917] lib/weakref.rb | |
90% [832/917] lib/yaml.rb | |
90% [833/917] lib/yaml/dbm.rb | |
90% [834/917] lib/yaml/store.rb | |
91% [835/917] load.c | |
91% [836/917] loadpath.c | |
91% [837/917] localeinit.c | |
91% [838/917] main.c | |
91% [839/917] marshal.c | |
91% [840/917] marshal.rb | |
91% [841/917] math.c | |
91% [842/917] memory_view.c | |
91% [843/917] mini_builtin.c | |
92% [844/917] miniinit.c | |
92% [845/917] miniprelude.c | |
92% [846/917] mjit.c | |
92% [847/917] mjit_compile.c | |
92% [848/917] mjit_worker.c | |
92% [849/917] nilclass.rb | |
92% [850/917] node.c | |
92% [851/917] numeric.c | |
92% [852/917] numeric.rb | |
93% [853/917] object.c | |
93% [854/917] pack.c | |
93% [855/917] pack.rb | |
93% [856/917] parse.c | |
93% [857/917] parse.y | |
93% [858/917] prelude.rb | |
93% [859/917] proc.c | |
93% [860/917] process.c | |
93% [861/917] ractor.c | |
94% [862/917] ractor.rb | |
94% [863/917] random.c | |
94% [864/917] range.c | |
94% [865/917] rational.c | |
94% [866/917] rbconfig.rb | |
94% [867/917] re.c | |
94% [868/917] regcomp.c | |
94% [869/917] regenc.c | |
94% [870/917] regerror.c | |
94% [871/917] regexec.c | |
95% [872/917] regparse.c | |
95% [873/917] regsyntax.c | |
95% [874/917] ruby-runner.c | |
95% [875/917] ruby.c | |
95% [876/917] rubystub.c | |
95% [877/917] scheduler.c | |
95% [878/917] signal.c | |
95% [879/917] siphash.c | |
95% [880/917] sparc.c | |
96% [881/917] sprintf.c | |
96% [882/917] st.c | |
96% [883/917] strftime.c | |
96% [884/917] string.c | |
96% [885/917] struct.c | |
96% [886/917] symbol.c | |
96% [887/917] thread.c | |
96% [888/917] thread_pthread.c | |
96% [889/917] thread_sync.c | |
97% [890/917] thread_win32.c | |
97% [891/917] time.c | |
97% [892/917] timev.rb | |
97% [893/917] trace_point.rb | |
97% [894/917] transcode.c | |
97% [895/917] transient_heap.c | |
97% [896/917] util.c | |
97% [897/917] variable.c | |
97% [898/917] version.c | |
98% [899/917] vm.c | |
98% [900/917] vm_args.c | |
98% [901/917] vm_backtrace.c | |
98% [902/917] vm_dump.c | |
98% [903/917] vm_eval.c | |
98% [904/917] vm_exec.c | |
98% [905/917] vm_insnhelper.c | |
98% [906/917] vm_method.c | |
98% [907/917] vm_sync.c | |
99% [908/917] vm_trace.c | |
99% [909/917] vsnprintf.c | |
99% [910/917] warning.rb | |
99% [911/917] win32/README.win32 | |
99% [912/917] yjit.c | |
99% [913/917] yjit_asm.c | |
99% [914/917] yjit_codegen.c | |
99% [915/917] yjit_core.c | |
99% [916/917] yjit_iface.c | |
100% [917/917] yjit_utils.c | |
Generating RI format into /tmp/ruby-build.20220923165340.2544.hqIt35/ruby-3.1.2/.ext/rdoc... | |
Files: 917 | |
Classes: 983 ( 322 undocumented) | |
Modules: 206 ( 59 undocumented) | |
Constants: 2200 ( 597 undocumented) | |
Attributes: 984 ( 290 undocumented) | |
Methods: 9458 (2161 undocumented) | |
Total: 13831 (3429 undocumented) | |
75.21% documented | |
Elapsed: 35.7s | |
generating x86_64-linux-fake.rb | |
x86_64-linux-fake.rb updated | |
./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake ./tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="" --make-flags="" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="doc" --gnumake --install=all --rdoc-output=".ext/rdoc" --html-output=".ext/html" | |
installing binary commands: /home/deploy/.rbenv/versions/3.1.2/bin | |
installing base libraries: /home/deploy/.rbenv/versions/3.1.2/lib | |
installing arch files: /home/deploy/.rbenv/versions/3.1.2/lib/ruby/3.1.0/x86_64-linux | |
installing pkgconfig data: /home/deploy/.rbenv/versions/3.1.2/lib/pkgconfig | |
installing extension objects: /home/deploy/.rbenv/versions/3.1.2/lib/ruby/3.1.0/x86_64-linux | |
installing extension objects: /home/deploy/.rbenv/versions/3.1.2/lib/ruby/site_ruby/3.1.0/x86_64-linux | |
installing extension objects: /home/deploy/.rbenv/versions/3.1.2/lib/ruby/vendor_ruby/3.1.0/x86_64-linux | |
installing extension headers: /home/deploy/.rbenv/versions/3.1.2/include/ruby-3.1.0/x86_64-linux | |
installing extension scripts: /home/deploy/.rbenv/versions/3.1.2/lib/ruby/3.1.0 | |
installing extension scripts: /home/deploy/.rbenv/versions/3.1.2/lib/ruby/site_ruby/3.1.0 | |
installing extension scripts: /home/deploy/.rbenv/versions/3.1.2/lib/ruby/vendor_ruby/3.1.0 | |
installing extension headers: /home/deploy/.rbenv/versions/3.1.2/include/ruby-3.1.0/ruby | |
installing rdoc: /home/deploy/.rbenv/versions/3.1.2/share/ri/3.1.0/system | |
installing html-docs: /home/deploy/.rbenv/versions/3.1.2/share/doc/ruby | |
installing capi-docs: /home/deploy/.rbenv/versions/3.1.2/share/doc/ruby | |
installing command scripts: /home/deploy/.rbenv/versions/3.1.2/bin | |
installing library scripts: /home/deploy/.rbenv/versions/3.1.2/lib/ruby/3.1.0 | |
installing common headers: /home/deploy/.rbenv/versions/3.1.2/include/ruby-3.1.0 | |
installing manpages: /home/deploy/.rbenv/versions/3.1.2/share/man/man1 | |
installing default gems from lib: /home/deploy/.rbenv/versions/3.1.2/lib/ruby/gems/3.1.0 | |
abbrev 0.1.0 | |
base64 0.1.1 | |
benchmark 0.2.0 | |
bundler 2.3.7 | |
cgi 0.3.1 | |
csv 3.2.2 | |
delegate 0.2.0 | |
did_you_mean 1.6.1 | |
drb 2.1.0 | |
english 0.7.1 | |
erb 2.2.3 | |
error_highlight 0.3.0 | |
fileutils 1.6.0 | |
find 0.1.1 | |
forwardable 1.3.2 | |
getoptlong 0.1.1 | |
ipaddr 1.2.4 | |
irb 1.4.1 | |
logger 1.5.0 | |
mutex_m 0.1.1 | |
net-http 0.2.0 | |
net-protocol 0.1.2 | |
observer 0.1.1 | |
open-uri 0.2.0 | |
open3 0.1.1 | |
optparse 0.2.0 | |
ostruct 0.5.2 | |
pp 0.3.0 | |
prettyprint 0.1.1 | |
pstore 0.1.1 | |
racc 1.6.0 | |
rdoc 6.4.0 | |
readline 0.0.3 | |
reline 0.3.0 | |
resolv 0.2.1 | |
resolv-replace 0.1.0 | |
rinda 0.1.1 | |
ruby2_keywords 0.0.5 | |
securerandom 0.1.1 | |
set 1.0.2 | |
shellwords 0.1.0 | |
singleton 0.1.1 | |
tempfile 0.1.2 | |
time 0.2.0 | |
timeout 0.2.0 | |
tmpdir 0.1.2 | |
tsort 0.1.0 | |
un 0.2.0 | |
uri 0.11.0 | |
weakref 0.1.1 | |
yaml 0.2.0 | |
installing default gems from ext: /home/deploy/.rbenv/versions/3.1.2/lib/ruby/gems/3.1.0 | |
bigdecimal 3.1.1 | |
date 3.2.2 | |
digest 3.1.0 | |
etc 1.3.0 | |
fcntl 1.0.1 | |
fiddle 1.1.0 | |
io-console 0.5.11 | |
io-nonblock 0.1.0 | |
io-wait 0.2.1 | |
json 2.6.1 | |
nkf 0.1.1 | |
openssl 3.0.0 | |
pathname 0.2.0 | |
psych 4.0.3 | |
readline-ext 0.1.4 | |
stringio 3.0.1 | |
strscan 3.0.1 | |
syslog 0.1.0 | |
zlib 2.1.1 | |
installing bundled gems: /home/deploy/.rbenv/versions/3.1.2/lib/ruby/gems/3.1.0 | |
minitest 5.15.0 | |
power_assert 2.0.1 | |
rake 13.0.6 | |
test-unit 3.5.3 | |
rexml 3.2.5 | |
rss 0.2.9 | |
net-ftp 0.1.3 | |
net-imap 0.2.3 | |
net-pop 0.1.1 | |
net-smtp 0.3.1 | |
matrix 0.4.2 | |
prime 0.1.2 | |
rbs 2.1.0 | |
Building native extensions. This could take a while... | |
typeprof 0.21.2 | |
debug 1.4.0 | |
Building native extensions. This could take a while... | |
installing bundled gem cache: /home/deploy/.rbenv/versions/3.1.2/lib/ruby/gems/3.1.0/cache | |
The Ruby openssl extension was not compiled. | |
ERROR: Ruby install aborted due to missing extensions | |
Try running `apt-get install -y libssl-dev` to fetch missing dependencies. | |
Configure options used: | |
--prefix=/home/deploy/.rbenv/versions/3.1.2 | |
--enable-shared | |
--with-readline-dir=/home/linuxbrew/.linuxbrew/opt/readline | |
LDFLAGS=-L/home/deploy/.rbenv/versions/3.1.2/lib | |
CPPFLAGS=-I/home/deploy/.rbenv/versions/3.1.2/include | |
deploy@apollo:~$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment