spacepaste

  1.  
  2. m@m-X555LJ:~$ cd Python-3.5.6/
  3. m@m-X555LJ:~/Python-3.5.6$ ./configure
  4. checking build system type... x86_64-pc-linux-gnu
  5. checking host system type... x86_64-pc-linux-gnu
  6. checking for python3.5... no
  7. checking for python3... python3
  8. checking for --enable-universalsdk... no
  9. checking for --with-universal-archs... no
  10. checking MACHDEP... linux
  11. checking for --without-gcc... no
  12. checking for --with-icc... no
  13. checking for gcc... gcc
  14. checking whether the C compiler works... yes
  15. checking for C compiler default output file name... a.out
  16. checking for suffix of executables...
  17. checking whether we are cross compiling... no
  18. checking for suffix of object files... o
  19. checking whether we are using the GNU C compiler... yes
  20. checking whether gcc accepts -g... yes
  21. checking for gcc option to accept ISO C89... none needed
  22. checking how to run the C preprocessor... gcc -E
  23. checking for grep that handles long lines and -e... /bin/grep
  24. checking for --with-cxx-main=<compiler>... no
  25. checking for g++... no
  26. configure:
  27. By default, distutils will build C++ extension modules with "g++".
  28. If this is not intended, then set CXX on the configure command line.
  29. checking for the platform triplet based on compiler characteristics... x86_64-linux-gnu
  30. checking for -Wl,--no-as-needed... yes
  31. checking for egrep... /bin/grep -E
  32. checking for ANSI C header files... yes
  33. checking for sys/types.h... yes
  34. checking for sys/stat.h... yes
  35. checking for stdlib.h... yes
  36. checking for string.h... yes
  37. checking for memory.h... yes
  38. checking for strings.h... yes
  39. checking for inttypes.h... yes
  40. checking for stdint.h... yes
  41. checking for unistd.h... yes
  42. checking minix/config.h usability... no
  43. checking minix/config.h presence... no
  44. checking for minix/config.h... no
  45. checking whether it is safe to define __EXTENSIONS__... yes
  46. checking for --with-suffix...
  47. checking for case-insensitive build directory... no
  48. checking LIBRARY... libpython$(VERSION)$(ABIFLAGS).a
  49. checking LINKCC... $(PURIFY) $(MAINCC)
  50. checking for GNU ld... yes
  51. checking for inline... inline
  52. checking for --enable-shared... no
  53. checking for --enable-profiling... no
  54. checking LDLIBRARY... libpython$(VERSION)$(ABIFLAGS).a
  55. checking for ranlib... ranlib
  56. checking for ar... ar
  57. checking for readelf... readelf
  58. checking for a BSD-compatible install... /usr/bin/install -c
  59. checking for a thread-safe mkdir -p... /bin/mkdir -p
  60. checking for --with-pydebug... no
  61. checking for --enable-optimizations... no
  62. checking for --with-lto... no
  63. checking target system type... x86_64-pc-linux-gnu
  64. checking for -llvm-profdata... no
  65. checking for llvm-profdata... /usr/bin/llvm-profdata
  66. checking whether gcc accepts and needs -fno-strict-aliasing... no
  67. checking if we can turn off gcc unused result warning... yes
  68. checking for -Werror=declaration-after-statement... yes
  69. checking if we can turn on gcc mixed sign comparison warning... yes
  70. checking if we can turn on gcc unreachable code warning... no
  71. checking whether pthreads are available without options... no
  72. checking whether gcc accepts -Kpthread... no
  73. checking whether gcc accepts -Kthread... no
  74. checking whether gcc accepts -pthread... yes
  75. checking whether g++ also accepts flags for thread support... yes
  76. checking for ANSI C header files... (cached) yes
  77. checking asm/types.h usability... yes
  78. checking asm/types.h presence... yes
  79. checking for asm/types.h... yes
  80. checking conio.h usability... no
  81. checking conio.h presence... no
  82. checking for conio.h... no
  83. checking direct.h usability... no
  84. checking direct.h presence... no
  85. checking for direct.h... no
  86. checking dlfcn.h usability... yes
  87. checking dlfcn.h presence... yes
  88. checking for dlfcn.h... yes
  89. checking errno.h usability... yes
  90. checking errno.h presence... yes
  91. checking for errno.h... yes
  92. checking fcntl.h usability... yes
  93. checking fcntl.h presence... yes
  94. checking for fcntl.h... yes
  95. checking grp.h usability... yes
  96. checking grp.h presence... yes
  97. checking for grp.h... yes
  98. checking ieeefp.h usability... no
  99. checking ieeefp.h presence... no
  100. checking for ieeefp.h... no
  101. checking io.h usability... no
  102. checking io.h presence... no
  103. checking for io.h... no
  104. checking langinfo.h usability... yes
  105. checking langinfo.h presence... yes
  106. checking for langinfo.h... yes
  107. checking libintl.h usability... yes
  108. checking libintl.h presence... yes
  109. checking for libintl.h... yes
  110. checking process.h usability... no
  111. checking process.h presence... no
  112. checking for process.h... no
  113. checking pthread.h usability... yes
  114. checking pthread.h presence... yes
  115. checking for pthread.h... yes
  116. checking sched.h usability... yes
  117. checking sched.h presence... yes
  118. checking for sched.h... yes
  119. checking shadow.h usability... yes
  120. checking shadow.h presence... yes
  121. checking for shadow.h... yes
  122. checking signal.h usability... yes
  123. checking signal.h presence... yes
  124. checking for signal.h... yes
  125. checking for stdint.h... (cached) yes
  126. checking stropts.h usability... yes
  127. checking stropts.h presence... yes
  128. checking for stropts.h... yes
  129. checking termios.h usability... yes
  130. checking termios.h presence... yes
  131. checking for termios.h... yes
  132. checking for unistd.h... (cached) yes
  133. checking utime.h usability... yes
  134. checking utime.h presence... yes
  135. checking for utime.h... yes
  136. checking poll.h usability... yes
  137. checking poll.h presence... yes
  138. checking for poll.h... yes
  139. checking sys/devpoll.h usability... no
  140. checking sys/devpoll.h presence... no
  141. checking for sys/devpoll.h... no
  142. checking sys/epoll.h usability... yes
  143. checking sys/epoll.h presence... yes
  144. checking for sys/epoll.h... yes
  145. checking sys/poll.h usability... yes
  146. checking sys/poll.h presence... yes
  147. checking for sys/poll.h... yes
  148. checking sys/audioio.h usability... no
  149. checking sys/audioio.h presence... no
  150. checking for sys/audioio.h... no
  151. checking sys/xattr.h usability... yes
  152. checking sys/xattr.h presence... yes
  153. checking for sys/xattr.h... yes
  154. checking sys/bsdtty.h usability... no
  155. checking sys/bsdtty.h presence... no
  156. checking for sys/bsdtty.h... no
  157. checking sys/event.h usability... no
  158. checking sys/event.h presence... no
  159. checking for sys/event.h... no
  160. checking sys/file.h usability... yes
  161. checking sys/file.h presence... yes
  162. checking for sys/file.h... yes
  163. checking sys/ioctl.h usability... yes
  164. checking sys/ioctl.h presence... yes
  165. checking for sys/ioctl.h... yes
  166. checking sys/kern_control.h usability... no
  167. checking sys/kern_control.h presence... no
  168. checking for sys/kern_control.h... no
  169. checking sys/loadavg.h usability... no
  170. checking sys/loadavg.h presence... no
  171. checking for sys/loadavg.h... no
  172. checking sys/lock.h usability... no
  173. checking sys/lock.h presence... no
  174. checking for sys/lock.h... no
  175. checking sys/mkdev.h usability... no
  176. checking sys/mkdev.h presence... no
  177. checking for sys/mkdev.h... no
  178. checking sys/modem.h usability... no
  179. checking sys/modem.h presence... no
  180. checking for sys/modem.h... no
  181. checking sys/param.h usability... yes
  182. checking sys/param.h presence... yes
  183. checking for sys/param.h... yes
  184. checking sys/random.h usability... yes
  185. checking sys/random.h presence... yes
  186. checking for sys/random.h... yes
  187. checking sys/select.h usability... yes
  188. checking sys/select.h presence... yes
  189. checking for sys/select.h... yes
  190. checking sys/sendfile.h usability... yes
  191. checking sys/sendfile.h presence... yes
  192. checking for sys/sendfile.h... yes
  193. checking sys/socket.h usability... yes
  194. checking sys/socket.h presence... yes
  195. checking for sys/socket.h... yes
  196. checking sys/statvfs.h usability... yes
  197. checking sys/statvfs.h presence... yes
  198. checking for sys/statvfs.h... yes
  199. checking for sys/stat.h... (cached) yes
  200. checking sys/syscall.h usability... yes
  201. checking sys/syscall.h presence... yes
  202. checking for sys/syscall.h... yes
  203. checking sys/sys_domain.h usability... no
  204. checking sys/sys_domain.h presence... no
  205. checking for sys/sys_domain.h... no
  206. checking sys/termio.h usability... no
  207. checking sys/termio.h presence... no
  208. checking for sys/termio.h... no
  209. checking sys/time.h usability... yes
  210. checking sys/time.h presence... yes
  211. checking for sys/time.h... yes
  212. checking sys/times.h usability... yes
  213. checking sys/times.h presence... yes
  214. checking for sys/times.h... yes
  215. checking for sys/types.h... (cached) yes
  216. checking sys/uio.h usability... yes
  217. checking sys/uio.h presence... yes
  218. checking for sys/uio.h... yes
  219. checking sys/un.h usability... yes
  220. checking sys/un.h presence... yes
  221. checking for sys/un.h... yes
  222. checking sys/utsname.h usability... yes
  223. checking sys/utsname.h presence... yes
  224. checking for sys/utsname.h... yes
  225. checking sys/wait.h usability... yes
  226. checking sys/wait.h presence... yes
  227. checking for sys/wait.h... yes
  228. checking pty.h usability... yes
  229. checking pty.h presence... yes
  230. checking for pty.h... yes
  231. checking libutil.h usability... no
  232. checking libutil.h presence... no
  233. checking for libutil.h... no
  234. checking sys/resource.h usability... yes
  235. checking sys/resource.h presence... yes
  236. checking for sys/resource.h... yes
  237. checking netpacket/packet.h usability... yes
  238. checking netpacket/packet.h presence... yes
  239. checking for netpacket/packet.h... yes
  240. checking sysexits.h usability... yes
  241. checking sysexits.h presence... yes
  242. checking for sysexits.h... yes
  243. checking bluetooth.h usability... no
  244. checking bluetooth.h presence... no
  245. checking for bluetooth.h... no
  246. checking bluetooth/bluetooth.h usability... no
  247. checking bluetooth/bluetooth.h presence... no
  248. checking for bluetooth/bluetooth.h... no
  249. checking linux/tipc.h usability... yes
  250. checking linux/tipc.h presence... yes
  251. checking for linux/tipc.h... yes
  252. checking linux/random.h usability... yes
  253. checking linux/random.h presence... yes
  254. checking for linux/random.h... yes
  255. checking spawn.h usability... yes
  256. checking spawn.h presence... yes
  257. checking for spawn.h... yes
  258. checking util.h usability... no
  259. checking util.h presence... no
  260. checking for util.h... no
  261. checking alloca.h usability... yes
  262. checking alloca.h presence... yes
  263. checking for alloca.h... yes
  264. checking endian.h usability... yes
  265. checking endian.h presence... yes
  266. checking for endian.h... yes
  267. checking sys/endian.h usability... no
  268. checking sys/endian.h presence... no
  269. checking for sys/endian.h... no
  270. checking for dirent.h that defines DIR... yes
  271. checking for library containing opendir... none required
  272. checking whether sys/types.h defines makedev... yes
  273. checking for net/if.h... yes
  274. checking for linux/netlink.h... yes
  275. checking for linux/can.h... yes
  276. checking for linux/can/raw.h... yes
  277. checking for linux/can/bcm.h... yes
  278. checking for clock_t in time.h... yes
  279. checking for makedev... yes
  280. checking for le64toh... yes
  281. checking Solaris LFS bug... no
  282. checking for mode_t... yes
  283. checking for off_t... yes
  284. checking for pid_t... yes
  285. checking for size_t... yes
  286. checking for uid_t in sys/types.h... yes
  287. checking for uint32_t... yes
  288. checking for uint32_t... yes
  289. checking for uint64_t... yes
  290. checking for uint64_t... yes
  291. checking for int32_t... yes
  292. checking for int32_t... yes
  293. checking for int64_t... yes
  294. checking for int64_t... yes
  295. checking for ssize_t... yes
  296. checking for __uint128_t... yes
  297. checking size of int... 4
  298. checking size of long... 8
  299. checking size of void *... 8
  300. checking size of short... 2
  301. checking size of float... 4
  302. checking size of double... 8
  303. checking size of fpos_t... 16
  304. checking size of size_t... 8
  305. checking size of pid_t... 4
  306. checking for long long support... yes
  307. checking size of long long... 8
  308. checking for long double support... yes
  309. checking size of long double... 16
  310. checking for _Bool support... yes
  311. checking size of _Bool... 1
  312. checking for uintptr_t... yes
  313. checking size of uintptr_t... 8
  314. checking size of off_t... 8
  315. checking whether to enable large file support... no
  316. checking size of time_t... 8
  317. checking for pthread_t... yes
  318. checking size of pthread_t... 8
  319. checking for --enable-framework... no
  320. checking for dyld... no
  321. checking the extension of shared libraries... .so
  322. checking LDSHARED... $(CC) -shared
  323. checking CCSHARED... -fPIC
  324. checking LINKFORSHARED... -Xlinker -export-dynamic
  325. checking CFLAGSFORSHARED...
  326. checking SHLIBS... $(LIBS)
  327. checking for sendfile in -lsendfile... no
  328. checking for dlopen in -ldl... yes
  329. checking for shl_load in -ldld... no
  330. checking for library containing sem_init... -lpthread
  331. checking for textdomain in -lintl... no
  332. checking aligned memory access is required... no
  333. checking for --with-hash-algorithm... default
  334. checking for --with-address-sanitizer... no
  335. checking for t_open in -lnsl... no
  336. checking for socket in -lsocket... no
  337. checking for --with-libs... no
  338. checking for pkg-config... /usr/bin/pkg-config
  339. checking pkg-config is at least version 0.9.0... yes
  340. checking for --with-system-expat... no
  341. checking for --with-system-ffi... no
  342. checking for --with-system-libmpdec... no
  343. checking for --enable-loadable-sqlite-extensions... no
  344. checking for --with-tcltk-includes... default
  345. checking for --with-tcltk-libs... default
  346. checking for --with-dbmliborder...
  347. checking for --with-signal-module... yes
  348. checking for --with-threads... yes
  349. checking if PTHREAD_SCOPE_SYSTEM is supported... yes
  350. checking for pthread_sigmask... yes
  351. checking for pthread_atfork... yes
  352. checking if --enable-ipv6 is specified... yes
  353. checking if RFC2553 API is available... yes
  354. checking ipv6 stack type... linux-glibc
  355. checking for CAN_RAW_FD_FRAMES... yes
  356. checking for OSX 10.5 SDK or later... no
  357. checking for --with-doc-strings... yes
  358. checking for --with-tsc... no
  359. checking for --with-pymalloc... yes
  360. checking for --with-valgrind... no
  361. checking for dlopen... yes
  362. checking DYNLOADFILE... dynload_shlib.o
  363. checking MACHDEP_OBJS... none
  364. checking for alarm... yes
  365. checking for accept4... yes
  366. checking for setitimer... yes
  367. checking for getitimer... yes
  368. checking for bind_textdomain_codeset... yes
  369. checking for chown... yes
  370. checking for clock... yes
  371. checking for confstr... yes
  372. checking for ctermid... yes
  373. checking for dup3... yes
  374. checking for execv... yes
  375. checking for faccessat... yes
  376. checking for fchmod... yes
  377. checking for fchmodat... yes
  378. checking for fchown... yes
  379. checking for fchownat... yes
  380. checking for fexecve... yes
  381. checking for fdopendir... yes
  382. checking for fork... yes
  383. checking for fpathconf... yes
  384. checking for fstatat... yes
  385. checking for ftime... yes
  386. checking for ftruncate... yes
  387. checking for futimesat... yes
  388. checking for futimens... yes
  389. checking for futimes... yes
  390. checking for gai_strerror... yes
  391. checking for getentropy... yes
  392. checking for getgrouplist... yes
  393. checking for getgroups... yes
  394. checking for getlogin... yes
  395. checking for getloadavg... yes
  396. checking for getpeername... yes
  397. checking for getpgid... yes
  398. checking for getpid... yes
  399. checking for getpriority... yes
  400. checking for getresuid... yes
  401. checking for getresgid... yes
  402. checking for getpwent... yes
  403. checking for getspnam... yes
  404. checking for getspent... yes
  405. checking for getsid... yes
  406. checking for getwd... yes
  407. checking for if_nameindex... yes
  408. checking for initgroups... yes
  409. checking for kill... yes
  410. checking for killpg... yes
  411. checking for lchmod... no
  412. checking for lchown... yes
  413. checking for lockf... yes
  414. checking for linkat... yes
  415. checking for lstat... yes
  416. checking for lutimes... yes
  417. checking for mmap... yes
  418. checking for memrchr... yes
  419. checking for mbrtowc... yes
  420. checking for mkdirat... yes
  421. checking for mkfifo... yes
  422. checking for mkfifoat... yes
  423. checking for mknod... yes
  424. checking for mknodat... yes
  425. checking for mktime... yes
  426. checking for mremap... yes
  427. checking for nice... yes
  428. checking for openat... yes
  429. checking for pathconf... yes
  430. checking for pause... yes
  431. checking for pipe2... yes
  432. checking for plock... no
  433. checking for poll... yes
  434. checking for posix_fallocate... yes
  435. checking for posix_fadvise... yes
  436. checking for pread... yes
  437. checking for pthread_init... no
  438. checking for pthread_kill... yes
  439. checking for putenv... yes
  440. checking for pwrite... yes
  441. checking for readlink... yes
  442. checking for readlinkat... yes
  443. checking for readv... yes
  444. checking for realpath... yes
  445. checking for renameat... yes
  446. checking for select... yes
  447. checking for sem_open... yes
  448. checking for sem_timedwait... yes
  449. checking for sem_getvalue... yes
  450. checking for sem_unlink... yes
  451. checking for sendfile... yes
  452. checking for setegid... yes
  453. checking for seteuid... yes
  454. checking for setgid... yes
  455. checking for sethostname... yes
  456. checking for setlocale... yes
  457. checking for setregid... yes
  458. checking for setreuid... yes
  459. checking for setresuid... yes
  460. checking for setresgid... yes
  461. checking for setsid... yes
  462. checking for setpgid... yes
  463. checking for setpgrp... yes
  464. checking for setpriority... yes
  465. checking for setuid... yes
  466. checking for setvbuf... yes
  467. checking for sched_get_priority_max... yes
  468. checking for sched_setaffinity... yes
  469. checking for sched_setscheduler... yes
  470. checking for sched_setparam... yes
  471. checking for sched_rr_get_interval... yes
  472. checking for sigaction... yes
  473. checking for sigaltstack... yes
  474. checking for siginterrupt... yes
  475. checking for sigpending... yes
  476. checking for sigrelse... yes
  477. checking for sigtimedwait... yes
  478. checking for sigwait... yes
  479. checking for sigwaitinfo... yes
  480. checking for snprintf... yes
  481. checking for strftime... yes
  482. checking for strlcpy... no
  483. checking for symlinkat... yes
  484. checking for sync... yes
  485. checking for sysconf... yes
  486. checking for tcgetpgrp... yes
  487. checking for tcsetpgrp... yes
  488. checking for tempnam... yes
  489. checking for timegm... yes
  490. checking for times... yes
  491. checking for tmpfile... yes
  492. checking for tmpnam... yes
  493. checking for tmpnam_r... yes
  494. checking for truncate... yes
  495. checking for uname... yes
  496. checking for unlinkat... yes
  497. checking for unsetenv... yes
  498. checking for utimensat... yes
  499. checking for utimes... yes
  500. checking for waitid... yes
  501. checking for waitpid... yes
  502. checking for wait3... yes
  503. checking for wait4... yes
  504. checking for wcscoll... yes
  505. checking for wcsftime... yes
  506. checking for wcsxfrm... yes
  507. checking for wmemcmp... yes
  508. checking for writev... yes
  509. checking for _getpty... no
  510. checking whether dirfd is declared... yes
  511. checking for chroot... yes
  512. checking for link... yes
  513. checking for symlink... yes
  514. checking for fchdir... yes
  515. checking for fsync... yes
  516. checking for fdatasync... yes
  517. checking for epoll... yes
  518. checking for epoll_create1... yes
  519. checking for kqueue... no
  520. checking for prlimit... yes
  521. checking for ctermid_r... no
  522. checking for flock declaration... yes
  523. checking for flock... yes
  524. checking for getpagesize... yes
  525. checking for broken unsetenv... no
  526. checking for true... true
  527. checking for inet_aton in -lc... yes
  528. checking for chflags... no
  529. checking for lchflags... no
  530. checking for inflateCopy in -lz... yes
  531. checking for hstrerror... yes
  532. checking for inet_aton... yes
  533. checking for inet_pton... yes
  534. checking for setgroups... yes
  535. checking for openpty... no
  536. checking for openpty in -lutil... yes
  537. checking for forkpty... yes
  538. checking for memmove... yes
  539. checking for fseek64... no
  540. checking for fseeko... yes
  541. checking for fstatvfs... yes
  542. checking for ftell64... no
  543. checking for ftello... yes
  544. checking for statvfs... yes
  545. checking for dup2... yes
  546. checking for strdup... yes
  547. checking for getpgrp... yes
  548. checking for setpgrp... (cached) yes
  549. checking for gettimeofday... yes
  550. checking for clock_gettime... yes
  551. checking for clock_getres... yes
  552. checking for major... yes
  553. checking for getaddrinfo... yes
  554. checking getaddrinfo bug... no
  555. checking for getnameinfo... yes
  556. checking whether time.h and sys/time.h may both be included... yes
  557. checking whether struct tm is in sys/time.h or time.h... time.h
  558. checking for struct tm.tm_zone... yes
  559. checking for struct stat.st_rdev... yes
  560. checking for struct stat.st_blksize... yes
  561. checking for struct stat.st_flags... no
  562. checking for struct stat.st_gen... no
  563. checking for struct stat.st_birthtime... no
  564. checking for struct stat.st_blocks... yes
  565. checking for time.h that defines altzone... no
  566. checking whether sys/select.h and sys/time.h may both be included... yes
  567. checking for addrinfo... yes
  568. checking for sockaddr_storage... yes
  569. checking whether char is unsigned... no
  570. checking for an ANSI C-conforming const... yes
  571. checking for working volatile... yes
  572. checking for working signed char... yes
  573. checking for prototypes... yes
  574. checking for variable length prototypes and stdarg.h... yes
  575. checking for socketpair... yes
  576. checking if sockaddr has sa_len member... no
  577. checking whether va_list is an array... yes
  578. checking for gethostbyname_r... yes
  579. checking gethostbyname_r with 6 args... yes
  580. checking for __fpu_control... yes
  581. checking for --with-fpectl... no
  582. checking for --with-libm=STRING... default LIBM="-lm"
  583. checking for --with-libc=STRING... default LIBC=""
  584. checking for x64 gcc inline assembler... yes
  585. checking whether C doubles are little-endian IEEE 754 binary64... yes
  586. checking whether C doubles are big-endian IEEE 754 binary64... no
  587. checking whether C doubles are ARM mixed-endian IEEE 754 binary64... no
  588. checking whether we can use gcc inline assembler to get and set x87 control word... yes
  589. checking whether we can use gcc inline assembler to get and set mc68881 fpcr... no
  590. checking for x87-style double rounding... no
  591. checking for acosh... yes
  592. checking for asinh... yes
  593. checking for atanh... yes
  594. checking for copysign... yes
  595. checking for erf... yes
  596. checking for erfc... yes
  597. checking for expm1... yes
  598. checking for finite... yes
  599. checking for gamma... yes
  600. checking for hypot... yes
  601. checking for lgamma... yes
  602. checking for log1p... yes
  603. checking for log2... yes
  604. checking for round... yes
  605. checking for tgamma... yes
  606. checking whether isinf is declared... yes
  607. checking whether isnan is declared... yes
  608. checking whether isfinite is declared... yes
  609. checking whether tanh preserves the sign of zero... yes
  610. checking whether log1p drops the sign of negative zero... no
  611. checking whether POSIX semaphores are enabled... yes
  612. checking for broken sem_getvalue... no
  613. checking digit size for Python's longs... no value specified
  614. checking wchar.h usability... yes
  615. checking wchar.h presence... yes
  616. checking for wchar.h... yes
  617. checking size of wchar_t... 4
  618. checking for UCS-4 tcl... no
  619. checking whether wchar_t is signed... yes
  620. no usable wchar_t found
  621. checking whether byte ordering is bigendian... no
  622. checking ABIFLAGS... m
  623. checking SOABI... cpython-35m-x86_64-linux-gnu
  624. checking LDVERSION... $(VERSION)$(ABIFLAGS)
  625. checking whether right shift extends the sign bit... yes
  626. checking for getc_unlocked() and friends... yes
  627. checking how to link readline libs... -lreadline
  628. checking for rl_callback_handler_install in -lreadline... yes
  629. checking for rl_pre_input_hook in -lreadline... yes
  630. checking for rl_completion_display_matches_hook in -lreadline... yes
  631. checking for rl_resize_terminal in -lreadline... yes
  632. checking for rl_completion_matches in -lreadline... yes
  633. checking for append_history in -lreadline... yes
  634. checking for broken nice()... no
  635. checking for broken poll()... no
  636. checking for struct tm.tm_zone... (cached) yes
  637. checking for working tzset()... yes
  638. checking for tv_nsec in struct stat... yes
  639. checking for tv_nsec2 in struct stat... no
  640. checking curses.h usability... yes
  641. checking curses.h presence... yes
  642. checking for curses.h... yes
  643. checking ncurses.h usability... yes
  644. checking ncurses.h presence... yes
  645. checking for ncurses.h... yes
  646. checking for term.h... yes
  647. checking whether mvwdelch is an expression... yes
  648. checking whether WINDOW has _flags... yes
  649. checking for is_term_resized... yes
  650. checking for resize_term... yes
  651. checking for resizeterm... yes
  652. configure: checking for device files
  653. checking for /dev/ptmx... yes
  654. checking for /dev/ptc... no
  655. checking for %lld and %llu printf() format support... yes
  656. checking for %zd printf() format support... yes
  657. checking for socklen_t... yes
  658. checking for broken mbstowcs... no
  659. checking for --with-computed-gotos... no value specified
  660. checking whether gcc -pthread supports computed gotos... yes
  661. checking for build directories... done
  662. checking for -O2... yes
  663. checking for glibc _FORTIFY_SOURCE/memmove bug... no
  664. checking for gcc ipa-pure-const bug... no
  665. checking for stdatomic.h... yes
  666. checking for GCC >= 4.7 __atomic builtins... yes
  667. checking for ensurepip... upgrade
  668. checking if the dirent structure of a d_type field... yes
  669. checking for the Linux getrandom() syscall... yes
  670. checking for the getrandom() function... yes
  671. configure: creating ./config.status
  672. config.status: creating Makefile.pre
  673. config.status: creating Modules/Setup.config
  674. config.status: creating Misc/python.pc
  675. config.status: creating Misc/python-config.sh
  676. config.status: creating Modules/ld_so_aix
  677. config.status: creating pyconfig.h
  678. creating Modules/Setup
  679. creating Modules/Setup.local
  680. creating Makefile
  681. If you want a release build with all stable optimizations active (PGO, etc),
  682. please run ./configure --enable-optimizations
  683. m@m-X555LJ:~/Python-3.5.6$ make
  684. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Programs/python.o ./Programs/python.c
  685. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Parser/acceler.o Parser/acceler.c
  686. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Parser/grammar1.o Parser/grammar1.c
  687. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Parser/listnode.o Parser/listnode.c
  688. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Parser/node.o Parser/node.c
  689. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Parser/parser.o Parser/parser.c
  690. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Parser/bitset.o Parser/bitset.c
  691. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Parser/metagrammar.o Parser/metagrammar.c
  692. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Parser/firstsets.o Parser/firstsets.c
  693. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Parser/grammar.o Parser/grammar.c
  694. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Parser/pgen.o Parser/pgen.c
  695. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Parser/myreadline.o Parser/myreadline.c
  696. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Parser/parsetok.o Parser/parsetok.c
  697. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Parser/tokenizer.o Parser/tokenizer.c
  698. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Objects/abstract.o Objects/abstract.c
  699. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Objects/accu.o Objects/accu.c
  700. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Objects/boolobject.o Objects/boolobject.c
  701. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Objects/bytes_methods.o Objects/bytes_methods.c
  702. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Objects/bytearrayobject.o Objects/bytearrayobject.c
  703. In file included from /usr/include/string.h:494:0,
  704. from ./Include/Python.h:30,
  705. from Objects/bytearrayobject.c:4:
  706. In function ‘memcpy’,
  707. inlined from ‘PyByteArray_Resize’ at Objects/bytearrayobject.c:226:9,
  708. inlined from ‘bytearray_clear_impl’ at Objects/bytearrayobject.c:1280:9,
  709. inlined from ‘bytearray_clear’ at Objects/clinic/bytearrayobject.c.h:20:12:
  710. /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:10: warning: ‘__builtin_memcpy’: specified size between 9223372036854775808 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=]
  711. return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest));
  712. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  713. In function ‘memcpy’,
  714. inlined from ‘PyByteArray_Resize’ at Objects/bytearrayobject.c:226:9,
  715. inlined from ‘bytearray_init’ at Objects/bytearrayobject.c:778:13:
  716. /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:10: warning: ‘__builtin_memcpy’: specified size between 9223372036854775808 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=]
  717. return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest));
  718. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  719. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Objects/bytesobject.o Objects/bytesobject.c
  720. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Objects/cellobject.o Objects/cellobject.c
  721. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Objects/classobject.o Objects/classobject.c
  722. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Objects/codeobject.o Objects/codeobject.c
  723. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Objects/complexobject.o Objects/complexobject.c
  724. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Objects/descrobject.o Objects/descrobject.c
  725. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Objects/enumobject.o Objects/enumobject.c
  726. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Objects/exceptions.o Objects/exceptions.c
  727. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Objects/genobject.o Objects/genobject.c
  728. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Objects/fileobject.o Objects/fileobject.c
  729. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Objects/floatobject.o Objects/floatobject.c
  730. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Objects/frameobject.o Objects/frameobject.c
  731. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Objects/funcobject.o Objects/funcobject.c
  732. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Objects/iterobject.o Objects/iterobject.c
  733. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Objects/listobject.o Objects/listobject.c
  734. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Objects/longobject.o Objects/longobject.c
  735. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Objects/dictobject.o Objects/dictobject.c
  736. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Objects/odictobject.o Objects/odictobject.c
  737. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Objects/memoryobject.o Objects/memoryobject.c
  738. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Objects/methodobject.o Objects/methodobject.c
  739. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Objects/moduleobject.o Objects/moduleobject.c
  740. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Objects/namespaceobject.o Objects/namespaceobject.c
  741. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Objects/object.o Objects/object.c
  742. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Objects/obmalloc.o Objects/obmalloc.c
  743. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Objects/capsule.o Objects/capsule.c
  744. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Objects/rangeobject.o Objects/rangeobject.c
  745. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Objects/setobject.o Objects/setobject.c
  746. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Objects/sliceobject.o Objects/sliceobject.c
  747. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Objects/structseq.o Objects/structseq.c
  748. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Objects/tupleobject.o Objects/tupleobject.c
  749. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Objects/typeobject.o Objects/typeobject.c
  750. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Objects/unicodeobject.o Objects/unicodeobject.c
  751. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Objects/unicodectype.o Objects/unicodectype.c
  752. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Objects/weakrefobject.o Objects/weakrefobject.c
  753. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Python/_warnings.o Python/_warnings.c
  754. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Python/Python-ast.o Python/Python-ast.c
  755. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Python/asdl.o Python/asdl.c
  756. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Python/ast.o Python/ast.c
  757. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Python/bltinmodule.o Python/bltinmodule.c
  758. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Python/ceval.o Python/ceval.c
  759. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Python/compile.o Python/compile.c
  760. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Python/codecs.o Python/codecs.c
  761. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Python/dynamic_annotations.o Python/dynamic_annotations.c
  762. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Python/errors.o Python/errors.c
  763. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Python/frozenmain.o Python/frozenmain.c
  764. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Python/future.o Python/future.c
  765. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Python/getargs.o Python/getargs.c
  766. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Python/getcompiler.o Python/getcompiler.c
  767. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Python/getcopyright.o Python/getcopyright.c
  768. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -DPLATFORM='"linux"' -o Python/getplatform.o ./Python/getplatform.c
  769. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Python/getversion.o Python/getversion.c
  770. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Python/graminit.o Python/graminit.c
  771. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Python/import.o Python/import.c
  772. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -I. -o Python/importdl.o ./Python/importdl.c
  773. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Python/marshal.o Python/marshal.c
  774. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Python/modsupport.o Python/modsupport.c
  775. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Python/mystrtoul.o Python/mystrtoul.c
  776. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Python/mysnprintf.o Python/mysnprintf.c
  777. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Python/peephole.o Python/peephole.c
  778. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Python/pyarena.o Python/pyarena.c
  779. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Python/pyctype.o Python/pyctype.c
  780. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Python/pyfpe.o Python/pyfpe.c
  781. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Python/pyhash.o Python/pyhash.c
  782. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Python/pylifecycle.o Python/pylifecycle.c
  783. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Python/pymath.o Python/pymath.c
  784. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Python/pystate.o Python/pystate.c
  785. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Python/pythonrun.o Python/pythonrun.c
  786. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Python/pytime.o Python/pytime.c
  787. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Python/random.o Python/random.c
  788. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Python/structmember.o Python/structmember.c
  789. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Python/symtable.o Python/symtable.c
  790. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE \
  791. -DABIFLAGS='"m"' \
  792. -o Python/sysmodule.o ./Python/sysmodule.c
  793. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Python/traceback.o Python/traceback.c
  794. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Python/getopt.o Python/getopt.c
  795. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Python/pystrcmp.o Python/pystrcmp.c
  796. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Python/pystrtod.o Python/pystrtod.c
  797. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Python/pystrhex.o Python/pystrhex.c
  798. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Python/dtoa.o Python/dtoa.c
  799. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Python/formatter_unicode.o Python/formatter_unicode.c
  800. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Python/fileutils.o Python/fileutils.c
  801. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE \
  802. -DSOABI='"cpython-35m-x86_64-linux-gnu"' \
  803. -o Python/dynload_shlib.o ./Python/dynload_shlib.c
  804. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Python/thread.o Python/thread.c
  805. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Modules/config.o Modules/config.c
  806. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -DPYTHONPATH='":plat-linux"' \
  807. -DPREFIX='"/usr/local"' \
  808. -DEXEC_PREFIX='"/usr/local"' \
  809. -DVERSION='"3.5"' \
  810. -DVPATH='""' \
  811. -o Modules/getpath.o ./Modules/getpath.c
  812. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Modules/main.o Modules/main.c
  813. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Modules/gcmodule.o Modules/gcmodule.c
  814. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -c ./Modules/_threadmodule.c -o Modules/_threadmodule.o
  815. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -c ./Modules/signalmodule.c -o Modules/signalmodule.o
  816. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -c ./Modules/posixmodule.c -o Modules/posixmodule.o
  817. ./Modules/posixmodule.c: In function ‘os_major_impl’:
  818. ./Modules/posixmodule.c:8842:13: warning: In the GNU C Library, "major" is defined
  819. by <sys/sysmacros.h>. For historical compatibility, it is
  820. currently defined by <sys/types.h> as well, but we plan to
  821. remove this soon. To use "major", include <sys/sysmacros.h>
  822. directly. If you did not intend to use a system-defined macro
  823. "major", you should undefine it after including <sys/types.h>.
  824. return major(device);
  825. ^~~~~~~~~~~~~
  826. ./Modules/posixmodule.c: In function ‘os_minor_impl’:
  827. ./Modules/posixmodule.c:8859:13: warning: In the GNU C Library, "minor" is defined
  828. by <sys/sysmacros.h>. For historical compatibility, it is
  829. currently defined by <sys/types.h> as well, but we plan to
  830. remove this soon. To use "minor", include <sys/sysmacros.h>
  831. directly. If you did not intend to use a system-defined macro
  832. "minor", you should undefine it after including <sys/types.h>.
  833. return minor(device);
  834. ^~~~~~~~~~~~~
  835. ./Modules/posixmodule.c: In function ‘os_makedev_impl’:
  836. ./Modules/posixmodule.c:8877:13: warning: In the GNU C Library, "makedev" is defined
  837. by <sys/sysmacros.h>. For historical compatibility, it is
  838. currently defined by <sys/types.h> as well, but we plan to
  839. remove this soon. To use "makedev", include <sys/sysmacros.h>
  840. directly. If you did not intend to use a system-defined macro
  841. "makedev", you should undefine it after including <sys/types.h>.
  842. return makedev(major, minor);
  843. ^~~~~~~~~~~~~~~~~~~~~
  844. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -c ./Modules/errnomodule.c -o Modules/errnomodule.o
  845. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -c ./Modules/pwdmodule.c -o Modules/pwdmodule.o
  846. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -c ./Modules/_sre.c -o Modules/_sre.o
  847. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -c ./Modules/_codecsmodule.c -o Modules/_codecsmodule.o
  848. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -c ./Modules/_weakref.c -o Modules/_weakref.o
  849. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -c ./Modules/_functoolsmodule.c -o Modules/_functoolsmodule.o
  850. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -c ./Modules/_operator.c -o Modules/_operator.o
  851. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -c ./Modules/_collectionsmodule.c -o Modules/_collectionsmodule.o
  852. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -c ./Modules/itertoolsmodule.c -o Modules/itertoolsmodule.o
  853. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -c ./Modules/atexitmodule.c -o Modules/atexitmodule.o
  854. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -c ./Modules/_stat.c -o Modules/_stat.o
  855. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -c ./Modules/timemodule.c -o Modules/timemodule.o
  856. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -c ./Modules/_localemodule.c -o Modules/_localemodule.o
  857. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -I./Modules/_io -c ./Modules/_io/_iomodule.c -o Modules/_iomodule.o
  858. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -I./Modules/_io -c ./Modules/_io/iobase.c -o Modules/iobase.o
  859. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -I./Modules/_io -c ./Modules/_io/fileio.c -o Modules/fileio.o
  860. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -I./Modules/_io -c ./Modules/_io/bytesio.c -o Modules/bytesio.o
  861. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -I./Modules/_io -c ./Modules/_io/bufferedio.c -o Modules/bufferedio.o
  862. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -I./Modules/_io -c ./Modules/_io/textio.c -o Modules/textio.o
  863. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -I./Modules/_io -c ./Modules/_io/stringio.c -o Modules/stringio.o
  864. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -c ./Modules/zipimport.c -o Modules/zipimport.o
  865. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -c ./Modules/faulthandler.c -o Modules/faulthandler.o
  866. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -c ./Modules/_tracemalloc.c -o Modules/_tracemalloc.o
  867. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -c ./Modules/hashtable.c -o Modules/hashtable.o
  868. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -c ./Modules/symtablemodule.c -o Modules/symtablemodule.o
  869. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -c ./Modules/xxsubtype.c -o Modules/xxsubtype.o
  870. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE \
  871. -DGITVERSION="\"`LC_ALL=C `\"" \
  872. -DGITTAG="\"`LC_ALL=C `\"" \
  873. -DGITBRANCH="\"`LC_ALL=C `\"" \
  874. -o Modules/getbuildinfo.o ./Modules/getbuildinfo.c
  875. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Python/frozen.o Python/frozen.c
  876. rm -f libpython3.5m.a
  877. ar rc libpython3.5m.a Modules/getbuildinfo.o
  878. ar rc libpython3.5m.a Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Parser/myreadline.o Parser/parsetok.o Parser/tokenizer.o
  879. ar rc libpython3.5m.a Objects/abstract.o Objects/accu.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/capsule.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/weakrefobject.o
  880. ar rc libpython3.5m.a Python/_warnings.o Python/Python-ast.o Python/asdl.o Python/ast.o Python/bltinmodule.o Python/ceval.o Python/compile.o Python/codecs.o Python/dynamic_annotations.o Python/errors.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/graminit.o Python/import.o Python/importdl.o Python/marshal.o Python/modsupport.o Python/mystrtoul.o Python/mysnprintf.o Python/peephole.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/random.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/dynload_shlib.o Python/thread.o Python/frozen.o
  881. ar rc libpython3.5m.a Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o
  882. ar rc libpython3.5m.a Modules/_threadmodule.o Modules/signalmodule.o Modules/posixmodule.o Modules/errnomodule.o Modules/pwdmodule.o Modules/_sre.o Modules/_codecsmodule.o Modules/_weakref.o Modules/_functoolsmodule.o Modules/_operator.o Modules/_collectionsmodule.o Modules/itertoolsmodule.o Modules/atexitmodule.o Modules/_stat.o Modules/timemodule.o Modules/_localemodule.o Modules/_iomodule.o Modules/iobase.o Modules/fileio.o Modules/bytesio.o Modules/bufferedio.o Modules/textio.o Modules/stringio.o Modules/zipimport.o Modules/faulthandler.o Modules/_tracemalloc.o Modules/hashtable.o Modules/symtablemodule.o Modules/xxsubtype.o
  883. ranlib libpython3.5m.a
  884. gcc -pthread -Xlinker -export-dynamic -o python Programs/python.o libpython3.5m.a -lpthread -ldl -lutil -lm
  885. ./python -E -S -m sysconfig --generate-posix-vars ;\
  886. if test $? -ne 0 ; then \
  887. echo "generate-posix-vars failed" ; \
  888. rm -f ./pybuilddir.txt ; \
  889. exit 1 ; \
  890. fi
  891. gcc -pthread -c -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Modules/_math.o Modules/_math.c
  892. running build
  893. running build_ext
  894. building '_struct' extension
  895. creating build/temp.linux-x86_64-3.5/home
  896. creating build/temp.linux-x86_64-3.5/home/m
  897. creating build/temp.linux-x86_64-3.5/home/m/Python-3.5.6
  898. creating build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules
  899. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_struct.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_struct.o
  900. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_struct.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.5/_struct.cpython-35m-x86_64-linux-gnu.so
  901. building '_ctypes_test' extension
  902. creating build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_ctypes
  903. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_ctypes/_ctypes_test.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_ctypes/_ctypes_test.o
  904. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_ctypes/_ctypes_test.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lm -o build/lib.linux-x86_64-3.5/_ctypes_test.cpython-35m-x86_64-linux-gnu.so
  905. building 'array' extension
  906. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/arraymodule.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/arraymodule.o
  907. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/arraymodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.5/array.cpython-35m-x86_64-linux-gnu.so
  908. building 'cmath' extension
  909. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/cmathmodule.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/cmathmodule.o
  910. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/cmathmodule.o Modules/_math.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lm -o build/lib.linux-x86_64-3.5/cmath.cpython-35m-x86_64-linux-gnu.so
  911. building 'math' extension
  912. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/mathmodule.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/mathmodule.o
  913. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/mathmodule.o Modules/_math.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lm -o build/lib.linux-x86_64-3.5/math.cpython-35m-x86_64-linux-gnu.so
  914. building '_datetime' extension
  915. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_datetimemodule.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_datetimemodule.o
  916. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_datetimemodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lm -o build/lib.linux-x86_64-3.5/_datetime.cpython-35m-x86_64-linux-gnu.so
  917. building '_random' extension
  918. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_randommodule.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_randommodule.o
  919. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_randommodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.5/_random.cpython-35m-x86_64-linux-gnu.so
  920. building '_bisect' extension
  921. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_bisectmodule.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_bisectmodule.o
  922. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_bisectmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.5/_bisect.cpython-35m-x86_64-linux-gnu.so
  923. building '_heapq' extension
  924. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_heapqmodule.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_heapqmodule.o
  925. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_heapqmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.5/_heapq.cpython-35m-x86_64-linux-gnu.so
  926. building '_pickle' extension
  927. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_pickle.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_pickle.o
  928. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_pickle.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.5/_pickle.cpython-35m-x86_64-linux-gnu.so
  929. building '_json' extension
  930. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_json.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_json.o
  931. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_json.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.5/_json.cpython-35m-x86_64-linux-gnu.so
  932. building '_testcapi' extension
  933. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_testcapimodule.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_testcapimodule.o
  934. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_testcapimodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.5/_testcapi.cpython-35m-x86_64-linux-gnu.so
  935. building '_testbuffer' extension
  936. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_testbuffer.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_testbuffer.o
  937. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_testbuffer.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.5/_testbuffer.cpython-35m-x86_64-linux-gnu.so
  938. building '_testimportmultiple' extension
  939. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_testimportmultiple.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_testimportmultiple.o
  940. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_testimportmultiple.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.5/_testimportmultiple.cpython-35m-x86_64-linux-gnu.so
  941. building '_testmultiphase' extension
  942. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_testmultiphase.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_testmultiphase.o
  943. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_testmultiphase.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.5/_testmultiphase.cpython-35m-x86_64-linux-gnu.so
  944. building '_lsprof' extension
  945. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_lsprof.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_lsprof.o
  946. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/rotatingtree.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/rotatingtree.o
  947. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_lsprof.o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/rotatingtree.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.5/_lsprof.cpython-35m-x86_64-linux-gnu.so
  948. building 'unicodedata' extension
  949. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/unicodedata.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/unicodedata.o
  950. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/unicodedata.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.5/unicodedata.cpython-35m-x86_64-linux-gnu.so
  951. building '_opcode' extension
  952. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_opcode.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_opcode.o
  953. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_opcode.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.5/_opcode.cpython-35m-x86_64-linux-gnu.so
  954. building 'fcntl' extension
  955. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/fcntlmodule.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/fcntlmodule.o
  956. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/fcntlmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.5/fcntl.cpython-35m-x86_64-linux-gnu.so
  957. building 'grp' extension
  958. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/grpmodule.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/grpmodule.o
  959. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/grpmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.5/grp.cpython-35m-x86_64-linux-gnu.so
  960. building 'spwd' extension
  961. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/spwdmodule.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/spwdmodule.o
  962. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/spwdmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.5/spwd.cpython-35m-x86_64-linux-gnu.so
  963. building 'select' extension
  964. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/selectmodule.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/selectmodule.o
  965. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/selectmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.5/select.cpython-35m-x86_64-linux-gnu.so
  966. building 'parser' extension
  967. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/parsermodule.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/parsermodule.o
  968. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/parsermodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.5/parser.cpython-35m-x86_64-linux-gnu.so
  969. building 'mmap' extension
  970. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/mmapmodule.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/mmapmodule.o
  971. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/mmapmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.5/mmap.cpython-35m-x86_64-linux-gnu.so
  972. building 'syslog' extension
  973. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/syslogmodule.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/syslogmodule.o
  974. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/syslogmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.5/syslog.cpython-35m-x86_64-linux-gnu.so
  975. building 'audioop' extension
  976. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/audioop.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/audioop.o
  977. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/audioop.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lm -o build/lib.linux-x86_64-3.5/audioop.cpython-35m-x86_64-linux-gnu.so
  978. building 'readline' extension
  979. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/readline.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/readline.o
  980. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/readline.o -L/usr/lib/termcap -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lreadline -o build/lib.linux-x86_64-3.5/readline.cpython-35m-x86_64-linux-gnu.so
  981. building '_crypt' extension
  982. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_cryptmodule.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_cryptmodule.o
  983. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_cryptmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lcrypt -o build/lib.linux-x86_64-3.5/_crypt.cpython-35m-x86_64-linux-gnu.so
  984. building '_csv' extension
  985. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_csv.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_csv.o
  986. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_csv.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.5/_csv.cpython-35m-x86_64-linux-gnu.so
  987. building '_posixsubprocess' extension
  988. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_posixsubprocess.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_posixsubprocess.o
  989. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_posixsubprocess.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.5/_posixsubprocess.cpython-35m-x86_64-linux-gnu.so
  990. building '_socket' extension
  991. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/socketmodule.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/socketmodule.o
  992. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/socketmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.5/_socket.cpython-35m-x86_64-linux-gnu.so
  993. building '_ssl' extension
  994. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_ssl.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_ssl.o
  995. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_ssl.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lssl -lcrypto -o build/lib.linux-x86_64-3.5/_ssl.cpython-35m-x86_64-linux-gnu.so
  996. building '_hashlib' extension
  997. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_hashopenssl.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_hashopenssl.o
  998. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_hashopenssl.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lssl -lcrypto -o build/lib.linux-x86_64-3.5/_hashlib.cpython-35m-x86_64-linux-gnu.so
  999. building '_sha256' extension
  1000. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/sha256module.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/sha256module.o
  1001. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/sha256module.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.5/_sha256.cpython-35m-x86_64-linux-gnu.so
  1002. building '_sha512' extension
  1003. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/sha512module.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/sha512module.o
  1004. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/sha512module.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.5/_sha512.cpython-35m-x86_64-linux-gnu.so
  1005. building '_md5' extension
  1006. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/md5module.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/md5module.o
  1007. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/md5module.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.5/_md5.cpython-35m-x86_64-linux-gnu.so
  1008. building '_sha1' extension
  1009. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/sha1module.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/sha1module.o
  1010. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/sha1module.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.5/_sha1.cpython-35m-x86_64-linux-gnu.so
  1011. building '_sqlite3' extension
  1012. creating build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_sqlite
  1013. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -DMODULE_NAME="sqlite3" -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_sqlite/cache.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_sqlite/cache.o
  1014. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -DMODULE_NAME="sqlite3" -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_sqlite/connection.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_sqlite/connection.o
  1015. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -DMODULE_NAME="sqlite3" -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_sqlite/cursor.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_sqlite/cursor.o
  1016. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -DMODULE_NAME="sqlite3" -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_sqlite/microprotocols.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_sqlite/microprotocols.o
  1017. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -DMODULE_NAME="sqlite3" -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_sqlite/module.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_sqlite/module.o
  1018. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -DMODULE_NAME="sqlite3" -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_sqlite/prepare_protocol.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_sqlite/prepare_protocol.o
  1019. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -DMODULE_NAME="sqlite3" -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_sqlite/row.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_sqlite/row.o
  1020. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -DMODULE_NAME="sqlite3" -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_sqlite/statement.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_sqlite/statement.o
  1021. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -DMODULE_NAME="sqlite3" -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_sqlite/util.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_sqlite/util.o
  1022. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_sqlite/cache.o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_sqlite/connection.o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_sqlite/cursor.o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_sqlite/microprotocols.o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_sqlite/module.o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_sqlite/prepare_protocol.o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_sqlite/row.o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_sqlite/statement.o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_sqlite/util.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lsqlite3 -o build/lib.linux-x86_64-3.5/_sqlite3.cpython-35m-x86_64-linux-gnu.so
  1023. building '_dbm' extension
  1024. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -DHAVE_NDBM_H -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_dbmmodule.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_dbmmodule.o
  1025. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_dbmmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lgdbm_compat -o build/lib.linux-x86_64-3.5/_dbm.cpython-35m-x86_64-linux-gnu.so
  1026. building '_gdbm' extension
  1027. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_gdbmmodule.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_gdbmmodule.o
  1028. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_gdbmmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lgdbm -o build/lib.linux-x86_64-3.5/_gdbm.cpython-35m-x86_64-linux-gnu.so
  1029. building 'termios' extension
  1030. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/termios.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/termios.o
  1031. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/termios.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.5/termios.cpython-35m-x86_64-linux-gnu.so
  1032. building 'resource' extension
  1033. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/resource.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/resource.o
  1034. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/resource.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.5/resource.cpython-35m-x86_64-linux-gnu.so
  1035. building 'nis' extension
  1036. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/nismodule.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/nismodule.o
  1037. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/nismodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lnsl -o build/lib.linux-x86_64-3.5/nis.cpython-35m-x86_64-linux-gnu.so
  1038. building '_curses' extension
  1039. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_cursesmodule.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_cursesmodule.o
  1040. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_cursesmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lncurses -o build/lib.linux-x86_64-3.5/_curses.cpython-35m-x86_64-linux-gnu.so
  1041. building '_curses_panel' extension
  1042. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_curses_panel.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_curses_panel.o
  1043. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_curses_panel.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lpanel -lncurses -o build/lib.linux-x86_64-3.5/_curses_panel.cpython-35m-x86_64-linux-gnu.so
  1044. building 'zlib' extension
  1045. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/zlibmodule.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/zlibmodule.o
  1046. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/zlibmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lz -o build/lib.linux-x86_64-3.5/zlib.cpython-35m-x86_64-linux-gnu.so
  1047. building 'binascii' extension
  1048. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/binascii.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/binascii.o -DUSE_ZLIB_CRC32
  1049. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/binascii.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lz -o build/lib.linux-x86_64-3.5/binascii.cpython-35m-x86_64-linux-gnu.so
  1050. building '_bz2' extension
  1051. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_bz2module.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_bz2module.o
  1052. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_bz2module.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lbz2 -o build/lib.linux-x86_64-3.5/_bz2.cpython-35m-x86_64-linux-gnu.so
  1053. building '_lzma' extension
  1054. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_lzmamodule.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_lzmamodule.o
  1055. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_lzmamodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -llzma -o build/lib.linux-x86_64-3.5/_lzma.cpython-35m-x86_64-linux-gnu.so
  1056. building 'pyexpat' extension
  1057. creating build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/expat
  1058. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -DHAVE_EXPAT_CONFIG_H=1 -DXML_POOR_ENTROPY=1 -DUSE_PYEXPAT_CAPI -I/home/m/Python-3.5.6/Modules/expat -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/pyexpat.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/pyexpat.o
  1059. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -DHAVE_EXPAT_CONFIG_H=1 -DXML_POOR_ENTROPY=1 -DUSE_PYEXPAT_CAPI -I/home/m/Python-3.5.6/Modules/expat -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/expat/xmlparse.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/expat/xmlparse.o
  1060. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -DHAVE_EXPAT_CONFIG_H=1 -DXML_POOR_ENTROPY=1 -DUSE_PYEXPAT_CAPI -I/home/m/Python-3.5.6/Modules/expat -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/expat/xmlrole.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/expat/xmlrole.o
  1061. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -DHAVE_EXPAT_CONFIG_H=1 -DXML_POOR_ENTROPY=1 -DUSE_PYEXPAT_CAPI -I/home/m/Python-3.5.6/Modules/expat -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/expat/xmltok.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/expat/xmltok.o
  1062. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/pyexpat.o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/expat/xmlparse.o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/expat/xmlrole.o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/expat/xmltok.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.5/pyexpat.cpython-35m-x86_64-linux-gnu.so
  1063. building '_elementtree' extension
  1064. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -DHAVE_EXPAT_CONFIG_H=1 -DXML_POOR_ENTROPY=1 -DUSE_PYEXPAT_CAPI -I/home/m/Python-3.5.6/Modules/expat -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_elementtree.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_elementtree.o
  1065. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_elementtree.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.5/_elementtree.cpython-35m-x86_64-linux-gnu.so
  1066. building '_multibytecodec' extension
  1067. creating build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/cjkcodecs
  1068. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/cjkcodecs/multibytecodec.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/cjkcodecs/multibytecodec.o
  1069. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/cjkcodecs/multibytecodec.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.5/_multibytecodec.cpython-35m-x86_64-linux-gnu.so
  1070. building '_codecs_kr' extension
  1071. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/cjkcodecs/_codecs_kr.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/cjkcodecs/_codecs_kr.o
  1072. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/cjkcodecs/_codecs_kr.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.5/_codecs_kr.cpython-35m-x86_64-linux-gnu.so
  1073. building '_codecs_jp' extension
  1074. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/cjkcodecs/_codecs_jp.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/cjkcodecs/_codecs_jp.o
  1075. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/cjkcodecs/_codecs_jp.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.5/_codecs_jp.cpython-35m-x86_64-linux-gnu.so
  1076. building '_codecs_cn' extension
  1077. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/cjkcodecs/_codecs_cn.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/cjkcodecs/_codecs_cn.o
  1078. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/cjkcodecs/_codecs_cn.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.5/_codecs_cn.cpython-35m-x86_64-linux-gnu.so
  1079. building '_codecs_tw' extension
  1080. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/cjkcodecs/_codecs_tw.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/cjkcodecs/_codecs_tw.o
  1081. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/cjkcodecs/_codecs_tw.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.5/_codecs_tw.cpython-35m-x86_64-linux-gnu.so
  1082. building '_codecs_hk' extension
  1083. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/cjkcodecs/_codecs_hk.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/cjkcodecs/_codecs_hk.o
  1084. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/cjkcodecs/_codecs_hk.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.5/_codecs_hk.cpython-35m-x86_64-linux-gnu.so
  1085. building '_codecs_iso2022' extension
  1086. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/cjkcodecs/_codecs_iso2022.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/cjkcodecs/_codecs_iso2022.o
  1087. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/cjkcodecs/_codecs_iso2022.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.5/_codecs_iso2022.cpython-35m-x86_64-linux-gnu.so
  1088. building '_decimal' extension
  1089. creating build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_decimal
  1090. creating build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_decimal/libmpdec
  1091. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -DCONFIG_64=1 -DASM=1 -I/home/m/Python-3.5.6/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_decimal/_decimal.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_decimal/_decimal.o -Wextra -Wno-missing-field-initializers
  1092. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -DCONFIG_64=1 -DASM=1 -I/home/m/Python-3.5.6/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_decimal/libmpdec/basearith.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_decimal/libmpdec/basearith.o -Wextra -Wno-missing-field-initializers
  1093. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -DCONFIG_64=1 -DASM=1 -I/home/m/Python-3.5.6/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_decimal/libmpdec/constants.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_decimal/libmpdec/constants.o -Wextra -Wno-missing-field-initializers
  1094. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -DCONFIG_64=1 -DASM=1 -I/home/m/Python-3.5.6/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_decimal/libmpdec/context.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_decimal/libmpdec/context.o -Wextra -Wno-missing-field-initializers
  1095. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -DCONFIG_64=1 -DASM=1 -I/home/m/Python-3.5.6/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_decimal/libmpdec/convolute.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_decimal/libmpdec/convolute.o -Wextra -Wno-missing-field-initializers
  1096. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -DCONFIG_64=1 -DASM=1 -I/home/m/Python-3.5.6/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_decimal/libmpdec/crt.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_decimal/libmpdec/crt.o -Wextra -Wno-missing-field-initializers
  1097. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -DCONFIG_64=1 -DASM=1 -I/home/m/Python-3.5.6/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_decimal/libmpdec/difradix2.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_decimal/libmpdec/difradix2.o -Wextra -Wno-missing-field-initializers
  1098. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -DCONFIG_64=1 -DASM=1 -I/home/m/Python-3.5.6/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_decimal/libmpdec/fnt.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_decimal/libmpdec/fnt.o -Wextra -Wno-missing-field-initializers
  1099. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -DCONFIG_64=1 -DASM=1 -I/home/m/Python-3.5.6/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_decimal/libmpdec/fourstep.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_decimal/libmpdec/fourstep.o -Wextra -Wno-missing-field-initializers
  1100. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -DCONFIG_64=1 -DASM=1 -I/home/m/Python-3.5.6/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.o -Wextra -Wno-missing-field-initializers
  1101. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c: In function ‘word_to_string’:
  1102. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:327:65: warning: this statement may fall through [-Wimplicit-fallthrough=]
  1103. if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
  1104. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:333:31:
  1105. case 20: EXTRACT_DIGIT(s, x, 10000000000000000000ULL, dot); /* GCOV_NOT_REACHED */
  1106. ~~~~
  1107. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:333:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  1108. case 20: EXTRACT_DIGIT(s, x, 10000000000000000000ULL, dot); /* GCOV_NOT_REACHED */
  1109. ^~~~~~~~~~~~~
  1110. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:334:5: note: here
  1111. case 19: EXTRACT_DIGIT(s, x, 1000000000000000000ULL, dot);
  1112. ^~~~
  1113. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:327:65: warning: this statement may fall through [-Wimplicit-fallthrough=]
  1114. if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
  1115. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:334:31:
  1116. case 19: EXTRACT_DIGIT(s, x, 1000000000000000000ULL, dot);
  1117. ~~~~
  1118. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:334:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  1119. case 19: EXTRACT_DIGIT(s, x, 1000000000000000000ULL, dot);
  1120. ^~~~~~~~~~~~~
  1121. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:335:5: note: here
  1122. case 18: EXTRACT_DIGIT(s, x, 100000000000000000ULL, dot);
  1123. ^~~~
  1124. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:327:65: warning: this statement may fall through [-Wimplicit-fallthrough=]
  1125. if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
  1126. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:335:31:
  1127. case 18: EXTRACT_DIGIT(s, x, 100000000000000000ULL, dot);
  1128. ~~~~
  1129. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:335:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  1130. case 18: EXTRACT_DIGIT(s, x, 100000000000000000ULL, dot);
  1131. ^~~~~~~~~~~~~
  1132. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:336:5: note: here
  1133. case 17: EXTRACT_DIGIT(s, x, 10000000000000000ULL, dot);
  1134. ^~~~
  1135. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:327:65: warning: this statement may fall through [-Wimplicit-fallthrough=]
  1136. if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
  1137. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:336:31:
  1138. case 17: EXTRACT_DIGIT(s, x, 10000000000000000ULL, dot);
  1139. ~~~~
  1140. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:336:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  1141. case 17: EXTRACT_DIGIT(s, x, 10000000000000000ULL, dot);
  1142. ^~~~~~~~~~~~~
  1143. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:337:5: note: here
  1144. case 16: EXTRACT_DIGIT(s, x, 1000000000000000ULL, dot);
  1145. ^~~~
  1146. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:327:65: warning: this statement may fall through [-Wimplicit-fallthrough=]
  1147. if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
  1148. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:337:31:
  1149. case 16: EXTRACT_DIGIT(s, x, 1000000000000000ULL, dot);
  1150. ~~~~
  1151. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:337:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  1152. case 16: EXTRACT_DIGIT(s, x, 1000000000000000ULL, dot);
  1153. ^~~~~~~~~~~~~
  1154. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:338:5: note: here
  1155. case 15: EXTRACT_DIGIT(s, x, 100000000000000ULL, dot);
  1156. ^~~~
  1157. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:327:65: warning: this statement may fall through [-Wimplicit-fallthrough=]
  1158. if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
  1159. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:338:31:
  1160. case 15: EXTRACT_DIGIT(s, x, 100000000000000ULL, dot);
  1161. ~~~~
  1162. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:338:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  1163. case 15: EXTRACT_DIGIT(s, x, 100000000000000ULL, dot);
  1164. ^~~~~~~~~~~~~
  1165. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:339:5: note: here
  1166. case 14: EXTRACT_DIGIT(s, x, 10000000000000ULL, dot);
  1167. ^~~~
  1168. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:327:65: warning: this statement may fall through [-Wimplicit-fallthrough=]
  1169. if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
  1170. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:339:31:
  1171. case 14: EXTRACT_DIGIT(s, x, 10000000000000ULL, dot);
  1172. ~~~~
  1173. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:339:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  1174. case 14: EXTRACT_DIGIT(s, x, 10000000000000ULL, dot);
  1175. ^~~~~~~~~~~~~
  1176. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:340:5: note: here
  1177. case 13: EXTRACT_DIGIT(s, x, 1000000000000ULL, dot);
  1178. ^~~~
  1179. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:327:65: warning: this statement may fall through [-Wimplicit-fallthrough=]
  1180. if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
  1181. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:340:31:
  1182. case 13: EXTRACT_DIGIT(s, x, 1000000000000ULL, dot);
  1183. ~~~~
  1184. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:340:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  1185. case 13: EXTRACT_DIGIT(s, x, 1000000000000ULL, dot);
  1186. ^~~~~~~~~~~~~
  1187. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:341:5: note: here
  1188. case 12: EXTRACT_DIGIT(s, x, 100000000000ULL, dot);
  1189. ^~~~
  1190. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:327:65: warning: this statement may fall through [-Wimplicit-fallthrough=]
  1191. if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
  1192. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:341:31:
  1193. case 12: EXTRACT_DIGIT(s, x, 100000000000ULL, dot);
  1194. ~~~~
  1195. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:341:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  1196. case 12: EXTRACT_DIGIT(s, x, 100000000000ULL, dot);
  1197. ^~~~~~~~~~~~~
  1198. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:342:5: note: here
  1199. case 11: EXTRACT_DIGIT(s, x, 10000000000ULL, dot);
  1200. ^~~~
  1201. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:327:65: warning: this statement may fall through [-Wimplicit-fallthrough=]
  1202. if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
  1203. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:342:31:
  1204. case 11: EXTRACT_DIGIT(s, x, 10000000000ULL, dot);
  1205. ~~~~
  1206. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:342:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  1207. case 11: EXTRACT_DIGIT(s, x, 10000000000ULL, dot);
  1208. ^~~~~~~~~~~~~
  1209. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:344:5: note: here
  1210. case 10: EXTRACT_DIGIT(s, x, 1000000000UL, dot);
  1211. ^~~~
  1212. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:327:65: warning: this statement may fall through [-Wimplicit-fallthrough=]
  1213. if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
  1214. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:344:31:
  1215. case 10: EXTRACT_DIGIT(s, x, 1000000000UL, dot);
  1216. ~~~~
  1217. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:344:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  1218. case 10: EXTRACT_DIGIT(s, x, 1000000000UL, dot);
  1219. ^~~~~~~~~~~~~
  1220. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:345:5: note: here
  1221. case 9: EXTRACT_DIGIT(s, x, 100000000UL, dot);
  1222. ^~~~
  1223. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:327:65: warning: this statement may fall through [-Wimplicit-fallthrough=]
  1224. if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
  1225. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:345:31:
  1226. case 9: EXTRACT_DIGIT(s, x, 100000000UL, dot);
  1227. ~~~~
  1228. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:345:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  1229. case 9: EXTRACT_DIGIT(s, x, 100000000UL, dot);
  1230. ^~~~~~~~~~~~~
  1231. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:346:5: note: here
  1232. case 8: EXTRACT_DIGIT(s, x, 10000000UL, dot);
  1233. ^~~~
  1234. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:327:65: warning: this statement may fall through [-Wimplicit-fallthrough=]
  1235. if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
  1236. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:346:31:
  1237. case 8: EXTRACT_DIGIT(s, x, 10000000UL, dot);
  1238. ~~~~
  1239. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:346:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  1240. case 8: EXTRACT_DIGIT(s, x, 10000000UL, dot);
  1241. ^~~~~~~~~~~~~
  1242. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:347:5: note: here
  1243. case 7: EXTRACT_DIGIT(s, x, 1000000UL, dot);
  1244. ^~~~
  1245. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:327:65: warning: this statement may fall through [-Wimplicit-fallthrough=]
  1246. if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
  1247. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:347:31:
  1248. case 7: EXTRACT_DIGIT(s, x, 1000000UL, dot);
  1249. ~~~~
  1250. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:347:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  1251. case 7: EXTRACT_DIGIT(s, x, 1000000UL, dot);
  1252. ^~~~~~~~~~~~~
  1253. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:348:5: note: here
  1254. case 6: EXTRACT_DIGIT(s, x, 100000UL, dot);
  1255. ^~~~
  1256. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:327:65: warning: this statement may fall through [-Wimplicit-fallthrough=]
  1257. if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
  1258. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:348:31:
  1259. case 6: EXTRACT_DIGIT(s, x, 100000UL, dot);
  1260. ~~~~
  1261. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:348:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  1262. case 6: EXTRACT_DIGIT(s, x, 100000UL, dot);
  1263. ^~~~~~~~~~~~~
  1264. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:349:5: note: here
  1265. case 5: EXTRACT_DIGIT(s, x, 10000UL, dot);
  1266. ^~~~
  1267. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:327:65: warning: this statement may fall through [-Wimplicit-fallthrough=]
  1268. if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
  1269. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:349:31:
  1270. case 5: EXTRACT_DIGIT(s, x, 10000UL, dot);
  1271. ~~~~
  1272. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:349:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  1273. case 5: EXTRACT_DIGIT(s, x, 10000UL, dot);
  1274. ^~~~~~~~~~~~~
  1275. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:350:5: note: here
  1276. case 4: EXTRACT_DIGIT(s, x, 1000UL, dot);
  1277. ^~~~
  1278. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:327:65: warning: this statement may fall through [-Wimplicit-fallthrough=]
  1279. if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
  1280. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:350:31:
  1281. case 4: EXTRACT_DIGIT(s, x, 1000UL, dot);
  1282. ~~~~
  1283. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:350:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  1284. case 4: EXTRACT_DIGIT(s, x, 1000UL, dot);
  1285. ^~~~~~~~~~~~~
  1286. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:351:5: note: here
  1287. case 3: EXTRACT_DIGIT(s, x, 100UL, dot);
  1288. ^~~~
  1289. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:327:65: warning: this statement may fall through [-Wimplicit-fallthrough=]
  1290. if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
  1291. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:351:31:
  1292. case 3: EXTRACT_DIGIT(s, x, 100UL, dot);
  1293. ~~~~
  1294. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:351:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  1295. case 3: EXTRACT_DIGIT(s, x, 100UL, dot);
  1296. ^~~~~~~~~~~~~
  1297. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:352:5: note: here
  1298. case 2: EXTRACT_DIGIT(s, x, 10UL, dot);
  1299. ^~~~
  1300. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:327:65: warning: this statement may fall through [-Wimplicit-fallthrough=]
  1301. if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
  1302. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:352:31:
  1303. case 2: EXTRACT_DIGIT(s, x, 10UL, dot);
  1304. ~~~~
  1305. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:352:14: note: in expansion of macro ‘EXTRACT_DIGIT’
  1306. case 2: EXTRACT_DIGIT(s, x, 10UL, dot);
  1307. ^~~~~~~~~~~~~
  1308. /home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.c:353:5: note: here
  1309. default: if (s == dot) *s++ = '.'; *s++ = '0' + (char)x;
  1310. ^~~~~~~
  1311. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -DCONFIG_64=1 -DASM=1 -I/home/m/Python-3.5.6/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_decimal/libmpdec/memory.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_decimal/libmpdec/memory.o -Wextra -Wno-missing-field-initializers
  1312. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -DCONFIG_64=1 -DASM=1 -I/home/m/Python-3.5.6/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_decimal/libmpdec/mpdecimal.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_decimal/libmpdec/mpdecimal.o -Wextra -Wno-missing-field-initializers
  1313. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -DCONFIG_64=1 -DASM=1 -I/home/m/Python-3.5.6/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_decimal/libmpdec/numbertheory.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_decimal/libmpdec/numbertheory.o -Wextra -Wno-missing-field-initializers
  1314. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -DCONFIG_64=1 -DASM=1 -I/home/m/Python-3.5.6/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_decimal/libmpdec/sixstep.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_decimal/libmpdec/sixstep.o -Wextra -Wno-missing-field-initializers
  1315. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -DCONFIG_64=1 -DASM=1 -I/home/m/Python-3.5.6/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_decimal/libmpdec/transpose.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_decimal/libmpdec/transpose.o -Wextra -Wno-missing-field-initializers
  1316. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_decimal/_decimal.o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_decimal/libmpdec/basearith.o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_decimal/libmpdec/constants.o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_decimal/libmpdec/context.o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_decimal/libmpdec/convolute.o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_decimal/libmpdec/crt.o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_decimal/libmpdec/difradix2.o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_decimal/libmpdec/fnt.o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_decimal/libmpdec/fourstep.o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_decimal/libmpdec/io.o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_decimal/libmpdec/memory.o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_decimal/libmpdec/mpdecimal.o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_decimal/libmpdec/numbertheory.o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_decimal/libmpdec/sixstep.o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_decimal/libmpdec/transpose.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.5/_decimal.cpython-35m-x86_64-linux-gnu.so
  1317. building '_multiprocessing' extension
  1318. creating build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_multiprocessing
  1319. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -IModules/_multiprocessing -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_multiprocessing/multiprocessing.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_multiprocessing/multiprocessing.o
  1320. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -IModules/_multiprocessing -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_multiprocessing/semaphore.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_multiprocessing/semaphore.o
  1321. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_multiprocessing/multiprocessing.o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_multiprocessing/semaphore.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.5/_multiprocessing.cpython-35m-x86_64-linux-gnu.so
  1322. building 'ossaudiodev' extension
  1323. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/ossaudiodev.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/ossaudiodev.o
  1324. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/ossaudiodev.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.5/ossaudiodev.cpython-35m-x86_64-linux-gnu.so
  1325. building '_tkinter' extension
  1326. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -DWITH_APPINIT=1 -I/usr/include/tcl8.6 -I/usr/X11/include -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_tkinter.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_tkinter.o
  1327. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -DWITH_APPINIT=1 -I/usr/include/tcl8.6 -I/usr/X11/include -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/tkappinit.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/tkappinit.o
  1328. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_tkinter.o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/tkappinit.o -L/usr/X11/lib -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -ltk8.6 -ltcl8.6 -lX11 -o build/lib.linux-x86_64-3.5/_tkinter.cpython-35m-x86_64-linux-gnu.so
  1329. building 'xxlimited' extension
  1330. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -DPy_LIMITED_API=0x03050000 -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/xxlimited.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/xxlimited.o
  1331. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/xxlimited.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.5/xxlimited.cpython-35m-x86_64-linux-gnu.so
  1332. creating build/temp.linux-x86_64-3.5/libffi
  1333. checking build system type... x86_64-unknown-linux-gnu
  1334. checking host system type... x86_64-unknown-linux-gnu
  1335. checking target system type... x86_64-unknown-linux-gnu
  1336. checking for gsed... sed
  1337. checking for a BSD-compatible install... /usr/bin/install -c
  1338. checking whether build environment is sane... yes
  1339. checking for a thread-safe mkdir -p... /bin/mkdir -p
  1340. checking for gawk... gawk
  1341. checking whether make sets $(MAKE)... yes
  1342. checking whether make supports nested variables... yes
  1343. checking for gcc... gcc -pthread
  1344. checking whether the C compiler works... yes
  1345. checking for C compiler default output file name... a.out
  1346. checking for suffix of executables...
  1347. checking whether we are cross compiling... no
  1348. checking for suffix of object files... o
  1349. checking whether we are using the GNU C compiler... yes
  1350. checking whether gcc -pthread accepts -g... yes
  1351. checking for gcc -pthread option to accept ISO C89... none needed
  1352. checking for style of include used by make... GNU
  1353. checking dependency style of gcc -pthread... gcc3
  1354. checking for g++... g++
  1355. checking whether we are using the GNU C++ compiler... yes
  1356. checking whether g++ accepts -g... yes
  1357. checking dependency style of g++... gcc3
  1358. checking dependency style of gcc -pthread... gcc3
  1359. checking whether gcc -pthread and cc understand -c and -o together... yes
  1360. checking how to print strings... printf
  1361. checking for a sed that does not truncate output... /bin/sed
  1362. checking for grep that handles long lines and -e... /bin/grep
  1363. checking for egrep... /bin/grep -E
  1364. checking for fgrep... /bin/grep -F
  1365. checking for ld used by gcc -pthread... /usr/bin/ld
  1366. checking if the linker (/usr/bin/ld) is GNU ld... yes
  1367. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  1368. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  1369. checking whether ln -s works... yes
  1370. checking the maximum length of command line arguments... 1572864
  1371. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  1372. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  1373. checking for /usr/bin/ld option to reload object files... -r
  1374. checking for objdump... objdump
  1375. checking how to recognize dependent libraries... pass_all
  1376. checking for dlltool... no
  1377. checking how to associate runtime and link libraries... printf %s\n
  1378. checking for ar... ar
  1379. checking for archiver @FILE support... @
  1380. checking for strip... strip
  1381. checking for ranlib... ranlib
  1382. checking command to parse /usr/bin/nm -B output from gcc -pthread object... ok
  1383. checking for sysroot... no
  1384. checking for mt... mt
  1385. checking if mt is a manifest tool... no
  1386. checking how to run the C preprocessor... gcc -pthread -E
  1387. checking for ANSI C header files... yes
  1388. checking for sys/types.h... yes
  1389. checking for sys/stat.h... yes
  1390. checking for stdlib.h... yes
  1391. checking for string.h... yes
  1392. checking for memory.h... yes
  1393. checking for strings.h... yes
  1394. checking for inttypes.h... yes
  1395. checking for stdint.h... yes
  1396. checking for unistd.h... yes
  1397. checking for dlfcn.h... yes
  1398. checking for objdir... .libs
  1399. checking if gcc -pthread supports -fno-rtti -fno-exceptions... no
  1400. checking for gcc -pthread option to produce PIC... -fPIC -DPIC
  1401. checking if gcc -pthread PIC flag -fPIC -DPIC works... yes
  1402. checking if gcc -pthread static flag -static works... yes
  1403. checking if gcc -pthread supports -c -o file.o... yes
  1404. checking if gcc -pthread supports -c -o file.o... (cached) yes
  1405. checking whether the gcc -pthread linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  1406. checking whether -lc should be explicitly linked in... no
  1407. checking dynamic linker characteristics... GNU/Linux ld.so
  1408. checking how to hardcode library paths into programs... immediate
  1409. checking whether stripping libraries is possible... yes
  1410. checking if libtool supports shared libraries... yes
  1411. checking whether to build shared libraries... yes
  1412. checking whether to build static libraries... yes
  1413. checking how to run the C++ preprocessor... g++ -E
  1414. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  1415. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  1416. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  1417. checking for g++ option to produce PIC... -fPIC -DPIC
  1418. checking if g++ PIC flag -fPIC -DPIC works... yes
  1419. checking if g++ static flag -static works... yes
  1420. checking if g++ supports -c -o file.o... yes
  1421. checking if g++ supports -c -o file.o... (cached) yes
  1422. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  1423. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  1424. checking how to hardcode library paths into programs... immediate
  1425. checking size of size_t... 8
  1426. checking for C compiler vendor... gnu
  1427. checking CFLAGS for maximum warnings... -Wall
  1428. checking whether to enable maintainer-specific portions of Makefiles... no
  1429. checking sys/mman.h usability... yes
  1430. checking sys/mman.h presence... yes
  1431. checking for sys/mman.h... yes
  1432. checking for mmap... yes
  1433. checking for sys/mman.h... (cached) yes
  1434. checking for mmap... (cached) yes
  1435. checking whether read-only mmap of a plain file works... yes
  1436. checking whether mmap from /dev/zero works... yes
  1437. checking for MAP_ANON(YMOUS)... yes
  1438. checking whether mmap with MAP_ANON(YMOUS) works... yes
  1439. checking for ANSI C header files... (cached) yes
  1440. checking for memcpy... yes
  1441. checking for size_t... yes
  1442. checking for working alloca.h... yes
  1443. checking for alloca... yes
  1444. checking size of double... 8
  1445. checking size of long double... 16
  1446. checking whether byte ordering is bigendian... no
  1447. checking assembler .cfi pseudo-op support... yes
  1448. checking assembler supports pc related relocs... yes
  1449. checking assembler .ascii pseudo-op support... yes
  1450. checking assembler .string pseudo-op support... yes
  1451. checking for _ prefix in compiled symbols... no
  1452. checking toolchain supports unwind section type... yes
  1453. checking whether .eh_frame section should be read-only... yes
  1454. checking for __attribute__((visibility("hidden")))... yes
  1455. checking that generated files are newer than configure... done
  1456. configure: creating ./config.status
  1457. config.status: creating include/Makefile
  1458. config.status: creating include/ffi.h
  1459. config.status: creating Makefile
  1460. config.status: creating testsuite/Makefile
  1461. config.status: creating man/Makefile
  1462. config.status: creating libffi.pc
  1463. config.status: creating fficonfig.py
  1464. config.status: creating fficonfig.h
  1465. config.status: linking /home/m/Python-3.5.6/Modules/_ctypes/libffi/src/x86/ffitarget.h to include/ffitarget.h
  1466. config.status: linking /home/m/Python-3.5.6/Modules/_ctypes/libffi/include/ffi_common.h to include/ffi_common.h
  1467. config.status: executing buildir commands
  1468. config.status: skipping top_srcdir/Makefile - not created
  1469. config.status: executing depfiles commands
  1470. config.status: executing libtool commands
  1471. config.status: executing include commands
  1472. config.status: executing src commands
  1473. building '_ctypes' extension
  1474. creating build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_ctypes/libffi
  1475. creating build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_ctypes/libffi/src
  1476. creating build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_ctypes/libffi/src/x86
  1477. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Ibuild/temp.linux-x86_64-3.5/libffi/include -Ibuild/temp.linux-x86_64-3.5/libffi -I/home/m/Python-3.5.6/Modules/_ctypes/libffi/src -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_ctypes/_ctypes.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_ctypes/_ctypes.o -Wall -fexceptions
  1478. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Ibuild/temp.linux-x86_64-3.5/libffi/include -Ibuild/temp.linux-x86_64-3.5/libffi -I/home/m/Python-3.5.6/Modules/_ctypes/libffi/src -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_ctypes/callbacks.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_ctypes/callbacks.o -Wall -fexceptions
  1479. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Ibuild/temp.linux-x86_64-3.5/libffi/include -Ibuild/temp.linux-x86_64-3.5/libffi -I/home/m/Python-3.5.6/Modules/_ctypes/libffi/src -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_ctypes/callproc.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_ctypes/callproc.o -Wall -fexceptions
  1480. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Ibuild/temp.linux-x86_64-3.5/libffi/include -Ibuild/temp.linux-x86_64-3.5/libffi -I/home/m/Python-3.5.6/Modules/_ctypes/libffi/src -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_ctypes/stgdict.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_ctypes/stgdict.o -Wall -fexceptions
  1481. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Ibuild/temp.linux-x86_64-3.5/libffi/include -Ibuild/temp.linux-x86_64-3.5/libffi -I/home/m/Python-3.5.6/Modules/_ctypes/libffi/src -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_ctypes/cfield.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_ctypes/cfield.o -Wall -fexceptions
  1482. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Ibuild/temp.linux-x86_64-3.5/libffi/include -Ibuild/temp.linux-x86_64-3.5/libffi -I/home/m/Python-3.5.6/Modules/_ctypes/libffi/src -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_ctypes/libffi/src/prep_cif.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_ctypes/libffi/src/prep_cif.o -Wall -fexceptions
  1483. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Ibuild/temp.linux-x86_64-3.5/libffi/include -Ibuild/temp.linux-x86_64-3.5/libffi -I/home/m/Python-3.5.6/Modules/_ctypes/libffi/src -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_ctypes/libffi/src/closures.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_ctypes/libffi/src/closures.o -Wall -fexceptions
  1484. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Ibuild/temp.linux-x86_64-3.5/libffi/include -Ibuild/temp.linux-x86_64-3.5/libffi -I/home/m/Python-3.5.6/Modules/_ctypes/libffi/src -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_ctypes/libffi/src/x86/ffi64.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_ctypes/libffi/src/x86/ffi64.o -Wall -fexceptions
  1485. /home/m/Python-3.5.6/Modules/_ctypes/libffi/src/x86/ffi64.c: In function ‘classify_argument’:
  1486. /home/m/Python-3.5.6/Modules/_ctypes/libffi/src/x86/ffi64.c:224:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1487. for (i = 0; i < words; i++)
  1488. ^
  1489. /home/m/Python-3.5.6/Modules/_ctypes/libffi/src/x86/ffi64.c:245:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1490. for (i = 0; i < num; i++)
  1491. ^
  1492. /home/m/Python-3.5.6/Modules/_ctypes/libffi/src/x86/ffi64.c:264:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1493. for (i = 1; i < words; i++)
  1494. ^
  1495. /home/m/Python-3.5.6/Modules/_ctypes/libffi/src/x86/ffi64.c:270:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1496. for (i = 0; i < words; i++)
  1497. ^
  1498. /home/m/Python-3.5.6/Modules/_ctypes/libffi/src/x86/ffi64.c: In function ‘examine_argument’:
  1499. /home/m/Python-3.5.6/Modules/_ctypes/libffi/src/x86/ffi64.c:323:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1500. for (i = 0; i < n; ++i)
  1501. ^
  1502. /home/m/Python-3.5.6/Modules/_ctypes/libffi/src/x86/ffi64.c: In function ‘ffi_call’:
  1503. /home/m/Python-3.5.6/Modules/_ctypes/libffi/src/x86/ffi64.c:484:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1504. for (j = 0; j < n; j++, a += 8, size -= 8)
  1505. ^
  1506. /home/m/Python-3.5.6/Modules/_ctypes/libffi/src/x86/ffi64.c: In function ‘ffi_closure_unix64_inner’:
  1507. /home/m/Python-3.5.6/Modules/_ctypes/libffi/src/x86/ffi64.c:659:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1508. for (j = 0; j < n; j++, a += 8)
  1509. ^
  1510. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Ibuild/temp.linux-x86_64-3.5/libffi/include -Ibuild/temp.linux-x86_64-3.5/libffi -I/home/m/Python-3.5.6/Modules/_ctypes/libffi/src -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_ctypes/libffi/src/x86/unix64.S -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_ctypes/libffi/src/x86/unix64.o -Wall -fexceptions
  1511. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Ibuild/temp.linux-x86_64-3.5/libffi/include -Ibuild/temp.linux-x86_64-3.5/libffi -I/home/m/Python-3.5.6/Modules/_ctypes/libffi/src -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_ctypes/libffi/src/x86/ffi.c -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_ctypes/libffi/src/x86/ffi.o -Wall -fexceptions
  1512. gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Ibuild/temp.linux-x86_64-3.5/libffi/include -Ibuild/temp.linux-x86_64-3.5/libffi -I/home/m/Python-3.5.6/Modules/_ctypes/libffi/src -I./Include -I. -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/m/Python-3.5.6/Include -I/home/m/Python-3.5.6 -c /home/m/Python-3.5.6/Modules/_ctypes/libffi/src/x86/sysv.S -o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_ctypes/libffi/src/x86/sysv.o -Wall -fexceptions
  1513. gcc -pthread -shared build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_ctypes/_ctypes.o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_ctypes/callbacks.o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_ctypes/callproc.o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_ctypes/stgdict.o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_ctypes/cfield.o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_ctypes/libffi/src/prep_cif.o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_ctypes/libffi/src/closures.o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_ctypes/libffi/src/x86/ffi64.o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_ctypes/libffi/src/x86/unix64.o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_ctypes/libffi/src/x86/ffi.o build/temp.linux-x86_64-3.5/home/m/Python-3.5.6/Modules/_ctypes/libffi/src/x86/sysv.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.5/_ctypes.cpython-35m-x86_64-linux-gnu.so
  1514. The following modules found by detect_modules() in setup.py, have been
  1515. built by the Makefile instead, as configured by the Setup files:
  1516. atexit pwd time
  1517. running build_scripts
  1518. creating build/scripts-3.5
  1519. copying and adjusting /home/m/Python-3.5.6/Tools/scripts/pydoc3 -> build/scripts-3.5
  1520. copying and adjusting /home/m/Python-3.5.6/Tools/scripts/idle3 -> build/scripts-3.5
  1521. copying and adjusting /home/m/Python-3.5.6/Tools/scripts/2to3 -> build/scripts-3.5
  1522. copying and adjusting /home/m/Python-3.5.6/Tools/scripts/pyvenv -> build/scripts-3.5
  1523. changing mode of build/scripts-3.5/pydoc3 from 644 to 755
  1524. changing mode of build/scripts-3.5/idle3 from 644 to 755
  1525. changing mode of build/scripts-3.5/2to3 from 644 to 755
  1526. changing mode of build/scripts-3.5/pyvenv from 644 to 755
  1527. renaming build/scripts-3.5/pydoc3 to build/scripts-3.5/pydoc3.5
  1528. renaming build/scripts-3.5/idle3 to build/scripts-3.5/idle3.5
  1529. renaming build/scripts-3.5/2to3 to build/scripts-3.5/2to3-3.5
  1530. renaming build/scripts-3.5/pyvenv to build/scripts-3.5/pyvenv-3.5
  1531. /usr/bin/install -c -m 644 ./Tools/gdb/libpython.py python-gdb.py
  1532. gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -I./Include -DPy_BUILD_CORE -o Programs/_testembed.o ./Programs/_testembed.c
  1533. gcc -pthread -Xlinker -export-dynamic -o Programs/_testembed Programs/_testembed.o libpython3.5m.a -lpthread -ldl -lutil -lm
  1534. # Substitution happens here, as the completely-expanded BINDIR
  1535. # is not available in configure
  1536. sed -e "s,@EXENAME@,/usr/local/bin/python3.5m," < ./Misc/python-config.in >python-config.py
  1537. # Replace makefile compat. variable references with shell script compat. ones; ->
  1538. LC_ALL=C sed -e 's,\$(\([A-Za-z0-9_]*\)),\$\{\1\},g' < Misc/python-config.sh >python-config
  1539. # On Darwin, always use the python version of the script, the shell
  1540. # version doesn't use the compiler customizations that are provided
  1541. # in python (_osx_support.py).
  1542. if test `uname -s` = Darwin; then \
  1543. cp python-config.py python-config; \
  1544. fi
  1545. m@m-X555LJ:~/Python-3.5.6$ make test
  1546. running build
  1547. running build_ext
  1548. The following modules found by detect_modules() in setup.py, have been
  1549. built by the Makefile instead, as configured by the Setup files:
  1550. atexit pwd time
  1551. running build_scripts
  1552. copying and adjusting /home/m/Python-3.5.6/Tools/scripts/pydoc3 -> build/scripts-3.5
  1553. copying and adjusting /home/m/Python-3.5.6/Tools/scripts/idle3 -> build/scripts-3.5
  1554. copying and adjusting /home/m/Python-3.5.6/Tools/scripts/2to3 -> build/scripts-3.5
  1555. copying and adjusting /home/m/Python-3.5.6/Tools/scripts/pyvenv -> build/scripts-3.5
  1556. changing mode of build/scripts-3.5/pydoc3 from 644 to 755
  1557. changing mode of build/scripts-3.5/idle3 from 644 to 755
  1558. changing mode of build/scripts-3.5/2to3 from 644 to 755
  1559. changing mode of build/scripts-3.5/pyvenv from 644 to 755
  1560. renaming build/scripts-3.5/pydoc3 to build/scripts-3.5/pydoc3.5
  1561. renaming build/scripts-3.5/idle3 to build/scripts-3.5/idle3.5
  1562. renaming build/scripts-3.5/2to3 to build/scripts-3.5/2to3-3.5
  1563. renaming build/scripts-3.5/pyvenv to build/scripts-3.5/pyvenv-3.5
  1564. ./python -E -c 'import sys ; from sysconfig import get_platform ; print(get_platform()+"-"+sys.version[0:3])' >platform
  1565. ./python ./Tools/scripts/run_tests.py
  1566. /home/m/Python-3.5.6/python -W default -bb -E -W error::BytesWarning -m test -r -w -j 0 -u all,-largefile,-audio,-gui
  1567. Using random seed 6786245
  1568. 0:00:00 load avg: 1.05 [ 1/398] test_peepholer
  1569. 0:00:00 load avg: 1.05 [ 2/398] test_marshal
  1570. 0:00:00 load avg: 1.05 [ 3/398] test_module
  1571. 0:00:01 load avg: 1.05 [ 4/398] test_cprofile
  1572. 0:00:01 load avg: 1.05 [ 5/398] test_finalization
  1573. 0:00:01 load avg: 1.05 [ 6/398] test_metaclass
  1574. 0:00:01 load avg: 1.05 [ 7/398] test_defaultdict
  1575. 0:00:01 load avg: 1.05 [ 8/398] test_sndhdr
  1576. 0:00:01 load avg: 1.05 [ 9/398] test_scope
  1577. 0:00:01 load avg: 1.05 [ 10/398] test_symtable
  1578. 0:00:02 load avg: 1.05 [ 11/398] test_mmap
  1579. 0:00:02 load avg: 1.05 [ 12/398] test_code_module
  1580. 0:00:02 load avg: 1.05 [ 13/398] test_set
  1581. 0:00:02 load avg: 1.05 [ 14/398] test_typechecks
  1582. 0:00:02 load avg: 1.05 [ 15/398] test_largefile
  1583. 0:00:02 load avg: 1.05 [ 16/398] test_hmac
  1584. 0:00:03 load avg: 1.05 [ 17/398] test_call
  1585. 0:00:03 load avg: 1.05 [ 18/398] test_fileio
  1586. 0:00:03 load avg: 1.44 [ 19/398] test_sundry
  1587. 0:00:05 load avg: 1.44 [ 20/398] test_importlib
  1588. 0:00:06 load avg: 1.44 [ 21/398] test_http_cookiejar
  1589. 0:00:06 load avg: 1.44 [ 22/398] test_distutils
  1590. 0:00:06 load avg: 1.44 [ 23/398] test_sunau
  1591. 0:00:06 load avg: 1.44 [ 24/398] test_urllib2_localnet
  1592. 0:00:07 load avg: 1.44 [ 25/398] test_ftplib
  1593. 0:00:08 load avg: 1.89 [ 26/398] test_descr
  1594. 0:00:11 load avg: 1.89 [ 27/398] test_tarfile
  1595. 0:00:11 load avg: 1.89 [ 28/398] test_pstats
  1596. 0:00:12 load avg: 1.89 [ 29/398] test_sysconfig
  1597. 0:00:14 load avg: 2.30 [ 30/398] test_asynchat
  1598. 0:00:14 load avg: 2.30 [ 31/398] test_csv
  1599. 0:00:14 load avg: 2.30 [ 32/398] test_robotparser
  1600. 0:00:15 load avg: 2.30 [ 33/398] test_compileall
  1601. 0:00:16 load avg: 2.30 [ 34/398] test_abstract_numbers
  1602. 0:00:16 load avg: 2.30 [ 35/398] test_audioop
  1603. 0:00:18 load avg: 2.51 [ 36/398] test_pyclbr
  1604. 0:00:19 load avg: 2.51 [ 37/398] test_bool
  1605. 0:00:23 load avg: 2.51 [ 38/398] test_xmlrpc
  1606. 127.0.0.1 - - [17/Feb/2019 22:44:38] "POST / HTTP/1.1" 200 -
  1607. 127.0.0.1 - - [17/Feb/2019 22:44:38] "POST / HTTP/1.1" 200 -
  1608. 0:00:23 load avg: 2.51 [ 39/398] test_dynamic
  1609. 0:00:23 load avg: 2.55 [ 40/398] test_builtin
  1610. 0:00:23 load avg: 2.55 [ 41/398] test_bz2
  1611. 0:00:23 load avg: 2.55 [ 42/398] test_compile
  1612. 0:00:24 load avg: 2.55 [ 43/398] test_base64
  1613. 0:00:25 load avg: 2.55 [ 44/398] test_idle
  1614. 0:00:25 load avg: 2.55 [ 45/398] test_nis
  1615. 0:00:26 load avg: 2.55 [ 46/398] test_import
  1616. 0:00:26 load avg: 2.55 [ 47/398] test_gc
  1617. 0:00:26 load avg: 2.55 [ 48/398] test_timeout
  1618. Resource 'blackhole.snakebite.net' is not available
  1619. 0:00:26 load avg: 2.55 [ 49/398] test_binop
  1620. 0:00:26 load avg: 2.55 [ 50/398] test_macpath
  1621. 0:00:26 load avg: 2.55 [ 51/398] test_crypt
  1622. 0:00:26 load avg: 2.55 [ 52/398] test_modulefinder
  1623. 0:00:27 load avg: 2.55 [ 53/398] test_pkgutil
  1624. 0:00:27 load avg: 2.55 [ 54/398] test_memoryio
  1625. 0:00:27 load avg: 2.55 [ 55/398] test_copyreg
  1626. 0:00:27 load avg: 2.55 [ 56/398] test_fcntl
  1627. 0:00:27 load avg: 2.55 [ 57/398] test_mailcap
  1628. 0:00:27 load avg: 2.55 [ 58/398] test_pulldom
  1629. 0:00:27 load avg: 2.55 [ 59/398] test_sort
  1630. 0:00:27 load avg: 2.55 [ 60/398] test_asyncio
  1631. 0:00:28 load avg: 2.55 [ 61/398] test_strlit
  1632. 0:00:28 load avg: 2.55 [ 62/398] test_getpass
  1633. 0:00:28 load avg: 2.55 [ 63/398] test__osx_support
  1634. 0:00:28 load avg: 2.55 [ 64/398] test_osx_env
  1635. 0:00:28 load avg: 2.91 [ 65/398] test_pkgimport
  1636. 0:00:28 load avg: 2.91 [ 66/398] test_source_encoding
  1637. 0:00:28 load avg: 2.91 [ 67/398] test_bisect
  1638. 0:00:29 load avg: 2.91 [ 68/398] test_codecencodings_kr
  1639. 0:00:29 load avg: 2.91 [ 69/398] test_copy
  1640. 0:00:29 load avg: 2.91 [ 70/398] test_warnings
  1641. 0:00:29 load avg: 2.91 [ 71/398] test_urllib_response
  1642. 0:00:30 load avg: 2.91 [ 72/398] test_tempfile
  1643. 0:00:34 load avg: 2.76 [ 73/398] test_urllibnet
  1644. 0:00:35 load avg: 2.76 [ 74/398] test_docxmlrpc
  1645. 0:00:37 load avg: 2.76 [ 75/398] test_multibytecodec
  1646. 0:00:38 load avg: 2.76 [ 76/398] test_subprocess
  1647. 0:00:38 load avg: 2.70 [ 77/398] test_sax
  1648. 0:00:39 load avg: 2.70 [ 78/398] test_poll
  1649. 0:00:39 load avg: 2.70 [ 79/398] test_setcomps
  1650. 0:00:39 load avg: 2.70 [ 80/398] test_abc
  1651. 0:00:39 load avg: 2.70 [ 81/398] test_flufl
  1652. 0:00:39 load avg: 2.70 [ 82/398] test_functools
  1653. 0:00:39 load avg: 2.70 [ 83/398] test_with
  1654. 0:00:40 load avg: 2.70 [ 84/398] test_queue
  1655. 0:00:41 load avg: 2.70 [ 85/398] test_htmlparser
  1656. 0:00:41 load avg: 2.70 [ 86/398] test_codecmaps_hk
  1657. 0:00:41 load avg: 2.70 [ 87/398] test_json
  1658. 0:00:42 load avg: 2.70 [ 88/398] test_codecencodings_iso2022
  1659. 0:00:45 load avg: 2.64 [ 89/398] test_unicodedata
  1660. 0:00:45 load avg: 2.64 [ 90/398] test_sys_settrace
  1661. 0:00:45 load avg: 2.64 [ 91/398] test_cmd_line_script
  1662. 0:00:45 load avg: 2.64 [ 92/398] test_ipaddress
  1663. 0:00:46 load avg: 2.64 [ 93/398] test_errno
  1664. 0:00:46 load avg: 2.64 [ 94/398] test_charmapcodec
  1665. 0:00:46 load avg: 2.64 [ 95/398] test_imp
  1666. 0:00:46 load avg: 2.64 [ 96/398] test_super
  1667. 0:00:47 load avg: 2.64 [ 97/398] test_site
  1668. 0:00:47 load avg: 2.64 [ 98/398] test_ossaudiodev
  1669. test_ossaudiodev skipped -- Use of the 'audio' resource not enabled
  1670. 0:00:48 load avg: 2.64 [ 99/398] test_uu
  1671. 0:00:48 load avg: 2.64 [100/398] test_time
  1672. 0:00:48 load avg: 2.64 [101/398] test_keywordonlyarg
  1673. 0:00:48 load avg: 2.59 [102/398] test_eof
  1674. 0:00:48 load avg: 2.59 [103/398] test_textwrap
  1675. 0:00:49 load avg: 2.59 [104/398] test_io
  1676. 0:00:50 load avg: 2.59 [105/398] test_platform
  1677. 0:00:50 load avg: 2.59 [106/398] test_exceptions
  1678. 0:00:51 load avg: 2.59 [107/398] test_dictviews
  1679. 0:00:52 load avg: 2.59 [108/398] test___all__
  1680. 0:00:58 load avg: 2.88 [109/398] test_long
  1681. 0:01:00 load avg: 2.88 [110/398] test_pickle
  1682. 0:01:00 load avg: 2.88 [111/398] test_threading
  1683. 0:01:01 load avg: 2.88 [112/398] test_zipimport
  1684. 0:01:01 load avg: 2.88 [113/398] test_faulthandler
  1685. 0:01:01 load avg: 2.88 [114/398] test_threading_local
  1686. 0:01:01 load avg: 2.88 [115/398] test_generators
  1687. 0:01:01 load avg: 2.88 [116/398] test_rlcompleter
  1688. 0:01:02 load avg: 2.88 [117/398] test_xmlrpc_net
  1689. 0:01:08 load avg: 3.05 [118/398] test_trace
  1690. 0:01:08 load avg: 3.29 [119/398] test_uuid
  1691. 0:01:08 load avg: 3.29 [120/398] test_fork1
  1692. 0:01:09 load avg: 3.29 [121/398] test_sqlite
  1693. 0:01:10 load avg: 3.29 [122/398] test_configparser
  1694. 0:01:10 load avg: 3.29 [123/398] test_decorators
  1695. 0:01:13 load avg: 3.29 [124/398] test_cmd_line
  1696. 0:01:13 load avg: 3.29 [125/398] test_deque
  1697. 0:01:13 load avg: 3.50 [126/398] test_linecache
  1698. 0:01:13 load avg: 3.50 [127/398] test_pep247
  1699. 0:01:15 load avg: 3.50 [128/398] test_hash
  1700. 0:01:15 load avg: 3.50 [129/398] test_locale
  1701. 0:01:16 load avg: 3.50 [130/398] test_grammar
  1702. 0:01:20 load avg: 3.62 [131/398] test_zipfile
  1703. 0:01:21 load avg: 3.62 [132/398] test_datetime
  1704. 0:01:27 load avg: 3.57 [133/398] test_eintr
  1705. 0:01:30 load avg: 4.01 [134/398] test_doctest
  1706. 0:01:30 load avg: 4.01 [135/398] test_timeit
  1707. 0:01:31 load avg: 4.01 [136/398] test_multiprocessing_main_handling
  1708. 0:01:31 load avg: 4.01 [137/398] test_openpty
  1709. 0:01:31 load avg: 4.01 [138/398] test__opcode
  1710. 0:01:31 load avg: 4.01 [139/398] test_pep3151
  1711. 0:01:31 load avg: 4.01 [140/398] test_devpoll
  1712. test_devpoll skipped -- test works only on Solaris OS family
  1713. 0:01:31 load avg: 4.01 [141/398] test_enum
  1714. 0:01:36 load avg: 3.85 [142/398] test_wait4
  1715. 0:01:37 load avg: 3.85 [143/398] test_nntplib
  1716. 0:01:37 load avg: 3.85 [144/398] test_atexit
  1717. 0:01:37 load avg: 3.85 [145/398] test_multiprocessing_forkserver
  1718. 0:01:37 load avg: 3.85 [146/398] test_userlist
  1719. 0:01:37 load avg: 3.85 [147/398] test_operator
  1720. 0:01:38 load avg: 3.85 [148/398] test_ensurepip
  1721. 0:01:38 load avg: 3.85 [149/398] test_pep277
  1722. 0:01:38 load avg: 3.78 [150/398] test_pdb
  1723. 0:01:38 load avg: 3.78 [151/398] test_index
  1724. 0:01:41 load avg: 3.78 [152/398] test_threaded_import
  1725. 0:01:41 load avg: 3.78 [153/398] test_userdict
  1726. 0:01:41 load avg: 3.78 [154/398] test_capi
  1727. 0:01:42 load avg: 3.78 [155/398] test_unary
  1728. 0:01:42 load avg: 3.78 [156/398] test_shutil
  1729. 0:01:44 load avg: 4.12 [157/398] test_unicode
  1730. 0:01:44 load avg: 4.12 [158/398] test_bigaddrspace
  1731. 0:01:45 load avg: 4.12 [159/398] test_xml_etree
  1732. 0:01:45 load avg: 4.12 [160/398] test_curses
  1733. 0:01:45 load avg: 4.12 [161/398] test_pydoc
  1734. 0:01:45 load avg: 4.12 [162/398] test_xml_dom_minicompat
  1735. 0:01:46 load avg: 4.12 [163/398] test_tk
  1736. test_tk skipped -- Use of the 'gui' resource not enabled
  1737. 0:01:47 load avg: 4.12 [164/398] test_keyword
  1738. 0:01:47 load avg: 4.12 [165/398] test_future
  1739. 0:01:50 load avg: 4.51 [166/398] test_tracemalloc
  1740. 0:01:50 load avg: 4.51 [167/398] test_socket
  1741. 0:01:51 load avg: 4.51 [168/398] test_future5
  1742. 0:01:51 load avg: 4.51 [169/398] test_crashers
  1743. 0:01:51 load avg: 4.51 [170/398] test_spwd
  1744. 0:01:51 load avg: 4.51 [171/398] test_weakref
  1745. 0:01:51 load avg: 4.51 [172/398] test_codeccallbacks
  1746. 0:01:52 load avg: 4.51 [173/398] test_cmath
  1747. 0:01:52 load avg: 4.51 [174/398] test_pwd
  1748. 0:01:52 load avg: 4.51 [175/398] test_types
  1749. 0:01:52 load avg: 4.51 [176/398] test_msilib
  1750. test_msilib skipped -- No module named '_msi'
  1751. 0:01:52 load avg: 4.51 [177/398] test_enumerate
  1752. 0:01:52 load avg: 4.51 [178/398] test_urllib2net
  1753. 0:01:54 load avg: 4.55 [179/398] test_math
  1754. 0:01:54 load avg: 4.55 [180/398] test_listcomps
  1755. 0:01:54 load avg: 4.55 [181/398] test_pyexpat
  1756. 0:01:55 load avg: 4.55 [182/398] test_userstring
  1757. 0:01:55 load avg: 4.55 [183/398] test_format
  1758. 0:01:57 load avg: 4.55 [184/398] test_httpservers
  1759. 0:01:59 load avg: 4.58 [185/398] test_inspect
  1760. 0:01:59 load avg: 4.58 [186/398] test_ttk_guionly
  1761. test_ttk_guionly skipped -- Use of the 'gui' resource not enabled
  1762. 0:01:59 load avg: 4.58 [187/398] test_poplib
  1763. 0:02:00 load avg: 4.58 [188/398] test_dummy_threading
  1764. 0:02:00 load avg: 4.58 [189/398] test_unpack_ex
  1765. 0:02:00 load avg: 4.58 [190/398] test_macurl2path
  1766. 0:02:00 load avg: 4.58 [191/398] test_argparse
  1767. 0:02:00 load avg: 4.58 [192/398] test_dummy_thread
  1768. 0:02:00 load avg: 4.58 [193/398] test_grp
  1769. 0:02:01 load avg: 4.58 [194/398] test_richcmp
  1770. 0:02:01 load avg: 4.58 [195/398] test_iter
  1771. 0:02:01 load avg: 4.58 [196/398] test_dbm
  1772. 0:02:01 load avg: 4.58 [197/398] test_complex
  1773. 0:02:02 load avg: 4.58 [198/398] test_urllib2
  1774. 0:02:02 load avg: 4.58 [199/398] test_filecmp
  1775. 0:02:02 load avg: 4.58 [200/398] test_future4
  1776. 0:02:03 load avg: 4.58 [201/398] test_range
  1777. 0:02:03 load avg: 4.58 [202/398] test_reprlib
  1778. 0:02:03 load avg: 4.58 [203/398] test_lib2to3
  1779. 0:02:03 load avg: 4.70 [204/398] test_list
  1780. 0:02:03 load avg: 4.70 [205/398] test_heapq
  1781. 0:02:03 load avg: 4.70 [206/398] test_cgi
  1782. 0:02:03 load avg: 4.70 [207/398] test_dictcomps
  1783. 0:02:04 load avg: 4.70 [208/398] test_wave
  1784. 0:02:04 load avg: 4.70 [209/398] test_urllib
  1785. 0:02:04 load avg: 4.70 [210/398] test_fractions
  1786. 0:02:04 load avg: 4.70 [211/398] test_ordered_dict
  1787. 0:02:04 load avg: 4.70 [212/398] test_glob
  1788. 0:02:05 load avg: 4.70 [213/398] test_coroutines
  1789. 0:02:05 load avg: 4.70 [214/398] test_zipimport_support
  1790. 0:02:05 load avg: 4.70 [215/398] test_pep479
  1791. 0:02:05 load avg: 4.70 [216/398] test_ntpath
  1792. 0:02:05 load avg: 4.70 [217/398] test_ttk_textonly
  1793. 0:02:05 load avg: 4.70 [218/398] test_httplib
  1794. 0:02:06 load avg: 4.70 [219/398] test_string
  1795. 0:02:06 load avg: 4.70 [220/398] test_collections
  1796. 0:02:06 load avg: 4.70 [221/398] test_ctypes
  1797. 0:02:07 load avg: 4.70 [222/398] test_startfile
  1798. test_startfile skipped -- object <module 'os' from '/home/m/Python-3.5.6/Lib/os.py'> has no attribute 'startfile'
  1799. 0:02:14 load avg: 4.44 [223/398] test_multiprocessing_spawn
  1800. 0:02:14 load avg: 4.44 [224/398] test_threadedtempfile
  1801. 0:02:16 load avg: 4.44 [225/398] test_random
  1802. 0:02:16 load avg: 4.44 [226/398] test_weakset
  1803. 0:02:16 load avg: 4.44 [227/398] test_winsound
  1804. test_winsound skipped -- Use of the 'audio' resource not enabled
  1805. 0:02:17 load avg: 4.44 [228/398] test_resource
  1806. 0:02:18 load avg: 4.40 [229/398] test_venv
  1807. 0:02:19 load avg: 4.40 [230/398] test_zipapp
  1808. 0:02:19 load avg: 4.40 [231/398] test_py_compile
  1809. 0:02:21 load avg: 4.40 [232/398] test_selectors
  1810. 0:02:21 load avg: 4.40 [233/398] test_codecs
  1811. 0:02:21 load avg: 4.40 [234/398] test_getopt
  1812. 0:02:22 load avg: 4.40 [235/398] test_raise
  1813. 0:02:23 load avg: 4.40 [236/398] test_codecencodings_jp
  1814. 0:02:24 load avg: 4.37 [237/398] test_decimal
  1815. 0:02:25 load avg: 4.37 [238/398] test_smtplib
  1816. 0:02:26 load avg: 4.37 [239/398] test_telnetlib
  1817. 0:02:27 load avg: 4.37 [240/398] test_signal
  1818. 0:02:27 load avg: 4.37 [241/398] test__locale
  1819. 0:02:28 load avg: 4.37 [242/398] test_turtle
  1820. 0:02:28 load avg: 4.37 [243/398] test_kqueue
  1821. test_kqueue skipped -- test works only on BSD
  1822. 0:02:29 load avg: 4.66 [244/398] test_pathlib
  1823. 0:02:29 load avg: 4.66 [245/398] test_sys_setprofile
  1824. 0:02:31 load avg: 4.66 [246/398] test_itertools
  1825. 0:02:32 load avg: 4.66 [247/398] test_sys
  1826. 0:02:32 load avg: 4.66 [248/398] test_structmembers
  1827. 0:02:32 load avg: 4.66 [249/398] test_zipfile64
  1828. test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run
  1829. 0:02:32 load avg: 4.66 [250/398] test_posixpath
  1830. 0:02:32 load avg: 4.66 [251/398] test_file
  1831. 0:02:33 load avg: 4.66 [252/398] test_http_cookies
  1832. 0:02:33 load avg: 4.77 [253/398] test_iterlen
  1833. 0:02:33 load avg: 4.77 [254/398] test_urlparse
  1834. 0:02:34 load avg: 4.77 [255/398] test_os
  1835. 0:02:34 load avg: 4.77 [256/398] test_genericpath
  1836. 0:02:35 load avg: 4.77 [257/398] test_pep3120
  1837. 0:02:36 load avg: 4.77 [258/398] test_ucn
  1838. 0:02:40 load avg: 4.87 [259/398] test_asyncore
  1839. 0:02:41 load avg: 4.87 [260/398] test_support
  1840. 0:02:41 load avg: 4.87 [261/398] test_codecencodings_hk
  1841. 0:02:42 load avg: 4.87 [262/398] test_tcl
  1842. 0:02:42 load avg: 4.87 [263/398] test_normalization
  1843. 0:02:46 load avg: 4.96 [264/398] test_bytes
  1844. 0:02:47 load avg: 4.96 [265/398] test_codecmaps_kr
  1845. 0:02:52 load avg: 5.04 [266/398] test_calendar
  1846. 0:02:53 load avg: 5.04 [267/398] test_genexps
  1847. 0:02:54 load avg: 5.12 [268/398] test_slice
  1848. 0:02:54 load avg: 5.12 [269/398] test_gzip
  1849. 0:02:55 load avg: 5.12 [270/398] test_tix
  1850. test_tix skipped -- Use of the 'gui' resource not enabled
  1851. 0:02:55 load avg: 5.12 [271/398] test_regrtest
  1852. 0:02:56 load avg: 5.12 [272/398] test_socketserver
  1853. 0:02:57 load avg: 5.12 [273/398] test_float
  1854. 0:02:57 load avg: 5.12 [274/398] test_runpy
  1855. 0:02:59 load avg: 5.11 [275/398] test_difflib
  1856. 0:03:01 load avg: 5.11 [276/398] test_shelve
  1857. 0:03:01 load avg: 5.11 [277/398] test_strptime
  1858. 0:03:01 load avg: 5.11 [278/398] test_tokenize
  1859. 0:03:02 load avg: 5.11 [279/398] test_memoryview
  1860. 0:03:02 load avg: 5.11 [280/398] test_array
  1861. 0:03:03 load avg: 5.02 [281/398] test_dict
  1862. 0:03:04 load avg: 5.02 [282/398] test_minidom
  1863. 0:03:04 load avg: 5.02 [283/398] test_opcodes
  1864. 0:03:04 load avg: 5.02 [284/398] test_codecmaps_tw
  1865. 0:03:05 load avg: 5.02 [285/398] test_mimetypes
  1866. 0:03:05 load avg: 5.02 [286/398] test_lzma
  1867. 0:03:05 load avg: 5.02 [287/398] test_gettext
  1868. 0:03:05 load avg: 5.02 [288/398] test_script_helper
  1869. 0:03:06 load avg: 5.02 [289/398] test_thread
  1870. 0:03:07 load avg: 5.02 [290/398] test_pipes
  1871. 0:03:07 load avg: 5.02 [291/398] test_dis
  1872. 0:03:08 load avg: 5.02 [292/398] test_pow
  1873. 0:03:08 load avg: 5.02 [293/398] test_logging
  1874. 0:03:08 load avg: 5.02 [294/398] test_isinstance
  1875. 0:03:08 load avg: 5.02 [295/398] test_extcall
  1876. 0:03:08 load avg: 5.02 [296/398] test_syntax
  1877. 0:03:08 load avg: 5.02 [297/398] test_dynamicclassattribute
  1878. 0:03:09 load avg: 5.02 [298/398] test_augassign
  1879. 0:03:09 load avg: 5.02 [299/398] test_dbm_dumb
  1880. 0:03:09 load avg: 5.02 [300/398] test_threadsignals
  1881. 0:03:09 load avg: 5.02 [301/398] test_shlex
  1882. 0:03:10 load avg: 5.02 [302/398] test_pep352
  1883. 0:03:10 load avg: 5.02 [303/398] test_codecencodings_cn
  1884. 0:03:10 load avg: 5.02 [304/398] test_binascii
  1885. 0:03:11 load avg: 5.02 [305/398] test_webbrowser
  1886. 0:03:11 load avg: 5.02 [306/398] test_pkg
  1887. 0:03:11 load avg: 5.02 [307/398] test_optparse
  1888. 0:03:12 load avg: 5.02 [308/398] test___future__
  1889. 0:03:12 load avg: 5.02 [309/398] test_profile
  1890. 0:03:12 load avg: 5.02 [310/398] test_pprint
  1891. 0:03:13 load avg: 5.02 [311/398] test_contextlib
  1892. 0:03:16 load avg: 4.94 [312/398] test_codecmaps_jp
  1893. 0:03:16 load avg: 4.94 [313/398] test_ast
  1894. 0:03:16 load avg: 4.94 [314/398] test_smtpd
  1895. 0:03:16 load avg: 4.94 [315/398] test_strftime
  1896. 0:03:18 load avg: 5.02 [316/398] test_strtod
  1897. 0:03:19 load avg: 5.02 [317/398] test_int
  1898. 0:03:19 load avg: 5.02 [318/398] test_stat
  1899. 0:03:19 load avg: 5.02 [319/398] test_mailbox
  1900. 0:03:20 load avg: 5.02 [320/398] test_quopri
  1901. 0:03:20 load avg: 5.02 [321/398] test_buffer
  1902. 0:03:21 load avg: 5.02 [322/398] test_pep3131
  1903. 0:03:21 load avg: 5.02 [323/398] test_bigmem
  1904. 0:03:21 load avg: 5.02 [324/398] test_exception_variations
  1905. 0:03:22 load avg: 5.02 [325/398] test_pickletools
  1906. 0:03:22 load avg: 5.02 [326/398] test_imghdr
  1907. 0:03:22 load avg: 5.02 [327/398] test_epoll
  1908. 0:03:23 load avg: 5.02 [328/398] test_re
  1909. 0:03:24 load avg: 5.02 [329/398] test_statistics
  1910. 0:03:24 load avg: 5.02 [330/398] test_fileinput
  1911. 0:03:24 load avg: 5.02 [331/398] test_syslog
  1912. 0:03:24 load avg: 5.02 [332/398] test_funcattrs
  1913. 0:03:24 load avg: 5.02 [333/398] test_wsgiref
  1914. 0:03:24 load avg: 5.02 [334/398] test_descrtut
  1915. 0:03:25 load avg: 5.02 [335/398] test_netrc
  1916. 0:03:25 load avg: 5.02 [336/398] test_fnmatch
  1917. 0:03:25 load avg: 5.02 [337/398] test_structseq
  1918. 0:03:25 load avg: 5.02 [338/398] test_xdrlib
  1919. 0:03:25 load avg: 5.02 [339/398] test_pep380
  1920. 0:03:25 load avg: 5.02 [340/398] test_doctest2
  1921. 0:03:26 load avg: 5.02 [341/398] test_asdl_parser
  1922. 0:03:26 load avg: 5.02 [342/398] test_numeric_tower
  1923. 0:03:26 load avg: 5.02 [343/398] test_contains
  1924. 0:03:27 load avg: 5.02 [344/398] test_code
  1925. 0:03:27 load avg: 5.02 [345/398] test_int_literal
  1926. 0:03:27 load avg: 5.02 [346/398] test_stringprep
  1927. 0:03:27 load avg: 5.02 [347/398] test_smtpnet
  1928. 0:03:27 load avg: 5.02 [348/398] test_unicode_file
  1929. 0:03:28 load avg: 5.02 [349/398] test_cmd
  1930. 0:03:28 load avg: 5.02 [350/398] test_compare
  1931. 0:03:28 load avg: 4.86 [351/398] test_aifc
  1932. 0:03:29 load avg: 4.86 [352/398] test_univnewlines
  1933. 0:03:29 load avg: 4.86 [353/398] test_longexp
  1934. 0:03:32 load avg: 4.86 [354/398] test_tools
  1935. 0:03:33 load avg: 4.86 [355/398] test_parser
  1936. 0:03:35 load avg: 4.55 [356/398] test_wait3
  1937. 0:03:36 load avg: 4.55 [357/398] test_zlib
  1938. 0:03:37 load avg: 4.55 [358/398] test_winreg
  1939. test_winreg skipped -- No module named 'winreg'
  1940. 0:03:37 load avg: 4.55 [359/398] test_binhex
  1941. 0:03:37 load avg: 4.55 [360/398] test_plistlib
  1942. 0:03:38 load avg: 4.55 [361/398] test_xml_etree_c
  1943. 0:03:39 load avg: 4.50 [362/398] test_gdb
  1944. 0:03:39 load avg: 4.50 [363/398/1] test_ssl
  1945. Resource 'sha256.tbs-internet.com' is not available
  1946. test test_ssl failed -- Traceback (most recent call last):
  1947. File "/home/m/Python-3.5.6/Lib/test/test_ssl.py", line 3183, in test_alpn_protocols
  1948. self.assertIsInstance(stats, ssl.SSLError)
  1949. AssertionError: {'client_npn_protocol': None, 'client_alpn_protocol': None, 'cipher': ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256), 'peercert': {}, 'server_alpn_protocols': [None], 'version': 'TLSv1.2', 'server_npn_protocols': [None], 'server_shared_ciphers': [[('ECDHE-ECDSA-AES256-GCM-SHA384', 'TLSv1.2', 256), ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256), ('ECDHE-ECDSA-AES128-GCM-SHA256', 'TLSv1.2', 128), ('ECDHE-RSA-AES128-GCM-SHA256', 'TLSv1.2', 128), ('ECDHE-ECDSA-CHACHA20-POLY1305', 'TLSv1.2', 256), ('ECDHE-RSA-CHACHA20-POLY1305', 'TLSv1.2', 256), ('DHE-DSS-AES256-GCM-SHA384', 'TLSv1.2', 256), ('DHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256), ('DHE-DSS-AES128-GCM-SHA256', 'TLSv1.2', 128), ('DHE-RSA-AES128-GCM-SHA256', 'TLSv1.2', 128), ('DHE-RSA-CHACHA20-POLY1305', 'TLSv1.2', 256), ('ECDHE-ECDSA-AES256-CCM8', 'TLSv1.2', 256), ('ECDHE-ECDSA-AES256-CCM', 'TLSv1.2', 256), ('ECDHE-ECDSA-AES256-SHA384', 'TLSv1.2', 256), ('ECDHE-RSA-AES256-SHA384', 'TLSv1.2', 256), ('ECDHE-ECDSA-AES256-SHA', 'TLSv1.0', 256), ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256), ('DHE-RSA-AES256-CCM8', 'TLSv1.2', 256), ('DHE-RSA-AES256-CCM', 'TLSv1.2', 256), ('DHE-RSA-AES256-SHA256', 'TLSv1.2', 256), ('DHE-DSS-AES256-SHA256', 'TLSv1.2', 256), ('DHE-RSA-AES256-SHA', 'SSLv3', 256), ('DHE-DSS-AES256-SHA', 'SSLv3', 256), ('ECDHE-ECDSA-AES128-CCM8', 'TLSv1.2', 128), ('ECDHE-ECDSA-AES128-CCM', 'TLSv1.2', 128), ('ECDHE-ECDSA-AES128-SHA256', 'TLSv1.2', 128), ('ECDHE-RSA-AES128-SHA256', 'TLSv1.2', 128), ('ECDHE-ECDSA-AES128-SHA', 'TLSv1.0', 128), ('ECDHE-RSA-AES128-SHA', 'TLSv1.0', 128), ('DHE-RSA-AES128-CCM8', 'TLSv1.2', 128), ('DHE-RSA-AES128-CCM', 'TLSv1.2', 128), ('DHE-RSA-AES128-SHA256', 'TLSv1.2', 128), ('DHE-DSS-AES128-SHA256', 'TLSv1.2', 128), ('DHE-RSA-AES128-SHA', 'SSLv3', 128), ('DHE-DSS-AES128-SHA', 'SSLv3', 128), ('ECDHE-ECDSA-CAMELLIA256-SHA384', 'TLSv1.2', 256), ('ECDHE-RSA-CAMELLIA256-SHA384', 'TLSv1.2', 256), ('ECDHE-ECDSA-CAMELLIA128-SHA256', 'TLSv1.2', 128), ('ECDHE-RSA-CAMELLIA128-SHA256', 'TLSv1.2', 128), ('DHE-RSA-CAMELLIA256-SHA256', 'TLSv1.2', 256), ('DHE-DSS-CAMELLIA256-SHA256', 'TLSv1.2', 256), ('DHE-RSA-CAMELLIA128-SHA256', 'TLSv1.2', 128), ('DHE-DSS-CAMELLIA128-SHA256', 'TLSv1.2', 128), ('DHE-RSA-CAMELLIA256-SHA', 'SSLv3', 256), ('DHE-DSS-CAMELLIA256-SHA', 'SSLv3', 256), ('DHE-RSA-CAMELLIA128-SHA', 'SSLv3', 128), ('DHE-DSS-CAMELLIA128-SHA', 'SSLv3', 128), ('AES256-GCM-SHA384', 'TLSv1.2', 256), ('AES128-GCM-SHA256', 'TLSv1.2', 128), ('AES256-CCM8', 'TLSv1.2', 256), ('AES256-CCM', 'TLSv1.2', 256), ('AES128-CCM8', 'TLSv1.2', 128), ('AES128-CCM', 'TLSv1.2', 128), ('AES256-SHA256', 'TLSv1.2', 256), ('AES128-SHA256', 'TLSv1.2', 128), ('AES256-SHA', 'SSLv3', 256), ('AES128-SHA', 'SSLv3', 128), ('CAMELLIA256-SHA256', 'TLSv1.2', 256), ('CAMELLIA128-SHA256', 'TLSv1.2', 128), ('CAMELLIA256-SHA', 'SSLv3', 256), ('CAMELLIA128-SHA', 'SSLv3', 128)]], 'compression': None} is not an instance of <class 'ssl.SSLError'>
  1950. 0:03:39 load avg: 4.50 [364/398/1] test_future3
  1951. 0:03:40 load avg: 4.50 [365/398/1] test_dbm_gnu
  1952. 0:03:40 load avg: 4.50 [366/398/1] test_unittest
  1953. 0:03:40 load avg: 4.50 [367/398/1] test_readline
  1954. 0:03:40 load avg: 4.50 [368/398/1] test_typing
  1955. 0:03:40 load avg: 4.50 [369/398/1] test_html
  1956. 0:03:40 load avg: 4.50 [370/398/1] test_posix
  1957. 0:03:41 load avg: 4.50 [371/398/1] test_bufio
  1958. 0:03:43 load avg: 4.50 [372/398/1] test_file_eintr
  1959. 0:03:43 load avg: 4.50 [373/398/1] test_codeop
  1960. 0:03:44 load avg: 4.30 [374/398/1] test_select
  1961. 0:03:44 load avg: 4.30 [375/398/1] test_codecmaps_cn
  1962. 0:03:44 load avg: 4.30 [376/398/1] test_class
  1963. 0:03:44 load avg: 4.30 [377/398/1] test_tuple
  1964. 0:03:44 load avg: 4.30 [378/398/1] test_global
  1965. 0:03:45 load avg: 4.30 [379/398/1] test_pty
  1966. 0:03:45 load avg: 4.30 [380/398/1] test_cgitb
  1967. 0:03:45 load avg: 4.30 [381/398/1] test_property
  1968. 0:03:45 load avg: 4.30 [382/398/1] test_frame
  1969. 0:03:45 load avg: 4.30 [383/398/1] test_getargs2
  1970. 0:03:45 load avg: 4.30 [384/398/1] test_dbm_ndbm
  1971. 0:03:45 load avg: 4.30 [385/398/1] test_popen
  1972. 0:03:46 load avg: 4.30 [386/398/1] test_sched
  1973. 0:03:46 load avg: 4.30 [387/398/1] test_struct
  1974. 0:03:47 load avg: 4.30 [388/398/1] test_hashlib
  1975. 0:03:47 load avg: 4.30 [389/398/1] test_print
  1976. 0:03:47 load avg: 4.30 [390/398/1] test_colorsys
  1977. 0:03:47 load avg: 4.30 [391/398/1] test_codecencodings_tw
  1978. 0:03:47 load avg: 4.30 [392/398/1] test_unpack
  1979. 0:03:47 load avg: 4.30 [393/398/1] test_ioctl
  1980. 0:03:48 load avg: 4.30 [394/398/1] test_traceback
  1981. 0:03:51 load avg: 4.04 [395/398/1] test_email
  1982. 0:03:56 load avg: 3.88 [396/398/1] test_imaplib
  1983. 0:04:13 load avg: 3.02 [397/398/1] test_concurrent_futures
  1984. 0:04:20 load avg: 2.63 [398/398/1] test_multiprocessing_fork
  1985. 386 tests OK.
  1986. 1 test failed:
  1987. test_ssl
  1988. 11 tests skipped:
  1989. test_devpoll test_kqueue test_msilib test_ossaudiodev
  1990. test_startfile test_tix test_tk test_ttk_guionly test_winreg
  1991. test_winsound test_zipfile64
  1992. Re-running failed tests in verbose mode
  1993. Re-running test 'test_ssl' in verbose mode
  1994. test_ssl: testing with 'OpenSSL 1.1.0g 2 Nov 2017' (1, 1, 0, 7, 15)
  1995. under Linux ('debian', 'buster/sid', '')
  1996. HAS_SNI = True
  1997. OP_ALL = 0x80000054
  1998. OP_NO_TLSv1_1 = 0x10000000
  1999. test__create_stdlib_context (test.test_ssl.ContextTests) ... ok
  2000. test_cert_store_stats (test.test_ssl.ContextTests) ... ok
  2001. test_check_hostname (test.test_ssl.ContextTests) ... ok
  2002. test_ciphers (test.test_ssl.ContextTests) ... ok
  2003. test_constructor (test.test_ssl.ContextTests) ... ok
  2004. test_create_default_context (test.test_ssl.ContextTests) ... ok
  2005. test_get_ca_certs (test.test_ssl.ContextTests) ... ok
  2006. test_load_cert_chain (test.test_ssl.ContextTests) ... ok
  2007. test_load_default_certs (test.test_ssl.ContextTests) ... ok
  2008. test_load_default_certs_env (test.test_ssl.ContextTests) ... ok
  2009. test_load_default_certs_env_windows (test.test_ssl.ContextTests) ... skipped 'Windows specific'
  2010. test_load_dh_params (test.test_ssl.ContextTests) ... ok
  2011. test_load_verify_cadata (test.test_ssl.ContextTests) ... ok
  2012. test_load_verify_locations (test.test_ssl.ContextTests) ... ok
  2013. test_options (test.test_ssl.ContextTests) ... ok
  2014. test_protocol (test.test_ssl.ContextTests) ... ok
  2015. test_session_stats (test.test_ssl.ContextTests) ... ok
  2016. test_set_default_verify_paths (test.test_ssl.ContextTests) ... ok
  2017. test_set_ecdh_curve (test.test_ssl.ContextTests) ... ok
  2018. test_sni_callback (test.test_ssl.ContextTests) ... ok
  2019. test_sni_callback_refcycle (test.test_ssl.ContextTests) ... ok
  2020. test_verify_flags (test.test_ssl.ContextTests) ... ok
  2021. test_verify_mode (test.test_ssl.ContextTests) ... ok
  2022. test_DER_to_PEM (test.test_ssl.BasicSocketTests) ... ok
  2023. test_asn1object (test.test_ssl.BasicSocketTests) ... ok
  2024. test_cert_time_to_seconds (test.test_ssl.BasicSocketTests) ... ok
  2025. test_cert_time_to_seconds_locale (test.test_ssl.BasicSocketTests) ... skipped 'locale-specific month name needs to be different from C locale'
  2026. test_cert_time_to_seconds_timezone (test.test_ssl.BasicSocketTests) ... ok
  2027. test_constants (test.test_ssl.BasicSocketTests) ... ok
  2028. test_dealloc_warn (test.test_ssl.BasicSocketTests) ... ok
  2029. test_empty_cert (test.test_ssl.BasicSocketTests)
  2030. Wrapping with an empty cert file ... ok
  2031. test_enum_certificates (test.test_ssl.BasicSocketTests) ... skipped 'Windows specific'
  2032. test_enum_crls (test.test_ssl.BasicSocketTests) ... skipped 'Windows specific'
  2033. test_errors (test.test_ssl.BasicSocketTests) ... ok
  2034. test_get_default_verify_paths (test.test_ssl.BasicSocketTests) ... ok
  2035. test_malformed_cert (test.test_ssl.BasicSocketTests)
  2036. Wrapping with a badly formatted certificate (syntax error) ... ok
  2037. test_malformed_key (test.test_ssl.BasicSocketTests)
  2038. Wrapping with a badly formatted key (syntax error) ... ok
  2039. test_match_hostname (test.test_ssl.BasicSocketTests) ... ok
  2040. test_openssl_version (test.test_ssl.BasicSocketTests) ... ok
  2041. test_parse_all_sans (test.test_ssl.BasicSocketTests) ... ok
  2042. test_parse_cert (test.test_ssl.BasicSocketTests) ...
  2043. {'issuer': ((('countryName', 'XY'),),
  2044. (('localityName', 'Castle Anthrax'),),
  2045. (('organizationName', 'Python Software Foundation'),),
  2046. (('commonName', 'localhost'),)),
  2047. 'notAfter': 'Oct 5 23:01:56 2020 GMT',
  2048. 'notBefore': 'Oct 8 23:01:56 2010 GMT',
  2049. 'serialNumber': 'D7C7381919AFC24E',
  2050. 'subject': ((('countryName', 'XY'),),
  2051. (('localityName', 'Castle Anthrax'),),
  2052. (('organizationName', 'Python Software Foundation'),),
  2053. (('commonName', 'localhost'),)),
  2054. 'subjectAltName': (('DNS', 'localhost'),),
  2055. 'version': 3}
  2056. {'OCSP': ('http://ocsp.verisign.com',),
  2057. 'caIssuers': ('http://SVRIntl-G3-aia.verisign.com/SVRIntlG3.cer',),
  2058. 'crlDistributionPoints': ('http://SVRIntl-G3-crl.verisign.com/SVRIntlG3.crl',),
  2059. 'issuer': ((('countryName', 'US'),),
  2060. (('organizationName', 'VeriSign, Inc.'),),
  2061. (('organizationalUnitName', 'VeriSign Trust Network'),),
  2062. (('organizationalUnitName',
  2063. 'Terms of use at https://www.verisign.com/rpa (c)10'),),
  2064. (('commonName', 'VeriSign Class 3 International Server CA - G3'),)),
  2065. 'notAfter': 'Sep 20 23:59:59 2012 GMT',
  2066. 'notBefore': 'Sep 21 00:00:00 2011 GMT',
  2067. 'serialNumber': '2EE6EA7640A075CEE5005F4D7C79549A',
  2068. 'subject': ((('countryName', 'FI'),),
  2069. (('stateOrProvinceName', 'Espoo'),),
  2070. (('localityName', 'Espoo'),),
  2071. (('organizationName', 'Nokia'),),
  2072. (('organizationalUnitName', 'BI'),),
  2073. (('commonName', 'projects.developer.nokia.com'),)),
  2074. 'subjectAltName': (('DNS', 'projects.developer.nokia.com'),
  2075. ('DNS', 'projects.forum.nokia.com')),
  2076. 'version': 3}
  2077. ok
  2078. test_parse_cert_CVE_2013_4238 (test.test_ssl.BasicSocketTests) ...
  2079. {'issuer': ((('countryName', 'US'),),
  2080. (('stateOrProvinceName', 'Oregon'),),
  2081. (('localityName', 'Beaverton'),),
  2082. (('organizationName', 'Python Software Foundation'),),
  2083. (('organizationalUnitName', 'Python Core Development'),),
  2084. (('commonName', 'null.python.org\x00example.org'),),
  2085. (('emailAddress', 'python-dev@python.org'),)),
  2086. 'notAfter': 'Aug 7 13:12:52 2013 GMT',
  2087. 'notBefore': 'Aug 7 13:11:52 2013 GMT',
  2088. 'serialNumber': '00',
  2089. 'subject': ((('countryName', 'US'),),
  2090. (('stateOrProvinceName', 'Oregon'),),
  2091. (('localityName', 'Beaverton'),),
  2092. (('organizationName', 'Python Software Foundation'),),
  2093. (('organizationalUnitName', 'Python Core Development'),),
  2094. (('commonName', 'null.python.org\x00example.org'),),
  2095. (('emailAddress', 'python-dev@python.org'),)),
  2096. 'subjectAltName': (('DNS', 'altnull.python.org\x00example.com'),
  2097. ('email', 'null@python.org\x00user@example.org'),
  2098. ('URI', 'http://null.python.org\x00http://example.org'),
  2099. ('IP Address', '192.0.2.1'),
  2100. ('IP Address', '2001:DB8:0:0:0:0:0:1\n')),
  2101. 'version': 3}
  2102. ok
  2103. test_purpose_enum (test.test_ssl.BasicSocketTests) ... ok
  2104. test_random (test.test_ssl.BasicSocketTests) ...
  2105. RAND_status is 1 (sufficient randomness)
  2106. ok
  2107. test_random_fork (test.test_ssl.BasicSocketTests) ... ok
  2108. test_refcycle (test.test_ssl.BasicSocketTests) ... ok
  2109. test_server_side (test.test_ssl.BasicSocketTests) ... ok
  2110. test_str_for_enums (test.test_ssl.BasicSocketTests) ... ok
  2111. test_timeout (test.test_ssl.BasicSocketTests) ... ok
  2112. test_tls_unique_channel_binding (test.test_ssl.BasicSocketTests) ... ok
  2113. test_unknown_channel_binding (test.test_ssl.BasicSocketTests) ... ok
  2114. test_unsupported_dtls (test.test_ssl.BasicSocketTests) ... ok
  2115. test_wrapped_unconnected (test.test_ssl.BasicSocketTests) ... ok
  2116. test_lib_reason (test.test_ssl.SSLErrorTests) ... ok
  2117. test_str (test.test_ssl.SSLErrorTests) ... ok
  2118. test_subclass (test.test_ssl.SSLErrorTests) ... ok
  2119. test_buffer_types (test.test_ssl.MemoryBIOTests) ... ok
  2120. test_eof (test.test_ssl.MemoryBIOTests) ... ok
  2121. test_error_types (test.test_ssl.MemoryBIOTests) ... ok
  2122. test_pending (test.test_ssl.MemoryBIOTests) ... ok
  2123. test_read_write (test.test_ssl.MemoryBIOTests) ... ok
  2124. test_algorithms (test.test_ssl.NetworkedTests) ... skipped "Resource 'sha256.tbs-internet.com' is not available"
  2125. test_ciphers (test.test_ssl.NetworkedTests) ... ok
  2126. test_connect (test.test_ssl.NetworkedTests) ... ok
  2127. test_connect_cadata (test.test_ssl.NetworkedTests) ... ok
  2128. test_connect_capath (test.test_ssl.NetworkedTests) ... ok
  2129. test_connect_ex (test.test_ssl.NetworkedTests) ... ok
  2130. test_connect_ex_error (test.test_ssl.NetworkedTests) ... ok
  2131. test_connect_with_context (test.test_ssl.NetworkedTests) ... ok
  2132. test_context_setget (test.test_ssl.NetworkedTests) ... ok
  2133. test_get_ca_certs_capath (test.test_ssl.NetworkedTests) ... ok
  2134. test_get_server_certificate (test.test_ssl.NetworkedTests) ... [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:719)
  2135. Verified certificate for self-signed.pythontest.net:443 is
  2136. -----BEGIN CERTIFICATE-----
  2137. MIIClTCCAf6gAwIBAgIJAKGU95wKR8pTMA0GCSqGSIb3DQEBBQUAMHAxCzAJBgNV
  2138. BAYTAlhZMRcwFQYDVQQHDA5DYXN0bGUgQW50aHJheDEjMCEGA1UECgwaUHl0aG9u
  2139. IFNvZnR3YXJlIEZvdW5kYXRpb24xIzAhBgNVBAMMGnNlbGYtc2lnbmVkLnB5dGhv
  2140. bnRlc3QubmV0MB4XDTE0MTEwMjE4MDkyOVoXDTI0MTAzMDE4MDkyOVowcDELMAkG
  2141. A1UEBhMCWFkxFzAVBgNVBAcMDkNhc3RsZSBBbnRocmF4MSMwIQYDVQQKDBpQeXRo
  2142. b24gU29mdHdhcmUgRm91bmRhdGlvbjEjMCEGA1UEAwwac2VsZi1zaWduZWQucHl0
  2143. aG9udGVzdC5uZXQwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBANDXQXW9tjyZ
  2144. Xt0Iv2tLL1+jinr4wGg36ioLDLFkMf+2Y1GL0v0BnKYG4N1OKlAU15LXGeGer8vm
  2145. Sv/yIvmdrELvhAbbo3w4a9TMYQA4XkIVLdvu3mvNOAet+8PMJxn26dbDhG809ALv
  2146. EHY57lQsBS3G59RZyBPVqAqmImWNJnVzAgMBAAGjNzA1MCUGA1UdEQQeMByCGnNl
  2147. bGYtc2lnbmVkLnB5dGhvbnRlc3QubmV0MAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcN
  2148. AQEFBQADgYEAIuzAhgMouJpNdf3URCHIineyoSt6WK/9+eyUcjlKOrDoXNZaD72h
  2149. TXMeKYoWvJyVcSLKL8ckPtDobgP2OTt0UkyAaj0n+ZHaqq1lH2yVfGUA1ILJv515
  2150. C8BqbvVZuqm3i7ygmw3bqE/lYMgOrYtXXnqOrz6nvsE6Yc9V9rFflOM=
  2151. -----END CERTIFICATE-----
  2152. [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:719)
  2153. Verified certificate for ipv6.google.com:443 is
  2154. -----BEGIN CERTIFICATE-----
  2155. MIIIgjCCB2qgAwIBAgIIO25QodIIAGIwDQYJKoZIhvcNAQELBQAwVDELMAkGA1UE
  2156. BhMCVVMxHjAcBgNVBAoTFUdvb2dsZSBUcnVzdCBTZXJ2aWNlczElMCMGA1UEAxMc
  2157. R29vZ2xlIEludGVybmV0IEF1dGhvcml0eSBHMzAeFw0xOTAxMjkxNDU4MDBaFw0x
  2158. OTA0MjMxNDU4MDBaMGYxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApDYWxpZm9ybmlh
  2159. MRYwFAYDVQQHDA1Nb3VudGFpbiBWaWV3MRMwEQYDVQQKDApHb29nbGUgTExDMRUw
  2160. EwYDVQQDDAwqLmdvb2dsZS5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK
  2161. AoIBAQC+JIMFPqLN0oMK8YpH1Mzvb/8J/iRcuapF5qnT0WulDuWn1wL9V4qxQFLy
  2162. ERRgDRZw16Dj0rwvR2i0idAMgr/0eJSl3WPG0zFgACYRP/FzhrYnr6t6VvFImuDe
  2163. Wg8ZSZwkoYIMHLBIeZB9FUWqep67PTvhP7hAXSLmo2izoB5cGSwfAe9QGRr1oGHG
  2164. sniZF1z8vx4NFudQBrR7zyGOULaKRZrskm4CFfXcqbquzHEJWVyvNJduJraoIEk0
  2165. 7+0GggB2Xc1puaFk1X5K5kgmnk5spZFWlppJLh3Gg0GOER8LRodfdMrcJzSC1W9B
  2166. hBf2pEgMHHQ4mmcFat4J/gXnC3BDAgMBAAGjggVEMIIFQDATBgNVHSUEDDAKBggr
  2167. BgEFBQcDATCCBBkGA1UdEQSCBBAwggQMggwqLmdvb2dsZS5jb22CDSouYW5kcm9p
  2168. ZC5jb22CFiouYXBwZW5naW5lLmdvb2dsZS5jb22CEiouY2xvdWQuZ29vZ2xlLmNv
  2169. bYIGKi5nLmNvgg4qLmdjcC5ndnQyLmNvbYIKKi5nZ3BodC5jboIWKi5nb29nbGUt
  2170. YW5hbHl0aWNzLmNvbYILKi5nb29nbGUuY2GCCyouZ29vZ2xlLmNsgg4qLmdvb2ds
  2171. ZS5jby5pboIOKi5nb29nbGUuY28uanCCDiouZ29vZ2xlLmNvLnVrgg8qLmdvb2ds
  2172. ZS5jb20uYXKCDyouZ29vZ2xlLmNvbS5hdYIPKi5nb29nbGUuY29tLmJygg8qLmdv
  2173. b2dsZS5jb20uY2+CDyouZ29vZ2xlLmNvbS5teIIPKi5nb29nbGUuY29tLnRygg8q
  2174. Lmdvb2dsZS5jb20udm6CCyouZ29vZ2xlLmRlggsqLmdvb2dsZS5lc4ILKi5nb29n
  2175. bGUuZnKCCyouZ29vZ2xlLmh1ggsqLmdvb2dsZS5pdIILKi5nb29nbGUubmyCCyou
  2176. Z29vZ2xlLnBsggsqLmdvb2dsZS5wdIISKi5nb29nbGVhZGFwaXMuY29tgg8qLmdv
  2177. b2dsZWFwaXMuY26CFCouZ29vZ2xlY29tbWVyY2UuY29tghEqLmdvb2dsZXZpZGVv
  2178. LmNvbYIMKi5nc3RhdGljLmNugg0qLmdzdGF0aWMuY29tghIqLmdzdGF0aWNjbmFw
  2179. cHMuY26CCiouZ3Z0MS5jb22CCiouZ3Z0Mi5jb22CFCoubWV0cmljLmdzdGF0aWMu
  2180. Y29tggwqLnVyY2hpbi5jb22CECoudXJsLmdvb2dsZS5jb22CFioueW91dHViZS1u
  2181. b2Nvb2tpZS5jb22CDSoueW91dHViZS5jb22CFioueW91dHViZWVkdWNhdGlvbi5j
  2182. b22CESoueW91dHViZWtpZHMuY29tggcqLnl0LmJlggsqLnl0aW1nLmNvbYIaYW5k
  2183. cm9pZC5jbGllbnRzLmdvb2dsZS5jb22CC2FuZHJvaWQuY29tghtkZXZlbG9wZXIu
  2184. YW5kcm9pZC5nb29nbGUuY26CHGRldmVsb3BlcnMuYW5kcm9pZC5nb29nbGUuY26C
  2185. BGcuY2+CCGdncGh0LmNuggZnb28uZ2yCFGdvb2dsZS1hbmFseXRpY3MuY29tggpn
  2186. b29nbGUuY29tghJnb29nbGVjb21tZXJjZS5jb22CGHNvdXJjZS5hbmRyb2lkLmdv
  2187. b2dsZS5jboIKdXJjaGluLmNvbYIKd3d3Lmdvby5nbIIIeW91dHUuYmWCC3lvdXR1
  2188. YmUuY29tghR5b3V0dWJlZWR1Y2F0aW9uLmNvbYIPeW91dHViZWtpZHMuY29tggV5
  2189. dC5iZTBoBggrBgEFBQcBAQRcMFowLQYIKwYBBQUHMAKGIWh0dHA6Ly9wa2kuZ29v
  2190. Zy9nc3IyL0dUU0dJQUczLmNydDApBggrBgEFBQcwAYYdaHR0cDovL29jc3AucGtp
  2191. Lmdvb2cvR1RTR0lBRzMwHQYDVR0OBBYEFLv0FYDs8E72WFqxSUyCEkj5+347MAwG
  2192. A1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAUd8K4UJpndnaxLcKG0IOgfqZ+ukswIQYD
  2193. VR0gBBowGDAMBgorBgEEAdZ5AgUDMAgGBmeBDAECAjAxBgNVHR8EKjAoMCagJKAi
  2194. hiBodHRwOi8vY3JsLnBraS5nb29nL0dUU0dJQUczLmNybDANBgkqhkiG9w0BAQsF
  2195. AAOCAQEAKTqBe66Omg0lSU5I7CZmihbGJLQ7Ur6RMGKMPjrHuvnxIYJpiF+UeR92
  2196. o8UFUSIKzT2JhsMKnYXqfKJF+lWbqpPGl3hup7O9Z7wHVg+F1YiLXXUpKxpdZaqB
  2197. iqDlDMcrxsC37ILZa+u4+5oeAZCqNsutYh6jsvPyp/EyJa+Bo2Q7QdOOT6r1HJsr
  2198. 6aJOc1PnriMfVWl5v+exEe5fx5m+1uNORWrNBepyUyp6oBRZIJtuqdLxHU52nYc5
  2199. Ey6mQbQa5kFBZGSdAY7q3rb3+lvmhCdRSEqQmjJkxIHAcf46XN98gxf+2mp/rwXV
  2200. W8yNRCttwlen3ZJeChHRpoigd1IeAQ==
  2201. -----END CERTIFICATE-----
  2202. ok
  2203. test_makefile_close (test.test_ssl.NetworkedTests) ... ok
  2204. test_non_blocking_connect_ex (test.test_ssl.NetworkedTests) ... ok
  2205. test_non_blocking_handshake (test.test_ssl.NetworkedTests) ...
  2206. Needed 3 calls to do_handshake() to establish session.
  2207. ok
  2208. test_timeout_connect_ex (test.test_ssl.NetworkedTests) ... ok
  2209. test_handshake (test.test_ssl.NetworkedBIOTests) ... Needed 3 calls to complete do_handshake().
  2210. ok
  2211. test_read_write_data (test.test_ssl.NetworkedBIOTests) ... Needed 3 calls to complete do_handshake().
  2212. Needed 1 calls to complete write().
  2213. Needed 2 calls to complete read().
  2214. Needed 1 calls to complete unwrap().
  2215. ok
  2216. test_alpn_protocols (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 48358)
  2217. server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256)
  2218. server: selected protocol is now None
  2219. client: sending b'FOO\n'...
  2220. client: read b'foo\n'
  2221. client: sending b'FOO\n'...
  2222. client: read b'foo\n'
  2223. client: sending b'FOO\n'...
  2224. client: read b'foo\n'
  2225. client: closing connection.
  2226. server: new connection from ('127.0.0.1', 60834)
  2227. server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256)
  2228. server: selected protocol is now None
  2229. client: sending b'FOO\n'...
  2230. client: read b'foo\n'
  2231. client: sending b'FOO\n'...
  2232. client: read b'foo\n'
  2233. client: sending b'FOO\n'...
  2234. client: read b'foo\n'
  2235. client: closing connection.
  2236. server: new connection from ('127.0.0.1', 33030)
  2237. server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256)
  2238. client: sending b'FOO\n'...
  2239. server: selected protocol is now None
  2240. client: read b'foo\n'
  2241. client: sending b'FOO\n'...
  2242. client: read b'foo\n'
  2243. client: sending b'FOO\n'...
  2244. client: read b'foo\n'
  2245. client: closing connection.
  2246. server: new connection from ('127.0.0.1', 37454)
  2247. server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256)
  2248. client: sending b'FOO\n'...
  2249. server: selected protocol is now None
  2250. client: read b'foo\n'
  2251. client: sending b'FOO\n'...
  2252. client: read b'foo\n'
  2253. client: sending b'FOO\n'...
  2254. client: read b'foo\n'
  2255. client: closing connection.
  2256. FAIL
  2257. test_asyncore_server (test.test_ssl.ThreadedTests)
  2258. Check the example asyncore integration. ...
  2259. server: new connection from 127.0.0.1:56782
  2260. client: sending b'FOO\n'...
  2261. server: read b'FOO\n' from client
  2262. client: read b'foo\n'
  2263. client: closing connection.
  2264. server: read b'over\n' from client
  2265. client: connection closed.
  2266. cleanup: stopping server.
  2267. cleanup: joining server thread.
  2268. server: closed connection <ssl.SSLSocket [closed] fd=-1, family=AddressFamily.AF_INET, type=2049, proto=0>
  2269. server: read b'' from client
  2270. cleanup: successfully joined.
  2271. ok
  2272. test_check_hostname (test.test_ssl.ThreadedTests) ...
  2273. server: new connection from ('127.0.0.1', 35364)
  2274. server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256)
  2275. server: selected protocol is now None
  2276. server: new connection from ('127.0.0.1', 42970)
  2277. server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256)
  2278. server: selected protocol is now None
  2279. ok
  2280. test_compression (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 53170)
  2281. server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256)
  2282. client: sending b'FOO\n'...
  2283. server: selected protocol is now None
  2284. client: read b'foo\n'
  2285. client: sending b'FOO\n'...
  2286. client: read b'foo\n'
  2287. client: sending b'FOO\n'...
  2288. client: read b'foo\n'
  2289. client: closing connection.
  2290. got compression: None
  2291. ok
  2292. test_compression_disabled (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 55910)
  2293. server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256)
  2294. client: sending b'FOO\n'...
  2295. server: selected protocol is now None
  2296. client: read b'foo\n'
  2297. client: sending b'FOO\n'...
  2298. client: read b'foo\n'
  2299. client: sending b'FOO\n'...
  2300. client: read b'foo\n'
  2301. client: closing connection.
  2302. ok
  2303. test_crl_check (test.test_ssl.ThreadedTests) ...
  2304. server: new connection from ('127.0.0.1', 45362)
  2305. server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256)
  2306. server: selected protocol is now None
  2307. server: new connection from ('127.0.0.1', 53570)
  2308. server: bad connection attempt from ('127.0.0.1', 53570):
  2309. Traceback (most recent call last):
  2310. File "/home/m/Python-3.5.6/Lib/test/test_ssl.py", line 1849, in wrap_conn
  2311. self.sock, server_side=True)
  2312. File "/home/m/Python-3.5.6/Lib/ssl.py", line 385, in wrap_socket
  2313. _context=self)
  2314. File "/home/m/Python-3.5.6/Lib/ssl.py", line 760, in __init__
  2315. self.do_handshake()
  2316. File "/home/m/Python-3.5.6/Lib/ssl.py", line 996, in do_handshake
  2317. self._sslobj.do_handshake()
  2318. File "/home/m/Python-3.5.6/Lib/ssl.py", line 641, in do_handshake
  2319. self._sslobj.do_handshake()
  2320. ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:719)
  2321. server: new connection from ('127.0.0.1', 37466)
  2322. server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256)
  2323. server: selected protocol is now None
  2324. ok
  2325. test_default_ciphers (test.test_ssl.ThreadedTests) ... skipped 'no DES cipher available'
  2326. test_default_ecdh_curve (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 41616)
  2327. server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256)
  2328. server: selected protocol is now None
  2329. ok
  2330. test_dh_params (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 33296)
  2331. server: connection cipher is now ('DHE-RSA-AES256-SHA', 'SSLv3', 256)
  2332. server: selected protocol is now None
  2333. client: sending b'FOO\n'...
  2334. client: read b'foo\n'
  2335. client: sending b'FOO\n'...
  2336. client: read b'foo\n'
  2337. client: sending b'FOO\n'...
  2338. client: read b'foo\n'
  2339. client: closing connection.
  2340. ok
  2341. test_do_handshake_enotconn (test.test_ssl.ThreadedTests) ... ok
  2342. test_echo (test.test_ssl.ThreadedTests)
  2343. Basic test of an SSL client connecting to a server ...
  2344. server: new connection from ('127.0.0.1', 55542)
  2345. server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256)
  2346. server: selected protocol is now None
  2347. client: sending b'FOO\n'...
  2348. client: read b'foo\n'
  2349. client: sending b'FOO\n'...
  2350. client: read b'foo\n'
  2351. client: sending b'FOO\n'...
  2352. client: read b'foo\n'
  2353. client: closing connection.
  2354. server: new connection from ('127.0.0.1', 51056)
  2355. server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256)
  2356. client: sending b'FOO\n'...
  2357. server: selected protocol is now None
  2358. client: read b'foo\n'
  2359. client: sending b'FOO\n'...
  2360. client: read b'foo\n'
  2361. client: sending b'FOO\n'...
  2362. client: read b'foo\n'
  2363. client: closing connection.
  2364. server: new connection from ('127.0.0.1', 39080)
  2365. server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256)
  2366. server: selected protocol is now None
  2367. client: sending b'FOO\n'...
  2368. client: read b'foo\n'
  2369. client: sending b'FOO\n'...
  2370. client: read b'foo\n'
  2371. client: sending b'FOO\n'...
  2372. client: read b'foo\n'
  2373. client: closing connection.
  2374. server: new connection from ('127.0.0.1', 34970)
  2375. server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256)
  2376. client: sending b'FOO\n'...
  2377. server: selected protocol is now None
  2378. client: read b'foo\n'
  2379. client: sending b'FOO\n'...
  2380. client: read b'foo\n'
  2381. client: sending b'FOO\n'...
  2382. client: read b'foo\n'
  2383. client: closing connection.
  2384. ok
  2385. test_getpeercert (test.test_ssl.ThreadedTests) ...
  2386. {'issuer': ((('countryName', 'XY'),),
  2387. (('localityName', 'Castle Anthrax'),),
  2388. (('organizationName', 'Python Software Foundation'),),
  2389. (('commonName', 'localhost'),)),
  2390. 'notAfter': 'Oct 5 23:01:56 2020 GMT',
  2391. 'notBefore': 'Oct 8 23:01:56 2010 GMT',
  2392. 'serialNumber': 'D7C7381919AFC24E',
  2393. 'subject': ((('countryName', 'XY'),),
  2394. (('localityName', 'Castle Anthrax'),),
  2395. (('organizationName', 'Python Software Foundation'),),
  2396. (('commonName', 'localhost'),)),
  2397. 'subjectAltName': (('DNS', 'localhost'),),
  2398. 'version': 3}
  2399. Connection cipher is ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256).
  2400. ok
  2401. test_getpeercert_enotconn (test.test_ssl.ThreadedTests) ... ok
  2402. test_handshake_timeout (test.test_ssl.ThreadedTests) ... ok
  2403. test_nonblocking_send (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 35406)
  2404. server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256)
  2405. server: selected protocol is now None
  2406. Test server failure:
  2407. Traceback (most recent call last):
  2408. File "/home/m/Python-3.5.6/Lib/test/test_ssl.py", line 1946, in run
  2409. self.write(msg.lower())
  2410. File "/home/m/Python-3.5.6/Lib/test/test_ssl.py", line 1891, in write
  2411. return self.sslconn.write(bytes)
  2412. File "/home/m/Python-3.5.6/Lib/ssl.py", line 816, in write
  2413. return self._sslobj.write(data)
  2414. File "/home/m/Python-3.5.6/Lib/ssl.py", line 594, in write
  2415. return self._sslobj.write(data)
  2416. ConnectionResetError: [Errno 104] Connection reset by peer
  2417. ok
  2418. test_npn_protocols (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 57872)
  2419. server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256)
  2420. client: sending b'FOO\n'...
  2421. server: selected protocol is now http/1.1
  2422. client: read b'foo\n'
  2423. client: sending b'FOO\n'...
  2424. client: read b'foo\n'
  2425. client: sending b'FOO\n'...
  2426. client: read b'foo\n'
  2427. client: closing connection.
  2428. server: new connection from ('127.0.0.1', 49394)
  2429. server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256)
  2430. client: sending b'FOO\n'...
  2431. server: selected protocol is now http/1.1
  2432. client: read b'foo\n'
  2433. client: sending b'FOO\n'...
  2434. client: read b'foo\n'
  2435. client: sending b'FOO\n'...
  2436. client: read b'foo\n'
  2437. client: closing connection.
  2438. server: new connection from ('127.0.0.1', 56892)
  2439. server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256)
  2440. client: sending b'FOO\n'...
  2441. server: selected protocol is now spdy/2
  2442. client: read b'foo\n'
  2443. client: sending b'FOO\n'...
  2444. client: read b'foo\n'
  2445. client: sending b'FOO\n'...
  2446. client: read b'foo\n'
  2447. client: closing connection.
  2448. server: new connection from ('127.0.0.1', 54536)
  2449. server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256)
  2450. client: sending b'FOO\n'...
  2451. server: selected protocol is now abc
  2452. client: read b'foo\n'
  2453. client: sending b'FOO\n'...
  2454. client: read b'foo\n'
  2455. client: sending b'FOO\n'...
  2456. client: read b'foo\n'
  2457. client: closing connection.
  2458. ok
  2459. test_protocol_sslv2 (test.test_ssl.ThreadedTests)
  2460. Connecting to an SSLv2 server with various client options ... skipped 'OpenSSL is compiled without SSLv2 support'
  2461. test_protocol_sslv23 (test.test_ssl.ThreadedTests)
  2462. Connecting to an SSLv23 server with various client options ...
  2463. PROTOCOL_TLS->PROTOCOL_TLS CERT_NONE
  2464. PROTOCOL_TLSv1->PROTOCOL_TLS CERT_NONE
  2465. PROTOCOL_TLS->PROTOCOL_TLS CERT_OPTIONAL
  2466. PROTOCOL_TLSv1->PROTOCOL_TLS CERT_OPTIONAL
  2467. PROTOCOL_TLS->PROTOCOL_TLS CERT_REQUIRED
  2468. PROTOCOL_TLSv1->PROTOCOL_TLS CERT_REQUIRED
  2469. PROTOCOL_TLS->PROTOCOL_TLS CERT_NONE
  2470. {PROTOCOL_TLSv1->PROTOCOL_TLS} CERT_NONE
  2471. ok
  2472. test_protocol_sslv3 (test.test_ssl.ThreadedTests)
  2473. Connecting to an SSLv3 server with various client options ... skipped 'OpenSSL is compiled without SSLv3 support'
  2474. test_protocol_tlsv1 (test.test_ssl.ThreadedTests)
  2475. Connecting to a TLSv1 server with various client options ...
  2476. PROTOCOL_TLSv1->PROTOCOL_TLSv1 CERT_NONE
  2477. PROTOCOL_TLSv1->PROTOCOL_TLSv1 CERT_OPTIONAL
  2478. PROTOCOL_TLSv1->PROTOCOL_TLSv1 CERT_REQUIRED
  2479. {PROTOCOL_TLS->PROTOCOL_TLSv1} CERT_NONE
  2480. ok
  2481. test_protocol_tlsv1_1 (test.test_ssl.ThreadedTests)
  2482. Connecting to a TLSv1.1 server with various client options. ...
  2483. PROTOCOL_TLSv1_1->PROTOCOL_TLSv1_1 CERT_NONE
  2484. {PROTOCOL_TLS->PROTOCOL_TLSv1_1} CERT_NONE
  2485. PROTOCOL_TLSv1_1->PROTOCOL_TLS CERT_NONE
  2486. {PROTOCOL_TLSv1->PROTOCOL_TLSv1_1} CERT_NONE
  2487. {PROTOCOL_TLSv1_1->PROTOCOL_TLSv1} CERT_NONE
  2488. ok
  2489. test_protocol_tlsv1_2 (test.test_ssl.ThreadedTests)
  2490. Connecting to a TLSv1.2 server with various client options. ...
  2491. PROTOCOL_TLSv1_2->PROTOCOL_TLSv1_2 CERT_NONE
  2492. {PROTOCOL_TLS->PROTOCOL_TLSv1_2} CERT_NONE
  2493. PROTOCOL_TLSv1_2->PROTOCOL_TLS CERT_NONE
  2494. {PROTOCOL_TLSv1->PROTOCOL_TLSv1_2} CERT_NONE
  2495. {PROTOCOL_TLSv1_2->PROTOCOL_TLSv1} CERT_NONE
  2496. {PROTOCOL_TLSv1_1->PROTOCOL_TLSv1_2} CERT_NONE
  2497. {PROTOCOL_TLSv1_2->PROTOCOL_TLSv1_1} CERT_NONE
  2498. ok
  2499. test_read_write_after_close_raises_valuerror (test.test_ssl.ThreadedTests) ... ok
  2500. test_recv_send (test.test_ssl.ThreadedTests)
  2501. Test recv(), send() and friends. ...
  2502. server: new connection from ('127.0.0.1', 33352)
  2503. server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256)
  2504. server: selected protocol is now None
  2505. ok
  2506. test_recv_zero (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 46514)
  2507. server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256)
  2508. server: selected protocol is now None
  2509. ok
  2510. test_rude_shutdown (test.test_ssl.ThreadedTests)
  2511. A brutal shutdown of an SSL server should raise an OSError ... ok
  2512. test_selected_alpn_protocol (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 52016)
  2513. server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256)
  2514. server: selected protocol is now None
  2515. client: sending b'FOO\n'...
  2516. client: read b'foo\n'
  2517. client: sending b'FOO\n'...
  2518. client: read b'foo\n'
  2519. client: sending b'FOO\n'...
  2520. client: read b'foo\n'
  2521. client: closing connection.
  2522. ok
  2523. test_selected_alpn_protocol_if_server_uses_alpn (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 47860)
  2524. server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256)
  2525. server: selected protocol is now None
  2526. client: sending b'FOO\n'...
  2527. client: read b'foo\n'
  2528. client: sending b'FOO\n'...
  2529. client: read b'foo\n'
  2530. client: sending b'FOO\n'...
  2531. client: read b'foo\n'
  2532. client: closing connection.
  2533. ok
  2534. test_selected_npn_protocol (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 50884)
  2535. server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256)
  2536. client: sending b'FOO\n'...
  2537. server: selected protocol is now None
  2538. client: read b'foo\n'
  2539. client: sending b'FOO\n'...
  2540. client: read b'foo\n'
  2541. client: sending b'FOO\n'...
  2542. client: read b'foo\n'
  2543. client: closing connection.
  2544. ok
  2545. test_sendfile (test.test_ssl.ThreadedTests) ... ok
  2546. test_server_accept (test.test_ssl.ThreadedTests) ... ok
  2547. test_shared_ciphers (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 38624)
  2548. server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256)
  2549. server: selected protocol is now None
  2550. ok
  2551. test_sni_callback (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 59416)
  2552. server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256)
  2553. server: selected protocol is now None
  2554. server: new connection from ('127.0.0.1', 41122)
  2555. server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256)
  2556. server: selected protocol is now None
  2557. server: new connection from ('127.0.0.1', 45224)
  2558. server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256)
  2559. server: selected protocol is now None
  2560. ok
  2561. test_sni_callback_alert (test.test_ssl.ThreadedTests) ... ok
  2562. test_sni_callback_raising (test.test_ssl.ThreadedTests) ... ok
  2563. test_sni_callback_wrong_return_type (test.test_ssl.ThreadedTests) ... ok
  2564. test_socketserver (test.test_ssl.ThreadedTests)
  2565. Using socketserver to create and manage SSL connections. ...
  2566. server (('127.0.0.1', 43571):43571 ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256)):
  2567. [17/Feb/2019 22:48:50] "GET /keycert.pem HTTP/1.1" 200 -
  2568. client: read 1783 bytes from remote server '<HTTPSServerThread <HTTPSServer localhost:43571>>'
  2569. stopping HTTPS server
  2570. joining HTTPS thread
  2571. ok
  2572. test_starttls (test.test_ssl.ThreadedTests)
  2573. Switching from clear text to encrypted and back again. ...
  2574. client: sending b'msg 1'...
  2575. server: new connection from ('127.0.0.1', 57534)
  2576. server: read b'msg 1' (unencrypted), sending back b'msg 1' (unencrypted)...
  2577. client: read b'msg 1' from server
  2578. client: sending b'MSG 2'...
  2579. server: read b'MSG 2' (unencrypted), sending back b'msg 2' (unencrypted)...
  2580. client: read b'msg 2' from server
  2581. client: sending b'STARTTLS'...
  2582. server: read STARTTLS from client, sending OK...
  2583. client: read b'ok' from server, starting TLS...
  2584. server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256)
  2585. client: sending b'MSG 3'...
  2586. server: selected protocol is now None
  2587. server: read b'MSG 3' (encrypted), sending back b'msg 3' (encrypted)...
  2588. client: read b'msg 3' from server
  2589. client: sending b'msg 4'...
  2590. server: read b'msg 4' (encrypted), sending back b'msg 4' (encrypted)...
  2591. client: read b'msg 4' from server
  2592. client: sending b'ENDTLS'...
  2593. server: read ENDTLS from client, sending OK...
  2594. client: read b'ok' from server, ending TLS...
  2595. server: connection is now unencrypted...
  2596. client: sending b'msg 5'...
  2597. server: read b'msg 5' (unencrypted), sending back b'msg 5' (unencrypted)...
  2598. client: read b'msg 5' from server
  2599. client: sending b'msg 6'...
  2600. server: read b'msg 6' (unencrypted), sending back b'msg 6' (unencrypted)...
  2601. client: read b'msg 6' from server
  2602. client: closing connection.
  2603. server: client closed connection
  2604. ok
  2605. test_tls_unique_channel_binding (test.test_ssl.ThreadedTests)
  2606. Test tls-unique channel binding. ...
  2607. server: new connection from ('127.0.0.1', 45814)
  2608. server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256)
  2609. got channel binding data: b'\xb5\x11\x15%\x86o\x10\xa1\xcbr\x8c\x07'
  2610. server: selected protocol is now None
  2611. server: new connection from ('127.0.0.1', 45816)
  2612. server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256)
  2613. server: selected protocol is now None
  2614. got another channel binding data: b'?5\x92Q4n5i\x1fvFd'
  2615. ok
  2616. test_version_basic (test.test_ssl.ThreadedTests) ... ok
  2617. test_wrong_cert (test.test_ssl.ThreadedTests)
  2618. Connecting when the server rejects the client's certificate ...
  2619. SSLError is SSLError(1, '[SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:719)')
  2620. ok
  2621. ======================================================================
  2622. FAIL: test_alpn_protocols (test.test_ssl.ThreadedTests)
  2623. ----------------------------------------------------------------------
  2624. Traceback (most recent call last):
  2625. File "/home/m/Python-3.5.6/Lib/test/test_ssl.py", line 3183, in test_alpn_protocols
  2626. self.assertIsInstance(stats, ssl.SSLError)
  2627. AssertionError: {'server_shared_ciphers': [[('ECDHE-ECDSA-AES256-GCM-SHA384', 'TLSv1.2', 256), ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256), ('ECDHE-ECDSA-AES128-GCM-SHA256', 'TLSv1.2', 128), ('ECDHE-RSA-AES128-GCM-SHA256', 'TLSv1.2', 128), ('ECDHE-ECDSA-CHACHA20-POLY1305', 'TLSv1.2', 256), ('ECDHE-RSA-CHACHA20-POLY1305', 'TLSv1.2', 256), ('DHE-DSS-AES256-GCM-SHA384', 'TLSv1.2', 256), ('DHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256), ('DHE-DSS-AES128-GCM-SHA256', 'TLSv1.2', 128), ('DHE-RSA-AES128-GCM-SHA256', 'TLSv1.2', 128), ('DHE-RSA-CHACHA20-POLY1305', 'TLSv1.2', 256), ('ECDHE-ECDSA-AES256-CCM8', 'TLSv1.2', 256), ('ECDHE-ECDSA-AES256-CCM', 'TLSv1.2', 256), ('ECDHE-ECDSA-AES256-SHA384', 'TLSv1.2', 256), ('ECDHE-RSA-AES256-SHA384', 'TLSv1.2', 256), ('ECDHE-ECDSA-AES256-SHA', 'TLSv1.0', 256), ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256), ('DHE-RSA-AES256-CCM8', 'TLSv1.2', 256), ('DHE-RSA-AES256-CCM', 'TLSv1.2', 256), ('DHE-RSA-AES256-SHA256', 'TLSv1.2', 256), ('DHE-DSS-AES256-SHA256', 'TLSv1.2', 256), ('DHE-RSA-AES256-SHA', 'SSLv3', 256), ('DHE-DSS-AES256-SHA', 'SSLv3', 256), ('ECDHE-ECDSA-AES128-CCM8', 'TLSv1.2', 128), ('ECDHE-ECDSA-AES128-CCM', 'TLSv1.2', 128), ('ECDHE-ECDSA-AES128-SHA256', 'TLSv1.2', 128), ('ECDHE-RSA-AES128-SHA256', 'TLSv1.2', 128), ('ECDHE-ECDSA-AES128-SHA', 'TLSv1.0', 128), ('ECDHE-RSA-AES128-SHA', 'TLSv1.0', 128), ('DHE-RSA-AES128-CCM8', 'TLSv1.2', 128), ('DHE-RSA-AES128-CCM', 'TLSv1.2', 128), ('DHE-RSA-AES128-SHA256', 'TLSv1.2', 128), ('DHE-DSS-AES128-SHA256', 'TLSv1.2', 128), ('DHE-RSA-AES128-SHA', 'SSLv3', 128), ('DHE-DSS-AES128-SHA', 'SSLv3', 128), ('ECDHE-ECDSA-CAMELLIA256-SHA384', 'TLSv1.2', 256), ('ECDHE-RSA-CAMELLIA256-SHA384', 'TLSv1.2', 256), ('ECDHE-ECDSA-CAMELLIA128-SHA256', 'TLSv1.2', 128), ('ECDHE-RSA-CAMELLIA128-SHA256', 'TLSv1.2', 128), ('DHE-RSA-CAMELLIA256-SHA256', 'TLSv1.2', 256), ('DHE-DSS-CAMELLIA256-SHA256', 'TLSv1.2', 256), ('DHE-RSA-CAMELLIA128-SHA256', 'TLSv1.2', 128), ('DHE-DSS-CAMELLIA128-SHA256', 'TLSv1.2', 128), ('DHE-RSA-CAMELLIA256-SHA', 'SSLv3', 256), ('DHE-DSS-CAMELLIA256-SHA', 'SSLv3', 256), ('DHE-RSA-CAMELLIA128-SHA', 'SSLv3', 128), ('DHE-DSS-CAMELLIA128-SHA', 'SSLv3', 128), ('AES256-GCM-SHA384', 'TLSv1.2', 256), ('AES128-GCM-SHA256', 'TLSv1.2', 128), ('AES256-CCM8', 'TLSv1.2', 256), ('AES256-CCM', 'TLSv1.2', 256), ('AES128-CCM8', 'TLSv1.2', 128), ('AES128-CCM', 'TLSv1.2', 128), ('AES256-SHA256', 'TLSv1.2', 256), ('AES128-SHA256', 'TLSv1.2', 128), ('AES256-SHA', 'SSLv3', 256), ('AES128-SHA', 'SSLv3', 128), ('CAMELLIA256-SHA256', 'TLSv1.2', 256), ('CAMELLIA128-SHA256', 'TLSv1.2', 128), ('CAMELLIA256-SHA', 'SSLv3', 256), ('CAMELLIA128-SHA', 'SSLv3', 128)]], 'server_npn_protocols': [None], 'version': 'TLSv1.2', 'client_alpn_protocol': None, 'peercert': {}, 'server_alpn_protocols': [None], 'client_npn_protocol': None, 'compression': None, 'cipher': ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256)} is not an instance of <class 'ssl.SSLError'>
  2628. ----------------------------------------------------------------------
  2629. Ran 119 tests in 11.573s
  2630. FAILED (failures=1, skipped=8)
  2631. test test_ssl failed
  2632. 1 test failed again:
  2633. test_ssl
  2634. Tests result: FAILURE
  2635. Makefile:1002: recipe for target 'test' failed
  2636. make: *** [test] Error 2
  2637. m@m-X555LJ:~/Python-3.5.6$
  2638.