Psycho_Coder

Successful Installation of Ruby using rbenv

Oct 28th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 111.65 KB | None | 0 0
  1.  
  2. coder@no-one:~$ rbenv install 2.3.1 -v
  3. /tmp/ruby-build.20161028215016.16949 ~
  4. Downloading ruby-2.3.1.tar.bz2...
  5. -> https://cache.ruby-lang.org/pub/ruby/2.3/ruby-2.3.1.tar.bz2
  6. /tmp/ruby-build.20161028215016.16949/ruby-2.3.1 /tmp/ruby-build.20161028215016.16949 ~
  7. Installing ruby-2.3.1...
  8. checking for ruby... false
  9. checking build system type... x86_64-pc-linux-gnu
  10. checking host system type... x86_64-pc-linux-gnu
  11. checking target system type... x86_64-pc-linux-gnu
  12. checking for gcc... gcc
  13. checking whether the C compiler works... yes
  14. checking for C compiler default output file name... a.out
  15. checking for suffix of executables...
  16. checking whether we are cross compiling... no
  17. checking for suffix of object files... o
  18. checking whether we are using the GNU C compiler... yes
  19. checking whether gcc accepts -g... yes
  20. checking for gcc option to accept ISO C89... none needed
  21. checking for g++... g++
  22. checking whether we are using the GNU C++ compiler... yes
  23. checking whether g++ accepts -g... yes
  24. checking how to run the C preprocessor... gcc -E
  25. checking for grep that handles long lines and -e... /bin/grep
  26. checking for egrep... /bin/grep -E
  27. checking whether gcc needs -traditional... no
  28. checking for ld... ld
  29. checking whether the linker is GNU ld... yes
  30. checking whether gcc -E accepts -o... yes
  31. checking for ranlib... ranlib
  32. checking for ar... ar
  33. checking for as... as
  34. checking for objdump... objdump
  35. checking for objcopy... objcopy
  36. checking for nm... nm
  37. checking whether ln -s works... yes
  38. checking whether make sets $(MAKE)... yes
  39. checking for a BSD-compatible install... /usr/bin/install -c
  40. checking for a thread-safe mkdir -p... /bin/mkdir -p
  41. checking for dtrace... no
  42. checking for dot... no
  43. checking for doxygen... no
  44. checking for pkg-config... pkg-config
  45. checking for ANSI C header files... yes
  46. checking for sys/types.h... yes
  47. checking for sys/stat.h... yes
  48. checking for stdlib.h... yes
  49. checking for string.h... yes
  50. checking for memory.h... yes
  51. checking for strings.h... yes
  52. checking for inttypes.h... yes
  53. checking for stdint.h... yes
  54. checking for unistd.h... yes
  55. checking minix/config.h usability... no
  56. checking minix/config.h presence... no
  57. checking for minix/config.h... no
  58. checking whether it is safe to define __EXTENSIONS__... yes
  59. checking for cd using physical directory... cd -P
  60. checking whether CFLAGS is valid... yes
  61. checking whether LDFLAGS is valid... yes
  62. checking whether -Wno-unused-parameter is accepted as CFLAGS... yes
  63. checking whether -Wno-parentheses is accepted as CFLAGS... yes
  64. checking whether -Wno-long-long is accepted as CFLAGS... yes
  65. checking whether -diag-disable=2259 is accepted as CFLAGS... no
  66. checking whether -Wno-missing-field-initializers is accepted as CFLAGS... yes
  67. checking whether -Wunused-variable is accepted as CFLAGS... yes
  68. checking whether -Wpointer-arith is accepted as CFLAGS... yes
  69. checking whether -Wwrite-strings is accepted as CFLAGS... yes
  70. checking whether -Wdeclaration-after-statement is accepted as CFLAGS... yes
  71. checking whether -Wshorten-64-to-32 is accepted as CFLAGS... no
  72. checking whether -Wimplicit-function-declaration is accepted as CFLAGS... yes
  73. checking whether -Wdivision-by-zero is accepted as CFLAGS... no
  74. checking whether -Wdeprecated-declarations is accepted as CFLAGS... yes
  75. checking whether -Wno-packed-bitfield-compat is accepted as CFLAGS... yes
  76. checking whether -Wextra-tokens is accepted as CFLAGS... no
  77. checking whether -Wno-maybe-uninitialized is accepted as CFLAGS... yes
  78. checking whether -Wall -Wextra is accepted as CFLAGS... yes
  79. checking whether -Qunused-arguments is accepted as CFLAGS... no
  80. checking whether INFINITY is available without C99 option... yes
  81. checking whether NAN is available without C99 option... yes
  82. checking whether -D_FORTIFY_SOURCE=2 is accepted as CFLAGS... yes
  83. checking whether -fstack-protector is accepted as CFLAGS... yes
  84. checking whether -fstack-protector is accepted as LDFLAGS... yes
  85. checking whether -std=iso9899:1999 is accepted as CFLAGS... yes
  86. checking whether -fno-strict-overflow is accepted as CFLAGS... yes
  87. checking whether -ggdb3 is accepted as CFLAGS... yes
  88. checking whether -fvisibility=hidden is accepted as CFLAGS... yes
  89. checking whether -fno-fast-math is accepted as CFLAGS... yes
  90. checking whether -fp-model precise is accepted as CFLAGS... no
  91. checking for crypt in -lcrypt... yes
  92. checking for dlopen in -ldl... yes
  93. checking for shl_load in -ldld... no
  94. checking for shutdown in -lsocket... no
  95. checking for dirent.h that defines DIR... yes
  96. checking for library containing opendir... none required
  97. checking for stdbool.h that conforms to C99... yes
  98. checking for _Bool... yes
  99. checking for sys/wait.h that is POSIX.1 compatible... yes
  100. checking a.out.h usability... yes
  101. checking a.out.h presence... yes
  102. checking for a.out.h... yes
  103. checking atomic.h usability... no
  104. checking atomic.h presence... no
  105. checking for atomic.h... no
  106. checking direct.h usability... no
  107. checking direct.h presence... no
  108. checking for direct.h... no
  109. checking grp.h usability... yes
  110. checking grp.h presence... yes
  111. checking for grp.h... yes
  112. checking fcntl.h usability... yes
  113. checking fcntl.h presence... yes
  114. checking for fcntl.h... yes
  115. checking float.h usability... yes
  116. checking float.h presence... yes
  117. checking for float.h... yes
  118. checking ieeefp.h usability... no
  119. checking ieeefp.h presence... no
  120. checking for ieeefp.h... no
  121. checking intrinsics.h usability... no
  122. checking intrinsics.h presence... no
  123. checking for intrinsics.h... no
  124. checking langinfo.h usability... yes
  125. checking langinfo.h presence... yes
  126. checking for langinfo.h... yes
  127. checking limits.h usability... yes
  128. checking limits.h presence... yes
  129. checking for limits.h... yes
  130. checking locale.h usability... yes
  131. checking locale.h presence... yes
  132. checking for locale.h... yes
  133. checking malloc.h usability... yes
  134. checking malloc.h presence... yes
  135. checking for malloc.h... yes
  136. checking malloc/malloc.h usability... no
  137. checking malloc/malloc.h presence... no
  138. checking for malloc/malloc.h... no
  139. checking malloc_np.h usability... no
  140. checking malloc_np.h presence... no
  141. checking for malloc_np.h... no
  142. checking net/socket.h usability... no
  143. checking net/socket.h presence... no
  144. checking for net/socket.h... no
  145. checking process.h usability... no
  146. checking process.h presence... no
  147. checking for process.h... no
  148. checking pwd.h usability... yes
  149. checking pwd.h presence... yes
  150. checking for pwd.h... yes
  151. checking setjmpex.h usability... no
  152. checking setjmpex.h presence... no
  153. checking for setjmpex.h... no
  154. checking sys/attr.h usability... no
  155. checking sys/attr.h presence... no
  156. checking for sys/attr.h... no
  157. checking sys/fcntl.h usability... yes
  158. checking sys/fcntl.h presence... yes
  159. checking for sys/fcntl.h... yes
  160. checking sys/file.h usability... yes
  161. checking sys/file.h presence... yes
  162. checking for sys/file.h... yes
  163. checking sys/id.h usability... no
  164. checking sys/id.h presence... no
  165. checking for sys/id.h... no
  166. checking sys/ioctl.h usability... yes
  167. checking sys/ioctl.h presence... yes
  168. checking for sys/ioctl.h... yes
  169. checking sys/mkdev.h usability... no
  170. checking sys/mkdev.h presence... no
  171. checking for sys/mkdev.h... no
  172. checking sys/param.h usability... yes
  173. checking sys/param.h presence... yes
  174. checking for sys/param.h... yes
  175. checking sys/prctl.h usability... yes
  176. checking sys/prctl.h presence... yes
  177. checking for sys/prctl.h... yes
  178. checking sys/resource.h usability... yes
  179. checking sys/resource.h presence... yes
  180. checking for sys/resource.h... yes
  181. checking sys/select.h usability... yes
  182. checking sys/select.h presence... yes
  183. checking for sys/select.h... yes
  184. checking sys/sendfile.h usability... yes
  185. checking sys/sendfile.h presence... yes
  186. checking for sys/sendfile.h... yes
  187. checking sys/socket.h usability... yes
  188. checking sys/socket.h presence... yes
  189. checking for sys/socket.h... yes
  190. checking sys/syscall.h usability... yes
  191. checking sys/syscall.h presence... yes
  192. checking for sys/syscall.h... yes
  193. checking sys/time.h usability... yes
  194. checking sys/time.h presence... yes
  195. checking for sys/time.h... yes
  196. checking sys/times.h usability... yes
  197. checking sys/times.h presence... yes
  198. checking for sys/times.h... yes
  199. checking sys/uio.h usability... yes
  200. checking sys/uio.h presence... yes
  201. checking for sys/uio.h... yes
  202. checking sys/utime.h usability... no
  203. checking sys/utime.h presence... no
  204. checking for sys/utime.h... no
  205. checking syscall.h usability... yes
  206. checking syscall.h presence... yes
  207. checking for syscall.h... yes
  208. checking time.h usability... yes
  209. checking time.h presence... yes
  210. checking for time.h... yes
  211. checking ucontext.h usability... yes
  212. checking ucontext.h presence... yes
  213. checking for ucontext.h... yes
  214. checking utime.h usability... yes
  215. checking utime.h presence... yes
  216. checking for utime.h... yes
  217. checking gmp.h usability... no
  218. checking gmp.h presence... no
  219. checking for gmp.h... no
  220. checking for special C compiler options needed for large files... no
  221. checking for _FILE_OFFSET_BITS value needed for large files... no
  222. checking whether byte ordering is bigendian... no
  223. checking for an ANSI C-conforming const... yes
  224. checking whether char is unsigned... no
  225. checking for inline... inline
  226. checking for working volatile... yes
  227. checking for typeof syntax and keyword spelling... __typeof__
  228. checking for long long... yes
  229. checking for off_t... yes
  230. checking char bit... 8
  231. checking size of int... 4
  232. checking size of short... 2
  233. checking size of long... 8
  234. checking size of long long... 8
  235. checking size of __int64... 0
  236. checking size of off_t... 8
  237. checking size of void*... 8
  238. checking size of float... 4
  239. checking size of double... 8
  240. checking size of time_t... 8
  241. checking size of clock_t... 8
  242. checking packed struct attribute... x __attribute__((packed))
  243. checking for printf prefix for long long... ll
  244. checking for pid_t... yes
  245. checking for convertible type of pid_t... INT
  246. checking for uid_t... yes
  247. checking for convertible type of uid_t... UINT
  248. checking for gid_t... yes
  249. checking for convertible type of gid_t... UINT
  250. checking for time_t... yes
  251. checking for convertible type of time_t... LONG
  252. checking for dev_t... yes
  253. checking for convertible type of dev_t... ULONG
  254. checking for mode_t... yes
  255. checking for convertible type of mode_t... UINT
  256. checking for rlim_t... yes
  257. checking for convertible type of rlim_t... ULONG
  258. checking for off_t... (cached) yes
  259. checking for convertible type of off_t... LONG
  260. checking for clockid_t... yes
  261. checking for convertible type of clockid_t... INT
  262. checking for prototypes... yes
  263. checking token paste string... ansi
  264. checking stringization... #expr
  265. checking string literal concatenation... yes
  266. checking for variable length prototypes and stdarg.h... yes
  267. checking for variable length macro... yes
  268. checking for NORETURN function attribute... __attribute__ ((noreturn)) x
  269. checking for DEPRECATED function attribute... __attribute__ ((deprecated)) x
  270. checking for DEPRECATED_BY function attribute... __attribute__ ((deprecated("by "#n))) x
  271. checking for DEPRECATED_TYPE type attribute... __attribute__ ((deprecated mesg)) x
  272. checking for NOINLINE function attribute... __attribute__ ((noinline)) x
  273. checking for WEAK function attribute... __attribute__ ((weak)) x
  274. checking for stdcall function attribute... x
  275. checking for cdecl function attribute... x
  276. checking for fastcall function attribute... x
  277. checking for FUNC_UNOPTIMIZED function attribute... __attribute__ ((optimize("O0"))) x
  278. checking for FUNC_MINIMIZED function attribute... __attribute__ ((optimize("-Os","-fomit-frame-pointer"))) x
  279. checking for function alias... alias
  280. checking for __atomic builtins... yes
  281. checking for __sync builtins... yes
  282. checking for __builtin_unreachable... yes
  283. checking for exported function attribute... __attribute__ ((visibility("default")))
  284. checking for function name string predefined identifier... __func__
  285. checking if enum over int is allowed... yes
  286. checking whether sys_nerr is declared... yes
  287. checking whether getenv is declared... yes
  288. checking for size_t... yes
  289. checking size of size_t... 8
  290. checking size of ptrdiff_t... 8
  291. checking for printf prefix for size_t... z
  292. checking for printf prefix for ptrdiff_t... t
  293. checking for struct stat.st_blksize... yes
  294. checking for struct stat.st_blocks... yes
  295. checking for struct stat.st_rdev... yes
  296. checking size of struct stat.st_size... SIZEOF_OFF_T
  297. checking size of struct stat.st_blocks... SIZEOF_OFF_T
  298. checking size of struct stat.st_ino... SIZEOF_LONG
  299. checking for struct stat.st_atim... yes
  300. checking for struct stat.st_atimespec... no
  301. checking for struct stat.st_atimensec... no
  302. checking for struct stat.st_mtim... yes
  303. checking for struct stat.st_mtimespec... no
  304. checking for struct stat.st_mtimensec... no
  305. checking for struct stat.st_ctim... yes
  306. checking for struct stat.st_ctimespec... no
  307. checking for struct stat.st_ctimensec... no
  308. checking for struct stat.st_birthtimespec... no
  309. checking for struct timeval... yes
  310. checking size of struct timeval.tv_sec... SIZEOF_TIME_T
  311. checking for struct timespec... yes
  312. checking for struct timezone... yes
  313. checking for clockid_t... (cached) yes
  314. checking for fd_mask... yes
  315. checking for int8_t... yes
  316. checking size of int8_t... 1
  317. checking for uint8_t... yes
  318. checking size of uint8_t... 1
  319. checking for int16_t... yes
  320. checking size of int16_t... 2
  321. checking for uint16_t... yes
  322. checking size of uint16_t... 2
  323. checking for int32_t... yes
  324. checking size of int32_t... 4
  325. checking for uint32_t... yes
  326. checking size of uint32_t... 4
  327. checking for int64_t... yes
  328. checking size of int64_t... 8
  329. checking for uint64_t... yes
  330. checking size of uint64_t... 8
  331. checking for intptr_t... yes
  332. checking size of intptr_t... 8
  333. checking for uintptr_t... yes
  334. checking size of uintptr_t... 8
  335. checking for ssize_t... yes
  336. checking size of ssize_t... 8
  337. checking for stack end address... __libc_stack_end
  338. checking for uid_t in sys/types.h... (cached) yes
  339. checking type of array argument to getgroups... gid_t
  340. checking return type of signal handlers... void
  341. checking for working alloca.h... yes
  342. checking for alloca... yes
  343. checking for dynamic size alloca... ok
  344. checking for working memcmp... yes
  345. checking for broken erfc of glibc-2.3.6 on IA64... no
  346. checking for acosh... yes
  347. checking for cbrt... yes
  348. checking for crypt... yes
  349. checking for dup2... yes
  350. checking for erf... yes
  351. checking for explicit_bzero... no
  352. checking for ffs... yes
  353. checking for finite... yes
  354. checking for flock... yes
  355. checking for hypot... yes
  356. checking for isinf... yes
  357. checking for isnan... yes
  358. checking for lgamma_r... yes
  359. checking for memmove... yes
  360. checking for nextafter... yes
  361. checking for setproctitle... no
  362. checking for strchr... yes
  363. checking for strerror... yes
  364. checking for strlcat... no
  365. checking for strlcpy... no
  366. checking for strstr... yes
  367. checking for tgamma... yes
  368. checking sys/pstat.h usability... no
  369. checking sys/pstat.h presence... no
  370. checking for sys/pstat.h... no
  371. checking for signbit... yes
  372. checking for broken memmem... no
  373. checking for pid_t... (cached) yes
  374. checking vfork.h usability... no
  375. checking vfork.h presence... no
  376. checking for vfork.h... no
  377. checking for fork... yes
  378. checking for vfork... yes
  379. checking for working fork... yes
  380. checking for working vfork... (cached) yes
  381. checking for __syscall... no
  382. checking for _longjmp... yes
  383. checking for _setjmp... yes
  384. checking for _setjmpex... no
  385. checking for atan2l... yes
  386. checking for atan2f... yes
  387. checking for chroot... yes
  388. checking for chsize... no
  389. checking for clock_gettime... yes
  390. checking for cosh... yes
  391. checking for daemon... (cached) no
  392. checking for dirfd... yes
  393. checking for dl_iterate_phdr... yes
  394. checking for dlopen... yes
  395. checking for dladdr... yes
  396. checking for dup... yes
  397. checking for dup3... yes
  398. checking for eaccess... yes
  399. checking for endgrent... yes
  400. checking for fchmod... yes
  401. checking for fchown... yes
  402. checking for fcntl... yes
  403. checking for fdatasync... yes
  404. checking for fgetattrlist... no
  405. checking for fmod... yes
  406. checking for fsync... yes
  407. checking for ftruncate... yes
  408. checking for ftruncate64... yes
  409. checking for getattrlist... no
  410. checking for getcwd... yes
  411. checking for getgidx... no
  412. checking for getgrnam... yes
  413. checking for getgrnam_r... yes
  414. checking for getgroups... yes
  415. checking for getpgid... yes
  416. checking for getpgrp... yes
  417. checking for getpriority... yes
  418. checking for getpwnam_r... yes
  419. checking for getresgid... yes
  420. checking for getresuid... yes
  421. checking for getrlimit... yes
  422. checking for getsid... yes
  423. checking for gettimeofday... yes
  424. checking for getuidx... no
  425. checking for gmtime_r... yes
  426. checking for initgroups... yes
  427. checking for ioctl... yes
  428. checking for isfinite... no
  429. checking for issetugid... no
  430. checking for killpg... yes
  431. checking for lchmod... no
  432. checking for lchown... yes
  433. checking for link... yes
  434. checking for llabs... yes
  435. checking for lockf... yes
  436. checking for log2... yes
  437. checking for lstat... yes
  438. checking for malloc_usable_size... yes
  439. checking for malloc_size... no
  440. checking for mblen... yes
  441. checking for memalign... yes
  442. checking for memset_s... no
  443. checking for writev... yes
  444. checking for memrchr... yes
  445. checking for memmem... yes
  446. checking for mkfifo... yes
  447. checking for mknod... yes
  448. checking for mktime... yes
  449. checking for pipe2... yes
  450. checking for poll... yes
  451. checking for posix_fadvise... yes
  452. checking for posix_memalign... yes
  453. checking for ppoll... yes
  454. checking for pread... yes
  455. checking for qsort_r... yes
  456. checking for readlink... yes
  457. checking for round... yes
  458. checking for sched_getaffinity... yes
  459. checking for seekdir... yes
  460. checking for select_large_fdset... no
  461. checking for sendfile... yes
  462. checking for setegid... yes
  463. checking for setenv... yes
  464. checking for seteuid... yes
  465. checking for setgid... yes
  466. checking for setgroups... yes
  467. checking for setpgid... yes
  468. checking for setpgrp... yes
  469. checking for setregid... yes
  470. checking for setresgid... yes
  471. checking for setresuid... yes
  472. checking for setreuid... yes
  473. checking for setrgid... no
  474. checking for setrlimit... yes
  475. checking for setruid... no
  476. checking for setsid... yes
  477. checking for setuid... yes
  478. checking for shutdown... yes
  479. checking for sigaction... yes
  480. checking for sigaltstack... yes
  481. checking for sigprocmask... yes
  482. checking for sinh... yes
  483. checking for spawnv... no
  484. checking for symlink... yes
  485. checking for syscall... yes
  486. checking for sysconf... yes
  487. checking for tanh... yes
  488. checking for telldir... yes
  489. checking for timegm... yes
  490. checking for times... yes
  491. checking for truncate... yes
  492. checking for truncate64... yes
  493. checking for unsetenv... yes
  494. checking for utimensat... yes
  495. checking for utimes... yes
  496. checking for wait4... yes
  497. checking for waitpid... yes
  498. checking if getcwd allocates buffer if NULL is given... yes
  499. checking for __builtin_bswap16... yes
  500. checking for __builtin_bswap32... yes
  501. checking for __builtin_bswap64... yes
  502. checking for __builtin_clz... yes
  503. checking for __builtin_clzl... yes
  504. checking for __builtin_clzll... yes
  505. checking for __builtin_choose_expr... yes
  506. checking for __builtin_choose_expr_constant_p... yes
  507. checking for __builtin_types_compatible_p... yes
  508. checking whether qsort_r is GNU version... yes
  509. checking whether qsort_r is BSD version... no
  510. checking whether atan2 handles Inf as C99... yes
  511. checking whether lgamma_r handles -0.0... yes
  512. checking for clock_getres... yes
  513. checking for unsetenv returns a value... yes
  514. checking for sigsetjmp as a macro or function... yes
  515. checking whether struct tm is in sys/time.h or time.h... time.h
  516. checking for struct tm.tm_zone... yes
  517. checking for struct tm.tm_gmtoff... yes
  518. checking for external int daylight... yes
  519. checking for external timezone... long
  520. checking for external altzone... no
  521. checking for timezone... yes
  522. checking whether timezone requires zero arguments... yes
  523. checking for negative time_t for gmtime(3)... yes
  524. checking for localtime(3) overflow correctly... yes
  525. checking whether right shift preserve sign bit... yes
  526. checking whether _SC_CLK_TCK is supported... yes
  527. checking stack growing direction on x86_64... -1
  528. checking for pthread_kill in -lthr... no
  529. checking for pthread_kill in -lpthread... yes
  530. checking for pthread_np.h... no
  531. checking whether pthread_t is scalar type... yes
  532. checking for sched_yield... yes
  533. checking for pthread_attr_setinheritsched... yes
  534. checking for pthread_attr_get_np... no
  535. checking for pthread_attr_getstack... yes
  536. checking for pthread_get_stackaddr_np... no
  537. checking for pthread_get_stacksize_np... no
  538. checking for thr_stksegment... no
  539. checking for pthread_stackseg_np... no
  540. checking for pthread_getthrds_np... no
  541. checking for pthread_cond_init... yes
  542. checking for pthread_condattr_setclock... yes
  543. checking for pthread_condattr_init... yes
  544. checking for pthread_sigmask... yes
  545. checking for pthread_setname_np... yes
  546. checking for pthread_set_name_np... no
  547. checking for pthread_getattr_np... yes
  548. checking for pthread_attr_init... yes
  549. checking arguments of pthread_setname_np... (pthread_self(), name)
  550. checking if mcontext_t is a pointer... no
  551. checking for getcontext... yes
  552. checking for setcontext... yes
  553. checking if fork works with pthread... yes
  554. checking whether ELF binaries are produced... yes
  555. checking elf.h usability... yes
  556. checking elf.h presence... yes
  557. checking for elf.h... yes
  558. checking elf_abi.h usability... no
  559. checking elf_abi.h presence... no
  560. checking for elf_abi.h... no
  561. checking whether OS depend dynamic link works... yes
  562. checking whether -Wl,-R. is accepted as LDFLAGS... yes
  563. checking for backtrace... yes
  564. checking for broken backtrace... no
  565. checking valgrind/memcheck.h usability... no
  566. checking valgrind/memcheck.h presence... no
  567. checking for valgrind/memcheck.h... no
  568. checking for strip... strip
  569. checking whether -fPIE is accepted as CFLAGS... yes
  570. checking whether -pie is accepted as LDFLAGS... yes
  571. checking whether wrapper for LD_LIBRARY_PATH is needed... no
  572. checking for __builtin_setjmp... yes with cast ()
  573. checking for setjmp type... __builtin_setjmp
  574. checking for prefix of external symbols... NONE
  575. checking pthread.h usability... yes
  576. checking pthread.h presence... yes
  577. checking for pthread.h... yes
  578. checking if make is GNU make... yes
  579. checking for nroff... /usr/bin/nroff
  580. .ext/include/x86_64-linux/ruby/config.h updated
  581. configure: ruby library version = 2.3.0
  582. configure: creating ./config.status
  583. config.status: creating GNUmakefile
  584. config.status: creating Makefile
  585. config.status: creating ruby-2.3.pc
  586. CC = gcc
  587. LD = ld
  588. LDSHARED = gcc -shared
  589. CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -Wdeprecated-declarations -Wno-packed-bitfield-compat -Wno-maybe-uninitialized -std=iso9899:1999
  590. XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -fPIE
  591. CPPFLAGS = -I/home/coder/.rbenv/versions/2.3.1/include -I. -I.ext/include/x86_64-linux -I./include -I.
  592. DLDFLAGS = -fstack-protector -pie
  593. SOLIBS =
  594. Using built-in specs.
  595. COLLECT_GCC=gcc
  596. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
  597. Target: x86_64-linux-gnu
  598. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.2' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  599. Thread model: posix
  600. gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.2)
  601. copying dummy probes.h
  602. compiling main.c
  603. compiling dmydln.c
  604. compiling miniinit.c
  605. compiling dmyext.c
  606. compiling miniprelude.c
  607. compiling array.c
  608. compiling bignum.c
  609. compiling class.c
  610. compiling compar.c
  611. compiling complex.c
  612. compiling dir.c
  613. compiling dln_find.c
  614. compiling encoding.c
  615. compiling enum.c
  616. compiling enumerator.c
  617. compiling error.c
  618. compiling eval.c
  619. compiling load.c
  620. compiling proc.c
  621. compiling file.c
  622. compiling gc.c
  623. compiling hash.c
  624. compiling inits.c
  625. compiling io.c
  626. compiling marshal.c
  627. compiling math.c
  628. compiling node.c
  629. compiling numeric.c
  630. compiling object.c
  631. compiling pack.c
  632. compiling parse.c
  633. compiling process.c
  634. compiling random.c
  635. compiling range.c
  636. compiling rational.c
  637. compiling re.c
  638. compiling regcomp.c
  639. compiling regenc.c
  640. compiling regerror.c
  641. compiling regexec.c
  642. compiling regparse.c
  643. compiling regsyntax.c
  644. compiling ruby.c
  645. compiling safe.c
  646. compiling signal.c
  647. compiling sprintf.c
  648. compiling st.c
  649. compiling strftime.c
  650. compiling string.c
  651. compiling struct.c
  652. compiling symbol.c
  653. compiling time.c
  654. compiling transcode.c
  655. compiling util.c
  656. compiling variable.c
  657. compiling version.c
  658. compiling compile.c
  659. compiling debug.c
  660. compiling iseq.c
  661. compiling vm.c
  662. compiling vm_dump.c
  663. compiling vm_backtrace.c
  664. compiling vm_trace.c
  665. compiling thread.c
  666. compiling cont.c
  667. compiling ./missing/explicit_bzero.c
  668. compiling ./missing/setproctitle.c
  669. compiling ./missing/strlcat.c
  670. compiling ./missing/strlcpy.c
  671. compiling addr2line.c
  672. compiling dmyenc.c
  673. compiling dln.c
  674. compiling localeinit.c
  675. compiling prelude.c
  676. compiling enc/ascii.c
  677. compiling enc/us_ascii.c
  678. compiling enc/unicode.c
  679. compiling enc/utf_8.c
  680. compiling enc/trans/newline.c
  681. linking miniruby
  682. generating encdb.h
  683. rbconfig.rb updated
  684. generating enc.mk
  685. creating verconf.h
  686. encdb.h updated
  687. verconf.h updated
  688. compiling loadpath.c
  689. making srcs under enc
  690. make[1]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1'
  691. make[1]: Nothing to be done for 'srcs'.
  692. make[1]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1'
  693. generating transdb.h
  694. linking static-library libruby-static.a
  695. ar: `u' modifier ignored since `D' is the default (see `U')
  696. transdb.h updated
  697. verifying static-library libruby-static.a
  698. generating makefile exts.mk
  699. making trans
  700. making enc
  701. make[1]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1'
  702. make[1]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1'
  703. compiling ./enc/encdb.c
  704. compiling ./enc/trans/transdb.c
  705. compiling ./enc/big5.c
  706. compiling ./enc/trans/big5.c
  707. configuring -test-/array/resize
  708. configuring -test-/bignum
  709. configuring -test-/bug-3571
  710. configuring -test-/bug-5832
  711. configuring -test-/bug_reporter
  712. configuring -test-/class
  713. configuring -test-/debug
  714. configuring -test-/dln/empty
  715. configuring -test-/exception
  716. configuring -test-/fatal
  717. configuring -test-/file
  718. compiling ./enc/cp949.c
  719. compiling ./enc/emacs_mule.c
  720. compiling ./enc/euc_jp.c
  721. compiling ./enc/euc_kr.c
  722. compiling ./enc/euc_tw.c
  723. compiling ./enc/gb2312.c
  724. compiling ./enc/gb18030.c
  725. compiling ./enc/gbk.c
  726. compiling ./enc/iso_8859_1.c
  727. compiling ./enc/iso_8859_2.c
  728. compiling ./enc/iso_8859_3.c
  729. compiling ./enc/iso_8859_4.c
  730. compiling ./enc/iso_8859_5.c
  731. configuring -test-/float
  732. configuring -test-/funcall
  733. configuring -test-/gvl/call_without_gvl
  734. configuring -test-/hash
  735. configuring -test-/iseq_load
  736. configuring -test-/iter
  737. configuring -test-/load/dot.dot
  738. configuring -test-/marshal/compat
  739. configuring -test-/marshal/internal_ivar
  740. configuring -test-/marshal/usr
  741. configuring -test-/method
  742. configuring -test-/notimplement
  743. configuring -test-/num2int
  744. compiling ./enc/iso_8859_6.c
  745. configuring -test-/path_to_class
  746. configuring -test-/popen_deadlock
  747. configuring -test-/postponed_job
  748. configuring -test-/printf
  749. configuring -test-/proc
  750. configuring -test-/rational
  751. configuring -test-/recursion
  752. configuring -test-/st/foreach
  753. configuring -test-/st/numhash
  754. configuring -test-/st/update
  755. compiling ./enc/iso_8859_7.c
  756. configuring -test-/string
  757. configuring -test-/struct
  758. configuring -test-/symbol
  759. compiling ./enc/iso_8859_8.c
  760. compiling ./enc/iso_8859_9.c
  761. configuring -test-/time
  762. configuring -test-/tracepoint
  763. compiling ./enc/iso_8859_10.c
  764. configuring -test-/typeddata
  765. configuring -test-/vm
  766. configuring -test-/wait_for_single_fd
  767. configuring bigdecimal
  768. compiling ./enc/iso_8859_11.c
  769. compiling ./enc/iso_8859_13.c
  770. compiling ./enc/iso_8859_14.c
  771. compiling ./enc/iso_8859_15.c
  772. compiling ./enc/iso_8859_16.c
  773. compiling ./enc/koi8_r.c
  774. compiling ./enc/koi8_u.c
  775. compiling ./enc/trans/chinese.c
  776. compiling ./enc/shift_jis.c
  777. compiling ./enc/utf_16be.c
  778. compiling ./enc/utf_16le.c
  779. compiling ./enc/utf_32be.c
  780. compiling ./enc/utf_32le.c
  781. compiling ./enc/windows_31j.c
  782. compiling ./enc/trans/ebcdic.c
  783. compiling ./enc/trans/emoji.c
  784. compiling ./enc/trans/emoji_iso2022_kddi.c
  785. compiling ./enc/windows_1250.c
  786. compiling ./enc/windows_1251.c
  787. compiling ./enc/windows_1252.c
  788. compiling ./enc/trans/emoji_sjis_docomo.c
  789. configuring cgi/escape
  790. configuring continuation
  791. configuring coverage
  792. configuring date
  793. linking encoding encdb.so
  794. configuring dbm
  795. linking encoding big5.so
  796. linking encoding cp949.so
  797. linking encoding emacs_mule.so
  798. linking encoding euc_jp.so
  799. linking encoding euc_kr.so
  800. linking encoding euc_tw.so
  801. linking encoding gb2312.so
  802. linking encoding gb18030.so
  803. linking encoding gbk.so
  804. compiling ./enc/trans/emoji_sjis_kddi.c
  805. linking encoding iso_8859_1.so
  806. linking encoding iso_8859_2.so
  807. linking encoding iso_8859_3.so
  808. linking encoding iso_8859_4.so
  809. linking encoding iso_8859_5.so
  810. compiling ./enc/trans/emoji_sjis_softbank.c
  811. linking encoding iso_8859_6.so
  812. linking encoding iso_8859_7.so
  813. linking encoding iso_8859_8.so
  814. linking encoding iso_8859_9.so
  815. linking encoding iso_8859_10.so
  816. linking encoding iso_8859_11.so
  817. linking encoding iso_8859_13.so
  818. linking encoding iso_8859_14.so
  819. linking encoding iso_8859_15.so
  820. linking encoding iso_8859_16.so
  821. linking encoding koi8_r.so
  822. linking encoding koi8_u.so
  823. linking encoding shift_jis.so
  824. linking encoding utf_16be.so
  825. linking encoding utf_16le.so
  826. compiling ./enc/trans/escape.c
  827. linking encoding utf_32be.so
  828. linking encoding utf_32le.so
  829. linking encoding windows_31j.so
  830. compiling ./enc/trans/gb18030.c
  831. linking encoding windows_1250.so
  832. compiling ./enc/trans/gbk.c
  833. linking encoding windows_1251.so
  834. linking encoding windows_1252.so
  835. make[1]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1'
  836. compiling ./enc/trans/iso2022.c
  837. compiling ./enc/trans/japanese.c
  838. compiling ./enc/trans/japanese_euc.c
  839. compiling ./enc/trans/japanese_sjis.c
  840. header: gdbm-ndbm.h
  841. library: gdbm_compat
  842. compiling ./enc/trans/korean.c
  843. compiling ./enc/trans/single_byte.c
  844. configuring digest
  845. configuring digest/bubblebabble
  846. configuring digest/md5
  847. compiling ./enc/trans/utf8_mac.c
  848. compiling ./enc/trans/utf_16_32.c
  849. linking transcoder transdb.so
  850. linking transcoder big5.so
  851. linking transcoder chinese.so
  852. linking transcoder ebcdic.so
  853. linking transcoder emoji.so
  854. linking transcoder emoji_iso2022_kddi.so
  855. linking transcoder emoji_sjis_docomo.so
  856. linking transcoder emoji_sjis_kddi.so
  857. configuring digest/rmd160
  858. linking transcoder emoji_sjis_softbank.so
  859. linking transcoder escape.so
  860. linking transcoder gb18030.so
  861. linking transcoder gbk.so
  862. linking transcoder iso2022.so
  863. linking transcoder japanese.so
  864. linking transcoder japanese_euc.so
  865. linking transcoder japanese_sjis.so
  866. linking transcoder korean.so
  867. linking transcoder single_byte.so
  868. linking transcoder utf_16_32.so
  869. linking transcoder utf8_mac.so
  870. make[1]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1'
  871. making encs
  872. make[1]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1'
  873. make[1]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1'
  874. configuring digest/sha1
  875. configuring digest/sha2
  876. configuring etc
  877. configuring fcntl
  878. configuring fiber
  879. configuring fiddle
  880. configuring gdbm
  881. configuring io/console
  882. configuring io/nonblock
  883. configuring io/wait
  884. configuring json
  885. configuring json/generator
  886. configuring json/parser
  887. configuring mathn/complex
  888. configuring mathn/rational
  889. configuring nkf
  890. configuring objspace
  891. configuring openssl
  892. configuring pathname
  893. configuring psych
  894. configuring pty
  895. configuring racc/cparse
  896. configuring rbconfig/sizeof
  897. configuring readline
  898. configuring ripper
  899. configuring sdbm
  900. configuring socket
  901. configuring stringio
  902. configuring strscan
  903. configuring syslog
  904. configuring thread
  905. configuring tk
  906. ............
  907. check struct members..
  908. check libraries....
  909. Use ActiveTcl libraries (if available).
  910. Search tclConfig.sh and tkConfig.sh.......................
  911. WARNING: found "/home/coder/anaconda3/lib/tkConfig.sh", but cannot find valid Tk library for the tkConfig.sh. So, ignore it.
  912. .........
  913. Fail to find [tclConfig.sh, tkConfig.sh]
  914. Use X11 libraries (or use TK_XINCLUDES/TK_XLIBSW information on tkConfig.sh).
  915. Warning:: cannot find X11 library. tcltklib will not be compiled (tcltklib is disabled on your Ruby. That is, Ruby/Tk will not work). Please check configure options. If your Tcl/Tk don't require X11, please try --without-X11.
  916. Can't find X11 libraries.
  917. So, can't make tcltklib.so which is required by Ruby/Tk.
  918. Failed to configure tk. It will not be installed.
  919. Failed to configure tk/tkutil. It will not be installed.
  920. configuring zlib
  921. make[1]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1'
  922. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/array/resize'
  923. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/bug-5832'
  924. compiling resize.c
  925. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/bug-3571'
  926. compiling bug.c
  927. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/bignum'
  928. compiling bug.c
  929. compiling str2big.c
  930. linking shared-object -test-/array/resize.so
  931. linking shared-object -test-/bug-3571/bug.so
  932. linking shared-object -test-/bug-5832/bug.so
  933. compiling div.c
  934. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/bug-3571'
  935. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/bug-5832'
  936. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/array/resize'
  937. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/bug_reporter'
  938. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/class'
  939. compiling class2name.c
  940. compiling bug_reporter.c
  941. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/debug'
  942. compiling profile_frames.c
  943. linking shared-object -test-/bug_reporter/bug_reporter.so
  944. compiling bigzero.c
  945. compiling inspector.c
  946. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/bug_reporter'
  947. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/dln/empty'
  948. compiling empty.c
  949. compiling init.c
  950. linking shared-object -test-/dln/empty.so
  951. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/dln/empty'
  952. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/exception'
  953. compiling init.c
  954. compiling init.c
  955. compiling init.c
  956. linking shared-object -test-/class.so
  957. compiling dataerror.c
  958. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/class'
  959. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/fatal'
  960. linking shared-object -test-/debug.so
  961. compiling rb_fatal.c
  962. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/debug'
  963. compiling mul.c
  964. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/file'
  965. compiling fs.c
  966. compiling enc_raise.c
  967. linking shared-object -test-/fatal/rb_fatal.so
  968. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/fatal'
  969. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/float'
  970. compiling nextafter.c
  971. compiling init.c
  972. compiling ensured.c
  973. compiling intpack.c
  974. compiling stat.c
  975. compiling init.c
  976. linking shared-object -test-/exception.so
  977. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/exception'
  978. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/funcall'
  979. compiling passing_block.c
  980. compiling big2str.c
  981. linking shared-object -test-/float.so
  982. linking shared-object -test-/file.so
  983. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/float'
  984. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/gvl/call_without_gvl'
  985. compiling call_without_gvl.c
  986. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/file'
  987. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/hash'
  988. compiling delete.c
  989. linking shared-object -test-/funcall/funcall.so
  990. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/funcall'
  991. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/iseq_load'
  992. compiling iseq_load.c
  993. linking shared-object -test-/bignum.so
  994. linking shared-object -test-/gvl/call_without_gvl.so
  995. compiling init.c
  996. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/bignum'
  997. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/iter'
  998. compiling yield.c
  999. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/gvl/call_without_gvl'
  1000. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/load/dot.dot'
  1001. compiling dot.dot.c
  1002. linking shared-object -test-/load/dot.dot/dot.dot.so
  1003. linking shared-object -test-/iseq_load/iseq_load.so
  1004. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/load/dot.dot'
  1005. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/marshal/compat'
  1006. compiling usrcompat.c
  1007. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/iseq_load'
  1008. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/marshal/internal_ivar'
  1009. compiling internal_ivar.c
  1010. linking shared-object -test-/hash.so
  1011. compiling init.c
  1012. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/hash'
  1013. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/marshal/usr'
  1014. compiling usrmarshal.c
  1015. linking shared-object -test-/marshal/compat.so
  1016. linking shared-object -test-/marshal/internal_ivar.so
  1017. compiling break.c
  1018. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/marshal/compat'
  1019. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/method'
  1020. compiling arity.c
  1021. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/marshal/internal_ivar'
  1022. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/notimplement'
  1023. compiling bug.c
  1024. linking shared-object -test-/marshal/usr.so
  1025. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/marshal/usr'
  1026. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/num2int'
  1027. compiling num2int.c
  1028. linking shared-object -test-/iter.so
  1029. compiling init.c
  1030. linking shared-object -test-/notimplement.so
  1031. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/iter'
  1032. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/path_to_class'
  1033. compiling path_to_class.c
  1034. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/notimplement'
  1035. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/popen_deadlock'
  1036. compiling infinite_loop_dlsym.c
  1037. linking shared-object -test-/method.so
  1038. linking shared-object -test-/num2int/num2int.so
  1039. linking shared-object -test-/path_to_class/path_to_class.so
  1040. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/method'
  1041. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/postponed_job'
  1042. compiling postponed_job.c
  1043. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/num2int'
  1044. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/printf'
  1045. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/path_to_class'
  1046. compiling printf.c
  1047. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/proc'
  1048. compiling init.c
  1049. linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so
  1050. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/popen_deadlock'
  1051. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/rational'
  1052. compiling rat.c
  1053. compiling receiver.c
  1054. linking shared-object -test-/postponed_job.so
  1055. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/postponed_job'
  1056. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/recursion'
  1057. compiling recursion.c
  1058. linking shared-object -test-/rational.so
  1059. linking shared-object -test-/printf.so
  1060. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/rational'
  1061. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/st/foreach'
  1062. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/printf'
  1063. compiling foreach.c
  1064. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/st/numhash'
  1065. compiling numhash.c
  1066. compiling super.c
  1067. linking shared-object -test-/recursion.so
  1068. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/recursion'
  1069. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/st/update'
  1070. compiling update.c
  1071. linking shared-object -test-/proc.so
  1072. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/proc'
  1073. linking shared-object -test-/st/numhash.so
  1074. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/string'
  1075. compiling normalize.c
  1076. linking shared-object -test-/st/foreach.so
  1077. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/st/numhash'
  1078. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/struct'
  1079. compiling member.c
  1080. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/st/foreach'
  1081. linking shared-object -test-/st/update.so
  1082. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/symbol'
  1083. compiling init.c
  1084. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/st/update'
  1085. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/time'
  1086. compiling new.c
  1087. compiling nofree.c
  1088. compiling init.c
  1089. compiling type.c
  1090. compiling init.c
  1091. compiling ellipsize.c
  1092. compiling duplicate.c
  1093. linking shared-object -test-/symbol.so
  1094. linking shared-object -test-/time.so
  1095. compiling init.c
  1096. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/symbol'
  1097. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/tracepoint'
  1098. compiling gc_hook.c
  1099. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/time'
  1100. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/typeddata'
  1101. compiling typeddata.c
  1102. linking shared-object -test-/struct.so
  1103. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/struct'
  1104. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/vm'
  1105. compiling at_exit.c
  1106. compiling coderange.c
  1107. compiling tracepoint.c
  1108. linking shared-object -test-/typeddata/typeddata.so
  1109. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/typeddata'
  1110. compiling cstr.c
  1111. linking shared-object -test-/vm/at_exit.so
  1112. compiling set_len.c
  1113. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/vm'
  1114. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/wait_for_single_fd'
  1115. compiling wait_for_single_fd.c
  1116. linking shared-object -test-/tracepoint.so
  1117. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/tracepoint'
  1118. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/bigdecimal'
  1119. compiling bigdecimal.c
  1120. compiling qsort.c
  1121. linking shared-object -test-/wait_for_single_fd/wait_for_single_fd.so
  1122. compiling modify.c
  1123. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/wait_for_single_fd'
  1124. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/cgi/escape'
  1125. compiling escape.c
  1126. compiling enc_associate.c
  1127. compiling fstring.c
  1128. linking shared-object cgi/escape.so
  1129. compiling enc_str_buf_cat.c
  1130. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/continuation'
  1131. compiling continuation.c
  1132. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/cgi/escape'
  1133. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/coverage'
  1134. compiling coverage.c
  1135. linking shared-object -test-/string.so
  1136. linking shared-object continuation.so
  1137. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/continuation'
  1138. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/date'
  1139. compiling date_core.c
  1140. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/string'
  1141. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/dbm'
  1142. compiling dbm.c
  1143. linking shared-object coverage.so
  1144. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/coverage'
  1145. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/digest'
  1146. compiling digest.c
  1147. linking shared-object digest.so
  1148. installing digest libraries
  1149. installing default digest libraries
  1150. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/digest'
  1151. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/digest/bubblebabble'
  1152. compiling bubblebabble.c
  1153. linking shared-object dbm.so
  1154. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/dbm'
  1155. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/digest/md5'
  1156. compiling md5init.c
  1157. linking shared-object digest/bubblebabble.so
  1158. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/digest/bubblebabble'
  1159. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/digest/rmd160'
  1160. compiling rmd160init.c
  1161. linking shared-object digest/md5.so
  1162. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/digest/md5'
  1163. linking shared-object digest/rmd160.so
  1164. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/digest/sha1'
  1165. compiling sha1init.c
  1166. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/digest/rmd160'
  1167. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/digest/sha2'
  1168. compiling sha2init.c
  1169. linking shared-object digest/sha1.so
  1170. linking shared-object digest/sha2.so
  1171. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/digest/sha1'
  1172. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/etc'
  1173. generating constant definitions
  1174. compiling etc.c
  1175. installing default sha2 libraries
  1176. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/digest/sha2'
  1177. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/fcntl'
  1178. compiling fcntl.c
  1179. linking shared-object fcntl.so
  1180. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/fcntl'
  1181. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/fiber'
  1182. compiling fiber.c
  1183. linking shared-object fiber.so
  1184. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/fiber'
  1185. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/fiddle'
  1186. compiling pointer.c
  1187. linking shared-object etc.so
  1188. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/etc'
  1189. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/gdbm'
  1190. compiling gdbm.c
  1191. compiling closure.c
  1192. compiling conversions.c
  1193. compiling fiddle.c
  1194. compiling handle.c
  1195. linking shared-object gdbm.so
  1196. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/gdbm'
  1197. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/io/console'
  1198. compiling console.c
  1199. compiling function.c
  1200. linking shared-object bigdecimal.so
  1201. installing default bigdecimal libraries
  1202. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/bigdecimal'
  1203. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/io/nonblock'
  1204. compiling nonblock.c
  1205. linking shared-object fiddle.so
  1206. installing default fiddle libraries
  1207. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/fiddle'
  1208. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/io/wait'
  1209. compiling wait.c
  1210. linking shared-object io/nonblock.so
  1211. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/io/nonblock'
  1212. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/json'
  1213. linking shared-object io/console.so
  1214. installing default libraries
  1215. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/json'
  1216. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/json/generator'
  1217. compiling generator.c
  1218. installing default console libraries
  1219. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/io/console'
  1220. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/json/parser'
  1221. compiling parser.c
  1222. linking shared-object io/wait.so
  1223. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/io/wait'
  1224. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/mathn/complex'
  1225. compiling complex.c
  1226. linking shared-object mathn/complex.so
  1227. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/mathn/complex'
  1228. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/mathn/rational'
  1229. compiling rational.c
  1230. linking shared-object mathn/rational.so
  1231. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/mathn/rational'
  1232. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/nkf'
  1233. compiling nkf.c
  1234. linking shared-object json/ext/parser.so
  1235. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/json/parser'
  1236. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/objspace'
  1237. compiling object_tracing.c
  1238. compiling date_strptime.c
  1239. compiling objspace.c
  1240. linking shared-object json/ext/generator.so
  1241. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/json/generator'
  1242. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/openssl'
  1243. compiling ossl_x509name.c
  1244. compiling date_parse.c
  1245. compiling objspace_dump.c
  1246. compiling ossl_pkcs12.c
  1247. compiling ossl_pkcs5.c
  1248. linking shared-object objspace.so
  1249. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/objspace'
  1250. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/pathname'
  1251. compiling pathname.c
  1252. compiling ossl_bn.c
  1253. installing default pathname libraries
  1254. linking shared-object pathname.so
  1255. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/pathname'
  1256. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/psych'
  1257. compiling psych_emitter.c
  1258. compiling ossl_digest.c
  1259. compiling psych.c
  1260. installing default nkf libraries
  1261. linking shared-object nkf.so
  1262. compiling psych_parser.c
  1263. compiling ossl_x509cert.c
  1264. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/nkf'
  1265. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/pty'
  1266. compiling pty.c
  1267. compiling date_strftime.c
  1268. installing default pty libraries
  1269. linking shared-object pty.so
  1270. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/pty'
  1271. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/racc/cparse'
  1272. compiling cparse.c
  1273. compiling psych_to_ruby.c
  1274. compiling psych_yaml_tree.c
  1275. compiling ossl_x509attr.c
  1276. linking shared-object psych.so
  1277. linking shared-object racc/cparse.so
  1278. installing default psych libraries
  1279. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/psych'
  1280. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/racc/cparse'
  1281. compiling ossl_ssl_session.c
  1282. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/rbconfig/sizeof'
  1283. compiling sizes.c
  1284. installing default date_core libraries
  1285. linking shared-object rbconfig/sizeof.so
  1286. linking shared-object date_core.so
  1287. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/readline'
  1288. compiling readline.c
  1289. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/rbconfig/sizeof'
  1290. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/ripper'
  1291. compiling ripper.c
  1292. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/date'
  1293. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/sdbm'
  1294. compiling _sdbm.c
  1295. compiling ossl_pkey_rsa.c
  1296. compiling init.c
  1297. linking shared-object readline.so
  1298. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/readline'
  1299. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/socket'
  1300. generating constant definitions
  1301. generating constant definitions
  1302. compiling basicsocket.c
  1303. compiling ossl_x509ext.c
  1304. linking shared-object sdbm.so
  1305. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/sdbm'
  1306. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/stringio'
  1307. compiling stringio.c
  1308. compiling socket.c
  1309. compiling ossl_bio.c
  1310. compiling ipsocket.c
  1311. compiling ossl_cipher.c
  1312. linking shared-object stringio.so
  1313. compiling tcpsocket.c
  1314. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/stringio'
  1315. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/strscan'
  1316. compiling strscan.c
  1317. compiling tcpserver.c
  1318. compiling sockssocket.c
  1319. compiling ossl_x509store.c
  1320. compiling udpsocket.c
  1321. compiling unixsocket.c
  1322. linking shared-object strscan.so
  1323. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/strscan'
  1324. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/syslog'
  1325. compiling syslog.c
  1326. compiling ossl_pkey.c
  1327. compiling unixserver.c
  1328. linking shared-object syslog.so
  1329. installing default syslog libraries
  1330. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/syslog'
  1331. compiling option.c
  1332. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/thread'
  1333. compiling thread.c
  1334. linking shared-object thread.so
  1335. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/thread'
  1336. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/tk'
  1337. make[2]: Nothing to be done for 'all'.
  1338. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/tk'
  1339. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/tk/tkutil'
  1340. make[2]: Nothing to be done for 'all'.
  1341. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/tk/tkutil'
  1342. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/zlib'
  1343. compiling zlib.c
  1344. compiling ossl_pkcs7.c
  1345. compiling ancdata.c
  1346. compiling ossl_hmac.c
  1347. compiling ossl_pkey_dsa.c
  1348. compiling raddrinfo.c
  1349. compiling ossl_x509.c
  1350. linking shared-object zlib.so
  1351. compiling ossl.c
  1352. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/zlib'
  1353. compiling ossl_asn1.c
  1354. compiling ifaddr.c
  1355. compiling ossl_ocsp.c
  1356. installing default socket libraries
  1357. compiling init.c
  1358. compiling ossl_config.c
  1359. checking ../.././parse.y and ../.././ext/ripper/eventids2.c
  1360. compiling ossl_ns_spki.c
  1361. linking shared-object ripper.so
  1362. compiling constants.c
  1363. installing default ripper libraries
  1364. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/ripper'
  1365. compiling openssl_missing.c
  1366. compiling ossl_pkey_dh.c
  1367. compiling ossl_x509crl.c
  1368. compiling ossl_engine.c
  1369. compiling ossl_rand.c
  1370. compiling ossl_x509revoked.c
  1371. compiling ossl_x509req.c
  1372. compiling ossl_pkey_ec.c
  1373. linking shared-object socket.so
  1374. compiling ossl_ssl.c
  1375. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/socket'
  1376. installing default openssl libraries
  1377. linking shared-object openssl.so
  1378. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/openssl'
  1379. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1'
  1380. linking ruby
  1381. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1'
  1382. make[1]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1'
  1383. Generating RDoc documentation
  1384. Parsing sources...
  1385. 0% [ 1/945] ...ild.20161028215016.16949/ruby-2.3.1/doc/ChangeLog-0.06_to_0.52
  1386. 0% [ 2/945] ...ild.20161028215016.16949/ruby-2.3.1/doc/ChangeLog-0.50_to_0.60
  1387. 0% [ 3/945] ...uild.20161028215016.16949/ruby-2.3.1/doc/ChangeLog-0.60_to_1.1
  1388. 0% [ 4/945] ...ruby-build.20161028215016.16949/ruby-2.3.1/doc/ChangeLog-1.8.0
  1389. 0% [ 5/945] ...ruby-build.20161028215016.16949/ruby-2.3.1/doc/ChangeLog-1.9.3
  1390. 0% [ 6/945] ...ruby-build.20161028215016.16949/ruby-2.3.1/doc/ChangeLog-2.0.0
  1391. 0% [ 7/945] ...ruby-build.20161028215016.16949/ruby-2.3.1/doc/ChangeLog-2.1.0
  1392. 0% [ 8/945] ...ruby-build.20161028215016.16949/ruby-2.3.1/doc/ChangeLog-2.2.0
  1393. 0% [ 9/945] .../ruby-build.20161028215016.16949/ruby-2.3.1/doc/ChangeLog-YARV
  1394. 1% [10/945] /tmp/ruby-build.20161028215016.16949/ruby-2.3.1/doc/NEWS-1.8.7
  1395. 1% [11/945] /tmp/ruby-build.20161028215016.16949/ruby-2.3.1/doc/NEWS-1.9.1
  1396. 1% [12/945] /tmp/ruby-build.20161028215016.16949/ruby-2.3.1/doc/NEWS-1.9.2
  1397. 1% [13/945] /tmp/ruby-build.20161028215016.16949/ruby-2.3.1/doc/NEWS-1.9.3
  1398. 1% [14/945] /tmp/ruby-build.20161028215016.16949/ruby-2.3.1/doc/NEWS-2.0.0
  1399. 1% [15/945] /tmp/ruby-build.20161028215016.16949/ruby-2.3.1/doc/NEWS-2.1.0
  1400. 1% [16/945] /tmp/ruby-build.20161028215016.16949/ruby-2.3.1/doc/NEWS-2.2.0
  1401. 1% [17/945] ...by-build.20161028215016.16949/ruby-2.3.1/doc/contributing.rdoc
  1402. 1% [18/945] ...by-build.20161028215016.16949/ruby-2.3.1/doc/contributors.rdoc
  1403. 2% [19/945] ...y-build.20161028215016.16949/ruby-2.3.1/doc/dtrace_probes.rdoc
  1404. 2% [20/945] ...by-build.20161028215016.16949/ruby-2.3.1/doc/extension.ja.rdoc
  1405. 2% [21/945] .../ruby-build.20161028215016.16949/ruby-2.3.1/doc/extension.rdoc
  1406. 2% [22/945] /tmp/ruby-build.20161028215016.16949/ruby-2.3.1/doc/globals.rdoc
  1407. 2% [23/945] /tmp/ruby-build.20161028215016.16949/ruby-2.3.1/doc/keywords.rdoc
  1408. 2% [24/945] ...uby-build.20161028215016.16949/ruby-2.3.1/doc/maintainers.rdoc
  1409. 2% [25/945] /tmp/ruby-build.20161028215016.16949/ruby-2.3.1/doc/marshal.rdoc
  1410. 2% [26/945] /tmp/ruby-build.20161028215016.16949/ruby-2.3.1/doc/regexp.rdoc
  1411. 2% [27/945] /tmp/ruby-build.20161028215016.16949/ruby-2.3.1/doc/security.rdoc
  1412. 2% [28/945] ...uild.20161028215016.16949/ruby-2.3.1/doc/standard_library.rdoc
  1413. 3% [29/945] /tmp/ruby-build.20161028215016.16949/ruby-2.3.1/doc/syntax.rdoc
  1414. 3% [30/945] ...ild.20161028215016.16949/ruby-2.3.1/doc/syntax/assignment.rdoc
  1415. 3% [31/945] ...0161028215016.16949/ruby-2.3.1/doc/syntax/calling_methods.rdoc
  1416. 3% [32/945] ...028215016.16949/ruby-2.3.1/doc/syntax/control_expressions.rdoc
  1417. 3% [33/945] ...ild.20161028215016.16949/ruby-2.3.1/doc/syntax/exceptions.rdoc
  1418. 3% [34/945] ...build.20161028215016.16949/ruby-2.3.1/doc/syntax/literals.rdoc
  1419. 3% [35/945] ...-build.20161028215016.16949/ruby-2.3.1/doc/syntax/methods.rdoc
  1420. 3% [36/945] ....20161028215016.16949/ruby-2.3.1/doc/syntax/miscellaneous.rdoc
  1421. 3% [37/945] ...028215016.16949/ruby-2.3.1/doc/syntax/modules_and_classes.rdoc
  1422. 4% [38/945] ...ild.20161028215016.16949/ruby-2.3.1/doc/syntax/precedence.rdoc
  1423. 4% [39/945] ...ld.20161028215016.16949/ruby-2.3.1/doc/syntax/refinements.rdoc
  1424. 4% [40/945] ChangeLog
  1425. 4% [41/945] NEWS
  1426. 4% [42/945] README.ja.md
  1427. 4% [43/945] README.md
  1428. 4% [44/945] addr2line.c
  1429. 4% [45/945] array.c
  1430. 4% [46/945] bignum.c
  1431. 4% [47/945] class.c
  1432. 5% [48/945] compar.c
  1433. 5% [49/945] compile.c
  1434. 5% [50/945] complex.c
  1435. 5% [51/945] cont.c
  1436. 5% [52/945] debug.c
  1437. 5% [53/945] dir.c
  1438. 5% [54/945] dln.c
  1439. 5% [55/945] dln_find.c
  1440. 5% [56/945] dmydln.c
  1441. 6% [57/945] dmyenc.c
  1442. 6% [58/945] dmyext.c
  1443. 6% [59/945] doc/ChangeLog-0.06_to_0.52
  1444. 6% [60/945] doc/ChangeLog-0.50_to_0.60
  1445. 6% [61/945] doc/ChangeLog-0.60_to_1.1
  1446. 6% [62/945] doc/ChangeLog-1.8.0
  1447. 6% [63/945] doc/ChangeLog-1.9.3
  1448. 6% [64/945] doc/ChangeLog-2.0.0
  1449. 6% [65/945] doc/ChangeLog-2.1.0
  1450. 6% [66/945] doc/ChangeLog-2.2.0
  1451. 7% [67/945] doc/ChangeLog-YARV
  1452. 7% [68/945] doc/NEWS-1.8.7
  1453. 7% [69/945] doc/NEWS-1.9.1
  1454. 7% [70/945] doc/NEWS-1.9.2
  1455. 7% [71/945] doc/NEWS-1.9.3
  1456. 7% [72/945] doc/NEWS-2.0.0
  1457. 7% [73/945] doc/NEWS-2.1.0
  1458. 7% [74/945] doc/NEWS-2.2.0
  1459. 7% [75/945] doc/contributing.rdoc
  1460. 8% [76/945] doc/contributors.rdoc
  1461. 8% [77/945] doc/dtrace_probes.rdoc
  1462. 8% [78/945] doc/extension.ja.rdoc
  1463. 8% [79/945] doc/extension.rdoc
  1464. 8% [80/945] doc/globals.rdoc
  1465. 8% [81/945] doc/keywords.rdoc
  1466. 8% [82/945] doc/maintainers.rdoc
  1467. 8% [83/945] doc/marshal.rdoc
  1468. 8% [84/945] doc/regexp.rdoc
  1469. 8% [85/945] doc/security.rdoc
  1470. 9% [86/945] doc/standard_library.rdoc
  1471. 9% [87/945] doc/syntax.rdoc
  1472. 9% [88/945] doc/syntax/assignment.rdoc
  1473. 9% [89/945] doc/syntax/calling_methods.rdoc
  1474. 9% [90/945] doc/syntax/control_expressions.rdoc
  1475. 9% [91/945] doc/syntax/exceptions.rdoc
  1476. 9% [92/945] doc/syntax/literals.rdoc
  1477. 9% [93/945] doc/syntax/methods.rdoc
  1478. 9% [94/945] doc/syntax/miscellaneous.rdoc
  1479. 10% [95/945] doc/syntax/modules_and_classes.rdoc
  1480. 10% [96/945] doc/syntax/precedence.rdoc
  1481. 10% [97/945] doc/syntax/refinements.rdoc
  1482. 10% [98/945] encoding.c
  1483. 10% [99/945] enum.c
  1484. 10% [100/945] enumerator.c
  1485. 10% [101/945] error.c
  1486. 10% [102/945] eval.c
  1487. 10% [103/945] eval_error.c
  1488. 11% [104/945] eval_jump.c
  1489. 11% [105/945] ext/bigdecimal/bigdecimal.c
  1490. 11% [106/945] ext/bigdecimal/lib/bigdecimal/jacobian.rb
  1491. 11% [107/945] ext/bigdecimal/lib/bigdecimal/ludcmp.rb
  1492. 11% [108/945] ext/bigdecimal/lib/bigdecimal/math.rb
  1493. 11% [109/945] ext/bigdecimal/lib/bigdecimal/newton.rb
  1494. 11% [110/945] ext/bigdecimal/lib/bigdecimal/util.rb
  1495. 11% [111/945] ext/continuation/continuation.c
  1496. 11% [112/945] ext/coverage/coverage.c
  1497. 11% [113/945] ext/date/date_core.c
  1498. 12% [114/945] ext/dbm/dbm.c
  1499. 12% [115/945] ext/digest/bubblebabble/bubblebabble.c
  1500. 12% [116/945] ext/digest/digest.c
  1501. 12% [117/945] ext/digest/lib/digest.rb
  1502. 12% [118/945] ext/digest/md5/md5init.c
  1503. 12% [119/945] ext/digest/rmd160/rmd160init.c
  1504. 12% [120/945] ext/digest/sha1/sha1init.c
  1505. 12% [121/945] ext/digest/sha2/sha2init.c
  1506. 12% [122/945] ext/etc/etc.c
  1507. 13% [123/945] ext/fcntl/fcntl.c
  1508. 13% [124/945] ext/fiber/fiber.c
  1509. 13% [125/945] ext/fiddle/closure.c
  1510. 13% [126/945] ext/fiddle/conversions.c
  1511. 13% [127/945] ext/fiddle/fiddle.c
  1512. 13% [128/945] ext/fiddle/function.c
  1513. 13% [129/945] ext/fiddle/handle.c
  1514. 13% [130/945] ext/fiddle/lib/fiddle.rb
  1515. 13% [131/945] ext/fiddle/lib/fiddle/closure.rb
  1516. 13% [132/945] ext/fiddle/lib/fiddle/cparser.rb
  1517. 14% [133/945] ext/fiddle/lib/fiddle/function.rb
  1518. 14% [134/945] ext/fiddle/lib/fiddle/import.rb
  1519. 14% [135/945] ext/fiddle/lib/fiddle/pack.rb
  1520. 14% [136/945] ext/fiddle/lib/fiddle/struct.rb
  1521. 14% [137/945] ext/fiddle/lib/fiddle/types.rb
  1522. 14% [138/945] ext/fiddle/lib/fiddle/value.rb
  1523. 14% [139/945] ext/fiddle/pointer.c
  1524. 14% [140/945] ext/gdbm/gdbm.c
  1525. 14% [141/945] ext/io/console/console.c
  1526. 15% [142/945] ext/io/nonblock/nonblock.c
  1527. 15% [143/945] ext/io/wait/wait.c
  1528. 15% [144/945] ext/json/lib/json.rb
  1529. 15% [145/945] ext/json/lib/json/add/bigdecimal.rb
  1530. 15% [146/945] ext/json/lib/json/add/complex.rb
  1531. 15% [147/945] ext/json/lib/json/add/core.rb
  1532. 15% [148/945] ext/json/lib/json/add/date.rb
  1533. 15% [149/945] ext/json/lib/json/add/date_time.rb
  1534. 15% [150/945] ext/json/lib/json/add/exception.rb
  1535. 15% [151/945] ext/json/lib/json/add/ostruct.rb
  1536. 16% [152/945] ext/json/lib/json/add/range.rb
  1537. 16% [153/945] ext/json/lib/json/add/rational.rb
  1538. 16% [154/945] ext/json/lib/json/add/regexp.rb
  1539. 16% [155/945] ext/json/lib/json/add/struct.rb
  1540. 16% [156/945] ext/json/lib/json/add/symbol.rb
  1541. 16% [157/945] ext/json/lib/json/add/time.rb
  1542. 16% [158/945] ext/json/lib/json/common.rb
  1543. 16% [159/945] ext/json/lib/json/ext.rb
  1544. 16% [160/945] ext/json/lib/json/generic_object.rb
  1545. 17% [161/945] ext/json/lib/json/version.rb
  1546. 17% [162/945] ext/mathn/complex/complex.c
  1547. 17% [163/945] ext/mathn/rational/rational.c
  1548. 17% [164/945] ext/nkf/lib/kconv.rb
  1549. 17% [165/945] ext/nkf/nkf.c
  1550. 17% [166/945] ext/objspace/object_tracing.c
  1551. 17% [167/945] ext/objspace/objspace.c
  1552. 17% [168/945] ext/objspace/objspace_dump.c
  1553. 17% [169/945] ext/openssl/lib/openssl.rb
  1554. 17% [170/945] ext/openssl/lib/openssl/bn.rb
  1555. 18% [171/945] ext/openssl/lib/openssl/buffering.rb
  1556. 18% [172/945] ext/openssl/lib/openssl/cipher.rb
  1557. 18% [173/945] ext/openssl/lib/openssl/config.rb
  1558. 18% [174/945] ext/openssl/lib/openssl/digest.rb
  1559. 18% [175/945] ext/openssl/lib/openssl/pkey.rb
  1560. 18% [176/945] ext/openssl/lib/openssl/ssl.rb
  1561. 18% [177/945] ext/openssl/lib/openssl/x509.rb
  1562. 18% [178/945] ext/openssl/ossl.c
  1563. 18% [179/945] ext/openssl/ossl_asn1.c
  1564. 19% [180/945] ext/openssl/ossl_bio.c
  1565. 19% [181/945] ext/openssl/ossl_bn.c
  1566. 19% [182/945] ext/openssl/ossl_cipher.c
  1567. 19% [183/945] ext/openssl/ossl_config.c
  1568. 19% [184/945] ext/openssl/ossl_digest.c
  1569. 19% [185/945] ext/openssl/ossl_engine.c
  1570. 19% [186/945] ext/openssl/ossl_hmac.c
  1571. 19% [187/945] ext/openssl/ossl_ns_spki.c
  1572. 19% [188/945] ext/openssl/ossl_ocsp.c
  1573. 20% [189/945] ext/openssl/ossl_pkcs12.c
  1574. 20% [190/945] ext/openssl/ossl_pkcs5.c
  1575. 20% [191/945] ext/openssl/ossl_pkcs7.c
  1576. 20% [192/945] ext/openssl/ossl_pkey.c
  1577. 20% [193/945] ext/openssl/ossl_pkey_dh.c
  1578. 20% [194/945] ext/openssl/ossl_pkey_dsa.c
  1579. 20% [195/945] ext/openssl/ossl_pkey_ec.c
  1580. 20% [196/945] ext/openssl/ossl_pkey_rsa.c
  1581. 20% [197/945] ext/openssl/ossl_rand.c
  1582. 20% [198/945] ext/openssl/ossl_ssl.c
  1583. 21% [199/945] ext/openssl/ossl_ssl_session.c
  1584. 21% [200/945] ext/openssl/ossl_x509.c
  1585. 21% [201/945] ext/openssl/ossl_x509attr.c
  1586. 21% [202/945] ext/openssl/ossl_x509cert.c
  1587. 21% [203/945] ext/openssl/ossl_x509crl.c
  1588. 21% [204/945] ext/openssl/ossl_x509ext.c
  1589. 21% [205/945] ext/openssl/ossl_x509name.c
  1590. 21% [206/945] ext/openssl/ossl_x509req.c
  1591. 21% [207/945] ext/openssl/ossl_x509revoked.c
  1592. 22% [208/945] ext/openssl/ossl_x509store.c
  1593. 22% [209/945] ext/pathname/lib/pathname.rb
  1594. 22% [210/945] ext/pathname/pathname.c
  1595. 22% [211/945] ext/psych/lib/psych.rb
  1596. 22% [212/945] ext/psych/lib/psych/class_loader.rb
  1597. 22% [213/945] ext/psych/lib/psych/coder.rb
  1598. 22% [214/945] ext/psych/lib/psych/core_ext.rb
  1599. 22% [215/945] ext/psych/lib/psych/deprecated.rb
  1600. 22% [216/945] ext/psych/lib/psych/exception.rb
  1601. 22% [217/945] ext/psych/lib/psych/handler.rb
  1602. 23% [218/945] ext/psych/lib/psych/handlers/document_stream.rb
  1603. 23% [219/945] ext/psych/lib/psych/handlers/recorder.rb
  1604. 23% [220/945] ext/psych/lib/psych/json/ruby_events.rb
  1605. 23% [221/945] ext/psych/lib/psych/json/stream.rb
  1606. 23% [222/945] ext/psych/lib/psych/json/tree_builder.rb
  1607. 23% [223/945] ext/psych/lib/psych/json/yaml_events.rb
  1608. 23% [224/945] ext/psych/lib/psych/nodes.rb
  1609. 23% [225/945] ext/psych/lib/psych/nodes/alias.rb
  1610. 23% [226/945] ext/psych/lib/psych/nodes/document.rb
  1611. 24% [227/945] ext/psych/lib/psych/nodes/mapping.rb
  1612. 24% [228/945] ext/psych/lib/psych/nodes/node.rb
  1613. 24% [229/945] ext/psych/lib/psych/nodes/scalar.rb
  1614. 24% [230/945] ext/psych/lib/psych/nodes/sequence.rb
  1615. 24% [231/945] ext/psych/lib/psych/nodes/stream.rb
  1616. 24% [232/945] ext/psych/lib/psych/omap.rb
  1617. 24% [233/945] ext/psych/lib/psych/parser.rb
  1618. 24% [234/945] ext/psych/lib/psych/scalar_scanner.rb
  1619. 24% [235/945] ext/psych/lib/psych/set.rb
  1620. 24% [236/945] ext/psych/lib/psych/stream.rb
  1621. 25% [237/945] ext/psych/lib/psych/streaming.rb
  1622. 25% [238/945] ext/psych/lib/psych/syntax_error.rb
  1623. 25% [239/945] ext/psych/lib/psych/tree_builder.rb
  1624. 25% [240/945] ext/psych/lib/psych/versions.rb
  1625. 25% [241/945] ext/psych/lib/psych/visitors.rb
  1626. 25% [242/945] ext/psych/lib/psych/visitors/depth_first.rb
  1627. 25% [243/945] ext/psych/lib/psych/visitors/emitter.rb
  1628. 25% [244/945] ext/psych/lib/psych/visitors/json_tree.rb
  1629. 25% [245/945] ext/psych/lib/psych/visitors/to_ruby.rb
  1630. 26% [246/945] ext/psych/lib/psych/visitors/visitor.rb
  1631. 26% [247/945] ext/psych/lib/psych/visitors/yaml_tree.rb
  1632. 26% [248/945] ext/psych/lib/psych/y.rb
  1633. 26% [249/945] ext/psych/lib/psych_jars.rb
  1634. 26% [250/945] ext/psych/psych.c
  1635. 26% [251/945] ext/pty/lib/expect.rb
  1636. 26% [252/945] ext/pty/pty.c
  1637. 26% [253/945] ext/racc/cparse/cparse.c
  1638. 26% [254/945] ext/readline/readline.c
  1639. 26% [255/945] ext/ripper/lib/ripper.rb
  1640. 27% [256/945] ext/ripper/lib/ripper/core.rb
  1641. 27% [257/945] ext/ripper/lib/ripper/filter.rb
  1642. 27% [258/945] ext/ripper/lib/ripper/lexer.rb
  1643. 27% [259/945] ext/ripper/lib/ripper/sexp.rb
  1644. 27% [260/945] ext/ripper/ripper.c
  1645. 27% [261/945] ext/sdbm/init.c
  1646. 27% [262/945] ext/socket/ancdata.c
  1647. 27% [263/945] ext/socket/basicsocket.c
  1648. 27% [264/945] ext/socket/constants.c
  1649. 28% [265/945] ext/socket/constdefs.c
  1650. 28% [266/945] ext/socket/ifaddr.c
  1651. 28% [267/945] ext/socket/init.c
  1652. 28% [268/945] ext/socket/ipsocket.c
  1653. 28% [269/945] ext/socket/lib/socket.rb
  1654. 28% [270/945] ext/socket/option.c
  1655. 28% [271/945] ext/socket/raddrinfo.c
  1656. 28% [272/945] ext/socket/socket.c
  1657. 28% [273/945] ext/socket/sockssocket.c
  1658. 28% [274/945] ext/socket/tcpserver.c
  1659. 29% [275/945] ext/socket/tcpsocket.c
  1660. 29% [276/945] ext/socket/udpsocket.c
  1661. 29% [277/945] ext/socket/unixserver.c
  1662. 29% [278/945] ext/socket/unixsocket.c
  1663. 29% [279/945] ext/stringio/stringio.c
  1664. 29% [280/945] ext/strscan/strscan.c
  1665. 29% [281/945] ext/syslog/lib/syslog/logger.rb
  1666. 29% [282/945] ext/syslog/syslog.c
  1667. 29% [283/945] ext/thread/thread.c
  1668. 30% [284/945] ext/win32ole/lib/win32ole/property.rb
  1669. 30% [285/945] ext/win32ole/win32ole.c
  1670. 30% [286/945] ext/win32ole/win32ole_error.c
  1671. 30% [287/945] ext/win32ole/win32ole_event.c
  1672. 30% [288/945] ext/win32ole/win32ole_method.c
  1673. 30% [289/945] ext/win32ole/win32ole_param.c
  1674. 30% [290/945] ext/win32ole/win32ole_record.c
  1675. 30% [291/945] ext/win32ole/win32ole_type.c
  1676. 30% [292/945] ext/win32ole/win32ole_typelib.c
  1677. 31% [293/945] ext/win32ole/win32ole_variable.c
  1678. 31% [294/945] ext/win32ole/win32ole_variant.c
  1679. 31% [295/945] ext/win32ole/win32ole_variant_m.c
  1680. 31% [296/945] ext/zlib/zlib.c
  1681. 31% [297/945] file.c
  1682. 31% [298/945] gc.c
  1683. 31% [299/945] golf_prelude.c
  1684. 31% [300/945] goruby.c
  1685. 31% [301/945] hash.c
  1686. 31% [302/945] id.c
  1687. 32% [303/945] id_table.c
  1688. 32% [304/945] inits.c
  1689. 32% [305/945] io.c
  1690. 32% [306/945] iseq.c
  1691. 32% [307/945] lex.c
  1692. 32% [308/945] lib/English.rb
  1693. 32% [309/945] lib/abbrev.rb
  1694. 32% [310/945] lib/base64.rb
  1695. 32% [311/945] lib/benchmark.rb
  1696. 33% [312/945] lib/cgi.rb
  1697. 33% [313/945] lib/cgi/cookie.rb
  1698. 33% [314/945] lib/cgi/core.rb
  1699. 33% [315/945] lib/cgi/html.rb
  1700. 33% [316/945] lib/cgi/session.rb
  1701. 33% [317/945] lib/cgi/session/pstore.rb
  1702. 33% [318/945] lib/cgi/util.rb
  1703. 33% [319/945] lib/cmath.rb
  1704. 33% [320/945] lib/csv.rb
  1705. 33% [321/945] lib/debug.rb
  1706. 34% [322/945] lib/delegate.rb
  1707. 34% [323/945] lib/drb.rb
  1708. 34% [324/945] lib/drb/acl.rb
  1709. 34% [325/945] lib/drb/drb.rb
  1710. 34% [326/945] lib/drb/eq.rb
  1711. 34% [327/945] lib/drb/extserv.rb
  1712. 34% [328/945] lib/drb/extservm.rb
  1713. 34% [329/945] lib/drb/gw.rb
  1714. 34% [330/945] lib/drb/invokemethod.rb
  1715. 35% [331/945] lib/drb/observer.rb
  1716. 35% [332/945] lib/drb/ssl.rb
  1717. 35% [333/945] lib/drb/timeridconv.rb
  1718. 35% [334/945] lib/drb/unix.rb
  1719. 35% [335/945] lib/e2mmap.rb
  1720. 35% [336/945] lib/erb.rb
  1721. 35% [337/945] lib/fileutils.rb
  1722. 35% [338/945] lib/find.rb
  1723. 35% [339/945] lib/forwardable.rb
  1724. 35% [340/945] lib/getoptlong.rb
  1725. 36% [341/945] lib/ipaddr.rb
  1726. 36% [342/945] lib/irb.rb
  1727. 36% [343/945] lib/irb/cmd/chws.rb
  1728. 36% [344/945] lib/irb/cmd/fork.rb
  1729. 36% [345/945] lib/irb/cmd/help.rb
  1730. 36% [346/945] lib/irb/cmd/load.rb
  1731. 36% [347/945] lib/irb/cmd/nop.rb
  1732. 36% [348/945] lib/irb/cmd/pushws.rb
  1733. 36% [349/945] lib/irb/cmd/subirb.rb
  1734. 37% [350/945] lib/irb/completion.rb
  1735. 37% [351/945] lib/irb/context.rb
  1736. 37% [352/945] lib/irb/ext/change-ws.rb
  1737. 37% [353/945] lib/irb/ext/history.rb
  1738. 37% [354/945] lib/irb/ext/loader.rb
  1739. 37% [355/945] lib/irb/ext/math-mode.rb
  1740. 37% [356/945] lib/irb/ext/multi-irb.rb
  1741. 37% [357/945] lib/irb/ext/save-history.rb
  1742. 37% [358/945] lib/irb/ext/tracer.rb
  1743. 37% [359/945] lib/irb/ext/use-loader.rb
  1744. 38% [360/945] lib/irb/ext/workspaces.rb
  1745. 38% [361/945] lib/irb/extend-command.rb
  1746. 38% [362/945] lib/irb/frame.rb
  1747. 38% [363/945] lib/irb/help.rb
  1748. 38% [364/945] lib/irb/init.rb
  1749. 38% [365/945] lib/irb/input-method.rb
  1750. 38% [366/945] lib/irb/inspector.rb
  1751. 38% [367/945] lib/irb/lc/error.rb
  1752. 38% [368/945] lib/irb/lc/ja/encoding_aliases.rb
  1753. 39% [369/945] lib/irb/lc/ja/error.rb
  1754. 39% [370/945] lib/irb/locale.rb
  1755. 39% [371/945] lib/irb/magic-file.rb
  1756. 39% [372/945] lib/irb/notifier.rb
  1757. 39% [373/945] lib/irb/output-method.rb
  1758. 39% [374/945] lib/irb/ruby-lex.rb
  1759. 39% [375/945] lib/irb/ruby-token.rb
  1760. 39% [376/945] lib/irb/slex.rb
  1761. 39% [377/945] lib/irb/src_encoding.rb
  1762. 40% [378/945] lib/irb/version.rb
  1763. 40% [379/945] lib/irb/workspace.rb
  1764. 40% [380/945] lib/irb/ws-for-case-2.rb
  1765. 40% [381/945] lib/irb/xmp.rb
  1766. 40% [382/945] lib/logger.rb
  1767. 40% [383/945] lib/mathn.rb
  1768. 40% [384/945] lib/matrix.rb
  1769. 40% [385/945] lib/matrix/eigenvalue_decomposition.rb
  1770. 40% [386/945] lib/matrix/lup_decomposition.rb
  1771. 40% [387/945] lib/mkmf.rb
  1772. 41% [388/945] lib/monitor.rb
  1773. 41% [389/945] lib/mutex_m.rb
  1774. 41% [390/945] lib/net/ftp.rb
  1775. 41% [391/945] lib/net/http.rb
  1776. 41% [392/945] lib/net/http/backward.rb
  1777. 41% [393/945] lib/net/http/exceptions.rb
  1778. 41% [394/945] lib/net/http/generic_request.rb
  1779. 41% [395/945] lib/net/http/header.rb
  1780. 41% [396/945] lib/net/http/proxy_delta.rb
  1781. 42% [397/945] lib/net/http/request.rb
  1782. 42% [398/945] lib/net/http/requests.rb
  1783. 42% [399/945] lib/net/http/response.rb
  1784. 42% [400/945] lib/net/http/responses.rb
  1785. 42% [401/945] lib/net/https.rb
  1786. 42% [402/945] lib/net/imap.rb
  1787. 42% [403/945] lib/net/pop.rb
  1788. 42% [404/945] lib/net/protocol.rb
  1789. 42% [405/945] lib/net/smtp.rb
  1790. 42% [406/945] lib/observer.rb
  1791. 43% [407/945] lib/open-uri.rb
  1792. 43% [408/945] lib/open3.rb
  1793. 43% [409/945] lib/optionparser.rb
  1794. 43% [410/945] lib/optparse.rb
  1795. 43% [411/945] lib/optparse/ac.rb
  1796. 43% [412/945] lib/optparse/date.rb
  1797. 43% [413/945] lib/optparse/shellwords.rb
  1798. 43% [414/945] lib/optparse/time.rb
  1799. 43% [415/945] lib/optparse/uri.rb
  1800. 44% [416/945] lib/optparse/version.rb
  1801. 44% [417/945] lib/ostruct.rb
  1802. 44% [418/945] lib/pp.rb
  1803. 44% [419/945] lib/prettyprint.rb
  1804. 44% [420/945] lib/prime.rb
  1805. 44% [421/945] lib/profile.rb
  1806. 44% [422/945] lib/profiler.rb
  1807. 44% [423/945] lib/pstore.rb
  1808. 44% [424/945] lib/racc/parser.rb
  1809. 44% [425/945] lib/racc/rdoc/grammar.en.rdoc
  1810. 45% [426/945] lib/rdoc.rb
  1811. 45% [427/945] lib/rdoc/alias.rb
  1812. 45% [428/945] lib/rdoc/anon_class.rb
  1813. 45% [429/945] lib/rdoc/any_method.rb
  1814. 45% [430/945] lib/rdoc/attr.rb
  1815. 45% [431/945] lib/rdoc/class_module.rb
  1816. 45% [432/945] lib/rdoc/code_object.rb
  1817. 45% [433/945] lib/rdoc/code_objects.rb
  1818. 45% [434/945] lib/rdoc/comment.rb
  1819. 46% [435/945] lib/rdoc/constant.rb
  1820. 46% [436/945] lib/rdoc/context.rb
  1821. 46% [437/945] lib/rdoc/context/section.rb
  1822. 46% [438/945] lib/rdoc/cross_reference.rb
  1823. 46% [439/945] lib/rdoc/encoding.rb
  1824. 46% [440/945] lib/rdoc/erb_partial.rb
  1825. 46% [441/945] lib/rdoc/erbio.rb
  1826. 46% [442/945] lib/rdoc/extend.rb
  1827. 46% [443/945] lib/rdoc/generator.rb
  1828. 46% [444/945] lib/rdoc/generator/darkfish.rb
  1829. 47% [445/945] lib/rdoc/generator/json_index.rb
  1830. 47% [446/945] lib/rdoc/generator/markup.rb
  1831. 47% [447/945] lib/rdoc/generator/pot.rb
  1832. 47% [448/945] lib/rdoc/generator/pot/message_extractor.rb
  1833. 47% [449/945] lib/rdoc/generator/pot/po.rb
  1834. 47% [450/945] lib/rdoc/generator/pot/po_entry.rb
  1835. 47% [451/945] lib/rdoc/generator/ri.rb
  1836. 47% [452/945] lib/rdoc/ghost_method.rb
  1837. 47% [453/945] lib/rdoc/i18n.rb
  1838. 48% [454/945] lib/rdoc/i18n/locale.rb
  1839. 48% [455/945] lib/rdoc/i18n/text.rb
  1840. 48% [456/945] lib/rdoc/include.rb
  1841. 48% [457/945] lib/rdoc/known_classes.rb
  1842. 48% [458/945] lib/rdoc/markdown.rb
  1843. 48% [459/945] lib/rdoc/markdown/entities.rb
  1844. 48% [460/945] lib/rdoc/markdown/literals_1_9.rb
  1845. 48% [461/945] lib/rdoc/markup.rb
  1846. 48% [462/945] lib/rdoc/markup/attr_changer.rb
  1847. 48% [463/945] lib/rdoc/markup/attr_span.rb
  1848. 49% [464/945] lib/rdoc/markup/attribute_manager.rb
  1849. 49% [465/945] lib/rdoc/markup/attributes.rb
  1850. 49% [466/945] lib/rdoc/markup/blank_line.rb
  1851. 49% [467/945] lib/rdoc/markup/block_quote.rb
  1852. 49% [468/945] lib/rdoc/markup/document.rb
  1853. 49% [469/945] lib/rdoc/markup/formatter.rb
  1854. 49% [470/945] lib/rdoc/markup/formatter_test_case.rb
  1855. 49% [471/945] lib/rdoc/markup/hard_break.rb
  1856. 49% [472/945] lib/rdoc/markup/heading.rb
  1857. 50% [473/945] lib/rdoc/markup/include.rb
  1858. 50% [474/945] lib/rdoc/markup/indented_paragraph.rb
  1859. 50% [475/945] lib/rdoc/markup/inline.rb
  1860. 50% [476/945] lib/rdoc/markup/list.rb
  1861. 50% [477/945] lib/rdoc/markup/list_item.rb
  1862. 50% [478/945] lib/rdoc/markup/paragraph.rb
  1863. 50% [479/945] lib/rdoc/markup/parser.rb
  1864. 50% [480/945] lib/rdoc/markup/pre_process.rb
  1865. 50% [481/945] lib/rdoc/markup/raw.rb
  1866. 51% [482/945] lib/rdoc/markup/rule.rb
  1867. 51% [483/945] lib/rdoc/markup/special.rb
  1868. 51% [484/945] lib/rdoc/markup/text_formatter_test_case.rb
  1869. 51% [485/945] lib/rdoc/markup/to_ansi.rb
  1870. 51% [486/945] lib/rdoc/markup/to_bs.rb
  1871. 51% [487/945] lib/rdoc/markup/to_html.rb
  1872. 51% [488/945] lib/rdoc/markup/to_html_crossref.rb
  1873. 51% [489/945] lib/rdoc/markup/to_html_snippet.rb
  1874. 51% [490/945] lib/rdoc/markup/to_joined_paragraph.rb
  1875. 51% [491/945] lib/rdoc/markup/to_label.rb
  1876. 52% [492/945] lib/rdoc/markup/to_markdown.rb
  1877. 52% [493/945] lib/rdoc/markup/to_rdoc.rb
  1878. 52% [494/945] lib/rdoc/markup/to_table_of_contents.rb
  1879. 52% [495/945] lib/rdoc/markup/to_test.rb
  1880. 52% [496/945] lib/rdoc/markup/to_tt_only.rb
  1881. 52% [497/945] lib/rdoc/markup/verbatim.rb
  1882. 52% [498/945] lib/rdoc/meta_method.rb
  1883. 52% [499/945] lib/rdoc/method_attr.rb
  1884. 52% [500/945] lib/rdoc/mixin.rb
  1885. 53% [501/945] lib/rdoc/normal_class.rb
  1886. 53% [502/945] lib/rdoc/normal_module.rb
  1887. 53% [503/945] lib/rdoc/options.rb
  1888. 53% [504/945] lib/rdoc/parser.rb
  1889. 53% [505/945] lib/rdoc/parser/c.rb
  1890. 53% [506/945] lib/rdoc/parser/changelog.rb
  1891. 53% [507/945] lib/rdoc/parser/markdown.rb
  1892. 53% [508/945] lib/rdoc/parser/rd.rb
  1893. 53% [509/945] lib/rdoc/parser/ruby.rb
  1894. 53% [510/945] lib/rdoc/parser/ruby_tools.rb
  1895. 54% [511/945] lib/rdoc/parser/simple.rb
  1896. 54% [512/945] lib/rdoc/parser/text.rb
  1897. 54% [513/945] lib/rdoc/rd.rb
  1898. 54% [514/945] lib/rdoc/rd/block_parser.rb
  1899. 54% [515/945] lib/rdoc/rd/inline.rb
  1900. 54% [516/945] lib/rdoc/rd/inline_parser.rb
  1901. 54% [517/945] lib/rdoc/rdoc.gemspec
  1902. 54% [518/945] lib/rdoc/rdoc.rb
  1903. 54% [519/945] lib/rdoc/require.rb
  1904. 55% [520/945] lib/rdoc/ri.rb
  1905. 55% [521/945] lib/rdoc/ri/driver.rb
  1906. 55% [522/945] lib/rdoc/ri/formatter.rb
  1907. 55% [523/945] lib/rdoc/ri/paths.rb
  1908. 55% [524/945] lib/rdoc/ri/store.rb
  1909. 55% [525/945] lib/rdoc/ri/task.rb
  1910. 55% [526/945] lib/rdoc/ruby_lex.rb
  1911. 55% [527/945] lib/rdoc/ruby_token.rb
  1912. 55% [528/945] lib/rdoc/rubygems_hook.rb
  1913. 55% [529/945] lib/rdoc/servlet.rb
  1914. 56% [530/945] lib/rdoc/single_class.rb
  1915. 56% [531/945] lib/rdoc/stats.rb
  1916. 56% [532/945] lib/rdoc/stats/normal.rb
  1917. 56% [533/945] lib/rdoc/stats/quiet.rb
  1918. 56% [534/945] lib/rdoc/stats/verbose.rb
  1919. 56% [535/945] lib/rdoc/store.rb
  1920. 56% [536/945] lib/rdoc/task.rb
  1921. 56% [537/945] lib/rdoc/test_case.rb
  1922. 56% [538/945] lib/rdoc/text.rb
  1923. 57% [539/945] lib/rdoc/token_stream.rb
  1924. 57% [540/945] lib/rdoc/tom_doc.rb
  1925. 57% [541/945] lib/rdoc/top_level.rb
  1926. 57% [542/945] lib/resolv-replace.rb
  1927. 57% [543/945] lib/resolv.rb
  1928. 57% [544/945] lib/rexml/attlistdecl.rb
  1929. 57% [545/945] lib/rexml/attribute.rb
  1930. 57% [546/945] lib/rexml/cdata.rb
  1931. 57% [547/945] lib/rexml/child.rb
  1932. 57% [548/945] lib/rexml/comment.rb
  1933. 58% [549/945] lib/rexml/doctype.rb
  1934. 58% [550/945] lib/rexml/document.rb
  1935. 58% [551/945] lib/rexml/dtd/attlistdecl.rb
  1936. 58% [552/945] lib/rexml/dtd/dtd.rb
  1937. 58% [553/945] lib/rexml/dtd/elementdecl.rb
  1938. 58% [554/945] lib/rexml/dtd/entitydecl.rb
  1939. 58% [555/945] lib/rexml/dtd/notationdecl.rb
  1940. 58% [556/945] lib/rexml/element.rb
  1941. 58% [557/945] lib/rexml/encoding.rb
  1942. 59% [558/945] lib/rexml/entity.rb
  1943. 59% [559/945] lib/rexml/formatters/default.rb
  1944. 59% [560/945] lib/rexml/formatters/pretty.rb
  1945. 59% [561/945] lib/rexml/formatters/transitive.rb
  1946. 59% [562/945] lib/rexml/functions.rb
  1947. 59% [563/945] lib/rexml/instruction.rb
  1948. 59% [564/945] lib/rexml/light/node.rb
  1949. 59% [565/945] lib/rexml/namespace.rb
  1950. 59% [566/945] lib/rexml/node.rb
  1951. 60% [567/945] lib/rexml/output.rb
  1952. 60% [568/945] lib/rexml/parent.rb
  1953. 60% [569/945] lib/rexml/parseexception.rb
  1954. 60% [570/945] lib/rexml/parsers/baseparser.rb
  1955. 60% [571/945] lib/rexml/parsers/lightparser.rb
  1956. 60% [572/945] lib/rexml/parsers/pullparser.rb
  1957. 60% [573/945] lib/rexml/parsers/sax2parser.rb
  1958. 60% [574/945] lib/rexml/parsers/streamparser.rb
  1959. 60% [575/945] lib/rexml/parsers/treeparser.rb
  1960. 60% [576/945] lib/rexml/parsers/ultralightparser.rb
  1961. 61% [577/945] lib/rexml/parsers/xpathparser.rb
  1962. 61% [578/945] lib/rexml/quickpath.rb
  1963. 61% [579/945] lib/rexml/rexml.rb
  1964. 61% [580/945] lib/rexml/sax2listener.rb
  1965. 61% [581/945] lib/rexml/security.rb
  1966. 61% [582/945] lib/rexml/source.rb
  1967. 61% [583/945] lib/rexml/streamlistener.rb
  1968. 61% [584/945] lib/rexml/syncenumerator.rb
  1969. 61% [585/945] lib/rexml/text.rb
  1970. 62% [586/945] lib/rexml/undefinednamespaceexception.rb
  1971. 62% [587/945] lib/rexml/validation/relaxng.rb
  1972. 62% [588/945] lib/rexml/validation/validation.rb
  1973. 62% [589/945] lib/rexml/validation/validationexception.rb
  1974. 62% [590/945] lib/rexml/xmldecl.rb
  1975. 62% [591/945] lib/rexml/xmltokens.rb
  1976. 62% [592/945] lib/rexml/xpath.rb
  1977. 62% [593/945] lib/rexml/xpath_parser.rb
  1978. 62% [594/945] lib/rinda/rinda.rb
  1979. 62% [595/945] lib/rinda/ring.rb
  1980. 63% [596/945] lib/rinda/tuplespace.rb
  1981. 63% [597/945] lib/rss.rb
  1982. 63% [598/945] lib/rss/0.9.rb
  1983. 63% [599/945] lib/rss/1.0.rb
  1984. 63% [600/945] lib/rss/2.0.rb
  1985. 63% [601/945] lib/rss/atom.rb
  1986. 63% [602/945] lib/rss/content.rb
  1987. 63% [603/945] lib/rss/content/1.0.rb
  1988. 63% [604/945] lib/rss/content/2.0.rb
  1989. 64% [605/945] lib/rss/converter.rb
  1990. 64% [606/945] lib/rss/dublincore.rb
  1991. 64% [607/945] lib/rss/dublincore/1.0.rb
  1992. 64% [608/945] lib/rss/dublincore/2.0.rb
  1993. 64% [609/945] lib/rss/dublincore/atom.rb
  1994. 64% [610/945] lib/rss/image.rb
  1995. 64% [611/945] lib/rss/itunes.rb
  1996. 64% [612/945] lib/rss/maker.rb
  1997. 64% [613/945] lib/rss/maker/0.9.rb
  1998. 64% [614/945] lib/rss/maker/1.0.rb
  1999. 65% [615/945] lib/rss/maker/2.0.rb
  2000. 65% [616/945] lib/rss/maker/atom.rb
  2001. 65% [617/945] lib/rss/maker/base.rb
  2002. 65% [618/945] lib/rss/maker/content.rb
  2003. 65% [619/945] lib/rss/maker/dublincore.rb
  2004. 65% [620/945] lib/rss/maker/entry.rb
  2005. 65% [621/945] lib/rss/maker/feed.rb
  2006. 65% [622/945] lib/rss/maker/image.rb
  2007. 65% [623/945] lib/rss/maker/itunes.rb
  2008. 66% [624/945] lib/rss/maker/slash.rb
  2009. 66% [625/945] lib/rss/maker/syndication.rb
  2010. 66% [626/945] lib/rss/maker/taxonomy.rb
  2011. 66% [627/945] lib/rss/maker/trackback.rb
  2012. 66% [628/945] lib/rss/parser.rb
  2013. 66% [629/945] lib/rss/rexmlparser.rb
  2014. 66% [630/945] lib/rss/rss.rb
  2015. 66% [631/945] lib/rss/slash.rb
  2016. 66% [632/945] lib/rss/syndication.rb
  2017. 66% [633/945] lib/rss/taxonomy.rb
  2018. 67% [634/945] lib/rss/trackback.rb
  2019. 67% [635/945] lib/rss/utils.rb
  2020. 67% [636/945] lib/rss/xml-stylesheet.rb
  2021. 67% [637/945] lib/rss/xml.rb
  2022. 67% [638/945] lib/rss/xmlparser.rb
  2023. 67% [639/945] lib/rss/xmlscanner.rb
  2024. 67% [640/945] lib/rubygems.rb
  2025. 67% [641/945] lib/rubygems/LICENSE.txt
  2026. 67% [642/945] lib/rubygems/available_set.rb
  2027. 68% [643/945] lib/rubygems/basic_specification.rb
  2028. 68% [644/945] lib/rubygems/command.rb
  2029. 68% [645/945] lib/rubygems/command_manager.rb
  2030. 68% [646/945] lib/rubygems/commands/build_command.rb
  2031. 68% [647/945] lib/rubygems/commands/cert_command.rb
  2032. 68% [648/945] lib/rubygems/commands/check_command.rb
  2033. 68% [649/945] lib/rubygems/commands/cleanup_command.rb
  2034. 68% [650/945] lib/rubygems/commands/contents_command.rb
  2035. 68% [651/945] lib/rubygems/commands/dependency_command.rb
  2036. 68% [652/945] lib/rubygems/commands/environment_command.rb
  2037. 69% [653/945] lib/rubygems/commands/fetch_command.rb
  2038. 69% [654/945] lib/rubygems/commands/generate_index_command.rb
  2039. 69% [655/945] lib/rubygems/commands/help_command.rb
  2040. 69% [656/945] lib/rubygems/commands/install_command.rb
  2041. 69% [657/945] lib/rubygems/commands/list_command.rb
  2042. 69% [658/945] lib/rubygems/commands/lock_command.rb
  2043. 69% [659/945] lib/rubygems/commands/mirror_command.rb
  2044. 69% [660/945] lib/rubygems/commands/open_command.rb
  2045. 69% [661/945] lib/rubygems/commands/outdated_command.rb
  2046. 70% [662/945] lib/rubygems/commands/owner_command.rb
  2047. 70% [663/945] lib/rubygems/commands/pristine_command.rb
  2048. 70% [664/945] lib/rubygems/commands/push_command.rb
  2049. 70% [665/945] lib/rubygems/commands/query_command.rb
  2050. 70% [666/945] lib/rubygems/commands/rdoc_command.rb
  2051. 70% [667/945] lib/rubygems/commands/search_command.rb
  2052. 70% [668/945] lib/rubygems/commands/server_command.rb
  2053. 70% [669/945] lib/rubygems/commands/setup_command.rb
  2054. 70% [670/945] lib/rubygems/commands/sources_command.rb
  2055. 71% [671/945] lib/rubygems/commands/specification_command.rb
  2056. 71% [672/945] lib/rubygems/commands/stale_command.rb
  2057. 71% [673/945] lib/rubygems/commands/uninstall_command.rb
  2058. 71% [674/945] lib/rubygems/commands/unpack_command.rb
  2059. 71% [675/945] lib/rubygems/commands/update_command.rb
  2060. 71% [676/945] lib/rubygems/commands/which_command.rb
  2061. 71% [677/945] lib/rubygems/commands/yank_command.rb
  2062. 71% [678/945] lib/rubygems/compatibility.rb
  2063. 71% [679/945] lib/rubygems/config_file.rb
  2064. 71% [680/945] lib/rubygems/core_ext/kernel_gem.rb
  2065. 72% [681/945] lib/rubygems/core_ext/kernel_require.rb
  2066. 72% [682/945] lib/rubygems/defaults.rb
  2067. 72% [683/945] lib/rubygems/dependency.rb
  2068. 72% [684/945] lib/rubygems/dependency_installer.rb
  2069. 72% [685/945] lib/rubygems/dependency_list.rb
  2070. 72% [686/945] lib/rubygems/deprecate.rb
  2071. 72% [687/945] lib/rubygems/doctor.rb
  2072. 72% [688/945] lib/rubygems/errors.rb
  2073. 72% [689/945] lib/rubygems/exceptions.rb
  2074. 73% [690/945] lib/rubygems/ext.rb
  2075. 73% [691/945] lib/rubygems/ext/build_error.rb
  2076. 73% [692/945] lib/rubygems/ext/builder.rb
  2077. 73% [693/945] lib/rubygems/ext/cmake_builder.rb
  2078. 73% [694/945] lib/rubygems/ext/configure_builder.rb
  2079. 73% [695/945] lib/rubygems/ext/ext_conf_builder.rb
  2080. 73% [696/945] lib/rubygems/ext/rake_builder.rb
  2081. 73% [697/945] lib/rubygems/gem_runner.rb
  2082. 73% [698/945] lib/rubygems/gemcutter_utilities.rb
  2083. 73% [699/945] lib/rubygems/indexer.rb
  2084. 74% [700/945] lib/rubygems/install_default_message.rb
  2085. 74% [701/945] lib/rubygems/install_message.rb
  2086. 74% [702/945] lib/rubygems/install_update_options.rb
  2087. 74% [703/945] lib/rubygems/installer.rb
  2088. 74% [704/945] lib/rubygems/installer_test_case.rb
  2089. 74% [705/945] lib/rubygems/local_remote_options.rb
  2090. 74% [706/945] lib/rubygems/mock_gem_ui.rb
  2091. 74% [707/945] lib/rubygems/name_tuple.rb
  2092. 74% [708/945] lib/rubygems/package.rb
  2093. 75% [709/945] lib/rubygems/package/digest_io.rb
  2094. 75% [710/945] lib/rubygems/package/file_source.rb
  2095. 75% [711/945] lib/rubygems/package/io_source.rb
  2096. 75% [712/945] lib/rubygems/package/old.rb
  2097. 75% [713/945] lib/rubygems/package/source.rb
  2098. 75% [714/945] lib/rubygems/package/tar_header.rb
  2099. 75% [715/945] lib/rubygems/package/tar_reader.rb
  2100. 75% [716/945] lib/rubygems/package/tar_reader/entry.rb
  2101. 75% [717/945] lib/rubygems/package/tar_test_case.rb
  2102. 75% [718/945] lib/rubygems/package/tar_writer.rb
  2103. 76% [719/945] lib/rubygems/package_task.rb
  2104. 76% [720/945] lib/rubygems/path_support.rb
  2105. 76% [721/945] lib/rubygems/platform.rb
  2106. 76% [722/945] lib/rubygems/psych_additions.rb
  2107. 76% [723/945] lib/rubygems/psych_tree.rb
  2108. 76% [724/945] lib/rubygems/rdoc.rb
  2109. 76% [725/945] lib/rubygems/remote_fetcher.rb
  2110. 76% [726/945] lib/rubygems/request.rb
  2111. 76% [727/945] lib/rubygems/request/connection_pools.rb
  2112. 77% [728/945] lib/rubygems/request/http_pool.rb
  2113. 77% [729/945] lib/rubygems/request/https_pool.rb
  2114. 77% [730/945] lib/rubygems/request_set.rb
  2115. 77% [731/945] lib/rubygems/request_set/gem_dependency_api.rb
  2116. 77% [732/945] lib/rubygems/request_set/lockfile.rb
  2117. 77% [733/945] lib/rubygems/request_set/lockfile/parser.rb
  2118. 77% [734/945] lib/rubygems/request_set/lockfile/tokenizer.rb
  2119. 77% [735/945] lib/rubygems/requirement.rb
  2120. 77% [736/945] lib/rubygems/resolver.rb
  2121. 77% [737/945] lib/rubygems/resolver/activation_request.rb
  2122. 78% [738/945] lib/rubygems/resolver/api_set.rb
  2123. 78% [739/945] lib/rubygems/resolver/api_specification.rb
  2124. 78% [740/945] lib/rubygems/resolver/best_set.rb
  2125. 78% [741/945] lib/rubygems/resolver/composed_set.rb
  2126. 78% [742/945] lib/rubygems/resolver/conflict.rb
  2127. 78% [743/945] lib/rubygems/resolver/current_set.rb
  2128. 78% [744/945] lib/rubygems/resolver/dependency_request.rb
  2129. 78% [745/945] lib/rubygems/resolver/git_set.rb
  2130. 78% [746/945] lib/rubygems/resolver/git_specification.rb
  2131. 79% [747/945] lib/rubygems/resolver/index_set.rb
  2132. 79% [748/945] lib/rubygems/resolver/index_specification.rb
  2133. 79% [749/945] lib/rubygems/resolver/installed_specification.rb
  2134. 79% [750/945] lib/rubygems/resolver/installer_set.rb
  2135. 79% [751/945] lib/rubygems/resolver/local_specification.rb
  2136. 79% [752/945] lib/rubygems/resolver/lock_set.rb
  2137. 79% [753/945] lib/rubygems/resolver/lock_specification.rb
  2138. 79% [754/945] lib/rubygems/resolver/molinillo.rb
  2139. 79% [755/945] lib/rubygems/resolver/molinillo/lib/molinillo.rb
  2140. 80% [756/945] ...rubygems/resolver/molinillo/lib/molinillo/dependency_graph.rb
  2141. 80% [757/945] lib/rubygems/resolver/molinillo/lib/molinillo/errors.rb
  2142. 80% [758/945] lib/rubygems/resolver/molinillo/lib/molinillo/gem_metadata.rb
  2143. 80% [759/945] ...ver/molinillo/lib/molinillo/modules/specification_provider.rb
  2144. 80% [760/945] lib/rubygems/resolver/molinillo/lib/molinillo/modules/ui.rb
  2145. 80% [761/945] lib/rubygems/resolver/molinillo/lib/molinillo/resolution.rb
  2146. 80% [762/945] lib/rubygems/resolver/molinillo/lib/molinillo/resolver.rb
  2147. 80% [763/945] lib/rubygems/resolver/molinillo/lib/molinillo/state.rb
  2148. 80% [764/945] lib/rubygems/resolver/requirement_list.rb
  2149. 80% [765/945] lib/rubygems/resolver/set.rb
  2150. 81% [766/945] lib/rubygems/resolver/spec_specification.rb
  2151. 81% [767/945] lib/rubygems/resolver/specification.rb
  2152. 81% [768/945] lib/rubygems/resolver/stats.rb
  2153. 81% [769/945] lib/rubygems/resolver/vendor_set.rb
  2154. 81% [770/945] lib/rubygems/resolver/vendor_specification.rb
  2155. 81% [771/945] lib/rubygems/security.rb
  2156. 81% [772/945] lib/rubygems/security/policies.rb
  2157. 81% [773/945] lib/rubygems/security/policy.rb
  2158. 81% [774/945] lib/rubygems/security/signer.rb
  2159. 82% [775/945] lib/rubygems/security/trust_dir.rb
  2160. 82% [776/945] lib/rubygems/server.rb
  2161. 82% [777/945] lib/rubygems/source.rb
  2162. 82% [778/945] lib/rubygems/source/git.rb
  2163. 82% [779/945] lib/rubygems/source/installed.rb
  2164. 82% [780/945] lib/rubygems/source/local.rb
  2165. 82% [781/945] lib/rubygems/source/lock.rb
  2166. 82% [782/945] lib/rubygems/source/specific_file.rb
  2167. 82% [783/945] lib/rubygems/source/vendor.rb
  2168. 82% [784/945] lib/rubygems/source_list.rb
  2169. 83% [785/945] lib/rubygems/source_local.rb
  2170. 83% [786/945] lib/rubygems/source_specific_file.rb
  2171. 83% [787/945] lib/rubygems/spec_fetcher.rb
  2172. 83% [788/945] lib/rubygems/specification.rb
  2173. 83% [789/945] lib/rubygems/stub_specification.rb
  2174. 83% [790/945] lib/rubygems/syck_hack.rb
  2175. 83% [791/945] lib/rubygems/test_case.rb
  2176. 83% [792/945] lib/rubygems/test_utilities.rb
  2177. 83% [793/945] lib/rubygems/text.rb
  2178. 84% [794/945] lib/rubygems/uninstaller.rb
  2179. 84% [795/945] lib/rubygems/uri_formatter.rb
  2180. 84% [796/945] lib/rubygems/user_interaction.rb
  2181. 84% [797/945] lib/rubygems/util.rb
  2182. 84% [798/945] lib/rubygems/util/licenses.rb
  2183. 84% [799/945] lib/rubygems/util/list.rb
  2184. 84% [800/945] lib/rubygems/validator.rb
  2185. 84% [801/945] lib/rubygems/version.rb
  2186. 84% [802/945] lib/rubygems/version_option.rb
  2187. 84% [803/945] lib/scanf.rb
  2188. 85% [804/945] lib/securerandom.rb
  2189. 85% [805/945] lib/set.rb
  2190. 85% [806/945] lib/shell.rb
  2191. 85% [807/945] lib/shell/builtin-command.rb
  2192. 85% [808/945] lib/shell/command-processor.rb
  2193. 85% [809/945] lib/shell/error.rb
  2194. 85% [810/945] lib/shell/filter.rb
  2195. 85% [811/945] lib/shell/process-controller.rb
  2196. 85% [812/945] lib/shell/system-command.rb
  2197. 86% [813/945] lib/shell/version.rb
  2198. 86% [814/945] lib/shellwords.rb
  2199. 86% [815/945] lib/singleton.rb
  2200. 86% [816/945] lib/sync.rb
  2201. 86% [817/945] lib/tempfile.rb
  2202. 86% [818/945] lib/thwait.rb
  2203. 86% [819/945] lib/time.rb
  2204. 86% [820/945] lib/timeout.rb
  2205. 86% [821/945] lib/tmpdir.rb
  2206. 86% [822/945] lib/tracer.rb
  2207. 87% [823/945] lib/tsort.rb
  2208. 87% [824/945] lib/ubygems.rb
  2209. 87% [825/945] lib/un.rb
  2210. 87% [826/945] lib/unicode_normalize.rb
  2211. 87% [827/945] lib/unicode_normalize/normalize.rb
  2212. 87% [828/945] lib/unicode_normalize/tables.rb
  2213. 87% [829/945] lib/uri.rb
  2214. 87% [830/945] lib/uri/common.rb
  2215. 87% [831/945] lib/uri/ftp.rb
  2216. 88% [832/945] lib/uri/generic.rb
  2217. 88% [833/945] lib/uri/http.rb
  2218. 88% [834/945] lib/uri/https.rb
  2219. 88% [835/945] lib/uri/ldap.rb
  2220. 88% [836/945] lib/uri/ldaps.rb
  2221. 88% [837/945] lib/uri/mailto.rb
  2222. 88% [838/945] lib/uri/rfc2396_parser.rb
  2223. 88% [839/945] lib/uri/rfc3986_parser.rb
  2224. 88% [840/945] lib/weakref.rb
  2225. 88% [841/945] lib/webrick.rb
  2226. 89% [842/945] lib/webrick/accesslog.rb
  2227. 89% [843/945] lib/webrick/cgi.rb
  2228. 89% [844/945] lib/webrick/compat.rb
  2229. 89% [845/945] lib/webrick/config.rb
  2230. 89% [846/945] lib/webrick/cookie.rb
  2231. 89% [847/945] lib/webrick/htmlutils.rb
  2232. 89% [848/945] lib/webrick/httpauth.rb
  2233. 89% [849/945] lib/webrick/httpauth/authenticator.rb
  2234. 89% [850/945] lib/webrick/httpauth/basicauth.rb
  2235. 90% [851/945] lib/webrick/httpauth/digestauth.rb
  2236. 90% [852/945] lib/webrick/httpauth/htdigest.rb
  2237. 90% [853/945] lib/webrick/httpauth/htgroup.rb
  2238. 90% [854/945] lib/webrick/httpauth/htpasswd.rb
  2239. 90% [855/945] lib/webrick/httpauth/userdb.rb
  2240. 90% [856/945] lib/webrick/httpproxy.rb
  2241. 90% [857/945] lib/webrick/httprequest.rb
  2242. 90% [858/945] lib/webrick/httpresponse.rb
  2243. 90% [859/945] lib/webrick/https.rb
  2244. 91% [860/945] lib/webrick/httpserver.rb
  2245. 91% [861/945] lib/webrick/httpservlet.rb
  2246. 91% [862/945] lib/webrick/httpservlet/abstract.rb
  2247. 91% [863/945] lib/webrick/httpservlet/cgi_runner.rb
  2248. 91% [864/945] lib/webrick/httpservlet/cgihandler.rb
  2249. 91% [865/945] lib/webrick/httpservlet/erbhandler.rb
  2250. 91% [866/945] lib/webrick/httpservlet/filehandler.rb
  2251. 91% [867/945] lib/webrick/httpservlet/prochandler.rb
  2252. 91% [868/945] lib/webrick/httpstatus.rb
  2253. 91% [869/945] lib/webrick/httputils.rb
  2254. 92% [870/945] lib/webrick/httpversion.rb
  2255. 92% [871/945] lib/webrick/log.rb
  2256. 92% [872/945] lib/webrick/server.rb
  2257. 92% [873/945] lib/webrick/ssl.rb
  2258. 92% [874/945] lib/webrick/utils.rb
  2259. 92% [875/945] lib/webrick/version.rb
  2260. 92% [876/945] lib/xmlrpc.rb
  2261. 92% [877/945] lib/xmlrpc/base64.rb
  2262. 92% [878/945] lib/xmlrpc/client.rb
  2263. 93% [879/945] lib/xmlrpc/config.rb
  2264. 93% [880/945] lib/xmlrpc/create.rb
  2265. 93% [881/945] lib/xmlrpc/datetime.rb
  2266. 93% [882/945] lib/xmlrpc/marshal.rb
  2267. 93% [883/945] lib/xmlrpc/parser.rb
  2268. 93% [884/945] lib/xmlrpc/server.rb
  2269. 93% [885/945] lib/xmlrpc/utils.rb
  2270. 93% [886/945] lib/yaml.rb
  2271. 93% [887/945] lib/yaml/dbm.rb
  2272. 93% [888/945] lib/yaml/store.rb
  2273. 94% [889/945] load.c
  2274. 94% [890/945] loadpath.c
  2275. 94% [891/945] localeinit.c
  2276. 94% [892/945] main.c
  2277. 94% [893/945] marshal.c
  2278. 94% [894/945] math.c
  2279. 94% [895/945] miniinit.c
  2280. 94% [896/945] miniprelude.c
  2281. 94% [897/945] node.c
  2282. 95% [898/945] numeric.c
  2283. 95% [899/945] object.c
  2284. 95% [900/945] pack.c
  2285. 95% [901/945] parse.c
  2286. 95% [902/945] prelude.c
  2287. 95% [903/945] prelude.rb
  2288. 95% [904/945] proc.c
  2289. 95% [905/945] process.c
  2290. 95% [906/945] random.c
  2291. 95% [907/945] range.c
  2292. 96% [908/945] rational.c
  2293. 96% [909/945] re.c
  2294. 96% [910/945] regcomp.c
  2295. 96% [911/945] regenc.c
  2296. 96% [912/945] regerror.c
  2297. 96% [913/945] regexec.c
  2298. 96% [914/945] regparse.c
  2299. 96% [915/945] regsyntax.c
  2300. 96% [916/945] ruby.c
  2301. 97% [917/945] safe.c
  2302. 97% [918/945] signal.c
  2303. 97% [919/945] siphash.c
  2304. 97% [920/945] sparc.c
  2305. 97% [921/945] sprintf.c
  2306. 97% [922/945] st.c
  2307. 97% [923/945] strftime.c
  2308. 97% [924/945] string.c
  2309. 97% [925/945] struct.c
  2310. 97% [926/945] symbol.c
  2311. 98% [927/945] thread.c
  2312. 98% [928/945] thread_pthread.c
  2313. 98% [929/945] thread_sync.c
  2314. 98% [930/945] thread_win32.c
  2315. 98% [931/945] time.c
  2316. 98% [932/945] transcode.c
  2317. 98% [933/945] util.c
  2318. 98% [934/945] variable.c
  2319. 98% [935/945] version.c
  2320. 99% [936/945] vm.c
  2321. 99% [937/945] vm_args.c
  2322. 99% [938/945] vm_backtrace.c
  2323. 99% [939/945] vm_dump.c
  2324. 99% [940/945] vm_eval.c
  2325. 99% [941/945] vm_exec.c
  2326. 99% [942/945] vm_insnhelper.c
  2327. 99% [943/945] vm_method.c
  2328. 99% [944/945] vm_trace.c
  2329. 100% [945/945] vsnprintf.c
  2330.  
  2331. Generating RI format into /tmp/ruby-build.20161028215016.16949/ruby-2.3.1/.ext/rdoc...
  2332.  
  2333.  
  2334. Files: 945
  2335.  
  2336. Classes: 1401 ( 576 undocumented)
  2337. Modules: 280 ( 110 undocumented)
  2338. Constants: 2172 ( 604 undocumented)
  2339. Attributes: 1144 ( 255 undocumented)
  2340. Methods: 10493 (2232 undocumented)
  2341.  
  2342. Total: 15490 (3777 undocumented)
  2343. 75.62% documented
  2344.  
  2345. Elapsed: 89.9s
  2346.  
  2347. CC = gcc
  2348. LD = ld
  2349. LDSHARED = gcc -shared
  2350. CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -Wdeprecated-declarations -Wno-packed-bitfield-compat -Wno-maybe-uninitialized -std=iso9899:1999
  2351. XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -fPIE
  2352. CPPFLAGS = -I/home/coder/.rbenv/versions/2.3.1/include -I. -I.ext/include/x86_64-linux -I./include -I.
  2353. DLDFLAGS = -fstack-protector -pie
  2354. SOLIBS =
  2355. Using built-in specs.
  2356. COLLECT_GCC=gcc
  2357. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
  2358. Target: x86_64-linux-gnu
  2359. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.2' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  2360. Thread model: posix
  2361. gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.2)
  2362. generating enc.mk
  2363. making srcs under enc
  2364. make[1]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1'
  2365. make[1]: Nothing to be done for 'srcs'.
  2366. make[1]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1'
  2367. generating transdb.h
  2368. transdb.h unchanged
  2369. generating makefile exts.mk
  2370. configuring socket
  2371. Failed to configure tk. It will not be installed.
  2372. Failed to configure tk/tkutil. It will not be installed.
  2373. make[1]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1'
  2374. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/class'
  2375. linking shared-object -test-/class.so
  2376. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/class'
  2377. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/marshal/compat'
  2378. linking shared-object -test-/marshal/compat.so
  2379. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/marshal/compat'
  2380. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/marshal/internal_ivar'
  2381. linking shared-object -test-/marshal/internal_ivar.so
  2382. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/marshal/internal_ivar'
  2383. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/st/foreach'
  2384. linking shared-object -test-/st/foreach.so
  2385. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/st/foreach'
  2386. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/st/numhash'
  2387. linking shared-object -test-/st/numhash.so
  2388. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/-test-/st/numhash'
  2389. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/bigdecimal'
  2390. installing default bigdecimal libraries
  2391. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/bigdecimal'
  2392. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/continuation'
  2393. linking shared-object continuation.so
  2394. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/continuation'
  2395. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/coverage'
  2396. linking shared-object coverage.so
  2397. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/coverage'
  2398. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/date'
  2399. installing default date_core libraries
  2400. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/date'
  2401. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/dbm'
  2402. linking shared-object dbm.so
  2403. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/dbm'
  2404. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/digest'
  2405. linking shared-object digest.so
  2406. installing digest libraries
  2407. installing default digest libraries
  2408. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/digest'
  2409. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/digest/bubblebabble'
  2410. linking shared-object digest/bubblebabble.so
  2411. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/digest/bubblebabble'
  2412. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/digest/sha2'
  2413. installing default sha2 libraries
  2414. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/digest/sha2'
  2415. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/etc'
  2416. linking shared-object etc.so
  2417. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/etc'
  2418. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/fcntl'
  2419. linking shared-object fcntl.so
  2420. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/fcntl'
  2421. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/fiber'
  2422. linking shared-object fiber.so
  2423. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/fiber'
  2424. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/fiddle'
  2425. installing default fiddle libraries
  2426. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/fiddle'
  2427. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/gdbm'
  2428. linking shared-object gdbm.so
  2429. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/gdbm'
  2430. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/io/console'
  2431. linking shared-object io/console.so
  2432. installing default console libraries
  2433. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/io/console'
  2434. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/io/nonblock'
  2435. linking shared-object io/nonblock.so
  2436. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/io/nonblock'
  2437. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/json'
  2438. installing default libraries
  2439. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/json'
  2440. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/json/parser'
  2441. linking shared-object json/ext/parser.so
  2442. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/json/parser'
  2443. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/nkf'
  2444. installing default nkf libraries
  2445. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/nkf'
  2446. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/openssl'
  2447. installing default openssl libraries
  2448. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/openssl'
  2449. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/pathname'
  2450. installing default pathname libraries
  2451. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/pathname'
  2452. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/psych'
  2453. installing default psych libraries
  2454. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/psych'
  2455. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/pty'
  2456. installing default pty libraries
  2457. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/pty'
  2458. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/ripper'
  2459. installing default ripper libraries
  2460. checking ../.././parse.y and ../.././ext/ripper/eventids2.c
  2461. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/ripper'
  2462. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/socket'
  2463. linking shared-object socket.so
  2464. installing default socket libraries
  2465. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/socket'
  2466. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/syslog'
  2467. installing default syslog libraries
  2468. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/syslog'
  2469. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/tk'
  2470. make[2]: Nothing to be done for 'all'.
  2471. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/tk'
  2472. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/tk/tkutil'
  2473. make[2]: Nothing to be done for 'all'.
  2474. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1/ext/tk/tkutil'
  2475. make[2]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1'
  2476. make[2]: 'ruby' is up to date.
  2477. make[2]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1'
  2478. make[1]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1'
  2479. making enc
  2480. make[1]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1'
  2481. make[1]: Nothing to be done for 'enc'.
  2482. make[1]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1'
  2483. making trans
  2484. make[1]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1'
  2485. make[1]: Nothing to be done for './enc/trans'.
  2486. make[1]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1'
  2487. making encs
  2488. make[1]: Entering directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1'
  2489. make[1]: Leaving directory '/tmp/ruby-build.20161028215016.16949/ruby-2.3.1'
  2490. Generating RDoc documentation
  2491.  
  2492. No newer files.
  2493.  
  2494. Files: 0
  2495.  
  2496. Classes: 0 (0 undocumented)
  2497. Modules: 0 (0 undocumented)
  2498. Constants: 0 (0 undocumented)
  2499. Attributes: 0 (0 undocumented)
  2500. Methods: 0 (0 undocumented)
  2501.  
  2502. Total: 0 (0 undocumented)
  2503. 0.00% documented
  2504.  
  2505. Elapsed: 0.0s
  2506.  
  2507. generating x86_64-linux-fake.rb
  2508. x86_64-linux-fake.rb updated
  2509. ./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"
  2510. installing binary commands: /home/coder/.rbenv/versions/2.3.1/bin
  2511. installing base libraries: /home/coder/.rbenv/versions/2.3.1/lib
  2512. installing arch files: /home/coder/.rbenv/versions/2.3.1/lib/ruby/2.3.0/x86_64-linux
  2513. installing pkgconfig data: /home/coder/.rbenv/versions/2.3.1/lib/pkgconfig
  2514. installing command scripts: /home/coder/.rbenv/versions/2.3.1/bin
  2515. installing library scripts: /home/coder/.rbenv/versions/2.3.1/lib/ruby/2.3.0
  2516. installing common headers: /home/coder/.rbenv/versions/2.3.1/include/ruby-2.3.0
  2517. installing manpages: /home/coder/.rbenv/versions/2.3.1/share/man/man1
  2518. installing extension objects: /home/coder/.rbenv/versions/2.3.1/lib/ruby/2.3.0/x86_64-linux
  2519. installing extension objects: /home/coder/.rbenv/versions/2.3.1/lib/ruby/site_ruby/2.3.0/x86_64-linux
  2520. installing extension objects: /home/coder/.rbenv/versions/2.3.1/lib/ruby/vendor_ruby/2.3.0/x86_64-linux
  2521. installing extension headers: /home/coder/.rbenv/versions/2.3.1/include/ruby-2.3.0/x86_64-linux
  2522. installing extension scripts: /home/coder/.rbenv/versions/2.3.1/lib/ruby/2.3.0
  2523. installing extension scripts: /home/coder/.rbenv/versions/2.3.1/lib/ruby/site_ruby/2.3.0
  2524. installing extension scripts: /home/coder/.rbenv/versions/2.3.1/lib/ruby/vendor_ruby/2.3.0
  2525. installing extension headers: /home/coder/.rbenv/versions/2.3.1/include/ruby-2.3.0/ruby
  2526. installing default gems: /home/coder/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0 (build_info, cache, doc, extensions, gems, specifications)
  2527. bigdecimal 1.2.8
  2528. io-console 0.4.5
  2529. json 1.8.3
  2530. psych 2.0.17
  2531. rdoc 4.2.1
  2532. installing bundle gems: /home/coder/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0 (build_info, cache, doc, extensions, gems, specifications)
  2533. did_you_mean 1.0.0
  2534. rake 10.4.2
  2535. test-unit 3.1.5
  2536. power_assert 0.2.6
  2537. minitest 5.8.3
  2538. net-telnet 0.1.1
  2539. installing rdoc: /home/coder/.rbenv/versions/2.3.1/share/ri/2.3.0/system
  2540. installing capi-docs: /home/coder/.rbenv/versions/2.3.1/share/doc/ruby
  2541. /tmp/ruby-build.20161028215016.16949 ~
  2542. ~
  2543. Installed ruby-2.3.1 to /home/coder/.rbenv/versions/2.3.1
Add Comment
Please, Sign In to add comment