Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing 2.6.3 The Ruby openssl extension was not compiled. #206

Open
ssnake opened this issue Mar 13, 2021 · 6 comments
Open

Installing 2.6.3 The Ruby openssl extension was not compiled. #206

ssnake opened this issue Mar 13, 2021 · 6 comments

Comments

@ssnake
Copy link

ssnake commented Mar 13, 2021

Hey guys,

Bumped into the issue with openssl. I've already installed 2.7.2 sucessfully, but no luck with 2.6.3. libssl-dev is already installed

snake@mothership:~$ uname -a
Linux mothership 5.8.0-43-generic #49~20.04.1-Ubuntu SMP Fri Feb 5 09:57:56 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
tmp/ruby-build.20210313203457.393067.kN79OU ~
/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3 /tmp/ruby-build.20210313203457.393067.kN79OU ~
checking for ruby... /usr/bin/ruby
tool/config.guess already exists
tool/config.sub already exists
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for gcc... 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 g++... g++
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 grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking whether gcc needs -traditional... no
checking for ld... ld
checking whether the linker is GNU ld... yes
checking whether gcc -E accepts -o... yes
checking for gcc... /usr/bin/gcc
checking for ranlib... ranlib
checking for ar... ar
checking for ar flags... rcD
checking for as... as
checking for objdump... objdump
checking for objcopy... objcopy
checking for nm... nm
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 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 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 -Wdeclaration-after-statement is accepted as CFLAGS... yes
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 -Wrestrict 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 -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,2259 is accepted as CFLAGS... no
checking whether -Wextra-tokens is accepted as CFLAGS... no
checking whether -Wall -Wextra is accepted as CFLAGS... yes
checking whether -Qunused-arguments is accepted as CFLAGS... no
checking whether -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 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 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 a.out.h usability... yes
checking a.out.h presence... yes
checking for a.out.h... yes
checking atomic.h usability... no
checking atomic.h presence... no
checking for atomic.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/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 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 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 prototypes... yes
checking token paste string... ansi
checking stringization... #expr
checking string literal concatenation... yes
checking for variable length prototypes and stdarg.h... yes
checking for variable length macro... yes
checking for alignas() syntax... __attribute__((__aligned__(x)))
checking for alignof() syntax... alignof
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 DEPRECATED_TYPE type attribute... __attribute__ ((__deprecated__ mesg)) 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 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 function name string predefined identifier... __func__
checking if enum over int is allowed... yes
checking whether sys_nerr is declared... yes
checking whether getenv is declared... yes
checking for size_t... yes
checking size of size_t... 8
checking size of ptrdiff_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 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 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 return type of signal handlers... void
checking for working alloca.h... yes
checking for alloca... yes
checking for dynamic size alloca... ok
checking for working memcmp... yes
checking for broken erfc of glibc-2.3.6 on IA64... no
checking for acosh... yes
checking for cbrt... yes
checking for crypt... yes
checking for dup2... yes
checking for erf... yes
checking for explicit_bzero... yes
checking for ffs... yes
checking for finite... yes
checking for flock... yes
checking for hypot... yes
checking for isinf... yes
checking for isnan... 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 signbit... yes
checking for broken memmem... 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 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 dup... yes
checking for dup3... yes
checking for eaccess... yes
checking for endgrent... yes
checking for eventfd... yes
checking for fchmod... yes
checking for fchown... yes
checking for fcntl... yes
checking for fdatasync... yes
checking for fdopendir... yes
checking for fgetattrlist... no
checking for fmod... yes
checking for fstatat... yes
checking for fsync... yes
checking for ftruncate... yes
checking for ftruncate64... yes
checking for getattrlist... no
checking for getcwd... yes
checking for getgidx... no
checking for getgrnam... yes
checking for getgrnam_r... yes
checking for getgroups... yes
checking for getpgid... yes
checking for getpgrp... yes
checking for getpriority... yes
checking for getpwnam_r... 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... no
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 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 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 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 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_sigmask... yes
checking for pthread_setname_np... yes
checking for pthread_set_name_np... no
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 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... strip
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 = 2.6.0
configure: creating ./config.status
config.status: creating GNUmakefile
config.status: creating Makefile
config.status: creating ruby-2.6.pc
---
Configuration summary for ruby version 2.6.3

   * Installation prefix: /home/snake/.asdf/installs/ruby/2.6.3
   * 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
   * enable shared libs:  yes
   * dynamic library ext: so
   * CFLAGS:              ${optflags} ${debugflags} ${warnflags}
   * LDFLAGS:             -L. -L/home/snake/.asdf/installs/ruby/2.6.3/lib  \
                          -fstack-protector-strong -rdynamic \
                          -Wl,-export-dynamic
   * DLDFLAGS:            -L/home/snake/.asdf/installs/ruby/2.6.3/lib  \
                          -Wl,--compress-debug-sections=zlib
   * optflags:            -O3
   * debugflags:          -ggdb3
   * warnflags:           -Wall -Wextra -Wdeclaration-after-statement \
                          -Wdeprecated-declarations -Wduplicated-cond \
                          -Wimplicit-function-declaration -Wimplicit-int \
                          -Wmisleading-indentation -Wpointer-arith \
                          -Wrestrict -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
   * strip command:       strip -S -x
   * install doc:         yes
   * JIT support:         yes
   * man page type:       doc

---
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -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 -std=gnu99  -fPIC 
	XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN
	CPPFLAGS = -I/home/snake/.asdf/installs/ruby/2.6.3/include    -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 
	DLDFLAGS = -L/home/snake/.asdf/installs/ruby/2.6.3/lib  -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.2.6 -fstack-protector-strong  
	SOLIBS = -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm 
	LANG = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Copyright (C) 2019 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
compiling miniprelude.c
making dummy probes.h
compiling ast.c
compiling bignum.c
compiling class.c
compiling compar.c
In file included from ./include/ruby.h:33,
                 from internal.h:15,
                 from class.c:26:
class.c: In function ‘move_refined_method’:
class.c:955:23: warning: taking address of packed member of ‘struct rb_method_definition_struct’ may result in an unaligned pointer value [-Waddress-of-packed-member]
  955 |      RB_OBJ_WRITE(me, &me->def->body.refined.orig_me, NULL);
./include/ruby/ruby.h:1493:75: note: in definition of macro ‘RB_OBJ_WRITE’
 1493 | #define RB_OBJ_WRITE(a, slot, b)       rb_obj_write((VALUE)(a), (VALUE *)(slot), (VALUE)(b), __FILE__, __LINE__)
      |                                                                           ^~~~
compiling compile.c
compiling complex.c
compile.c: In function ‘update_catch_except_flags’:
compile.c:1291:54: warning: taking address of packed member of ‘struct iseq_catch_table’ may result in an unaligned pointer value [-Waddress-of-packed-member]
 1291 |         const struct iseq_catch_table_entry *entry = &ct->entries[i];
      |                                                      ^~~~~~~~~~~~~~~
compile.c: In function ‘iseq_set_exception_table’:
compile.c:2356:14: warning: taking address of packed member of ‘struct iseq_catch_table’ may result in an unaligned pointer value [-Waddress-of-packed-member]
 2356 |      entry = &table->entries[i];
      |              ^~~~~~~~~~~~~~~~~~
compiling cont.c
class.c: At top level:
cc1: warning: unrecognized command line option ‘-Wno-self-assign’
cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’
cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’
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
compile.c: At top level:
cc1: warning: unrecognized command line option ‘-Wno-self-assign’
cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’
cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’
compiling inits.c
compiling io.c
io.c: In function ‘rb_io_ungetbyte’:
io.c:4272:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 4272 |         VALUE v = rb_int_modulo(b, INT2FIX(256));
      |         ^~~~~
compiling iseq.c
iseq.c: In function ‘rb_iseq_mark’:
iseq.c:252:11: warning: taking address of packed member of ‘struct iseq_catch_table’ may result in an unaligned pointer value [-Waddress-of-packed-member]
  252 |   entry = &table->entries[i];
      |           ^~~~~~~~~~~~~~~~~~
iseq.c: In function ‘rb_iseq_disasm_recursive’:
iseq.c:2067:51: warning: taking address of packed member of ‘struct iseq_catch_table’ may result in an unaligned pointer value [-Waddress-of-packed-member]
 2067 |      const struct iseq_catch_table_entry *entry = &body->catch_table->entries[i];
      |                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
iseq.c: In function ‘iseq_iterate_children’:
iseq.c:2200:58: warning: taking address of packed member of ‘struct iseq_catch_table’ may result in an unaligned pointer value [-Waddress-of-packed-member]
 2200 |             const struct iseq_catch_table_entry *entry = &body->catch_table->entries[i];
      |                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
iseq.c: In function ‘iseq_data_to_ary’:
iseq.c:2710:47: warning: taking address of packed member of ‘struct iseq_catch_table’ may result in an unaligned pointer value [-Waddress-of-packed-member]
 2710 |  const struct iseq_catch_table_entry *entry = &iseq_body->catch_table->entries[i];
      |                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compiling load.c
compiling marshal.c
compiling math.c
making mjit_config.h
compiling mjit_compile.c
iseq.c: At top level:
cc1: warning: unrecognized command line option ‘-Wno-self-assign’
cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’
cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’
compiling node.c
compiling numeric.c
io.c: At top level:
cc1: warning: unrecognized command line option ‘-Wno-self-assign’
cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’
cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’
compiling object.c
compiling pack.c
compiling parse.c
compiling proc.c
compiling process.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 safe.c
compiling signal.c
compiling sprintf.c
compiling st.c
compiling strftime.c
compiling string.c
string.c: In function ‘rb_str_setbyte’:
string.c:5426:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 5426 |     VALUE v = rb_to_int(value);
      |     ^~~~~
compiling struct.c
compiling symbol.c
compiling thread.c
compiling time.c
In file included from thread.c:68:
thread_sync.c: In function ‘queue_alloc’:
eval_intern.h:172:64: warning: taking address of packed member of ‘struct rb_queue’ may result in an unaligned pointer value [-Waddress-of-packed-member]
  172 | #define UNALIGNED_MEMBER_PTR(ptr, mem) UNALIGNED_MEMBER_ACCESS(&(ptr)->mem)
eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’
  170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr
      |                                        ^~~~
thread_sync.c:541:24: note: in expansion of macro ‘UNALIGNED_MEMBER_PTR’
  541 | #define queue_waitq(q) UNALIGNED_MEMBER_PTR(q, waitq)
      |                        ^~~~~~~~~~~~~~~~~~~~
thread_sync.c:586:20: note: in expansion of macro ‘queue_waitq’
  586 |     list_head_init(queue_waitq(q));
      |                    ^~~~~~~~~~~
thread_sync.c: In function ‘queue_fork_check’:
eval_intern.h:172:64: warning: taking address of packed member of ‘struct rb_queue’ may result in an unaligned pointer value [-Waddress-of-packed-member]
  172 | #define UNALIGNED_MEMBER_PTR(ptr, mem) UNALIGNED_MEMBER_ACCESS(&(ptr)->mem)
eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’
  170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr
      |                                        ^~~~
thread_sync.c:541:24: note: in expansion of macro ‘UNALIGNED_MEMBER_PTR’
  541 | #define queue_waitq(q) UNALIGNED_MEMBER_PTR(q, waitq)
      |                        ^~~~~~~~~~~~~~~~~~~~
thread_sync.c:600:20: note: in expansion of macro ‘queue_waitq’
  600 |     list_head_init(queue_waitq(q));
      |                    ^~~~~~~~~~~
thread_sync.c: In function ‘szqueue_alloc’:
eval_intern.h:172:64: warning: taking address of packed member of ‘struct rb_queue’ may result in an unaligned pointer value [-Waddress-of-packed-member]
  172 | #define UNALIGNED_MEMBER_PTR(ptr, mem) UNALIGNED_MEMBER_ACCESS(&(ptr)->mem)
eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’
  170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr
      |                                        ^~~~
thread_sync.c:549:27: note: in expansion of macro ‘UNALIGNED_MEMBER_PTR’
  549 | #define szqueue_waitq(sq) UNALIGNED_MEMBER_PTR(sq, q.waitq)
      |                           ^~~~~~~~~~~~~~~~~~~~
thread_sync.c:644:20: note: in expansion of macro ‘szqueue_waitq’
  644 |     list_head_init(szqueue_waitq(sq));
      |                    ^~~~~~~~~~~~~
eval_intern.h:172:64: warning: taking address of packed member of ‘struct rb_szqueue’ may result in an unaligned pointer value [-Waddress-of-packed-member]
  172 | #define UNALIGNED_MEMBER_PTR(ptr, mem) UNALIGNED_MEMBER_ACCESS(&(ptr)->mem)
eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’
  170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr
      |                                        ^~~~
thread_sync.c:550:27: note: in expansion of macro ‘UNALIGNED_MEMBER_PTR’
  550 | #define szqueue_pushq(sq) UNALIGNED_MEMBER_PTR(sq, pushq)
      |                           ^~~~~~~~~~~~~~~~~~~~
thread_sync.c:645:20: note: in expansion of macro ‘szqueue_pushq’
  645 |     list_head_init(szqueue_pushq(sq));
      |                    ^~~~~~~~~~~~~
thread_sync.c: In function ‘szqueue_ptr’:
eval_intern.h:172:64: warning: taking address of packed member of ‘struct rb_szqueue’ may result in an unaligned pointer value [-Waddress-of-packed-member]
  172 | #define UNALIGNED_MEMBER_PTR(ptr, mem) UNALIGNED_MEMBER_ACCESS(&(ptr)->mem)
eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’
  170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr
      |                                        ^~~~
thread_sync.c:550:27: note: in expansion of macro ‘UNALIGNED_MEMBER_PTR’
  550 | #define szqueue_pushq(sq) UNALIGNED_MEMBER_PTR(sq, pushq)
      |                           ^~~~~~~~~~~~~~~~~~~~
thread_sync.c:656:24: note: in expansion of macro ‘szqueue_pushq’
  656 |         list_head_init(szqueue_pushq(sq));
      |                        ^~~~~~~~~~~~~
thread_sync.c: In function ‘rb_queue_initialize’:
thread_sync.c:757:24: warning: taking address of packed member of ‘struct rb_queue’ may result in an unaligned pointer value [-Waddress-of-packed-member]
  757 |     RB_OBJ_WRITE(self, &q->que, ary_buf_new());
eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’
  170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr
      |                                        ^~~~
thread_sync.c:757:5: note: in expansion of macro ‘RB_OBJ_WRITE’
  757 |     RB_OBJ_WRITE(self, &q->que, ary_buf_new());
      |     ^~~~~~~~~~~~
eval_intern.h:172:64: warning: taking address of packed member of ‘struct rb_queue’ may result in an unaligned pointer value [-Waddress-of-packed-member]
  172 | #define UNALIGNED_MEMBER_PTR(ptr, mem) UNALIGNED_MEMBER_ACCESS(&(ptr)->mem)
eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’
  170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr
      |                                        ^~~~
thread_sync.c:541:24: note: in expansion of macro ‘UNALIGNED_MEMBER_PTR’
  541 | #define queue_waitq(q) UNALIGNED_MEMBER_PTR(q, waitq)
      |                        ^~~~~~~~~~~~~~~~~~~~
thread_sync.c:758:20: note: in expansion of macro ‘queue_waitq’
  758 |     list_head_init(queue_waitq(q));
      |                    ^~~~~~~~~~~
thread_sync.c: In function ‘queue_do_push’:
eval_intern.h:172:64: warning: taking address of packed member of ‘struct rb_queue’ may result in an unaligned pointer value [-Waddress-of-packed-member]
  172 | #define UNALIGNED_MEMBER_PTR(ptr, mem) UNALIGNED_MEMBER_ACCESS(&(ptr)->mem)
eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’
  170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr
      |                                        ^~~~
thread_sync.c:541:24: note: in expansion of macro ‘UNALIGNED_MEMBER_PTR’
  541 | #define queue_waitq(q) UNALIGNED_MEMBER_PTR(q, waitq)
      |                        ^~~~~~~~~~~~~~~~~~~~
thread_sync.c:769:16: note: in expansion of macro ‘queue_waitq’
  769 |     wakeup_one(queue_waitq(q));
      |                ^~~~~~~~~~~
thread_sync.c: In function ‘rb_queue_close’:
eval_intern.h:172:64: warning: taking address of packed member of ‘struct rb_queue’ may result in an unaligned pointer value [-Waddress-of-packed-member]
  172 | #define UNALIGNED_MEMBER_PTR(ptr, mem) UNALIGNED_MEMBER_ACCESS(&(ptr)->mem)
eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’
  170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr
      |                                        ^~~~
thread_sync.c:541:24: note: in expansion of macro ‘UNALIGNED_MEMBER_PTR’
  541 | #define queue_waitq(q) UNALIGNED_MEMBER_PTR(q, waitq)
      |                        ^~~~~~~~~~~~~~~~~~~~
thread_sync.c:814:13: note: in expansion of macro ‘queue_waitq’
  814 |  wakeup_all(queue_waitq(q));
      |             ^~~~~~~~~~~
In file included from vm_core.h:77,
                 from eval_intern.h:5,
                 from thread.c:68:
thread_sync.c: In function ‘queue_do_pop’:
thread_sync.c:906:20: warning: taking address of packed member of ‘struct rb_queue’ may result in an unaligned pointer value [-Waddress-of-packed-member]
  906 |      list_add_tail(&qw.as.q->waitq, &qw.w.node);
      |                    ^~~~~~~~~~~~~~~
ccan/list/list.h:195:44: note: in definition of macro ‘list_add_tail’
  195 | #define list_add_tail(h, n) list_add_tail_(h, n, LIST_LOC)
      |                                            ^
In file included from thread.c:68:
thread_sync.c: In function ‘rb_szqueue_initialize’:
thread_sync.c:1032:24: warning: taking address of packed member of ‘struct rb_queue’ may result in an unaligned pointer value [-Waddress-of-packed-member]
 1032 |     RB_OBJ_WRITE(self, &sq->q.que, ary_buf_new());
eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’
  170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr
      |                                        ^~~~
thread_sync.c:1032:5: note: in expansion of macro ‘RB_OBJ_WRITE’
 1032 |     RB_OBJ_WRITE(self, &sq->q.que, ary_buf_new());
      |     ^~~~~~~~~~~~
eval_intern.h:172:64: warning: taking address of packed member of ‘struct rb_queue’ may result in an unaligned pointer value [-Waddress-of-packed-member]
  172 | #define UNALIGNED_MEMBER_PTR(ptr, mem) UNALIGNED_MEMBER_ACCESS(&(ptr)->mem)
eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’
  170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr
      |                                        ^~~~
thread_sync.c:549:27: note: in expansion of macro ‘UNALIGNED_MEMBER_PTR’
  549 | #define szqueue_waitq(sq) UNALIGNED_MEMBER_PTR(sq, q.waitq)
      |                           ^~~~~~~~~~~~~~~~~~~~
thread_sync.c:1033:20: note: in expansion of macro ‘szqueue_waitq’
 1033 |     list_head_init(szqueue_waitq(sq));
      |                    ^~~~~~~~~~~~~
eval_intern.h:172:64: warning: taking address of packed member of ‘struct rb_szqueue’ may result in an unaligned pointer value [-Waddress-of-packed-member]
  172 | #define UNALIGNED_MEMBER_PTR(ptr, mem) UNALIGNED_MEMBER_ACCESS(&(ptr)->mem)
eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’
  170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr
      |                                        ^~~~
thread_sync.c:550:27: note: in expansion of macro ‘UNALIGNED_MEMBER_PTR’
  550 | #define szqueue_pushq(sq) UNALIGNED_MEMBER_PTR(sq, pushq)
      |                           ^~~~~~~~~~~~~~~~~~~~
thread_sync.c:1034:20: note: in expansion of macro ‘szqueue_pushq’
 1034 |     list_head_init(szqueue_pushq(sq));
      |                    ^~~~~~~~~~~~~
thread_sync.c: In function ‘rb_szqueue_close’:
eval_intern.h:172:64: warning: taking address of packed member of ‘struct rb_queue’ may result in an unaligned pointer value [-Waddress-of-packed-member]
  172 | #define UNALIGNED_MEMBER_PTR(ptr, mem) UNALIGNED_MEMBER_ACCESS(&(ptr)->mem)
eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’
  170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr
      |                                        ^~~~
thread_sync.c:549:27: note: in expansion of macro ‘UNALIGNED_MEMBER_PTR’
  549 | #define szqueue_waitq(sq) UNALIGNED_MEMBER_PTR(sq, q.waitq)
      |                           ^~~~~~~~~~~~~~~~~~~~
thread_sync.c:1059:13: note: in expansion of macro ‘szqueue_waitq’
 1059 |  wakeup_all(szqueue_waitq(sq));
      |             ^~~~~~~~~~~~~
eval_intern.h:172:64: warning: taking address of packed member of ‘struct rb_szqueue’ may result in an unaligned pointer value [-Waddress-of-packed-member]
  172 | #define UNALIGNED_MEMBER_PTR(ptr, mem) UNALIGNED_MEMBER_ACCESS(&(ptr)->mem)
eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’
  170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr
      |                                        ^~~~
thread_sync.c:550:27: note: in expansion of macro ‘UNALIGNED_MEMBER_PTR’
  550 | #define szqueue_pushq(sq) UNALIGNED_MEMBER_PTR(sq, pushq)
      |                           ^~~~~~~~~~~~~~~~~~~~
thread_sync.c:1060:13: note: in expansion of macro ‘szqueue_pushq’
 1060 |  wakeup_all(szqueue_pushq(sq));
      |             ^~~~~~~~~~~~~
thread_sync.c: In function ‘rb_szqueue_max_set’:
eval_intern.h:172:64: warning: taking address of packed member of ‘struct rb_szqueue’ may result in an unaligned pointer value [-Waddress-of-packed-member]
  172 | #define UNALIGNED_MEMBER_PTR(ptr, mem) UNALIGNED_MEMBER_ACCESS(&(ptr)->mem)
eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’
  170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr
      |                                        ^~~~
thread_sync.c:550:27: note: in expansion of macro ‘UNALIGNED_MEMBER_PTR’
  550 | #define szqueue_pushq(sq) UNALIGNED_MEMBER_PTR(sq, pushq)
      |                           ^~~~~~~~~~~~~~~~~~~~
thread_sync.c:1098:17: note: in expansion of macro ‘szqueue_pushq’
 1098 |     sync_wakeup(szqueue_pushq(sq), diff);
      |                 ^~~~~~~~~~~~~
thread_sync.c: In function ‘rb_szqueue_push’:
eval_intern.h:172:64: warning: taking address of packed member of ‘struct rb_szqueue’ may result in an unaligned pointer value [-Waddress-of-packed-member]
  172 | #define UNALIGNED_MEMBER_PTR(ptr, mem) UNALIGNED_MEMBER_ACCESS(&(ptr)->mem)
eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’
  170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr
      |                                        ^~~~
thread_sync.c:550:27: note: in expansion of macro ‘UNALIGNED_MEMBER_PTR’
  550 | #define szqueue_pushq(sq) UNALIGNED_MEMBER_PTR(sq, pushq)
      |                           ^~~~~~~~~~~~~~~~~~~~
thread_sync.c:1142:32: note: in expansion of macro ‘szqueue_pushq’
 1142 |      struct list_head *pushq = szqueue_pushq(sq);
      |                                ^~~~~~~~~~~~~
thread_sync.c: In function ‘szqueue_do_pop’:
eval_intern.h:172:64: warning: taking address of packed member of ‘struct rb_szqueue’ may result in an unaligned pointer value [-Waddress-of-packed-member]
  172 | #define UNALIGNED_MEMBER_PTR(ptr, mem) UNALIGNED_MEMBER_ACCESS(&(ptr)->mem)
eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’
  170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr
      |                                        ^~~~
thread_sync.c:550:27: note: in expansion of macro ‘UNALIGNED_MEMBER_PTR’
  550 | #define szqueue_pushq(sq) UNALIGNED_MEMBER_PTR(sq, pushq)
      |                           ^~~~~~~~~~~~~~~~~~~~
thread_sync.c:1168:13: note: in expansion of macro ‘szqueue_pushq’
 1168 |  wakeup_one(szqueue_pushq(sq));
      |             ^~~~~~~~~~~~~
thread_sync.c: In function ‘rb_szqueue_clear’:
eval_intern.h:172:64: warning: taking address of packed member of ‘struct rb_szqueue’ may result in an unaligned pointer value [-Waddress-of-packed-member]
  172 | #define UNALIGNED_MEMBER_PTR(ptr, mem) UNALIGNED_MEMBER_ACCESS(&(ptr)->mem)
eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’
  170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr
      |                                        ^~~~
thread_sync.c:550:27: note: in expansion of macro ‘UNALIGNED_MEMBER_PTR’
  550 | #define szqueue_pushq(sq) UNALIGNED_MEMBER_PTR(sq, pushq)
      |                           ^~~~~~~~~~~~~~~~~~~~
thread_sync.c:1207:16: note: in expansion of macro ‘szqueue_pushq’
 1207 |     wakeup_all(szqueue_pushq(sq));
      |                ^~~~~~~~~~~~~
compiling transcode.c
compiling transient_heap.c
compiling util.c
string.c: At top level:
cc1: warning: unrecognized command line option ‘-Wno-self-assign’
cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’
cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’
thread.c: At top level:
cc1: warning: unrecognized command line option ‘-Wno-self-assign’
cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’
cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’
compiling variable.c
./revision.h unchanged
compiling vm.c
compiling vm_backtrace.c
In file included from vm.c:320:
vm_insnhelper.c: In function ‘vm_throw_start’:
vm_insnhelper.c:1135:56: warning: taking address of packed member of ‘struct iseq_catch_table’ may result in an unaligned pointer value [-Waddress-of-packed-member]
 1135 |    const struct iseq_catch_table_entry * const entry = &ct->entries[i];
      |                                                        ^~~~~~~~~~~~~~~
In file included from vm.c:320:
vm_insnhelper.c: In function ‘vm_method_cfunc_entry’:
vm_insnhelper.c:1883:12: warning: taking address of packed member of ‘struct rb_method_definition_struct’ may result in an unaligned pointer value [-Waddress-of-packed-member]
 1883 |     return &me->def->body.cfunc;
      |            ^~~~~~~~~~~~~~~~~~~~
In file included from vm.c:21:
vm_insnhelper.c: In function ‘aliased_callable_method_entry’:
vm_insnhelper.c:2195:23: warning: taking address of packed member of ‘struct rb_method_definition_struct’ may result in an unaligned pointer value [-Waddress-of-packed-member]
 2195 |      RB_OBJ_WRITE(me, &me->def->body.alias.original_me, cme);
eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’
  170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr
      |                                        ^~~~
vm_insnhelper.c:2195:6: note: in expansion of macro ‘RB_OBJ_WRITE’
 2195 |      RB_OBJ_WRITE(me, &me->def->body.alias.original_me, cme);
      |      ^~~~~~~~~~~~
In file included from vm.c:21:
vm_method.c: In function ‘rb_method_definition_set’:
vm_method.c:241:20: warning: taking address of packed member of ‘struct rb_method_definition_struct’ may result in an unaligned pointer value [-Waddress-of-packed-member]
  241 |   RB_OBJ_WRITE(me, &def->body.iseq.iseqptr, iseq_body->iseqptr);
eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’
  170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr
      |                                        ^~~~
vm_method.c:241:3: note: in expansion of macro ‘RB_OBJ_WRITE’
  241 |   RB_OBJ_WRITE(me, &def->body.iseq.iseqptr, iseq_body->iseqptr);
      |   ^~~~~~~~~~~~
vm_method.c:252:20: warning: taking address of packed member of ‘struct rb_method_definition_struct’ may result in an unaligned pointer value [-Waddress-of-packed-member]
  252 |   RB_OBJ_WRITE(me, &def->body.iseq.cref, method_cref);
eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’
  170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr
      |                                        ^~~~
vm_method.c:252:3: note: in expansion of macro ‘RB_OBJ_WRITE’
  252 |   RB_OBJ_WRITE(me, &def->body.iseq.cref, method_cref);
      |   ^~~~~~~~~~~~
eval_intern.h:172:64: warning: taking address of packed member of ‘struct rb_method_definition_struct’ may result in an unaligned pointer value [-Waddress-of-packed-member]
  172 | #define UNALIGNED_MEMBER_PTR(ptr, mem) UNALIGNED_MEMBER_ACCESS(&(ptr)->mem)
eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’
  170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr
      |                                        ^~~~
vm_method.c:258:29: note: in expansion of macro ‘UNALIGNED_MEMBER_PTR’
  258 |   setup_method_cfunc_struct(UNALIGNED_MEMBER_PTR(def, body.cfunc), cfunc->func, cfunc->argc);
      |                             ^~~~~~~~~~~~~~~~~~~~
vm_method.c:274:24: warning: taking address of packed member of ‘struct rb_method_definition_struct’ may result in an unaligned pointer value [-Waddress-of-packed-member]
  274 |       RB_OBJ_WRITE(me, &def->body.attr.location, rb_ary_freeze(location));
eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’
  170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr
      |                                        ^~~~
vm_method.c:274:7: note: in expansion of macro ‘RB_OBJ_WRITE’
  274 |       RB_OBJ_WRITE(me, &def->body.attr.location, rb_ary_freeze(location));
      |       ^~~~~~~~~~~~
vm_method.c:282:30: warning: taking address of packed member of ‘struct rb_method_definition_struct’ may result in an unaligned pointer value [-Waddress-of-packed-member]
  282 |             RB_OBJ_WRITE(me, &def->body.bmethod.proc, (VALUE)opts);
eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’
  170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr
      |                                        ^~~~
vm_method.c:282:13: note: in expansion of macro ‘RB_OBJ_WRITE’
  282 |             RB_OBJ_WRITE(me, &def->body.bmethod.proc, (VALUE)opts);
      |             ^~~~~~~~~~~~
eval_intern.h:172:64: warning: taking address of packed member of ‘struct rb_method_definition_struct’ may result in an unaligned pointer value [-Waddress-of-packed-member]
  172 | #define UNALIGNED_MEMBER_PTR(ptr, mem) UNALIGNED_MEMBER_ACCESS(&(ptr)->mem)
eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’
  170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr
      |                                        ^~~~
vm_method.c:285:32: note: in expansion of macro ‘UNALIGNED_MEMBER_PTR’
  285 |      setup_method_cfunc_struct(UNALIGNED_MEMBER_PTR(def, body.cfunc), rb_f_notimplement, -1);
      |                                ^~~~~~~~~~~~~~~~~~~~
vm_method.c:293:20: warning: taking address of packed member of ‘struct rb_method_definition_struct’ may result in an unaligned pointer value [-Waddress-of-packed-member]
  293 |   RB_OBJ_WRITE(me, &def->body.refined.orig_me, refined->orig_me);
eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’
  170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr
      |                                        ^~~~
vm_method.c:293:3: note: in expansion of macro ‘RB_OBJ_WRITE’
  293 |   RB_OBJ_WRITE(me, &def->body.refined.orig_me, refined->orig_me);
      |   ^~~~~~~~~~~~
vm_method.c:294:20: warning: taking address of packed member of ‘struct rb_method_definition_struct’ may result in an unaligned pointer value [-Waddress-of-packed-member]
  294 |   RB_OBJ_WRITE(me, &def->body.refined.owner, refined->owner);
eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’
  170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr
      |                                        ^~~~
vm_method.c:294:3: note: in expansion of macro ‘RB_OBJ_WRITE’
  294 |   RB_OBJ_WRITE(me, &def->body.refined.owner, refined->owner);
      |   ^~~~~~~~~~~~
vm_method.c:298:23: warning: taking address of packed member of ‘struct rb_method_definition_struct’ may result in an unaligned pointer value [-Waddress-of-packed-member]
  298 |      RB_OBJ_WRITE(me, &def->body.alias.original_me, (rb_method_entry_t *)opts);
eval_intern.h:170:40: note: in definition of macro ‘UNALIGNED_MEMBER_ACCESS’
  170 | # define UNALIGNED_MEMBER_ACCESS(expr) expr
      |                                        ^~~~
vm_method.c:298:6: note: in expansion of macro ‘RB_OBJ_WRITE’
  298 |      RB_OBJ_WRITE(me, &def->body.alias.original_me, (rb_method_entry_t *)opts);
      |      ^~~~~~~~~~~~
In file included from vm.c:328:
vm_eval.c: In function ‘vm_call0_cfunc_with_frame’:
vm_eval.c:68:38: warning: taking address of packed member of ‘struct rb_method_definition_struct’ may result in an unaligned pointer value [-Waddress-of-packed-member]
   68 |     const rb_method_cfunc_t *cfunc = &me->def->body.cfunc;
      |                                      ^~~~~~~~~~~~~~~~~~~~
vm.c: In function ‘vm_exec_handle_exception’:
vm.c:1954:16: warning: taking address of packed member of ‘struct iseq_catch_table’ may result in an unaligned pointer value [-Waddress-of-packed-member]
 1954 |        entry = &ct->entries[i];
      |                ^~~~~~~~~~~~~~~
vm.c:1990:11: warning: taking address of packed member of ‘struct iseq_catch_table’ may result in an unaligned pointer value [-Waddress-of-packed-member]
 1990 |   entry = &ct->entries[i];
      |           ^~~~~~~~~~~~~~~
vm.c:2006:11: warning: taking address of packed member of ‘struct iseq_catch_table’ may result in an unaligned pointer value [-Waddress-of-packed-member]
 2006 |   entry = &ct->entries[i];
      |           ^~~~~~~~~~~~~~~
vm.c:2033:11: warning: taking address of packed member of ‘struct iseq_catch_table’ may result in an unaligned pointer value [-Waddress-of-packed-member]
 2033 |   entry = &ct->entries[i];
      |           ^~~~~~~~~~~~~~~
vm.c:2071:11: warning: taking address of packed member of ‘struct iseq_catch_table’ may result in an unaligned pointer value [-Waddress-of-packed-member]
 2071 |   entry = &ct->entries[i];
      |           ^~~~~~~~~~~~~~~
compiling vm_dump.c
compiling vm_trace.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 prelude.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
compiling version.c
vm.c: At top level:
cc1: warning: unrecognized command line option ‘-Wno-self-assign’
cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’
cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’
building rb_mjit_header.h
linking miniruby
rb_mjit_header.h updated
generating encdb.h
building .ext/include/x86_64-linux/rb_mjit_min_header-2.6.3.h
./miniruby -I./lib -I. -I.ext/common  ./tool/transform_mjit_header.rb "gcc " rb_mjit_header.h .ext/include/x86_64-linux/rb_mjit_min_header-2.6.3.h
./tool/transform_mjit_header.rb:179: warning: Insecure world writable dir /media/data/Install/Development/Android/sdk/platform-tools in PATH, mode 040777
encdb.h updated
./tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
rbconfig.rb updated
generating enc.mk
creating verconf.h
verconf.h updated
compiling loadpath.c
making srcs under enc
make[1]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3'
generating transdb.h
linking static-library libruby-static.a
transdb.h updated

Transforming external functions to static:
transform_mjit_header: making external definition of 'Init_vm_stack_canary' static inline
transform_mjit_header: making external definition of 'rb_vm_opt_struct_aset' static inline
transform_mjit_header: making external definition of 'rb_vm_opt_struct_aref' static inline
transform_mjit_header: making external definition of 'rb_eql_opt' static inline
transform_mjit_header: changing definition of 'rb_equal_opt' to declaration
transform_mjit_header: changing definition of 'rb_vm_search_method_slowpath' to declaration
transform_mjit_header: making external definition of 'rb_vm_rewrite_cref' static inline
transform_mjit_header: making external definition of 'rb_vm_push_frame' static inline
transform_mjit_header: making external definition of 'rb_vm_block_ep_update' static inline
transform_mjit_header: making external definition of 'rb_vm_cref_new_toplevel' static inline
transform_mjit_header: making external definition of 'rb_vm_frame_block_handler' static inline
transform_mjit_header: making external definition of 'rb_vm_ep_local_ep' static inline
transform_mjit_header: making declaration of 'rb_vm_rewrite_cref' static inline
transform_mjit_header: making declaration of 'rb_vm_frame_block_handler' static inline
transform_mjit_header: making declaration of 'rb_vm_block_ep_update' static inline
transform_mjit_header: making declaration of 'rb_vm_ep_local_ep' static inline
transform_mjit_header: making declaration of 'Init_vm_stack_canary' static inline
transform_mjit_header: making declaration of 'rb_eql_opt' static inline
transform_mjit_header: making external definition of 'rb_scan_args_set' static inline
transform_mjit_header: making declaration of 'rb_scan_args_set' static inline
transform_mjit_header: SKIPPED to transform getlogin_r
transform_mjit_header: SKIPPED to transform pread64
transform_mjit_header: SKIPPED to transform pread
transform_mjit_header: SKIPPED to transform read
transform_mjit_header: SKIPPED to transform bsearch
transform_mjit_header: SKIPPED to transform fread_unlocked
transform_mjit_header: SKIPPED to transform fgets_unlocked
transform_mjit_header: SKIPPED to transform fread
transform_mjit_header: SKIPPED to transform fgets
transform_mjit_header: SKIPPED to transform vdprintf
transform_mjit_header: SKIPPED to transform dprintf
transform_mjit_header: SKIPPED to transform vfprintf
transform_mjit_header: SKIPPED to transform vprintf
transform_mjit_header: SKIPPED to transform printf
transform_mjit_header: SKIPPED to transform fprintf
transform_mjit_header: SKIPPED to transform getline
transform_mjit_header: SKIPPED to transform putchar_unlocked
transform_mjit_header: SKIPPED to transform putc_unlocked
transform_mjit_header: SKIPPED to transform fputc_unlocked
transform_mjit_header: SKIPPED to transform putchar
transform_mjit_header: SKIPPED to transform getchar_unlocked
transform_mjit_header: SKIPPED to transform getc_unlocked
transform_mjit_header: SKIPPED to transform fgetc_unlocked
transform_mjit_header: SKIPPED to transform getchar
ln -sf ../../../.ext/include/x86_64-linux/rb_mjit_min_header-2.6.3.h include/ruby-2.6.0/x86_64-linux/rb_mjit_min_header-2.6.3.h
linking shared-library libruby.so.2.6.3
generating makefiles ext/configure-ext.mk
making enc
making trans
make[1]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3'
make[1]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3'
compiling ./enc/encdb.c
compiling ./enc/trans/transdb.c
compiling ./enc/trans/big5.c
ext/configure-ext.mk updated
compiling ./enc/big5.c
compiling ./enc/cp949.c
compiling ./enc/emacs_mule.c
compiling ./enc/euc_jp.c
compiling ./enc/euc_kr.c
compiling ./enc/trans/chinese.c
compiling ./enc/trans/ebcdic.c
compiling ./enc/euc_tw.c
compiling ./enc/gb2312.c
compiling ./enc/trans/emoji.c
compiling ./enc/gb18030.c
compiling ./enc/trans/emoji_iso2022_kddi.c
compiling ./enc/gbk.c
compiling ./enc/iso_8859_1.c
compiling ./enc/trans/emoji_sjis_docomo.c
compiling ./enc/iso_8859_2.c
compiling ./enc/iso_8859_3.c
compiling ./enc/trans/emoji_sjis_kddi.c
compiling ./enc/iso_8859_4.c
compiling ./enc/iso_8859_5.c
compiling ./enc/iso_8859_6.c
compiling ./enc/trans/emoji_sjis_softbank.c
compiling ./enc/iso_8859_7.c
compiling ./enc/iso_8859_8.c
compiling ./enc/trans/escape.c
compiling ./enc/iso_8859_9.c
compiling ./enc/trans/gb18030.c
compiling ./enc/trans/gbk.c
compiling ./enc/iso_8859_10.c
compiling ./enc/trans/iso2022.c
compiling ./enc/iso_8859_11.c
compiling ./enc/iso_8859_13.c
compiling ./enc/trans/japanese.c
compiling ./enc/iso_8859_14.c
compiling ./enc/trans/japanese_euc.c
compiling ./enc/trans/japanese_sjis.c
compiling ./enc/iso_8859_15.c
compiling ./enc/iso_8859_16.c
compiling ./enc/trans/korean.c
compiling ./enc/trans/single_byte.c
compiling ./enc/koi8_r.c
compiling ./enc/koi8_u.c
compiling ./enc/trans/utf8_mac.c
compiling ./enc/shift_jis.c
compiling ./enc/utf_16be.c
compiling ./enc/utf_16le.c
compiling ./enc/trans/utf_16_32.c
compiling ./enc/utf_32be.c
linking transcoder transdb.so
linking transcoder big5.so
compiling ./enc/utf_32le.c
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
make[1]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3'
compiling ./enc/windows_31j.c
linking transcoder emoji_sjis_softbank.so
linking transcoder escape.so
configuring etc
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
compiling ./enc/windows_1250.c
linking transcoder single_byte.so
linking transcoder utf8_mac.so
linking transcoder utf_16_32.so
compiling ./enc/windows_1251.c
make[1]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3'
compiling ./enc/windows_1252.c
compiling ./enc/windows_1253.c
compiling ./enc/windows_1254.c
compiling ./enc/windows_1257.c
linking encoding encdb.so
linking encoding big5.so
linking encoding cp949.so
linking encoding emacs_mule.so
linking encoding euc_jp.so
linking encoding euc_kr.so
linking encoding euc_tw.so
linking encoding gb2312.so
linking encoding gb18030.so
linking encoding gbk.so
linking encoding iso_8859_1.so
configuring socket
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
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
configuring date
linking encoding koi8_u.so
linking encoding shift_jis.so
linking encoding utf_16be.so
linking encoding utf_16le.so
linking encoding utf_32be.so
linking encoding utf_32le.so
linking encoding windows_31j.so
linking encoding windows_1250.so
linking encoding windows_1251.so
linking encoding windows_1252.so
linking encoding windows_1253.so
configuring pathname
linking encoding windows_1254.so
linking encoding windows_1257.so
make[1]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3'
configuring readline
configuring dbm
configuring nkf
configuring ripper
configuring syslog
configuring -test-/arith_seq/extract
configuring -test-/array/resize
configuring -test-/bignum
configuring -test-/bug-3571
configuring -test-/bug-5832
configuring -test-/bug_reporter
configuring -test-/class
configuring -test-/debug
configuring -test-/dln/empty
configuring -test-/exception
configuring -test-/fatal
configuring -test-/file
header: db.h
library: db
configuring fiddle
configuring -test-/float
configuring -test-/funcall
configuring -test-/gvl/call_without_gvl
configuring -test-/hash
configuring -test-/integer
configuring -test-/iseq_load
configuring -test-/iter
configuring -test-/load/dot.dot
configuring -test-/load/protect
configuring -test-/marshal/compat
configuring -test-/marshal/internal_ivar
configuring -test-/marshal/usr
configuring -test-/memory_status
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-/rational
configuring -test-/recursion
configuring -test-/regexp
configuring -test-/scan_args
configuring -test-/st/foreach
configuring -test-/st/numhash
configuring -test-/st/update
configuring -test-/string
configuring -test-/struct
configuring -test-/symbol
configuring -test-/thread_fd_close
configuring -test-/time
configuring -test-/tracepoint
configuring -test-/typeddata
configuring -test-/vm
configuring -test-/wait_for_single_fd
configuring zlib
configuring strscan
configuring bigdecimal
configuring digest
configuring digest/bubblebabble
configuring digest/md5
configuring digest/rmd160
configuring psych
configuring coverage
configuring racc/cparse
configuring digest/sha1
configuring continuation
configuring objspace
configuring gdbm
configuring bigdecimal/util
configuring openssl
configuring digest/sha2
configuring io/console
configuring io/nonblock
configuring io/wait
configuring fiber
configuring stringio
configuring sdbm
configuring cgi/escape
configuring pty
configuring fcntl
configuring rbconfig/sizeof
configuring json
configuring json/generator
configuring json/parser
making encs
make[1]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3'
configuring rubyvm
make[1]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3'
generating makefile exts.mk
exts.mk updated
make[1]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/date'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/etc'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/socket'
compiling init.c
compiling date_core.c
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/pathname'
compiling etc.c
compiling pathname.c
compiling constants.c
linking shared-object etc.so
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/etc'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/dbm'
compiling dbm.c
linking shared-object pathname.so
linking shared-object dbm.so
installing default pathname libraries
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/pathname'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/readline'
compiling readline.c
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/dbm'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/nkf'
compiling nkf.c
linking shared-object readline.so
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/readline'
installing default nkf libraries
compiling basicsocket.c
compiling socket.c
compiling ipsocket.c
compiling tcpsocket.c
compiling tcpserver.c
compiling sockssocket.c
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/ripper'
compiling ripper.c
compiling udpsocket.c
compiling unixsocket.c
compiling unixserver.c
compiling option.c
linking shared-object nkf.so
compiling ancdata.c
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/nkf'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/syslog'
compiling syslog.c
linking shared-object syslog.so
compiling date_parse.c
installing default syslog libraries
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/syslog'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/arith_seq/extract'
compiling extract.c
compiling raddrinfo.c
linking shared-object -test-/arith_seq/extract.so
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/arith_seq/extract'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/array/resize'
compiling resize.c
linking shared-object -test-/array/resize.so
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/array/resize'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/bignum'
compiling str2big.c
compiling bigzero.c
compiling div.c
compiling init.c
compiling intpack.c
compiling ifaddr.c
compiling big2str.c
compiling mul.c
installing default socket libraries
linking shared-object socket.so
linking shared-object -test-/bignum.so
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/bignum'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/bug-3571'
compiling bug.c
linking shared-object -test-/bug_3571.so
compiling date_strftime.c
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/bug-3571'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/bug-5832'
compiling bug.c
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/socket'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/bug_reporter'
compiling bug_reporter.c
linking shared-object -test-/bug_5832.so
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/bug-5832'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/class'
compiling init.c
linking shared-object -test-/bug_reporter.so
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/bug_reporter'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/debug'
compiling inspector.c
compiling class2name.c
compiling init.c
linking shared-object -test-/class.so
compiling profile_frames.c
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/class'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/dln/empty'
compiling empty.c
linking shared-object -test-/dln/empty.so
linking shared-object -test-/debug.so
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/dln/empty'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/exception'
compiling enc_raise.c
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/debug'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/fatal'
compiling rb_fatal.c
compiling date_strptime.c
compiling ensured.c
linking shared-object -test-/fatal/rb_fatal.so
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/fatal'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/file'
compiling fs.c
compiling init.c
compiling init.c
compiling dataerror.c
compiling stat.c
linking shared-object -test-/exception.so
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/exception'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/float'
compiling nextafter.c
linking shared-object -test-/file.so
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/file'
compiling init.c
installing default date_core libraries
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/funcall'
compiling funcall.c
linking shared-object -test-/float.so
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/float'
linking shared-object -test-/funcall.so
checking ../.././parse.y and ../.././ext/ripper/eventids2.c
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/funcall'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/gvl/call_without_gvl'
compiling call_without_gvl.c
installing default ripper libraries
linking shared-object -test-/gvl/call_without_gvl.so
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/hash'
compiling delete.c
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/gvl/call_without_gvl'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/integer'
compiling core_ext.c
linking shared-object date_core.so
compiling init.c
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/date'
compiling my_integer.c
compiling init.c
linking shared-object -test-/hash.so
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/iseq_load'
compiling iseq_load.c
linking shared-object -test-/integer.so
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/integer'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/iter'
compiling break.c
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/hash'
compiling yield.c
linking shared-object -test-/iseq_load.so
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/iseq_load'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/load/dot.dot'
compiling dot.dot.c
linking shared-object -test-/load/dot.dot.so
compiling init.c
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/load/dot.dot'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/load/protect'
compiling protect.c
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/marshal/compat'
compiling usrcompat.c
linking shared-object -test-/iter.so
linking shared-object -test-/load/protect.so
linking shared-object -test-/marshal/compat.so
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/iter'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/marshal/internal_ivar'
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/load/protect'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/marshal/usr'
compiling internal_ivar.c
compiling usrmarshal.c
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/marshal/compat'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/method'
compiling arity.c
compiling init.c
linking shared-object -test-/marshal/usr.so
linking shared-object -test-/marshal/internal_ivar.so
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/marshal/usr'
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/marshal/internal_ivar'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/notimplement'
compiling bug.c
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/num2int'
compiling num2int.c
linking shared-object -test-/notimplement.so
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/notimplement'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/path_to_class'
compiling path_to_class.c
linking shared-object -test-/method.so
linking shared-object -test-/num2int.so
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/num2int'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/popen_deadlock'
compiling infinite_loop_dlsym.c
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/method'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/postponed_job'
compiling postponed_job.c
linking shared-object -test-/path_to_class.so
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/path_to_class'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/printf'
compiling printf.c
linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/popen_deadlock'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/proc'
compiling super.c
compiling init.c
linking shared-object -test-/postponed_job.so
linking shared-object -test-/printf.so
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/postponed_job'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/rational'
compiling rat.c
compiling receiver.c
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/printf'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/recursion'
compiling recursion.c
linking shared-object -test-/recursion.so
linking shared-object -test-/rational.so
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/rational'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/regexp'
compiling parse_depth_limit.c
linking shared-object -test-/proc.so
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/recursion'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/scan_args'
compiling scan_args.c
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/proc'
compiling init.c
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/st/foreach'
compiling foreach.c
linking shared-object -test-/regexp.so
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/regexp'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/st/numhash'
compiling numhash.c
linking shared-object -test-/st/foreach.so
linking shared-object -test-/st/numhash.so
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/st/numhash'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/st/update'
compiling update.c
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/st/foreach'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/string'
compiling cstr.c
linking shared-object -test-/st/update.so
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/st/update'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/struct'
compiling member.c
compiling duplicate.c
compiling modify.c
compiling init.c
linking shared-object -test-/scan_args.so
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/scan_args'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/symbol'
compiling type.c
compiling ellipsize.c
compiling capacity.c
compiling len.c
compiling init.c
compiling coderange.c
linking shared-object -test-/struct.so
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/struct'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/thread_fd_close'
compiling thread_fd_close.c
compiling new.c
linking shared-object -test-/symbol.so
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/symbol'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/time'
compiling new.c
linking shared-object -test-/thread_fd_close.so
compiling qsort.c
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/thread_fd_close'
compiling leap_second.c
compiling init.c
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/tracepoint'
compiling gc_hook.c
compiling fstring.c
linking shared-object ripper.so
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/ripper'
compiling enc_associate.c
compiling tracepoint.c
linking shared-object -test-/time.so
compiling nofree.c
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/time'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/typeddata'
compiling typeddata.c
compiling set_len.c
linking shared-object -test-/tracepoint.so
linking shared-object -test-/typeddata.so
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/tracepoint'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/vm'
compiling normalize.c
compiling at_exit.c
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/typeddata'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/wait_for_single_fd'
compiling wait_for_single_fd.c
linking shared-object -test-/vm/at_exit.so
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/fiddle'
compiling closure.c
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/vm'
compiling conversions.c
linking shared-object -test-/wait_for_single_fd.so
closure.c: In function ‘initialize’:
closure.c:264:5: warning: ‘ffi_prep_closure’ is deprecated: use ffi_prep_closure_loc instead [-Wdeprecated-declarations]
  264 |     result = ffi_prep_closure(pcl, cif, callback, (void *)self);
      |     ^~~~~~
In file included from ./fiddle.h:42,
                 from closure.c:1:
/usr/include/x86_64-linux-gnu/ffi.h:334:1: note: declared here
  334 | ffi_prep_closure (ffi_closure*,
      | ^~~~~~~~~~~~~~~~
compiling enc_str_buf_cat.c
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/wait_for_single_fd'
compiling fiddle.c
closure.c: At top level:
cc1: warning: unrecognized command line option ‘-Wno-self-assign’
cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’
cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’
compiling function.c
compiling handle.c
compiling init.c
compiling pointer.c
linking shared-object -test-/string.so
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/zlib'
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/-test-/string'
compiling zlib.c
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/strscan'
compiling strscan.c
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/bigdecimal'
compiling bigdecimal.c
linking shared-object fiddle.so
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/fiddle'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/digest'
compiling digest.c
linking shared-object strscan.so
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/strscan'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/psych'
compiling psych.c
installing default digest libraries
linking shared-object digest.so
compiling psych_emitter.c
installing digest libraries
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/digest'
compiling psych_parser.c
compiling psych_to_ruby.c
compiling psych_yaml_tree.c
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/coverage'
compiling coverage.c
linking shared-object psych.so
installing default coverage libraries
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/psych'
linking shared-object coverage.so
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/racc/cparse'
compiling cparse.c
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/coverage'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/continuation'
compiling continuation.c
linking shared-object zlib.so
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/zlib'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/objspace'
compiling object_tracing.c
linking shared-object continuation.so
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/continuation'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/gdbm'
compiling gdbm.c
compiling objspace.c
linking shared-object racc/cparse.so
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/openssl'
compiling openssl_missing.c
compiling ossl.c
linking shared-object gdbm.so
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/gdbm'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/io/console'
compiling console.c
compiling objspace_dump.c
linking shared-object objspace.so
linking shared-object io/console.so
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/objspace'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/io/nonblock'
compiling nonblock.c
installing default console libraries
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/io/console'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/io/wait'
compiling wait.c
compiling ossl_asn1.c
linking shared-object io/nonblock.so
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/io/nonblock'
installing default bigdecimal libraries
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/fiber'
compiling fiber.c
linking shared-object fiber.so
linking shared-object io/wait.so
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/fiber'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/stringio'
compiling stringio.c
stringio.c: In function ‘strio_ungetbyte’:
stringio.c:814:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  814 |         VALUE v = rb_funcall(c, rb_intern("modulo"), 1, INT2FIX(256));
      |         ^~~~~
stringio.c:822:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  822 |     const char *cp = RSTRING_PTR(c);
      |     ^~~~~
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/io/wait'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/sdbm'
compiling _sdbm.c
compiling init.c
linking shared-object bigdecimal.so
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/cgi/escape'
compiling escape.c
stringio.c: At top level:
cc1: warning: unrecognized command line option ‘-Wno-self-assign’
cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’
cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’
compiling ossl_bio.c
linking shared-object cgi/escape.so
linking shared-object sdbm.so
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/cgi/escape'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/pty'
compiling pty.c
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/sdbm'
installing default pty libraries
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/fcntl'
compiling fcntl.c
linking shared-object stringio.so
linking shared-object fcntl.so
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/stringio'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/rbconfig/sizeof'
compiling sizes.c
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/fcntl'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/json'
linking shared-object pty.so
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/json'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/rubyvm'
installing default libraries
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/rubyvm'
compiling limits.c
compiling ossl_bn.c
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/pty'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/bigdecimal/util'
compiling util.c
compiling ossl_cipher.c
linking shared-object bigdecimal/util.so
linking shared-object rbconfig/sizeof.so
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/bigdecimal/util'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/digest/bubblebabble'
compiling bubblebabble.c
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/rbconfig/sizeof'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/digest/md5'
compiling md5init.c
linking shared-object digest/md5.so
linking shared-object digest/bubblebabble.so
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/digest/bubblebabble'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/digest/rmd160'
compiling rmd160init.c
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/digest/md5'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/digest/sha1'
compiling sha1init.c
linking shared-object digest/sha1.so
linking shared-object digest/rmd160.so
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/digest/sha1'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/digest/sha2'
compiling sha2init.c
compiling ossl_config.c
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/digest/rmd160'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/json/generator'
compiling generator.c
linking shared-object digest/sha2.so
installing default sha2 libraries
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/json/parser'
compiling parser.c
compiling ossl_digest.c
compiling ossl_engine.c
linking shared-object json/ext/parser.so
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/json/parser'
compiling ossl_hmac.c
compiling ossl_kdf.c
compiling ossl_ns_spki.c
compiling ossl_ocsp.c
linking shared-object json/ext/generator.so
compiling ossl_pkcs12.c
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/json/generator'
compiling ossl_pkcs7.c
compiling ossl_pkey.c
compiling ossl_pkey_dh.c
compiling ossl_pkey_dsa.c
compiling ossl_pkey_ec.c
compiling ossl_pkey_rsa.c
compiling ossl_rand.c
compiling ossl_ssl.c
compiling ossl_ssl_session.c
compiling ossl_x509.c
compiling ossl_x509attr.c
compiling ossl_x509cert.c
compiling ossl_x509crl.c
compiling ossl_x509ext.c
compiling ossl_x509name.c
compiling ossl_x509req.c
compiling ossl_x509revoked.c
compiling ossl_x509store.c
installing default openssl libraries
linking shared-object openssl.so
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/openssl'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3'
./revision.h unchanged
linking ruby
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3'
make[1]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3'
make[1]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3'
Generating RDoc documentation
./tool/runruby.rb:110: warning: Insecure world writable dir /media/data/Install/Development/Android/sdk/platform-tools in PATH, mode 040777
Parsing sources...
  0% [ 1/1093]  /tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/doc/NEWS-1.8.7
  0% [ 2/1093]  /tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/doc/NEWS-1.9.1
  0% [ 3/1093]  /tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/doc/NEWS-1.9.2
  0% [ 4/1093]  /tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/doc/NEWS-1.9.3
  0% [ 5/1093]  /tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/doc/NEWS-2.0.0
  0% [ 6/1093]  /tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/doc/NEWS-2.1.0
  0% [ 7/1093]  /tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/doc/NEWS-2.2.0
  0% [ 8/1093]  /tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/doc/NEWS-2.3.0
  0% [ 9/1093]  /tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/doc/NEWS-2.4.0
  0% [10/1093]  /tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/doc/NEWS-2.5.0
  1% [11/1093]  /tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/doc/contributing.rdoc
  1% [12/1093]  /tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/doc/contributors.rdoc
  1% [13/1093]  /tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/doc/dtrace_probes.rdoc
  1% [14/1093]  /tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/doc/extension.ja.rdoc
  1% [15/1093]  /tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/doc/extension.rdoc
  1% [16/1093]  /tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/doc/globals.rdoc
  1% [17/1093]  /tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/doc/keywords.rdoc
  1% [18/1093]  /tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/doc/maintainers.rdoc
  1% [19/1093]  /tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/doc/marshal.rdoc
  1% [20/1093]  /tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/doc/regexp.rdoc
  1% [21/1093]  /tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/doc/security.rdoc
  2% [22/1093]  /tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/doc/signals.rdoc
  2% [23/1093]  /tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/doc/standard_library.rdoc
  2% [24/1093]  /tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/doc/syntax.rdoc
  2% [25/1093]  /tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/doc/syntax/assignment.rdoc
  2% [26/1093]  /tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/doc/syntax/calling_methods.rdoc
  2% [27/1093]  /tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/doc/syntax/control_expressions.rdoc
  2% [28/1093]  /tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/doc/syntax/exceptions.rdoc
  2% [29/1093]  /tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/doc/syntax/literals.rdoc
  2% [30/1093]  /tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/doc/syntax/methods.rdoc
  2% [31/1093]  /tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/doc/syntax/miscellaneous.rdoc
  2% [32/1093]  /tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/doc/syntax/modules_and_classes.rdoc
  3% [33/1093]  /tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/doc/syntax/precedence.rdoc
  3% [34/1093]  /tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/doc/syntax/refinements.rdoc
  3% [35/1093]  CONTRIBUTING.md
  3% [36/1093]  COPYING
  3% [37/1093]  COPYING.ja
  3% [38/1093]  LEGAL
  3% [39/1093]  NEWS
  3% [40/1093]  README.ja.md
  3% [41/1093]  README.md
  3% [42/1093]  addr2line.c
  3% [43/1093]  array.c
  4% [44/1093]  ast.c
  4% [45/1093]  bignum.c
  4% [46/1093]  class.c
  4% [47/1093]  compar.c
  4% [48/1093]  compile.c
  4% [49/1093]  complex.c
  4% [50/1093]  cont.c
  4% [51/1093]  debug.c
  4% [52/1093]  debug_counter.c
  4% [53/1093]  dir.c
  4% [54/1093]  dln.c
  5% [55/1093]  dln_find.c
  5% [56/1093]  dmydln.c
  5% [57/1093]  dmyenc.c
  5% [58/1093]  dmyext.c
  5% [59/1093]  doc/NEWS-1.8.7
  5% [60/1093]  doc/NEWS-1.9.1
  5% [61/1093]  doc/NEWS-1.9.2
  5% [62/1093]  doc/NEWS-1.9.3
  5% [63/1093]  doc/NEWS-2.0.0
  5% [64/1093]  doc/NEWS-2.1.0
  5% [65/1093]  doc/NEWS-2.2.0
  6% [66/1093]  doc/NEWS-2.3.0
  6% [67/1093]  doc/NEWS-2.4.0
  6% [68/1093]  doc/NEWS-2.5.0
  6% [69/1093]  doc/contributing.rdoc
  6% [70/1093]  doc/contributors.rdoc
  6% [71/1093]  doc/dtrace_probes.rdoc
  6% [72/1093]  doc/extension.ja.rdoc
  6% [73/1093]  doc/extension.rdoc
  6% [74/1093]  doc/globals.rdoc
  6% [75/1093]  doc/keywords.rdoc
  6% [76/1093]  doc/maintainers.rdoc
  7% [77/1093]  doc/marshal.rdoc
  7% [78/1093]  doc/regexp.rdoc
  7% [79/1093]  doc/security.rdoc
  7% [80/1093]  doc/signals.rdoc
  7% [81/1093]  doc/standard_library.rdoc
  7% [82/1093]  doc/syntax.rdoc
  7% [83/1093]  doc/syntax/assignment.rdoc
  7% [84/1093]  doc/syntax/calling_methods.rdoc
  7% [85/1093]  doc/syntax/control_expressions.rdoc
  7% [86/1093]  doc/syntax/exceptions.rdoc
  7% [87/1093]  doc/syntax/literals.rdoc
  8% [88/1093]  doc/syntax/methods.rdoc
  8% [89/1093]  doc/syntax/miscellaneous.rdoc
  8% [90/1093]  doc/syntax/modules_and_classes.rdoc
  8% [91/1093]  doc/syntax/precedence.rdoc
  8% [92/1093]  doc/syntax/refinements.rdoc
  8% [93/1093]  encoding.c
  8% [94/1093]  enum.c
  8% [95/1093]  enumerator.c
  8% [96/1093]  error.c
  8% [97/1093]  eval.c
  8% [98/1093]  eval_error.c
  9% [99/1093]  eval_jump.c
  9% [100/1093]  ext/bigdecimal/bigdecimal.c
  9% [101/1093]  ext/bigdecimal/lib/bigdecimal.rb
  9% [102/1093]  ext/bigdecimal/lib/bigdecimal/jacobian.rb
  9% [103/1093]  ext/bigdecimal/lib/bigdecimal/ludcmp.rb
  9% [104/1093]  ext/bigdecimal/lib/bigdecimal/math.rb
  9% [105/1093]  ext/bigdecimal/lib/bigdecimal/newton.rb
  9% [106/1093]  ext/bigdecimal/lib/bigdecimal/util.rb
  9% [107/1093]  ext/continuation/continuation.c
  9% [108/1093]  ext/coverage/coverage.c
  9% [109/1093]  ext/date/date_core.c
 10% [110/1093]  ext/dbm/dbm.c
 10% [111/1093]  ext/digest/bubblebabble/bubblebabble.c
 10% [112/1093]  ext/digest/digest.c
 10% [113/1093]  ext/digest/lib/digest.rb
 10% [114/1093]  ext/digest/md5/md5init.c
 10% [115/1093]  ext/digest/rmd160/rmd160init.c
 10% [116/1093]  ext/digest/sha1/sha1init.c
 10% [117/1093]  ext/digest/sha2/sha2init.c
 10% [118/1093]  ext/etc/etc.c
 10% [119/1093]  ext/fcntl/fcntl.c
 10% [120/1093]  ext/fiber/fiber.c
 11% [121/1093]  ext/fiddle/closure.c
 11% [122/1093]  ext/fiddle/conversions.c
 11% [123/1093]  ext/fiddle/fiddle.c
 11% [124/1093]  ext/fiddle/function.c
 11% [125/1093]  ext/fiddle/handle.c
 11% [126/1093]  ext/fiddle/lib/fiddle.rb
 11% [127/1093]  ext/fiddle/lib/fiddle/closure.rb
 11% [128/1093]  ext/fiddle/lib/fiddle/cparser.rb
 11% [129/1093]  ext/fiddle/lib/fiddle/function.rb
 11% [130/1093]  ext/fiddle/lib/fiddle/import.rb
 11% [131/1093]  ext/fiddle/lib/fiddle/pack.rb
 12% [132/1093]  ext/fiddle/lib/fiddle/struct.rb
 12% [133/1093]  ext/fiddle/lib/fiddle/types.rb
 12% [134/1093]  ext/fiddle/lib/fiddle/value.rb
 12% [135/1093]  ext/fiddle/pointer.c
 12% [136/1093]  ext/gdbm/gdbm.c
 12% [137/1093]  ext/io/console/console.c
 12% [138/1093]  ext/io/nonblock/nonblock.c
 12% [139/1093]  ext/io/wait/wait.c
 12% [140/1093]  ext/json/generator/generator.c
 12% [141/1093]  ext/json/lib/json.rb
 12% [142/1093]  ext/json/lib/json/add/bigdecimal.rb
 13% [143/1093]  ext/json/lib/json/add/complex.rb
 13% [144/1093]  ext/json/lib/json/add/core.rb
 13% [145/1093]  ext/json/lib/json/add/date.rb
 13% [146/1093]  ext/json/lib/json/add/date_time.rb
 13% [147/1093]  ext/json/lib/json/add/exception.rb
 13% [148/1093]  ext/json/lib/json/add/ostruct.rb
 13% [149/1093]  ext/json/lib/json/add/range.rb
 13% [150/1093]  ext/json/lib/json/add/rational.rb
 13% [151/1093]  ext/json/lib/json/add/regexp.rb
 13% [152/1093]  ext/json/lib/json/add/struct.rb
 13% [153/1093]  ext/json/lib/json/add/symbol.rb
 14% [154/1093]  ext/json/lib/json/add/time.rb
 14% [155/1093]  ext/json/lib/json/common.rb
 14% [156/1093]  ext/json/lib/json/ext.rb
 14% [157/1093]  ext/json/lib/json/generic_object.rb
 14% [158/1093]  ext/json/lib/json/version.rb
 14% [159/1093]  ext/json/parser/parser.c
 14% [160/1093]  ext/nkf/lib/kconv.rb
 14% [161/1093]  ext/nkf/nkf.c
 14% [162/1093]  ext/objspace/object_tracing.c
 14% [163/1093]  ext/objspace/objspace.c
 15% [164/1093]  ext/objspace/objspace_dump.c
 15% [165/1093]  ext/openssl/lib/openssl.rb
 15% [166/1093]  ext/openssl/lib/openssl/bn.rb
 15% [167/1093]  ext/openssl/lib/openssl/buffering.rb
 15% [168/1093]  ext/openssl/lib/openssl/cipher.rb
 15% [169/1093]  ext/openssl/lib/openssl/config.rb
 15% [170/1093]  ext/openssl/lib/openssl/digest.rb
 15% [171/1093]  ext/openssl/lib/openssl/pkcs5.rb
 15% [172/1093]  ext/openssl/lib/openssl/pkey.rb
 15% [173/1093]  ext/openssl/lib/openssl/ssl.rb
 15% [174/1093]  ext/openssl/lib/openssl/x509.rb
 16% [175/1093]  ext/openssl/ossl.c
 16% [176/1093]  ext/openssl/ossl_asn1.c
 16% [177/1093]  ext/openssl/ossl_bio.c
 16% [178/1093]  ext/openssl/ossl_bn.c
 16% [179/1093]  ext/openssl/ossl_cipher.c
 16% [180/1093]  ext/openssl/ossl_config.c
 16% [181/1093]  ext/openssl/ossl_digest.c
 16% [182/1093]  ext/openssl/ossl_engine.c
 16% [183/1093]  ext/openssl/ossl_hmac.c
 16% [184/1093]  ext/openssl/ossl_kdf.c
 16% [185/1093]  ext/openssl/ossl_ns_spki.c
 17% [186/1093]  ext/openssl/ossl_ocsp.c
 17% [187/1093]  ext/openssl/ossl_pkcs12.c
 17% [188/1093]  ext/openssl/ossl_pkcs7.c
 17% [189/1093]  ext/openssl/ossl_pkey.c
 17% [190/1093]  ext/openssl/ossl_pkey_dh.c
 17% [191/1093]  ext/openssl/ossl_pkey_dsa.c
 17% [192/1093]  ext/openssl/ossl_pkey_ec.c
 17% [193/1093]  ext/openssl/ossl_pkey_rsa.c
 17% [194/1093]  ext/openssl/ossl_rand.c
 17% [195/1093]  ext/openssl/ossl_ssl.c
 17% [196/1093]  ext/openssl/ossl_ssl_session.c
 18% [197/1093]  ext/openssl/ossl_x509.c
 18% [198/1093]  ext/openssl/ossl_x509attr.c
 18% [199/1093]  ext/openssl/ossl_x509cert.c
 18% [200/1093]  ext/openssl/ossl_x509crl.c
 18% [201/1093]  ext/openssl/ossl_x509ext.c
 18% [202/1093]  ext/openssl/ossl_x509name.c
 18% [203/1093]  ext/openssl/ossl_x509req.c
 18% [204/1093]  ext/openssl/ossl_x509revoked.c
 18% [205/1093]  ext/openssl/ossl_x509store.c
 18% [206/1093]  ext/pathname/lib/pathname.rb
 18% [207/1093]  ext/pathname/pathname.c
 19% [208/1093]  ext/psych/lib/psych.rb
 19% [209/1093]  ext/psych/lib/psych/class_loader.rb
 19% [210/1093]  ext/psych/lib/psych/coder.rb
 19% [211/1093]  ext/psych/lib/psych/core_ext.rb
 19% [212/1093]  ext/psych/lib/psych/exception.rb
 19% [213/1093]  ext/psych/lib/psych/handler.rb
 19% [214/1093]  ext/psych/lib/psych/handlers/document_stream.rb
 19% [215/1093]  ext/psych/lib/psych/handlers/recorder.rb
 19% [216/1093]  ext/psych/lib/psych/json/ruby_events.rb
 19% [217/1093]  ext/psych/lib/psych/json/stream.rb
 19% [218/1093]  ext/psych/lib/psych/json/tree_builder.rb
 20% [219/1093]  ext/psych/lib/psych/json/yaml_events.rb
 20% [220/1093]  ext/psych/lib/psych/nodes.rb
 20% [221/1093]  ext/psych/lib/psych/nodes/alias.rb
 20% [222/1093]  ext/psych/lib/psych/nodes/document.rb
 20% [223/1093]  ext/psych/lib/psych/nodes/mapping.rb
 20% [224/1093]  ext/psych/lib/psych/nodes/node.rb
 20% [225/1093]  ext/psych/lib/psych/nodes/scalar.rb
 20% [226/1093]  ext/psych/lib/psych/nodes/sequence.rb
 20% [227/1093]  ext/psych/lib/psych/nodes/stream.rb
 20% [228/1093]  ext/psych/lib/psych/omap.rb
 20% [229/1093]  ext/psych/lib/psych/parser.rb
 21% [230/1093]  ext/psych/lib/psych/scalar_scanner.rb
 21% [231/1093]  ext/psych/lib/psych/set.rb
 21% [232/1093]  ext/psych/lib/psych/stream.rb
 21% [233/1093]  ext/psych/lib/psych/streaming.rb
 21% [234/1093]  ext/psych/lib/psych/syntax_error.rb
 21% [235/1093]  ext/psych/lib/psych/tree_builder.rb
 21% [236/1093]  ext/psych/lib/psych/versions.rb
 21% [237/1093]  ext/psych/lib/psych/visitors.rb
 21% [238/1093]  ext/psych/lib/psych/visitors/depth_first.rb
 21% [239/1093]  ext/psych/lib/psych/visitors/emitter.rb
 21% [240/1093]  ext/psych/lib/psych/visitors/json_tree.rb
 22% [241/1093]  ext/psych/lib/psych/visitors/to_ruby.rb
 22% [242/1093]  ext/psych/lib/psych/visitors/visitor.rb
 22% [243/1093]  ext/psych/lib/psych/visitors/yaml_tree.rb
 22% [244/1093]  ext/psych/lib/psych/y.rb
 22% [245/1093]  ext/psych/psych.c
 22% [246/1093]  ext/psych/psych_emitter.c
 22% [247/1093]  ext/psych/psych_parser.c
 22% [248/1093]  ext/psych/psych_to_ruby.c
 22% [249/1093]  ext/psych/psych_yaml_tree.c
 22% [250/1093]  ext/pty/lib/expect.rb
 22% [251/1093]  ext/pty/pty.c
 23% [252/1093]  ext/racc/cparse/cparse.c
 23% [253/1093]  ext/readline/readline.c
 23% [254/1093]  ext/ripper/lib/ripper.rb
 23% [255/1093]  ext/ripper/lib/ripper/core.rb
 23% [256/1093]  ext/ripper/lib/ripper/filter.rb
 23% [257/1093]  ext/ripper/lib/ripper/lexer.rb
 23% [258/1093]  ext/ripper/lib/ripper/sexp.rb
 23% [259/1093]  ext/sdbm/init.c
 23% [260/1093]  ext/socket/ancdata.c
 23% [261/1093]  ext/socket/basicsocket.c
 23% [262/1093]  ext/socket/constants.c
 24% [263/1093]  ext/socket/constdefs.c
 24% [264/1093]  ext/socket/ifaddr.c
 24% [265/1093]  ext/socket/init.c
 24% [266/1093]  ext/socket/ipsocket.c
 24% [267/1093]  ext/socket/lib/socket.rb
 24% [268/1093]  ext/socket/option.c
 24% [269/1093]  ext/socket/raddrinfo.c
 24% [270/1093]  ext/socket/socket.c
 24% [271/1093]  ext/socket/sockssocket.c
 24% [272/1093]  ext/socket/tcpserver.c
 24% [273/1093]  ext/socket/tcpsocket.c
 25% [274/1093]  ext/socket/udpsocket.c
 25% [275/1093]  ext/socket/unixserver.c
 25% [276/1093]  ext/socket/unixsocket.c
 25% [277/1093]  ext/stringio/stringio.c
 25% [278/1093]  ext/strscan/strscan.c
 25% [279/1093]  ext/syslog/lib/syslog/logger.rb
 25% [280/1093]  ext/syslog/syslog.c
 25% [281/1093]  ext/win32ole/lib/win32ole.rb
 25% [282/1093]  ext/win32ole/lib/win32ole/property.rb
 25% [283/1093]  ext/win32ole/win32ole.c
 25% [284/1093]  ext/win32ole/win32ole_error.c
 26% [285/1093]  ext/win32ole/win32ole_event.c
 26% [286/1093]  ext/win32ole/win32ole_method.c
 26% [287/1093]  ext/win32ole/win32ole_param.c
 26% [288/1093]  ext/win32ole/win32ole_record.c
 26% [289/1093]  ext/win32ole/win32ole_type.c
 26% [290/1093]  ext/win32ole/win32ole_typelib.c
 26% [291/1093]  ext/win32ole/win32ole_variable.c
 26% [292/1093]  ext/win32ole/win32ole_variant.c
 26% [293/1093]  ext/win32ole/win32ole_variant_m.c
 26% [294/1093]  ext/zlib/zlib.c
 26% [295/1093]  file.c
 27% [296/1093]  gc.c
 27% [297/1093]  golf_prelude.c
 27% [298/1093]  goruby.c
 27% [299/1093]  hash.c
 27% [300/1093]  id.c
 27% [301/1093]  id_table.c
 27% [302/1093]  inits.c
 27% [303/1093]  io.c
 27% [304/1093]  iseq.c
 27% [305/1093]  lex.c
 27% [306/1093]  lib/English.rb
 28% [307/1093]  lib/abbrev.rb
 28% [308/1093]  lib/base64.rb
 28% [309/1093]  lib/benchmark.rb
 28% [310/1093]  lib/bundler.rb
 28% [311/1093]  lib/bundler/build_metadata.rb
 28% [312/1093]  lib/bundler/bundler.gemspec
 28% [313/1093]  lib/bundler/capistrano.rb
 28% [314/1093]  lib/bundler/cli.rb
 28% [315/1093]  lib/bundler/cli/add.rb
 28% [316/1093]  lib/bundler/cli/binstubs.rb
 29% [317/1093]  lib/bundler/cli/cache.rb
 29% [318/1093]  lib/bundler/cli/check.rb
 29% [319/1093]  lib/bundler/cli/clean.rb
 29% [320/1093]  lib/bundler/cli/common.rb
 29% [321/1093]  lib/bundler/cli/config.rb
 29% [322/1093]  lib/bundler/cli/console.rb
 29% [323/1093]  lib/bundler/cli/doctor.rb
 29% [324/1093]  lib/bundler/cli/exec.rb
 29% [325/1093]  lib/bundler/cli/gem.rb
 29% [326/1093]  lib/bundler/cli/info.rb
 29% [327/1093]  lib/bundler/cli/init.rb
 30% [328/1093]  lib/bundler/cli/inject.rb
 30% [329/1093]  lib/bundler/cli/install.rb
 30% [330/1093]  lib/bundler/cli/issue.rb
 30% [331/1093]  lib/bundler/cli/list.rb
 30% [332/1093]  lib/bundler/cli/lock.rb
 30% [333/1093]  lib/bundler/cli/open.rb
 30% [334/1093]  lib/bundler/cli/outdated.rb
 30% [335/1093]  lib/bundler/cli/package.rb
 30% [336/1093]  lib/bundler/cli/platform.rb
 30% [337/1093]  lib/bundler/cli/plugin.rb
 30% [338/1093]  lib/bundler/cli/pristine.rb
 31% [339/1093]  lib/bundler/cli/remove.rb
 31% [340/1093]  lib/bundler/cli/show.rb
 31% [341/1093]  lib/bundler/cli/update.rb
 31% [342/1093]  lib/bundler/cli/viz.rb
 31% [343/1093]  lib/bundler/compact_index_client.rb
 31% [344/1093]  lib/bundler/compact_index_client/cache.rb
 31% [345/1093]  lib/bundler/compact_index_client/updater.rb
 31% [346/1093]  lib/bundler/compatibility_guard.rb
 31% [347/1093]  lib/bundler/constants.rb
 31% [348/1093]  lib/bundler/current_ruby.rb
 31% [349/1093]  lib/bundler/definition.rb
 32% [350/1093]  lib/bundler/dep_proxy.rb
 32% [351/1093]  lib/bundler/dependency.rb
 32% [352/1093]  lib/bundler/deployment.rb
 32% [353/1093]  lib/bundler/deprecate.rb
 32% [354/1093]  lib/bundler/dsl.rb
 32% [355/1093]  lib/bundler/endpoint_specification.rb
 32% [356/1093]  lib/bundler/env.rb
 32% [357/1093]  lib/bundler/environment_preserver.rb
 32% [358/1093]  lib/bundler/errors.rb
 32% [359/1093]  lib/bundler/feature_flag.rb
 32% [360/1093]  lib/bundler/fetcher.rb
 33% [361/1093]  lib/bundler/fetcher/base.rb
 33% [362/1093]  lib/bundler/fetcher/compact_index.rb
 33% [363/1093]  lib/bundler/fetcher/dependency.rb
 33% [364/1093]  lib/bundler/fetcher/downloader.rb
 33% [365/1093]  lib/bundler/fetcher/index.rb
 33% [366/1093]  lib/bundler/friendly_errors.rb
 33% [367/1093]  lib/bundler/gem_helper.rb
 33% [368/1093]  lib/bundler/gem_helpers.rb
 33% [369/1093]  lib/bundler/gem_remote_fetcher.rb
 33% [370/1093]  lib/bundler/gem_tasks.rb
 33% [371/1093]  lib/bundler/gem_version_promoter.rb
 34% [372/1093]  lib/bundler/gemdeps.rb
 34% [373/1093]  lib/bundler/graph.rb
 34% [374/1093]  lib/bundler/index.rb
 34% [375/1093]  lib/bundler/injector.rb
 34% [376/1093]  lib/bundler/inline.rb
 34% [377/1093]  lib/bundler/installer.rb
 34% [378/1093]  lib/bundler/installer/gem_installer.rb
 34% [379/1093]  lib/bundler/installer/parallel_installer.rb
 34% [380/1093]  lib/bundler/installer/standalone.rb
 34% [381/1093]  lib/bundler/lazy_specification.rb
 34% [382/1093]  lib/bundler/lockfile_generator.rb
 35% [383/1093]  lib/bundler/lockfile_parser.rb
 35% [384/1093]  lib/bundler/match_platform.rb
 35% [385/1093]  lib/bundler/mirror.rb
 35% [386/1093]  lib/bundler/plugin.rb
 35% [387/1093]  lib/bundler/plugin/api.rb
 35% [388/1093]  lib/bundler/plugin/api/source.rb
 35% [389/1093]  lib/bundler/plugin/dsl.rb
 35% [390/1093]  lib/bundler/plugin/events.rb
 35% [391/1093]  lib/bundler/plugin/index.rb
 35% [392/1093]  lib/bundler/plugin/installer.rb
 35% [393/1093]  lib/bundler/plugin/installer/git.rb
 36% [394/1093]  lib/bundler/plugin/installer/rubygems.rb
 36% [395/1093]  lib/bundler/plugin/source_list.rb
 36% [396/1093]  lib/bundler/process_lock.rb
 36% [397/1093]  lib/bundler/psyched_yaml.rb
 36% [398/1093]  lib/bundler/remote_specification.rb
 36% [399/1093]  lib/bundler/resolver.rb
 36% [400/1093]  lib/bundler/resolver/spec_group.rb
 36% [401/1093]  lib/bundler/retry.rb
 36% [402/1093]  lib/bundler/ruby_dsl.rb
 36% [403/1093]  lib/bundler/ruby_version.rb
 36% [404/1093]  lib/bundler/rubygems_ext.rb
 37% [405/1093]  lib/bundler/rubygems_gem_installer.rb
 37% [406/1093]  lib/bundler/rubygems_integration.rb
 37% [407/1093]  lib/bundler/runtime.rb
 37% [408/1093]  lib/bundler/settings.rb
 37% [409/1093]  lib/bundler/settings/validator.rb
 37% [410/1093]  lib/bundler/setup.rb
 37% [411/1093]  lib/bundler/shared_helpers.rb
 37% [412/1093]  lib/bundler/similarity_detector.rb
 37% [413/1093]  lib/bundler/source.rb
 37% [414/1093]  lib/bundler/source/gemspec.rb
 37% [415/1093]  lib/bundler/source/git.rb
 38% [416/1093]  lib/bundler/source/git/git_proxy.rb
 38% [417/1093]  lib/bundler/source/metadata.rb
 38% [418/1093]  lib/bundler/source/path.rb
 38% [419/1093]  lib/bundler/source/path/installer.rb
 38% [420/1093]  lib/bundler/source/rubygems.rb
 38% [421/1093]  lib/bundler/source/rubygems/remote.rb
 38% [422/1093]  lib/bundler/source_list.rb
 38% [423/1093]  lib/bundler/spec_set.rb
 38% [424/1093]  lib/bundler/stub_specification.rb
 38% [425/1093]  lib/bundler/ui.rb
 38% [426/1093]  lib/bundler/ui/rg_proxy.rb
 39% [427/1093]  lib/bundler/ui/shell.rb
 39% [428/1093]  lib/bundler/ui/silent.rb
 39% [429/1093]  lib/bundler/uri_credentials_filter.rb
 39% [430/1093]  lib/bundler/vendor/fileutils/lib/fileutils.rb
 39% [431/1093]  lib/bundler/vendor/molinillo/lib/molinillo.rb
 39% [432/1093]  lib/bundler/vendor/molinillo/lib/molinillo/compatibility.rb
 39% [433/1093]  lib/bundler/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb
 39% [434/1093]  lib/bundler/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb
 39% [435/1093]  lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb
 39% [436/1093]  lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/action.rb
 39% [437/1093]  lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb
 40% [438/1093]  lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb
 40% [439/1093]  lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb
 40% [440/1093]  lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb
 40% [441/1093]  lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/log.rb
 40% [442/1093]  lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb
 40% [443/1093]  lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb
 40% [444/1093]  lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb
 40% [445/1093]  lib/bundler/vendor/molinillo/lib/molinillo/errors.rb
 40% [446/1093]  lib/bundler/vendor/molinillo/lib/molinillo/gem_metadata.rb
 40% [447/1093]  lib/bundler/vendor/molinillo/lib/molinillo/modules/specification_provider.rb
 40% [448/1093]  lib/bundler/vendor/molinillo/lib/molinillo/modules/ui.rb
 41% [449/1093]  lib/bundler/vendor/molinillo/lib/molinillo/resolution.rb
 41% [450/1093]  lib/bundler/vendor/molinillo/lib/molinillo/resolver.rb
 41% [451/1093]  lib/bundler/vendor/molinillo/lib/molinillo/state.rb
 41% [452/1093]  lib/bundler/vendor/net-http-persistent/lib/net/http/faster.rb
 41% [453/1093]  lib/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb
 41% [454/1093]  lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/ssl_reuse.rb
 41% [455/1093]  lib/bundler/vendor/thor/lib/thor.rb
 41% [456/1093]  lib/bundler/vendor/thor/lib/thor/actions.rb
 41% [457/1093]  lib/bundler/vendor/thor/lib/thor/actions/create_file.rb
 41% [458/1093]  lib/bundler/vendor/thor/lib/thor/actions/create_link.rb
 41% [459/1093]  lib/bundler/vendor/thor/lib/thor/actions/directory.rb
 42% [460/1093]  lib/bundler/vendor/thor/lib/thor/actions/empty_directory.rb
 42% [461/1093]  lib/bundler/vendor/thor/lib/thor/actions/file_manipulation.rb
 42% [462/1093]  lib/bundler/vendor/thor/lib/thor/actions/inject_into_file.rb
 42% [463/1093]  lib/bundler/vendor/thor/lib/thor/base.rb
 42% [464/1093]  lib/bundler/vendor/thor/lib/thor/command.rb
 42% [465/1093]  lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb
 42% [466/1093]  lib/bundler/vendor/thor/lib/thor/core_ext/io_binary_read.rb
 42% [467/1093]  lib/bundler/vendor/thor/lib/thor/core_ext/ordered_hash.rb
 42% [468/1093]  lib/bundler/vendor/thor/lib/thor/error.rb
 42% [469/1093]  lib/bundler/vendor/thor/lib/thor/group.rb
 43% [470/1093]  lib/bundler/vendor/thor/lib/thor/invocation.rb
 43% [471/1093]  lib/bundler/vendor/thor/lib/thor/line_editor.rb
 43% [472/1093]  lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb
 43% [473/1093]  lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb
 43% [474/1093]  lib/bundler/vendor/thor/lib/thor/parser.rb
 43% [475/1093]  lib/bundler/vendor/thor/lib/thor/parser/argument.rb
 43% [476/1093]  lib/bundler/vendor/thor/lib/thor/parser/arguments.rb
 43% [477/1093]  lib/bundler/vendor/thor/lib/thor/parser/option.rb
 43% [478/1093]  lib/bundler/vendor/thor/lib/thor/parser/options.rb
 43% [479/1093]  lib/bundler/vendor/thor/lib/thor/rake_compat.rb
 43% [480/1093]  lib/bundler/vendor/thor/lib/thor/runner.rb
 44% [481/1093]  lib/bundler/vendor/thor/lib/thor/shell.rb
 44% [482/1093]  lib/bundler/vendor/thor/lib/thor/shell/basic.rb
 44% [483/1093]  lib/bundler/vendor/thor/lib/thor/shell/color.rb
 44% [484/1093]  lib/bundler/vendor/thor/lib/thor/shell/html.rb
 44% [485/1093]  lib/bundler/vendor/thor/lib/thor/util.rb
 44% [486/1093]  lib/bundler/vendor/thor/lib/thor/version.rb
 44% [487/1093]  lib/bundler/vendored_fileutils.rb
 44% [488/1093]  lib/bundler/vendored_molinillo.rb
 44% [489/1093]  lib/bundler/vendored_persistent.rb
 44% [490/1093]  lib/bundler/vendored_thor.rb
 44% [491/1093]  lib/bundler/version.rb
 45% [492/1093]  lib/bundler/version_ranges.rb
 45% [493/1093]  lib/bundler/vlad.rb
 45% [494/1093]  lib/bundler/worker.rb
 45% [495/1093]  lib/bundler/yaml_serializer.rb
 45% [496/1093]  lib/cgi.rb
 45% [497/1093]  lib/cgi/cookie.rb
 45% [498/1093]  lib/cgi/core.rb
 45% [499/1093]  lib/cgi/html.rb
 45% [500/1093]  lib/cgi/session.rb
 45% [501/1093]  lib/cgi/session/pstore.rb
 45% [502/1093]  lib/cgi/util.rb
 46% [503/1093]  lib/cmath.rb
 46% [504/1093]  lib/csv.rb
 46% [505/1093]  lib/csv/core_ext/array.rb
 46% [506/1093]  lib/csv/core_ext/string.rb
 46% [507/1093]  lib/csv/csv.gemspec
 46% [508/1093]  lib/csv/delete_suffix.rb
 46% [509/1093]  lib/csv/fields_converter.rb
 46% [510/1093]  lib/csv/match_p.rb
 46% [511/1093]  lib/csv/parser.rb
 46% [512/1093]  lib/csv/row.rb
 46% [513/1093]  lib/csv/table.rb
 47% [514/1093]  lib/csv/version.rb
 47% [515/1093]  lib/csv/writer.rb
 47% [516/1093]  lib/debug.rb
 47% [517/1093]  lib/delegate.rb
 47% [518/1093]  lib/drb.rb
 47% [519/1093]  lib/drb/acl.rb
 47% [520/1093]  lib/drb/drb.rb
 47% [521/1093]  lib/drb/eq.rb
 47% [522/1093]  lib/drb/extserv.rb
 47% [523/1093]  lib/drb/extservm.rb
 47% [524/1093]  lib/drb/gw.rb
 48% [525/1093]  lib/drb/invokemethod.rb
 48% [526/1093]  lib/drb/observer.rb
 48% [527/1093]  lib/drb/ssl.rb
 48% [528/1093]  lib/drb/timeridconv.rb
 48% [529/1093]  lib/drb/unix.rb
 48% [530/1093]  lib/e2mmap.rb
 48% [531/1093]  lib/erb.rb
 48% [532/1093]  lib/fileutils.rb
 48% [533/1093]  lib/find.rb
 48% [534/1093]  lib/forwardable.rb
 48% [535/1093]  lib/forwardable/forwardable.gemspec
 49% [536/1093]  lib/forwardable/impl.rb
 49% [537/1093]  lib/getoptlong.rb
 49% [538/1093]  lib/ipaddr.rb
 49% [539/1093]  lib/irb.rb
 49% [540/1093]  lib/irb/cmd/chws.rb
 49% [541/1093]  lib/irb/cmd/fork.rb
 49% [542/1093]  lib/irb/cmd/help.rb
 49% [543/1093]  lib/irb/cmd/load.rb
 49% [544/1093]  lib/irb/cmd/nop.rb
 49% [545/1093]  lib/irb/cmd/pushws.rb
 49% [546/1093]  lib/irb/cmd/subirb.rb
 50% [547/1093]  lib/irb/completion.rb
 50% [548/1093]  lib/irb/context.rb
 50% [549/1093]  lib/irb/ext/change-ws.rb
 50% [550/1093]  lib/irb/ext/history.rb
 50% [551/1093]  lib/irb/ext/loader.rb
 50% [552/1093]  lib/irb/ext/multi-irb.rb
 50% [553/1093]  lib/irb/ext/save-history.rb
 50% [554/1093]  lib/irb/ext/tracer.rb
 50% [555/1093]  lib/irb/ext/use-loader.rb
 50% [556/1093]  lib/irb/ext/workspaces.rb
 50% [557/1093]  lib/irb/extend-command.rb
 51% [558/1093]  lib/irb/frame.rb
 51% [559/1093]  lib/irb/help.rb
 51% [560/1093]  lib/irb/init.rb
 51% [561/1093]  lib/irb/input-method.rb
 51% [562/1093]  lib/irb/inspector.rb
 51% [563/1093]  lib/irb/irb.gemspec
 51% [564/1093]  lib/irb/lc/error.rb
 51% [565/1093]  lib/irb/lc/ja/encoding_aliases.rb
 51% [566/1093]  lib/irb/lc/ja/error.rb
 51% [567/1093]  lib/irb/locale.rb
 51% [568/1093]  lib/irb/magic-file.rb
 52% [569/1093]  lib/irb/notifier.rb
 52% [570/1093]  lib/irb/output-method.rb
 52% [571/1093]  lib/irb/ruby-lex.rb
 52% [572/1093]  lib/irb/ruby-token.rb
 52% [573/1093]  lib/irb/slex.rb
 52% [574/1093]  lib/irb/src_encoding.rb
 52% [575/1093]  lib/irb/version.rb
 52% [576/1093]  lib/irb/workspace.rb
 52% [577/1093]  lib/irb/ws-for-case-2.rb
 52% [578/1093]  lib/irb/xmp.rb
 52% [579/1093]  lib/logger.rb
 53% [580/1093]  lib/matrix.rb
 53% [581/1093]  lib/matrix/eigenvalue_decomposition.rb
 53% [582/1093]  lib/matrix/lup_decomposition.rb
 53% [583/1093]  lib/matrix/matrix.gemspec
 53% [584/1093]  lib/mkmf.rb
 53% [585/1093]  lib/monitor.rb
 53% [586/1093]  lib/mutex_m.rb
 53% [587/1093]  lib/net/ftp.rb
 53% [588/1093]  lib/net/http.rb
 53% [589/1093]  lib/net/http/backward.rb
 53% [590/1093]  lib/net/http/exceptions.rb
 54% [591/1093]  lib/net/http/generic_request.rb
 54% [592/1093]  lib/net/http/header.rb
 54% [593/1093]  lib/net/http/proxy_delta.rb
 54% [594/1093]  lib/net/http/request.rb
 54% [595/1093]  lib/net/http/requests.rb
 54% [596/1093]  lib/net/http/response.rb
 54% [597/1093]  lib/net/http/responses.rb
 54% [598/1093]  lib/net/http/status.rb
 54% [599/1093]  lib/net/https.rb
 54% [600/1093]  lib/net/imap.rb
 54% [601/1093]  lib/net/pop.rb
 55% [602/1093]  lib/net/protocol.rb
 55% [603/1093]  lib/net/smtp.rb
 55% [604/1093]  lib/observer.rb
 55% [605/1093]  lib/open-uri.rb
 55% [606/1093]  lib/open3.rb
 55% [607/1093]  lib/optionparser.rb
 55% [608/1093]  lib/optparse.rb
 55% [609/1093]  lib/optparse/ac.rb
 55% [610/1093]  lib/optparse/date.rb
 55% [611/1093]  lib/optparse/kwargs.rb
 55% [612/1093]  lib/optparse/shellwords.rb
 56% [613/1093]  lib/optparse/time.rb
 56% [614/1093]  lib/optparse/uri.rb
 56% [615/1093]  lib/optparse/version.rb
 56% [616/1093]  lib/ostruct.rb
 56% [617/1093]  lib/pp.rb
 56% [618/1093]  lib/prettyprint.rb
 56% [619/1093]  lib/prime.rb
 56% [620/1093]  lib/profile.rb
 56% [621/1093]  lib/profiler.rb
 56% [622/1093]  lib/pstore.rb
 56% [623/1093]  lib/racc/parser.rb
 57% [624/1093]  lib/racc/rdoc/grammar.en.rdoc
 57% [625/1093]  lib/rdoc.rb
 57% [626/1093]  lib/rdoc/alias.rb
 57% [627/1093]  lib/rdoc/anon_class.rb
 57% [628/1093]  lib/rdoc/any_method.rb
 57% [629/1093]  lib/rdoc/attr.rb
 57% [630/1093]  lib/rdoc/class_module.rb
 57% [631/1093]  lib/rdoc/code_object.rb
 57% [632/1093]  lib/rdoc/code_objects.rb
 57% [633/1093]  lib/rdoc/comment.rb
 58% [634/1093]  lib/rdoc/constant.rb
 58% [635/1093]  lib/rdoc/context.rb
 58% [636/1093]  lib/rdoc/cross_reference.rb
 58% [637/1093]  lib/rdoc/encoding.rb
 58% [638/1093]  lib/rdoc/erb_partial.rb
 58% [639/1093]  lib/rdoc/erbio.rb
 58% [640/1093]  lib/rdoc/extend.rb
 58% [641/1093]  lib/rdoc/generator.rb
 58% [642/1093]  lib/rdoc/ghost_method.rb
 58% [643/1093]  lib/rdoc/i18n.rb
 58% [644/1093]  lib/rdoc/include.rb
 59% [645/1093]  lib/rdoc/known_classes.rb
 59% [646/1093]  lib/rdoc/markdown.rb
 59% [647/1093]  lib/rdoc/markup.rb
 59% [648/1093]  lib/rdoc/meta_method.rb
 59% [649/1093]  lib/rdoc/method_attr.rb
 59% [650/1093]  lib/rdoc/mixin.rb
 59% [651/1093]  lib/rdoc/normal_class.rb
 59% [652/1093]  lib/rdoc/normal_module.rb
 59% [653/1093]  lib/rdoc/options.rb
 59% [654/1093]  lib/rdoc/parser.rb
 59% [655/1093]  lib/rdoc/rd.rb
 60% [656/1093]  lib/rdoc/rdoc.rb
 60% [657/1093]  lib/rdoc/require.rb
 60% [658/1093]  lib/rdoc/ri.rb
 60% [659/1093]  lib/rdoc/rubygems_hook.rb
 60% [660/1093]  lib/rdoc/servlet.rb
 60% [661/1093]  lib/rdoc/single_class.rb
 60% [662/1093]  lib/rdoc/stats.rb
 60% [663/1093]  lib/rdoc/store.rb
 60% [664/1093]  lib/rdoc/task.rb
 60% [665/1093]  lib/rdoc/text.rb
 60% [666/1093]  lib/rdoc/token_stream.rb
 61% [667/1093]  lib/rdoc/tom_doc.rb
 61% [668/1093]  lib/rdoc/top_level.rb
 61% [669/1093]  lib/rdoc/version.rb
 61% [670/1093]  lib/resolv-replace.rb
 61% [671/1093]  lib/resolv.rb
 61% [672/1093]  lib/rexml/attlistdecl.rb
 61% [673/1093]  lib/rexml/attribute.rb
 61% [674/1093]  lib/rexml/cdata.rb
 61% [675/1093]  lib/rexml/child.rb
 61% [676/1093]  lib/rexml/comment.rb
 61% [677/1093]  lib/rexml/doctype.rb
 62% [678/1093]  lib/rexml/document.rb
 62% [679/1093]  lib/rexml/dtd/attlistdecl.rb
 62% [680/1093]  lib/rexml/dtd/dtd.rb
 62% [681/1093]  lib/rexml/dtd/elementdecl.rb
 62% [682/1093]  lib/rexml/dtd/entitydecl.rb
 62% [683/1093]  lib/rexml/dtd/notationdecl.rb
 62% [684/1093]  lib/rexml/element.rb
 62% [685/1093]  lib/rexml/encoding.rb
 62% [686/1093]  lib/rexml/entity.rb
 62% [687/1093]  lib/rexml/formatters/default.rb
 62% [688/1093]  lib/rexml/formatters/pretty.rb
 63% [689/1093]  lib/rexml/formatters/transitive.rb
 63% [690/1093]  lib/rexml/functions.rb
 63% [691/1093]  lib/rexml/instruction.rb
 63% [692/1093]  lib/rexml/light/node.rb
 63% [693/1093]  lib/rexml/namespace.rb
 63% [694/1093]  lib/rexml/node.rb
 63% [695/1093]  lib/rexml/output.rb
 63% [696/1093]  lib/rexml/parent.rb
 63% [697/1093]  lib/rexml/parseexception.rb
 63% [698/1093]  lib/rexml/parsers/baseparser.rb
 63% [699/1093]  lib/rexml/parsers/lightparser.rb
 64% [700/1093]  lib/rexml/parsers/pullparser.rb
 64% [701/1093]  lib/rexml/parsers/sax2parser.rb
 64% [702/1093]  lib/rexml/parsers/streamparser.rb
 64% [703/1093]  lib/rexml/parsers/treeparser.rb
 64% [704/1093]  lib/rexml/parsers/ultralightparser.rb
 64% [705/1093]  lib/rexml/parsers/xpathparser.rb
 64% [706/1093]  lib/rexml/quickpath.rb
 64% [707/1093]  lib/rexml/rexml.gemspec
 64% [708/1093]  lib/rexml/rexml.rb
 64% [709/1093]  lib/rexml/sax2listener.rb
 64% [710/1093]  lib/rexml/security.rb
 65% [711/1093]  lib/rexml/source.rb
 65% [712/1093]  lib/rexml/streamlistener.rb
 65% [713/1093]  lib/rexml/syncenumerator.rb
 65% [714/1093]  lib/rexml/text.rb
 65% [715/1093]  lib/rexml/undefinednamespaceexception.rb
 65% [716/1093]  lib/rexml/validation/relaxng.rb
 65% [717/1093]  lib/rexml/validation/validation.rb
 65% [718/1093]  lib/rexml/validation/validationexception.rb
 65% [719/1093]  lib/rexml/xmldecl.rb
 65% [720/1093]  lib/rexml/xmltokens.rb
 65% [721/1093]  lib/rexml/xpath.rb
 66% [722/1093]  lib/rexml/xpath_parser.rb
 66% [723/1093]  lib/rinda/rinda.rb
 66% [724/1093]  lib/rinda/ring.rb
 66% [725/1093]  lib/rinda/tuplespace.rb
 66% [726/1093]  lib/rss.rb
 66% [727/1093]  lib/rss/0.9.rb
 66% [728/1093]  lib/rss/1.0.rb
 66% [729/1093]  lib/rss/2.0.rb
 66% [730/1093]  lib/rss/atom.rb
 66% [731/1093]  lib/rss/content.rb
 66% [732/1093]  lib/rss/content/1.0.rb
 67% [733/1093]  lib/rss/content/2.0.rb
 67% [734/1093]  lib/rss/converter.rb
 67% [735/1093]  lib/rss/dublincore.rb
 67% [736/1093]  lib/rss/dublincore/1.0.rb
 67% [737/1093]  lib/rss/dublincore/2.0.rb
 67% [738/1093]  lib/rss/dublincore/atom.rb
 67% [739/1093]  lib/rss/image.rb
 67% [740/1093]  lib/rss/itunes.rb
 67% [741/1093]  lib/rss/maker.rb
 67% [742/1093]  lib/rss/maker/0.9.rb
 67% [743/1093]  lib/rss/maker/1.0.rb
 68% [744/1093]  lib/rss/maker/2.0.rb
 68% [745/1093]  lib/rss/maker/atom.rb
 68% [746/1093]  lib/rss/maker/base.rb
 68% [747/1093]  lib/rss/maker/content.rb
 68% [748/1093]  lib/rss/maker/dublincore.rb
 68% [749/1093]  lib/rss/maker/entry.rb
 68% [750/1093]  lib/rss/maker/feed.rb
 68% [751/1093]  lib/rss/maker/image.rb
 68% [752/1093]  lib/rss/maker/itunes.rb
 68% [753/1093]  lib/rss/maker/slash.rb
 68% [754/1093]  lib/rss/maker/syndication.rb
 69% [755/1093]  lib/rss/maker/taxonomy.rb
 69% [756/1093]  lib/rss/maker/trackback.rb
 69% [757/1093]  lib/rss/parser.rb
 69% [758/1093]  lib/rss/rexmlparser.rb
 69% [759/1093]  lib/rss/rss.gemspec
 69% [760/1093]  lib/rss/rss.rb
 69% [761/1093]  lib/rss/slash.rb
 69% [762/1093]  lib/rss/syndication.rb
 69% [763/1093]  lib/rss/taxonomy.rb
 69% [764/1093]  lib/rss/trackback.rb
 69% [765/1093]  lib/rss/utils.rb
 70% [766/1093]  lib/rss/xml-stylesheet.rb
 70% [767/1093]  lib/rss/xml.rb
 70% [768/1093]  lib/rss/xmlparser.rb
 70% [769/1093]  lib/rss/xmlscanner.rb
 70% [770/1093]  lib/rubygems.rb
 70% [771/1093]  lib/rubygems/available_set.rb
 70% [772/1093]  lib/rubygems/basic_specification.rb
 70% [773/1093]  lib/rubygems/bundler_version_finder.rb
 70% [774/1093]  lib/rubygems/command.rb
 70% [775/1093]  lib/rubygems/command_manager.rb
 70% [776/1093]  lib/rubygems/commands/build_command.rb
 71% [777/1093]  lib/rubygems/commands/cert_command.rb
 71% [778/1093]  lib/rubygems/commands/check_command.rb
 71% [779/1093]  lib/rubygems/commands/cleanup_command.rb
 71% [780/1093]  lib/rubygems/commands/contents_command.rb
 71% [781/1093]  lib/rubygems/commands/dependency_command.rb
 71% [782/1093]  lib/rubygems/commands/environment_command.rb
 71% [783/1093]  lib/rubygems/commands/fetch_command.rb
 71% [784/1093]  lib/rubygems/commands/generate_index_command.rb
 71% [785/1093]  lib/rubygems/commands/help_command.rb
 71% [786/1093]  lib/rubygems/commands/info_command.rb
 72% [787/1093]  lib/rubygems/commands/install_command.rb
 72% [788/1093]  lib/rubygems/commands/list_command.rb
 72% [789/1093]  lib/rubygems/commands/lock_command.rb
 72% [790/1093]  lib/rubygems/commands/mirror_command.rb
 72% [791/1093]  lib/rubygems/commands/open_command.rb
 72% [792/1093]  lib/rubygems/commands/outdated_command.rb
 72% [793/1093]  lib/rubygems/commands/owner_command.rb
 72% [794/1093]  lib/rubygems/commands/pristine_command.rb
 72% [795/1093]  lib/rubygems/commands/push_command.rb
 72% [796/1093]  lib/rubygems/commands/query_command.rb
 72% [797/1093]  lib/rubygems/commands/rdoc_command.rb
 73% [798/1093]  lib/rubygems/commands/search_command.rb
 73% [799/1093]  lib/rubygems/commands/server_command.rb
 73% [800/1093]  lib/rubygems/commands/setup_command.rb
 73% [801/1093]  lib/rubygems/commands/signin_command.rb
 73% [802/1093]  lib/rubygems/commands/signout_command.rb
 73% [803/1093]  lib/rubygems/commands/sources_command.rb
 73% [804/1093]  lib/rubygems/commands/specification_command.rb
 73% [805/1093]  lib/rubygems/commands/stale_command.rb
 73% [806/1093]  lib/rubygems/commands/uninstall_command.rb
 73% [807/1093]  lib/rubygems/commands/unpack_command.rb
 73% [808/1093]  lib/rubygems/commands/update_command.rb
 74% [809/1093]  lib/rubygems/commands/which_command.rb
 74% [810/1093]  lib/rubygems/commands/yank_command.rb
 74% [811/1093]  lib/rubygems/compatibility.rb
 74% [812/1093]  lib/rubygems/config_file.rb
 74% [813/1093]  lib/rubygems/core_ext/kernel_gem.rb
 74% [814/1093]  lib/rubygems/core_ext/kernel_require.rb
 74% [815/1093]  lib/rubygems/core_ext/kernel_warn.rb
 74% [816/1093]  lib/rubygems/defaults.rb
 74% [817/1093]  lib/rubygems/dependency.rb
 74% [818/1093]  lib/rubygems/dependency_installer.rb
 74% [819/1093]  lib/rubygems/dependency_list.rb
 75% [820/1093]  lib/rubygems/deprecate.rb
 75% [821/1093]  lib/rubygems/doctor.rb
 75% [822/1093]  lib/rubygems/errors.rb
 75% [823/1093]  lib/rubygems/exceptions.rb
 75% [824/1093]  lib/rubygems/ext.rb
 75% [825/1093]  lib/rubygems/ext/build_error.rb
 75% [826/1093]  lib/rubygems/ext/builder.rb
 75% [827/1093]  lib/rubygems/ext/cmake_builder.rb
 75% [828/1093]  lib/rubygems/ext/configure_builder.rb
 75% [829/1093]  lib/rubygems/ext/ext_conf_builder.rb
 75% [830/1093]  lib/rubygems/ext/rake_builder.rb
 76% [831/1093]  lib/rubygems/gem_runner.rb
 76% [832/1093]  lib/rubygems/gemcutter_utilities.rb
 76% [833/1093]  lib/rubygems/indexer.rb
 76% [834/1093]  lib/rubygems/install_default_message.rb
 76% [835/1093]  lib/rubygems/install_message.rb
 76% [836/1093]  lib/rubygems/install_update_options.rb
 76% [837/1093]  lib/rubygems/installer.rb
 76% [838/1093]  lib/rubygems/installer_test_case.rb
 76% [839/1093]  lib/rubygems/local_remote_options.rb
 76% [840/1093]  lib/rubygems/mock_gem_ui.rb
 76% [841/1093]  lib/rubygems/name_tuple.rb
 77% [842/1093]  lib/rubygems/package.rb
 77% [843/1093]  lib/rubygems/package/digest_io.rb
 77% [844/1093]  lib/rubygems/package/file_source.rb
 77% [845/1093]  lib/rubygems/package/io_source.rb
 77% [846/1093]  lib/rubygems/package/old.rb
 77% [847/1093]  lib/rubygems/package/source.rb
 77% [848/1093]  lib/rubygems/package/tar_header.rb
 77% [849/1093]  lib/rubygems/package/tar_reader.rb
 77% [850/1093]  lib/rubygems/package/tar_reader/entry.rb
 77% [851/1093]  lib/rubygems/package/tar_test_case.rb
 77% [852/1093]  lib/rubygems/package/tar_writer.rb
 78% [853/1093]  lib/rubygems/package_task.rb
 78% [854/1093]  lib/rubygems/path_support.rb
 78% [855/1093]  lib/rubygems/platform.rb
 78% [856/1093]  lib/rubygems/psych_additions.rb
 78% [857/1093]  lib/rubygems/psych_tree.rb
 78% [858/1093]  lib/rubygems/rdoc.rb
 78% [859/1093]  lib/rubygems/remote_fetcher.rb
 78% [860/1093]  lib/rubygems/request.rb
 78% [861/1093]  lib/rubygems/request/connection_pools.rb
 78% [862/1093]  lib/rubygems/request/http_pool.rb
 78% [863/1093]  lib/rubygems/request/https_pool.rb
 79% [864/1093]  lib/rubygems/request_set.rb
 79% [865/1093]  lib/rubygems/request_set/gem_dependency_api.rb
 79% [866/1093]  lib/rubygems/request_set/lockfile.rb
 79% [867/1093]  lib/rubygems/request_set/lockfile/parser.rb
 79% [868/1093]  lib/rubygems/request_set/lockfile/tokenizer.rb
 79% [869/1093]  lib/rubygems/requirement.rb
 79% [870/1093]  lib/rubygems/resolver.rb
 79% [871/1093]  lib/rubygems/resolver/activation_request.rb
 79% [872/1093]  lib/rubygems/resolver/api_set.rb
 79% [873/1093]  lib/rubygems/resolver/api_specification.rb
 79% [874/1093]  lib/rubygems/resolver/best_set.rb
 80% [875/1093]  lib/rubygems/resolver/composed_set.rb
 80% [876/1093]  lib/rubygems/resolver/conflict.rb
 80% [877/1093]  lib/rubygems/resolver/current_set.rb
 80% [878/1093]  lib/rubygems/resolver/dependency_request.rb
 80% [879/1093]  lib/rubygems/resolver/git_set.rb
 80% [880/1093]  lib/rubygems/resolver/git_specification.rb
 80% [881/1093]  lib/rubygems/resolver/index_set.rb
 80% [882/1093]  lib/rubygems/resolver/index_specification.rb
 80% [883/1093]  lib/rubygems/resolver/installed_specification.rb
 80% [884/1093]  lib/rubygems/resolver/installer_set.rb
 80% [885/1093]  lib/rubygems/resolver/local_specification.rb
 81% [886/1093]  lib/rubygems/resolver/lock_set.rb
 81% [887/1093]  lib/rubygems/resolver/lock_specification.rb
 81% [888/1093]  lib/rubygems/resolver/molinillo.rb
 81% [889/1093]  lib/rubygems/resolver/molinillo/lib/molinillo.rb
 81% [890/1093]  lib/rubygems/resolver/molinillo/lib/molinillo/delegates/resolution_state.rb
 81% [891/1093]  lib/rubygems/resolver/molinillo/lib/molinillo/delegates/specification_provider.rb
 81% [892/1093]  lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph.rb
 81% [893/1093]  lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/action.rb
 81% [894/1093]  lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb
 81% [895/1093]  lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_vertex.rb
 81% [896/1093]  lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/delete_edge.rb
 82% [897/1093]  lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb
 82% [898/1093]  lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/log.rb
 82% [899/1093]  lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/set_payload.rb
 82% [900/1093]  lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/tag.rb
 82% [901/1093]  lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/vertex.rb
 82% [902/1093]  lib/rubygems/resolver/molinillo/lib/molinillo/errors.rb
 82% [903/1093]  lib/rubygems/resolver/molinillo/lib/molinillo/gem_metadata.rb
 82% [904/1093]  lib/rubygems/resolver/molinillo/lib/molinillo/modules/specification_provider.rb
 82% [905/1093]  lib/rubygems/resolver/molinillo/lib/molinillo/modules/ui.rb
 82% [906/1093]  lib/rubygems/resolver/molinillo/lib/molinillo/resolution.rb
 82% [907/1093]  lib/rubygems/resolver/molinillo/lib/molinillo/resolver.rb
 83% [908/1093]  lib/rubygems/resolver/molinillo/lib/molinillo/state.rb
 83% [909/1093]  lib/rubygems/resolver/requirement_list.rb
 83% [910/1093]  lib/rubygems/resolver/set.rb
 83% [911/1093]  lib/rubygems/resolver/source_set.rb
 83% [912/1093]  lib/rubygems/resolver/spec_specification.rb
 83% [913/1093]  lib/rubygems/resolver/specification.rb
 83% [914/1093]  lib/rubygems/resolver/stats.rb
 83% [915/1093]  lib/rubygems/resolver/vendor_set.rb
 83% [916/1093]  lib/rubygems/resolver/vendor_specification.rb
 83% [917/1093]  lib/rubygems/safe_yaml.rb
 83% [918/1093]  lib/rubygems/security.rb
 84% [919/1093]  lib/rubygems/security/policies.rb
 84% [920/1093]  lib/rubygems/security/policy.rb
 84% [921/1093]  lib/rubygems/security/signer.rb
 84% [922/1093]  lib/rubygems/security/trust_dir.rb
 84% [923/1093]  lib/rubygems/security_option.rb
 84% [924/1093]  lib/rubygems/server.rb
 84% [925/1093]  lib/rubygems/source.rb
 84% [926/1093]  lib/rubygems/source/git.rb
 84% [927/1093]  lib/rubygems/source/installed.rb
 84% [928/1093]  lib/rubygems/source/local.rb
 84% [929/1093]  lib/rubygems/source/lock.rb
 85% [930/1093]  lib/rubygems/source/specific_file.rb
 85% [931/1093]  lib/rubygems/source/vendor.rb
 85% [932/1093]  lib/rubygems/source_list.rb
 85% [933/1093]  lib/rubygems/source_local.rb
 85% [934/1093]  lib/rubygems/source_specific_file.rb
 85% [935/1093]  lib/rubygems/spec_fetcher.rb
 85% [936/1093]  lib/rubygems/specification.rb
 85% [937/1093]  lib/rubygems/specification_policy.rb
 85% [938/1093]  lib/rubygems/stub_specification.rb
 85% [939/1093]  lib/rubygems/syck_hack.rb
 86% [940/1093]  lib/rubygems/test_case.rb
 86% [941/1093]  lib/rubygems/test_utilities.rb
 86% [942/1093]  lib/rubygems/text.rb
 86% [943/1093]  lib/rubygems/uninstaller.rb
 86% [944/1093]  lib/rubygems/uri_formatter.rb
 86% [945/1093]  lib/rubygems/user_interaction.rb
 86% [946/1093]  lib/rubygems/util.rb
 86% [947/1093]  lib/rubygems/util/licenses.rb
 86% [948/1093]  lib/rubygems/util/list.rb
 86% [949/1093]  lib/rubygems/validator.rb
 86% [950/1093]  lib/rubygems/version.rb
 87% [951/1093]  lib/rubygems/version_option.rb
 87% [952/1093]  lib/scanf.rb
 87% [953/1093]  lib/securerandom.rb
 87% [954/1093]  lib/set.rb
 87% [955/1093]  lib/shell.rb
 87% [956/1093]  lib/shell/builtin-command.rb
 87% [957/1093]  lib/shell/command-processor.rb
 87% [958/1093]  lib/shell/error.rb
 87% [959/1093]  lib/shell/filter.rb
 87% [960/1093]  lib/shell/process-controller.rb
 87% [961/1093]  lib/shell/shell.gemspec
 88% [962/1093]  lib/shell/system-command.rb
 88% [963/1093]  lib/shell/version.rb
 88% [964/1093]  lib/shellwords.rb
 88% [965/1093]  lib/singleton.rb
 88% [966/1093]  lib/sync.rb
 88% [967/1093]  lib/tempfile.rb
 88% [968/1093]  lib/thwait.rb
 88% [969/1093]  lib/time.rb
 88% [970/1093]  lib/timeout.rb
 88% [971/1093]  lib/tmpdir.rb
 88% [972/1093]  lib/tracer.rb
 89% [973/1093]  lib/tsort.rb
 89% [974/1093]  lib/un.rb
 89% [975/1093]  lib/unicode_normalize/normalize.rb
 89% [976/1093]  lib/unicode_normalize/tables.rb
 89% [977/1093]  lib/uri.rb
 89% [978/1093]  lib/uri/common.rb
 89% [979/1093]  lib/uri/file.rb
 89% [980/1093]  lib/uri/ftp.rb
 89% [981/1093]  lib/uri/generic.rb
 89% [982/1093]  lib/uri/http.rb
 89% [983/1093]  lib/uri/https.rb
 90% [984/1093]  lib/uri/ldap.rb
 90% [985/1093]  lib/uri/ldaps.rb
 90% [986/1093]  lib/uri/mailto.rb
 90% [987/1093]  lib/uri/rfc2396_parser.rb
 90% [988/1093]  lib/uri/rfc3986_parser.rb
 90% [989/1093]  lib/weakref.rb
 90% [990/1093]  lib/webrick.rb
 90% [991/1093]  lib/webrick/accesslog.rb
 90% [992/1093]  lib/webrick/cgi.rb
 90% [993/1093]  lib/webrick/compat.rb
 90% [994/1093]  lib/webrick/config.rb
 91% [995/1093]  lib/webrick/cookie.rb
 91% [996/1093]  lib/webrick/htmlutils.rb
 91% [997/1093]  lib/webrick/httpauth.rb
 91% [998/1093]  lib/webrick/httpauth/authenticator.rb
 91% [999/1093]  lib/webrick/httpauth/basicauth.rb
 91% [1000/1093]  lib/webrick/httpauth/digestauth.rb
 91% [1001/1093]  lib/webrick/httpauth/htdigest.rb
 91% [1002/1093]  lib/webrick/httpauth/htgroup.rb
 91% [1003/1093]  lib/webrick/httpauth/htpasswd.rb
 91% [1004/1093]  lib/webrick/httpauth/userdb.rb
 91% [1005/1093]  lib/webrick/httpproxy.rb
 92% [1006/1093]  lib/webrick/httprequest.rb
 92% [1007/1093]  lib/webrick/httpresponse.rb
 92% [1008/1093]  lib/webrick/https.rb
 92% [1009/1093]  lib/webrick/httpserver.rb
 92% [1010/1093]  lib/webrick/httpservlet.rb
 92% [1011/1093]  lib/webrick/httpservlet/abstract.rb
 92% [1012/1093]  lib/webrick/httpservlet/cgi_runner.rb
 92% [1013/1093]  lib/webrick/httpservlet/cgihandler.rb
 92% [1014/1093]  lib/webrick/httpservlet/erbhandler.rb
 92% [1015/1093]  lib/webrick/httpservlet/filehandler.rb
 92% [1016/1093]  lib/webrick/httpservlet/prochandler.rb
 93% [1017/1093]  lib/webrick/httpstatus.rb
 93% [1018/1093]  lib/webrick/httputils.rb
 93% [1019/1093]  lib/webrick/httpversion.rb
 93% [1020/1093]  lib/webrick/log.rb
 93% [1021/1093]  lib/webrick/server.rb
 93% [1022/1093]  lib/webrick/ssl.rb
 93% [1023/1093]  lib/webrick/utils.rb
 93% [1024/1093]  lib/webrick/version.rb
 93% [1025/1093]  lib/yaml.rb
 93% [1026/1093]  lib/yaml/dbm.rb
 93% [1027/1093]  lib/yaml/store.rb
 94% [1028/1093]  load.c
 94% [1029/1093]  loadpath.c
 94% [1030/1093]  localeinit.c
 94% [1031/1093]  main.c
 94% [1032/1093]  marshal.c
 94% [1033/1093]  math.c
 94% [1034/1093]  miniinit.c
 94% [1035/1093]  miniprelude.c
 94% [1036/1093]  mjit.c
 94% [1037/1093]  mjit_compile.c
 94% [1038/1093]  mjit_worker.c
 95% [1039/1093]  node.c
 95% [1040/1093]  numeric.c
 95% [1041/1093]  object.c
 95% [1042/1093]  pack.c
 95% [1043/1093]  parse.c
 95% [1044/1093]  parse.y
 95% [1045/1093]  prelude.c
 95% [1046/1093]  prelude.rb
 95% [1047/1093]  proc.c
 95% [1048/1093]  process.c
 95% [1049/1093]  random.c
 96% [1050/1093]  range.c
 96% [1051/1093]  rational.c
 96% [1052/1093]  rbconfig.rb
 96% [1053/1093]  re.c
 96% [1054/1093]  regcomp.c
 96% [1055/1093]  regenc.c
 96% [1056/1093]  regerror.c
 96% [1057/1093]  regexec.c
 96% [1058/1093]  regparse.c
 96% [1059/1093]  regsyntax.c
 96% [1060/1093]  ruby-runner.c
 97% [1061/1093]  ruby.c
 97% [1062/1093]  rubystub.c
 97% [1063/1093]  safe.c
 97% [1064/1093]  signal.c
 97% [1065/1093]  siphash.c
 97% [1066/1093]  sparc.c
 97% [1067/1093]  sprintf.c
 97% [1068/1093]  st.c
 97% [1069/1093]  strftime.c
 97% [1070/1093]  string.c
 97% [1071/1093]  struct.c
 98% [1072/1093]  symbol.c
 98% [1073/1093]  thread.c
 98% [1074/1093]  thread_pthread.c
 98% [1075/1093]  thread_sync.c
 98% [1076/1093]  thread_win32.c
 98% [1077/1093]  time.c
 98% [1078/1093]  transcode.c
 98% [1079/1093]  transient_heap.c
 98% [1080/1093]  util.c
 98% [1081/1093]  variable.c
 98% [1082/1093]  version.c
 99% [1083/1093]  vm.c
 99% [1084/1093]  vm_args.c
 99% [1085/1093]  vm_backtrace.c
 99% [1086/1093]  vm_dump.c
 99% [1087/1093]  vm_eval.c
 99% [1088/1093]  vm_exec.c
 99% [1089/1093]  vm_insnhelper.c
 99% [1090/1093]  vm_method.c
 99% [1091/1093]  vm_trace.c
 99% [1092/1093]  vsnprintf.c
100% [1093/1093]  win32/README.win32

Generating RI format into /tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/.ext/rdoc...


  Files:       1093

  Classes:     1557 ( 721 undocumented)
  Modules:      330 ( 139 undocumented)
  Constants:   2352 ( 661 undocumented)
  Attributes:  1358 ( 466 undocumented)
  Methods:    12319 (3586 undocumented)

  Total:      17916 (5573 undocumented)
   68.89% documented

  Elapsed: 25.1s

	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -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 -std=gnu99  -fPIC 
	XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN
	CPPFLAGS = -I/home/snake/.asdf/installs/ruby/2.6.3/include    -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0 
	DLDFLAGS = -L/home/snake/.asdf/installs/ruby/2.6.3/lib  -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.2.6 -fstack-protector-strong  
	SOLIBS = -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm 
	LANG = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Copyright (C) 2019 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.20210313203457.393067.kN79OU/ruby-2.6.3'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3'
make[1]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/socket'
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/socket'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/date'
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/date'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/pathname'
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/pathname'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/nkf'
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/nkf'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/ripper'
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/ripper'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/syslog'
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/syslog'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/fiddle'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/digest'
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/digest'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/psych'
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/psych'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/coverage'
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/coverage'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/openssl'
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/openssl'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/io/console'
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/io/console'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/pty'
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/pty'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/json'
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/json'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3'
./revision.h unchanged
make[2]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3'
make[1]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3'
make[1]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3'
making enc
make[1]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3'
making trans
make[1]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3'
make[1]: Nothing to be done for './enc/trans'.
make[1]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3'
making encs
make[1]: Entering directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby-build.20210313203457.393067.kN79OU/ruby-2.6.3'
Generating RDoc documentation
./tool/runruby.rb:110: warning: Insecure world writable dir /media/data/Install/Development/Android/sdk/platform-tools in PATH, mode 040777

No newer files.

  Files:      0

  Classes:    0 (0 undocumented)
  Modules:    0 (0 undocumented)
  Constants:  0 (0 undocumented)
  Attributes: 0 (0 undocumented)
  Methods:    0 (0 undocumented)

  Total:      0 (0 undocumented)
    0.00% documented

  Elapsed: 0.0s

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" --mflags="" --make-flags="" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="doc" --install=all --rdoc-output=".ext/rdoc" --html-output=".ext/html"
./tool/runruby.rb:110: warning: Insecure world writable dir /media/data/Install/Development/Android/sdk/platform-tools in PATH, mode 040777
installing binary commands:         /home/snake/.asdf/installs/ruby/2.6.3/bin
installing base libraries:          /home/snake/.asdf/installs/ruby/2.6.3/lib
installing arch files:              /home/snake/.asdf/installs/ruby/2.6.3/lib/ruby/2.6.0/x86_64-linux
installing pkgconfig data:          /home/snake/.asdf/installs/ruby/2.6.3/lib/pkgconfig
installing command scripts:         /home/snake/.asdf/installs/ruby/2.6.3/bin
installing library scripts:         /home/snake/.asdf/installs/ruby/2.6.3/lib/ruby/2.6.0
installing common headers:          /home/snake/.asdf/installs/ruby/2.6.3/include/ruby-2.6.0
installing manpages:                /home/snake/.asdf/installs/ruby/2.6.3/share/man (man1, man5)
installing extension objects:       /home/snake/.asdf/installs/ruby/2.6.3/lib/ruby/2.6.0/x86_64-linux
installing extension objects:       /home/snake/.asdf/installs/ruby/2.6.3/lib/ruby/site_ruby/2.6.0/x86_64-linux
installing extension objects:       /home/snake/.asdf/installs/ruby/2.6.3/lib/ruby/vendor_ruby/2.6.0/x86_64-linux
installing extension headers:       /home/snake/.asdf/installs/ruby/2.6.3/include/ruby-2.6.0/x86_64-linux
installing extension scripts:       /home/snake/.asdf/installs/ruby/2.6.3/lib/ruby/2.6.0
installing extension scripts:       /home/snake/.asdf/installs/ruby/2.6.3/lib/ruby/site_ruby/2.6.0
installing extension scripts:       /home/snake/.asdf/installs/ruby/2.6.3/lib/ruby/vendor_ruby/2.6.0
installing extension headers:       /home/snake/.asdf/installs/ruby/2.6.3/include/ruby-2.6.0/ruby
installing default gems from lib:   /home/snake/.asdf/installs/ruby/2.6.3/lib/ruby/gems/2.6.0 (build_info, cache, doc, extensions, gems, specifications)
                                    bundler 1.17.2
                                    cmath 1.0.0
                                    csv 3.0.9
                                    e2mmap 0.1.0
                                    fileutils 1.1.0
                                    forwardable 1.2.0
                                    ipaddr 1.2.2
                                    irb 1.0.0
                                    logger 1.3.0
                                    matrix 0.1.0
                                    mutex_m 0.1.0
                                    ostruct 0.1.0
                                    prime 0.1.0
                                    rdoc 6.1.0
                                    rexml 3.1.9
                                    rss 0.2.7
                                    scanf 1.0.0
                                    shell 0.7
                                    sync 0.5.0
                                    thwait 0.1.0
                                    tracer 0.1.0
                                    webrick 1.4.2
installing default gems from ext:   /home/snake/.asdf/installs/ruby/2.6.3/lib/ruby/gems/2.6.0 (build_info, cache, doc, extensions, gems, specifications)
                                    bigdecimal 1.4.1
                                    date 2.0.0
                                    dbm 1.0.0
                                    etc 1.0.1
                                    fcntl 1.0.0
                                    fiddle 1.0.0
                                    gdbm 2.0.0
                                    io-console 0.4.7
                                    json 2.1.0
                                    openssl 2.1.2
                                    psych 3.1.0
                                    sdbm 1.0.0
                                    stringio 0.0.2
                                    strscan 1.0.0
                                    zlib 1.0.0
installing bundled gems:            /home/snake/.asdf/installs/ruby/2.6.3/lib/ruby/gems/2.6.0 (build_info, cache, doc, extensions, gems, specifications)
                                    rake 12.3.2
                                    test-unit 3.2.9
                                    power_assert 1.1.3
                                    xmlrpc 0.3.0
                                    net-telnet 0.2.0
                                    minitest 5.11.3
                                    did_you_mean 1.3.0
installing rdoc:                    /home/snake/.asdf/installs/ruby/2.6.3/share/ri/2.6.0/system
installing html-docs:               /home/snake/.asdf/installs/ruby/2.6.3/share/doc/ruby
installing capi-docs:               /home/snake/.asdf/installs/ruby/2.6.3/share/doc/ruby
Ignoring RedCloth-4.3.2 because its extensions are not built. Try: gem pristine RedCloth --version 4.3.2
Ignoring bcrypt-3.1.12 because its extensions are not built. Try: gem pristine bcrypt --version 3.1.12
Ignoring bcrypt_pbkdf-1.0.0 because its extensions are not built. Try: gem pristine bcrypt_pbkdf --version 1.0.0
Ignoring binding_ninja-0.2.3 because its extensions are not built. Try: gem pristine binding_ninja --version 0.2.3
Ignoring bootsnap-1.5.1 because its extensions are not built. Try: gem pristine bootsnap --version 1.5.1
Ignoring bootsnap-1.4.6 because its extensions are not built. Try: gem pristine bootsnap --version 1.4.6
Ignoring byebug-11.1.3 because its extensions are not built. Try: gem pristine byebug --version 11.1.3
Ignoring cbor-0.5.9.6 because its extensions are not built. Try: gem pristine cbor --version 0.5.9.6
Ignoring character_set-1.4.0 because its extensions are not built. Try: gem pristine character_set --version 1.4.0
Ignoring charlock_holmes-0.7.7 because its extensions are not built. Try: gem pristine charlock_holmes --version 0.7.7
Ignoring commonmarker-0.21.0 because its extensions are not built. Try: gem pristine commonmarker --version 0.21.0
Ignoring ed25519-1.2.4 because its extensions are not built. Try: gem pristine ed25519 --version 1.2.4
Ignoring enumerable-statistics-2.0.1 because its extensions are not built. Try: gem pristine enumerable-statistics --version 2.0.1
Ignoring escape_utils-1.2.1 because its extensions are not built. Try: gem pristine escape_utils --version 1.2.1
Ignoring eventmachine-1.2.7 because its extensions are not built. Try: gem pristine eventmachine --version 1.2.7
Ignoring fast_blank-1.0.0 because its extensions are not built. Try: gem pristine fast_blank --version 1.0.0
Ignoring ffi-1.13.1 because its extensions are not built. Try: gem pristine ffi --version 1.13.1
Ignoring github-linguist-7.12.1 because its extensions are not built. Try: gem pristine github-linguist --version 7.12.1
Ignoring github-linguist-7.11.0 because its extensions are not built. Try: gem pristine github-linguist --version 7.11.0
Ignoring gitlab-pg_query-1.3.0 because its extensions are not built. Try: gem pristine gitlab-pg_query --version 1.3.0
Ignoring gitlab-puma-4.3.5.gitlab.3 because its extensions are not built. Try: gem pristine gitlab-puma --version 4.3.5.gitlab.3
Ignoring gpgme-2.0.20 because its extensions are not built. Try: gem pristine gpgme --version 2.0.20
Ignoring hamlit-2.11.0 because its extensions are not built. Try: gem pristine hamlit --version 2.11.0
Ignoring http-parser-1.2.1 because its extensions are not built. Try: gem pristine http-parser --version 1.2.1
Ignoring json-2.3.1 because its extensions are not built. Try: gem pristine json --version 2.3.1
Ignoring kgio-2.11.3 because its extensions are not built. Try: gem pristine kgio --version 2.11.3
Ignoring msgpack-1.3.3 because its extensions are not built. Try: gem pristine msgpack --version 1.3.3
Ignoring murmurhash3-0.1.6 because its extensions are not built. Try: gem pristine murmurhash3 --version 0.1.6
Ignoring nio4r-2.5.4 because its extensions are not built. Try: gem pristine nio4r --version 2.5.4
Ignoring nokogiri-1.10.10 because its extensions are not built. Try: gem pristine nokogiri --version 1.10.10
Ignoring nokogumbo-2.0.2 because its extensions are not built. Try: gem pristine nokogumbo --version 2.0.2
Ignoring nokogumbo-1.5.0 because its extensions are not built. Try: gem pristine nokogumbo --version 1.5.0
Ignoring oj-3.10.6 because its extensions are not built. Try: gem pristine oj --version 3.10.6
Ignoring openssl-2.2.0 because its extensions are not built. Try: gem pristine openssl --version 2.2.0
Ignoring pg-1.2.3 because its extensions are not built. Try: gem pristine pg --version 1.2.3
Ignoring prometheus-client-mmap-0.12.0 because its extensions are not built. Try: gem pristine prometheus-client-mmap --version 0.12.0
Ignoring puma-4.3.6 because its extensions are not built. Try: gem pristine puma --version 4.3.6
Ignoring raindrops-0.19.1 because its extensions are not built. Try: gem pristine raindrops --version 0.19.1
Ignoring rblineprof-0.3.6 because its extensions are not built. Try: gem pristine rblineprof --version 0.3.6
Ignoring rbtrace-0.4.14 because its extensions are not built. Try: gem pristine rbtrace --version 0.4.14
Ignoring re2-1.2.0 because its extensions are not built. Try: gem pristine re2 --version 1.2.0
Ignoring regexp_property_values-0.3.5 because its extensions are not built. Try: gem pristine regexp_property_values --version 0.3.5
Ignoring rinku-2.0.0 because its extensions are not built. Try: gem pristine rinku --version 2.0.0
Ignoring ruby-prof-1.3.1 because its extensions are not built. Try: gem pristine ruby-prof --version 1.3.1
Ignoring rugged-0.28.4.1 because its extensions are not built. Try: gem pristine rugged --version 0.28.4.1
Ignoring sassc-2.0.1 because its extensions are not built. Try: gem pristine sassc --version 2.0.1
Ignoring sqlite3-1.4.2 because its extensions are not built. Try: gem pristine sqlite3 --version 1.4.2
Ignoring sqlite3-1.3.13 because its extensions are not built. Try: gem pristine sqlite3 --version 1.3.13
Ignoring stackprof-0.2.15 because its extensions are not built. Try: gem pristine stackprof --version 0.2.15
Ignoring thin-1.7.2 because its extensions are not built. Try: gem pristine thin --version 1.7.2
Ignoring thrift-0.13.0 because its extensions are not built. Try: gem pristine thrift --version 0.13.0
Ignoring thrift-0.11.0.0 because its extensions are not built. Try: gem pristine thrift --version 0.11.0.0
Ignoring timfel-krb5-auth-0.8.3 because its extensions are not built. Try: gem pristine timfel-krb5-auth --version 0.8.3
Ignoring unf_ext-0.0.7.7 because its extensions are not built. Try: gem pristine unf_ext --version 0.0.7.7
Ignoring unicorn-5.5.5 because its extensions are not built. Try: gem pristine unicorn --version 5.5.5
Ignoring version_sorter-2.2.4 because its extensions are not built. Try: gem pristine version_sorter --version 2.2.4
Ignoring vmstat-2.3.0 because its extensions are not built. Try: gem pristine vmstat --version 2.3.0
Ignoring websocket-driver-0.7.3 because its extensions are not built. Try: gem pristine websocket-driver --version 0.7.3
Ignoring yajl-ruby-1.4.1 because its extensions are not built. Try: gem pristine yajl-ruby --version 1.4.1
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/snake/.asdf/installs/ruby/2.6.3
  --enable-shared
  LDFLAGS=-L/home/snake/.asdf/installs/ruby/2.6.3/lib 
  CPPFLAGS=-I/home/snake/.asdf/installs/ruby/2.6.3/include 
@ssnake ssnake changed the title Installing 2.6.3 ERROR: Ruby install aborted due to missing extensions Installing 2.6.3 The Ruby openssl extension was not compiled. Mar 13, 2021
@ssnake
Copy link
Author

ssnake commented Mar 13, 2021

Build log for 2.7.2

hecking for ruby... /usr/bin/ruby
tool/config.guess already exists
tool/config.sub already exists
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for gcc... 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 how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking whether gcc needs -traditional... no
checking for ld... ld
checking whether the linker is GNU ld... yes
checking whether gcc -E accepts -o... yes
checking for gcc... /usr/bin/gcc
checking for ranlib... ranlib
checking for ar... ar
checking for ar flags... rcD
checking for as... as
checking for objdump... objdump
checking for objcopy... objcopy
checking for nm... nm
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 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 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 -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 -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 -Wall -Wextra is accepted as CFLAGS... yes
checking whether -Qunused-arguments is accepted as CFLAGS... no
checking whether -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 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 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 a.out.h usability... yes
checking a.out.h presence... yes
checking for a.out.h... 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/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 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 prototypes... yes
checking token paste string... ansi
checking stringization... #expr
checking string literal concatenation... yes
checking for variable length prototypes and stdarg.h... yes
checking for variable length macro... yes
checking for alignas() syntax... __attribute__((__aligned__(x)))
checking for alignof() syntax... alignof
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 DEPRECATED_TYPE type attribute... __attribute__ ((__deprecated__ mesg)) 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 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... yes
checking whether getenv is declared... yes
checking for size_t... yes
checking size of size_t... 8
checking size of ptrdiff_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 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 return type of signal handlers... void
checking for working alloca.h... yes
checking for alloca... yes
checking for dynamic size alloca... ok
checking for working memcmp... yes
checking for acosh... yes
checking for cbrt... yes
checking for crypt... yes
checking for dup2... 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 whether finite is declared... yes
checking whether isinf is declared... yes
checking whether isnan is declared... yes
checking sys/pstat.h usability... no
checking sys/pstat.h presence... no
checking for sys/pstat.h... no
checking for signbit... yes
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 dup... 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 getgidx... no
checking for getgrnam... yes
checking for getgrnam_r... yes
checking for getgroups... yes
checking for getpgid... yes
checking for getpgrp... yes
checking for getpriority... yes
checking for getpwnam_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... no
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 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 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 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_sigmask... yes
checking for pthread_setname_np... yes
checking for pthread_set_name_np... no
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 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... strip
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 = 2.7.0
configure: creating ./config.status
config.status: creating GNUmakefile
config.status: creating Makefile
config.status: creating ruby-2.7.pc
---
Configuration summary for ruby version 2.7.2

   * Installation prefix: /home/snake/.asdf/installs/ruby/2.7.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/snake/.asdf/installs/ruby/2.7.2/lib  \
                          -fstack-protector-strong -rdynamic \
                          -Wl,-export-dynamic
   * DLDFLAGS:            -L/home/snake/.asdf/installs/ruby/2.7.2/lib  \
                          -Wl,--compress-debug-sections=zlib
   * optflags:            -O3
   * 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
   * strip command:       strip -S -x
   * install doc:         rdoc
   * JIT support:         yes
   * man page type:       doc
   * BASERUBY -v:         ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) \
                          [x86_64-linux-gnu]

---
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -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 -std=gnu99  -fPIC 
	XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0
	CPPFLAGS = -I/home/snake/.asdf/installs/ruby/2.7.2/include    
	DLDFLAGS = -L/home/snake/.asdf/installs/ruby/2.7.2/lib  -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.2.7 -fstack-protector-strong  
	SOLIBS = -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm 
	LANG = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=6,7
gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Copyright (C) 2019 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 iseq.c
compiling load.c
compiling marshal.c
compiling math.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 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 safe.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_trace.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
building rb_mjit_header.h
linking miniruby
rb_mjit_header.h updated
generating encdb.h
building .ext/include/x86_64-linux/rb_mjit_min_header-2.7.2.h
./miniruby -I./lib -I. -I.ext/common  ./tool/transform_mjit_header.rb "gcc  -O3 -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 -std=gnu99  -fPIC " rb_mjit_header.h .ext/include/x86_64-linux/rb_mjit_min_header-2.7.2.h
compiling builtin.c
encdb.h updated
./tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
rbconfig.rb updated
generating enc.mk
creating verconf.h
verconf.h updated
compiling loadpath.c
making srcs under enc
make[1]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2'
generating transdb.h
linking static-library libruby-static.a
transdb.h updated

Transforming external functions to static:
transform_mjit_header: making external definition of 'rb_vm_lvar_exposed' static inline
transform_mjit_header: making external definition of 'Init_vm_stack_canary' static inline
transform_mjit_header: making external definition of 'rb_vm_opt_struct_aset' static inline
transform_mjit_header: making external definition of 'rb_vm_opt_struct_aref' static inline
transform_mjit_header: making external definition of 'rb_eql_opt' static inline
transform_mjit_header: changing definition of 'rb_equal_opt' to declaration
transform_mjit_header: changing definition of 'rb_vm_search_method_slowpath' to declaration
transform_mjit_header: making external definition of 'rb_vm_rewrite_cref' static inline
transform_mjit_header: making external definition of 'rb_vm_block_ep_update' static inline
transform_mjit_header: making external definition of 'rb_vm_cref_new_toplevel' static inline
transform_mjit_header: making external definition of 'rb_vm_frame_block_handler' static inline
transform_mjit_header: making external definition of 'rb_vm_cframe_empty_keyword_p' static inline
transform_mjit_header: making external definition of 'rb_vm_cframe_keyword_p' static inline
transform_mjit_header: making external definition of 'rb_vm_ep_local_ep' static inline
transform_mjit_header: making declaration of 'rb_vm_lvar_exposed' static inline
transform_mjit_header: making declaration of 'rb_vm_rewrite_cref' static inline
transform_mjit_header: making declaration of 'rb_vm_frame_block_handler' static inline
transform_mjit_header: making declaration of 'rb_vm_block_ep_update' static inline
transform_mjit_header: making declaration of 'rb_vm_ep_local_ep' static inline
transform_mjit_header: making declaration of 'Init_vm_stack_canary' static inline
transform_mjit_header: making declaration of 'rb_eql_opt' static inline
transform_mjit_header: making external definition of 'rb_scan_args_set' static inline
transform_mjit_header: making declaration of 'rb_scan_args_set' static inline
transform_mjit_header: SKIPPED to transform getlogin_r
transform_mjit_header: SKIPPED to transform pread64
transform_mjit_header: SKIPPED to transform pread
transform_mjit_header: SKIPPED to transform read
transform_mjit_header: SKIPPED to transform bsearch
transform_mjit_header: SKIPPED to transform fread_unlocked
transform_mjit_header: SKIPPED to transform fgets_unlocked
transform_mjit_header: SKIPPED to transform fread
transform_mjit_header: SKIPPED to transform fgets
transform_mjit_header: SKIPPED to transform vdprintf
transform_mjit_header: SKIPPED to transform dprintf
transform_mjit_header: SKIPPED to transform vfprintf
transform_mjit_header: SKIPPED to transform vprintf
transform_mjit_header: SKIPPED to transform printf
transform_mjit_header: SKIPPED to transform fprintf
transform_mjit_header: SKIPPED to transform getline
transform_mjit_header: SKIPPED to transform putchar_unlocked
transform_mjit_header: SKIPPED to transform putc_unlocked
transform_mjit_header: SKIPPED to transform fputc_unlocked
transform_mjit_header: SKIPPED to transform putchar
transform_mjit_header: SKIPPED to transform getchar_unlocked
transform_mjit_header: SKIPPED to transform getc_unlocked
transform_mjit_header: SKIPPED to transform fgetc_unlocked
transform_mjit_header: SKIPPED to transform getchar
ln -sf ../../../.ext/include/x86_64-linux/rb_mjit_min_header-2.7.2.h include/ruby-2.7.0/x86_64-linux/rb_mjit_min_header-2.7.2.h
linking shared-library libruby.so.2.7.2
generating makefiles ext/configure-ext.mk
making enc
making trans
make[1]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2'
make[1]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2'
compiling ./enc/encdb.c
compiling ./enc/trans/transdb.c
compiling ./enc/trans/big5.c
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2'
configuring etc
configuring socket
compiling ./enc/big5.c
compiling ./enc/cesu_8.c
compiling ./enc/cp949.c
compiling ./enc/emacs_mule.c
compiling ./enc/euc_jp.c
compiling ./enc/euc_kr.c
compiling ./enc/euc_tw.c
compiling ./enc/gb2312.c
compiling ./enc/gb18030.c
compiling ./enc/gbk.c
compiling ./enc/iso_8859_1.c
compiling ./enc/iso_8859_2.c
compiling ./enc/trans/cesu_8.c
compiling ./enc/iso_8859_3.c
compiling ./enc/trans/chinese.c
compiling ./enc/iso_8859_4.c
compiling ./enc/iso_8859_5.c
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/trans/ebcdic.c
configuring date
compiling ./enc/iso_8859_10.c
compiling ./enc/trans/emoji.c
compiling ./enc/iso_8859_11.c
compiling ./enc/iso_8859_13.c
compiling ./enc/trans/emoji_iso2022_kddi.c
compiling ./enc/iso_8859_14.c
configuring pathname
compiling ./enc/iso_8859_15.c
compiling ./enc/iso_8859_16.c
compiling ./enc/koi8_r.c
compiling ./enc/trans/emoji_sjis_docomo.c
compiling ./enc/koi8_u.c
compiling ./enc/shift_jis.c
compiling ./enc/utf_16be.c
compiling ./enc/trans/emoji_sjis_kddi.c
compiling ./enc/utf_16le.c
compiling ./enc/trans/emoji_sjis_softbank.c
compiling ./enc/utf_32be.c
compiling ./enc/utf_32le.c
compiling ./enc/trans/escape.c
compiling ./enc/windows_31j.c
compiling ./enc/windows_1250.c
compiling ./enc/windows_1251.c
compiling ./enc/trans/gb18030.c
compiling ./enc/windows_1252.c
compiling ./enc/windows_1253.c
compiling ./enc/windows_1254.c
compiling ./enc/windows_1257.c
linking encoding encdb.so
linking encoding big5.so
linking encoding cesu_8.so
linking encoding cp949.so
configuring dbm
linking encoding emacs_mule.so
linking encoding euc_jp.so
linking encoding euc_kr.so
linking encoding euc_tw.so
linking encoding gb2312.so
linking encoding gb18030.so
compiling ./enc/trans/gbk.c
linking encoding gbk.so
linking encoding iso_8859_1.so
linking encoding iso_8859_2.so
linking encoding iso_8859_3.so
linking encoding iso_8859_4.so
linking encoding iso_8859_5.so
linking encoding iso_8859_6.so
linking encoding iso_8859_7.so
linking encoding iso_8859_8.so
linking encoding iso_8859_9.so
linking encoding iso_8859_10.so
linking encoding iso_8859_11.so
linking encoding iso_8859_13.so
linking encoding iso_8859_14.so
linking encoding iso_8859_15.so
linking encoding iso_8859_16.so
linking encoding koi8_r.so
linking encoding koi8_u.so
linking encoding shift_jis.so
linking encoding utf_16be.so
linking encoding utf_16le.so
linking encoding utf_32be.so
linking encoding utf_32le.so
linking encoding windows_31j.so
linking encoding windows_1250.so
linking encoding windows_1251.so
linking encoding windows_1252.so
linking encoding windows_1253.so
linking encoding windows_1254.so
linking encoding windows_1257.so
make[1]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2'
compiling ./enc/trans/iso2022.c
compiling ./enc/trans/japanese.c
compiling ./enc/trans/japanese_euc.c
compiling ./enc/trans/japanese_sjis.c
compiling ./enc/trans/korean.c
header: db.h
library: db
compiling ./enc/trans/single_byte.c
configuring readline
compiling ./enc/trans/utf8_mac.c
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
configuring nkf
make[1]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2'
making encs
make[1]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2'
configuring ripper
configuring monitor
configuring syslog
configuring -test-/arith_seq/extract
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
configuring -test-/debug
configuring -test-/dln/empty
configuring -test-/enumerator_kw
configuring -test-/exception
configuring -test-/fatal
configuring -test-/file
configuring fiddle
libffi_version: 3.3.0
configuring -test-/float
configuring -test-/funcall
configuring -test-/gvl/call_without_gvl
configuring -test-/hash
configuring -test-/integer
configuring -test-/iseq_load
configuring -test-/iter
configuring -test-/load/dot.dot
configuring -test-/load/protect
configuring -test-/marshal/compat
configuring -test-/marshal/internal_ivar
configuring -test-/marshal/usr
configuring -test-/memory_status
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-/rational
configuring -test-/rb_call_super_kw
configuring -test-/recursion
configuring -test-/regexp
configuring -test-/scan_args
configuring -test-/st/foreach
configuring -test-/st/numhash
configuring -test-/st/update
configuring -test-/string
configuring -test-/struct
configuring -test-/symbol
configuring -test-/thread_fd_close
configuring -test-/time
configuring -test-/tracepoint
configuring -test-/typeddata
configuring -test-/vm
configuring -test-/wait_for_single_fd
configuring zlib
configuring strscan
configuring bigdecimal
configuring digest
configuring digest/bubblebabble
configuring digest/md5
configuring psych
configuring digest/rmd160
configuring coverage
configuring racc/cparse
configuring continuation
configuring objspace
configuring gdbm
configuring digest/sha1
configuring openssl
configuring io/console
configuring digest/sha2
configuring io/nonblock
configuring io/wait
configuring fiber
configuring stringio
configuring sdbm
configuring cgi/escape
configuring pty
configuring fcntl
configuring rbconfig/sizeof
configuring json
configuring json/generator
configuring json/parser
configuring rubyvm
make[1]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2'
generating makefile exts.mk
exts.mk updated
make[1]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/etc'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/date'
compiling date_core.c
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/socket'
compiling etc.c
compiling init.c
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/pathname'
compiling pathname.c
compiling constants.c
linking shared-object etc.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/etc'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/dbm'
compiling dbm.c
linking shared-object dbm.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/dbm'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/readline'
compiling readline.c
installing default pathname libraries
linking shared-object pathname.so
compiling basicsocket.c
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/pathname'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/nkf'
compiling nkf.c
compiling socket.c
linking shared-object readline.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/readline'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/ripper'
compiling ripper.c
compiling ipsocket.c
compiling tcpsocket.c
compiling tcpserver.c
compiling sockssocket.c
compiling udpsocket.c
compiling unixsocket.c
compiling unixserver.c
compiling option.c
installing default nkf libraries
linking shared-object nkf.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/nkf'
checking ../.././parse.y and ../.././ext/ripper/eventids2.c
installing default ripper libraries
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/monitor'
compiling monitor.c
compiling ancdata.c
installing default monitor libraries
linking shared-object monitor.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/monitor'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/syslog'
compiling syslog.c
compiling date_parse.c
linking shared-object syslog.so
installing default syslog libraries
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/arith_seq/extract'
compiling extract.c
linking shared-object -test-/arith_seq/extract.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/arith_seq/extract'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/array/resize'
compiling resize.c
compiling raddrinfo.c
linking shared-object -test-/array/resize.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/array/resize'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/bignum'
compiling str2big.c
compiling bigzero.c
compiling div.c
compiling init.c
compiling intpack.c
compiling big2str.c
compiling mul.c
compiling ifaddr.c
linking shared-object -test-/bignum.so
compiling date_strftime.c
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/bignum'
installing default socket libraries
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/bug-14834'
compiling bug-14384.c
linking shared-object socket.so
linking shared-object -test-/bug_14834.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/bug-14834'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/bug-3571'
compiling bug.c
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/socket'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/bug-5832'
compiling bug.c
linking shared-object -test-/bug_3571.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/bug-3571'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/bug_reporter'
compiling bug_reporter.c
linking shared-object -test-/bug_5832.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/bug-5832'
linking shared-object -test-/bug_reporter.so
compiling date_strptime.c
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/bug_reporter'
installing default date_core libraries
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/class'
compiling init.c
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/cxxanyargs'
compiling cxxanyargs.cpp
compiling class2name.c
linking shared-object -test-/class.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/class'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/debug'
compiling inspector.c
linking shared-object -test-/cxxanyargs.so
linking shared-object date_core.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/cxxanyargs'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/dln/empty'
compiling empty.c
linking shared-object -test-/dln/empty.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/dln/empty'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/enumerator_kw'
compiling enumerator_kw.c
compiling init.c
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/date'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/exception'
compiling enc_raise.c
compiling profile_frames.c
linking shared-object -test-/enumerator_kw.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/enumerator_kw'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/fatal'
compiling rb_fatal.c
compiling ensured.c
linking shared-object -test-/debug.so
linking shared-object -test-/fatal/rb_fatal.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/debug'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/file'
compiling init.c
compiling fs.c
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/fatal'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/float'
compiling nextafter.c
compiling dataerror.c
compiling init.c
linking shared-object -test-/exception.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/exception'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/funcall'
compiling funcall.c
compiling init.c
compiling stat.c
linking shared-object -test-/float.so
linking shared-object -test-/funcall.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/float'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/gvl/call_without_gvl'
compiling call_without_gvl.c
linking shared-object -test-/file.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/funcall'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/hash'
compiling delete.c
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/file'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/integer'
compiling core_ext.c
linking shared-object -test-/gvl/call_without_gvl.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/gvl/call_without_gvl'
compiling init.c
compiling my_integer.c
compiling init.c
linking shared-object -test-/hash.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/hash'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/iseq_load'
compiling iseq_load.c
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/iter'
compiling break.c
linking shared-object -test-/integer.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/integer'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/load/dot.dot'
compiling dot.dot.c
compiling yield.c
linking shared-object -test-/load/dot.dot.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/load/dot.dot'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/load/protect'
compiling protect.c
linking shared-object -test-/iseq_load.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/iseq_load'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/marshal/compat'
compiling usrcompat.c
compiling init.c
linking shared-object -test-/load/protect.so
linking shared-object -test-/iter.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/load/protect'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/marshal/internal_ivar'
compiling internal_ivar.c
linking shared-object -test-/marshal/compat.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/iter'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/marshal/usr'
compiling usrmarshal.c
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/marshal/compat'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/method'
compiling arity.c
linking shared-object -test-/marshal/internal_ivar.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/marshal/internal_ivar'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/notimplement'
compiling bug.c
compiling init.c
linking shared-object -test-/marshal/usr.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/marshal/usr'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/num2int'
compiling num2int.c
linking shared-object -test-/method.so
linking shared-object -test-/notimplement.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/notimplement'
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/method'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/path_to_class'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/popen_deadlock'
compiling path_to_class.c
compiling infinite_loop_dlsym.c
linking shared-object -test-/num2int.so
linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so
linking shared-object -test-/path_to_class.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/num2int'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/postponed_job'
compiling postponed_job.c
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/path_to_class'
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/popen_deadlock'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/printf'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/proc'
compiling printf.c
compiling super.c
linking shared-object -test-/postponed_job.so
compiling init.c
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/postponed_job'
compiling receiver.c
linking shared-object -test-/printf.so
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/rational'
compiling rat.c
linking shared-object -test-/proc.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/printf'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/rb_call_super_kw'
compiling rb_call_super_kw.c
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/proc'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/recursion'
compiling recursion.c
linking shared-object -test-/rational.so
linking shared-object -test-/rb_call_super_kw.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/rational'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/regexp'
compiling parse_depth_limit.c
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/rb_call_super_kw'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/scan_args'
compiling scan_args.c
linking shared-object -test-/recursion.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/recursion'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/st/foreach'
compiling foreach.c
compiling init.c
linking shared-object -test-/regexp.so
linking shared-object -test-/st/foreach.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/regexp'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/st/numhash'
compiling numhash.c
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/st/foreach'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/st/update'
compiling update.c
linking shared-object -test-/st/update.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/st/update'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/string'
compiling cstr.c
linking shared-object -test-/st/numhash.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/st/numhash'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/struct'
compiling member.c
compiling duplicate.c
compiling modify.c
compiling init.c
compiling ellipsize.c
compiling len.c
compiling capacity.c
linking shared-object -test-/struct.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/struct'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/symbol'
compiling type.c
compiling rb_str_dup.c
compiling init.c
compiling coderange.c
linking shared-object -test-/scan_args.so
linking shared-object -test-/symbol.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/scan_args'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/thread_fd_close'
compiling thread_fd_close.c
compiling new.c
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/symbol'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/time'
compiling new.c
compiling qsort.c
linking shared-object -test-/thread_fd_close.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/thread_fd_close'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/tracepoint'
compiling leap_second.c
compiling gc_hook.c
linking shared-object ripper.so
compiling init.c
compiling fstring.c
compiling tracepoint.c
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/ripper'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/typeddata'
compiling typeddata.c
compiling enc_associate.c
linking shared-object -test-/time.so
linking shared-object -test-/tracepoint.so
linking shared-object -test-/typeddata.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/time'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/vm'
compiling at_exit.c
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/tracepoint'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/wait_for_single_fd'
compiling wait_for_single_fd.c
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/typeddata'
compiling nofree.c
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/fiddle'
compiling closure.c
linking shared-object -test-/vm/at_exit.so
compiling set_len.c
linking shared-object -test-/wait_for_single_fd.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/vm'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/zlib'
compiling zlib.c
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/wait_for_single_fd'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/strscan'
compiling strscan.c
compiling normalize.c
compiling conversions.c
compiling enc_str_buf_cat.c
compiling init.c
compiling fiddle.c
linking shared-object -test-/string.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/string'
compiling function.c
compiling handle.c
compiling pointer.c
linking shared-object strscan.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/strscan'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/bigdecimal'
compiling bigdecimal.c
installing default bigdecimal libraries
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/digest'
compiling digest.c
installing default digest libraries
linking shared-object digest.so
linking shared-object fiddle.so
installing digest libraries
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/digest'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/psych'
compiling psych.c
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/fiddle'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/coverage'
compiling coverage.c
compiling psych_emitter.c
installing default coverage libraries
linking shared-object coverage.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/coverage'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/racc/cparse'
compiling cparse.c
linking shared-object zlib.so
compiling psych_parser.c
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/zlib'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/continuation'
compiling continuation.c
linking shared-object continuation.so
linking shared-object racc/cparse.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/continuation'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/objspace'
compiling object_tracing.c
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/gdbm'
compiling gdbm.c
compiling psych_to_ruby.c
compiling psych_yaml_tree.c
compiling objspace.c
linking shared-object psych.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/psych'
compiling objspace_dump.c
linking shared-object gdbm.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/gdbm'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/openssl'
compiling openssl_missing.c
compiling ossl.c
compiling ossl_asn1.c
linking shared-object objspace.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/objspace'
compiling ossl_bio.c
compiling ossl_bn.c
compiling ossl_cipher.c
compiling ossl_config.c
compiling ossl_digest.c
linking shared-object bigdecimal.so
compiling ossl_engine.c
compiling ossl_hmac.c
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/io/console'
compiling console.c
installing default console libraries
compiling ossl_kdf.c
compiling ossl_ns_spki.c
compiling ossl_ocsp.c
linking shared-object io/console.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/io/console'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/io/nonblock'
compiling nonblock.c
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/io/wait'
compiling wait.c
linking shared-object io/wait.so
linking shared-object io/nonblock.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/io/wait'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/fiber'
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/io/nonblock'
compiling fiber.c
compiling ossl_pkcs12.c
linking shared-object fiber.so
compiling ossl_pkcs7.c
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/fiber'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/stringio'
compiling stringio.c
compiling ossl_pkey.c
compiling ossl_pkey_dh.c
compiling ossl_pkey_dsa.c
compiling ossl_pkey_ec.c
linking shared-object stringio.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/stringio'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/sdbm'
compiling _sdbm.c
compiling ossl_pkey_rsa.c
compiling init.c
compiling ossl_rand.c
compiling ossl_ssl.c
compiling ossl_ssl_session.c
linking shared-object sdbm.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/sdbm'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/cgi/escape'
compiling escape.c
compiling ossl_x509.c
compiling ossl_x509attr.c
compiling ossl_x509cert.c
linking shared-object cgi/escape.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/cgi/escape'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/pty'
compiling pty.c
compiling ossl_x509crl.c
installing default pty libraries
linking shared-object pty.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/pty'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/fcntl'
compiling fcntl.c
compiling ossl_x509ext.c
linking shared-object fcntl.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/fcntl'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/rbconfig/sizeof'
compiling sizes.c
compiling limits.c
compiling ossl_x509name.c
linking shared-object rbconfig/sizeof.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/rbconfig/sizeof'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/json'
compiling ossl_x509req.c
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/json'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/rubyvm'
installing default libraries
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/digest/bubblebabble'
compiling bubblebabble.c
linking shared-object digest/bubblebabble.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/digest/bubblebabble'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/digest/md5'
compiling md5init.c
compiling ossl_x509revoked.c
linking shared-object digest/md5.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/digest/md5'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/digest/rmd160'
compiling rmd160init.c
compiling ossl_x509store.c
installing default openssl libraries
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/digest/sha1'
compiling sha1init.c
linking shared-object digest/rmd160.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/digest/rmd160'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/digest/sha2'
compiling sha2init.c
linking shared-object digest/sha1.so
installing default sha2 libraries
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/json/generator'
compiling generator.c
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/digest/sha1'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/json/parser'
compiling parser.c
linking shared-object digest/sha2.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/digest/sha2'
linking shared-object openssl.so
linking shared-object json/ext/parser.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/json/parser'
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/openssl'
linking shared-object json/ext/generator.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/json/generator'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2'
./revision.h unchanged
linking ruby
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2'
make[1]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2'
make[1]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2'
Generating RDoc documentation
Parsing sources...
  0% [ 1/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/NEWS-1.8.7
  0% [ 2/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/NEWS-1.9.1
  0% [ 3/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/NEWS-1.9.2
  0% [ 4/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/NEWS-1.9.3
  0% [ 5/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/NEWS-2.0.0
  0% [ 6/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/NEWS-2.1.0
  0% [ 7/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/NEWS-2.2.0
  0% [ 8/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/NEWS-2.3.0
  0% [ 9/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/NEWS-2.4.0
  0% [10/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/NEWS-2.5.0
  0% [11/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/NEWS-2.6.0
  1% [12/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/bug_triaging.rdoc
  1% [13/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/contributing.rdoc
  1% [14/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/contributors.rdoc
  1% [15/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/dtrace_probes.rdoc
  1% [16/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/extension.ja.rdoc
  1% [17/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/extension.rdoc
  1% [18/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/globals.rdoc
  1% [19/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/keywords.rdoc
  1% [20/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/maintainers.rdoc
  1% [21/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/marshal.rdoc
  1% [22/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/regexp.rdoc
  2% [23/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/security.rdoc
  2% [24/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/signals.rdoc
  2% [25/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/standard_library.rdoc
  2% [26/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/syntax.rdoc
  2% [27/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/syntax/assignment.rdoc
  2% [28/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/syntax/calling_methods.rdoc
  2% [29/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/syntax/comments.rdoc
  2% [30/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/syntax/control_expressions.rdoc
  2% [31/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/syntax/exceptions.rdoc
  2% [32/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/syntax/literals.rdoc
  2% [33/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/syntax/methods.rdoc
  2% [34/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/syntax/miscellaneous.rdoc
  3% [35/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/syntax/modules_and_classes.rdoc
  3% [36/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/syntax/precedence.rdoc
  3% [37/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/syntax/refinements.rdoc
  3% [38/1142]  CONTRIBUTING.md
  3% [39/1142]  COPYING
  3% [40/1142]  COPYING.ja
  3% [41/1142]  LEGAL
  3% [42/1142]  NEWS
  3% [43/1142]  README.ja.md
  3% [44/1142]  README.md
  3% [45/1142]  addr2line.c
  4% [46/1142]  array.c
  4% [47/1142]  ast.c
  4% [48/1142]  ast.rb
  4% [49/1142]  bignum.c
  4% [50/1142]  builtin.c
  4% [51/1142]  class.c
  4% [52/1142]  compar.c
  4% [53/1142]  compile.c
  4% [54/1142]  complex.c
  4% [55/1142]  cont.c
  4% [56/1142]  debug.c
  4% [57/1142]  debug_counter.c
  5% [58/1142]  dir.c
  5% [59/1142]  dln.c
  5% [60/1142]  dln_find.c
  5% [61/1142]  dmydln.c
  5% [62/1142]  dmyenc.c
  5% [63/1142]  dmyext.c
  5% [64/1142]  doc/NEWS-1.8.7
  5% [65/1142]  doc/NEWS-1.9.1
  5% [66/1142]  doc/NEWS-1.9.2
  5% [67/1142]  doc/NEWS-1.9.3
  5% [68/1142]  doc/NEWS-2.0.0
  6% [69/1142]  doc/NEWS-2.1.0
  6% [70/1142]  doc/NEWS-2.2.0
  6% [71/1142]  doc/NEWS-2.3.0
  6% [72/1142]  doc/NEWS-2.4.0
  6% [73/1142]  doc/NEWS-2.5.0
  6% [74/1142]  doc/NEWS-2.6.0
  6% [75/1142]  doc/bug_triaging.rdoc
  6% [76/1142]  doc/contributing.rdoc
  6% [77/1142]  doc/contributors.rdoc
  6% [78/1142]  doc/dtrace_probes.rdoc
  6% [79/1142]  doc/extension.ja.rdoc
  7% [80/1142]  doc/extension.rdoc
  7% [81/1142]  doc/globals.rdoc
  7% [82/1142]  doc/keywords.rdoc
  7% [83/1142]  doc/maintainers.rdoc
  7% [84/1142]  doc/marshal.rdoc
  7% [85/1142]  doc/regexp.rdoc
  7% [86/1142]  doc/security.rdoc
  7% [87/1142]  doc/signals.rdoc
  7% [88/1142]  doc/standard_library.rdoc
  7% [89/1142]  doc/syntax.rdoc
  7% [90/1142]  doc/syntax/assignment.rdoc
  7% [91/1142]  doc/syntax/calling_methods.rdoc
  8% [92/1142]  doc/syntax/comments.rdoc
  8% [93/1142]  doc/syntax/control_expressions.rdoc
  8% [94/1142]  doc/syntax/exceptions.rdoc
  8% [95/1142]  doc/syntax/literals.rdoc
  8% [96/1142]  doc/syntax/methods.rdoc
  8% [97/1142]  doc/syntax/miscellaneous.rdoc
  8% [98/1142]  doc/syntax/modules_and_classes.rdoc
  8% [99/1142]  doc/syntax/precedence.rdoc
  8% [100/1142]  doc/syntax/refinements.rdoc
  8% [101/1142]  encoding.c
  8% [102/1142]  enum.c
  9% [103/1142]  enumerator.c
  9% [104/1142]  error.c
  9% [105/1142]  eval.c
  9% [106/1142]  eval_error.c
  9% [107/1142]  eval_jump.c
  9% [108/1142]  ext/bigdecimal/bigdecimal.c
  9% [109/1142]  ext/bigdecimal/lib/bigdecimal.rb
  9% [110/1142]  ext/bigdecimal/lib/bigdecimal/jacobian.rb
  9% [111/1142]  ext/bigdecimal/lib/bigdecimal/ludcmp.rb
  9% [112/1142]  ext/bigdecimal/lib/bigdecimal/math.rb
  9% [113/1142]  ext/bigdecimal/lib/bigdecimal/newton.rb
  9% [114/1142]  ext/bigdecimal/lib/bigdecimal/util.rb
 10% [115/1142]  ext/continuation/continuation.c
 10% [116/1142]  ext/coverage/coverage.c
 10% [117/1142]  ext/date/date_core.c
 10% [118/1142]  ext/dbm/dbm.c
 10% [119/1142]  ext/digest/bubblebabble/bubblebabble.c
 10% [120/1142]  ext/digest/digest.c
 10% [121/1142]  ext/digest/lib/digest.rb
 10% [122/1142]  ext/digest/md5/md5init.c
 10% [123/1142]  ext/digest/rmd160/rmd160init.c
 10% [124/1142]  ext/digest/sha1/sha1init.c
 10% [125/1142]  ext/digest/sha2/sha2init.c
 11% [126/1142]  ext/etc/etc.c
 11% [127/1142]  ext/fcntl/fcntl.c
 11% [128/1142]  ext/fiber/fiber.c
 11% [129/1142]  ext/fiddle/closure.c
 11% [130/1142]  ext/fiddle/conversions.c
 11% [131/1142]  ext/fiddle/fiddle.c
 11% [132/1142]  ext/fiddle/function.c
 11% [133/1142]  ext/fiddle/handle.c
 11% [134/1142]  ext/fiddle/lib/fiddle.rb
 11% [135/1142]  ext/fiddle/lib/fiddle/closure.rb
 11% [136/1142]  ext/fiddle/lib/fiddle/cparser.rb
 11% [137/1142]  ext/fiddle/lib/fiddle/function.rb
 12% [138/1142]  ext/fiddle/lib/fiddle/import.rb
 12% [139/1142]  ext/fiddle/lib/fiddle/pack.rb
 12% [140/1142]  ext/fiddle/lib/fiddle/struct.rb
 12% [141/1142]  ext/fiddle/lib/fiddle/types.rb
 12% [142/1142]  ext/fiddle/lib/fiddle/value.rb
 12% [143/1142]  ext/fiddle/pointer.c
 12% [144/1142]  ext/gdbm/gdbm.c
 12% [145/1142]  ext/io/console/console.c
 12% [146/1142]  ext/io/nonblock/nonblock.c
 12% [147/1142]  ext/io/wait/wait.c
 12% [148/1142]  ext/json/generator/generator.c
 13% [149/1142]  ext/json/lib/json.rb
 13% [150/1142]  ext/json/lib/json/add/bigdecimal.rb
 13% [151/1142]  ext/json/lib/json/add/complex.rb
 13% [152/1142]  ext/json/lib/json/add/core.rb
 13% [153/1142]  ext/json/lib/json/add/date.rb
 13% [154/1142]  ext/json/lib/json/add/date_time.rb
 13% [155/1142]  ext/json/lib/json/add/exception.rb
 13% [156/1142]  ext/json/lib/json/add/ostruct.rb
 13% [157/1142]  ext/json/lib/json/add/range.rb
 13% [158/1142]  ext/json/lib/json/add/rational.rb
 13% [159/1142]  ext/json/lib/json/add/regexp.rb
 14% [160/1142]  ext/json/lib/json/add/set.rb
 14% [161/1142]  ext/json/lib/json/add/struct.rb
 14% [162/1142]  ext/json/lib/json/add/symbol.rb
 14% [163/1142]  ext/json/lib/json/add/time.rb
 14% [164/1142]  ext/json/lib/json/common.rb
 14% [165/1142]  ext/json/lib/json/ext.rb
 14% [166/1142]  ext/json/lib/json/generic_object.rb
 14% [167/1142]  ext/json/lib/json/version.rb
 14% [168/1142]  ext/json/parser/parser.c
 14% [169/1142]  ext/nkf/lib/kconv.rb
 14% [170/1142]  ext/nkf/nkf.c
 14% [171/1142]  ext/objspace/object_tracing.c
 15% [172/1142]  ext/objspace/objspace.c
 15% [173/1142]  ext/objspace/objspace_dump.c
 15% [174/1142]  ext/openssl/lib/openssl.rb
 15% [175/1142]  ext/openssl/lib/openssl/bn.rb
 15% [176/1142]  ext/openssl/lib/openssl/buffering.rb
 15% [177/1142]  ext/openssl/lib/openssl/cipher.rb
 15% [178/1142]  ext/openssl/lib/openssl/config.rb
 15% [179/1142]  ext/openssl/lib/openssl/digest.rb
 15% [180/1142]  ext/openssl/lib/openssl/pkcs5.rb
 15% [181/1142]  ext/openssl/lib/openssl/pkey.rb
 15% [182/1142]  ext/openssl/lib/openssl/ssl.rb
 16% [183/1142]  ext/openssl/lib/openssl/x509.rb
 16% [184/1142]  ext/openssl/ossl.c
 16% [185/1142]  ext/openssl/ossl_asn1.c
 16% [186/1142]  ext/openssl/ossl_bio.c
 16% [187/1142]  ext/openssl/ossl_bn.c
 16% [188/1142]  ext/openssl/ossl_cipher.c
 16% [189/1142]  ext/openssl/ossl_config.c
 16% [190/1142]  ext/openssl/ossl_digest.c
 16% [191/1142]  ext/openssl/ossl_engine.c
 16% [192/1142]  ext/openssl/ossl_hmac.c
 16% [193/1142]  ext/openssl/ossl_kdf.c
 16% [194/1142]  ext/openssl/ossl_ns_spki.c
 17% [195/1142]  ext/openssl/ossl_ocsp.c
 17% [196/1142]  ext/openssl/ossl_pkcs12.c
 17% [197/1142]  ext/openssl/ossl_pkcs7.c
 17% [198/1142]  ext/openssl/ossl_pkey.c
 17% [199/1142]  ext/openssl/ossl_pkey_dh.c
 17% [200/1142]  ext/openssl/ossl_pkey_dsa.c
 17% [201/1142]  ext/openssl/ossl_pkey_ec.c
 17% [202/1142]  ext/openssl/ossl_pkey_rsa.c
 17% [203/1142]  ext/openssl/ossl_rand.c
 17% [204/1142]  ext/openssl/ossl_ssl.c
 17% [205/1142]  ext/openssl/ossl_ssl_session.c
 18% [206/1142]  ext/openssl/ossl_x509.c
 18% [207/1142]  ext/openssl/ossl_x509attr.c
 18% [208/1142]  ext/openssl/ossl_x509cert.c
 18% [209/1142]  ext/openssl/ossl_x509crl.c
 18% [210/1142]  ext/openssl/ossl_x509ext.c
 18% [211/1142]  ext/openssl/ossl_x509name.c
 18% [212/1142]  ext/openssl/ossl_x509req.c
 18% [213/1142]  ext/openssl/ossl_x509revoked.c
 18% [214/1142]  ext/openssl/ossl_x509store.c
 18% [215/1142]  ext/pathname/lib/pathname.rb
 18% [216/1142]  ext/pathname/pathname.c
 19% [217/1142]  ext/psych/lib/psych.rb
 19% [218/1142]  ext/psych/lib/psych/class_loader.rb
 19% [219/1142]  ext/psych/lib/psych/coder.rb
 19% [220/1142]  ext/psych/lib/psych/core_ext.rb
 19% [221/1142]  ext/psych/lib/psych/exception.rb
 19% [222/1142]  ext/psych/lib/psych/handler.rb
 19% [223/1142]  ext/psych/lib/psych/handlers/document_stream.rb
 19% [224/1142]  ext/psych/lib/psych/handlers/recorder.rb
 19% [225/1142]  ext/psych/lib/psych/json/ruby_events.rb
 19% [226/1142]  ext/psych/lib/psych/json/stream.rb
 19% [227/1142]  ext/psych/lib/psych/json/tree_builder.rb
 19% [228/1142]  ext/psych/lib/psych/json/yaml_events.rb
 20% [229/1142]  ext/psych/lib/psych/nodes.rb
 20% [230/1142]  ext/psych/lib/psych/nodes/alias.rb
 20% [231/1142]  ext/psych/lib/psych/nodes/document.rb
 20% [232/1142]  ext/psych/lib/psych/nodes/mapping.rb
 20% [233/1142]  ext/psych/lib/psych/nodes/node.rb
 20% [234/1142]  ext/psych/lib/psych/nodes/scalar.rb
 20% [235/1142]  ext/psych/lib/psych/nodes/sequence.rb
 20% [236/1142]  ext/psych/lib/psych/nodes/stream.rb
 20% [237/1142]  ext/psych/lib/psych/omap.rb
 20% [238/1142]  ext/psych/lib/psych/parser.rb
 20% [239/1142]  ext/psych/lib/psych/scalar_scanner.rb
 21% [240/1142]  ext/psych/lib/psych/set.rb
 21% [241/1142]  ext/psych/lib/psych/stream.rb
 21% [242/1142]  ext/psych/lib/psych/streaming.rb
 21% [243/1142]  ext/psych/lib/psych/syntax_error.rb
 21% [244/1142]  ext/psych/lib/psych/tree_builder.rb
 21% [245/1142]  ext/psych/lib/psych/versions.rb
 21% [246/1142]  ext/psych/lib/psych/visitors.rb
 21% [247/1142]  ext/psych/lib/psych/visitors/depth_first.rb
 21% [248/1142]  ext/psych/lib/psych/visitors/emitter.rb
 21% [249/1142]  ext/psych/lib/psych/visitors/json_tree.rb
 21% [250/1142]  ext/psych/lib/psych/visitors/to_ruby.rb
 21% [251/1142]  ext/psych/lib/psych/visitors/visitor.rb
 22% [252/1142]  ext/psych/lib/psych/visitors/yaml_tree.rb
 22% [253/1142]  ext/psych/lib/psych/y.rb
 22% [254/1142]  ext/psych/psych.c
 22% [255/1142]  ext/psych/psych_emitter.c
 22% [256/1142]  ext/psych/psych_parser.c
 22% [257/1142]  ext/psych/psych_to_ruby.c
 22% [258/1142]  ext/psych/psych_yaml_tree.c
 22% [259/1142]  ext/pty/lib/expect.rb
 22% [260/1142]  ext/pty/pty.c
 22% [261/1142]  ext/racc/cparse/cparse.c
 22% [262/1142]  ext/readline/readline.c
 23% [263/1142]  ext/ripper/lib/ripper.rb
 23% [264/1142]  ext/ripper/lib/ripper/core.rb
 23% [265/1142]  ext/ripper/lib/ripper/filter.rb
 23% [266/1142]  ext/ripper/lib/ripper/lexer.rb
 23% [267/1142]  ext/ripper/lib/ripper/sexp.rb
 23% [268/1142]  ext/sdbm/init.c
 23% [269/1142]  ext/socket/ancdata.c
 23% [270/1142]  ext/socket/basicsocket.c
 23% [271/1142]  ext/socket/constants.c
 23% [272/1142]  ext/socket/constdefs.c
 23% [273/1142]  ext/socket/ifaddr.c
 23% [274/1142]  ext/socket/init.c
 24% [275/1142]  ext/socket/ipsocket.c
 24% [276/1142]  ext/socket/lib/socket.rb
 24% [277/1142]  ext/socket/option.c
 24% [278/1142]  ext/socket/raddrinfo.c
 24% [279/1142]  ext/socket/socket.c
 24% [280/1142]  ext/socket/sockssocket.c
 24% [281/1142]  ext/socket/tcpserver.c
 24% [282/1142]  ext/socket/tcpsocket.c
 24% [283/1142]  ext/socket/udpsocket.c
 24% [284/1142]  ext/socket/unixserver.c
 24% [285/1142]  ext/socket/unixsocket.c
 25% [286/1142]  ext/stringio/stringio.c
 25% [287/1142]  ext/strscan/strscan.c
 25% [288/1142]  ext/syslog/lib/syslog/logger.rb
 25% [289/1142]  ext/syslog/syslog.c
 25% [290/1142]  ext/win32ole/lib/win32ole.rb
 25% [291/1142]  ext/win32ole/lib/win32ole/property.rb
 25% [292/1142]  ext/win32ole/win32ole.c
 25% [293/1142]  ext/win32ole/win32ole_error.c
 25% [294/1142]  ext/win32ole/win32ole_event.c
 25% [295/1142]  ext/win32ole/win32ole_method.c
 25% [296/1142]  ext/win32ole/win32ole_param.c
 26% [297/1142]  ext/win32ole/win32ole_record.c
 26% [298/1142]  ext/win32ole/win32ole_type.c
 26% [299/1142]  ext/win32ole/win32ole_typelib.c
 26% [300/1142]  ext/win32ole/win32ole_variable.c
 26% [301/1142]  ext/win32ole/win32ole_variant.c
 26% [302/1142]  ext/win32ole/win32ole_variant_m.c
 26% [303/1142]  ext/zlib/zlib.c
 26% [304/1142]  file.c
 26% [305/1142]  gc.c
 26% [306/1142]  gc.rb
 26% [307/1142]  golf_prelude.c
 26% [308/1142]  goruby.c
 27% [309/1142]  hash.c
 27% [310/1142]  id.c
 27% [311/1142]  id_table.c
 27% [312/1142]  inits.c
 27% [313/1142]  io.c
 27% [314/1142]  io.rb
 27% [315/1142]  iseq.c
 27% [316/1142]  lex.c
 27% [317/1142]  lib/English.rb
 27% [318/1142]  lib/abbrev.rb
 27% [319/1142]  lib/base64.rb
 28% [320/1142]  lib/benchmark.rb
 28% [321/1142]  lib/bundler.rb
 28% [322/1142]  lib/bundler/build_metadata.rb
 28% [323/1142]  lib/bundler/capistrano.rb
 28% [324/1142]  lib/bundler/cli.rb
 28% [325/1142]  lib/bundler/cli/add.rb
 28% [326/1142]  lib/bundler/cli/binstubs.rb
 28% [327/1142]  lib/bundler/cli/cache.rb
 28% [328/1142]  lib/bundler/cli/check.rb
 28% [329/1142]  lib/bundler/cli/clean.rb
 28% [330/1142]  lib/bundler/cli/common.rb
 28% [331/1142]  lib/bundler/cli/config.rb
 29% [332/1142]  lib/bundler/cli/console.rb
 29% [333/1142]  lib/bundler/cli/doctor.rb
 29% [334/1142]  lib/bundler/cli/exec.rb
 29% [335/1142]  lib/bundler/cli/gem.rb
 29% [336/1142]  lib/bundler/cli/info.rb
 29% [337/1142]  lib/bundler/cli/init.rb
 29% [338/1142]  lib/bundler/cli/inject.rb
 29% [339/1142]  lib/bundler/cli/install.rb
 29% [340/1142]  lib/bundler/cli/issue.rb
 29% [341/1142]  lib/bundler/cli/list.rb
 29% [342/1142]  lib/bundler/cli/lock.rb
 30% [343/1142]  lib/bundler/cli/open.rb
 30% [344/1142]  lib/bundler/cli/outdated.rb
 30% [345/1142]  lib/bundler/cli/package.rb
 30% [346/1142]  lib/bundler/cli/platform.rb
 30% [347/1142]  lib/bundler/cli/plugin.rb
 30% [348/1142]  lib/bundler/cli/pristine.rb
 30% [349/1142]  lib/bundler/cli/remove.rb
 30% [350/1142]  lib/bundler/cli/show.rb
 30% [351/1142]  lib/bundler/cli/update.rb
 30% [352/1142]  lib/bundler/cli/viz.rb
 30% [353/1142]  lib/bundler/compact_index_client.rb
 30% [354/1142]  lib/bundler/compact_index_client/cache.rb
 31% [355/1142]  lib/bundler/compact_index_client/updater.rb
 31% [356/1142]  lib/bundler/constants.rb
 31% [357/1142]  lib/bundler/current_ruby.rb
 31% [358/1142]  lib/bundler/definition.rb
 31% [359/1142]  lib/bundler/dep_proxy.rb
 31% [360/1142]  lib/bundler/dependency.rb
 31% [361/1142]  lib/bundler/deployment.rb
 31% [362/1142]  lib/bundler/deprecate.rb
 31% [363/1142]  lib/bundler/dsl.rb
 31% [364/1142]  lib/bundler/endpoint_specification.rb
 31% [365/1142]  lib/bundler/env.rb
 32% [366/1142]  lib/bundler/environment_preserver.rb
 32% [367/1142]  lib/bundler/errors.rb
 32% [368/1142]  lib/bundler/feature_flag.rb
 32% [369/1142]  lib/bundler/fetcher.rb
 32% [370/1142]  lib/bundler/fetcher/base.rb
 32% [371/1142]  lib/bundler/fetcher/compact_index.rb
 32% [372/1142]  lib/bundler/fetcher/dependency.rb
 32% [373/1142]  lib/bundler/fetcher/downloader.rb
 32% [374/1142]  lib/bundler/fetcher/index.rb
 32% [375/1142]  lib/bundler/friendly_errors.rb
 32% [376/1142]  lib/bundler/gem_helper.rb
 33% [377/1142]  lib/bundler/gem_helpers.rb
 33% [378/1142]  lib/bundler/gem_remote_fetcher.rb
 33% [379/1142]  lib/bundler/gem_tasks.rb
 33% [380/1142]  lib/bundler/gem_version_promoter.rb
 33% [381/1142]  lib/bundler/gemdeps.rb
 33% [382/1142]  lib/bundler/graph.rb
 33% [383/1142]  lib/bundler/index.rb
 33% [384/1142]  lib/bundler/injector.rb
 33% [385/1142]  lib/bundler/inline.rb
 33% [386/1142]  lib/bundler/installer.rb
 33% [387/1142]  lib/bundler/installer/gem_installer.rb
 33% [388/1142]  lib/bundler/installer/parallel_installer.rb
 34% [389/1142]  lib/bundler/installer/standalone.rb
 34% [390/1142]  lib/bundler/lazy_specification.rb
 34% [391/1142]  lib/bundler/lockfile_generator.rb
 34% [392/1142]  lib/bundler/lockfile_parser.rb
 34% [393/1142]  lib/bundler/match_platform.rb
 34% [394/1142]  lib/bundler/mirror.rb
 34% [395/1142]  lib/bundler/plugin.rb
 34% [396/1142]  lib/bundler/plugin/api.rb
 34% [397/1142]  lib/bundler/plugin/api/source.rb
 34% [398/1142]  lib/bundler/plugin/dsl.rb
 34% [399/1142]  lib/bundler/plugin/events.rb
 35% [400/1142]  lib/bundler/plugin/index.rb
 35% [401/1142]  lib/bundler/plugin/installer.rb
 35% [402/1142]  lib/bundler/plugin/installer/git.rb
 35% [403/1142]  lib/bundler/plugin/installer/rubygems.rb
 35% [404/1142]  lib/bundler/plugin/source_list.rb
 35% [405/1142]  lib/bundler/process_lock.rb
 35% [406/1142]  lib/bundler/psyched_yaml.rb
 35% [407/1142]  lib/bundler/remote_specification.rb
 35% [408/1142]  lib/bundler/resolver.rb
 35% [409/1142]  lib/bundler/resolver/spec_group.rb
 35% [410/1142]  lib/bundler/retry.rb
 35% [411/1142]  lib/bundler/ruby_dsl.rb
 36% [412/1142]  lib/bundler/ruby_version.rb
 36% [413/1142]  lib/bundler/rubygems_ext.rb
 36% [414/1142]  lib/bundler/rubygems_gem_installer.rb
 36% [415/1142]  lib/bundler/rubygems_integration.rb
 36% [416/1142]  lib/bundler/runtime.rb
 36% [417/1142]  lib/bundler/settings.rb
 36% [418/1142]  lib/bundler/settings/validator.rb
 36% [419/1142]  lib/bundler/setup.rb
 36% [420/1142]  lib/bundler/shared_helpers.rb
 36% [421/1142]  lib/bundler/similarity_detector.rb
 36% [422/1142]  lib/bundler/source.rb
 37% [423/1142]  lib/bundler/source/gemspec.rb
 37% [424/1142]  lib/bundler/source/git.rb
 37% [425/1142]  lib/bundler/source/git/git_proxy.rb
 37% [426/1142]  lib/bundler/source/metadata.rb
 37% [427/1142]  lib/bundler/source/path.rb
 37% [428/1142]  lib/bundler/source/path/installer.rb
 37% [429/1142]  lib/bundler/source/rubygems.rb
 37% [430/1142]  lib/bundler/source/rubygems/remote.rb
 37% [431/1142]  lib/bundler/source_list.rb
 37% [432/1142]  lib/bundler/spec_set.rb
 37% [433/1142]  lib/bundler/stub_specification.rb
 38% [434/1142]  lib/bundler/ui.rb
 38% [435/1142]  lib/bundler/ui/rg_proxy.rb
 38% [436/1142]  lib/bundler/ui/shell.rb
 38% [437/1142]  lib/bundler/ui/silent.rb
 38% [438/1142]  lib/bundler/uri_credentials_filter.rb
 38% [439/1142]  lib/bundler/vendor/connection_pool/lib/connection_pool.rb
 38% [440/1142]  lib/bundler/vendor/connection_pool/lib/connection_pool/monotonic_time.rb
 38% [441/1142]  lib/bundler/vendor/connection_pool/lib/connection_pool/timed_stack.rb
 38% [442/1142]  lib/bundler/vendor/connection_pool/lib/connection_pool/version.rb
 38% [443/1142]  lib/bundler/vendor/fileutils/lib/fileutils.rb
 38% [444/1142]  lib/bundler/vendor/fileutils/lib/fileutils/version.rb
 38% [445/1142]  lib/bundler/vendor/molinillo/lib/molinillo.rb
 39% [446/1142]  lib/bundler/vendor/molinillo/lib/molinillo/compatibility.rb
 39% [447/1142]  lib/bundler/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb
 39% [448/1142]  lib/bundler/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb
 39% [449/1142]  lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb
 39% [450/1142]  lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/action.rb
 39% [451/1142]  lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb
 39% [452/1142]  lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb
 39% [453/1142]  lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb
 39% [454/1142]  lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb
 39% [455/1142]  lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/log.rb
 39% [456/1142]  lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb
 40% [457/1142]  lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb
 40% [458/1142]  lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb
 40% [459/1142]  lib/bundler/vendor/molinillo/lib/molinillo/errors.rb
 40% [460/1142]  lib/bundler/vendor/molinillo/lib/molinillo/gem_metadata.rb
 40% [461/1142]  lib/bundler/vendor/molinillo/lib/molinillo/modules/specification_provider.rb
 40% [462/1142]  lib/bundler/vendor/molinillo/lib/molinillo/modules/ui.rb
 40% [463/1142]  lib/bundler/vendor/molinillo/lib/molinillo/resolution.rb
 40% [464/1142]  lib/bundler/vendor/molinillo/lib/molinillo/resolver.rb
 40% [465/1142]  lib/bundler/vendor/molinillo/lib/molinillo/state.rb
 40% [466/1142]  lib/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb
 40% [467/1142]  lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/connection.rb
 40% [468/1142]  lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/pool.rb
 41% [469/1142]  lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/timed_stack_multi.rb
 41% [470/1142]  lib/bundler/vendor/thor/lib/thor.rb
 41% [471/1142]  lib/bundler/vendor/thor/lib/thor/actions.rb
 41% [472/1142]  lib/bundler/vendor/thor/lib/thor/actions/create_file.rb
 41% [473/1142]  lib/bundler/vendor/thor/lib/thor/actions/create_link.rb
 41% [474/1142]  lib/bundler/vendor/thor/lib/thor/actions/directory.rb
 41% [475/1142]  lib/bundler/vendor/thor/lib/thor/actions/empty_directory.rb
 41% [476/1142]  lib/bundler/vendor/thor/lib/thor/actions/file_manipulation.rb
 41% [477/1142]  lib/bundler/vendor/thor/lib/thor/actions/inject_into_file.rb
 41% [478/1142]  lib/bundler/vendor/thor/lib/thor/base.rb
 41% [479/1142]  lib/bundler/vendor/thor/lib/thor/command.rb
 42% [480/1142]  lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb
 42% [481/1142]  lib/bundler/vendor/thor/lib/thor/core_ext/io_binary_read.rb
 42% [482/1142]  lib/bundler/vendor/thor/lib/thor/core_ext/ordered_hash.rb
 42% [483/1142]  lib/bundler/vendor/thor/lib/thor/error.rb
 42% [484/1142]  lib/bundler/vendor/thor/lib/thor/group.rb
 42% [485/1142]  lib/bundler/vendor/thor/lib/thor/invocation.rb
 42% [486/1142]  lib/bundler/vendor/thor/lib/thor/line_editor.rb
 42% [487/1142]  lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb
 42% [488/1142]  lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb
 42% [489/1142]  lib/bundler/vendor/thor/lib/thor/nested_context.rb
 42% [490/1142]  lib/bundler/vendor/thor/lib/thor/parser.rb
 42% [491/1142]  lib/bundler/vendor/thor/lib/thor/parser/argument.rb
 43% [492/1142]  lib/bundler/vendor/thor/lib/thor/parser/arguments.rb
 43% [493/1142]  lib/bundler/vendor/thor/lib/thor/parser/option.rb
 43% [494/1142]  lib/bundler/vendor/thor/lib/thor/parser/options.rb
 43% [495/1142]  lib/bundler/vendor/thor/lib/thor/rake_compat.rb
 43% [496/1142]  lib/bundler/vendor/thor/lib/thor/runner.rb
 43% [497/1142]  lib/bundler/vendor/thor/lib/thor/shell.rb
 43% [498/1142]  lib/bundler/vendor/thor/lib/thor/shell/basic.rb
 43% [499/1142]  lib/bundler/vendor/thor/lib/thor/shell/color.rb
 43% [500/1142]  lib/bundler/vendor/thor/lib/thor/shell/html.rb
 43% [501/1142]  lib/bundler/vendor/thor/lib/thor/util.rb
 43% [502/1142]  lib/bundler/vendor/thor/lib/thor/version.rb
 44% [503/1142]  lib/bundler/vendor/uri/lib/uri.rb
 44% [504/1142]  lib/bundler/vendor/uri/lib/uri/common.rb
 44% [505/1142]  lib/bundler/vendor/uri/lib/uri/file.rb
 44% [506/1142]  lib/bundler/vendor/uri/lib/uri/ftp.rb
 44% [507/1142]  lib/bundler/vendor/uri/lib/uri/generic.rb
 44% [508/1142]  lib/bundler/vendor/uri/lib/uri/http.rb
 44% [509/1142]  lib/bundler/vendor/uri/lib/uri/https.rb
 44% [510/1142]  lib/bundler/vendor/uri/lib/uri/ldap.rb
 44% [511/1142]  lib/bundler/vendor/uri/lib/uri/ldaps.rb
 44% [512/1142]  lib/bundler/vendor/uri/lib/uri/mailto.rb
 44% [513/1142]  lib/bundler/vendor/uri/lib/uri/rfc2396_parser.rb
 45% [514/1142]  lib/bundler/vendor/uri/lib/uri/rfc3986_parser.rb
 45% [515/1142]  lib/bundler/vendor/uri/lib/uri/version.rb
 45% [516/1142]  lib/bundler/vendored_fileutils.rb
 45% [517/1142]  lib/bundler/vendored_molinillo.rb
 45% [518/1142]  lib/bundler/vendored_persistent.rb
 45% [519/1142]  lib/bundler/vendored_thor.rb
 45% [520/1142]  lib/bundler/vendored_uri.rb
 45% [521/1142]  lib/bundler/version.rb
 45% [522/1142]  lib/bundler/version_ranges.rb
 45% [523/1142]  lib/bundler/vlad.rb
 45% [524/1142]  lib/bundler/worker.rb
 45% [525/1142]  lib/bundler/yaml_serializer.rb
 46% [526/1142]  lib/cgi.rb
 46% [527/1142]  lib/cgi/cookie.rb
 46% [528/1142]  lib/cgi/core.rb
 46% [529/1142]  lib/cgi/html.rb
 46% [530/1142]  lib/cgi/session.rb
 46% [531/1142]  lib/cgi/session/pstore.rb
 46% [532/1142]  lib/cgi/util.rb
 46% [533/1142]  lib/cgi/version.rb
 46% [534/1142]  lib/csv.rb
 46% [535/1142]  lib/csv/core_ext/array.rb
 46% [536/1142]  lib/csv/core_ext/string.rb
 47% [537/1142]  lib/csv/delete_suffix.rb
 47% [538/1142]  lib/csv/fields_converter.rb
 47% [539/1142]  lib/csv/match_p.rb
 47% [540/1142]  lib/csv/parser.rb
 47% [541/1142]  lib/csv/row.rb
 47% [542/1142]  lib/csv/table.rb
 47% [543/1142]  lib/csv/version.rb
 47% [544/1142]  lib/csv/writer.rb
 47% [545/1142]  lib/debug.rb
 47% [546/1142]  lib/delegate.rb
 47% [547/1142]  lib/did_you_mean.rb
 47% [548/1142]  lib/drb.rb
 48% [549/1142]  lib/drb/acl.rb
 48% [550/1142]  lib/drb/drb.rb
 48% [551/1142]  lib/drb/eq.rb
 48% [552/1142]  lib/drb/extserv.rb
 48% [553/1142]  lib/drb/extservm.rb
 48% [554/1142]  lib/drb/gw.rb
 48% [555/1142]  lib/drb/invokemethod.rb
 48% [556/1142]  lib/drb/observer.rb
 48% [557/1142]  lib/drb/ssl.rb
 48% [558/1142]  lib/drb/timeridconv.rb
 48% [559/1142]  lib/drb/unix.rb
 49% [560/1142]  lib/drb/weakidconv.rb
 49% [561/1142]  lib/erb.rb
 49% [562/1142]  lib/fileutils.rb
 49% [563/1142]  lib/find.rb
 49% [564/1142]  lib/forwardable.rb
 49% [565/1142]  lib/forwardable/impl.rb
 49% [566/1142]  lib/forwardable/version.rb
 49% [567/1142]  lib/getoptlong.rb
 49% [568/1142]  lib/ipaddr.rb
 49% [569/1142]  lib/irb.rb
 49% [570/1142]  lib/irb/cmd/chws.rb
 50% [571/1142]  lib/irb/cmd/fork.rb
 50% [572/1142]  lib/irb/cmd/help.rb
 50% [573/1142]  lib/irb/cmd/info.rb
 50% [574/1142]  lib/irb/cmd/load.rb
 50% [575/1142]  lib/irb/cmd/nop.rb
 50% [576/1142]  lib/irb/cmd/pushws.rb
 50% [577/1142]  lib/irb/cmd/subirb.rb
 50% [578/1142]  lib/irb/color.rb
 50% [579/1142]  lib/irb/completion.rb
 50% [580/1142]  lib/irb/context.rb
 50% [581/1142]  lib/irb/easter-egg.rb
 50% [582/1142]  lib/irb/ext/change-ws.rb
 51% [583/1142]  lib/irb/ext/history.rb
 51% [584/1142]  lib/irb/ext/loader.rb
 51% [585/1142]  lib/irb/ext/multi-irb.rb
 51% [586/1142]  lib/irb/ext/save-history.rb
 51% [587/1142]  lib/irb/ext/tracer.rb
 51% [588/1142]  lib/irb/ext/use-loader.rb
 51% [589/1142]  lib/irb/ext/workspaces.rb
 51% [590/1142]  lib/irb/extend-command.rb
 51% [591/1142]  lib/irb/frame.rb
 51% [592/1142]  lib/irb/help.rb
 51% [593/1142]  lib/irb/init.rb
 52% [594/1142]  lib/irb/input-method.rb
 52% [595/1142]  lib/irb/inspector.rb
 52% [596/1142]  lib/irb/lc/error.rb
 52% [597/1142]  lib/irb/lc/ja/encoding_aliases.rb
 52% [598/1142]  lib/irb/lc/ja/error.rb
 52% [599/1142]  lib/irb/locale.rb
 52% [600/1142]  lib/irb/magic-file.rb
 52% [601/1142]  lib/irb/notifier.rb
 52% [602/1142]  lib/irb/output-method.rb
 52% [603/1142]  lib/irb/ruby-lex.rb
 52% [604/1142]  lib/irb/src_encoding.rb
 52% [605/1142]  lib/irb/version.rb
 53% [606/1142]  lib/irb/workspace.rb
 53% [607/1142]  lib/irb/ws-for-case-2.rb
 53% [608/1142]  lib/irb/xmp.rb
 53% [609/1142]  lib/logger.rb
 53% [610/1142]  lib/matrix.rb
 53% [611/1142]  lib/matrix/eigenvalue_decomposition.rb
 53% [612/1142]  lib/matrix/lup_decomposition.rb
 53% [613/1142]  lib/matrix/version.rb
 53% [614/1142]  lib/mkmf.rb
 53% [615/1142]  lib/mutex_m.rb
 53% [616/1142]  lib/net/ftp.rb
 54% [617/1142]  lib/net/http.rb
 54% [618/1142]  lib/net/http/backward.rb
 54% [619/1142]  lib/net/http/exceptions.rb
 54% [620/1142]  lib/net/http/generic_request.rb
 54% [621/1142]  lib/net/http/header.rb
 54% [622/1142]  lib/net/http/proxy_delta.rb
 54% [623/1142]  lib/net/http/request.rb
 54% [624/1142]  lib/net/http/requests.rb
 54% [625/1142]  lib/net/http/response.rb
 54% [626/1142]  lib/net/http/responses.rb
 54% [627/1142]  lib/net/http/status.rb
 54% [628/1142]  lib/net/https.rb
 55% [629/1142]  lib/net/imap.rb
 55% [630/1142]  lib/net/pop.rb
 55% [631/1142]  lib/net/pop/version.rb
 55% [632/1142]  lib/net/protocol.rb
 55% [633/1142]  lib/net/smtp.rb
 55% [634/1142]  lib/net/smtp/version.rb
 55% [635/1142]  lib/observer.rb
 55% [636/1142]  lib/open-uri.rb
 55% [637/1142]  lib/open3.rb
 55% [638/1142]  lib/optionparser.rb
 55% [639/1142]  lib/optparse.rb
 56% [640/1142]  lib/optparse/ac.rb
 56% [641/1142]  lib/optparse/date.rb
 56% [642/1142]  lib/optparse/kwargs.rb
 56% [643/1142]  lib/optparse/shellwords.rb
 56% [644/1142]  lib/optparse/time.rb
 56% [645/1142]  lib/optparse/uri.rb
 56% [646/1142]  lib/optparse/version.rb
 56% [647/1142]  lib/ostruct.rb
 56% [648/1142]  lib/pp.rb
 56% [649/1142]  lib/prettyprint.rb
 56% [650/1142]  lib/prime.rb
 57% [651/1142]  lib/pstore.rb
 57% [652/1142]  lib/racc.rb
 57% [653/1142]  lib/racc/compat.rb
 57% [654/1142]  lib/racc/debugflags.rb
 57% [655/1142]  lib/racc/exception.rb
 57% [656/1142]  lib/racc/grammar.rb
 57% [657/1142]  lib/racc/grammarfileparser.rb
 57% [658/1142]  lib/racc/info.rb
 57% [659/1142]  lib/racc/iset.rb
 57% [660/1142]  lib/racc/logfilegenerator.rb
 57% [661/1142]  lib/racc/parser-text.rb
 57% [662/1142]  lib/racc/parser.rb
 58% [663/1142]  lib/racc/parserfilegenerator.rb
 58% [664/1142]  lib/racc/pre-setup
 58% [665/1142]  lib/racc/rdoc/grammar.en.rdoc
 58% [666/1142]  lib/racc/sourcetext.rb
 58% [667/1142]  lib/racc/state.rb
 58% [668/1142]  lib/racc/statetransitiontable.rb
 58% [669/1142]  lib/racc/static.rb
 58% [670/1142]  lib/rdoc.rb
 58% [671/1142]  lib/rdoc/alias.rb
 58% [672/1142]  lib/rdoc/anon_class.rb
 58% [673/1142]  lib/rdoc/any_method.rb
 59% [674/1142]  lib/rdoc/attr.rb
 59% [675/1142]  lib/rdoc/class_module.rb
 59% [676/1142]  lib/rdoc/code_object.rb
 59% [677/1142]  lib/rdoc/code_objects.rb
 59% [678/1142]  lib/rdoc/comment.rb
 59% [679/1142]  lib/rdoc/constant.rb
 59% [680/1142]  lib/rdoc/context.rb
 59% [681/1142]  lib/rdoc/cross_reference.rb
 59% [682/1142]  lib/rdoc/encoding.rb
 59% [683/1142]  lib/rdoc/erb_partial.rb
 59% [684/1142]  lib/rdoc/erbio.rb
 59% [685/1142]  lib/rdoc/extend.rb
 60% [686/1142]  lib/rdoc/generator.rb
 60% [687/1142]  lib/rdoc/ghost_method.rb
 60% [688/1142]  lib/rdoc/i18n.rb
 60% [689/1142]  lib/rdoc/include.rb
 60% [690/1142]  lib/rdoc/known_classes.rb
 60% [691/1142]  lib/rdoc/markdown.rb
 60% [692/1142]  lib/rdoc/markup.rb
 60% [693/1142]  lib/rdoc/meta_method.rb
 60% [694/1142]  lib/rdoc/method_attr.rb
 60% [695/1142]  lib/rdoc/mixin.rb
 60% [696/1142]  lib/rdoc/normal_class.rb
 61% [697/1142]  lib/rdoc/normal_module.rb
 61% [698/1142]  lib/rdoc/options.rb
 61% [699/1142]  lib/rdoc/parser.rb
 61% [700/1142]  lib/rdoc/parser/c.rb
 61% [701/1142]  lib/rdoc/parser/changelog.rb
 61% [702/1142]  lib/rdoc/parser/markdown.rb
 61% [703/1142]  lib/rdoc/parser/rd.rb
 61% [704/1142]  lib/rdoc/parser/ripper_state_lex.rb
 61% [705/1142]  lib/rdoc/parser/ruby.rb
 61% [706/1142]  lib/rdoc/parser/ruby_tools.rb
 61% [707/1142]  lib/rdoc/parser/simple.rb
 61% [708/1142]  lib/rdoc/parser/text.rb
 62% [709/1142]  lib/rdoc/rd.rb
 62% [710/1142]  lib/rdoc/rdoc.rb
 62% [711/1142]  lib/rdoc/require.rb
 62% [712/1142]  lib/rdoc/ri.rb
 62% [713/1142]  lib/rdoc/rubygems_hook.rb
 62% [714/1142]  lib/rdoc/servlet.rb
 62% [715/1142]  lib/rdoc/single_class.rb
 62% [716/1142]  lib/rdoc/stats.rb
 62% [717/1142]  lib/rdoc/store.rb
 62% [718/1142]  lib/rdoc/task.rb
 62% [719/1142]  lib/rdoc/text.rb
 63% [720/1142]  lib/rdoc/token_stream.rb
 63% [721/1142]  lib/rdoc/tom_doc.rb
 63% [722/1142]  lib/rdoc/top_level.rb
 63% [723/1142]  lib/rdoc/version.rb
 63% [724/1142]  lib/readline.rb
 63% [725/1142]  lib/reline.rb
 63% [726/1142]  lib/resolv-replace.rb
 63% [727/1142]  lib/resolv.rb
 63% [728/1142]  lib/rexml/attlistdecl.rb
 63% [729/1142]  lib/rexml/attribute.rb
 63% [730/1142]  lib/rexml/cdata.rb
 64% [731/1142]  lib/rexml/child.rb
 64% [732/1142]  lib/rexml/comment.rb
 64% [733/1142]  lib/rexml/doctype.rb
 64% [734/1142]  lib/rexml/document.rb
 64% [735/1142]  lib/rexml/dtd/attlistdecl.rb
 64% [736/1142]  lib/rexml/dtd/dtd.rb
 64% [737/1142]  lib/rexml/dtd/elementdecl.rb
 64% [738/1142]  lib/rexml/dtd/entitydecl.rb
 64% [739/1142]  lib/rexml/dtd/notationdecl.rb
 64% [740/1142]  lib/rexml/element.rb
 64% [741/1142]  lib/rexml/encoding.rb
 64% [742/1142]  lib/rexml/entity.rb
 65% [743/1142]  lib/rexml/formatters/default.rb
 65% [744/1142]  lib/rexml/formatters/pretty.rb
 65% [745/1142]  lib/rexml/formatters/transitive.rb
 65% [746/1142]  lib/rexml/functions.rb
 65% [747/1142]  lib/rexml/instruction.rb
 65% [748/1142]  lib/rexml/light/node.rb
 65% [749/1142]  lib/rexml/namespace.rb
 65% [750/1142]  lib/rexml/node.rb
 65% [751/1142]  lib/rexml/output.rb
 65% [752/1142]  lib/rexml/parent.rb
 65% [753/1142]  lib/rexml/parseexception.rb
 66% [754/1142]  lib/rexml/parsers/baseparser.rb
 66% [755/1142]  lib/rexml/parsers/lightparser.rb
 66% [756/1142]  lib/rexml/parsers/pullparser.rb
 66% [757/1142]  lib/rexml/parsers/sax2parser.rb
 66% [758/1142]  lib/rexml/parsers/streamparser.rb
 66% [759/1142]  lib/rexml/parsers/treeparser.rb
 66% [760/1142]  lib/rexml/parsers/ultralightparser.rb
 66% [761/1142]  lib/rexml/parsers/xpathparser.rb
 66% [762/1142]  lib/rexml/quickpath.rb
 66% [763/1142]  lib/rexml/rexml.rb
 66% [764/1142]  lib/rexml/sax2listener.rb
 66% [765/1142]  lib/rexml/security.rb
 67% [766/1142]  lib/rexml/source.rb
 67% [767/1142]  lib/rexml/streamlistener.rb
 67% [768/1142]  lib/rexml/text.rb
 67% [769/1142]  lib/rexml/undefinednamespaceexception.rb
 67% [770/1142]  lib/rexml/validation/relaxng.rb
 67% [771/1142]  lib/rexml/validation/validation.rb
 67% [772/1142]  lib/rexml/validation/validationexception.rb
 67% [773/1142]  lib/rexml/xmldecl.rb
 67% [774/1142]  lib/rexml/xmltokens.rb
 67% [775/1142]  lib/rexml/xpath.rb
 67% [776/1142]  lib/rexml/xpath_parser.rb
 68% [777/1142]  lib/rinda/rinda.rb
 68% [778/1142]  lib/rinda/ring.rb
 68% [779/1142]  lib/rinda/tuplespace.rb
 68% [780/1142]  lib/rss.rb
 68% [781/1142]  lib/rss/0.9.rb
 68% [782/1142]  lib/rss/1.0.rb
 68% [783/1142]  lib/rss/2.0.rb
 68% [784/1142]  lib/rss/atom.rb
 68% [785/1142]  lib/rss/content.rb
 68% [786/1142]  lib/rss/content/1.0.rb
 68% [787/1142]  lib/rss/content/2.0.rb
 69% [788/1142]  lib/rss/converter.rb
 69% [789/1142]  lib/rss/dublincore.rb
 69% [790/1142]  lib/rss/dublincore/1.0.rb
 69% [791/1142]  lib/rss/dublincore/2.0.rb
 69% [792/1142]  lib/rss/dublincore/atom.rb
 69% [793/1142]  lib/rss/image.rb
 69% [794/1142]  lib/rss/itunes.rb
 69% [795/1142]  lib/rss/maker.rb
 69% [796/1142]  lib/rss/maker/0.9.rb
 69% [797/1142]  lib/rss/maker/1.0.rb
 69% [798/1142]  lib/rss/maker/2.0.rb
 69% [799/1142]  lib/rss/maker/atom.rb
 70% [800/1142]  lib/rss/maker/base.rb
 70% [801/1142]  lib/rss/maker/content.rb
 70% [802/1142]  lib/rss/maker/dublincore.rb
 70% [803/1142]  lib/rss/maker/entry.rb
 70% [804/1142]  lib/rss/maker/feed.rb
 70% [805/1142]  lib/rss/maker/image.rb
 70% [806/1142]  lib/rss/maker/itunes.rb
 70% [807/1142]  lib/rss/maker/slash.rb
 70% [808/1142]  lib/rss/maker/syndication.rb
 70% [809/1142]  lib/rss/maker/taxonomy.rb
 70% [810/1142]  lib/rss/maker/trackback.rb
 71% [811/1142]  lib/rss/parser.rb
 71% [812/1142]  lib/rss/rexmlparser.rb
 71% [813/1142]  lib/rss/rss.rb
 71% [814/1142]  lib/rss/slash.rb
 71% [815/1142]  lib/rss/syndication.rb
 71% [816/1142]  lib/rss/taxonomy.rb
 71% [817/1142]  lib/rss/trackback.rb
 71% [818/1142]  lib/rss/utils.rb
 71% [819/1142]  lib/rss/version.rb
 71% [820/1142]  lib/rss/xml-stylesheet.rb
 71% [821/1142]  lib/rss/xml.rb
 71% [822/1142]  lib/rss/xmlparser.rb
 72% [823/1142]  lib/rss/xmlscanner.rb
 72% [824/1142]  lib/rubygems.rb
 72% [825/1142]  lib/rubygems/available_set.rb
 72% [826/1142]  lib/rubygems/basic_specification.rb
 72% [827/1142]  lib/rubygems/bundler_version_finder.rb
 72% [828/1142]  lib/rubygems/command.rb
 72% [829/1142]  lib/rubygems/command_manager.rb
 72% [830/1142]  lib/rubygems/commands/build_command.rb
 72% [831/1142]  lib/rubygems/commands/cert_command.rb
 72% [832/1142]  lib/rubygems/commands/check_command.rb
 72% [833/1142]  lib/rubygems/commands/cleanup_command.rb
 73% [834/1142]  lib/rubygems/commands/contents_command.rb
 73% [835/1142]  lib/rubygems/commands/dependency_command.rb
 73% [836/1142]  lib/rubygems/commands/environment_command.rb
 73% [837/1142]  lib/rubygems/commands/fetch_command.rb
 73% [838/1142]  lib/rubygems/commands/generate_index_command.rb
 73% [839/1142]  lib/rubygems/commands/help_command.rb
 73% [840/1142]  lib/rubygems/commands/info_command.rb
 73% [841/1142]  lib/rubygems/commands/install_command.rb
 73% [842/1142]  lib/rubygems/commands/list_command.rb
 73% [843/1142]  lib/rubygems/commands/lock_command.rb
 73% [844/1142]  lib/rubygems/commands/mirror_command.rb
 73% [845/1142]  lib/rubygems/commands/open_command.rb
 74% [846/1142]  lib/rubygems/commands/outdated_command.rb
 74% [847/1142]  lib/rubygems/commands/owner_command.rb
 74% [848/1142]  lib/rubygems/commands/pristine_command.rb
 74% [849/1142]  lib/rubygems/commands/push_command.rb
 74% [850/1142]  lib/rubygems/commands/query_command.rb
 74% [851/1142]  lib/rubygems/commands/rdoc_command.rb
 74% [852/1142]  lib/rubygems/commands/search_command.rb
 74% [853/1142]  lib/rubygems/commands/server_command.rb
 74% [854/1142]  lib/rubygems/commands/setup_command.rb
 74% [855/1142]  lib/rubygems/commands/signin_command.rb
 74% [856/1142]  lib/rubygems/commands/signout_command.rb
 75% [857/1142]  lib/rubygems/commands/sources_command.rb
 75% [858/1142]  lib/rubygems/commands/specification_command.rb
 75% [859/1142]  lib/rubygems/commands/stale_command.rb
 75% [860/1142]  lib/rubygems/commands/uninstall_command.rb
 75% [861/1142]  lib/rubygems/commands/unpack_command.rb
 75% [862/1142]  lib/rubygems/commands/update_command.rb
 75% [863/1142]  lib/rubygems/commands/which_command.rb
 75% [864/1142]  lib/rubygems/commands/yank_command.rb
 75% [865/1142]  lib/rubygems/compatibility.rb
 75% [866/1142]  lib/rubygems/config_file.rb
 75% [867/1142]  lib/rubygems/core_ext/kernel_gem.rb
 76% [868/1142]  lib/rubygems/core_ext/kernel_require.rb
 76% [869/1142]  lib/rubygems/core_ext/kernel_warn.rb
 76% [870/1142]  lib/rubygems/defaults.rb
 76% [871/1142]  lib/rubygems/dependency.rb
 76% [872/1142]  lib/rubygems/dependency_installer.rb
 76% [873/1142]  lib/rubygems/dependency_list.rb
 76% [874/1142]  lib/rubygems/deprecate.rb
 76% [875/1142]  lib/rubygems/doctor.rb
 76% [876/1142]  lib/rubygems/errors.rb
 76% [877/1142]  lib/rubygems/exceptions.rb
 76% [878/1142]  lib/rubygems/ext.rb
 76% [879/1142]  lib/rubygems/ext/build_error.rb
 77% [880/1142]  lib/rubygems/ext/builder.rb
 77% [881/1142]  lib/rubygems/ext/cmake_builder.rb
 77% [882/1142]  lib/rubygems/ext/configure_builder.rb
 77% [883/1142]  lib/rubygems/ext/ext_conf_builder.rb
 77% [884/1142]  lib/rubygems/ext/rake_builder.rb
 77% [885/1142]  lib/rubygems/gem_runner.rb
 77% [886/1142]  lib/rubygems/gemcutter_utilities.rb
 77% [887/1142]  lib/rubygems/indexer.rb
 77% [888/1142]  lib/rubygems/install_default_message.rb
 77% [889/1142]  lib/rubygems/install_message.rb
 77% [890/1142]  lib/rubygems/install_update_options.rb
 78% [891/1142]  lib/rubygems/installer.rb
 78% [892/1142]  lib/rubygems/installer_test_case.rb
 78% [893/1142]  lib/rubygems/local_remote_options.rb
 78% [894/1142]  lib/rubygems/mock_gem_ui.rb
 78% [895/1142]  lib/rubygems/name_tuple.rb
 78% [896/1142]  lib/rubygems/package.rb
 78% [897/1142]  lib/rubygems/package/digest_io.rb
 78% [898/1142]  lib/rubygems/package/file_source.rb
 78% [899/1142]  lib/rubygems/package/io_source.rb
 78% [900/1142]  lib/rubygems/package/old.rb
 78% [901/1142]  lib/rubygems/package/source.rb
 78% [902/1142]  lib/rubygems/package/tar_header.rb
 79% [903/1142]  lib/rubygems/package/tar_reader.rb
 79% [904/1142]  lib/rubygems/package/tar_reader/entry.rb
 79% [905/1142]  lib/rubygems/package/tar_test_case.rb
 79% [906/1142]  lib/rubygems/package/tar_writer.rb
 79% [907/1142]  lib/rubygems/package_task.rb
 79% [908/1142]  lib/rubygems/path_support.rb
 79% [909/1142]  lib/rubygems/platform.rb
 79% [910/1142]  lib/rubygems/psych_additions.rb
 79% [911/1142]  lib/rubygems/psych_tree.rb
 79% [912/1142]  lib/rubygems/rdoc.rb
 79% [913/1142]  lib/rubygems/remote_fetcher.rb
 80% [914/1142]  lib/rubygems/request.rb
 80% [915/1142]  lib/rubygems/request/connection_pools.rb
 80% [916/1142]  lib/rubygems/request/http_pool.rb
 80% [917/1142]  lib/rubygems/request/https_pool.rb
 80% [918/1142]  lib/rubygems/request_set.rb
 80% [919/1142]  lib/rubygems/request_set/gem_dependency_api.rb
 80% [920/1142]  lib/rubygems/request_set/lockfile.rb
 80% [921/1142]  lib/rubygems/request_set/lockfile/parser.rb
 80% [922/1142]  lib/rubygems/request_set/lockfile/tokenizer.rb
 80% [923/1142]  lib/rubygems/requirement.rb
 80% [924/1142]  lib/rubygems/resolver.rb
 80% [925/1142]  lib/rubygems/resolver/activation_request.rb
 81% [926/1142]  lib/rubygems/resolver/api_set.rb
 81% [927/1142]  lib/rubygems/resolver/api_specification.rb
 81% [928/1142]  lib/rubygems/resolver/best_set.rb
 81% [929/1142]  lib/rubygems/resolver/composed_set.rb
 81% [930/1142]  lib/rubygems/resolver/conflict.rb
 81% [931/1142]  lib/rubygems/resolver/current_set.rb
 81% [932/1142]  lib/rubygems/resolver/dependency_request.rb
 81% [933/1142]  lib/rubygems/resolver/git_set.rb
 81% [934/1142]  lib/rubygems/resolver/git_specification.rb
 81% [935/1142]  lib/rubygems/resolver/index_set.rb
 81% [936/1142]  lib/rubygems/resolver/index_specification.rb
 82% [937/1142]  lib/rubygems/resolver/installed_specification.rb
 82% [938/1142]  lib/rubygems/resolver/installer_set.rb
 82% [939/1142]  lib/rubygems/resolver/local_specification.rb
 82% [940/1142]  lib/rubygems/resolver/lock_set.rb
 82% [941/1142]  lib/rubygems/resolver/lock_specification.rb
 82% [942/1142]  lib/rubygems/resolver/molinillo.rb
 82% [943/1142]  lib/rubygems/resolver/molinillo/lib/molinillo.rb
 82% [944/1142]  lib/rubygems/resolver/molinillo/lib/molinillo/delegates/resolution_state.rb
 82% [945/1142]  lib/rubygems/resolver/molinillo/lib/molinillo/delegates/specification_provider.rb
 82% [946/1142]  lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph.rb
 82% [947/1142]  lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/action.rb
 83% [948/1142]  lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb
 83% [949/1142]  lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_vertex.rb
 83% [950/1142]  lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/delete_edge.rb
 83% [951/1142]  lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb
 83% [952/1142]  lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/log.rb
 83% [953/1142]  lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/set_payload.rb
 83% [954/1142]  lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/tag.rb
 83% [955/1142]  lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/vertex.rb
 83% [956/1142]  lib/rubygems/resolver/molinillo/lib/molinillo/errors.rb
 83% [957/1142]  lib/rubygems/resolver/molinillo/lib/molinillo/gem_metadata.rb
 83% [958/1142]  lib/rubygems/resolver/molinillo/lib/molinillo/modules/specification_provider.rb
 83% [959/1142]  lib/rubygems/resolver/molinillo/lib/molinillo/modules/ui.rb
 84% [960/1142]  lib/rubygems/resolver/molinillo/lib/molinillo/resolution.rb
 84% [961/1142]  lib/rubygems/resolver/molinillo/lib/molinillo/resolver.rb
 84% [962/1142]  lib/rubygems/resolver/molinillo/lib/molinillo/state.rb
 84% [963/1142]  lib/rubygems/resolver/requirement_list.rb
 84% [964/1142]  lib/rubygems/resolver/set.rb
 84% [965/1142]  lib/rubygems/resolver/source_set.rb
 84% [966/1142]  lib/rubygems/resolver/spec_specification.rb
 84% [967/1142]  lib/rubygems/resolver/specification.rb
 84% [968/1142]  lib/rubygems/resolver/stats.rb
 84% [969/1142]  lib/rubygems/resolver/vendor_set.rb
 84% [970/1142]  lib/rubygems/resolver/vendor_specification.rb
 85% [971/1142]  lib/rubygems/s3_uri_signer.rb
 85% [972/1142]  lib/rubygems/safe_yaml.rb
 85% [973/1142]  lib/rubygems/security.rb
 85% [974/1142]  lib/rubygems/security/policies.rb
 85% [975/1142]  lib/rubygems/security/policy.rb
 85% [976/1142]  lib/rubygems/security/signer.rb
 85% [977/1142]  lib/rubygems/security/trust_dir.rb
 85% [978/1142]  lib/rubygems/security_option.rb
 85% [979/1142]  lib/rubygems/server.rb
 85% [980/1142]  lib/rubygems/source.rb
 85% [981/1142]  lib/rubygems/source/git.rb
 85% [982/1142]  lib/rubygems/source/installed.rb
 86% [983/1142]  lib/rubygems/source/local.rb
 86% [984/1142]  lib/rubygems/source/lock.rb
 86% [985/1142]  lib/rubygems/source/specific_file.rb
 86% [986/1142]  lib/rubygems/source/vendor.rb
 86% [987/1142]  lib/rubygems/source_list.rb
 86% [988/1142]  lib/rubygems/source_local.rb
 86% [989/1142]  lib/rubygems/source_specific_file.rb
 86% [990/1142]  lib/rubygems/spec_fetcher.rb
 86% [991/1142]  lib/rubygems/specification.rb
 86% [992/1142]  lib/rubygems/specification_policy.rb
 86% [993/1142]  lib/rubygems/stub_specification.rb
 87% [994/1142]  lib/rubygems/syck_hack.rb
 87% [995/1142]  lib/rubygems/test_case.rb
 87% [996/1142]  lib/rubygems/test_utilities.rb
 87% [997/1142]  lib/rubygems/text.rb
 87% [998/1142]  lib/rubygems/uninstaller.rb
 87% [999/1142]  lib/rubygems/uri_formatter.rb
 87% [1000/1142]  lib/rubygems/uri_parser.rb
 87% [1001/1142]  lib/rubygems/uri_parsing.rb
 87% [1002/1142]  lib/rubygems/user_interaction.rb
 87% [1003/1142]  lib/rubygems/util.rb
 87% [1004/1142]  lib/rubygems/util/licenses.rb
 88% [1005/1142]  lib/rubygems/util/list.rb
 88% [1006/1142]  lib/rubygems/validator.rb
 88% [1007/1142]  lib/rubygems/version.rb
 88% [1008/1142]  lib/rubygems/version_option.rb
 88% [1009/1142]  lib/securerandom.rb
 88% [1010/1142]  lib/set.rb
 88% [1011/1142]  lib/shellwords.rb
 88% [1012/1142]  lib/singleton.rb
 88% [1013/1142]  lib/tempfile.rb
 88% [1014/1142]  lib/time.rb
 88% [1015/1142]  lib/timeout.rb
 88% [1016/1142]  lib/tmpdir.rb
 89% [1017/1142]  lib/tracer.rb
 89% [1018/1142]  lib/tsort.rb
 89% [1019/1142]  lib/un.rb
 89% [1020/1142]  lib/unicode_normalize/normalize.rb
 89% [1021/1142]  lib/unicode_normalize/tables.rb
 89% [1022/1142]  lib/uri.rb
 89% [1023/1142]  lib/uri/common.rb
 89% [1024/1142]  lib/uri/file.rb
 89% [1025/1142]  lib/uri/ftp.rb
 89% [1026/1142]  lib/uri/generic.rb
 89% [1027/1142]  lib/uri/http.rb
 90% [1028/1142]  lib/uri/https.rb
 90% [1029/1142]  lib/uri/ldap.rb
 90% [1030/1142]  lib/uri/ldaps.rb
 90% [1031/1142]  lib/uri/mailto.rb
 90% [1032/1142]  lib/uri/rfc2396_parser.rb
 90% [1033/1142]  lib/uri/rfc3986_parser.rb
 90% [1034/1142]  lib/uri/version.rb
 90% [1035/1142]  lib/weakref.rb
 90% [1036/1142]  lib/webrick.rb
 90% [1037/1142]  lib/webrick/accesslog.rb
 90% [1038/1142]  lib/webrick/cgi.rb
 90% [1039/1142]  lib/webrick/compat.rb
 91% [1040/1142]  lib/webrick/config.rb
 91% [1041/1142]  lib/webrick/cookie.rb
 91% [1042/1142]  lib/webrick/htmlutils.rb
 91% [1043/1142]  lib/webrick/httpauth.rb
 91% [1044/1142]  lib/webrick/httpauth/authenticator.rb
 91% [1045/1142]  lib/webrick/httpauth/basicauth.rb
 91% [1046/1142]  lib/webrick/httpauth/digestauth.rb
 91% [1047/1142]  lib/webrick/httpauth/htdigest.rb
 91% [1048/1142]  lib/webrick/httpauth/htgroup.rb
 91% [1049/1142]  lib/webrick/httpauth/htpasswd.rb
 91% [1050/1142]  lib/webrick/httpauth/userdb.rb
 92% [1051/1142]  lib/webrick/httpproxy.rb
 92% [1052/1142]  lib/webrick/httprequest.rb
 92% [1053/1142]  lib/webrick/httpresponse.rb
 92% [1054/1142]  lib/webrick/https.rb
 92% [1055/1142]  lib/webrick/httpserver.rb
 92% [1056/1142]  lib/webrick/httpservlet.rb
 92% [1057/1142]  lib/webrick/httpservlet/abstract.rb
 92% [1058/1142]  lib/webrick/httpservlet/cgi_runner.rb
 92% [1059/1142]  lib/webrick/httpservlet/cgihandler.rb
 92% [1060/1142]  lib/webrick/httpservlet/erbhandler.rb
 92% [1061/1142]  lib/webrick/httpservlet/filehandler.rb
 92% [1062/1142]  lib/webrick/httpservlet/prochandler.rb
 93% [1063/1142]  lib/webrick/httpstatus.rb
 93% [1064/1142]  lib/webrick/httputils.rb
 93% [1065/1142]  lib/webrick/httpversion.rb
 93% [1066/1142]  lib/webrick/log.rb
 93% [1067/1142]  lib/webrick/server.rb
 93% [1068/1142]  lib/webrick/ssl.rb
 93% [1069/1142]  lib/webrick/utils.rb
 93% [1070/1142]  lib/webrick/version.rb
 93% [1071/1142]  lib/yaml.rb
 93% [1072/1142]  lib/yaml/dbm.rb
 93% [1073/1142]  lib/yaml/store.rb
 94% [1074/1142]  load.c
 94% [1075/1142]  loadpath.c
 94% [1076/1142]  localeinit.c
 94% [1077/1142]  main.c
 94% [1078/1142]  marshal.c
 94% [1079/1142]  math.c
 94% [1080/1142]  mini_builtin.c
 94% [1081/1142]  miniinit.c
 94% [1082/1142]  miniprelude.c
 94% [1083/1142]  mjit.c
 94% [1084/1142]  mjit_compile.c
 95% [1085/1142]  mjit_worker.c
 95% [1086/1142]  node.c
 95% [1087/1142]  numeric.c
 95% [1088/1142]  object.c
 95% [1089/1142]  pack.c
 95% [1090/1142]  pack.rb
 95% [1091/1142]  parse.c
 95% [1092/1142]  parse.y
 95% [1093/1142]  prelude.rb
 95% [1094/1142]  proc.c
 95% [1095/1142]  process.c
 95% [1096/1142]  random.c
 96% [1097/1142]  range.c
 96% [1098/1142]  rational.c
 96% [1099/1142]  rbconfig.rb
 96% [1100/1142]  re.c
 96% [1101/1142]  regcomp.c
 96% [1102/1142]  regenc.c
 96% [1103/1142]  regerror.c
 96% [1104/1142]  regexec.c
 96% [1105/1142]  regparse.c
 96% [1106/1142]  regsyntax.c
 96% [1107/1142]  ruby-runner.c
 97% [1108/1142]  ruby.c
 97% [1109/1142]  rubystub.c
 97% [1110/1142]  safe.c
 97% [1111/1142]  signal.c
 97% [1112/1142]  siphash.c
 97% [1113/1142]  sparc.c
 97% [1114/1142]  sprintf.c
 97% [1115/1142]  st.c
 97% [1116/1142]  strftime.c
 97% [1117/1142]  string.c
 97% [1118/1142]  struct.c
 97% [1119/1142]  symbol.c
 98% [1120/1142]  thread.c
 98% [1121/1142]  thread_pthread.c
 98% [1122/1142]  thread_sync.c
 98% [1123/1142]  thread_win32.c
 98% [1124/1142]  time.c
 98% [1125/1142]  trace_point.rb
 98% [1126/1142]  transcode.c
 98% [1127/1142]  transient_heap.c
 98% [1128/1142]  util.c
 98% [1129/1142]  variable.c
 98% [1130/1142]  version.c
 99% [1131/1142]  vm.c
 99% [1132/1142]  vm_args.c
 99% [1133/1142]  vm_backtrace.c
 99% [1134/1142]  vm_dump.c
 99% [1135/1142]  vm_eval.c
 99% [1136/1142]  vm_exec.c
 99% [1137/1142]  vm_insnhelper.c
 99% [1138/1142]  vm_method.c
 99% [1139/1142]  vm_trace.c
 99% [1140/1142]  vsnprintf.c
 99% [1141/1142]  warning.rb
100% [1142/1142]  win32/README.win32

Generating RI format into /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/.ext/rdoc...


  Files:       1142

  Classes:     1614 ( 758 undocumented)
  Modules:      327 ( 134 undocumented)
  Constants:   2436 ( 727 undocumented)
  Attributes:  1489 ( 559 undocumented)
  Methods:    13029 (3996 undocumented)

  Total:      18895 (6174 undocumented)
   67.32% documented

  Elapsed: 18.0s

	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -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 -std=gnu99  -fPIC 
	XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/12.1.0
	CPPFLAGS = -I/home/snake/.asdf/installs/ruby/2.7.2/include    
	DLDFLAGS = -L/home/snake/.asdf/installs/ruby/2.7.2/lib  -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.2.7 -fstack-protector-strong  
	SOLIBS = -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm 
	LANG = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Copyright (C) 2019 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.20210313204112.405305.7AYOGl/ruby-2.7.2'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.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.20210313204112.405305.7AYOGl/ruby-2.7.2'
make[1]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/socket'
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/socket'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/date'
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/date'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/pathname'
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/pathname'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/nkf'
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/nkf'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/ripper'
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/ripper'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/monitor'
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/monitor'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/marshal/compat'
linking shared-object -test-/marshal/compat.so
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/-test-/marshal/compat'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/fiddle'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/digest'
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/digest'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/psych'
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/psych'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/coverage'
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/coverage'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/openssl'
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/openssl'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/io/console'
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/io/console'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/pty'
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/pty'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/json'
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/json'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2'
./revision.h unchanged
make[2]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2'
make[1]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2'
make[1]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2'
making enc
make[1]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2'
making trans
make[1]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2'
make[1]: Nothing to be done for './enc/trans'.
make[1]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2'
making encs
make[1]: Entering directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2'
Generating RDoc documentation
Parsing sources...
  0% [ 1/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/NEWS-1.8.7
  0% [ 2/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/NEWS-1.9.1
  0% [ 3/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/NEWS-1.9.2
  0% [ 4/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/NEWS-1.9.3
  0% [ 5/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/NEWS-2.0.0
  0% [ 6/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/NEWS-2.1.0
  0% [ 7/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/NEWS-2.2.0
  0% [ 8/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/NEWS-2.3.0
  0% [ 9/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/NEWS-2.4.0
  0% [10/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/NEWS-2.5.0
  0% [11/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/NEWS-2.6.0
  1% [12/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/bug_triaging.rdoc
  1% [13/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/contributing.rdoc
  1% [14/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/contributors.rdoc
  1% [15/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/dtrace_probes.rdoc
  1% [16/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/extension.ja.rdoc
  1% [17/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/extension.rdoc
  1% [18/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/globals.rdoc
  1% [19/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/keywords.rdoc
  1% [20/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/maintainers.rdoc
  1% [21/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/marshal.rdoc
  1% [22/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/regexp.rdoc
  2% [23/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/security.rdoc
  2% [24/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/signals.rdoc
  2% [25/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/standard_library.rdoc
  2% [26/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/syntax.rdoc
  2% [27/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/syntax/assignment.rdoc
  2% [28/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/syntax/calling_methods.rdoc
  2% [29/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/syntax/comments.rdoc
  2% [30/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/syntax/control_expressions.rdoc
  2% [31/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/syntax/exceptions.rdoc
  2% [32/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/syntax/literals.rdoc
  2% [33/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/syntax/methods.rdoc
  2% [34/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/syntax/miscellaneous.rdoc
  3% [35/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/syntax/modules_and_classes.rdoc
  3% [36/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/syntax/precedence.rdoc
  3% [37/1142]  /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/doc/syntax/refinements.rdoc
  3% [38/1142]  CONTRIBUTING.md
  3% [39/1142]  COPYING
  3% [40/1142]  COPYING.ja
  3% [41/1142]  LEGAL
  3% [42/1142]  NEWS
  3% [43/1142]  README.ja.md
  3% [44/1142]  README.md
  3% [45/1142]  addr2line.c
  4% [46/1142]  array.c
  4% [47/1142]  ast.c
  4% [48/1142]  ast.rb
  4% [49/1142]  bignum.c
  4% [50/1142]  builtin.c
  4% [51/1142]  class.c
  4% [52/1142]  compar.c
  4% [53/1142]  compile.c
  4% [54/1142]  complex.c
  4% [55/1142]  cont.c
  4% [56/1142]  debug.c
  4% [57/1142]  debug_counter.c
  5% [58/1142]  dir.c
  5% [59/1142]  dln.c
  5% [60/1142]  dln_find.c
  5% [61/1142]  dmydln.c
  5% [62/1142]  dmyenc.c
  5% [63/1142]  dmyext.c
  5% [64/1142]  doc/NEWS-1.8.7
  5% [65/1142]  doc/NEWS-1.9.1
  5% [66/1142]  doc/NEWS-1.9.2
  5% [67/1142]  doc/NEWS-1.9.3
  5% [68/1142]  doc/NEWS-2.0.0
  6% [69/1142]  doc/NEWS-2.1.0
  6% [70/1142]  doc/NEWS-2.2.0
  6% [71/1142]  doc/NEWS-2.3.0
  6% [72/1142]  doc/NEWS-2.4.0
  6% [73/1142]  doc/NEWS-2.5.0
  6% [74/1142]  doc/NEWS-2.6.0
  6% [75/1142]  doc/bug_triaging.rdoc
  6% [76/1142]  doc/contributing.rdoc
  6% [77/1142]  doc/contributors.rdoc
  6% [78/1142]  doc/dtrace_probes.rdoc
  6% [79/1142]  doc/extension.ja.rdoc
  7% [80/1142]  doc/extension.rdoc
  7% [81/1142]  doc/globals.rdoc
  7% [82/1142]  doc/keywords.rdoc
  7% [83/1142]  doc/maintainers.rdoc
  7% [84/1142]  doc/marshal.rdoc
  7% [85/1142]  doc/regexp.rdoc
  7% [86/1142]  doc/security.rdoc
  7% [87/1142]  doc/signals.rdoc
  7% [88/1142]  doc/standard_library.rdoc
  7% [89/1142]  doc/syntax.rdoc
  7% [90/1142]  doc/syntax/assignment.rdoc
  7% [91/1142]  doc/syntax/calling_methods.rdoc
  8% [92/1142]  doc/syntax/comments.rdoc
  8% [93/1142]  doc/syntax/control_expressions.rdoc
  8% [94/1142]  doc/syntax/exceptions.rdoc
  8% [95/1142]  doc/syntax/literals.rdoc
  8% [96/1142]  doc/syntax/methods.rdoc
  8% [97/1142]  doc/syntax/miscellaneous.rdoc
  8% [98/1142]  doc/syntax/modules_and_classes.rdoc
  8% [99/1142]  doc/syntax/precedence.rdoc
  8% [100/1142]  doc/syntax/refinements.rdoc
  8% [101/1142]  encoding.c
  8% [102/1142]  enum.c
  9% [103/1142]  enumerator.c
  9% [104/1142]  error.c
  9% [105/1142]  eval.c
  9% [106/1142]  eval_error.c
  9% [107/1142]  eval_jump.c
  9% [108/1142]  ext/bigdecimal/bigdecimal.c
  9% [109/1142]  ext/bigdecimal/lib/bigdecimal.rb
  9% [110/1142]  ext/bigdecimal/lib/bigdecimal/jacobian.rb
  9% [111/1142]  ext/bigdecimal/lib/bigdecimal/ludcmp.rb
  9% [112/1142]  ext/bigdecimal/lib/bigdecimal/math.rb
  9% [113/1142]  ext/bigdecimal/lib/bigdecimal/newton.rb
  9% [114/1142]  ext/bigdecimal/lib/bigdecimal/util.rb
 10% [115/1142]  ext/continuation/continuation.c
 10% [116/1142]  ext/coverage/coverage.c
 10% [117/1142]  ext/date/date_core.c
 10% [118/1142]  ext/dbm/dbm.c
 10% [119/1142]  ext/digest/bubblebabble/bubblebabble.c
 10% [120/1142]  ext/digest/digest.c
 10% [121/1142]  ext/digest/lib/digest.rb
 10% [122/1142]  ext/digest/md5/md5init.c
 10% [123/1142]  ext/digest/rmd160/rmd160init.c
 10% [124/1142]  ext/digest/sha1/sha1init.c
 10% [125/1142]  ext/digest/sha2/sha2init.c
 11% [126/1142]  ext/etc/etc.c
 11% [127/1142]  ext/fcntl/fcntl.c
 11% [128/1142]  ext/fiber/fiber.c
 11% [129/1142]  ext/fiddle/closure.c
 11% [130/1142]  ext/fiddle/conversions.c
 11% [131/1142]  ext/fiddle/fiddle.c
 11% [132/1142]  ext/fiddle/function.c
 11% [133/1142]  ext/fiddle/handle.c
 11% [134/1142]  ext/fiddle/lib/fiddle.rb
 11% [135/1142]  ext/fiddle/lib/fiddle/closure.rb
 11% [136/1142]  ext/fiddle/lib/fiddle/cparser.rb
 11% [137/1142]  ext/fiddle/lib/fiddle/function.rb
 12% [138/1142]  ext/fiddle/lib/fiddle/import.rb
 12% [139/1142]  ext/fiddle/lib/fiddle/pack.rb
 12% [140/1142]  ext/fiddle/lib/fiddle/struct.rb
 12% [141/1142]  ext/fiddle/lib/fiddle/types.rb
 12% [142/1142]  ext/fiddle/lib/fiddle/value.rb
 12% [143/1142]  ext/fiddle/pointer.c
 12% [144/1142]  ext/gdbm/gdbm.c
 12% [145/1142]  ext/io/console/console.c
 12% [146/1142]  ext/io/nonblock/nonblock.c
 12% [147/1142]  ext/io/wait/wait.c
 12% [148/1142]  ext/json/generator/generator.c
 13% [149/1142]  ext/json/lib/json.rb
 13% [150/1142]  ext/json/lib/json/add/bigdecimal.rb
 13% [151/1142]  ext/json/lib/json/add/complex.rb
 13% [152/1142]  ext/json/lib/json/add/core.rb
 13% [153/1142]  ext/json/lib/json/add/date.rb
 13% [154/1142]  ext/json/lib/json/add/date_time.rb
 13% [155/1142]  ext/json/lib/json/add/exception.rb
 13% [156/1142]  ext/json/lib/json/add/ostruct.rb
 13% [157/1142]  ext/json/lib/json/add/range.rb
 13% [158/1142]  ext/json/lib/json/add/rational.rb
 13% [159/1142]  ext/json/lib/json/add/regexp.rb
 14% [160/1142]  ext/json/lib/json/add/set.rb
 14% [161/1142]  ext/json/lib/json/add/struct.rb
 14% [162/1142]  ext/json/lib/json/add/symbol.rb
 14% [163/1142]  ext/json/lib/json/add/time.rb
 14% [164/1142]  ext/json/lib/json/common.rb
 14% [165/1142]  ext/json/lib/json/ext.rb
 14% [166/1142]  ext/json/lib/json/generic_object.rb
 14% [167/1142]  ext/json/lib/json/version.rb
 14% [168/1142]  ext/json/parser/parser.c
 14% [169/1142]  ext/nkf/lib/kconv.rb
 14% [170/1142]  ext/nkf/nkf.c
 14% [171/1142]  ext/objspace/object_tracing.c
 15% [172/1142]  ext/objspace/objspace.c
 15% [173/1142]  ext/objspace/objspace_dump.c
 15% [174/1142]  ext/openssl/lib/openssl.rb
 15% [175/1142]  ext/openssl/lib/openssl/bn.rb
 15% [176/1142]  ext/openssl/lib/openssl/buffering.rb
 15% [177/1142]  ext/openssl/lib/openssl/cipher.rb
 15% [178/1142]  ext/openssl/lib/openssl/config.rb
 15% [179/1142]  ext/openssl/lib/openssl/digest.rb
 15% [180/1142]  ext/openssl/lib/openssl/pkcs5.rb
 15% [181/1142]  ext/openssl/lib/openssl/pkey.rb
 15% [182/1142]  ext/openssl/lib/openssl/ssl.rb
 16% [183/1142]  ext/openssl/lib/openssl/x509.rb
 16% [184/1142]  ext/openssl/ossl.c
 16% [185/1142]  ext/openssl/ossl_asn1.c
 16% [186/1142]  ext/openssl/ossl_bio.c
 16% [187/1142]  ext/openssl/ossl_bn.c
 16% [188/1142]  ext/openssl/ossl_cipher.c
 16% [189/1142]  ext/openssl/ossl_config.c
 16% [190/1142]  ext/openssl/ossl_digest.c
 16% [191/1142]  ext/openssl/ossl_engine.c
 16% [192/1142]  ext/openssl/ossl_hmac.c
 16% [193/1142]  ext/openssl/ossl_kdf.c
 16% [194/1142]  ext/openssl/ossl_ns_spki.c
 17% [195/1142]  ext/openssl/ossl_ocsp.c
 17% [196/1142]  ext/openssl/ossl_pkcs12.c
 17% [197/1142]  ext/openssl/ossl_pkcs7.c
 17% [198/1142]  ext/openssl/ossl_pkey.c
 17% [199/1142]  ext/openssl/ossl_pkey_dh.c
 17% [200/1142]  ext/openssl/ossl_pkey_dsa.c
 17% [201/1142]  ext/openssl/ossl_pkey_ec.c
 17% [202/1142]  ext/openssl/ossl_pkey_rsa.c
 17% [203/1142]  ext/openssl/ossl_rand.c
 17% [204/1142]  ext/openssl/ossl_ssl.c
 17% [205/1142]  ext/openssl/ossl_ssl_session.c
 18% [206/1142]  ext/openssl/ossl_x509.c
 18% [207/1142]  ext/openssl/ossl_x509attr.c
 18% [208/1142]  ext/openssl/ossl_x509cert.c
 18% [209/1142]  ext/openssl/ossl_x509crl.c
 18% [210/1142]  ext/openssl/ossl_x509ext.c
 18% [211/1142]  ext/openssl/ossl_x509name.c
 18% [212/1142]  ext/openssl/ossl_x509req.c
 18% [213/1142]  ext/openssl/ossl_x509revoked.c
 18% [214/1142]  ext/openssl/ossl_x509store.c
 18% [215/1142]  ext/pathname/lib/pathname.rb
 18% [216/1142]  ext/pathname/pathname.c
 19% [217/1142]  ext/psych/lib/psych.rb
 19% [218/1142]  ext/psych/lib/psych/class_loader.rb
 19% [219/1142]  ext/psych/lib/psych/coder.rb
 19% [220/1142]  ext/psych/lib/psych/core_ext.rb
 19% [221/1142]  ext/psych/lib/psych/exception.rb
 19% [222/1142]  ext/psych/lib/psych/handler.rb
 19% [223/1142]  ext/psych/lib/psych/handlers/document_stream.rb
 19% [224/1142]  ext/psych/lib/psych/handlers/recorder.rb
 19% [225/1142]  ext/psych/lib/psych/json/ruby_events.rb
 19% [226/1142]  ext/psych/lib/psych/json/stream.rb
 19% [227/1142]  ext/psych/lib/psych/json/tree_builder.rb
 19% [228/1142]  ext/psych/lib/psych/json/yaml_events.rb
 20% [229/1142]  ext/psych/lib/psych/nodes.rb
 20% [230/1142]  ext/psych/lib/psych/nodes/alias.rb
 20% [231/1142]  ext/psych/lib/psych/nodes/document.rb
 20% [232/1142]  ext/psych/lib/psych/nodes/mapping.rb
 20% [233/1142]  ext/psych/lib/psych/nodes/node.rb
 20% [234/1142]  ext/psych/lib/psych/nodes/scalar.rb
 20% [235/1142]  ext/psych/lib/psych/nodes/sequence.rb
 20% [236/1142]  ext/psych/lib/psych/nodes/stream.rb
 20% [237/1142]  ext/psych/lib/psych/omap.rb
 20% [238/1142]  ext/psych/lib/psych/parser.rb
 20% [239/1142]  ext/psych/lib/psych/scalar_scanner.rb
 21% [240/1142]  ext/psych/lib/psych/set.rb
 21% [241/1142]  ext/psych/lib/psych/stream.rb
 21% [242/1142]  ext/psych/lib/psych/streaming.rb
 21% [243/1142]  ext/psych/lib/psych/syntax_error.rb
 21% [244/1142]  ext/psych/lib/psych/tree_builder.rb
 21% [245/1142]  ext/psych/lib/psych/versions.rb
 21% [246/1142]  ext/psych/lib/psych/visitors.rb
 21% [247/1142]  ext/psych/lib/psych/visitors/depth_first.rb
 21% [248/1142]  ext/psych/lib/psych/visitors/emitter.rb
 21% [249/1142]  ext/psych/lib/psych/visitors/json_tree.rb
 21% [250/1142]  ext/psych/lib/psych/visitors/to_ruby.rb
 21% [251/1142]  ext/psych/lib/psych/visitors/visitor.rb
 22% [252/1142]  ext/psych/lib/psych/visitors/yaml_tree.rb
 22% [253/1142]  ext/psych/lib/psych/y.rb
 22% [254/1142]  ext/psych/psych.c
 22% [255/1142]  ext/psych/psych_emitter.c
 22% [256/1142]  ext/psych/psych_parser.c
 22% [257/1142]  ext/psych/psych_to_ruby.c
 22% [258/1142]  ext/psych/psych_yaml_tree.c
 22% [259/1142]  ext/pty/lib/expect.rb
 22% [260/1142]  ext/pty/pty.c
 22% [261/1142]  ext/racc/cparse/cparse.c
 22% [262/1142]  ext/readline/readline.c
 23% [263/1142]  ext/ripper/lib/ripper.rb
 23% [264/1142]  ext/ripper/lib/ripper/core.rb
 23% [265/1142]  ext/ripper/lib/ripper/filter.rb
 23% [266/1142]  ext/ripper/lib/ripper/lexer.rb
 23% [267/1142]  ext/ripper/lib/ripper/sexp.rb
 23% [268/1142]  ext/sdbm/init.c
 23% [269/1142]  ext/socket/ancdata.c
 23% [270/1142]  ext/socket/basicsocket.c
 23% [271/1142]  ext/socket/constants.c
 23% [272/1142]  ext/socket/constdefs.c
 23% [273/1142]  ext/socket/ifaddr.c
 23% [274/1142]  ext/socket/init.c
 24% [275/1142]  ext/socket/ipsocket.c
 24% [276/1142]  ext/socket/lib/socket.rb
 24% [277/1142]  ext/socket/option.c
 24% [278/1142]  ext/socket/raddrinfo.c
 24% [279/1142]  ext/socket/socket.c
 24% [280/1142]  ext/socket/sockssocket.c
 24% [281/1142]  ext/socket/tcpserver.c
 24% [282/1142]  ext/socket/tcpsocket.c
 24% [283/1142]  ext/socket/udpsocket.c
 24% [284/1142]  ext/socket/unixserver.c
 24% [285/1142]  ext/socket/unixsocket.c
 25% [286/1142]  ext/stringio/stringio.c
 25% [287/1142]  ext/strscan/strscan.c
 25% [288/1142]  ext/syslog/lib/syslog/logger.rb
 25% [289/1142]  ext/syslog/syslog.c
 25% [290/1142]  ext/win32ole/lib/win32ole.rb
 25% [291/1142]  ext/win32ole/lib/win32ole/property.rb
 25% [292/1142]  ext/win32ole/win32ole.c
 25% [293/1142]  ext/win32ole/win32ole_error.c
 25% [294/1142]  ext/win32ole/win32ole_event.c
 25% [295/1142]  ext/win32ole/win32ole_method.c
 25% [296/1142]  ext/win32ole/win32ole_param.c
 26% [297/1142]  ext/win32ole/win32ole_record.c
 26% [298/1142]  ext/win32ole/win32ole_type.c
 26% [299/1142]  ext/win32ole/win32ole_typelib.c
 26% [300/1142]  ext/win32ole/win32ole_variable.c
 26% [301/1142]  ext/win32ole/win32ole_variant.c
 26% [302/1142]  ext/win32ole/win32ole_variant_m.c
 26% [303/1142]  ext/zlib/zlib.c
 26% [304/1142]  file.c
 26% [305/1142]  gc.c
 26% [306/1142]  gc.rb
 26% [307/1142]  golf_prelude.c
 26% [308/1142]  goruby.c
 27% [309/1142]  hash.c
 27% [310/1142]  id.c
 27% [311/1142]  id_table.c
 27% [312/1142]  inits.c
 27% [313/1142]  io.c
 27% [314/1142]  io.rb
 27% [315/1142]  iseq.c
 27% [316/1142]  lex.c
 27% [317/1142]  lib/English.rb
 27% [318/1142]  lib/abbrev.rb
 27% [319/1142]  lib/base64.rb
 28% [320/1142]  lib/benchmark.rb
 28% [321/1142]  lib/bundler.rb
 28% [322/1142]  lib/bundler/build_metadata.rb
 28% [323/1142]  lib/bundler/capistrano.rb
 28% [324/1142]  lib/bundler/cli.rb
 28% [325/1142]  lib/bundler/cli/add.rb
 28% [326/1142]  lib/bundler/cli/binstubs.rb
 28% [327/1142]  lib/bundler/cli/cache.rb
 28% [328/1142]  lib/bundler/cli/check.rb
 28% [329/1142]  lib/bundler/cli/clean.rb
 28% [330/1142]  lib/bundler/cli/common.rb
 28% [331/1142]  lib/bundler/cli/config.rb
 29% [332/1142]  lib/bundler/cli/console.rb
 29% [333/1142]  lib/bundler/cli/doctor.rb
 29% [334/1142]  lib/bundler/cli/exec.rb
 29% [335/1142]  lib/bundler/cli/gem.rb
 29% [336/1142]  lib/bundler/cli/info.rb
 29% [337/1142]  lib/bundler/cli/init.rb
 29% [338/1142]  lib/bundler/cli/inject.rb
 29% [339/1142]  lib/bundler/cli/install.rb
 29% [340/1142]  lib/bundler/cli/issue.rb
 29% [341/1142]  lib/bundler/cli/list.rb
 29% [342/1142]  lib/bundler/cli/lock.rb
 30% [343/1142]  lib/bundler/cli/open.rb
 30% [344/1142]  lib/bundler/cli/outdated.rb
 30% [345/1142]  lib/bundler/cli/package.rb
 30% [346/1142]  lib/bundler/cli/platform.rb
 30% [347/1142]  lib/bundler/cli/plugin.rb
 30% [348/1142]  lib/bundler/cli/pristine.rb
 30% [349/1142]  lib/bundler/cli/remove.rb
 30% [350/1142]  lib/bundler/cli/show.rb
 30% [351/1142]  lib/bundler/cli/update.rb
 30% [352/1142]  lib/bundler/cli/viz.rb
 30% [353/1142]  lib/bundler/compact_index_client.rb
 30% [354/1142]  lib/bundler/compact_index_client/cache.rb
 31% [355/1142]  lib/bundler/compact_index_client/updater.rb
 31% [356/1142]  lib/bundler/constants.rb
 31% [357/1142]  lib/bundler/current_ruby.rb
 31% [358/1142]  lib/bundler/definition.rb
 31% [359/1142]  lib/bundler/dep_proxy.rb
 31% [360/1142]  lib/bundler/dependency.rb
 31% [361/1142]  lib/bundler/deployment.rb
 31% [362/1142]  lib/bundler/deprecate.rb
 31% [363/1142]  lib/bundler/dsl.rb
 31% [364/1142]  lib/bundler/endpoint_specification.rb
 31% [365/1142]  lib/bundler/env.rb
 32% [366/1142]  lib/bundler/environment_preserver.rb
 32% [367/1142]  lib/bundler/errors.rb
 32% [368/1142]  lib/bundler/feature_flag.rb
 32% [369/1142]  lib/bundler/fetcher.rb
 32% [370/1142]  lib/bundler/fetcher/base.rb
 32% [371/1142]  lib/bundler/fetcher/compact_index.rb
 32% [372/1142]  lib/bundler/fetcher/dependency.rb
 32% [373/1142]  lib/bundler/fetcher/downloader.rb
 32% [374/1142]  lib/bundler/fetcher/index.rb
 32% [375/1142]  lib/bundler/friendly_errors.rb
 32% [376/1142]  lib/bundler/gem_helper.rb
 33% [377/1142]  lib/bundler/gem_helpers.rb
 33% [378/1142]  lib/bundler/gem_remote_fetcher.rb
 33% [379/1142]  lib/bundler/gem_tasks.rb
 33% [380/1142]  lib/bundler/gem_version_promoter.rb
 33% [381/1142]  lib/bundler/gemdeps.rb
 33% [382/1142]  lib/bundler/graph.rb
 33% [383/1142]  lib/bundler/index.rb
 33% [384/1142]  lib/bundler/injector.rb
 33% [385/1142]  lib/bundler/inline.rb
 33% [386/1142]  lib/bundler/installer.rb
 33% [387/1142]  lib/bundler/installer/gem_installer.rb
 33% [388/1142]  lib/bundler/installer/parallel_installer.rb
 34% [389/1142]  lib/bundler/installer/standalone.rb
 34% [390/1142]  lib/bundler/lazy_specification.rb
 34% [391/1142]  lib/bundler/lockfile_generator.rb
 34% [392/1142]  lib/bundler/lockfile_parser.rb
 34% [393/1142]  lib/bundler/match_platform.rb
 34% [394/1142]  lib/bundler/mirror.rb
 34% [395/1142]  lib/bundler/plugin.rb
 34% [396/1142]  lib/bundler/plugin/api.rb
 34% [397/1142]  lib/bundler/plugin/api/source.rb
 34% [398/1142]  lib/bundler/plugin/dsl.rb
 34% [399/1142]  lib/bundler/plugin/events.rb
 35% [400/1142]  lib/bundler/plugin/index.rb
 35% [401/1142]  lib/bundler/plugin/installer.rb
 35% [402/1142]  lib/bundler/plugin/installer/git.rb
 35% [403/1142]  lib/bundler/plugin/installer/rubygems.rb
 35% [404/1142]  lib/bundler/plugin/source_list.rb
 35% [405/1142]  lib/bundler/process_lock.rb
 35% [406/1142]  lib/bundler/psyched_yaml.rb
 35% [407/1142]  lib/bundler/remote_specification.rb
 35% [408/1142]  lib/bundler/resolver.rb
 35% [409/1142]  lib/bundler/resolver/spec_group.rb
 35% [410/1142]  lib/bundler/retry.rb
 35% [411/1142]  lib/bundler/ruby_dsl.rb
 36% [412/1142]  lib/bundler/ruby_version.rb
 36% [413/1142]  lib/bundler/rubygems_ext.rb
 36% [414/1142]  lib/bundler/rubygems_gem_installer.rb
 36% [415/1142]  lib/bundler/rubygems_integration.rb
 36% [416/1142]  lib/bundler/runtime.rb
 36% [417/1142]  lib/bundler/settings.rb
 36% [418/1142]  lib/bundler/settings/validator.rb
 36% [419/1142]  lib/bundler/setup.rb
 36% [420/1142]  lib/bundler/shared_helpers.rb
 36% [421/1142]  lib/bundler/similarity_detector.rb
 36% [422/1142]  lib/bundler/source.rb
 37% [423/1142]  lib/bundler/source/gemspec.rb
 37% [424/1142]  lib/bundler/source/git.rb
 37% [425/1142]  lib/bundler/source/git/git_proxy.rb
 37% [426/1142]  lib/bundler/source/metadata.rb
 37% [427/1142]  lib/bundler/source/path.rb
 37% [428/1142]  lib/bundler/source/path/installer.rb
 37% [429/1142]  lib/bundler/source/rubygems.rb
 37% [430/1142]  lib/bundler/source/rubygems/remote.rb
 37% [431/1142]  lib/bundler/source_list.rb
 37% [432/1142]  lib/bundler/spec_set.rb
 37% [433/1142]  lib/bundler/stub_specification.rb
 38% [434/1142]  lib/bundler/ui.rb
 38% [435/1142]  lib/bundler/ui/rg_proxy.rb
 38% [436/1142]  lib/bundler/ui/shell.rb
 38% [437/1142]  lib/bundler/ui/silent.rb
 38% [438/1142]  lib/bundler/uri_credentials_filter.rb
 38% [439/1142]  lib/bundler/vendor/connection_pool/lib/connection_pool.rb
 38% [440/1142]  lib/bundler/vendor/connection_pool/lib/connection_pool/monotonic_time.rb
 38% [441/1142]  lib/bundler/vendor/connection_pool/lib/connection_pool/timed_stack.rb
 38% [442/1142]  lib/bundler/vendor/connection_pool/lib/connection_pool/version.rb
 38% [443/1142]  lib/bundler/vendor/fileutils/lib/fileutils.rb
 38% [444/1142]  lib/bundler/vendor/fileutils/lib/fileutils/version.rb
 38% [445/1142]  lib/bundler/vendor/molinillo/lib/molinillo.rb
 39% [446/1142]  lib/bundler/vendor/molinillo/lib/molinillo/compatibility.rb
 39% [447/1142]  lib/bundler/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb
 39% [448/1142]  lib/bundler/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb
 39% [449/1142]  lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb
 39% [450/1142]  lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/action.rb
 39% [451/1142]  lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb
 39% [452/1142]  lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb
 39% [453/1142]  lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb
 39% [454/1142]  lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb
 39% [455/1142]  lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/log.rb
 39% [456/1142]  lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb
 40% [457/1142]  lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb
 40% [458/1142]  lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb
 40% [459/1142]  lib/bundler/vendor/molinillo/lib/molinillo/errors.rb
 40% [460/1142]  lib/bundler/vendor/molinillo/lib/molinillo/gem_metadata.rb
 40% [461/1142]  lib/bundler/vendor/molinillo/lib/molinillo/modules/specification_provider.rb
 40% [462/1142]  lib/bundler/vendor/molinillo/lib/molinillo/modules/ui.rb
 40% [463/1142]  lib/bundler/vendor/molinillo/lib/molinillo/resolution.rb
 40% [464/1142]  lib/bundler/vendor/molinillo/lib/molinillo/resolver.rb
 40% [465/1142]  lib/bundler/vendor/molinillo/lib/molinillo/state.rb
 40% [466/1142]  lib/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb
 40% [467/1142]  lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/connection.rb
 40% [468/1142]  lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/pool.rb
 41% [469/1142]  lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/timed_stack_multi.rb
 41% [470/1142]  lib/bundler/vendor/thor/lib/thor.rb
 41% [471/1142]  lib/bundler/vendor/thor/lib/thor/actions.rb
 41% [472/1142]  lib/bundler/vendor/thor/lib/thor/actions/create_file.rb
 41% [473/1142]  lib/bundler/vendor/thor/lib/thor/actions/create_link.rb
 41% [474/1142]  lib/bundler/vendor/thor/lib/thor/actions/directory.rb
 41% [475/1142]  lib/bundler/vendor/thor/lib/thor/actions/empty_directory.rb
 41% [476/1142]  lib/bundler/vendor/thor/lib/thor/actions/file_manipulation.rb
 41% [477/1142]  lib/bundler/vendor/thor/lib/thor/actions/inject_into_file.rb
 41% [478/1142]  lib/bundler/vendor/thor/lib/thor/base.rb
 41% [479/1142]  lib/bundler/vendor/thor/lib/thor/command.rb
 42% [480/1142]  lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb
 42% [481/1142]  lib/bundler/vendor/thor/lib/thor/core_ext/io_binary_read.rb
 42% [482/1142]  lib/bundler/vendor/thor/lib/thor/core_ext/ordered_hash.rb
 42% [483/1142]  lib/bundler/vendor/thor/lib/thor/error.rb
 42% [484/1142]  lib/bundler/vendor/thor/lib/thor/group.rb
 42% [485/1142]  lib/bundler/vendor/thor/lib/thor/invocation.rb
 42% [486/1142]  lib/bundler/vendor/thor/lib/thor/line_editor.rb
 42% [487/1142]  lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb
 42% [488/1142]  lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb
 42% [489/1142]  lib/bundler/vendor/thor/lib/thor/nested_context.rb
 42% [490/1142]  lib/bundler/vendor/thor/lib/thor/parser.rb
 42% [491/1142]  lib/bundler/vendor/thor/lib/thor/parser/argument.rb
 43% [492/1142]  lib/bundler/vendor/thor/lib/thor/parser/arguments.rb
 43% [493/1142]  lib/bundler/vendor/thor/lib/thor/parser/option.rb
 43% [494/1142]  lib/bundler/vendor/thor/lib/thor/parser/options.rb
 43% [495/1142]  lib/bundler/vendor/thor/lib/thor/rake_compat.rb
 43% [496/1142]  lib/bundler/vendor/thor/lib/thor/runner.rb
 43% [497/1142]  lib/bundler/vendor/thor/lib/thor/shell.rb
 43% [498/1142]  lib/bundler/vendor/thor/lib/thor/shell/basic.rb
 43% [499/1142]  lib/bundler/vendor/thor/lib/thor/shell/color.rb
 43% [500/1142]  lib/bundler/vendor/thor/lib/thor/shell/html.rb
 43% [501/1142]  lib/bundler/vendor/thor/lib/thor/util.rb
 43% [502/1142]  lib/bundler/vendor/thor/lib/thor/version.rb
 44% [503/1142]  lib/bundler/vendor/uri/lib/uri.rb
 44% [504/1142]  lib/bundler/vendor/uri/lib/uri/common.rb
 44% [505/1142]  lib/bundler/vendor/uri/lib/uri/file.rb
 44% [506/1142]  lib/bundler/vendor/uri/lib/uri/ftp.rb
 44% [507/1142]  lib/bundler/vendor/uri/lib/uri/generic.rb
 44% [508/1142]  lib/bundler/vendor/uri/lib/uri/http.rb
 44% [509/1142]  lib/bundler/vendor/uri/lib/uri/https.rb
 44% [510/1142]  lib/bundler/vendor/uri/lib/uri/ldap.rb
 44% [511/1142]  lib/bundler/vendor/uri/lib/uri/ldaps.rb
 44% [512/1142]  lib/bundler/vendor/uri/lib/uri/mailto.rb
 44% [513/1142]  lib/bundler/vendor/uri/lib/uri/rfc2396_parser.rb
 45% [514/1142]  lib/bundler/vendor/uri/lib/uri/rfc3986_parser.rb
 45% [515/1142]  lib/bundler/vendor/uri/lib/uri/version.rb
 45% [516/1142]  lib/bundler/vendored_fileutils.rb
 45% [517/1142]  lib/bundler/vendored_molinillo.rb
 45% [518/1142]  lib/bundler/vendored_persistent.rb
 45% [519/1142]  lib/bundler/vendored_thor.rb
 45% [520/1142]  lib/bundler/vendored_uri.rb
 45% [521/1142]  lib/bundler/version.rb
 45% [522/1142]  lib/bundler/version_ranges.rb
 45% [523/1142]  lib/bundler/vlad.rb
 45% [524/1142]  lib/bundler/worker.rb
 45% [525/1142]  lib/bundler/yaml_serializer.rb
 46% [526/1142]  lib/cgi.rb
 46% [527/1142]  lib/cgi/cookie.rb
 46% [528/1142]  lib/cgi/core.rb
 46% [529/1142]  lib/cgi/html.rb
 46% [530/1142]  lib/cgi/session.rb
 46% [531/1142]  lib/cgi/session/pstore.rb
 46% [532/1142]  lib/cgi/util.rb
 46% [533/1142]  lib/cgi/version.rb
 46% [534/1142]  lib/csv.rb
 46% [535/1142]  lib/csv/core_ext/array.rb
 46% [536/1142]  lib/csv/core_ext/string.rb
 47% [537/1142]  lib/csv/delete_suffix.rb
 47% [538/1142]  lib/csv/fields_converter.rb
 47% [539/1142]  lib/csv/match_p.rb
 47% [540/1142]  lib/csv/parser.rb
 47% [541/1142]  lib/csv/row.rb
 47% [542/1142]  lib/csv/table.rb
 47% [543/1142]  lib/csv/version.rb
 47% [544/1142]  lib/csv/writer.rb
 47% [545/1142]  lib/debug.rb
 47% [546/1142]  lib/delegate.rb
 47% [547/1142]  lib/did_you_mean.rb
 47% [548/1142]  lib/drb.rb
 48% [549/1142]  lib/drb/acl.rb
 48% [550/1142]  lib/drb/drb.rb
 48% [551/1142]  lib/drb/eq.rb
 48% [552/1142]  lib/drb/extserv.rb
 48% [553/1142]  lib/drb/extservm.rb
 48% [554/1142]  lib/drb/gw.rb
 48% [555/1142]  lib/drb/invokemethod.rb
 48% [556/1142]  lib/drb/observer.rb
 48% [557/1142]  lib/drb/ssl.rb
 48% [558/1142]  lib/drb/timeridconv.rb
 48% [559/1142]  lib/drb/unix.rb
 49% [560/1142]  lib/drb/weakidconv.rb
 49% [561/1142]  lib/erb.rb
 49% [562/1142]  lib/fileutils.rb
 49% [563/1142]  lib/find.rb
 49% [564/1142]  lib/forwardable.rb
 49% [565/1142]  lib/forwardable/impl.rb
 49% [566/1142]  lib/forwardable/version.rb
 49% [567/1142]  lib/getoptlong.rb
 49% [568/1142]  lib/ipaddr.rb
 49% [569/1142]  lib/irb.rb
 49% [570/1142]  lib/irb/cmd/chws.rb
 50% [571/1142]  lib/irb/cmd/fork.rb
 50% [572/1142]  lib/irb/cmd/help.rb
 50% [573/1142]  lib/irb/cmd/info.rb
 50% [574/1142]  lib/irb/cmd/load.rb
 50% [575/1142]  lib/irb/cmd/nop.rb
 50% [576/1142]  lib/irb/cmd/pushws.rb
 50% [577/1142]  lib/irb/cmd/subirb.rb
 50% [578/1142]  lib/irb/color.rb
 50% [579/1142]  lib/irb/completion.rb
 50% [580/1142]  lib/irb/context.rb
 50% [581/1142]  lib/irb/easter-egg.rb
 50% [582/1142]  lib/irb/ext/change-ws.rb
 51% [583/1142]  lib/irb/ext/history.rb
 51% [584/1142]  lib/irb/ext/loader.rb
 51% [585/1142]  lib/irb/ext/multi-irb.rb
 51% [586/1142]  lib/irb/ext/save-history.rb
 51% [587/1142]  lib/irb/ext/tracer.rb
 51% [588/1142]  lib/irb/ext/use-loader.rb
 51% [589/1142]  lib/irb/ext/workspaces.rb
 51% [590/1142]  lib/irb/extend-command.rb
 51% [591/1142]  lib/irb/frame.rb
 51% [592/1142]  lib/irb/help.rb
 51% [593/1142]  lib/irb/init.rb
 52% [594/1142]  lib/irb/input-method.rb
 52% [595/1142]  lib/irb/inspector.rb
 52% [596/1142]  lib/irb/lc/error.rb
 52% [597/1142]  lib/irb/lc/ja/encoding_aliases.rb
 52% [598/1142]  lib/irb/lc/ja/error.rb
 52% [599/1142]  lib/irb/locale.rb
 52% [600/1142]  lib/irb/magic-file.rb
 52% [601/1142]  lib/irb/notifier.rb
 52% [602/1142]  lib/irb/output-method.rb
 52% [603/1142]  lib/irb/ruby-lex.rb
 52% [604/1142]  lib/irb/src_encoding.rb
 52% [605/1142]  lib/irb/version.rb
 53% [606/1142]  lib/irb/workspace.rb
 53% [607/1142]  lib/irb/ws-for-case-2.rb
 53% [608/1142]  lib/irb/xmp.rb
 53% [609/1142]  lib/logger.rb
 53% [610/1142]  lib/matrix.rb
 53% [611/1142]  lib/matrix/eigenvalue_decomposition.rb
 53% [612/1142]  lib/matrix/lup_decomposition.rb
 53% [613/1142]  lib/matrix/version.rb
 53% [614/1142]  lib/mkmf.rb
 53% [615/1142]  lib/mutex_m.rb
 53% [616/1142]  lib/net/ftp.rb
 54% [617/1142]  lib/net/http.rb
 54% [618/1142]  lib/net/http/backward.rb
 54% [619/1142]  lib/net/http/exceptions.rb
 54% [620/1142]  lib/net/http/generic_request.rb
 54% [621/1142]  lib/net/http/header.rb
 54% [622/1142]  lib/net/http/proxy_delta.rb
 54% [623/1142]  lib/net/http/request.rb
 54% [624/1142]  lib/net/http/requests.rb
 54% [625/1142]  lib/net/http/response.rb
 54% [626/1142]  lib/net/http/responses.rb
 54% [627/1142]  lib/net/http/status.rb
 54% [628/1142]  lib/net/https.rb
 55% [629/1142]  lib/net/imap.rb
 55% [630/1142]  lib/net/pop.rb
 55% [631/1142]  lib/net/pop/version.rb
 55% [632/1142]  lib/net/protocol.rb
 55% [633/1142]  lib/net/smtp.rb
 55% [634/1142]  lib/net/smtp/version.rb
 55% [635/1142]  lib/observer.rb
 55% [636/1142]  lib/open-uri.rb
 55% [637/1142]  lib/open3.rb
 55% [638/1142]  lib/optionparser.rb
 55% [639/1142]  lib/optparse.rb
 56% [640/1142]  lib/optparse/ac.rb
 56% [641/1142]  lib/optparse/date.rb
 56% [642/1142]  lib/optparse/kwargs.rb
 56% [643/1142]  lib/optparse/shellwords.rb
 56% [644/1142]  lib/optparse/time.rb
 56% [645/1142]  lib/optparse/uri.rb
 56% [646/1142]  lib/optparse/version.rb
 56% [647/1142]  lib/ostruct.rb
 56% [648/1142]  lib/pp.rb
 56% [649/1142]  lib/prettyprint.rb
 56% [650/1142]  lib/prime.rb
 57% [651/1142]  lib/pstore.rb
 57% [652/1142]  lib/racc.rb
 57% [653/1142]  lib/racc/compat.rb
 57% [654/1142]  lib/racc/debugflags.rb
 57% [655/1142]  lib/racc/exception.rb
 57% [656/1142]  lib/racc/grammar.rb
 57% [657/1142]  lib/racc/grammarfileparser.rb
 57% [658/1142]  lib/racc/info.rb
 57% [659/1142]  lib/racc/iset.rb
 57% [660/1142]  lib/racc/logfilegenerator.rb
 57% [661/1142]  lib/racc/parser-text.rb
 57% [662/1142]  lib/racc/parser.rb
 58% [663/1142]  lib/racc/parserfilegenerator.rb
 58% [664/1142]  lib/racc/pre-setup
 58% [665/1142]  lib/racc/rdoc/grammar.en.rdoc
 58% [666/1142]  lib/racc/sourcetext.rb
 58% [667/1142]  lib/racc/state.rb
 58% [668/1142]  lib/racc/statetransitiontable.rb
 58% [669/1142]  lib/racc/static.rb
 58% [670/1142]  lib/rdoc.rb
 58% [671/1142]  lib/rdoc/alias.rb
 58% [672/1142]  lib/rdoc/anon_class.rb
 58% [673/1142]  lib/rdoc/any_method.rb
 59% [674/1142]  lib/rdoc/attr.rb
 59% [675/1142]  lib/rdoc/class_module.rb
 59% [676/1142]  lib/rdoc/code_object.rb
 59% [677/1142]  lib/rdoc/code_objects.rb
 59% [678/1142]  lib/rdoc/comment.rb
 59% [679/1142]  lib/rdoc/constant.rb
 59% [680/1142]  lib/rdoc/context.rb
 59% [681/1142]  lib/rdoc/cross_reference.rb
 59% [682/1142]  lib/rdoc/encoding.rb
 59% [683/1142]  lib/rdoc/erb_partial.rb
 59% [684/1142]  lib/rdoc/erbio.rb
 59% [685/1142]  lib/rdoc/extend.rb
 60% [686/1142]  lib/rdoc/generator.rb
 60% [687/1142]  lib/rdoc/ghost_method.rb
 60% [688/1142]  lib/rdoc/i18n.rb
 60% [689/1142]  lib/rdoc/include.rb
 60% [690/1142]  lib/rdoc/known_classes.rb
 60% [691/1142]  lib/rdoc/markdown.rb
 60% [692/1142]  lib/rdoc/markup.rb
 60% [693/1142]  lib/rdoc/meta_method.rb
 60% [694/1142]  lib/rdoc/method_attr.rb
 60% [695/1142]  lib/rdoc/mixin.rb
 60% [696/1142]  lib/rdoc/normal_class.rb
 61% [697/1142]  lib/rdoc/normal_module.rb
 61% [698/1142]  lib/rdoc/options.rb
 61% [699/1142]  lib/rdoc/parser.rb
 61% [700/1142]  lib/rdoc/parser/c.rb
 61% [701/1142]  lib/rdoc/parser/changelog.rb
 61% [702/1142]  lib/rdoc/parser/markdown.rb
 61% [703/1142]  lib/rdoc/parser/rd.rb
 61% [704/1142]  lib/rdoc/parser/ripper_state_lex.rb
 61% [705/1142]  lib/rdoc/parser/ruby.rb
 61% [706/1142]  lib/rdoc/parser/ruby_tools.rb
 61% [707/1142]  lib/rdoc/parser/simple.rb
 61% [708/1142]  lib/rdoc/parser/text.rb
 62% [709/1142]  lib/rdoc/rd.rb
 62% [710/1142]  lib/rdoc/rdoc.rb
 62% [711/1142]  lib/rdoc/require.rb
 62% [712/1142]  lib/rdoc/ri.rb
 62% [713/1142]  lib/rdoc/rubygems_hook.rb
 62% [714/1142]  lib/rdoc/servlet.rb
 62% [715/1142]  lib/rdoc/single_class.rb
 62% [716/1142]  lib/rdoc/stats.rb
 62% [717/1142]  lib/rdoc/store.rb
 62% [718/1142]  lib/rdoc/task.rb
 62% [719/1142]  lib/rdoc/text.rb
 63% [720/1142]  lib/rdoc/token_stream.rb
 63% [721/1142]  lib/rdoc/tom_doc.rb
 63% [722/1142]  lib/rdoc/top_level.rb
 63% [723/1142]  lib/rdoc/version.rb
 63% [724/1142]  lib/readline.rb
 63% [725/1142]  lib/reline.rb
 63% [726/1142]  lib/resolv-replace.rb
 63% [727/1142]  lib/resolv.rb
 63% [728/1142]  lib/rexml/attlistdecl.rb
 63% [729/1142]  lib/rexml/attribute.rb
 63% [730/1142]  lib/rexml/cdata.rb
 64% [731/1142]  lib/rexml/child.rb
 64% [732/1142]  lib/rexml/comment.rb
 64% [733/1142]  lib/rexml/doctype.rb
 64% [734/1142]  lib/rexml/document.rb
 64% [735/1142]  lib/rexml/dtd/attlistdecl.rb
 64% [736/1142]  lib/rexml/dtd/dtd.rb
 64% [737/1142]  lib/rexml/dtd/elementdecl.rb
 64% [738/1142]  lib/rexml/dtd/entitydecl.rb
 64% [739/1142]  lib/rexml/dtd/notationdecl.rb
 64% [740/1142]  lib/rexml/element.rb
 64% [741/1142]  lib/rexml/encoding.rb
 64% [742/1142]  lib/rexml/entity.rb
 65% [743/1142]  lib/rexml/formatters/default.rb
 65% [744/1142]  lib/rexml/formatters/pretty.rb
 65% [745/1142]  lib/rexml/formatters/transitive.rb
 65% [746/1142]  lib/rexml/functions.rb
 65% [747/1142]  lib/rexml/instruction.rb
 65% [748/1142]  lib/rexml/light/node.rb
 65% [749/1142]  lib/rexml/namespace.rb
 65% [750/1142]  lib/rexml/node.rb
 65% [751/1142]  lib/rexml/output.rb
 65% [752/1142]  lib/rexml/parent.rb
 65% [753/1142]  lib/rexml/parseexception.rb
 66% [754/1142]  lib/rexml/parsers/baseparser.rb
 66% [755/1142]  lib/rexml/parsers/lightparser.rb
 66% [756/1142]  lib/rexml/parsers/pullparser.rb
 66% [757/1142]  lib/rexml/parsers/sax2parser.rb
 66% [758/1142]  lib/rexml/parsers/streamparser.rb
 66% [759/1142]  lib/rexml/parsers/treeparser.rb
 66% [760/1142]  lib/rexml/parsers/ultralightparser.rb
 66% [761/1142]  lib/rexml/parsers/xpathparser.rb
 66% [762/1142]  lib/rexml/quickpath.rb
 66% [763/1142]  lib/rexml/rexml.rb
 66% [764/1142]  lib/rexml/sax2listener.rb
 66% [765/1142]  lib/rexml/security.rb
 67% [766/1142]  lib/rexml/source.rb
 67% [767/1142]  lib/rexml/streamlistener.rb
 67% [768/1142]  lib/rexml/text.rb
 67% [769/1142]  lib/rexml/undefinednamespaceexception.rb
 67% [770/1142]  lib/rexml/validation/relaxng.rb
 67% [771/1142]  lib/rexml/validation/validation.rb
 67% [772/1142]  lib/rexml/validation/validationexception.rb
 67% [773/1142]  lib/rexml/xmldecl.rb
 67% [774/1142]  lib/rexml/xmltokens.rb
 67% [775/1142]  lib/rexml/xpath.rb
 67% [776/1142]  lib/rexml/xpath_parser.rb
 68% [777/1142]  lib/rinda/rinda.rb
 68% [778/1142]  lib/rinda/ring.rb
 68% [779/1142]  lib/rinda/tuplespace.rb
 68% [780/1142]  lib/rss.rb
 68% [781/1142]  lib/rss/0.9.rb
 68% [782/1142]  lib/rss/1.0.rb
 68% [783/1142]  lib/rss/2.0.rb
 68% [784/1142]  lib/rss/atom.rb
 68% [785/1142]  lib/rss/content.rb
 68% [786/1142]  lib/rss/content/1.0.rb
 68% [787/1142]  lib/rss/content/2.0.rb
 69% [788/1142]  lib/rss/converter.rb
 69% [789/1142]  lib/rss/dublincore.rb
 69% [790/1142]  lib/rss/dublincore/1.0.rb
 69% [791/1142]  lib/rss/dublincore/2.0.rb
 69% [792/1142]  lib/rss/dublincore/atom.rb
 69% [793/1142]  lib/rss/image.rb
 69% [794/1142]  lib/rss/itunes.rb
 69% [795/1142]  lib/rss/maker.rb
 69% [796/1142]  lib/rss/maker/0.9.rb
 69% [797/1142]  lib/rss/maker/1.0.rb
 69% [798/1142]  lib/rss/maker/2.0.rb
 69% [799/1142]  lib/rss/maker/atom.rb
 70% [800/1142]  lib/rss/maker/base.rb
 70% [801/1142]  lib/rss/maker/content.rb
 70% [802/1142]  lib/rss/maker/dublincore.rb
 70% [803/1142]  lib/rss/maker/entry.rb
 70% [804/1142]  lib/rss/maker/feed.rb
 70% [805/1142]  lib/rss/maker/image.rb
 70% [806/1142]  lib/rss/maker/itunes.rb
 70% [807/1142]  lib/rss/maker/slash.rb
 70% [808/1142]  lib/rss/maker/syndication.rb
 70% [809/1142]  lib/rss/maker/taxonomy.rb
 70% [810/1142]  lib/rss/maker/trackback.rb
 71% [811/1142]  lib/rss/parser.rb
 71% [812/1142]  lib/rss/rexmlparser.rb
 71% [813/1142]  lib/rss/rss.rb
 71% [814/1142]  lib/rss/slash.rb
 71% [815/1142]  lib/rss/syndication.rb
 71% [816/1142]  lib/rss/taxonomy.rb
 71% [817/1142]  lib/rss/trackback.rb
 71% [818/1142]  lib/rss/utils.rb
 71% [819/1142]  lib/rss/version.rb
 71% [820/1142]  lib/rss/xml-stylesheet.rb
 71% [821/1142]  lib/rss/xml.rb
 71% [822/1142]  lib/rss/xmlparser.rb
 72% [823/1142]  lib/rss/xmlscanner.rb
 72% [824/1142]  lib/rubygems.rb
 72% [825/1142]  lib/rubygems/available_set.rb
 72% [826/1142]  lib/rubygems/basic_specification.rb
 72% [827/1142]  lib/rubygems/bundler_version_finder.rb
 72% [828/1142]  lib/rubygems/command.rb
 72% [829/1142]  lib/rubygems/command_manager.rb
 72% [830/1142]  lib/rubygems/commands/build_command.rb
 72% [831/1142]  lib/rubygems/commands/cert_command.rb
 72% [832/1142]  lib/rubygems/commands/check_command.rb
 72% [833/1142]  lib/rubygems/commands/cleanup_command.rb
 73% [834/1142]  lib/rubygems/commands/contents_command.rb
 73% [835/1142]  lib/rubygems/commands/dependency_command.rb
 73% [836/1142]  lib/rubygems/commands/environment_command.rb
 73% [837/1142]  lib/rubygems/commands/fetch_command.rb
 73% [838/1142]  lib/rubygems/commands/generate_index_command.rb
 73% [839/1142]  lib/rubygems/commands/help_command.rb
 73% [840/1142]  lib/rubygems/commands/info_command.rb
 73% [841/1142]  lib/rubygems/commands/install_command.rb
 73% [842/1142]  lib/rubygems/commands/list_command.rb
 73% [843/1142]  lib/rubygems/commands/lock_command.rb
 73% [844/1142]  lib/rubygems/commands/mirror_command.rb
 73% [845/1142]  lib/rubygems/commands/open_command.rb
 74% [846/1142]  lib/rubygems/commands/outdated_command.rb
 74% [847/1142]  lib/rubygems/commands/owner_command.rb
 74% [848/1142]  lib/rubygems/commands/pristine_command.rb
 74% [849/1142]  lib/rubygems/commands/push_command.rb
 74% [850/1142]  lib/rubygems/commands/query_command.rb
 74% [851/1142]  lib/rubygems/commands/rdoc_command.rb
 74% [852/1142]  lib/rubygems/commands/search_command.rb
 74% [853/1142]  lib/rubygems/commands/server_command.rb
 74% [854/1142]  lib/rubygems/commands/setup_command.rb
 74% [855/1142]  lib/rubygems/commands/signin_command.rb
 74% [856/1142]  lib/rubygems/commands/signout_command.rb
 75% [857/1142]  lib/rubygems/commands/sources_command.rb
 75% [858/1142]  lib/rubygems/commands/specification_command.rb
 75% [859/1142]  lib/rubygems/commands/stale_command.rb
 75% [860/1142]  lib/rubygems/commands/uninstall_command.rb
 75% [861/1142]  lib/rubygems/commands/unpack_command.rb
 75% [862/1142]  lib/rubygems/commands/update_command.rb
 75% [863/1142]  lib/rubygems/commands/which_command.rb
 75% [864/1142]  lib/rubygems/commands/yank_command.rb
 75% [865/1142]  lib/rubygems/compatibility.rb
 75% [866/1142]  lib/rubygems/config_file.rb
 75% [867/1142]  lib/rubygems/core_ext/kernel_gem.rb
 76% [868/1142]  lib/rubygems/core_ext/kernel_require.rb
 76% [869/1142]  lib/rubygems/core_ext/kernel_warn.rb
 76% [870/1142]  lib/rubygems/defaults.rb
 76% [871/1142]  lib/rubygems/dependency.rb
 76% [872/1142]  lib/rubygems/dependency_installer.rb
 76% [873/1142]  lib/rubygems/dependency_list.rb
 76% [874/1142]  lib/rubygems/deprecate.rb
 76% [875/1142]  lib/rubygems/doctor.rb
 76% [876/1142]  lib/rubygems/errors.rb
 76% [877/1142]  lib/rubygems/exceptions.rb
 76% [878/1142]  lib/rubygems/ext.rb
 76% [879/1142]  lib/rubygems/ext/build_error.rb
 77% [880/1142]  lib/rubygems/ext/builder.rb
 77% [881/1142]  lib/rubygems/ext/cmake_builder.rb
 77% [882/1142]  lib/rubygems/ext/configure_builder.rb
 77% [883/1142]  lib/rubygems/ext/ext_conf_builder.rb
 77% [884/1142]  lib/rubygems/ext/rake_builder.rb
 77% [885/1142]  lib/rubygems/gem_runner.rb
 77% [886/1142]  lib/rubygems/gemcutter_utilities.rb
 77% [887/1142]  lib/rubygems/indexer.rb
 77% [888/1142]  lib/rubygems/install_default_message.rb
 77% [889/1142]  lib/rubygems/install_message.rb
 77% [890/1142]  lib/rubygems/install_update_options.rb
 78% [891/1142]  lib/rubygems/installer.rb
 78% [892/1142]  lib/rubygems/installer_test_case.rb
 78% [893/1142]  lib/rubygems/local_remote_options.rb
 78% [894/1142]  lib/rubygems/mock_gem_ui.rb
 78% [895/1142]  lib/rubygems/name_tuple.rb
 78% [896/1142]  lib/rubygems/package.rb
 78% [897/1142]  lib/rubygems/package/digest_io.rb
 78% [898/1142]  lib/rubygems/package/file_source.rb
 78% [899/1142]  lib/rubygems/package/io_source.rb
 78% [900/1142]  lib/rubygems/package/old.rb
 78% [901/1142]  lib/rubygems/package/source.rb
 78% [902/1142]  lib/rubygems/package/tar_header.rb
 79% [903/1142]  lib/rubygems/package/tar_reader.rb
 79% [904/1142]  lib/rubygems/package/tar_reader/entry.rb
 79% [905/1142]  lib/rubygems/package/tar_test_case.rb
 79% [906/1142]  lib/rubygems/package/tar_writer.rb
 79% [907/1142]  lib/rubygems/package_task.rb
 79% [908/1142]  lib/rubygems/path_support.rb
 79% [909/1142]  lib/rubygems/platform.rb
 79% [910/1142]  lib/rubygems/psych_additions.rb
 79% [911/1142]  lib/rubygems/psych_tree.rb
 79% [912/1142]  lib/rubygems/rdoc.rb
 79% [913/1142]  lib/rubygems/remote_fetcher.rb
 80% [914/1142]  lib/rubygems/request.rb
 80% [915/1142]  lib/rubygems/request/connection_pools.rb
 80% [916/1142]  lib/rubygems/request/http_pool.rb
 80% [917/1142]  lib/rubygems/request/https_pool.rb
 80% [918/1142]  lib/rubygems/request_set.rb
 80% [919/1142]  lib/rubygems/request_set/gem_dependency_api.rb
 80% [920/1142]  lib/rubygems/request_set/lockfile.rb
 80% [921/1142]  lib/rubygems/request_set/lockfile/parser.rb
 80% [922/1142]  lib/rubygems/request_set/lockfile/tokenizer.rb
 80% [923/1142]  lib/rubygems/requirement.rb
 80% [924/1142]  lib/rubygems/resolver.rb
 80% [925/1142]  lib/rubygems/resolver/activation_request.rb
 81% [926/1142]  lib/rubygems/resolver/api_set.rb
 81% [927/1142]  lib/rubygems/resolver/api_specification.rb
 81% [928/1142]  lib/rubygems/resolver/best_set.rb
 81% [929/1142]  lib/rubygems/resolver/composed_set.rb
 81% [930/1142]  lib/rubygems/resolver/conflict.rb
 81% [931/1142]  lib/rubygems/resolver/current_set.rb
 81% [932/1142]  lib/rubygems/resolver/dependency_request.rb
 81% [933/1142]  lib/rubygems/resolver/git_set.rb
 81% [934/1142]  lib/rubygems/resolver/git_specification.rb
 81% [935/1142]  lib/rubygems/resolver/index_set.rb
 81% [936/1142]  lib/rubygems/resolver/index_specification.rb
 82% [937/1142]  lib/rubygems/resolver/installed_specification.rb
 82% [938/1142]  lib/rubygems/resolver/installer_set.rb
 82% [939/1142]  lib/rubygems/resolver/local_specification.rb
 82% [940/1142]  lib/rubygems/resolver/lock_set.rb
 82% [941/1142]  lib/rubygems/resolver/lock_specification.rb
 82% [942/1142]  lib/rubygems/resolver/molinillo.rb
 82% [943/1142]  lib/rubygems/resolver/molinillo/lib/molinillo.rb
 82% [944/1142]  lib/rubygems/resolver/molinillo/lib/molinillo/delegates/resolution_state.rb
 82% [945/1142]  lib/rubygems/resolver/molinillo/lib/molinillo/delegates/specification_provider.rb
 82% [946/1142]  lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph.rb
 82% [947/1142]  lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/action.rb
 83% [948/1142]  lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb
 83% [949/1142]  lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_vertex.rb
 83% [950/1142]  lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/delete_edge.rb
 83% [951/1142]  lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb
 83% [952/1142]  lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/log.rb
 83% [953/1142]  lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/set_payload.rb
 83% [954/1142]  lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/tag.rb
 83% [955/1142]  lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/vertex.rb
 83% [956/1142]  lib/rubygems/resolver/molinillo/lib/molinillo/errors.rb
 83% [957/1142]  lib/rubygems/resolver/molinillo/lib/molinillo/gem_metadata.rb
 83% [958/1142]  lib/rubygems/resolver/molinillo/lib/molinillo/modules/specification_provider.rb
 83% [959/1142]  lib/rubygems/resolver/molinillo/lib/molinillo/modules/ui.rb
 84% [960/1142]  lib/rubygems/resolver/molinillo/lib/molinillo/resolution.rb
 84% [961/1142]  lib/rubygems/resolver/molinillo/lib/molinillo/resolver.rb
 84% [962/1142]  lib/rubygems/resolver/molinillo/lib/molinillo/state.rb
 84% [963/1142]  lib/rubygems/resolver/requirement_list.rb
 84% [964/1142]  lib/rubygems/resolver/set.rb
 84% [965/1142]  lib/rubygems/resolver/source_set.rb
 84% [966/1142]  lib/rubygems/resolver/spec_specification.rb
 84% [967/1142]  lib/rubygems/resolver/specification.rb
 84% [968/1142]  lib/rubygems/resolver/stats.rb
 84% [969/1142]  lib/rubygems/resolver/vendor_set.rb
 84% [970/1142]  lib/rubygems/resolver/vendor_specification.rb
 85% [971/1142]  lib/rubygems/s3_uri_signer.rb
 85% [972/1142]  lib/rubygems/safe_yaml.rb
 85% [973/1142]  lib/rubygems/security.rb
 85% [974/1142]  lib/rubygems/security/policies.rb
 85% [975/1142]  lib/rubygems/security/policy.rb
 85% [976/1142]  lib/rubygems/security/signer.rb
 85% [977/1142]  lib/rubygems/security/trust_dir.rb
 85% [978/1142]  lib/rubygems/security_option.rb
 85% [979/1142]  lib/rubygems/server.rb
 85% [980/1142]  lib/rubygems/source.rb
 85% [981/1142]  lib/rubygems/source/git.rb
 85% [982/1142]  lib/rubygems/source/installed.rb
 86% [983/1142]  lib/rubygems/source/local.rb
 86% [984/1142]  lib/rubygems/source/lock.rb
 86% [985/1142]  lib/rubygems/source/specific_file.rb
 86% [986/1142]  lib/rubygems/source/vendor.rb
 86% [987/1142]  lib/rubygems/source_list.rb
 86% [988/1142]  lib/rubygems/source_local.rb
 86% [989/1142]  lib/rubygems/source_specific_file.rb
 86% [990/1142]  lib/rubygems/spec_fetcher.rb
 86% [991/1142]  lib/rubygems/specification.rb
 86% [992/1142]  lib/rubygems/specification_policy.rb
 86% [993/1142]  lib/rubygems/stub_specification.rb
 87% [994/1142]  lib/rubygems/syck_hack.rb
 87% [995/1142]  lib/rubygems/test_case.rb
 87% [996/1142]  lib/rubygems/test_utilities.rb
 87% [997/1142]  lib/rubygems/text.rb
 87% [998/1142]  lib/rubygems/uninstaller.rb
 87% [999/1142]  lib/rubygems/uri_formatter.rb
 87% [1000/1142]  lib/rubygems/uri_parser.rb
 87% [1001/1142]  lib/rubygems/uri_parsing.rb
 87% [1002/1142]  lib/rubygems/user_interaction.rb
 87% [1003/1142]  lib/rubygems/util.rb
 87% [1004/1142]  lib/rubygems/util/licenses.rb
 88% [1005/1142]  lib/rubygems/util/list.rb
 88% [1006/1142]  lib/rubygems/validator.rb
 88% [1007/1142]  lib/rubygems/version.rb
 88% [1008/1142]  lib/rubygems/version_option.rb
 88% [1009/1142]  lib/securerandom.rb
 88% [1010/1142]  lib/set.rb
 88% [1011/1142]  lib/shellwords.rb
 88% [1012/1142]  lib/singleton.rb
 88% [1013/1142]  lib/tempfile.rb
 88% [1014/1142]  lib/time.rb
 88% [1015/1142]  lib/timeout.rb
 88% [1016/1142]  lib/tmpdir.rb
 89% [1017/1142]  lib/tracer.rb
 89% [1018/1142]  lib/tsort.rb
 89% [1019/1142]  lib/un.rb
 89% [1020/1142]  lib/unicode_normalize/normalize.rb
 89% [1021/1142]  lib/unicode_normalize/tables.rb
 89% [1022/1142]  lib/uri.rb
 89% [1023/1142]  lib/uri/common.rb
 89% [1024/1142]  lib/uri/file.rb
 89% [1025/1142]  lib/uri/ftp.rb
 89% [1026/1142]  lib/uri/generic.rb
 89% [1027/1142]  lib/uri/http.rb
 90% [1028/1142]  lib/uri/https.rb
 90% [1029/1142]  lib/uri/ldap.rb
 90% [1030/1142]  lib/uri/ldaps.rb
 90% [1031/1142]  lib/uri/mailto.rb
 90% [1032/1142]  lib/uri/rfc2396_parser.rb
 90% [1033/1142]  lib/uri/rfc3986_parser.rb
 90% [1034/1142]  lib/uri/version.rb
 90% [1035/1142]  lib/weakref.rb
 90% [1036/1142]  lib/webrick.rb
 90% [1037/1142]  lib/webrick/accesslog.rb
 90% [1038/1142]  lib/webrick/cgi.rb
 90% [1039/1142]  lib/webrick/compat.rb
 91% [1040/1142]  lib/webrick/config.rb
 91% [1041/1142]  lib/webrick/cookie.rb
 91% [1042/1142]  lib/webrick/htmlutils.rb
 91% [1043/1142]  lib/webrick/httpauth.rb
 91% [1044/1142]  lib/webrick/httpauth/authenticator.rb
 91% [1045/1142]  lib/webrick/httpauth/basicauth.rb
 91% [1046/1142]  lib/webrick/httpauth/digestauth.rb
 91% [1047/1142]  lib/webrick/httpauth/htdigest.rb
 91% [1048/1142]  lib/webrick/httpauth/htgroup.rb
 91% [1049/1142]  lib/webrick/httpauth/htpasswd.rb
 91% [1050/1142]  lib/webrick/httpauth/userdb.rb
 92% [1051/1142]  lib/webrick/httpproxy.rb
 92% [1052/1142]  lib/webrick/httprequest.rb
 92% [1053/1142]  lib/webrick/httpresponse.rb
 92% [1054/1142]  lib/webrick/https.rb
 92% [1055/1142]  lib/webrick/httpserver.rb
 92% [1056/1142]  lib/webrick/httpservlet.rb
 92% [1057/1142]  lib/webrick/httpservlet/abstract.rb
 92% [1058/1142]  lib/webrick/httpservlet/cgi_runner.rb
 92% [1059/1142]  lib/webrick/httpservlet/cgihandler.rb
 92% [1060/1142]  lib/webrick/httpservlet/erbhandler.rb
 92% [1061/1142]  lib/webrick/httpservlet/filehandler.rb
 92% [1062/1142]  lib/webrick/httpservlet/prochandler.rb
 93% [1063/1142]  lib/webrick/httpstatus.rb
 93% [1064/1142]  lib/webrick/httputils.rb
 93% [1065/1142]  lib/webrick/httpversion.rb
 93% [1066/1142]  lib/webrick/log.rb
 93% [1067/1142]  lib/webrick/server.rb
 93% [1068/1142]  lib/webrick/ssl.rb
 93% [1069/1142]  lib/webrick/utils.rb
 93% [1070/1142]  lib/webrick/version.rb
 93% [1071/1142]  lib/yaml.rb
 93% [1072/1142]  lib/yaml/dbm.rb
 93% [1073/1142]  lib/yaml/store.rb
 94% [1074/1142]  load.c
 94% [1075/1142]  loadpath.c
 94% [1076/1142]  localeinit.c
 94% [1077/1142]  main.c
 94% [1078/1142]  marshal.c
 94% [1079/1142]  math.c
 94% [1080/1142]  mini_builtin.c
 94% [1081/1142]  miniinit.c
 94% [1082/1142]  miniprelude.c
 94% [1083/1142]  mjit.c
 94% [1084/1142]  mjit_compile.c
 95% [1085/1142]  mjit_worker.c
 95% [1086/1142]  node.c
 95% [1087/1142]  numeric.c
 95% [1088/1142]  object.c
 95% [1089/1142]  pack.c
 95% [1090/1142]  pack.rb
 95% [1091/1142]  parse.c
 95% [1092/1142]  parse.y
 95% [1093/1142]  prelude.rb
 95% [1094/1142]  proc.c
 95% [1095/1142]  process.c
 95% [1096/1142]  random.c
 96% [1097/1142]  range.c
 96% [1098/1142]  rational.c
 96% [1099/1142]  rbconfig.rb
 96% [1100/1142]  re.c
 96% [1101/1142]  regcomp.c
 96% [1102/1142]  regenc.c
 96% [1103/1142]  regerror.c
 96% [1104/1142]  regexec.c
 96% [1105/1142]  regparse.c
 96% [1106/1142]  regsyntax.c
 96% [1107/1142]  ruby-runner.c
 97% [1108/1142]  ruby.c
 97% [1109/1142]  rubystub.c
 97% [1110/1142]  safe.c
 97% [1111/1142]  signal.c
 97% [1112/1142]  siphash.c
 97% [1113/1142]  sparc.c
 97% [1114/1142]  sprintf.c
 97% [1115/1142]  st.c
 97% [1116/1142]  strftime.c
 97% [1117/1142]  string.c
 97% [1118/1142]  struct.c
 97% [1119/1142]  symbol.c
 98% [1120/1142]  thread.c
 98% [1121/1142]  thread_pthread.c
 98% [1122/1142]  thread_sync.c
 98% [1123/1142]  thread_win32.c
 98% [1124/1142]  time.c
 98% [1125/1142]  trace_point.rb
 98% [1126/1142]  transcode.c
 98% [1127/1142]  transient_heap.c
 98% [1128/1142]  util.c
 98% [1129/1142]  variable.c
 98% [1130/1142]  version.c
 99% [1131/1142]  vm.c
 99% [1132/1142]  vm_args.c
 99% [1133/1142]  vm_backtrace.c
 99% [1134/1142]  vm_dump.c
 99% [1135/1142]  vm_eval.c
 99% [1136/1142]  vm_exec.c
 99% [1137/1142]  vm_insnhelper.c
 99% [1138/1142]  vm_method.c
 99% [1139/1142]  vm_trace.c
 99% [1140/1142]  vsnprintf.c
 99% [1141/1142]  warning.rb
100% [1142/1142]  win32/README.win32

Generating RI format into /tmp/ruby-build.20210313204112.405305.7AYOGl/ruby-2.7.2/.ext/rdoc...


  Files:       1142

  Classes:     1614 ( 758 undocumented)
  Modules:      327 ( 134 undocumented)
  Constants:   2436 ( 727 undocumented)
  Attributes:  1489 ( 559 undocumented)
  Methods:    13029 (3996 undocumented)

  Total:      18895 (6174 undocumented)
   67.32% documented

  Elapsed: 19.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" --mflags="" --make-flags="" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="doc" --rdoc-output=".ext/rdoc" --html-output=".ext/html"
installing binary commands:         /home/snake/.asdf/installs/ruby/2.7.2/bin
installing base libraries:          /home/snake/.asdf/installs/ruby/2.7.2/lib
installing arch files:              /home/snake/.asdf/installs/ruby/2.7.2/lib/ruby/2.7.0/x86_64-linux
installing pkgconfig data:          /home/snake/.asdf/installs/ruby/2.7.2/lib/pkgconfig
installing extension objects:       /home/snake/.asdf/installs/ruby/2.7.2/lib/ruby/2.7.0/x86_64-linux
installing extension objects:       /home/snake/.asdf/installs/ruby/2.7.2/lib/ruby/site_ruby/2.7.0/x86_64-linux
installing extension objects:       /home/snake/.asdf/installs/ruby/2.7.2/lib/ruby/vendor_ruby/2.7.0/x86_64-linux
installing extension headers:       /home/snake/.asdf/installs/ruby/2.7.2/include/ruby-2.7.0/x86_64-linux
installing extension scripts:       /home/snake/.asdf/installs/ruby/2.7.2/lib/ruby/2.7.0
installing extension scripts:       /home/snake/.asdf/installs/ruby/2.7.2/lib/ruby/site_ruby/2.7.0
installing extension scripts:       /home/snake/.asdf/installs/ruby/2.7.2/lib/ruby/vendor_ruby/2.7.0
installing extension headers:       /home/snake/.asdf/installs/ruby/2.7.2/include/ruby-2.7.0/ruby
installing rdoc:                    /home/snake/.asdf/installs/ruby/2.7.2/share/ri/2.7.0/system
installing html-docs:               /home/snake/.asdf/installs/ruby/2.7.2/share/doc/ruby
installing capi-docs:               /home/snake/.asdf/installs/ruby/2.7.2/share/doc/ruby
installing command scripts:         /home/snake/.asdf/installs/ruby/2.7.2/bin
installing library scripts:         /home/snake/.asdf/installs/ruby/2.7.2/lib/ruby/2.7.0
installing common headers:          /home/snake/.asdf/installs/ruby/2.7.2/include/ruby-2.7.0
installing manpages:                /home/snake/.asdf/installs/ruby/2.7.2/share/man (man1, man5)
installing default gems from lib:   /home/snake/.asdf/installs/ruby/2.7.2/lib/ruby/gems/2.7.0 (build_info, cache, doc, extensions, gems, specifications)
                                    benchmark 0.1.0
                                    bundler 2.1.4
                                    cgi 0.1.0
                                    csv 3.1.2
                                    delegate 0.1.0
                                    did_you_mean 1.4.0
                                    fileutils 1.4.1
                                    forwardable 1.3.1
                                    getoptlong 0.1.0
                                    ipaddr 1.2.2
                                    irb 1.2.6
                                    logger 1.4.2
                                    matrix 0.2.0
                                    mutex_m 0.1.0
                                    net-pop 0.1.0
                                    net-smtp 0.1.0
                                    observer 0.1.0
                                    open3 0.1.0
                                    ostruct 0.2.0
                                    prime 0.1.1
                                    pstore 0.1.0
                                    racc 1.4.16
                                    rdoc 6.2.1
                                    readline 0.0.2
                                    reline 0.1.5
                                    rexml 3.2.3
                                    rss 0.2.8
                                    singleton 0.1.0
                                    timeout 0.1.0
                                    tracer 0.1.0
                                    uri 0.10.0
                                    webrick 1.6.0
                                    yaml 0.1.0
installing default gems from ext:   /home/snake/.asdf/installs/ruby/2.7.2/lib/ruby/gems/2.7.0 (build_info, cache, doc, extensions, gems, specifications)
                                    bigdecimal 2.0.0
                                    date 3.0.0
                                    dbm 1.1.0
                                    etc 1.1.0
                                    fcntl 1.0.0
                                    fiddle 1.0.0
                                    gdbm 2.1.0
                                    io-console 0.5.6
                                    json 2.3.0
                                    openssl 2.1.2
                                    psych 3.1.0
                                    readline-ext 0.1.0
                                    sdbm 1.0.0
                                    stringio 0.1.0
                                    strscan 1.0.3
                                    zlib 1.1.0
installing bundled gems:            /home/snake/.asdf/installs/ruby/2.7.2/lib/ruby/gems/2.7.0 (build_info, cache, doc, extensions, gems, specifications)
                                    test-unit 3.3.4
                                    power_assert 1.1.7
                                    minitest 5.13.0
                                    rake 13.0.1
                                    xmlrpc 0.3.0
                                    net-telnet 0.2.0

@fra-pa
Copy link

fra-pa commented Jun 12, 2021

I had exactly the same problem trying to install Ruby 3.0.1 under Ubuntu 21.04 with asdf install ruby 3.0.1. As I could install this version manually from source into a temporary directory and using RVM without any problem before, I knew that the installed libraries are not the reason.

After playing around and some debugging, I started cleaning up my environment:

unset GEM_HOME
unset GEM_PATH
PATH=/verify/that/.asdf/shims:/and/.asdf/bin:/comes/before/any/.rvm/settings

Turns out that removing ruby runtime variables solved the issue, at least for me. An existing RVM installation messed up the environment for the asdf-ruby installation to use the wrong gems.

This is an external cause and not really a bug in asdf-ruby. But it affects installation and runtime. With the knowledge of an existing problem, I suggest to add a verification step with a warning or early failure. Even sanitising the environment could be an option.

This might not solve this issue in any case, but maybe it helps.

@Stratus3D
Copy link
Member

@fra-pa PR welcome! Though I'm not sure how we'd validate GEM_HOME and GEM_PATH as the user is still permitted to set them with asdf I believe.

@ssnake can you confirm that @fra-pa 's solution works for you?

@dlapiduz
Copy link

dlapiduz commented Apr 5, 2022

I was having similar issues installing Ruby on a Mac and unsettling the GEM vars solved the problem.

@erikw
Copy link

erikw commented May 22, 2023

Same for me, GEM_HOME causes build issues (any ruby version) with openssl (on MBP M1).

I've had issues for probably over a year, just finding out that the issue was all the time that I had GEM_HOME set.

@Stratus3D
Copy link
Member

PR welcome for this issue! We should just be able to check for GEM_HOME and GEM_PATH being set to something related to RVM in order to resolve this issue. Or maybe they need to always be unset. I've not had time to investigate this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants
@dlapiduz @erikw @ssnake @Stratus3D @fra-pa and others