Advertisement
Guest User

python build.log

a guest
Sep 16th, 2021
3,321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 204.32 KB | None | 0 0
  1.  * Package: dev-lang/python-3.10.0_rc2
  2.  * Repository: gentoo
  3.  * Maintainer: python@gentoo.org
  4.  * USE: abi_x86_64 amd64 elibc_glibc gdbm kernel_linux ncurses readline sqlite ssl userland_GNU xml
  5.  * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox
  6. >>> Unpacking source...
  7. >>> Unpacking Python-3.10.0rc2.tar.xz to /var/tmp/portage/dev-lang/python-3.10.0_rc2/work
  8. >>> Unpacking python-gentoo-patches-3.10.0rc2.tar.xz to /var/tmp/portage/dev-lang/python-3.10.0_rc2/work
  9. >>> Source unpacked in /var/tmp/portage/dev-lang/python-3.10.0_rc2/work
  10. >>> Preparing source in /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 ...
  11. * Applying patches from /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/python-gentoo-patches-3.10.0rc2 ...
  12. * 0001-Disable-modules-and-SSL.patch ...
  13.  [ ok ]
  14. * 0002-Override-libdir.patch ...
  15.  [ ok ]
  16. * 0003-setup.py-exit-with-non-zero-status-on-failure.patch ...
  17.  [ ok ]
  18. * 0004-Improve-distutils-C-support.patch ...
  19.  [ ok ]
  20. * 0005-Disable-nis.patch ...
  21.  [ ok ]
  22. * 0006-distutils-make-OO-enable-both-opt-1-and-opt-2-optimi.patch ...
  23.  [ ok ]
  24. * 0007-Install-shared-libs-in-LIBDEST.patch ...
  25.  [ ok ]
  26. * 0008-Blacklist-test_pickletools-from-__all__-test-as-it-i.patch ...
  27.  [ ok ]
  28. * 0009-Skip-RDS-socket-tests-that-hang-frequently.patch ...
  29.  [ ok ]
  30. * 0010-ssl-Hard-disable-SSLv3-to-avoid-automagic-deps.patch ...
  31.  [ ok ]
  32. * 0011-Fix-dictionary-iteration-error-in-_ExecutorManagerTh.patch ...
  33.  [ ok ]
  34. * Running eautoreconf in '/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2' ...
  35. * Running 'aclocal' ...
  36.  [ ok ]
  37. * Running 'autoconf --force' ...
  38.  [ ok ]
  39. * Running 'autoheader' ...
  40.  [ ok ]
  41. * Running elibtoolize in: Python-3.10.0rc2/
  42. >>> Source prepared.
  43. >>> Configuring source in /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 ...
  44. * Disabled modules: _tkinter
  45. * econf: updating Python-3.10.0rc2/config.guess with /usr/share/gnuconfig/config.guess
  46. * econf: updating Python-3.10.0rc2/config.sub with /usr/share/gnuconfig/config.sub
  47. ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --docdir=/usr/share/doc/python-3.10.0_rc2 --htmldir=/usr/share/doc/python-3.10.0_rc2/html --libdir=/usr/lib64 ac_cv_header_stropts_h=no --enable-shared --without-static-libpython --enable-ipv6 --infodir=${prefix}/share/info --mandir=${prefix}/share/man --with-computed-gotos --with-dbmliborder=gdbm --with-libc= --enable-loadable-sqlite-extensions --without-ensurepip --with-system-expat --with-system-ffi
  48. checking build system type... x86_64-pc-linux-gnu
  49. checking host system type... x86_64-pc-linux-gnu
  50. checking for python3.10... python3.10
  51. checking for --enable-universalsdk... no
  52. checking for --with-universal-archs... no
  53. checking MACHDEP... "linux"
  54. checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
  55. checking whether the C compiler works... yes
  56. checking for C compiler default output file name... a.out
  57. checking for suffix of executables...
  58. checking whether we are cross compiling... no
  59. checking for suffix of object files... o
  60. checking whether we are using the GNU C compiler... yes
  61. checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
  62. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
  63. checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
  64. checking for grep that handles long lines and -e... /bin/grep
  65. checking for a sed that does not truncate output... /bin/sed
  66. checking for --with-cxx-main=<compiler>... no
  67. checking for the platform triplet based on compiler characteristics... x86_64-linux-gnu
  68. checking for -Wl,--no-as-needed... yes
  69. checking for egrep... /bin/grep -E
  70. checking for ANSI C header files... yes
  71. checking for sys/types.h... yes
  72. checking for sys/stat.h... yes
  73. checking for stdlib.h... yes
  74. checking for string.h... yes
  75. checking for memory.h... yes
  76. checking for strings.h... yes
  77. checking for inttypes.h... yes
  78. checking for stdint.h... yes
  79. checking for unistd.h... yes
  80. checking minix/config.h usability... no
  81. checking minix/config.h presence... no
  82. checking for minix/config.h... no
  83. checking whether it is safe to define __EXTENSIONS__... yes
  84. checking for the Android API level... not Android
  85. checking for --with-suffix...
  86. checking for case-insensitive build directory... no
  87. checking LIBRARY... libpython$(VERSION)$(ABIFLAGS).a
  88. checking LINKCC... $(PURIFY) $(MAINCC)
  89. checking EXPORTSYMS...
  90. checking for GNU ld... yes
  91. checking for --enable-shared... yes
  92. checking for --enable-profiling... no
  93. checking LDLIBRARY... libpython$(LDVERSION).so
  94. checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
  95. checking for x86_64-pc-linux-gnu-readelf... x86_64-pc-linux-gnu-readelf
  96. checking for a BSD-compatible install... /usr/lib/portage/python3.9/ebuild-helpers/xattr/install -c
  97. checking for a thread-safe mkdir -p... /bin/mkdir -p
  98. checking for --with-pydebug... no
  99. checking for --with-trace-refs... no
  100. checking for --with-assertions... no
  101. checking for --enable-optimizations... no
  102. checking PROFILE_TASK... -m test --pgo --timeout=$(TESTTIMEOUT)
  103. checking for --with-lto... no
  104. checking for x86_64-pc-linux-gnu-llvm-profdata... no
  105. checking for llvm-profdata... /usr/lib/llvm/12/bin/llvm-profdata
  106. checking for -Wextra... yes
  107. checking whether x86_64-pc-linux-gnu-gcc accepts and needs -fno-strict-aliasing... no
  108. checking if we can turn off x86_64-pc-linux-gnu-gcc unused result warning... yes
  109. checking if we can turn off x86_64-pc-linux-gnu-gcc unused parameter warning... yes
  110. checking if we can turn off x86_64-pc-linux-gnu-gcc missing field initializers warning... yes
  111. checking if we can turn on x86_64-pc-linux-gnu-gcc mixed sign comparison warning... yes
  112. checking if we can turn on x86_64-pc-linux-gnu-gcc unreachable code warning... no
  113. checking if we can turn on x86_64-pc-linux-gnu-gcc strict-prototypes warning... no
  114. checking if we can make implicit function declaration an error in x86_64-pc-linux-gnu-gcc... yes
  115. checking if we can use visibility in x86_64-pc-linux-gnu-gcc... yes
  116. checking whether pthreads are available without options... no
  117. checking whether x86_64-pc-linux-gnu-gcc accepts -Kpthread... no
  118. checking whether x86_64-pc-linux-gnu-gcc accepts -Kthread... no
  119. checking whether x86_64-pc-linux-gnu-gcc accepts -pthread... yes
  120. checking whether x86_64-pc-linux-gnu-g++ also accepts flags for thread support... yes
  121. checking for ANSI C header files... (cached) yes
  122. checking asm/types.h usability... yes
  123. checking asm/types.h presence... yes
  124. checking for asm/types.h... yes
  125. checking crypt.h usability... yes
  126. checking crypt.h presence... yes
  127. checking for crypt.h... yes
  128. checking conio.h usability... no
  129. checking conio.h presence... no
  130. checking for conio.h... no
  131. checking direct.h usability... no
  132. checking direct.h presence... no
  133. checking for direct.h... no
  134. checking dlfcn.h usability... yes
  135. checking dlfcn.h presence... yes
  136. checking for dlfcn.h... yes
  137. checking errno.h usability... yes
  138. checking errno.h presence... yes
  139. checking for errno.h... yes
  140. checking fcntl.h usability... yes
  141. checking fcntl.h presence... yes
  142. checking for fcntl.h... yes
  143. checking grp.h usability... yes
  144. checking grp.h presence... yes
  145. checking for grp.h... yes
  146. checking ieeefp.h usability... no
  147. checking ieeefp.h presence... no
  148. checking for ieeefp.h... no
  149. checking io.h usability... no
  150. checking io.h presence... no
  151. checking for io.h... no
  152. checking langinfo.h usability... yes
  153. checking langinfo.h presence... yes
  154. checking for langinfo.h... yes
  155. checking libintl.h usability... yes
  156. checking libintl.h presence... yes
  157. checking for libintl.h... yes
  158. checking process.h usability... no
  159. checking process.h presence... no
  160. checking for process.h... no
  161. checking pthread.h usability... yes
  162. checking pthread.h presence... yes
  163. checking for pthread.h... yes
  164. checking sched.h usability... yes
  165. checking sched.h presence... yes
  166. checking for sched.h... yes
  167. checking shadow.h usability... yes
  168. checking shadow.h presence... yes
  169. checking for shadow.h... yes
  170. checking signal.h usability... yes
  171. checking signal.h presence... yes
  172. checking for signal.h... yes
  173. checking for stropts.h... (cached) no
  174. checking termios.h usability... yes
  175. checking termios.h presence... yes
  176. checking for termios.h... yes
  177. checking utime.h usability... yes
  178. checking utime.h presence... yes
  179. checking for utime.h... yes
  180. checking poll.h usability... yes
  181. checking poll.h presence... yes
  182. checking for poll.h... yes
  183. checking sys/devpoll.h usability... no
  184. checking sys/devpoll.h presence... no
  185. checking for sys/devpoll.h... no
  186. checking sys/epoll.h usability... yes
  187. checking sys/epoll.h presence... yes
  188. checking for sys/epoll.h... yes
  189. checking sys/poll.h usability... yes
  190. checking sys/poll.h presence... yes
  191. checking for sys/poll.h... yes
  192. checking sys/audioio.h usability... no
  193. checking sys/audioio.h presence... no
  194. checking for sys/audioio.h... no
  195. checking sys/xattr.h usability... yes
  196. checking sys/xattr.h presence... yes
  197. checking for sys/xattr.h... yes
  198. checking sys/bsdtty.h usability... no
  199. checking sys/bsdtty.h presence... no
  200. checking for sys/bsdtty.h... no
  201. checking sys/event.h usability... no
  202. checking sys/event.h presence... no
  203. checking for sys/event.h... no
  204. checking sys/file.h usability... yes
  205. checking sys/file.h presence... yes
  206. checking for sys/file.h... yes
  207. checking sys/ioctl.h usability... yes
  208. checking sys/ioctl.h presence... yes
  209. checking for sys/ioctl.h... yes
  210. checking sys/kern_control.h usability... no
  211. checking sys/kern_control.h presence... no
  212. checking for sys/kern_control.h... no
  213. checking sys/loadavg.h usability... no
  214. checking sys/loadavg.h presence... no
  215. checking for sys/loadavg.h... no
  216. checking sys/lock.h usability... no
  217. checking sys/lock.h presence... no
  218. checking for sys/lock.h... no
  219. checking sys/mkdev.h usability... no
  220. checking sys/mkdev.h presence... no
  221. checking for sys/mkdev.h... no
  222. checking sys/modem.h usability... no
  223. checking sys/modem.h presence... no
  224. checking for sys/modem.h... no
  225. checking sys/param.h usability... yes
  226. checking sys/param.h presence... yes
  227. checking for sys/param.h... yes
  228. checking sys/random.h usability... yes
  229. checking sys/random.h presence... yes
  230. checking for sys/random.h... yes
  231. checking sys/select.h usability... yes
  232. checking sys/select.h presence... yes
  233. checking for sys/select.h... yes
  234. checking sys/sendfile.h usability... yes
  235. checking sys/sendfile.h presence... yes
  236. checking for sys/sendfile.h... yes
  237. checking sys/socket.h usability... yes
  238. checking sys/socket.h presence... yes
  239. checking for sys/socket.h... yes
  240. checking sys/statvfs.h usability... yes
  241. checking sys/statvfs.h presence... yes
  242. checking for sys/statvfs.h... yes
  243. checking for sys/stat.h... (cached) yes
  244. checking sys/syscall.h usability... yes
  245. checking sys/syscall.h presence... yes
  246. checking for sys/syscall.h... yes
  247. checking sys/sys_domain.h usability... no
  248. checking sys/sys_domain.h presence... no
  249. checking for sys/sys_domain.h... no
  250. checking sys/termio.h usability... no
  251. checking sys/termio.h presence... no
  252. checking for sys/termio.h... no
  253. checking sys/time.h usability... yes
  254. checking sys/time.h presence... yes
  255. checking for sys/time.h... yes
  256. checking sys/times.h usability... yes
  257. checking sys/times.h presence... yes
  258. checking for sys/times.h... yes
  259. checking for sys/types.h... (cached) yes
  260. checking sys/uio.h usability... yes
  261. checking sys/uio.h presence... yes
  262. checking for sys/uio.h... yes
  263. checking sys/un.h usability... yes
  264. checking sys/un.h presence... yes
  265. checking for sys/un.h... yes
  266. checking sys/utsname.h usability... yes
  267. checking sys/utsname.h presence... yes
  268. checking for sys/utsname.h... yes
  269. checking sys/wait.h usability... yes
  270. checking sys/wait.h presence... yes
  271. checking for sys/wait.h... yes
  272. checking pty.h usability... yes
  273. checking pty.h presence... yes
  274. checking for pty.h... yes
  275. checking libutil.h usability... no
  276. checking libutil.h presence... no
  277. checking for libutil.h... no
  278. checking sys/resource.h usability... yes
  279. checking sys/resource.h presence... yes
  280. checking for sys/resource.h... yes
  281. checking netpacket/packet.h usability... yes
  282. checking netpacket/packet.h presence... yes
  283. checking for netpacket/packet.h... yes
  284. checking sysexits.h usability... yes
  285. checking sysexits.h presence... yes
  286. checking for sysexits.h... yes
  287. checking bluetooth.h usability... no
  288. checking bluetooth.h presence... no
  289. checking for bluetooth.h... no
  290. checking linux/tipc.h usability... yes
  291. checking linux/tipc.h presence... yes
  292. checking for linux/tipc.h... yes
  293. checking linux/random.h usability... yes
  294. checking linux/random.h presence... yes
  295. checking for linux/random.h... yes
  296. checking spawn.h usability... yes
  297. checking spawn.h presence... yes
  298. checking for spawn.h... yes
  299. checking util.h usability... no
  300. checking util.h presence... no
  301. checking for util.h... no
  302. checking alloca.h usability... yes
  303. checking alloca.h presence... yes
  304. checking for alloca.h... yes
  305. checking endian.h usability... yes
  306. checking endian.h presence... yes
  307. checking for endian.h... yes
  308. checking sys/endian.h usability... no
  309. checking sys/endian.h presence... no
  310. checking for sys/endian.h... no
  311. checking sys/sysmacros.h usability... yes
  312. checking sys/sysmacros.h presence... yes
  313. checking for sys/sysmacros.h... yes
  314. checking linux/memfd.h usability... yes
  315. checking linux/memfd.h presence... yes
  316. checking for linux/memfd.h... yes
  317. checking linux/wait.h usability... yes
  318. checking linux/wait.h presence... yes
  319. checking for linux/wait.h... yes
  320. checking sys/memfd.h usability... no
  321. checking sys/memfd.h presence... no
  322. checking for sys/memfd.h... no
  323. checking sys/mman.h usability... yes
  324. checking sys/mman.h presence... yes
  325. checking for sys/mman.h... yes
  326. checking sys/eventfd.h usability... yes
  327. checking sys/eventfd.h presence... yes
  328. checking for sys/eventfd.h... yes
  329. checking for dirent.h that defines DIR... yes
  330. checking for library containing opendir... none required
  331. checking whether sys/types.h defines makedev... no
  332. checking for sys/mkdev.h... (cached) no
  333. checking for sys/sysmacros.h... (cached) yes
  334. checking for bluetooth/bluetooth.h... (cached) no
  335. checking for net/if.h... yes
  336. checking for linux/netlink.h... yes
  337. checking for linux/qrtr.h... yes
  338. checking for linux/vm_sockets.h... yes
  339. checking for linux/can.h... yes
  340. checking for linux/can/bcm.h... yes
  341. checking for linux/can/j1939.h... yes
  342. checking for linux/can/raw.h... yes
  343. checking for clock_t in time.h... yes
  344. checking for makedev... yes
  345. checking for le64toh... yes
  346. checking for mode_t... yes
  347. checking for off_t... yes
  348. checking for pid_t... yes
  349. checking for size_t... yes
  350. checking for uid_t in sys/types.h... yes
  351. checking for ssize_t... yes
  352. checking for __uint128_t... yes
  353. checking size of int... 4
  354. checking size of long... 8
  355. checking alignment of long... 8
  356. checking size of long long... 8
  357. checking size of void *... 8
  358. checking size of short... 2
  359. checking size of float... 4
  360. checking size of double... 8
  361. checking size of fpos_t... 16
  362. checking size of size_t... 8
  363. checking alignment of size_t... 8
  364. checking size of pid_t... 4
  365. checking size of uintptr_t... 8
  366. checking for long double... yes
  367. checking size of long double... 16
  368. checking size of _Bool... 1
  369. checking size of off_t... 8
  370. checking whether to enable large file support... no
  371. checking size of time_t... 8
  372. checking for pthread_t... yes
  373. checking size of pthread_t... 8
  374. checking size of pthread_key_t... 4
  375. checking whether pthread_key_t is compatible with int... yes
  376. checking for --enable-framework... no
  377. checking for dyld... no
  378. checking the extension of shared libraries... .so
  379. checking LDSHARED... $(CC) -shared
  380. checking CCSHARED... -fPIC
  381. checking LINKFORSHARED... -Xlinker -export-dynamic
  382. checking CFLAGSFORSHARED... $(CCSHARED)
  383. checking SHLIBS... $(LIBS)
  384. checking for sendfile in -lsendfile... no
  385. checking for dlopen in -ldl... yes
  386. checking for shl_load in -ldld... no
  387. checking uuid/uuid.h usability... yes
  388. checking uuid/uuid.h presence... yes
  389. checking for uuid/uuid.h... yes
  390. checking uuid.h usability... no
  391. checking uuid.h presence... no
  392. checking for uuid.h... no
  393. checking for uuid_generate_time_safe... yes
  394. checking for uuid_create... no
  395. checking for uuid_enc_be... no
  396. checking for library containing sem_init... -lpthread
  397. checking for textdomain in -lintl... no
  398. checking aligned memory access is required... no
  399. checking for --with-hash-algorithm... default
  400. checking for --with-tzpath... "/usr/share/zoneinfo:/usr/lib/zoneinfo:/usr/share/lib/zoneinfo:/etc/zoneinfo"
  401. checking for --with-address-sanitizer... no
  402. checking for --with-memory-sanitizer... no
  403. checking for --with-undefined-behavior-sanitizer... no
  404. checking for t_open in -lnsl... no
  405. checking for socket in -lsocket... no
  406. checking for --with-libs... no
  407. checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config
  408. checking pkg-config is at least version 0.9.0... yes
  409. checking for --with-system-expat... yes
  410. checking for --with-system-ffi... yes
  411. configure: WARNING: --with(out)-system-ffi is ignored on this platform
  412. checking for --with-system-libmpdec... no
  413. checking for --with-decimal-contextvar... yes
  414. checking for --enable-loadable-sqlite-extensions... yes
  415. checking for --with-tcltk-includes... default
  416. checking for --with-tcltk-libs... default
  417. checking for --with-dbmliborder... gdbm
  418. checking if PTHREAD_SCOPE_SYSTEM is supported... yes
  419. checking for pthread_sigmask... yes
  420. checking for pthread_getcpuclockid... yes
  421. checking if --enable-ipv6 is specified... yes
  422. checking ipv6 stack type... linux-glibc
  423. checking for CAN_RAW_FD_FRAMES... yes
  424. checking for CAN_RAW_JOIN_FILTERS... yes
  425. checking for --with-doc-strings... yes
  426. checking for --with-pymalloc... yes
  427. checking for --with-c-locale-coercion... yes
  428. checking for --with-valgrind... no
  429. checking for --with-dtrace... no
  430. checking for dlopen... yes
  431. checking DYNLOADFILE... dynload_shlib.o
  432. checking MACHDEP_OBJS... none
  433. checking for alarm... yes
  434. checking for accept4... yes
  435. checking for setitimer... yes
  436. checking for getitimer... yes
  437. checking for bind_textdomain_codeset... yes
  438. checking for chown... yes
  439. checking for clock... yes
  440. checking for confstr... yes
  441. checking for close_range... no
  442. checking for copy_file_range... yes
  443. checking for ctermid... yes
  444. checking for dup3... yes
  445. checking for execv... yes
  446. checking for explicit_bzero... yes
  447. checking for explicit_memset... no
  448. checking for faccessat... yes
  449. checking for fchmod... yes
  450. checking for fchmodat... yes
  451. checking for fchown... yes
  452. checking for fchownat... yes
  453. checking for fdwalk... no
  454. checking for fexecve... yes
  455. checking for fdopendir... yes
  456. checking for fork... yes
  457. checking for fpathconf... yes
  458. checking for fstatat... yes
  459. checking for ftime... yes
  460. checking for ftruncate... yes
  461. checking for futimesat... yes
  462. checking for futimens... yes
  463. checking for futimes... yes
  464. checking for gai_strerror... yes
  465. checking for getentropy... yes
  466. checking for getgrgid_r... yes
  467. checking for getgrnam_r... yes
  468. checking for getgrouplist... yes
  469. checking for getgroups... yes
  470. checking for getlogin... yes
  471. checking for getloadavg... yes
  472. checking for getpeername... yes
  473. checking for getpgid... yes
  474. checking for getpid... yes
  475. checking for getpriority... yes
  476. checking for getresuid... yes
  477. checking for getresgid... yes
  478. checking for getpwent... yes
  479. checking for getpwnam_r... yes
  480. checking for getpwuid_r... yes
  481. checking for getspnam... yes
  482. checking for getspent... yes
  483. checking for getsid... yes
  484. checking for getwd... yes
  485. checking for if_nameindex... yes
  486. checking for initgroups... yes
  487. checking for kill... yes
  488. checking for killpg... yes
  489. checking for lchown... yes
  490. checking for lockf... yes
  491. checking for linkat... yes
  492. checking for lstat... yes
  493. checking for lutimes... yes
  494. checking for mmap... yes
  495. checking for memrchr... yes
  496. checking for mbrtowc... yes
  497. checking for mkdirat... yes
  498. checking for mkfifo... yes
  499. checking for madvise... yes
  500. checking for mkfifoat... yes
  501. checking for mknod... yes
  502. checking for mknodat... yes
  503. checking for mktime... yes
  504. checking for mremap... yes
  505. checking for nice... yes
  506. checking for openat... yes
  507. checking for pathconf... yes
  508. checking for pause... yes
  509. checking for pipe2... yes
  510. checking for plock... no
  511. checking for poll... yes
  512. checking for posix_fallocate... yes
  513. checking for posix_fadvise... yes
  514. checking for posix_spawn... yes
  515. checking for posix_spawnp... yes
  516. checking for pread... yes
  517. checking for preadv... yes
  518. checking for preadv2... yes
  519. checking for pthread_condattr_setclock... yes
  520. checking for pthread_init... no
  521. checking for pthread_kill... yes
  522. checking for pwrite... yes
  523. checking for pwritev... yes
  524. checking for pwritev2... yes
  525. checking for readlink... yes
  526. checking for readlinkat... yes
  527. checking for readv... yes
  528. checking for realpath... yes
  529. checking for renameat... yes
  530. checking for sem_open... yes
  531. checking for sem_timedwait... yes
  532. checking for sem_getvalue... yes
  533. checking for sem_unlink... yes
  534. checking for sendfile... yes
  535. checking for setegid... yes
  536. checking for seteuid... yes
  537. checking for setgid... yes
  538. checking for sethostname... yes
  539. checking for setlocale... yes
  540. checking for setregid... yes
  541. checking for setreuid... yes
  542. checking for setresuid... yes
  543. checking for setresgid... yes
  544. checking for setsid... yes
  545. checking for setpgid... yes
  546. checking for setpgrp... yes
  547. checking for setpriority... yes
  548. checking for setuid... yes
  549. checking for setvbuf... yes
  550. checking for sched_get_priority_max... yes
  551. checking for sched_setaffinity... yes
  552. checking for sched_setscheduler... yes
  553. checking for sched_setparam... yes
  554. checking for sched_rr_get_interval... yes
  555. checking for sigaction... yes
  556. checking for sigaltstack... yes
  557. checking for sigfillset... yes
  558. checking for siginterrupt... yes
  559. checking for sigpending... yes
  560. checking for sigrelse... yes
  561. checking for sigtimedwait... yes
  562. checking for sigwait... yes
  563. checking for sigwaitinfo... yes
  564. checking for snprintf... yes
  565. checking for splice... yes
  566. checking for strftime... yes
  567. checking for strlcpy... no
  568. checking for strsignal... yes
  569. checking for symlinkat... yes
  570. checking for sync... yes
  571. checking for sysconf... yes
  572. checking for tcgetpgrp... yes
  573. checking for tcsetpgrp... yes
  574. checking for tempnam... yes
  575. checking for timegm... yes
  576. checking for times... yes
  577. checking for tmpfile... yes
  578. checking for tmpnam... yes
  579. checking for tmpnam_r... yes
  580. checking for truncate... yes
  581. checking for uname... yes
  582. checking for unlinkat... yes
  583. checking for utimensat... yes
  584. checking for utimes... yes
  585. checking for vfork... yes
  586. checking for waitid... yes
  587. checking for waitpid... yes
  588. checking for wait3... yes
  589. checking for wait4... yes
  590. checking for wcscoll... yes
  591. checking for wcsftime... yes
  592. checking for wcsxfrm... yes
  593. checking for wmemcmp... yes
  594. checking for writev... yes
  595. checking for _getpty... no
  596. checking for rtpSpawn... no
  597. checking whether dirfd is declared... yes
  598. checking for chroot... yes
  599. checking for link... yes
  600. checking for symlink... yes
  601. checking for fchdir... yes
  602. checking for fsync... yes
  603. checking for fdatasync... yes
  604. checking for epoll... yes
  605. checking for epoll_create1... yes
  606. checking for kqueue... no
  607. checking for prlimit... yes
  608. checking for _dyld_shared_cache_contains_path... no
  609. checking for memfd_create... yes
  610. checking for eventfd... yes
  611. checking for ctermid_r... no
  612. checking for flock declaration... yes
  613. checking for flock... yes
  614. checking for getpagesize... yes
  615. checking for broken unsetenv... no
  616. checking for true... true
  617. checking for inet_aton in -lc... yes
  618. checking for chflags... no
  619. checking for lchflags... no
  620. checking for inflateCopy in -lz... yes
  621. checking for hstrerror... yes
  622. checking for inet_aton... yes
  623. checking for inet_pton... yes
  624. checking for setgroups... yes
  625. checking for openpty... no
  626. checking for openpty in -lutil... yes
  627. checking for forkpty... yes
  628. checking for fseek64... no
  629. checking for fseeko... yes
  630. checking for fstatvfs... yes
  631. checking for ftell64... no
  632. checking for ftello... yes
  633. checking for statvfs... yes
  634. checking for dup2... yes
  635. checking for getpgrp... yes
  636. checking for setpgrp... (cached) yes
  637. checking for library containing crypt... no
  638. checking for library containing crypt_r... no
  639. checking for crypt_r... no
  640. checking for clock_gettime... yes
  641. checking for clock_getres... yes
  642. checking for clock_settime... yes
  643. checking for major... yes
  644. checking for getaddrinfo... yes
  645. checking getaddrinfo bug... no
  646. checking for getnameinfo... yes
  647. checking whether time.h and sys/time.h may both be included... yes
  648. checking whether struct tm is in sys/time.h or time.h... time.h
  649. checking for struct tm.tm_zone... yes
  650. checking for struct stat.st_rdev... yes
  651. checking for struct stat.st_blksize... yes
  652. checking for struct stat.st_flags... no
  653. checking for struct stat.st_gen... no
  654. checking for struct stat.st_birthtime... no
  655. checking for struct stat.st_blocks... yes
  656. checking for struct passwd.pw_gecos... yes
  657. checking for struct passwd.pw_passwd... yes
  658. checking for siginfo_t.si_band... yes
  659. checking for time.h that defines altzone... no
  660. checking whether sys/select.h and sys/time.h may both be included... yes
  661. checking for addrinfo... yes
  662. checking for sockaddr_storage... yes
  663. checking for sockaddr_alg... yes
  664. checking whether char is unsigned... no
  665. checking for an ANSI C-conforming const... yes
  666. checking for working signed char... yes
  667. checking for prototypes... yes
  668. checking for variable length prototypes and stdarg.h... yes
  669. checking for socketpair... yes
  670. checking if sockaddr has sa_len member... no
  671. checking for gethostbyname_r... yes
  672. checking gethostbyname_r with 6 args... yes
  673. checking for __fpu_control... yes
  674. checking for --with-libm=STRING... default LIBM="-lm"
  675. checking for --with-libc=STRING... set LIBC=""
  676. checking for x64 gcc inline assembler... yes
  677. checking whether float word ordering is bigendian... no
  678. checking whether we can use gcc inline assembler to get and set x87 control word... yes
  679. checking whether we can use gcc inline assembler to get and set mc68881 fpcr... no
  680. checking for x87-style double rounding... no
  681. checking for acosh... yes
  682. checking for asinh... yes
  683. checking for atanh... yes
  684. checking for copysign... yes
  685. checking for erf... yes
  686. checking for erfc... yes
  687. checking for expm1... yes
  688. checking for finite... yes
  689. checking for gamma... yes
  690. checking for hypot... yes
  691. checking for lgamma... yes
  692. checking for log1p... yes
  693. checking for log2... yes
  694. checking for round... yes
  695. checking for tgamma... yes
  696. checking whether isinf is declared... yes
  697. checking whether isnan is declared... yes
  698. checking whether isfinite is declared... yes
  699. checking whether POSIX semaphores are enabled... yes
  700. checking for broken sem_getvalue... no
  701. checking whether RTLD_LAZY is declared... yes
  702. checking whether RTLD_NOW is declared... yes
  703. checking whether RTLD_GLOBAL is declared... yes
  704. checking whether RTLD_LOCAL is declared... yes
  705. checking whether RTLD_NODELETE is declared... yes
  706. checking whether RTLD_NOLOAD is declared... yes
  707. checking whether RTLD_DEEPBIND is declared... yes
  708. checking whether RTLD_MEMBER is declared... no
  709. checking digit size for Python's longs... no value specified
  710. checking wchar.h usability... yes
  711. checking wchar.h presence... yes
  712. checking for wchar.h... yes
  713. checking size of wchar_t... 4
  714. checking for UCS-4 tcl... no
  715. checking whether wchar_t is signed... yes
  716. checking whether wchar_t is usable... no
  717. checking whether byte ordering is bigendian... no
  718. checking ABIFLAGS...
  719. checking SOABI... cpython-310-x86_64-linux-gnu
  720. checking LDVERSION... $(VERSION)$(ABIFLAGS)
  721. checking for --with-platlibdir... no
  722. checking for --with-wheel-pkg-dir... no
  723. checking whether right shift extends the sign bit... yes
  724. checking for getc_unlocked() and friends... yes
  725. checking how to link readline libs... -lreadline
  726. checking whether rl_completion_append_character is declared... yes
  727. checking whether rl_completion_suppress_append is declared... yes
  728. checking for rl_pre_input_hook in -lreadline... yes
  729. checking for rl_completion_display_matches_hook in -lreadline... yes
  730. checking for rl_resize_terminal in -lreadline... yes
  731. checking for rl_completion_matches in -lreadline... yes
  732. checking whether rl_catch_signals is declared... yes
  733. checking for append_history in -lreadline... yes
  734. checking for broken nice()... no
  735. checking for broken poll()... no
  736. checking for working tzset()... yes
  737. checking for tv_nsec in struct stat... yes
  738. checking for tv_nsec2 in struct stat... no
  739. checking curses.h usability... yes
  740. checking curses.h presence... yes
  741. checking for curses.h... yes
  742. checking ncurses.h usability... yes
  743. checking ncurses.h presence... yes
  744. checking for ncurses.h... yes
  745. checking for term.h... yes
  746. checking whether mvwdelch is an expression... yes
  747. checking whether WINDOW has _flags... yes
  748. checking for is_pad... yes
  749. checking for is_term_resized... yes
  750. checking for resize_term... yes
  751. checking for resizeterm... yes
  752. checking for immedok... yes
  753. checking for syncok... yes
  754. checking for wchgat... yes
  755. checking for filter... yes
  756. checking for has_key... yes
  757. checking for typeahead... yes
  758. checking for use_env... yes
  759. configure: checking for device files
  760. checking for /dev/ptmx... yes
  761. checking for /dev/ptc... no
  762. checking for %zd printf() format support... yes
  763. checking for socklen_t... yes
  764. checking for broken mbstowcs... no
  765. checking for --with-computed-gotos... yes
  766. checking whether x86_64-pc-linux-gnu-gcc -pthread supports computed gotos... yes
  767. checking for build directories... done
  768. checking for -O2... yes
  769. checking for glibc _FORTIFY_SOURCE/memmove bug... no
  770. checking for gcc ipa-pure-const bug... no
  771. checking for stdatomic.h... yes
  772. checking for builtin __atomic_load_n and __atomic_store_n functions... yes
  773. checking for ensurepip... no
  774. checking if the dirent structure of a d_type field... yes
  775. checking for the Linux getrandom() syscall... yes
  776. checking for the getrandom() function... yes
  777. checking for library containing shm_open... -lrt
  778. checking for sys/mman.h... (cached) yes
  779. checking for shm_open... yes
  780. checking for shm_unlink... yes
  781. checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config
  782. checking whether compiling and linking against OpenSSL works... yes
  783. checking for --with-openssl-rpath...
  784. checking for --with-ssl-default-suites... python
  785. checking for --with-builtin-hashlib-hashes... md5,sha1,sha256,sha512,sha3,blake2
  786. checking for --with-experimental-isolated-subinterpreters... no
  787. checking for --with-static-libpython... no
  788. checking for --disable-test-modules... no
  789. configure: creating ./config.status
  790. config.status: creating Makefile.pre
  791. config.status: creating Misc/python.pc
  792. config.status: creating Misc/python-embed.pc
  793. config.status: creating Misc/python-config.sh
  794. config.status: creating Modules/ld_so_aix
  795. config.status: creating pyconfig.h
  796. creating Modules/Setup.local
  797. creating Makefile
  798.  
  799.  
  800. If you want a release build with all stable optimizations active (PGO, etc),
  801. please run ./configure --enable-optimizations
  802.  
  803.  
  804. >>> Source configured.
  805. >>> Compiling source in /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 ...
  806. make -j1 CPPFLAGS= CFLAGS= LDFLAGS=
  807. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Programs/python.o ./Programs/python.c
  808. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Parser/token.o Parser/token.c
  809. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Parser/pegen.o Parser/pegen.c
  810. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Parser/parser.o Parser/parser.c
  811. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Parser/string_parser.o Parser/string_parser.c
  812. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Parser/peg_api.o Parser/peg_api.c
  813. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Parser/myreadline.o Parser/myreadline.c
  814. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Parser/tokenizer.o Parser/tokenizer.c
  815. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/abstract.o Objects/abstract.c
  816. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/accu.o Objects/accu.c
  817. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/boolobject.o Objects/boolobject.c
  818. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/bytes_methods.o Objects/bytes_methods.c
  819. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/bytearrayobject.o Objects/bytearrayobject.c
  820. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/bytesobject.o Objects/bytesobject.c
  821. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/call.o Objects/call.c
  822. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/capsule.o Objects/capsule.c
  823. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/cellobject.o Objects/cellobject.c
  824. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/classobject.o Objects/classobject.c
  825. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/codeobject.o Objects/codeobject.c
  826. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/complexobject.o Objects/complexobject.c
  827. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/descrobject.o Objects/descrobject.c
  828. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/enumobject.o Objects/enumobject.c
  829. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/exceptions.o Objects/exceptions.c
  830. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/genericaliasobject.o Objects/genericaliasobject.c
  831. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/genobject.o Objects/genobject.c
  832. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/fileobject.o Objects/fileobject.c
  833. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/floatobject.o Objects/floatobject.c
  834. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/frameobject.o Objects/frameobject.c
  835. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/funcobject.o Objects/funcobject.c
  836. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/interpreteridobject.o Objects/interpreteridobject.c
  837. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/iterobject.o Objects/iterobject.c
  838. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/listobject.o Objects/listobject.c
  839. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/longobject.o Objects/longobject.c
  840. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/dictobject.o Objects/dictobject.c
  841. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/odictobject.o Objects/odictobject.c
  842. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/memoryobject.o Objects/memoryobject.c
  843. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/methodobject.o Objects/methodobject.c
  844. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/moduleobject.o Objects/moduleobject.c
  845. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/namespaceobject.o Objects/namespaceobject.c
  846. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/object.o Objects/object.c
  847. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/obmalloc.o Objects/obmalloc.c
  848. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/picklebufobject.o Objects/picklebufobject.c
  849. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/rangeobject.o Objects/rangeobject.c
  850. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/setobject.o Objects/setobject.c
  851. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/sliceobject.o Objects/sliceobject.c
  852. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/structseq.o Objects/structseq.c
  853. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/tupleobject.o Objects/tupleobject.c
  854. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/typeobject.o Objects/typeobject.c
  855. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/unicodeobject.o Objects/unicodeobject.c
  856. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/unicodectype.o Objects/unicodectype.c
  857. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/unionobject.o Objects/unionobject.c
  858. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/weakrefobject.o Objects/weakrefobject.c
  859. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/_warnings.o Python/_warnings.c
  860. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/Python-ast.o Python/Python-ast.c
  861. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/asdl.o Python/asdl.c
  862. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/ast.o Python/ast.c
  863. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/ast_opt.o Python/ast_opt.c
  864. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/ast_unparse.o Python/ast_unparse.c
  865. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/bltinmodule.o Python/bltinmodule.c
  866. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/ceval.o Python/ceval.c
  867. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/codecs.o Python/codecs.c
  868. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/compile.o Python/compile.c
  869. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/context.o Python/context.c
  870. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/dynamic_annotations.o Python/dynamic_annotations.c
  871. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/errors.o Python/errors.c
  872. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/frozenmain.o Python/frozenmain.c
  873. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/future.o Python/future.c
  874. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/getargs.o Python/getargs.c
  875. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/getcompiler.o Python/getcompiler.c
  876. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/getcopyright.o Python/getcopyright.c
  877. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -DPLATFORM='"linux"' -o Python/getplatform.o ./Python/getplatform.c
  878. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/getversion.o Python/getversion.c
  879. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/hamt.o Python/hamt.c
  880. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/hashtable.o Python/hashtable.c
  881. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/import.o Python/import.c
  882. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -I. -o Python/importdl.o ./Python/importdl.c
  883. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE \
  884. -DPLATLIBDIR='"lib"' \
  885. -o Python/initconfig.o ./Python/initconfig.c
  886. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/marshal.o Python/marshal.c
  887. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/modsupport.o Python/modsupport.c
  888. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/mysnprintf.o Python/mysnprintf.c
  889. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/mystrtoul.o Python/mystrtoul.c
  890. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/pathconfig.o Python/pathconfig.c
  891. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/preconfig.o Python/preconfig.c
  892. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/pyarena.o Python/pyarena.c
  893. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/pyctype.o Python/pyctype.c
  894. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/pyfpe.o Python/pyfpe.c
  895. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/pyhash.o Python/pyhash.c
  896. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/pylifecycle.o Python/pylifecycle.c
  897. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/pymath.o Python/pymath.c
  898. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/pystate.o Python/pystate.c
  899. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/pythonrun.o Python/pythonrun.c
  900. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/pytime.o Python/pytime.c
  901. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/bootstrap_hash.o Python/bootstrap_hash.c
  902. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/structmember.o Python/structmember.c
  903. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/symtable.o Python/symtable.c
  904. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE \
  905. -DABIFLAGS='""' \
  906. -DMULTIARCH=\"x86_64-linux-gnu\" \
  907. -o Python/sysmodule.o ./Python/sysmodule.c
  908. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/thread.o Python/thread.c
  909. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/traceback.o Python/traceback.c
  910. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/getopt.o Python/getopt.c
  911. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/pystrcmp.o Python/pystrcmp.c
  912. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/pystrtod.o Python/pystrtod.c
  913. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/pystrhex.o Python/pystrhex.c
  914. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/dtoa.o Python/dtoa.c
  915. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/formatter_unicode.o Python/formatter_unicode.c
  916. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/fileutils.o Python/fileutils.c
  917. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/suggestions.o Python/suggestions.c
  918. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE \
  919. -DSOABI='"cpython-310-x86_64-linux-gnu"' \
  920. -o Python/dynload_shlib.o ./Python/dynload_shlib.c
  921. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Modules/config.o Modules/config.c
  922. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -DPYTHONPATH='""' \
  923. -DPREFIX='"/usr"' \
  924. -DEXEC_PREFIX='"/usr"' \
  925. -DVERSION='"3.10"' \
  926. -DVPATH='""' \
  927. -o Modules/getpath.o ./Modules/getpath.c
  928. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Modules/main.o Modules/main.c
  929. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Modules/gcmodule.o Modules/gcmodule.c
  930. x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I./Include/internal -c ./Modules/posixmodule.c -o Modules/posixmodule.o
  931. x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/errnomodule.c -o Modules/errnomodule.o
  932. x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/pwdmodule.c -o Modules/pwdmodule.o
  933. x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -c ./Modules/_sre.c -o Modules/_sre.o
  934. x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/_codecsmodule.c -o Modules/_codecsmodule.o
  935. x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/_weakref.c -o Modules/_weakref.o
  936. x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I./Include/internal -c ./Modules/_functoolsmodule.c -o Modules/_functoolsmodule.o
  937. x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -c ./Modules/_operator.c -o Modules/_operator.o
  938. x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/_collectionsmodule.c -o Modules/_collectionsmodule.o
  939. x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -c ./Modules/_abc.c -o Modules/_abc.o
  940. x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/itertoolsmodule.c -o Modules/itertoolsmodule.o
  941. x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/atexitmodule.c -o Modules/atexitmodule.o
  942. x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I./Include/internal -c ./Modules/signalmodule.c -o Modules/signalmodule.o
  943. x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/_stat.c -o Modules/_stat.o
  944. x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I./Include/internal -c ./Modules/timemodule.c -o Modules/timemodule.o
  945. x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I./Include/internal -c ./Modules/_threadmodule.c -o Modules/_threadmodule.o
  946. x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -c ./Modules/_localemodule.c -o Modules/_localemodule.o
  947. x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I./Include/internal -I./Modules/_io -c ./Modules/_io/_iomodule.c -o Modules/_iomodule.o
  948. x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I./Include/internal -I./Modules/_io -c ./Modules/_io/iobase.c -o Modules/iobase.o
  949. x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I./Include/internal -I./Modules/_io -c ./Modules/_io/fileio.c -o Modules/fileio.o
  950. x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I./Include/internal -I./Modules/_io -c ./Modules/_io/bytesio.c -o Modules/bytesio.o
  951. x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I./Include/internal -I./Modules/_io -c ./Modules/_io/bufferedio.c -o Modules/bufferedio.o
  952. x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I./Include/internal -I./Modules/_io -c ./Modules/_io/textio.c -o Modules/textio.o
  953. x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE_BUILTIN -I./Include/internal -I./Modules/_io -c ./Modules/_io/stringio.c -o Modules/stringio.o
  954. x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/faulthandler.c -o Modules/faulthandler.o
  955. x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/_tracemalloc.c -o Modules/_tracemalloc.o
  956. x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/symtablemodule.c -o Modules/symtablemodule.o
  957. x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/xxsubtype.c -o Modules/xxsubtype.o
  958. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE \
  959. -DGITVERSION="\"`LC_ALL=C `\"" \
  960. -DGITTAG="\"`LC_ALL=C `\"" \
  961. -DGITBRANCH="\"`LC_ALL=C `\"" \
  962. -o Modules/getbuildinfo.o ./Modules/getbuildinfo.c
  963. x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/frozen.o Python/frozen.c
  964. if test libpython3.10.so.1.0 != libpython3.10.so; then \
  965. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,-hlibpython3.10.so.1.0 -o libpython3.10.so.1.0 Modules/getbuildinfo.o Parser/token.o Parser/pegen.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/accu.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genericaliasobject.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/interpreteridobject.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/picklebufobject.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/unionobject.o Objects/weakrefobject.o Python/_warnings.o Python/Python-ast.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o Python/compile.o Python/context.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/hamt.o Python/hashtable.o Python/import.o Python/importdl.o Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/preconfig.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/bootstrap_hash.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.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/suggestions.o Python/dynload_shlib.o Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.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/_abc.o Modules/itertoolsmodule.o Modules/atexitmodule.o Modules/signalmodule.o Modules/_stat.o Modules/timemodule.o Modules/_threadmodule.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/faulthandler.o Modules/_tracemalloc.o Modules/symtablemodule.o Modules/xxsubtype.o Python/frozen.o -lpthread -ldl -lutil -lm -lm; \
  966. ln -f libpython3.10.so.1.0 libpython3.10.so; \
  967. else \
  968. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -o libpython3.10.so Modules/getbuildinfo.o Parser/token.o Parser/pegen.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/accu.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genericaliasobject.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/interpreteridobject.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/picklebufobject.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/unionobject.o Objects/weakrefobject.o Python/_warnings.o Python/Python-ast.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o Python/compile.o Python/context.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/hamt.o Python/hashtable.o Python/import.o Python/importdl.o Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/preconfig.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/bootstrap_hash.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.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/suggestions.o Python/dynload_shlib.o Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.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/_abc.o Modules/itertoolsmodule.o Modules/atexitmodule.o Modules/signalmodule.o Modules/_stat.o Modules/timemodule.o Modules/_threadmodule.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/faulthandler.o Modules/_tracemalloc.o Modules/symtablemodule.o Modules/xxsubtype.o Python/frozen.o -lpthread -ldl -lutil -lm -lm; \
  969. fi
  970. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--no-as-needed -o libpython3.so -Wl,-hlibpython3.so libpython3.10.so
  971. x86_64-pc-linux-gnu-gcc -pthread -Wl,-O1 -Wl,--as-needed -Xlinker -export-dynamic -o python Programs/python.o -L. -lpython3.10 -lpthread -ldl -lutil -lm -lm
  972. LD_LIBRARY_PATH=/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 ./python -E -S -m sysconfig --generate-posix-vars ;\
  973. if test $? -ne 0 ; then \
  974. echo "generate-posix-vars failed" ; \
  975. rm -f ./pybuilddir.txt ; \
  976. exit 1 ; \
  977. fi
  978. x86_64-pc-linux-gnu-gcc -pthread -c -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Modules/_math.o Modules/_math.c
  979. LD_LIBRARY_PATH=/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 CC='x86_64-pc-linux-gnu-gcc -pthread' LDSHARED='x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed ' CFLAGS='-Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv ' _TCLTK_INCLUDES='' _TCLTK_LIBS='' ./python -E ./setup.py build
  980. running build
  981. running build_ext
  982. not a dynamic executable
  983. INFO: Can't locate Tcl/Tk libs and/or headers
  984. building '_struct' extension
  985. creating build/temp.linux-x86_64-3.10/var
  986. creating build/temp.linux-x86_64-3.10/var/tmp
  987. creating build/temp.linux-x86_64-3.10/var/tmp/portage
  988. creating build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang
  989. creating build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2
  990. creating build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work
  991. creating build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2
  992. creating build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules
  993. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_struct.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_struct.o -DPy_BUILD_CORE_MODULE
  994. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_struct.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/_struct.cpython-310-x86_64-linux-gnu.so
  995. building 'array' extension
  996. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/arraymodule.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/arraymodule.o -DPy_BUILD_CORE_MODULE
  997. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/arraymodule.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/array.cpython-310-x86_64-linux-gnu.so
  998. building '_contextvars' extension
  999. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_contextvarsmodule.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_contextvarsmodule.o
  1000. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_contextvarsmodule.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/_contextvars.cpython-310-x86_64-linux-gnu.so
  1001. building 'math' extension
  1002. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/mathmodule.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/mathmodule.o -DPy_BUILD_CORE_MODULE
  1003. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/mathmodule.o Modules/_math.o -L. -L/usr/local/lib64 -lm -o build/lib.linux-x86_64-3.10/math.cpython-310-x86_64-linux-gnu.so
  1004. building 'cmath' extension
  1005. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/cmathmodule.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/cmathmodule.o -DPy_BUILD_CORE_MODULE
  1006. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/cmathmodule.o Modules/_math.o -L. -L/usr/local/lib64 -lm -o build/lib.linux-x86_64-3.10/cmath.cpython-310-x86_64-linux-gnu.so
  1007. building '_datetime' extension
  1008. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_datetimemodule.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_datetimemodule.o -DPy_BUILD_CORE_MODULE
  1009. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_datetimemodule.o -L. -L/usr/local/lib64 -lm -o build/lib.linux-x86_64-3.10/_datetime.cpython-310-x86_64-linux-gnu.so
  1010. building '_zoneinfo' extension
  1011. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_zoneinfo.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_zoneinfo.o -DPy_BUILD_CORE_MODULE
  1012. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_zoneinfo.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/_zoneinfo.cpython-310-x86_64-linux-gnu.so
  1013. building '_random' extension
  1014. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_randommodule.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_randommodule.o -DPy_BUILD_CORE_MODULE
  1015. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_randommodule.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/_random.cpython-310-x86_64-linux-gnu.so
  1016. building '_bisect' extension
  1017. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_bisectmodule.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_bisectmodule.o
  1018. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_bisectmodule.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/_bisect.cpython-310-x86_64-linux-gnu.so
  1019. building '_heapq' extension
  1020. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_heapqmodule.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_heapqmodule.o -DPy_BUILD_CORE_MODULE
  1021. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_heapqmodule.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/_heapq.cpython-310-x86_64-linux-gnu.so
  1022. building '_pickle' extension
  1023. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_pickle.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_pickle.o -DPy_BUILD_CORE_MODULE
  1024. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_pickle.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/_pickle.cpython-310-x86_64-linux-gnu.so
  1025. building '_json' extension
  1026. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_json.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_json.o -DPy_BUILD_CORE_MODULE
  1027. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_json.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/_json.cpython-310-x86_64-linux-gnu.so
  1028. building '_lsprof' extension
  1029. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_lsprof.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_lsprof.o
  1030. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/rotatingtree.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/rotatingtree.o
  1031. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_lsprof.o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/rotatingtree.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/_lsprof.cpython-310-x86_64-linux-gnu.so
  1032. building 'unicodedata' extension
  1033. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/unicodedata.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/unicodedata.o -DPy_BUILD_CORE_MODULE
  1034. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/unicodedata.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/unicodedata.cpython-310-x86_64-linux-gnu.so
  1035. building '_opcode' extension
  1036. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_opcode.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_opcode.o
  1037. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_opcode.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/_opcode.cpython-310-x86_64-linux-gnu.so
  1038. building '_asyncio' extension
  1039. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_asynciomodule.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_asynciomodule.o -DPy_BUILD_CORE_MODULE
  1040. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_asynciomodule.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/_asyncio.cpython-310-x86_64-linux-gnu.so
  1041. building '_queue' extension
  1042. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_queuemodule.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_queuemodule.o -DPy_BUILD_CORE_MODULE
  1043. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_queuemodule.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/_queue.cpython-310-x86_64-linux-gnu.so
  1044. building '_statistics' extension
  1045. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_statisticsmodule.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_statisticsmodule.o
  1046. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_statisticsmodule.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/_statistics.cpython-310-x86_64-linux-gnu.so
  1047. building 'fcntl' extension
  1048. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/fcntlmodule.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/fcntlmodule.o
  1049. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/fcntlmodule.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/fcntl.cpython-310-x86_64-linux-gnu.so
  1050. building 'grp' extension
  1051. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/grpmodule.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/grpmodule.o
  1052. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/grpmodule.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/grp.cpython-310-x86_64-linux-gnu.so
  1053. building 'spwd' extension
  1054. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/spwdmodule.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/spwdmodule.o
  1055. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/spwdmodule.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/spwd.cpython-310-x86_64-linux-gnu.so
  1056. building 'select' extension
  1057. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/selectmodule.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/selectmodule.o
  1058. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/selectmodule.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/select.cpython-310-x86_64-linux-gnu.so
  1059. building 'mmap' extension
  1060. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/mmapmodule.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/mmapmodule.o
  1061. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/mmapmodule.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/mmap.cpython-310-x86_64-linux-gnu.so
  1062. building 'syslog' extension
  1063. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/syslogmodule.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/syslogmodule.o
  1064. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/syslogmodule.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/syslog.cpython-310-x86_64-linux-gnu.so
  1065. building '_xxsubinterpreters' extension
  1066. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_xxsubinterpretersmodule.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_xxsubinterpretersmodule.o
  1067. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_xxsubinterpretersmodule.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/_xxsubinterpreters.cpython-310-x86_64-linux-gnu.so
  1068. building 'audioop' extension
  1069. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/audioop.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/audioop.o
  1070. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/audioop.o -L. -L/usr/local/lib64 -lm -o build/lib.linux-x86_64-3.10/audioop.cpython-310-x86_64-linux-gnu.so
  1071. building '_csv' extension
  1072. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_csv.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_csv.o
  1073. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_csv.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/_csv.cpython-310-x86_64-linux-gnu.so
  1074. building '_posixsubprocess' extension
  1075. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_posixsubprocess.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_posixsubprocess.o -DPy_BUILD_CORE_MODULE
  1076. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_posixsubprocess.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/_posixsubprocess.cpython-310-x86_64-linux-gnu.so
  1077. building '_testcapi' extension
  1078. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_testcapimodule.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_testcapimodule.o
  1079. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_testcapimodule.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/_testcapi.cpython-310-x86_64-linux-gnu.so
  1080. building '_testinternalcapi' extension
  1081. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_testinternalcapi.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_testinternalcapi.o -DPy_BUILD_CORE_MODULE
  1082. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_testinternalcapi.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/_testinternalcapi.cpython-310-x86_64-linux-gnu.so
  1083. building '_testbuffer' extension
  1084. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_testbuffer.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_testbuffer.o
  1085. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_testbuffer.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/_testbuffer.cpython-310-x86_64-linux-gnu.so
  1086. building '_testimportmultiple' extension
  1087. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_testimportmultiple.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_testimportmultiple.o
  1088. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_testimportmultiple.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/_testimportmultiple.cpython-310-x86_64-linux-gnu.so
  1089. building '_testmultiphase' extension
  1090. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_testmultiphase.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_testmultiphase.o
  1091. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_testmultiphase.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/_testmultiphase.cpython-310-x86_64-linux-gnu.so
  1092. building '_xxtestfuzz' extension
  1093. creating build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_xxtestfuzz
  1094. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_xxtestfuzz/_xxtestfuzz.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_xxtestfuzz/_xxtestfuzz.o
  1095. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_xxtestfuzz/fuzzer.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_xxtestfuzz/fuzzer.o
  1096. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_xxtestfuzz/_xxtestfuzz.o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_xxtestfuzz/fuzzer.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/_xxtestfuzz.cpython-310-x86_64-linux-gnu.so
  1097. building 'readline' extension
  1098. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/readline.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/readline.o
  1099. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/readline.o -L/usr/lib64/termcap -L. -L/usr/local/lib64 -lreadline -lncursesw -o build/lib.linux-x86_64-3.10/readline.cpython-310-x86_64-linux-gnu.so
  1100. building '_curses' extension
  1101. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DHAVE_NCURSESW=1 -I/usr/include/ncursesw -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_cursesmodule.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_cursesmodule.o -DPy_BUILD_CORE_MODULE
  1102. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_cursesmodule.o -L. -L/usr/local/lib64 -lncursesw -o build/lib.linux-x86_64-3.10/_curses.cpython-310-x86_64-linux-gnu.so
  1103. building '_curses_panel' extension
  1104. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DHAVE_NCURSESW=1 -I/usr/include/ncursesw -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_curses_panel.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_curses_panel.o
  1105. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_curses_panel.o -L. -L/usr/local/lib64 -lpanelw -lncursesw -o build/lib.linux-x86_64-3.10/_curses_panel.cpython-310-x86_64-linux-gnu.so
  1106. building '_crypt' extension
  1107. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_cryptmodule.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_cryptmodule.o
  1108. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_cryptmodule.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/_crypt.cpython-310-x86_64-linux-gnu.so
  1109. building '_socket' extension
  1110. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/socketmodule.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/socketmodule.o
  1111. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/socketmodule.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/_socket.cpython-310-x86_64-linux-gnu.so
  1112. building '_ssl' extension
  1113. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_ssl.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_ssl.o
  1114. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_ssl.o -L. -L/usr/local/lib64 -lssl -lcrypto -o build/lib.linux-x86_64-3.10/_ssl.cpython-310-x86_64-linux-gnu.so
  1115. building '_hashlib' extension
  1116. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_hashopenssl.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_hashopenssl.o
  1117. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_hashopenssl.o -L. -L/usr/local/lib64 -lssl -lcrypto -o build/lib.linux-x86_64-3.10/_hashlib.cpython-310-x86_64-linux-gnu.so
  1118. building '_sha256' extension
  1119. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/sha256module.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/sha256module.o -DPy_BUILD_CORE_MODULE
  1120. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/sha256module.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/_sha256.cpython-310-x86_64-linux-gnu.so
  1121. building '_sha512' extension
  1122. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/sha512module.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/sha512module.o -DPy_BUILD_CORE_MODULE
  1123. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/sha512module.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/_sha512.cpython-310-x86_64-linux-gnu.so
  1124. building '_md5' extension
  1125. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/md5module.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/md5module.o
  1126. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/md5module.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/_md5.cpython-310-x86_64-linux-gnu.so
  1127. building '_sha1' extension
  1128. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/sha1module.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/sha1module.o
  1129. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/sha1module.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/_sha1.cpython-310-x86_64-linux-gnu.so
  1130. building '_blake2' extension
  1131. creating build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_blake2
  1132. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_blake2/blake2b_impl.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_blake2/blake2b_impl.o
  1133. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_blake2/blake2module.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_blake2/blake2module.o
  1134. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_blake2/blake2s_impl.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_blake2/blake2s_impl.o
  1135. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_blake2/blake2b_impl.o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_blake2/blake2module.o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_blake2/blake2s_impl.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/_blake2.cpython-310-x86_64-linux-gnu.so
  1136. building '_sha3' extension
  1137. creating build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_sha3
  1138. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_sha3/sha3module.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_sha3/sha3module.o
  1139. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_sha3/sha3module.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/_sha3.cpython-310-x86_64-linux-gnu.so
  1140. building '_dbm' extension
  1141. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DHAVE_GDBM_NDBM_H -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_dbmmodule.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_dbmmodule.o
  1142. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_dbmmodule.o -L. -L/usr/local/lib64 -lgdbm -lgdbm_compat -o build/lib.linux-x86_64-3.10/_dbm.cpython-310-x86_64-linux-gnu.so
  1143. building '_gdbm' extension
  1144. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_gdbmmodule.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_gdbmmodule.o
  1145. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_gdbmmodule.o -L. -L/usr/local/lib64 -lgdbm -o build/lib.linux-x86_64-3.10/_gdbm.cpython-310-x86_64-linux-gnu.so
  1146. building '_sqlite3' extension
  1147. creating build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_sqlite
  1148. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_sqlite/cache.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_sqlite/cache.o
  1149. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_sqlite/connection.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_sqlite/connection.o
  1150. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_sqlite/cursor.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_sqlite/cursor.o
  1151. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_sqlite/microprotocols.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_sqlite/microprotocols.o
  1152. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_sqlite/module.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_sqlite/module.o
  1153. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_sqlite/prepare_protocol.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_sqlite/prepare_protocol.o
  1154. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_sqlite/row.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_sqlite/row.o
  1155. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_sqlite/statement.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_sqlite/statement.o
  1156. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_sqlite/util.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_sqlite/util.o
  1157. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_sqlite/cache.o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_sqlite/connection.o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_sqlite/cursor.o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_sqlite/microprotocols.o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_sqlite/module.o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_sqlite/prepare_protocol.o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_sqlite/row.o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_sqlite/statement.o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_sqlite/util.o -L. -L/usr/local/lib64 -lsqlite3 -o build/lib.linux-x86_64-3.10/_sqlite3.cpython-310-x86_64-linux-gnu.so
  1158. building 'termios' extension
  1159. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/termios.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/termios.o
  1160. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/termios.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/termios.cpython-310-x86_64-linux-gnu.so
  1161. building 'resource' extension
  1162. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/resource.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/resource.o
  1163. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/resource.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/resource.cpython-310-x86_64-linux-gnu.so
  1164. building 'ossaudiodev' extension
  1165. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/ossaudiodev.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/ossaudiodev.o
  1166. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/ossaudiodev.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/ossaudiodev.cpython-310-x86_64-linux-gnu.so
  1167. building 'zlib' extension
  1168. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/zlibmodule.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/zlibmodule.o
  1169. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/zlibmodule.o -L. -L/usr/local/lib64 -lz -o build/lib.linux-x86_64-3.10/zlib.cpython-310-x86_64-linux-gnu.so
  1170. building 'binascii' extension
  1171. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/binascii.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/binascii.o -DUSE_ZLIB_CRC32
  1172. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/binascii.o -L. -L/usr/local/lib64 -lz -o build/lib.linux-x86_64-3.10/binascii.cpython-310-x86_64-linux-gnu.so
  1173. building '_bz2' extension
  1174. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_bz2module.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_bz2module.o
  1175. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_bz2module.o -L. -L/usr/local/lib64 -lbz2 -o build/lib.linux-x86_64-3.10/_bz2.cpython-310-x86_64-linux-gnu.so
  1176. building '_lzma' extension
  1177. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_lzmamodule.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_lzmamodule.o
  1178. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_lzmamodule.o -L. -L/usr/local/lib64 -llzma -o build/lib.linux-x86_64-3.10/_lzma.cpython-310-x86_64-linux-gnu.so
  1179. building 'pyexpat' extension
  1180. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/pyexpat.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/pyexpat.o
  1181. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/pyexpat.o -L. -L/usr/local/lib64 -lexpat -o build/lib.linux-x86_64-3.10/pyexpat.cpython-310-x86_64-linux-gnu.so
  1182. building '_elementtree' extension
  1183. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DUSE_PYEXPAT_CAPI -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_elementtree.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_elementtree.o
  1184. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_elementtree.o -L. -L/usr/local/lib64 -lexpat -o build/lib.linux-x86_64-3.10/_elementtree.cpython-310-x86_64-linux-gnu.so
  1185. building '_multibytecodec' extension
  1186. creating build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/cjkcodecs
  1187. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/cjkcodecs/multibytecodec.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/cjkcodecs/multibytecodec.o
  1188. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/cjkcodecs/multibytecodec.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/_multibytecodec.cpython-310-x86_64-linux-gnu.so
  1189. building '_codecs_kr' extension
  1190. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/cjkcodecs/_codecs_kr.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/cjkcodecs/_codecs_kr.o
  1191. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/cjkcodecs/_codecs_kr.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/_codecs_kr.cpython-310-x86_64-linux-gnu.so
  1192. building '_codecs_jp' extension
  1193. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/cjkcodecs/_codecs_jp.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/cjkcodecs/_codecs_jp.o
  1194. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/cjkcodecs/_codecs_jp.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/_codecs_jp.cpython-310-x86_64-linux-gnu.so
  1195. building '_codecs_cn' extension
  1196. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/cjkcodecs/_codecs_cn.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/cjkcodecs/_codecs_cn.o
  1197. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/cjkcodecs/_codecs_cn.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/_codecs_cn.cpython-310-x86_64-linux-gnu.so
  1198. building '_codecs_tw' extension
  1199. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/cjkcodecs/_codecs_tw.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/cjkcodecs/_codecs_tw.o
  1200. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/cjkcodecs/_codecs_tw.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/_codecs_tw.cpython-310-x86_64-linux-gnu.so
  1201. building '_codecs_hk' extension
  1202. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/cjkcodecs/_codecs_hk.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/cjkcodecs/_codecs_hk.o
  1203. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/cjkcodecs/_codecs_hk.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/_codecs_hk.cpython-310-x86_64-linux-gnu.so
  1204. building '_codecs_iso2022' extension
  1205. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/cjkcodecs/_codecs_iso2022.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/cjkcodecs/_codecs_iso2022.o
  1206. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/cjkcodecs/_codecs_iso2022.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/_codecs_iso2022.cpython-310-x86_64-linux-gnu.so
  1207. building '_decimal' extension
  1208. creating build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal
  1209. creating build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec
  1210. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/_decimal.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/_decimal.o
  1211. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec/basearith.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec/basearith.o
  1212. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec/constants.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec/constants.o
  1213. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec/context.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec/context.o
  1214. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec/convolute.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec/convolute.o
  1215. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec/crt.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec/crt.o
  1216. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec/difradix2.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec/difradix2.o
  1217. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec/fnt.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec/fnt.o
  1218. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec/fourstep.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec/fourstep.o
  1219. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec/io.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec/io.o
  1220. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec/mpalloc.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec/mpalloc.o
  1221. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec/mpdecimal.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec/mpdecimal.o
  1222. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec/numbertheory.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec/numbertheory.o
  1223. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec/sixstep.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec/sixstep.o
  1224. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -DCONFIG_64=1 -DASM=1 -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec/transpose.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec/transpose.o
  1225. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/_decimal.o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec/basearith.o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec/constants.o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec/context.o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec/convolute.o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec/crt.o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec/difradix2.o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec/fnt.o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec/fourstep.o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec/io.o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec/mpalloc.o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec/mpdecimal.o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec/numbertheory.o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec/sixstep.o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_decimal/libmpdec/transpose.o -L. -L/usr/local/lib64 -lm -o build/lib.linux-x86_64-3.10/_decimal.cpython-310-x86_64-linux-gnu.so
  1226. building '_ctypes_test' extension
  1227. creating build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_ctypes
  1228. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_ctypes/_ctypes_test.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_ctypes/_ctypes_test.o
  1229. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_ctypes/_ctypes_test.o -L. -L/usr/local/lib64 -lm -o build/lib.linux-x86_64-3.10/_ctypes_test.cpython-310-x86_64-linux-gnu.so
  1230. building '_multiprocessing' extension
  1231. creating build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_multiprocessing
  1232. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -IModules/_multiprocessing -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_multiprocessing/multiprocessing.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_multiprocessing/multiprocessing.o
  1233. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -IModules/_multiprocessing -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_multiprocessing/semaphore.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_multiprocessing/semaphore.o
  1234. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_multiprocessing/multiprocessing.o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_multiprocessing/semaphore.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/_multiprocessing.cpython-310-x86_64-linux-gnu.so
  1235. building '_posixshmem' extension
  1236. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -IModules/_multiprocessing -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_multiprocessing/posixshmem.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_multiprocessing/posixshmem.o
  1237. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_multiprocessing/posixshmem.o -L. -L/usr/local/lib64 -lrt -o build/lib.linux-x86_64-3.10/_posixshmem.cpython-310-x86_64-linux-gnu.so
  1238. building '_uuid' extension
  1239. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I/usr/include/uuid -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_uuidmodule.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_uuidmodule.o
  1240. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_uuidmodule.o -L. -L/usr/local/lib64 -luuid -o build/lib.linux-x86_64-3.10/_uuid.cpython-310-x86_64-linux-gnu.so
  1241. building 'xxlimited' extension
  1242. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/xxlimited.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/xxlimited.o
  1243. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/xxlimited.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/xxlimited.cpython-310-x86_64-linux-gnu.so
  1244. building 'xxlimited_35' extension
  1245. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/xxlimited_35.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/xxlimited_35.o
  1246. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/xxlimited_35.o -L. -L/usr/local/lib64 -o build/lib.linux-x86_64-3.10/xxlimited_35.cpython-310-x86_64-linux-gnu.so
  1247. building '_ctypes' extension
  1248. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I/usr/lib64/libffi/include -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_ctypes/_ctypes.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_ctypes/_ctypes.o -DPy_BUILD_CORE_MODULE -DHAVE_FFI_PREP_CIF_VAR=1 -DHAVE_FFI_PREP_CLOSURE_LOC=1 -DHAVE_FFI_CLOSURE_ALLOC=1
  1249. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I/usr/lib64/libffi/include -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_ctypes/callbacks.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_ctypes/callbacks.o -DPy_BUILD_CORE_MODULE -DHAVE_FFI_PREP_CIF_VAR=1 -DHAVE_FFI_PREP_CLOSURE_LOC=1 -DHAVE_FFI_CLOSURE_ALLOC=1
  1250. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I/usr/lib64/libffi/include -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_ctypes/callproc.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_ctypes/callproc.o -DPy_BUILD_CORE_MODULE -DHAVE_FFI_PREP_CIF_VAR=1 -DHAVE_FFI_PREP_CLOSURE_LOC=1 -DHAVE_FFI_CLOSURE_ALLOC=1
  1251. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I/usr/lib64/libffi/include -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_ctypes/cfield.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_ctypes/cfield.o -DPy_BUILD_CORE_MODULE -DHAVE_FFI_PREP_CIF_VAR=1 -DHAVE_FFI_PREP_CLOSURE_LOC=1 -DHAVE_FFI_CLOSURE_ALLOC=1
  1252. x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I/usr/lib64/libffi/include -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Include -I/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2 -c /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_ctypes/stgdict.c -o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_ctypes/stgdict.o -DPy_BUILD_CORE_MODULE -DHAVE_FFI_PREP_CIF_VAR=1 -DHAVE_FFI_PREP_CLOSURE_LOC=1 -DHAVE_FFI_CLOSURE_ALLOC=1
  1253. x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wno-unused-result -Wsign-compare -DNDEBUG -march=skylake -O2 -pipe -fwrapv build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_ctypes/_ctypes.o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_ctypes/callbacks.o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_ctypes/callproc.o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_ctypes/cfield.o build/temp.linux-x86_64-3.10/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Modules/_ctypes/stgdict.o -L. -L/usr/local/lib64 -lffi -ldl -o build/lib.linux-x86_64-3.10/_ctypes.cpython-310-x86_64-linux-gnu.so
  1254. *** WARNING: renaming "_crypt" since importing it failed: /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/build/lib.linux-x86_64-3.10/_crypt.cpython-310-x86_64-linux-gnu.so: undefined symbol: crypt
  1255.  
  1256. Python build finished successfully!
  1257. The necessary bits to build these optional modules were not found:
  1258. _tkinter
  1259. To find the necessary bits, look in setup.py in detect_modules() for the module's name.
  1260.  
  1261.  
  1262. The following modules found by detect_modules() in setup.py, have been
  1263. built by the Makefile instead, as configured by the Setup files:
  1264. _abc pwd time
  1265.  
  1266.  
  1267. Following modules built successfully but were removed because they could not be imported:
  1268. _crypt
  1269.  
  1270. running build_scripts
  1271. creating build/scripts-3.10
  1272. copying and adjusting /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Tools/scripts/pydoc3 -> build/scripts-3.10
  1273. copying and adjusting /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Tools/scripts/idle3 -> build/scripts-3.10
  1274. copying and adjusting /var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2/Tools/scripts/2to3 -> build/scripts-3.10
  1275. changing mode of build/scripts-3.10/pydoc3 from 644 to 755
  1276. changing mode of build/scripts-3.10/idle3 from 644 to 755
  1277. changing mode of build/scripts-3.10/2to3 from 644 to 755
  1278. renaming build/scripts-3.10/pydoc3 to build/scripts-3.10/pydoc3.10
  1279. renaming build/scripts-3.10/idle3 to build/scripts-3.10/idle3.10
  1280. renaming build/scripts-3.10/2to3 to build/scripts-3.10/2to3-3.10
  1281. make: *** [Makefile:637: sharedmods] Error 1
  1282. * ERROR: dev-lang/python-3.10.0_rc2::gentoo failed (compile phase):
  1283. * emake failed
  1284. *
  1285. * If you need support, post the output of `emerge --info '=dev-lang/python-3.10.0_rc2::gentoo'`,
  1286. * the complete build log and the output of `emerge -pqv '=dev-lang/python-3.10.0_rc2::gentoo'`.
  1287. * The complete build log is located at '/var/tmp/portage/dev-lang/python-3.10.0_rc2/temp/build.log'.
  1288. * The ebuild environment file is located at '/var/tmp/portage/dev-lang/python-3.10.0_rc2/temp/environment'.
  1289. * Working directory: '/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2'
  1290. * S: '/var/tmp/portage/dev-lang/python-3.10.0_rc2/work/Python-3.10.0rc2'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement