* Package: dev-lang/python-3.7.8-r1 * Repository: gentoo * Maintainer: python@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc gdbm ipv6 kernel_linux libressl ncurses readline sqlite ssl test userland_GNU xml * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>> Unpacking source... >>> Unpacking Python-3.7.8.tar.xz to /var/tmp/portage/dev-lang/python-3.7.8-r1/work >>> Unpacking python-gentoo-patches-3.7.8-r1.tar.xz to /var/tmp/portage/dev-lang/python-3.7.8-r1/work >>> Source unpacked in /var/tmp/portage/dev-lang/python-3.7.8-r1/work >>> Preparing source in /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 ... * Applying patches from /var/tmp/portage/dev-lang/python-3.7.8-r1/work/python-gentoo-patches-3.7.8-r1 ... * 0001-Install-libpythonX.Y.a-in-usr-lib-instead-of-usr-lib.patch ... [ ok ] * 0002-Disable-modules-and-SSL.patch ... [ ok ] * 0003-Override-libdir.patch ... [ ok ] * 0004-setup.py-exit-with-non-zero-status-on-failure.patch ... [ ok ] * 0005-Improve-distutils-C-support.patch ... [ ok ] * 0006-h2py-use-binary-I-O-to-avoid-encoding-issues.patch ... [ ok ] * 0007-Disable-nis.patch ... [ ok ] * 0008-distutils-make-OO-enable-both-opt-1-and-opt-2-optimi.patch ... [ ok ] * 0009-Install-shared-libs-in-LIBDEST.patch ... [ ok ] * 0010-Call-OPENSSL_init_crypto-for-openssl-1.1.0.patch ... [ ok ] * 0011-test.support.unlink-ignore-PermissionError.patch ... [ ok ] * 0012-3.7-bpo-41004-Resolve-hash-collisions-for-IPv4Interf.patch ... [ ok ] * Running eautoreconf in '/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8' ... * Running aclocal ... [ ok ] * Running autoconf --force ... [ ok ] * Running autoheader ... [ ok ] * Running elibtoolize in: Python-3.7.8/ >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 ... * Disabled modules: _tkinter * econf: updating Python-3.7.8/config.guess with /usr/share/gnuconfig/config.guess * econf: updating Python-3.7.8/config.sub with /usr/share/gnuconfig/config.sub ./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.7.8-r1 --htmldir=/usr/share/doc/python-3.7.8-r1/html --libdir=/usr/lib64 ac_cv_header_stropts_h=no --enable-shared --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 checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for python3.7... python3.7 checking for --enable-universalsdk... no checking for --with-universal-archs... no checking MACHDEP... checking for --without-gcc... no checking for --with-icc... no checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for a sed that does not truncate output... /bin/sed checking for --with-cxx-main=... no checking for the platform triplet based on compiler characteristics... x86_64-linux-gnu checking for -Wl,--no-as-needed... yes checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for the Android API level... not Android checking for --with-suffix... checking for case-insensitive build directory... no checking LIBRARY... libpython$(VERSION)$(ABIFLAGS).a checking LINKCC... $(PURIFY) $(MAINCC) checking for GNU ld... yes checking for --enable-shared... yes checking for --enable-profiling... no checking LDLIBRARY... libpython$(LDVERSION).so checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar checking for x86_64-pc-linux-gnu-readelf... x86_64-pc-linux-gnu-readelf checking for a BSD-compatible install... /usr/lib/portage/python3.7/ebuild-helpers/xattr/install -c checking for a thread-safe mkdir -p... /bin/mkdir -p checking for --with-pydebug... no checking for --with-assertions... no checking for --enable-optimizations... no checking for --with-lto... no checking for x86_64-pc-linux-gnu-llvm-profdata... no checking for llvm-profdata... no checking for -Wextra... yes checking whether x86_64-pc-linux-gnu-gcc accepts and needs -fno-strict-aliasing... no checking if we can turn off x86_64-pc-linux-gnu-gcc unused result warning... yes checking if we can turn off x86_64-pc-linux-gnu-gcc unused parameter warning... yes checking if we can turn off x86_64-pc-linux-gnu-gcc missing field initializers warning... yes checking if we can turn off x86_64-pc-linux-gnu-gcc invalid function cast warning... yes checking if we can turn on x86_64-pc-linux-gnu-gcc mixed sign comparison warning... yes checking if we can turn on x86_64-pc-linux-gnu-gcc unreachable code warning... no checking if we can turn on x86_64-pc-linux-gnu-gcc strict-prototypes warning... no checking if we can make implicit function declaration an error in x86_64-pc-linux-gnu-gcc... yes checking whether pthreads are available without options... no checking whether x86_64-pc-linux-gnu-gcc accepts -Kpthread... no checking whether x86_64-pc-linux-gnu-gcc accepts -Kthread... no checking whether x86_64-pc-linux-gnu-gcc accepts -pthread... yes checking whether x86_64-pc-linux-gnu-g++ also accepts flags for thread support... yes checking for ANSI C header files... (cached) yes checking asm/types.h usability... yes checking asm/types.h presence... yes checking for asm/types.h... yes checking crypt.h usability... yes checking crypt.h presence... yes checking for crypt.h... yes checking conio.h usability... no checking conio.h presence... no checking for conio.h... no checking direct.h usability... no checking direct.h presence... no checking for direct.h... no checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking ieeefp.h usability... no checking ieeefp.h presence... no checking for ieeefp.h... no checking io.h usability... no checking io.h presence... no checking for io.h... no checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking process.h usability... no checking process.h presence... no checking for process.h... no checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking sched.h usability... yes checking sched.h presence... yes checking for sched.h... yes checking shadow.h usability... yes checking shadow.h presence... yes checking for shadow.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking for stropts.h... (cached) no checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking for unistd.h... (cached) yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking poll.h usability... yes checking poll.h presence... yes checking for poll.h... yes checking sys/devpoll.h usability... no checking sys/devpoll.h presence... no checking for sys/devpoll.h... no checking sys/epoll.h usability... yes checking sys/epoll.h presence... yes checking for sys/epoll.h... yes checking sys/poll.h usability... yes checking sys/poll.h presence... yes checking for sys/poll.h... yes checking sys/audioio.h usability... no checking sys/audioio.h presence... no checking for sys/audioio.h... no checking sys/xattr.h usability... yes checking sys/xattr.h presence... yes checking for sys/xattr.h... yes checking sys/bsdtty.h usability... no checking sys/bsdtty.h presence... no checking for sys/bsdtty.h... no checking sys/event.h usability... no checking sys/event.h presence... no checking for sys/event.h... no checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/kern_control.h usability... no checking sys/kern_control.h presence... no checking for sys/kern_control.h... no checking sys/loadavg.h usability... no checking sys/loadavg.h presence... no checking for sys/loadavg.h... no checking sys/lock.h usability... no checking sys/lock.h presence... no checking for sys/lock.h... no checking sys/mkdev.h usability... no checking sys/mkdev.h presence... no checking for sys/mkdev.h... no checking sys/modem.h usability... no checking sys/modem.h presence... no checking for sys/modem.h... no checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/random.h usability... yes checking sys/random.h presence... yes checking for sys/random.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/sendfile.h usability... yes checking sys/sendfile.h presence... yes checking for sys/sendfile.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/statvfs.h usability... yes checking sys/statvfs.h presence... yes checking for sys/statvfs.h... yes checking for sys/stat.h... (cached) yes checking sys/syscall.h usability... yes checking sys/syscall.h presence... yes checking for sys/syscall.h... yes checking sys/sys_domain.h usability... no checking sys/sys_domain.h presence... no checking for sys/sys_domain.h... no checking sys/termio.h usability... no checking sys/termio.h presence... no checking for sys/termio.h... no checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/times.h usability... yes checking sys/times.h presence... yes checking for sys/times.h... yes checking for sys/types.h... (cached) yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking sys/utsname.h usability... yes checking sys/utsname.h presence... yes checking for sys/utsname.h... yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking pty.h usability... yes checking pty.h presence... yes checking for pty.h... yes checking libutil.h usability... no checking libutil.h presence... no checking for libutil.h... no checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking netpacket/packet.h usability... yes checking netpacket/packet.h presence... yes checking for netpacket/packet.h... yes checking sysexits.h usability... yes checking sysexits.h presence... yes checking for sysexits.h... yes checking bluetooth.h usability... no checking bluetooth.h presence... no checking for bluetooth.h... no checking linux/tipc.h usability... yes checking linux/tipc.h presence... yes checking for linux/tipc.h... yes checking linux/random.h usability... yes checking linux/random.h presence... yes checking for linux/random.h... yes checking spawn.h usability... yes checking spawn.h presence... yes checking for spawn.h... yes checking util.h usability... no checking util.h presence... no checking for util.h... no checking alloca.h usability... yes checking alloca.h presence... yes checking for alloca.h... yes checking endian.h usability... yes checking endian.h presence... yes checking for endian.h... yes checking sys/endian.h usability... no checking sys/endian.h presence... no checking for sys/endian.h... no checking sys/sysmacros.h usability... yes checking sys/sysmacros.h presence... yes checking for sys/sysmacros.h... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking whether sys/types.h defines makedev... no checking for sys/mkdev.h... (cached) no checking for sys/sysmacros.h... (cached) yes checking for bluetooth/bluetooth.h... (cached) no checking for net/if.h... yes checking for linux/netlink.h... yes checking for linux/vm_sockets.h... yes checking for linux/can.h... yes checking for linux/can/raw.h... yes checking for linux/can/bcm.h... yes checking for clock_t in time.h... yes checking for makedev... yes checking for le64toh... yes checking for mode_t... yes checking for off_t... yes checking for pid_t... yes checking for size_t... yes checking for uid_t in sys/types.h... yes checking for ssize_t... yes checking for __uint128_t... yes checking size of int... 4 checking size of long... 8 checking size of long long... 8 checking size of void *... 8 checking size of short... 2 checking size of float... 4 checking size of double... 8 checking size of fpos_t... 16 checking size of size_t... 8 checking size of pid_t... 4 checking size of uintptr_t... 8 checking for long double support... yes checking size of long double... 16 checking size of _Bool... 1 checking size of off_t... 8 checking whether to enable large file support... no checking size of time_t... 8 checking for pthread_t... yes checking size of pthread_t... 8 checking size of pthread_key_t... 4 checking whether pthread_key_t is compatible with int... yes checking for --enable-framework... no checking for dyld... no checking the extension of shared libraries... .so checking LDSHARED... $(CC) -shared checking CCSHARED... -fPIC checking LINKFORSHARED... -Xlinker -export-dynamic checking CFLAGSFORSHARED... $(CCSHARED) checking SHLIBS... $(LIBS) checking for sendfile in -lsendfile... no checking for dlopen in -ldl... yes checking for shl_load in -ldld... no checking uuid/uuid.h usability... yes checking uuid/uuid.h presence... yes checking for uuid/uuid.h... yes checking uuid.h usability... no checking uuid.h presence... no checking for uuid.h... no checking for uuid_generate_time_safe... yes checking for uuid_create... no checking for uuid_enc_be... no checking for library containing sem_init... -lpthread checking for textdomain in -lintl... no checking aligned memory access is required... no checking for --with-hash-algorithm... default checking for --with-address-sanitizer... no checking for --with-memory-sanitizer... no checking for --with-undefined-behavior-sanitizer... no checking for t_open in -lnsl... no checking for socket in -lsocket... no checking for --with-libs... no checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking for --with-system-expat... yes checking for --with-system-ffi... yes configure: WARNING: --with(out)-system-ffi is ignored on this platform checking for --with-system-libmpdec... no checking for --with-decimal-contextvar... yes checking for --enable-loadable-sqlite-extensions... yes checking for --with-tcltk-includes... default checking for --with-tcltk-libs... default checking for --with-dbmliborder... gdbm checking if PTHREAD_SCOPE_SYSTEM is supported... yes checking for pthread_sigmask... yes checking for pthread_getcpuclockid... yes checking if --enable-ipv6 is specified... yes checking ipv6 stack type... linux-glibc checking for CAN_RAW_FD_FRAMES... yes checking for --with-doc-strings... yes checking for --with-pymalloc... yes checking for --with-c-locale-coercion... yes checking for --with-valgrind... no checking for --with-dtrace... no checking for dlopen... yes checking DYNLOADFILE... dynload_shlib.o checking MACHDEP_OBJS... none checking for alarm... yes checking for accept4... yes checking for setitimer... yes checking for getitimer... yes checking for bind_textdomain_codeset... yes checking for chown... yes checking for clock... yes checking for confstr... yes checking for ctermid... yes checking for dup3... yes checking for execv... yes checking for faccessat... yes checking for fchmod... yes checking for fchmodat... yes checking for fchown... yes checking for fchownat... yes checking for fexecve... yes checking for fdopendir... yes checking for fork... yes checking for fpathconf... yes checking for fstatat... yes checking for ftime... yes checking for ftruncate... yes checking for futimesat... yes checking for futimens... yes checking for futimes... yes checking for gai_strerror... yes checking for getentropy... yes checking for getgrouplist... yes checking for getgroups... yes checking for getlogin... yes checking for getloadavg... yes checking for getpeername... yes checking for getpgid... yes checking for getpid... yes checking for getpriority... yes checking for getresuid... yes checking for getresgid... yes checking for getpwent... yes checking for getspnam... yes checking for getspent... yes checking for getsid... yes checking for getwd... yes checking for if_nameindex... yes checking for initgroups... yes checking for kill... yes checking for killpg... yes checking for lchown... yes checking for lockf... yes checking for linkat... yes checking for lstat... yes checking for lutimes... yes checking for mmap... yes checking for memrchr... yes checking for mbrtowc... yes checking for mkdirat... yes checking for mkfifo... yes checking for mkfifoat... yes checking for mknod... yes checking for mknodat... yes checking for mktime... yes checking for mremap... yes checking for nice... yes checking for openat... yes checking for pathconf... yes checking for pause... yes checking for pipe2... yes checking for plock... no checking for poll... yes checking for posix_fallocate... yes checking for posix_fadvise... yes checking for posix_spawn... yes checking for pread... yes checking for preadv... yes checking for preadv2... yes checking for pthread_init... no checking for pthread_kill... yes checking for putenv... yes checking for pwrite... yes checking for pwritev... yes checking for pwritev2... yes checking for readlink... yes checking for readlinkat... yes checking for readv... yes checking for realpath... yes checking for renameat... yes checking for sem_open... yes checking for sem_timedwait... yes checking for sem_getvalue... yes checking for sem_unlink... yes checking for sendfile... yes checking for setegid... yes checking for seteuid... yes checking for setgid... yes checking for sethostname... yes checking for setlocale... yes checking for setregid... yes checking for setreuid... yes checking for setresuid... yes checking for setresgid... yes checking for setsid... yes checking for setpgid... yes checking for setpgrp... yes checking for setpriority... yes checking for setuid... yes checking for setvbuf... yes checking for sched_get_priority_max... yes checking for sched_setaffinity... yes checking for sched_setscheduler... yes checking for sched_setparam... yes checking for sched_rr_get_interval... yes checking for sigaction... yes checking for sigaltstack... yes checking for siginterrupt... yes checking for sigpending... yes checking for sigrelse... yes checking for sigtimedwait... yes checking for sigwait... yes checking for sigwaitinfo... yes checking for snprintf... yes checking for strftime... yes checking for strlcpy... no checking for symlinkat... yes checking for sync... yes checking for sysconf... yes checking for tcgetpgrp... yes checking for tcsetpgrp... yes checking for tempnam... yes checking for timegm... yes checking for times... yes checking for tmpfile... yes checking for tmpnam... yes checking for tmpnam_r... yes checking for truncate... yes checking for uname... yes checking for unlinkat... yes checking for unsetenv... yes checking for utimensat... yes checking for utimes... yes checking for waitid... yes checking for waitpid... yes checking for wait3... yes checking for wait4... yes checking for wcscoll... yes checking for wcsftime... yes checking for wcsxfrm... yes checking for wmemcmp... yes checking for writev... yes checking for _getpty... no checking whether dirfd is declared... yes checking for chroot... yes checking for link... yes checking for symlink... yes checking for fchdir... yes checking for fsync... yes checking for fdatasync... yes checking for epoll... yes checking for epoll_create1... yes checking for kqueue... no checking for prlimit... yes checking for ctermid_r... no checking for flock declaration... yes checking for flock... yes checking for getpagesize... yes checking for broken unsetenv... no checking for true... true checking for inet_aton in -lc... yes checking for chflags... no checking for lchflags... no checking for inflateCopy in -lz... yes checking for hstrerror... yes checking for inet_aton... yes checking for inet_pton... yes checking for setgroups... yes checking for openpty... no checking for openpty in -lutil... yes checking for forkpty... yes checking for fseek64... no checking for fseeko... yes checking for fstatvfs... yes checking for ftell64... no checking for ftello... yes checking for statvfs... yes checking for dup2... yes checking for strdup... yes checking for getpgrp... yes checking for setpgrp... (cached) yes checking for gettimeofday... yes checking for library containing crypt... -lcrypt checking for library containing crypt_r... none required checking for crypt_r... yes checking for clock_gettime... yes checking for clock_getres... yes checking for clock_settime... yes checking for major... yes checking for getaddrinfo... yes checking getaddrinfo bug... no checking for getnameinfo... yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking for struct stat.st_rdev... yes checking for struct stat.st_blksize... yes checking for struct stat.st_flags... no checking for struct stat.st_gen... no checking for struct stat.st_birthtime... no checking for struct stat.st_blocks... yes checking for struct passwd.pw_gecos... yes checking for struct passwd.pw_passwd... yes checking for siginfo_t.si_band... yes checking for time.h that defines altzone... no checking whether sys/select.h and sys/time.h may both be included... yes checking for addrinfo... yes checking for sockaddr_storage... yes checking for sockaddr_alg... yes checking whether char is unsigned... no checking for an ANSI C-conforming const... yes checking for working signed char... yes checking for prototypes... yes checking for variable length prototypes and stdarg.h... yes checking for socketpair... yes checking if sockaddr has sa_len member... no checking for gethostbyname_r... yes checking gethostbyname_r with 6 args... yes checking for __fpu_control... yes checking for --with-libm=STRING... default LIBM="-lm" checking for --with-libc=STRING... set LIBC="" checking for x64 gcc inline assembler... yes checking whether C doubles are little-endian IEEE 754 binary64... yes checking whether C doubles are big-endian IEEE 754 binary64... no checking whether C doubles are ARM mixed-endian IEEE 754 binary64... no checking whether we can use gcc inline assembler to get and set x87 control word... yes checking whether we can use gcc inline assembler to get and set mc68881 fpcr... no checking for x87-style double rounding... no checking for acosh... yes checking for asinh... yes checking for atanh... yes checking for copysign... yes checking for erf... yes checking for erfc... yes checking for expm1... yes checking for finite... yes checking for gamma... yes checking for hypot... yes checking for lgamma... yes checking for log1p... yes checking for log2... yes checking for round... yes checking for tgamma... yes checking whether isinf is declared... yes checking whether isnan is declared... yes checking whether isfinite is declared... yes checking whether tanh preserves the sign of zero... yes checking whether log1p drops the sign of negative zero... no checking whether POSIX semaphores are enabled... yes checking for broken sem_getvalue... no checking whether RTLD_LAZY is declared... yes checking whether RTLD_NOW is declared... yes checking whether RTLD_GLOBAL is declared... yes checking whether RTLD_LOCAL is declared... yes checking whether RTLD_NODELETE is declared... yes checking whether RTLD_NOLOAD is declared... yes checking whether RTLD_DEEPBIND is declared... yes checking whether RTLD_MEMBER is declared... no checking digit size for Python's longs... no value specified checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking size of wchar_t... 4 checking for UCS-4 tcl... no checking whether wchar_t is signed... yes checking whether wchar_t is usable... no checking whether byte ordering is bigendian... no checking ABIFLAGS... m checking SOABI... cpython-37m-x86_64-linux-gnu checking LDVERSION... $(VERSION)$(ABIFLAGS) checking whether right shift extends the sign bit... yes checking for getc_unlocked() and friends... yes checking how to link readline libs... -lreadline checking for rl_pre_input_hook in -lreadline... yes checking for rl_completion_display_matches_hook in -lreadline... yes checking for rl_resize_terminal in -lreadline... yes checking for rl_completion_matches in -lreadline... yes checking for append_history in -lreadline... yes checking for broken nice()... no checking for broken poll()... no checking for working tzset()... yes checking for tv_nsec in struct stat... yes checking for tv_nsec2 in struct stat... no checking curses.h usability... yes checking curses.h presence... yes checking for curses.h... yes checking ncurses.h usability... yes checking ncurses.h presence... yes checking for ncurses.h... yes checking for term.h... yes checking whether mvwdelch is an expression... yes checking whether WINDOW has _flags... yes checking for is_pad... yes checking for is_term_resized... yes checking for resize_term... yes checking for resizeterm... yes checking for immedok... yes checking for syncok... yes checking for wchgat... yes checking for filter... yes checking for has_key... yes checking for typeahead... yes checking for use_env... yes configure: checking for device files checking for /dev/ptmx... yes checking for /dev/ptc... no checking for %zd printf() format support... yes checking for socklen_t... yes checking for broken mbstowcs... no checking for --with-computed-gotos... yes checking whether x86_64-pc-linux-gnu-gcc -pthread supports computed gotos... yes checking for build directories... done checking for -O2... yes checking for glibc _FORTIFY_SOURCE/memmove bug... no checking for gcc ipa-pure-const bug... no checking for stdatomic.h... yes checking for GCC >= 4.7 __atomic builtins... yes checking for ensurepip... no checking if the dirent structure of a d_type field... yes checking for the Linux getrandom() syscall... yes checking for the getrandom() function... yes checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config checking whether compiling and linking against OpenSSL works... yes checking for X509_VERIFY_PARAM_set1_host in libssl... yes checking for --with-ssl-default-suites... python configure: creating ./config.status config.status: creating Makefile.pre config.status: creating Misc/python.pc config.status: creating Misc/python-config.sh config.status: creating Modules/ld_so_aix config.status: creating pyconfig.h creating Modules/Setup creating Modules/Setup.local creating Makefile If you want a release build with all stable optimizations active (PGO, etc), please run ./configure --enable-optimizations >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 ... make -j1 CPPFLAGS= CFLAGS= LDFLAGS= x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Programs/python.o ./Programs/python.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Parser/acceler.o Parser/acceler.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Parser/grammar1.o Parser/grammar1.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Parser/listnode.o Parser/listnode.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Parser/node.o Parser/node.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Parser/parser.o Parser/parser.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Parser/bitset.o Parser/bitset.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Parser/metagrammar.o Parser/metagrammar.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Parser/firstsets.o Parser/firstsets.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Parser/grammar.o Parser/grammar.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Parser/pgen.o Parser/pgen.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Parser/myreadline.o Parser/myreadline.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Parser/parsetok.o Parser/parsetok.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Parser/tokenizer.o Parser/tokenizer.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/abstract.o Objects/abstract.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/accu.o Objects/accu.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/boolobject.o Objects/boolobject.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/bytes_methods.o Objects/bytes_methods.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/bytearrayobject.o Objects/bytearrayobject.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/bytesobject.o Objects/bytesobject.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/call.o Objects/call.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/cellobject.o Objects/cellobject.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/classobject.o Objects/classobject.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/codeobject.o Objects/codeobject.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/complexobject.o Objects/complexobject.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/descrobject.o Objects/descrobject.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/enumobject.o Objects/enumobject.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/exceptions.o Objects/exceptions.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/genobject.o Objects/genobject.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/fileobject.o Objects/fileobject.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/floatobject.o Objects/floatobject.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/frameobject.o Objects/frameobject.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/funcobject.o Objects/funcobject.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/iterobject.o Objects/iterobject.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/listobject.o Objects/listobject.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/longobject.o Objects/longobject.c Objects/longobject.c: In function '_PyLong_Frexp': Objects/longobject.c:2826:33: warning: 'x_digits[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] 2826 | x_digits[0] |= 1; | ^~ x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/dictobject.o Objects/dictobject.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/odictobject.o Objects/odictobject.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/memoryobject.o Objects/memoryobject.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/methodobject.o Objects/methodobject.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/moduleobject.o Objects/moduleobject.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/namespaceobject.o Objects/namespaceobject.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/object.o Objects/object.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/obmalloc.o Objects/obmalloc.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/capsule.o Objects/capsule.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/rangeobject.o Objects/rangeobject.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/setobject.o Objects/setobject.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/sliceobject.o Objects/sliceobject.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/structseq.o Objects/structseq.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/tupleobject.o Objects/tupleobject.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/typeobject.o Objects/typeobject.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/unicodeobject.o Objects/unicodeobject.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/unicodectype.o Objects/unicodectype.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/weakrefobject.o Objects/weakrefobject.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/_warnings.o Python/_warnings.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/Python-ast.o Python/Python-ast.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/asdl.o Python/asdl.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/ast.o Python/ast.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/ast_opt.o Python/ast_opt.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/ast_unparse.o Python/ast_unparse.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/bltinmodule.o Python/bltinmodule.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/ceval.o Python/ceval.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/compile.o Python/compile.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/codecs.o Python/codecs.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/dynamic_annotations.o Python/dynamic_annotations.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/errors.o Python/errors.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/frozenmain.o Python/frozenmain.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/future.o Python/future.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/getargs.o Python/getargs.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/getcompiler.o Python/getcompiler.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/getcopyright.o Python/getcopyright.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -DPLATFORM='"linux"' -o Python/getplatform.o ./Python/getplatform.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/getversion.o Python/getversion.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/graminit.o Python/graminit.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/import.o Python/import.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -I. -o Python/importdl.o ./Python/importdl.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/marshal.o Python/marshal.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/modsupport.o Python/modsupport.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/mysnprintf.o Python/mysnprintf.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/mystrtoul.o Python/mystrtoul.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/pathconfig.o Python/pathconfig.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/peephole.o Python/peephole.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/pyarena.o Python/pyarena.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/pyctype.o Python/pyctype.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/pyfpe.o Python/pyfpe.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/pyhash.o Python/pyhash.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/pylifecycle.o Python/pylifecycle.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/pymath.o Python/pymath.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/pystate.o Python/pystate.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/context.o Python/context.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/hamt.o Python/hamt.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/pythonrun.o Python/pythonrun.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/pytime.o Python/pytime.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/bootstrap_hash.o Python/bootstrap_hash.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/structmember.o Python/structmember.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/symtable.o Python/symtable.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE \ -DABIFLAGS='"m"' \ -DMULTIARCH=\"x86_64-linux-gnu\" \ -o Python/sysmodule.o ./Python/sysmodule.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/thread.o Python/thread.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/traceback.o Python/traceback.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/getopt.o Python/getopt.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/pystrcmp.o Python/pystrcmp.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/pystrtod.o Python/pystrtod.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/pystrhex.o Python/pystrhex.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/dtoa.o Python/dtoa.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/formatter_unicode.o Python/formatter_unicode.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/fileutils.o Python/fileutils.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE \ -DSOABI='"cpython-37m-x86_64-linux-gnu"' \ -o Python/dynload_shlib.o ./Python/dynload_shlib.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Modules/config.o Modules/config.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -DPYTHONPATH='""' \ -DPREFIX='"/usr"' \ -DEXEC_PREFIX='"/usr"' \ -DVERSION='"3.7"' \ -DVPATH='""' \ -o Modules/getpath.o ./Modules/getpath.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Modules/main.o Modules/main.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Modules/gcmodule.o Modules/gcmodule.c x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE -c ./Modules/posixmodule.c -o Modules/posixmodule.o x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/errnomodule.c -o Modules/errnomodule.o x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/pwdmodule.c -o Modules/pwdmodule.o x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/_sre.c -o Modules/_sre.o x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/_codecsmodule.c -o Modules/_codecsmodule.o x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/_weakref.c -o Modules/_weakref.o x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE -c ./Modules/_functoolsmodule.c -o Modules/_functoolsmodule.o x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/_operator.c -o Modules/_operator.o x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/_collectionsmodule.c -o Modules/_collectionsmodule.o x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/_abc.c -o Modules/_abc.o x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/itertoolsmodule.c -o Modules/itertoolsmodule.o x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/atexitmodule.c -o Modules/atexitmodule.o x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE -c ./Modules/signalmodule.c -o Modules/signalmodule.o x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/_stat.c -o Modules/_stat.o x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE -c ./Modules/timemodule.c -o Modules/timemodule.o x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE -c ./Modules/_threadmodule.c -o Modules/_threadmodule.o x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/_localemodule.c -o Modules/_localemodule.o x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE -I./Modules/_io -c ./Modules/_io/_iomodule.c -o Modules/_iomodule.o x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE -I./Modules/_io -c ./Modules/_io/iobase.c -o Modules/iobase.o x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE -I./Modules/_io -c ./Modules/_io/fileio.c -o Modules/fileio.o x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE -I./Modules/_io -c ./Modules/_io/bytesio.c -o Modules/bytesio.o x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE -I./Modules/_io -c ./Modules/_io/bufferedio.c -o Modules/bufferedio.o x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE -I./Modules/_io -c ./Modules/_io/textio.c -o Modules/textio.o x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE -I./Modules/_io -c ./Modules/_io/stringio.c -o Modules/stringio.o x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -DPy_BUILD_CORE -c ./Modules/zipimport.c -o Modules/zipimport.o x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/faulthandler.c -o Modules/faulthandler.o x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/_tracemalloc.c -o Modules/_tracemalloc.o x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/hashtable.c -o Modules/hashtable.o x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/symtablemodule.c -o Modules/symtablemodule.o x86_64-pc-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE_BUILTIN -c ./Modules/xxsubtype.c -o Modules/xxsubtype.o x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE \ -DGITVERSION="\"`LC_ALL=C `\"" \ -DGITTAG="\"`LC_ALL=C `\"" \ -DGITBRANCH="\"`LC_ALL=C `\"" \ -o Modules/getbuildinfo.o ./Modules/getbuildinfo.c x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/frozen.o Python/frozen.c rm -f libpython3.7m.a x86_64-pc-linux-gnu-ar rcs libpython3.7m.a Modules/getbuildinfo.o Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Parser/myreadline.o Parser/parsetok.o Parser/tokenizer.o Objects/abstract.o Objects/accu.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/capsule.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/weakrefobject.o 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/compile.o Python/codecs.o Python/dynamic_annotations.o Python/errors.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/graminit.o Python/import.o Python/importdl.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/peephole.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/context.o Python/hamt.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/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/zipimport.o Modules/faulthandler.o Modules/_tracemalloc.o Modules/hashtable.o Modules/symtablemodule.o Modules/xxsubtype.o Python/frozen.o if test libpython3.7m.so.1.0 != libpython3.7m.so; then \ x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wl,-hlibpython3.7m.so.1.0 -o libpython3.7m.so.1.0 Modules/getbuildinfo.o Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Parser/myreadline.o Parser/parsetok.o Parser/tokenizer.o Objects/abstract.o Objects/accu.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/capsule.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/weakrefobject.o 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/compile.o Python/codecs.o Python/dynamic_annotations.o Python/errors.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/graminit.o Python/import.o Python/importdl.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/peephole.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/context.o Python/hamt.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/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/zipimport.o Modules/faulthandler.o Modules/_tracemalloc.o Modules/hashtable.o Modules/symtablemodule.o Modules/xxsubtype.o Python/frozen.o -lcrypt -lpthread -ldl -lutil -lm ; \ ln -f libpython3.7m.so.1.0 libpython3.7m.so; \ else \ x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -o libpython3.7m.so Modules/getbuildinfo.o Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Parser/myreadline.o Parser/parsetok.o Parser/tokenizer.o Objects/abstract.o Objects/accu.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/capsule.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/weakrefobject.o 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/compile.o Python/codecs.o Python/dynamic_annotations.o Python/errors.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/graminit.o Python/import.o Python/importdl.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/peephole.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/context.o Python/hamt.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/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/zipimport.o Modules/faulthandler.o Modules/_tracemalloc.o Modules/hashtable.o Modules/symtablemodule.o Modules/xxsubtype.o Python/frozen.o -lcrypt -lpthread -ldl -lutil -lm ; \ fi x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wl,--no-as-needed -o libpython3.so -Wl,-hlibpython3.so libpython3.7m.so x86_64-pc-linux-gnu-gcc -pthread -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Xlinker -export-dynamic -o python Programs/python.o -L. -lpython3.7m -lcrypt -lpthread -ldl -lutil -lm LD_LIBRARY_PATH=/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 ./python -E -S -m sysconfig --generate-posix-vars ;\ if test $? -ne 0 ; then \ echo "generate-posix-vars failed" ; \ rm -f ./pybuilddir.txt ; \ exit 1 ; \ fi x86_64-pc-linux-gnu-gcc -pthread -c -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Modules/_math.o Modules/_math.c LD_LIBRARY_PATH=/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 CC='x86_64-pc-linux-gnu-gcc -pthread' LDSHARED='x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. ' CFLAGS='-Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv ' _TCLTK_INCLUDES='' _TCLTK_LIBS='' ./python -E ./setup.py build running build running build_ext INFO: Can't locate Tcl/Tk libs and/or headers building '_struct' extension creating build/temp.linux-x86_64-3.7/var creating build/temp.linux-x86_64-3.7/var/tmp creating build/temp.linux-x86_64-3.7/var/tmp/portage creating build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang creating build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1 creating build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work creating build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 creating build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_struct.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_struct.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_struct.o -L. -L/usr/local/lib64 -lpython3.7m -o build/lib.linux-x86_64-3.7/_struct.cpython-37m-x86_64-linux-gnu.so building '_ctypes_test' extension creating build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_ctypes x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_ctypes/_ctypes_test.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_ctypes/_ctypes_test.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_ctypes/_ctypes_test.o -L. -L/usr/local/lib64 -lm -lpython3.7m -o build/lib.linux-x86_64-3.7/_ctypes_test.cpython-37m-x86_64-linux-gnu.so building 'array' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/arraymodule.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/arraymodule.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/arraymodule.o -L. -L/usr/local/lib64 -lpython3.7m -o build/lib.linux-x86_64-3.7/array.cpython-37m-x86_64-linux-gnu.so building '_contextvars' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_contextvarsmodule.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_contextvarsmodule.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_contextvarsmodule.o -L. -L/usr/local/lib64 -lpython3.7m -o build/lib.linux-x86_64-3.7/_contextvars.cpython-37m-x86_64-linux-gnu.so building 'cmath' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/cmathmodule.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/cmathmodule.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/cmathmodule.o Modules/_math.o -L. -L/usr/local/lib64 -lm -lpython3.7m -o build/lib.linux-x86_64-3.7/cmath.cpython-37m-x86_64-linux-gnu.so building 'math' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/mathmodule.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/mathmodule.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/mathmodule.o Modules/_math.o -L. -L/usr/local/lib64 -lm -lpython3.7m -o build/lib.linux-x86_64-3.7/math.cpython-37m-x86_64-linux-gnu.so building '_datetime' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_datetimemodule.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_datetimemodule.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_datetimemodule.o -L. -L/usr/local/lib64 -lm -lpython3.7m -o build/lib.linux-x86_64-3.7/_datetime.cpython-37m-x86_64-linux-gnu.so building '_random' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_randommodule.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_randommodule.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_randommodule.o -L. -L/usr/local/lib64 -lpython3.7m -o build/lib.linux-x86_64-3.7/_random.cpython-37m-x86_64-linux-gnu.so building '_bisect' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_bisectmodule.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_bisectmodule.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_bisectmodule.o -L. -L/usr/local/lib64 -lpython3.7m -o build/lib.linux-x86_64-3.7/_bisect.cpython-37m-x86_64-linux-gnu.so building '_heapq' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_heapqmodule.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_heapqmodule.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_heapqmodule.o -L. -L/usr/local/lib64 -lpython3.7m -o build/lib.linux-x86_64-3.7/_heapq.cpython-37m-x86_64-linux-gnu.so building '_pickle' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_pickle.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_pickle.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_pickle.o -L. -L/usr/local/lib64 -lpython3.7m -o build/lib.linux-x86_64-3.7/_pickle.cpython-37m-x86_64-linux-gnu.so building '_json' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_json.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_json.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_json.o -L. -L/usr/local/lib64 -lpython3.7m -o build/lib.linux-x86_64-3.7/_json.cpython-37m-x86_64-linux-gnu.so building '_testcapi' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_testcapimodule.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_testcapimodule.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_testcapimodule.o -L. -L/usr/local/lib64 -lpython3.7m -o build/lib.linux-x86_64-3.7/_testcapi.cpython-37m-x86_64-linux-gnu.so building '_testbuffer' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_testbuffer.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_testbuffer.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_testbuffer.o -L. -L/usr/local/lib64 -lpython3.7m -o build/lib.linux-x86_64-3.7/_testbuffer.cpython-37m-x86_64-linux-gnu.so building '_testimportmultiple' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_testimportmultiple.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_testimportmultiple.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_testimportmultiple.o -L. -L/usr/local/lib64 -lpython3.7m -o build/lib.linux-x86_64-3.7/_testimportmultiple.cpython-37m-x86_64-linux-gnu.so building '_testmultiphase' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_testmultiphase.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_testmultiphase.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_testmultiphase.o -L. -L/usr/local/lib64 -lpython3.7m -o build/lib.linux-x86_64-3.7/_testmultiphase.cpython-37m-x86_64-linux-gnu.so building '_lsprof' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_lsprof.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_lsprof.o x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/rotatingtree.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/rotatingtree.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_lsprof.o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/rotatingtree.o -L. -L/usr/local/lib64 -lpython3.7m -o build/lib.linux-x86_64-3.7/_lsprof.cpython-37m-x86_64-linux-gnu.so building 'unicodedata' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/unicodedata.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/unicodedata.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/unicodedata.o -L. -L/usr/local/lib64 -lpython3.7m -o build/lib.linux-x86_64-3.7/unicodedata.cpython-37m-x86_64-linux-gnu.so building '_opcode' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_opcode.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_opcode.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_opcode.o -L. -L/usr/local/lib64 -lpython3.7m -o build/lib.linux-x86_64-3.7/_opcode.cpython-37m-x86_64-linux-gnu.so building '_asyncio' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_asynciomodule.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_asynciomodule.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_asynciomodule.o -L. -L/usr/local/lib64 -lpython3.7m -o build/lib.linux-x86_64-3.7/_asyncio.cpython-37m-x86_64-linux-gnu.so building '_queue' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_queuemodule.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_queuemodule.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_queuemodule.o -L. -L/usr/local/lib64 -lpython3.7m -o build/lib.linux-x86_64-3.7/_queue.cpython-37m-x86_64-linux-gnu.so building 'fcntl' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/fcntlmodule.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/fcntlmodule.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/fcntlmodule.o -L. -L/usr/local/lib64 -lpython3.7m -o build/lib.linux-x86_64-3.7/fcntl.cpython-37m-x86_64-linux-gnu.so building 'grp' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/grpmodule.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/grpmodule.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/grpmodule.o -L. -L/usr/local/lib64 -lpython3.7m -o build/lib.linux-x86_64-3.7/grp.cpython-37m-x86_64-linux-gnu.so building 'spwd' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/spwdmodule.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/spwdmodule.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/spwdmodule.o -L. -L/usr/local/lib64 -lpython3.7m -o build/lib.linux-x86_64-3.7/spwd.cpython-37m-x86_64-linux-gnu.so building 'select' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/selectmodule.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/selectmodule.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/selectmodule.o -L. -L/usr/local/lib64 -lpython3.7m -o build/lib.linux-x86_64-3.7/select.cpython-37m-x86_64-linux-gnu.so building 'parser' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/parsermodule.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/parsermodule.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/parsermodule.o -L. -L/usr/local/lib64 -lpython3.7m -o build/lib.linux-x86_64-3.7/parser.cpython-37m-x86_64-linux-gnu.so building 'mmap' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/mmapmodule.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/mmapmodule.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/mmapmodule.o -L. -L/usr/local/lib64 -lpython3.7m -o build/lib.linux-x86_64-3.7/mmap.cpython-37m-x86_64-linux-gnu.so building 'syslog' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/syslogmodule.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/syslogmodule.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/syslogmodule.o -L. -L/usr/local/lib64 -lpython3.7m -o build/lib.linux-x86_64-3.7/syslog.cpython-37m-x86_64-linux-gnu.so building '_xxtestfuzz' extension creating build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_xxtestfuzz x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_xxtestfuzz/_xxtestfuzz.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_xxtestfuzz/_xxtestfuzz.o x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_xxtestfuzz/fuzzer.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_xxtestfuzz/fuzzer.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_xxtestfuzz/_xxtestfuzz.o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_xxtestfuzz/fuzzer.o -L. -L/usr/local/lib64 -lpython3.7m -o build/lib.linux-x86_64-3.7/_xxtestfuzz.cpython-37m-x86_64-linux-gnu.so building 'audioop' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/audioop.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/audioop.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/audioop.o -L. -L/usr/local/lib64 -lm -lpython3.7m -o build/lib.linux-x86_64-3.7/audioop.cpython-37m-x86_64-linux-gnu.so building 'readline' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/readline.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/readline.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/readline.o -L/usr/lib64/termcap -L. -L/usr/local/lib64 -lreadline -lncursesw -lpython3.7m -o build/lib.linux-x86_64-3.7/readline.cpython-37m-x86_64-linux-gnu.so building '_crypt' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_cryptmodule.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_cryptmodule.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_cryptmodule.o -L. -L/usr/local/lib64 -lcrypt -lpython3.7m -o build/lib.linux-x86_64-3.7/_crypt.cpython-37m-x86_64-linux-gnu.so building '_csv' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_csv.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_csv.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_csv.o -L. -L/usr/local/lib64 -lpython3.7m -o build/lib.linux-x86_64-3.7/_csv.cpython-37m-x86_64-linux-gnu.so building '_posixsubprocess' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_posixsubprocess.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_posixsubprocess.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_posixsubprocess.o -L. -L/usr/local/lib64 -lpython3.7m -o build/lib.linux-x86_64-3.7/_posixsubprocess.cpython-37m-x86_64-linux-gnu.so building '_socket' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/socketmodule.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/socketmodule.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/socketmodule.o -L. -L/usr/local/lib64 -lpython3.7m -o build/lib.linux-x86_64-3.7/_socket.cpython-37m-x86_64-linux-gnu.so building '_ssl' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_ssl.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_ssl.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_ssl.o -L. -L/usr/local/lib64 -lssl -lcrypto -lpython3.7m -o build/lib.linux-x86_64-3.7/_ssl.cpython-37m-x86_64-linux-gnu.so building '_hashlib' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_hashopenssl.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_hashopenssl.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_hashopenssl.o -L. -L/usr/local/lib64 -lssl -lcrypto -lpython3.7m -o build/lib.linux-x86_64-3.7/_hashlib.cpython-37m-x86_64-linux-gnu.so building '_sha256' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/sha256module.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/sha256module.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/sha256module.o -L. -L/usr/local/lib64 -lpython3.7m -o build/lib.linux-x86_64-3.7/_sha256.cpython-37m-x86_64-linux-gnu.so building '_sha512' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/sha512module.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/sha512module.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/sha512module.o -L. -L/usr/local/lib64 -lpython3.7m -o build/lib.linux-x86_64-3.7/_sha512.cpython-37m-x86_64-linux-gnu.so building '_md5' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/md5module.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/md5module.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/md5module.o -L. -L/usr/local/lib64 -lpython3.7m -o build/lib.linux-x86_64-3.7/_md5.cpython-37m-x86_64-linux-gnu.so building '_sha1' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/sha1module.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/sha1module.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/sha1module.o -L. -L/usr/local/lib64 -lpython3.7m -o build/lib.linux-x86_64-3.7/_sha1.cpython-37m-x86_64-linux-gnu.so building '_blake2' extension creating build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_blake2 x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_blake2/blake2module.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_blake2/blake2module.o x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_blake2/blake2b_impl.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_blake2/blake2b_impl.o x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_blake2/blake2s_impl.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_blake2/blake2s_impl.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_blake2/blake2module.o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_blake2/blake2b_impl.o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_blake2/blake2s_impl.o -L. -L/usr/local/lib64 -lpython3.7m -o build/lib.linux-x86_64-3.7/_blake2.cpython-37m-x86_64-linux-gnu.so building '_sha3' extension creating build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_sha3 x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_sha3/sha3module.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_sha3/sha3module.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_sha3/sha3module.o -L. -L/usr/local/lib64 -lpython3.7m -o build/lib.linux-x86_64-3.7/_sha3.cpython-37m-x86_64-linux-gnu.so building '_sqlite3' extension creating build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_sqlite x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_sqlite/cache.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_sqlite/cache.o x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_sqlite/connection.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_sqlite/connection.o x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_sqlite/cursor.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_sqlite/cursor.o x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_sqlite/microprotocols.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_sqlite/microprotocols.o x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_sqlite/module.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_sqlite/module.o x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_sqlite/prepare_protocol.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_sqlite/prepare_protocol.o x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_sqlite/row.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_sqlite/row.o x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_sqlite/statement.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_sqlite/statement.o x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_sqlite/util.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_sqlite/util.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_sqlite/cache.o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_sqlite/connection.o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_sqlite/cursor.o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_sqlite/microprotocols.o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_sqlite/module.o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_sqlite/prepare_protocol.o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_sqlite/row.o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_sqlite/statement.o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_sqlite/util.o -L. -L/usr/local/lib64 -lsqlite3 -lpython3.7m -o build/lib.linux-x86_64-3.7/_sqlite3.cpython-37m-x86_64-linux-gnu.so building '_dbm' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -DHAVE_GDBM_NDBM_H -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_dbmmodule.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_dbmmodule.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_dbmmodule.o -L. -L/usr/local/lib64 -lgdbm -lgdbm_compat -lpython3.7m -o build/lib.linux-x86_64-3.7/_dbm.cpython-37m-x86_64-linux-gnu.so building '_gdbm' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_gdbmmodule.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_gdbmmodule.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_gdbmmodule.o -L. -L/usr/local/lib64 -lgdbm -lpython3.7m -o build/lib.linux-x86_64-3.7/_gdbm.cpython-37m-x86_64-linux-gnu.so building 'termios' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/termios.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/termios.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/termios.o -L. -L/usr/local/lib64 -lpython3.7m -o build/lib.linux-x86_64-3.7/termios.cpython-37m-x86_64-linux-gnu.so building 'resource' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/resource.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/resource.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/resource.o -L. -L/usr/local/lib64 -lpython3.7m -o build/lib.linux-x86_64-3.7/resource.cpython-37m-x86_64-linux-gnu.so building '_curses' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -DHAVE_NCURSESW=1 -I/usr/include/ncursesw -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_cursesmodule.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_cursesmodule.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_cursesmodule.o -L. -L/usr/local/lib64 -lncursesw -lpython3.7m -o build/lib.linux-x86_64-3.7/_curses.cpython-37m-x86_64-linux-gnu.so building '_curses_panel' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -DHAVE_NCURSESW=1 -I/usr/include/ncursesw -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_curses_panel.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_curses_panel.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_curses_panel.o -L. -L/usr/local/lib64 -lpanelw -lncursesw -lpython3.7m -o build/lib.linux-x86_64-3.7/_curses_panel.cpython-37m-x86_64-linux-gnu.so building 'zlib' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/zlibmodule.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/zlibmodule.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/zlibmodule.o -L. -L/usr/local/lib64 -lz -lpython3.7m -o build/lib.linux-x86_64-3.7/zlib.cpython-37m-x86_64-linux-gnu.so building 'binascii' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/binascii.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/binascii.o -DUSE_ZLIB_CRC32 x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/binascii.o -L. -L/usr/local/lib64 -lz -lpython3.7m -o build/lib.linux-x86_64-3.7/binascii.cpython-37m-x86_64-linux-gnu.so building '_bz2' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_bz2module.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_bz2module.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_bz2module.o -L. -L/usr/local/lib64 -lbz2 -lpython3.7m -o build/lib.linux-x86_64-3.7/_bz2.cpython-37m-x86_64-linux-gnu.so building '_lzma' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_lzmamodule.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_lzmamodule.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_lzmamodule.o -L. -L/usr/local/lib64 -llzma -lpython3.7m -o build/lib.linux-x86_64-3.7/_lzma.cpython-37m-x86_64-linux-gnu.so building 'pyexpat' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/pyexpat.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/pyexpat.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/pyexpat.o -L. -L/usr/local/lib64 -lexpat -lpython3.7m -o build/lib.linux-x86_64-3.7/pyexpat.cpython-37m-x86_64-linux-gnu.so building '_elementtree' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -DUSE_PYEXPAT_CAPI -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_elementtree.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_elementtree.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_elementtree.o -L. -L/usr/local/lib64 -lexpat -lpython3.7m -o build/lib.linux-x86_64-3.7/_elementtree.cpython-37m-x86_64-linux-gnu.so building '_multibytecodec' extension creating build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/cjkcodecs x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/cjkcodecs/multibytecodec.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/cjkcodecs/multibytecodec.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/cjkcodecs/multibytecodec.o -L. -L/usr/local/lib64 -lpython3.7m -o build/lib.linux-x86_64-3.7/_multibytecodec.cpython-37m-x86_64-linux-gnu.so building '_codecs_kr' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/cjkcodecs/_codecs_kr.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/cjkcodecs/_codecs_kr.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/cjkcodecs/_codecs_kr.o -L. -L/usr/local/lib64 -lpython3.7m -o build/lib.linux-x86_64-3.7/_codecs_kr.cpython-37m-x86_64-linux-gnu.so building '_codecs_jp' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/cjkcodecs/_codecs_jp.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/cjkcodecs/_codecs_jp.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/cjkcodecs/_codecs_jp.o -L. -L/usr/local/lib64 -lpython3.7m -o build/lib.linux-x86_64-3.7/_codecs_jp.cpython-37m-x86_64-linux-gnu.so building '_codecs_cn' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/cjkcodecs/_codecs_cn.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/cjkcodecs/_codecs_cn.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/cjkcodecs/_codecs_cn.o -L. -L/usr/local/lib64 -lpython3.7m -o build/lib.linux-x86_64-3.7/_codecs_cn.cpython-37m-x86_64-linux-gnu.so building '_codecs_tw' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/cjkcodecs/_codecs_tw.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/cjkcodecs/_codecs_tw.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/cjkcodecs/_codecs_tw.o -L. -L/usr/local/lib64 -lpython3.7m -o build/lib.linux-x86_64-3.7/_codecs_tw.cpython-37m-x86_64-linux-gnu.so building '_codecs_hk' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/cjkcodecs/_codecs_hk.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/cjkcodecs/_codecs_hk.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/cjkcodecs/_codecs_hk.o -L. -L/usr/local/lib64 -lpython3.7m -o build/lib.linux-x86_64-3.7/_codecs_hk.cpython-37m-x86_64-linux-gnu.so building '_codecs_iso2022' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/cjkcodecs/_codecs_iso2022.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/cjkcodecs/_codecs_iso2022.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/cjkcodecs/_codecs_iso2022.o -L. -L/usr/local/lib64 -lpython3.7m -o build/lib.linux-x86_64-3.7/_codecs_iso2022.cpython-37m-x86_64-linux-gnu.so building '_decimal' extension creating build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal creating build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -DCONFIG_64=1 -DASM=1 -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/_decimal.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/_decimal.o x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -DCONFIG_64=1 -DASM=1 -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec/basearith.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec/basearith.o x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -DCONFIG_64=1 -DASM=1 -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec/constants.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec/constants.o x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -DCONFIG_64=1 -DASM=1 -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec/context.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec/context.o x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -DCONFIG_64=1 -DASM=1 -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec/convolute.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec/convolute.o x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -DCONFIG_64=1 -DASM=1 -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec/crt.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec/crt.o x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -DCONFIG_64=1 -DASM=1 -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec/difradix2.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec/difradix2.o x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -DCONFIG_64=1 -DASM=1 -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec/fnt.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec/fnt.o x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -DCONFIG_64=1 -DASM=1 -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec/fourstep.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec/fourstep.o x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -DCONFIG_64=1 -DASM=1 -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec/io.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec/io.o x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -DCONFIG_64=1 -DASM=1 -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec/memory.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec/memory.o x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -DCONFIG_64=1 -DASM=1 -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec/mpdecimal.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec/mpdecimal.o x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -DCONFIG_64=1 -DASM=1 -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec/numbertheory.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec/numbertheory.o x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -DCONFIG_64=1 -DASM=1 -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec/sixstep.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec/sixstep.o x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -DCONFIG_64=1 -DASM=1 -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec/transpose.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec/transpose.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/_decimal.o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec/basearith.o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec/constants.o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec/context.o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec/convolute.o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec/crt.o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec/difradix2.o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec/fnt.o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec/fourstep.o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec/io.o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec/memory.o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec/mpdecimal.o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec/numbertheory.o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec/sixstep.o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_decimal/libmpdec/transpose.o -L. -L/usr/local/lib64 -lm -lpython3.7m -o build/lib.linux-x86_64-3.7/_decimal.cpython-37m-x86_64-linux-gnu.so building '_multiprocessing' extension creating build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_multiprocessing x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -IModules/_multiprocessing -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_multiprocessing/multiprocessing.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_multiprocessing/multiprocessing.o x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -IModules/_multiprocessing -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_multiprocessing/semaphore.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_multiprocessing/semaphore.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_multiprocessing/multiprocessing.o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_multiprocessing/semaphore.o -L. -L/usr/local/lib64 -lpython3.7m -o build/lib.linux-x86_64-3.7/_multiprocessing.cpython-37m-x86_64-linux-gnu.so building 'ossaudiodev' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/ossaudiodev.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/ossaudiodev.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/ossaudiodev.o -L. -L/usr/local/lib64 -lpython3.7m -o build/lib.linux-x86_64-3.7/ossaudiodev.cpython-37m-x86_64-linux-gnu.so building '_uuid' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I/usr/include/uuid -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_uuidmodule.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_uuidmodule.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_uuidmodule.o -L. -L/usr/local/lib64 -luuid -lpython3.7m -o build/lib.linux-x86_64-3.7/_uuid.cpython-37m-x86_64-linux-gnu.so building 'xxlimited' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -DPy_LIMITED_API=0x03050000 -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/xxlimited.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/xxlimited.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/xxlimited.o -L. -L/usr/local/lib64 -lpython3.7m -o build/lib.linux-x86_64-3.7/xxlimited.cpython-37m-x86_64-linux-gnu.so building '_ctypes' extension x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I/usr/lib64/libffi/include -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_ctypes/_ctypes.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_ctypes/_ctypes.o x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I/usr/lib64/libffi/include -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_ctypes/callbacks.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_ctypes/callbacks.o x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I/usr/lib64/libffi/include -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_ctypes/callproc.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_ctypes/callproc.o x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I/usr/lib64/libffi/include -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_ctypes/stgdict.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_ctypes/stgdict.o x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I/usr/lib64/libffi/include -I./Include -I. -I/usr/include/ncursesw -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Include -I/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 -c /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_ctypes/cfield.c -o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_ctypes/cfield.o x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_ctypes/_ctypes.o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_ctypes/callbacks.o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_ctypes/callproc.o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_ctypes/stgdict.o build/temp.linux-x86_64-3.7/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Modules/_ctypes/cfield.o -L. -L/usr/local/lib64 -lffi -ldl -lpython3.7m -o build/lib.linux-x86_64-3.7/_ctypes.cpython-37m-x86_64-linux-gnu.so Python build finished successfully! The necessary bits to build these optional modules were not found: _tkinter nis To find the necessary bits, look in setup.py in detect_modules() for the module's name. The following modules found by detect_modules() in setup.py, have been built by the Makefile instead, as configured by the Setup files: _abc atexit pwd time running build_scripts creating build/scripts-3.7 copying and adjusting /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Tools/scripts/pydoc3 -> build/scripts-3.7 copying and adjusting /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Tools/scripts/idle3 -> build/scripts-3.7 copying and adjusting /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Tools/scripts/2to3 -> build/scripts-3.7 copying and adjusting /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Tools/scripts/pyvenv -> build/scripts-3.7 changing mode of build/scripts-3.7/pydoc3 from 644 to 755 changing mode of build/scripts-3.7/idle3 from 644 to 755 changing mode of build/scripts-3.7/2to3 from 644 to 755 changing mode of build/scripts-3.7/pyvenv from 644 to 755 renaming build/scripts-3.7/pydoc3 to build/scripts-3.7/pydoc3.7 renaming build/scripts-3.7/idle3 to build/scripts-3.7/idle3.7 renaming build/scripts-3.7/2to3 to build/scripts-3.7/2to3-3.7 renaming build/scripts-3.7/pyvenv to build/scripts-3.7/pyvenv-3.7 /usr/lib/portage/python3.7/ebuild-helpers/xattr/install -c -m 644 ./Tools/gdb/libpython.py python-gdb.py x86_64-pc-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wno-cast-function-type -Werror=implicit-function-declaration -I. -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Programs/_testembed.o ./Programs/_testembed.c x86_64-pc-linux-gnu-gcc -pthread -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. -Xlinker -export-dynamic -o Programs/_testembed Programs/_testembed.o -L. -lpython3.7m -lcrypt -lpthread -ldl -lutil -lm sed -e "s,@EXENAME@,/usr/bin/python3.7m," < ./Misc/python-config.in >python-config.py LC_ALL=C sed -e 's,\$(\([A-Za-z0-9_]*\)),\$\{\1\},g' < Misc/python-config.sh >python-config >>> Source compiled. >>> Test phase: dev-lang/python-3.7.8-r1 make -j1 test EXTRATESTOPTS=-u-network CPPFLAGS= CFLAGS= LDFLAGS= LD_LIBRARY_PATH=/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 CC='x86_64-pc-linux-gnu-gcc -pthread' LDSHARED='x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L. ' CFLAGS='-Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -fwrapv ' _TCLTK_INCLUDES='' _TCLTK_LIBS='' ./python -E ./setup.py build running build running build_ext INFO: Can't locate Tcl/Tk libs and/or headers Python build finished successfully! The necessary bits to build these optional modules were not found: _tkinter nis To find the necessary bits, look in setup.py in detect_modules() for the module's name. The following modules found by detect_modules() in setup.py, have been built by the Makefile instead, as configured by the Setup files: _abc atexit pwd time running build_scripts copying and adjusting /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Tools/scripts/pydoc3 -> build/scripts-3.7 copying and adjusting /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Tools/scripts/idle3 -> build/scripts-3.7 copying and adjusting /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Tools/scripts/2to3 -> build/scripts-3.7 copying and adjusting /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Tools/scripts/pyvenv -> build/scripts-3.7 changing mode of build/scripts-3.7/pydoc3 from 644 to 755 changing mode of build/scripts-3.7/idle3 from 644 to 755 changing mode of build/scripts-3.7/2to3 from 644 to 755 changing mode of build/scripts-3.7/pyvenv from 644 to 755 renaming build/scripts-3.7/pydoc3 to build/scripts-3.7/pydoc3.7 renaming build/scripts-3.7/idle3 to build/scripts-3.7/idle3.7 renaming build/scripts-3.7/2to3 to build/scripts-3.7/2to3-3.7 renaming build/scripts-3.7/pyvenv to build/scripts-3.7/pyvenv-3.7 LD_LIBRARY_PATH=/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 ./python -E -c 'import sys ; from sysconfig import get_platform ; print("%s-%d.%d" % (get_platform(), *sys.version_info[:2]))' >platform LD_LIBRARY_PATH=/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8 ./python ./Tools/scripts/run_tests.py -u-network /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/python -u -W default -bb -E -m test -r -w -j 0 -u-network == CPython 3.7.8 (default, Jul 8 2020, 16:38:49) [GCC 10.1.0] == Linux-5.7.7-x86_64-Intel-R-_Xeon-R-_CPU_E5-1650_v3_@_3.50GHz-with-gentoo-2.6 little-endian == cwd: /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/build/test_python_58 == CPU count: 12 == encodings: locale=UTF-8, FS=utf-8 Using random seed 994896 0:00:00 load avg: 12.51 Run tests in parallel using 14 child processes 0:00:03 load avg: 13.43 [ 1/415] test_osx_env passed 0:00:03 load avg: 13.43 [ 2/415] test_codeop passed /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/test/test_codeop.py:300: DeprecationWarning: invalid escape sequence \e compile_command("'\e'") 0:00:03 load avg: 13.43 [ 3/415] test_urllibnet skipped (resource denied) test_urllibnet skipped -- Use of the 'network' resource not enabled 0:00:03 load avg: 13.43 [ 4/415] test_kqueue skipped test_kqueue skipped -- test works only on BSD 0:00:03 load avg: 13.43 [ 5/415] test_future5 passed 0:00:03 load avg: 13.43 [ 6/415] test_copyreg passed 0:00:03 load avg: 13.43 [ 7/415] test_codecencodings_cn passed 0:00:04 load avg: 13.43 [ 8/415] test_fractions passed 0:00:04 load avg: 13.43 [ 9/415] test_pyexpat passed 0:00:05 load avg: 13.43 [ 10/415] test_repl passed 0:00:05 load avg: 13.43 [ 11/415] test_optparse passed 0:00:07 load avg: 14.51 [ 12/415] test_listcomps passed 0:00:08 load avg: 14.51 [ 13/415] test_heapq passed 0:00:08 load avg: 14.51 [ 14/415] test_fstring passed 0:00:10 load avg: 14.51 [ 15/415] test_super passed 0:00:11 load avg: 14.51 [ 16/415] test_sched passed 0:00:11 load avg: 14.51 [ 17/415] test_uuid passed 0:00:12 load avg: 15.43 [ 18/415] test_xmlrpc passed 0:00:12 load avg: 15.43 [ 19/415] test_bisect passed 0:00:12 load avg: 15.43 [ 20/415] test_pkgutil passed 0:00:12 load avg: 15.43 [ 21/415] test_grammar passed 0:00:13 load avg: 15.43 [ 22/415] test_genericpath passed 0:00:13 load avg: 15.43 [ 23/415] test_xml_dom_minicompat passed 0:00:15 load avg: 15.43 [ 24/415] test_string passed 0:00:15 load avg: 15.43 [ 25/415] test_sysconfig passed 0:00:20 load avg: 16.28 [ 26/415] test_threadedtempfile passed 0:00:21 load avg: 16.28 [ 27/415] test_rlcompleter passed 0:00:23 load avg: 16.26 [ 28/415] test_userstring passed 0:00:23 load avg: 16.26 [ 29/415] test_sundry passed 0:00:24 load avg: 16.26 [ 30/415] test_argparse passed 0:00:25 load avg: 16.26 [ 31/415] test_charmapcodec passed 0:00:25 load avg: 16.26 [ 32/415] test_decorators passed 0:00:26 load avg: 16.26 [ 33/415] test_locale passed 0:00:26 load avg: 16.26 [ 34/415] test_xmlrpc_net skipped (resource denied) test_xmlrpc_net skipped -- Use of the 'network' resource not enabled 0:00:27 load avg: 17.04 [ 35/415] test_pyclbr passed 0:00:28 load avg: 17.04 [ 36/415] test_normalization passed 0:00:28 load avg: 17.04 [ 37/415] test_strptime passed 0:00:28 load avg: 17.04 [ 38/415] test_spwd passed 0:00:29 load avg: 17.04 [ 39/415] test___all__ passed 0:00:30 load avg: 17.04 [ 40/415] test_binhex passed -- running: test_tarfile (30.3 sec), test_cmd_line (30.2 sec), test_faulthandler (30.2 sec) 0:00:31 load avg: 17.04 [ 41/415] test_ioctl skipped -- running: test_cmd_line_script (31.1 sec), test_tarfile (31.8 sec), test_cmd_line (31.8 sec), test_faulthandler (31.7 sec) test_ioctl skipped -- Unable to open /dev/tty 0:00:32 load avg: 17.12 [ 42/415] test_collections passed -- running: test_cmd_line_script (32.0 sec), test_tarfile (32.7 sec), test_cmd_line (32.6 sec), test_tools (30.7 sec), test_faulthandler (32.6 sec) 0:00:34 load avg: 17.12 [ 43/415] test_dbm_gnu passed -- running: test_cmd_line_script (34.1 sec), test_tarfile (34.8 sec), test_cmd_line (34.7 sec), test_tools (32.8 sec), test_faulthandler (34.7 sec) 0:00:35 load avg: 17.12 [ 44/415] test_threading_local passed -- running: test_cmd_line_script (34.4 sec), test_tarfile (35.1 sec), test_cmd_line (35.1 sec), test_tools (33.1 sec), test_faulthandler (35.0 sec) 0:00:36 load avg: 17.12 [ 45/415] test_cmd_line_script passed (33.3 sec) -- running: test_tarfile (36.0 sec), test_cmd_line (35.9 sec), test_tools (34.0 sec), test_faulthandler (35.9 sec) 0:00:36 load avg: 17.12 [ 46/415] test_tuple passed -- running: test_tarfile (36.0 sec), test_cmd_line (35.9 sec), test_tools (34.0 sec) 0:00:36 load avg: 17.12 [ 47/415/1] test_faulthandler failed (35.1 sec) -- running: test_tarfile (36.0 sec), test_cmd_line (35.9 sec), test_tools (34.0 sec) test test_faulthandler failed -- multiple errors occurred; run in verbose mode for details 0:00:37 load avg: 17.11 [ 48/415/1] test_cmd_line passed (36.1 sec) -- running: test_tarfile (37.4 sec), test_tools (35.4 sec) 0:00:37 load avg: 17.11 [ 49/415/1] test_xxtestfuzz passed -- running: test_tarfile (37.6 sec), test_tools (35.6 sec) 0:00:38 load avg: 17.11 [ 50/415/1] test_generators passed -- running: test_tarfile (38.0 sec), test_tools (36.0 sec) 0:00:38 load avg: 17.11 [ 51/415/1] test_curses skipped (resource denied) -- running: test_tarfile (38.5 sec), test_tools (36.5 sec) test_curses skipped -- Use of the 'curses' resource not enabled 0:00:39 load avg: 17.11 [ 52/415/1] test_file passed -- running: test_tarfile (39.0 sec), test_tools (37.0 sec) 0:00:39 load avg: 17.11 [ 53/415/1] test_context passed -- running: test_tarfile (39.4 sec), test_tools (37.4 sec) 0:00:39 load avg: 17.11 [ 54/415/1] test_memoryview passed -- running: test_tarfile (39.7 sec), test_tools (37.7 sec) 0:00:40 load avg: 17.11 [ 55/415/1] test_extcall passed -- running: test_tarfile (40.4 sec), test_tools (38.4 sec) 0:00:41 load avg: 17.11 [ 56/415/1] test_scope passed -- running: test_tarfile (41.3 sec), test_tools (39.3 sec) 0:00:44 load avg: 16.86 [ 57/415/1] test_httplib passed -- running: test_tarfile (44.7 sec), test_tools (42.7 sec), test_math (30.9 sec) 0:00:44 load avg: 16.86 [ 58/415/1] test_unpack passed -- running: test_tarfile (44.7 sec), test_tools (42.7 sec), test_math (30.9 sec) 0:00:44 load avg: 16.86 [ 59/415/1] test_hashlib passed -- running: test_tarfile (44.7 sec), test_tools (42.7 sec), test_math (30.9 sec) 0:00:46 load avg: 16.86 [ 60/415/1] test_copy passed -- running: test_tarfile (46.1 sec), test_datetime (30.5 sec), test_tools (44.1 sec), test_math (32.3 sec) 0:00:46 load avg: 16.86 [ 61/415/1] test_import passed -- running: test_tarfile (46.6 sec), test_datetime (31.0 sec), test_tools (44.6 sec), test_math (32.8 sec) 0:00:47 load avg: 16.47 [ 62/415/1] test_datetime passed (30.1 sec) -- running: test_tarfile (47.0 sec), test_tools (45.0 sec), test_math (33.2 sec) 0:00:47 load avg: 16.47 [ 63/415/1] test_unary passed -- running: test_tarfile (47.7 sec), test_tools (45.7 sec), test_math (33.9 sec) 0:00:48 load avg: 16.47 [ 64/415/1] test_pow passed -- running: test_tarfile (48.8 sec), test_tools (46.8 sec), test_math (35.0 sec) 0:00:48 load avg: 16.47 [ 65/415/1] test__locale passed -- running: test_tarfile (48.8 sec), test_tools (46.8 sec), test_math (35.0 sec) 0:00:49 load avg: 16.47 [ 66/415/1] test_unicode passed -- running: test_tarfile (49.3 sec), test_tools (47.3 sec), test_math (35.5 sec) 0:00:49 load avg: 16.47 [ 67/415/1] test_math passed (34.5 sec) -- running: test_tarfile (49.4 sec), test_tools (47.4 sec) 0:00:49 load avg: 16.47 [ 68/415/1] test_dbm_ndbm passed -- running: test_tarfile (49.7 sec), test_tools (47.7 sec) 0:00:50 load avg: 16.47 [ 69/415/1] test_source_encoding passed -- running: test_tarfile (50.7 sec), test_tools (48.7 sec) 0:00:51 load avg: 16.47 [ 70/415/1] test_operator passed -- running: test_tarfile (51.4 sec), test_tools (49.4 sec) 0:00:51 load avg: 16.47 [ 71/415/1] test_memoryio passed -- running: test_tarfile (51.4 sec), test_tools (49.4 sec) 0:00:51 load avg: 16.03 [ 72/415/1] test_tools passed (48.3 sec) -- running: test_tarfile (51.9 sec) 0:00:52 load avg: 16.03 [ 73/415/1] test_genexps passed -- running: test_tarfile (52.4 sec) 0:00:52 load avg: 16.03 [ 74/415/1] test__opcode passed -- running: test_tarfile (52.5 sec) 0:00:52 load avg: 16.03 [ 75/415/1] test_largefile passed -- running: test_tarfile (52.9 sec) 0:00:53 load avg: 16.03 [ 76/415/1] test_pydoc passed -- running: test_tarfile (53.2 sec) 0:00:53 load avg: 16.03 [ 77/415/1] test_dictviews passed -- running: test_tarfile (53.3 sec) 0:00:54 load avg: 16.03 [ 78/415/1] test_zipfile64 skipped (resource denied) -- running: test_tarfile (54.2 sec) test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run 0:00:54 load avg: 16.03 [ 79/415/1] test_nis skipped -- running: test_tarfile (54.8 sec) test_nis skipped -- No module named 'nis' 0:00:55 load avg: 16.03 [ 80/415/1] test_codecencodings_iso2022 passed -- running: test_tarfile (55.1 sec) 0:00:55 load avg: 16.03 [ 81/415/1] test_pwd passed 0:00:55 load avg: 16.03 [ 82/415/1] test_tarfile passed (53.7 sec) 0:00:55 load avg: 16.03 [ 83/415/1] test_getopt passed 0:00:56 load avg: 16.03 [ 84/415/1] test_imaplib passed 0:00:56 load avg: 16.03 [ 85/415/1] test_difflib passed 0:00:57 load avg: 15.71 [ 86/415/1] test_flufl passed 0:00:57 load avg: 15.71 [ 87/415/1] test_fork1 passed 0:00:57 load avg: 15.71 [ 88/415/1] test_funcattrs passed 0:00:58 load avg: 15.71 [ 89/415/1] test_structmembers passed 0:00:59 load avg: 15.71 [ 90/415/1] test_linecache passed -- running: test_multiprocessing_main_handling (30.4 sec) 0:00:59 load avg: 15.71 [ 91/415/1] test_ordered_dict passed -- running: test_signal (30.2 sec), test_multiprocessing_main_handling (30.9 sec) 0:01:01 load avg: 15.71 [ 92/415/1] test_popen passed -- running: test_signal (31.8 sec), test_multiprocessing_main_handling (32.5 sec) 0:01:02 load avg: 15.81 [ 93/415/1] test_sqlite passed -- running: test_signal (32.8 sec), test_multiprocessing_main_handling (33.5 sec) 0:01:02 load avg: 15.81 [ 94/415/1] test_code passed -- running: test_signal (32.9 sec), test_multiprocessing_main_handling (33.6 sec) 0:01:02 load avg: 15.81 [ 95/415/1] test_array passed -- running: test_signal (32.9 sec), test_multiprocessing_main_handling (33.6 sec) 0:01:02 load avg: 15.81 [ 96/415/1] test_dataclasses passed -- running: test_signal (33.1 sec), test_multiprocessing_main_handling (33.8 sec) 0:01:02 load avg: 15.81 [ 97/415/1] test_ctypes passed -- running: test_signal (33.2 sec), test_multiprocessing_main_handling (33.9 sec) 0:01:02 load avg: 15.81 [ 98/415/1] test_codecmaps_kr passed -- running: test_signal (33.3 sec), test_multiprocessing_main_handling (34.0 sec) 0:01:03 load avg: 15.81 [ 99/415/1] test_dynamic passed -- running: test_signal (33.9 sec), test_multiprocessing_main_handling (34.6 sec) 0:01:04 load avg: 15.81 [100/415/1] test_profile passed -- running: test_signal (34.7 sec), test_multiprocessing_main_handling (35.4 sec) 0:01:05 load avg: 15.81 [101/415/1] test_property passed -- running: test_signal (36.0 sec), test_multiprocessing_main_handling (36.7 sec) 0:01:07 load avg: 15.43 [102/415/1] test_frozen passed -- running: test_signal (37.6 sec), test_multiprocessing_main_handling (38.3 sec) 0:01:07 load avg: 15.43 [103/415/1] test_xml_etree passed -- running: test_signal (38.4 sec), test_multiprocessing_main_handling (39.1 sec) 0:01:08 load avg: 15.43 [104/415/1] test_strftime passed -- running: test_signal (38.7 sec), test_multiprocessing_main_handling (39.4 sec) 0:01:08 load avg: 15.43 [105/415/1] test_smtplib passed -- running: test_signal (39.0 sec), test_multiprocessing_main_handling (39.7 sec) 0:01:08 load avg: 15.43 [106/415/1] test_cmd passed -- running: test_signal (39.0 sec), test_multiprocessing_main_handling (39.7 sec) 0:01:10 load avg: 15.43 [107/415/1] test_contextlib passed -- running: test_signal (40.9 sec), test_multiprocessing_main_handling (41.6 sec) 0:01:10 load avg: 15.43 [108/415/1] test_userdict passed -- running: test_signal (41.2 sec), test_multiprocessing_main_handling (41.9 sec) 0:01:12 load avg: 15.07 [109/415/1] test_codecencodings_jp passed -- running: test_signal (42.5 sec), test_multiprocessing_main_handling (43.2 sec) 0:01:12 load avg: 15.07 [110/415/1] test_winsound skipped (resource denied) -- running: test_signal (42.9 sec), test_multiprocessing_main_handling (43.6 sec) test_winsound skipped -- Use of the 'audio' resource not enabled 0:01:13 load avg: 15.07 [111/415/1] test_global passed -- running: test_signal (44.4 sec), test_multiprocessing_main_handling (45.1 sec) 0:01:14 load avg: 15.07 [112/415/1] test_symtable passed -- running: test_signal (44.8 sec), test_multiprocessing_main_handling (45.5 sec) 0:01:14 load avg: 15.07 [113/415/1] test_signal passed (44.3 sec) -- running: test_multiprocessing_main_handling (46.0 sec) 0:01:15 load avg: 15.07 [114/415/1] test_capi passed -- running: test_multiprocessing_main_handling (47.1 sec) 0:01:15 load avg: 15.07 [115/415/1] test_winconsoleio skipped -- running: test_multiprocessing_main_handling (47.1 sec) test_winconsoleio skipped -- test only relevant on win32 0:01:17 load avg: 15.23 [116/415/1] test_sort passed -- running: test_multiprocessing_main_handling (49.1 sec) 0:01:17 load avg: 15.23 [117/415/1] test_binop passed -- running: test_multiprocessing_main_handling (49.1 sec) 0:01:18 load avg: 15.23 [118/415/1] test_ipaddress passed -- running: test_multiprocessing_main_handling (49.4 sec) 0:01:19 load avg: 15.23 [119/415/1] test_os passed -- running: test_multiprocessing_main_handling (50.2 sec) 0:01:19 load avg: 15.23 [120/415/1] test_pickletools passed -- running: test_io (30.1 sec), test_multiprocessing_main_handling (51.0 sec) 0:01:19 load avg: 15.23 [121/415/1] test_tracemalloc passed -- running: test_io (30.1 sec), test_multiprocessing_main_handling (51.0 sec) 0:01:20 load avg: 15.23 [122/415/1] test_uu passed -- running: test_io (30.7 sec), test_multiprocessing_main_handling (51.6 sec) 0:01:21 load avg: 15.23 [123/415/1] test_netrc passed -- running: test_io (31.4 sec), test_multiprocessing_main_handling (52.3 sec) 0:01:21 load avg: 15.23 [124/415/1] test_subclassinit passed -- running: test_io (31.9 sec), test_multiprocessing_main_handling (52.8 sec) 0:01:22 load avg: 14.97 [125/415/1] test_epoll passed -- running: test_io (32.9 sec), test_multiprocessing_main_handling (53.8 sec) 0:01:22 load avg: 14.97 [126/415/1] test_site passed -- running: test_io (32.9 sec), test_multiprocessing_main_handling (53.8 sec) 0:01:23 load avg: 14.97 [127/415/1] test_binascii passed -- running: test_io (33.6 sec), test_multiprocessing_main_handling (54.5 sec) 0:01:23 load avg: 14.97 [128/415/1] test_weakset passed -- running: test_io (33.6 sec), test_multiprocessing_main_handling (54.5 sec) 0:01:23 load avg: 14.97 [129/415/1] test_set passed -- running: test_io (33.6 sec), test_multiprocessing_main_handling (54.5 sec) 0:01:25 load avg: 14.97 [130/415/1] test_future passed -- running: test_compileall (31.1 sec), test_io (35.6 sec), test_multiprocessing_main_handling (56.5 sec) 0:01:26 load avg: 14.97 [131/415/1] test_traceback passed -- running: test_compileall (31.8 sec), test_io (36.3 sec), test_multiprocessing_main_handling (57.3 sec) 0:01:28 load avg: 14.65 [132/415/1] test_cprofile passed -- running: test_compileall (34.0 sec), test_io (38.5 sec), test_multiprocessing_main_handling (59.4 sec), test_trace (31.1 sec) 0:01:29 load avg: 14.65 [133/415/1] test_descrtut passed -- running: test_compileall (35.6 sec), test_io (40.1 sec), test_multiprocessing_main_handling (1 min 1 sec), test_trace (32.7 sec) 0:01:31 load avg: 14.65 [134/415/1] test_reprlib passed -- running: test_compileall (37.7 sec), test_io (42.2 sec), test_multiprocessing_main_handling (1 min 3 sec), test_trace (34.8 sec) 0:01:32 load avg: 14.36 [135/415/1] test_json passed -- running: test_compileall (38.4 sec), test_io (42.9 sec), test_multiprocessing_main_handling (1 min 3 sec), test_trace (35.5 sec) 0:01:33 load avg: 14.36 [136/415/1] test_pstats passed -- running: test_compileall (39.4 sec), test_io (43.9 sec), test_multiprocessing_main_handling (1 min 4 sec), test_trace (36.5 sec) 0:01:34 load avg: 14.36 [137/415/1] test_opcodes passed -- running: test_compileall (40.0 sec), test_io (44.5 sec), test_multiprocessing_main_handling (1 min 5 sec), test_trace (37.1 sec) 0:01:34 load avg: 14.36 [138/415/1] test_tempfile passed -- running: test_compileall (40.7 sec), test_io (45.2 sec), test_multiprocessing_main_handling (1 min 6 sec), test_trace (37.8 sec) 0:01:36 load avg: 14.36 [139/415/1] test_frame passed -- running: test_compileall (42.3 sec), test_io (46.8 sec), test_multiprocessing_main_handling (1 min 7 sec), test_trace (39.4 sec) 0:01:36 load avg: 14.36 [140/415/1] test_tk skipped -- running: test_compileall (42.3 sec), test_io (46.8 sec), test_multiprocessing_main_handling (1 min 7 sec), test_trace (39.4 sec) test_tk skipped -- No module named '_tkinter' 0:01:37 load avg: 14.09 [141/415/1] test_codecmaps_hk passed -- running: test_compileall (42.9 sec), test_io (47.4 sec), test_multiprocessing_main_handling (1 min 8 sec), test_trace (40.0 sec) 0:01:39 load avg: 14.09 [142/415/1] test_cmath passed -- running: test_queue (31.3 sec), test_compileall (45.6 sec), test_io (50.1 sec), test_multiprocessing_main_handling (1 min 11 sec), test_trace (42.7 sec) 0:01:40 load avg: 14.09 [143/415/1] test_trace passed (42.2 sec) -- running: test_queue (31.8 sec), test_compileall (46.1 sec), test_io (50.6 sec), test_multiprocessing_main_handling (1 min 11 sec) 0:01:40 load avg: 14.09 [144/415/1] test_thread passed -- running: test_queue (32.0 sec), test_compileall (46.3 sec), test_io (50.8 sec), test_multiprocessing_main_handling (1 min 11 sec) 0:01:41 load avg: 14.09 [145/415/1] test_tokenize passed -- running: test_queue (32.9 sec), test_compileall (47.2 sec), test_io (51.7 sec), test_multiprocessing_main_handling (1 min 12 sec) 0:01:42 load avg: 13.92 [146/415/1] test_range passed -- running: test_queue (33.8 sec), test_compileall (48.1 sec), test_io (52.6 sec), test_multiprocessing_main_handling (1 min 13 sec) 0:01:42 load avg: 13.92 [147/415/1] test_utf8source passed -- running: test_queue (34.1 sec), test_compileall (48.4 sec), test_io (52.9 sec), test_multiprocessing_main_handling (1 min 13 sec) 0:01:42 load avg: 13.92 [148/415/1] test_poplib passed -- running: test_queue (34.4 sec), test_compileall (48.7 sec), test_io (53.2 sec), test_multiprocessing_main_handling (1 min 14 sec) 0:01:43 load avg: 13.92 [149/415/1] test_syslog passed -- running: test_queue (34.5 sec), test_compileall (48.8 sec), test_io (53.3 sec), test_multiprocessing_main_handling (1 min 14 sec) 0:01:44 load avg: 13.92 [150/415/1] test_fnmatch passed -- running: test_queue (35.5 sec), test_compileall (49.8 sec), test_io (54.3 sec), test_multiprocessing_main_handling (1 min 15 sec) 0:01:45 load avg: 13.92 [151/415/1] test_compileall passed (48.6 sec) -- running: test_queue (36.5 sec), test_io (55.3 sec), test_multiprocessing_main_handling (1 min 16 sec) 0:01:45 load avg: 13.92 [152/415/1] test_types passed -- running: test_queue (36.8 sec), test_io (55.6 sec), test_multiprocessing_main_handling (1 min 16 sec) 0:01:46 load avg: 13.92 [153/415/1] test_dict_version passed -- running: test_queue (37.5 sec), test_io (56.3 sec), test_multiprocessing_main_handling (1 min 17 sec) 0:01:46 load avg: 13.92 [154/415/1] test_iterlen passed -- running: test_queue (37.7 sec), test_io (56.5 sec), test_multiprocessing_main_handling (1 min 17 sec) 0:01:46 load avg: 13.92 [155/415/1] test_zipimport_support passed -- running: test_queue (38.1 sec), test_io (56.9 sec), test_multiprocessing_main_handling (1 min 17 sec) 0:01:47 load avg: 15.37 [156/415/1] test_symbol passed -- running: test_queue (38.8 sec), test_io (57.6 sec), test_multiprocessing_main_handling (1 min 18 sec) 0:01:48 load avg: 15.37 [157/415/1] test_print passed -- running: test_queue (40.0 sec), test_io (58.8 sec), test_multiprocessing_main_handling (1 min 19 sec) 0:01:48 load avg: 15.37 [158/415/1] test_time passed -- running: test_queue (40.0 sec), test_io (58.8 sec), test_multiprocessing_main_handling (1 min 19 sec) 0:01:49 load avg: 15.37 [159/415/1] test_pty passed -- running: test_queue (41.1 sec), test_io (59.9 sec), test_concurrent_futures (30.2 sec), test_multiprocessing_main_handling (1 min 20 sec) 0:01:50 load avg: 15.37 [160/415/1] test_gettext passed -- running: test_queue (42.3 sec), test_io (1 min 1 sec), test_concurrent_futures (31.4 sec), test_multiprocessing_main_handling (1 min 22 sec) 0:01:51 load avg: 15.37 [161/415/1] test_functools passed -- running: test_queue (43.4 sec), test_io (1 min 2 sec), test_concurrent_futures (32.5 sec), test_multiprocessing_main_handling (1 min 23 sec) 0:01:54 load avg: 16.38 [162/415/1] test_posixpath passed -- running: test_queue (45.5 sec), test_multiprocessing_fork (31.7 sec), test_lib2to3 (30.9 sec), test_io (1 min 4 sec), test_zipfile (31.4 sec), test_concurrent_futures (34.6 sec), test_multiprocessing_main_handling (1 min 25 sec) 0:01:56 load avg: 16.38 [163/415/1] test_urllib passed -- running: test_queue (48.4 sec), test_multiprocessing_fork (34.6 sec), test_lib2to3 (33.8 sec), test_io (1 min 7 sec), test_zipfile (34.3 sec), test_concurrent_futures (37.5 sec), test_multiprocessing_main_handling (1 min 28 sec) 0:01:59 load avg: 17.87 [164/415/1] test_urllib2_localnet passed -- running: test_queue (50.6 sec), test_multiprocessing_fork (36.8 sec), test_lib2to3 (36.0 sec), test_io (1 min 9 sec), test_zipfile (36.5 sec), test_concurrent_futures (39.7 sec), test_multiprocessing_main_handling (1 min 30 sec) 0:01:59 load avg: 17.87 [165/415/1] test_multiprocessing_main_handling passed (1 min 28 sec) -- running: test_queue (50.7 sec), test_multiprocessing_fork (36.9 sec), test_lib2to3 (36.1 sec), test_io (1 min 9 sec), test_zipfile (36.6 sec), test_concurrent_futures (39.8 sec) 0:01:59 load avg: 17.87 [166/415/1] test_ttk_textonly skipped -- running: test_queue (50.8 sec), test_multiprocessing_fork (37.0 sec), test_lib2to3 (36.2 sec), test_io (1 min 9 sec), test_zipfile (36.7 sec), test_concurrent_futures (39.9 sec) test_ttk_textonly skipped -- No module named '_tkinter' 0:02:00 load avg: 17.87 [167/415/1] test_coroutines passed -- running: test_queue (52.2 sec), test_multiprocessing_fork (38.4 sec), test_lib2to3 (37.6 sec), test_io (1 min 11 sec), test_zipfile (38.1 sec), test_concurrent_futures (41.3 sec) 0:02:03 load avg: 18.44 [168/415/1] test_dynamicclassattribute passed -- running: test_queue (54.5 sec), test_multiprocessing_fork (40.7 sec), test_lib2to3 (39.9 sec), test_io (1 min 13 sec), test_zipfile (40.4 sec), test_concurrent_futures (43.6 sec) 0:02:04 load avg: 18.44 [169/415/1] test_descr passed -- running: test_queue (56.2 sec), test_multiprocessing_fork (42.4 sec), test_lib2to3 (41.6 sec), test_io (1 min 14 sec), test_zipfile (42.1 sec), test_concurrent_futures (45.3 sec) 0:02:05 load avg: 18.44 [170/415/1] test_parser passed -- running: test_queue (56.7 sec), test_multiprocessing_fork (42.9 sec), test_lib2to3 (42.1 sec), test_io (1 min 15 sec), test_zipfile (42.6 sec), test_concurrent_futures (45.8 sec) 0:02:06 load avg: 18.44 [171/415/1] test_devpoll skipped -- running: test_queue (58.1 sec), test_multiprocessing_fork (44.3 sec), test_lib2to3 (43.5 sec), test_io (1 min 16 sec), test_zipfile (44.0 sec), test_concurrent_futures (47.2 sec) test_devpoll skipped -- test works only on Solaris OS family 0:02:07 load avg: 20.41 [172/415/1] test_sys_settrace passed -- running: test_queue (59.0 sec), test_multiprocessing_fork (45.2 sec), test_lib2to3 (44.4 sec), test_io (1 min 17 sec), test_zipfile (44.9 sec), test_concurrent_futures (48.1 sec) 0:02:07 load avg: 20.41 [173/415/1] test_bool passed -- running: test_queue (59.3 sec), test_multiprocessing_fork (45.5 sec), test_lib2to3 (44.7 sec), test_io (1 min 18 sec), test_zipfile (45.2 sec), test_concurrent_futures (48.4 sec) 0:02:09 load avg: 20.41 [174/415/1] test_getargs2 passed -- running: test_queue (1 min), test_multiprocessing_fork (47.1 sec), test_lib2to3 (46.3 sec), test_io (1 min 19 sec), test_zipfile (46.8 sec), test_concurrent_futures (50.0 sec) 0:02:11 load avg: 20.41 [175/415/1] test_errno passed -- running: test_queue (1 min 2 sec), test_multiprocessing_fork (48.7 sec), test_lib2to3 (47.9 sec), test_io (1 min 21 sec), test_zipfile (48.4 sec), test_concurrent_futures (51.6 sec), test_long (31.1 sec) 0:02:12 load avg: 20.78 [176/415/1] test_exception_variations passed -- running: test_queue (1 min 3 sec), test_multiprocessing_fork (49.7 sec), test_lib2to3 (48.9 sec), test_io (1 min 22 sec), test_zipfile (49.4 sec), test_concurrent_futures (52.6 sec), test_long (32.1 sec) 0:02:15 load avg: 20.78 [177/415/1] test_long passed (35.2 sec) -- running: test_queue (1 min 7 sec), test_multiprocessing_fork (53.5 sec), test_lib2to3 (52.7 sec), test_io (1 min 26 sec), test_zipfile (53.2 sec), test_concurrent_futures (56.4 sec) 0:02:17 load avg: 20.96 [178/415/1] test_distutils passed -- running: test_decimal (31.2 sec), test_queue (1 min 8 sec), test_multiprocessing_fork (55.1 sec), test_lib2to3 (54.3 sec), test_c_locale_coercion (30.8 sec), test_io (1 min 27 sec), test_zipfile (54.8 sec), test_concurrent_futures (58.0 sec) 0:02:18 load avg: 20.96 [179/415/1] test_int_literal passed -- running: test_decimal (32.5 sec), test_queue (1 min 10 sec), test_multiprocessing_fork (56.4 sec), test_lib2to3 (55.6 sec), test_c_locale_coercion (32.1 sec), test_io (1 min 28 sec), test_zipfile (56.1 sec), test_concurrent_futures (59.3 sec) 0:02:19 load avg: 20.96 [180/415/1] test_http_cookies passed -- running: test_decimal (33.1 sec), test_queue (1 min 10 sec), test_multiprocessing_fork (57.0 sec), test_lib2to3 (56.2 sec), test_c_locale_coercion (32.7 sec), test_io (1 min 29 sec), test_zipfile (56.7 sec), test_concurrent_futures (59.9 sec) 0:02:19 load avg: 20.96 [181/415/1] test_c_locale_coercion passed (30.1 sec) -- running: test_decimal (33.1 sec), test_queue (1 min 10 sec), test_multiprocessing_fork (57.0 sec), test_lib2to3 (56.2 sec), test_io (1 min 29 sec), test_zipfile (56.7 sec), test_concurrent_futures (59.9 sec) 0:02:19 load avg: 20.96 [182/415/1] test_bufio passed -- running: test_decimal (33.5 sec), test_queue (1 min 11 sec), test_multiprocessing_fork (57.4 sec), test_lib2to3 (56.6 sec), test_io (1 min 29 sec), test_zipfile (57.1 sec), test_concurrent_futures (1 min) 0:02:20 load avg: 20.96 [183/415/1] test_fcntl passed -- running: test_decimal (34.0 sec), test_queue (1 min 11 sec), test_multiprocessing_fork (57.9 sec), test_lib2to3 (57.1 sec), test_io (1 min 30 sec), test_zipfile (57.6 sec), test_concurrent_futures (1 min) 0:02:26 load avg: 22.56 [184/415/1] test_statistics passed -- running: test_decimal (40.4 sec), test_queue (1 min 18 sec), test_multiprocessing_fork (1 min 4 sec), test_lib2to3 (1 min 3 sec), test_io (1 min 36 sec), test_zipfile (1 min 3 sec), test_concurrent_futures (1 min 7 sec) 0:02:28 load avg: 22.52 [185/415/1] test_io passed (1 min 36 sec) -- running: test_decimal (42.2 sec), test_queue (1 min 19 sec), test_multiprocessing_fork (1 min 6 sec), test_lib2to3 (1 min 5 sec), test_lzma (31.5 sec), test_concurrent_futures (1 min 8 sec) 0:02:28 load avg: 22.52 [186/415/1] test_zipfile passed (1 min 3 sec) -- running: test_decimal (42.2 sec), test_queue (1 min 19 sec), test_multiprocessing_fork (1 min 6 sec), test_lib2to3 (1 min 5 sec), test_lzma (31.5 sec), test_concurrent_futures (1 min 8 sec) 0:02:29 load avg: 22.52 [187/415/1] test_lzma passed (31.5 sec) -- running: test_decimal (43.4 sec), test_queue (1 min 21 sec), test_subprocess (30.3 sec), test_multiprocessing_fork (1 min 7 sec), test_lib2to3 (1 min 6 sec), test_concurrent_futures (1 min 10 sec) 0:02:30 load avg: 22.52 [188/415/1] test_decimal passed (42.5 sec) -- running: test_queue (1 min 21 sec), test_subprocess (30.7 sec), test_multiprocessing_fork (1 min 7 sec), test_lib2to3 (1 min 6 sec), test_concurrent_futures (1 min 10 sec) 0:02:30 load avg: 22.52 [189/415/1] test_smtpd passed -- running: test_queue (1 min 21 sec), test_subprocess (31.1 sec), test_multiprocessing_fork (1 min 8 sec), test_lib2to3 (1 min 7 sec), test_concurrent_futures (1 min 10 sec) 0:02:31 load avg: 22.52 [190/415/1] test_unicode_file passed -- running: test_queue (1 min 22 sec), test_subprocess (31.7 sec), test_multiprocessing_fork (1 min 8 sec), test_lib2to3 (1 min 7 sec), test_concurrent_futures (1 min 11 sec) 0:02:31 load avg: 22.52 [191/415/1] test_shelve passed -- running: test_queue (1 min 22 sec), test_subprocess (31.8 sec), test_multiprocessing_fork (1 min 8 sec), test_lib2to3 (1 min 8 sec), test_concurrent_futures (1 min 11 sec) 0:02:31 load avg: 22.52 [192/415/1] test_slice passed -- running: test_queue (1 min 22 sec), test_subprocess (32.1 sec), test_multiprocessing_fork (1 min 9 sec), test_lib2to3 (1 min 8 sec), test_concurrent_futures (1 min 11 sec) 0:02:31 load avg: 22.52 [193/415/1] test_codecmaps_cn passed -- running: test_queue (1 min 23 sec), test_subprocess (32.6 sec), test_multiprocessing_fork (1 min 9 sec), test_lib2to3 (1 min 8 sec), test_concurrent_futures (1 min 12 sec) 0:02:32 load avg: 22.39 [194/415/1] test_iter passed -- running: test_queue (1 min 24 sec), test_subprocess (33.6 sec), test_multiprocessing_fork (1 min 10 sec), test_lib2to3 (1 min 9 sec), test_concurrent_futures (1 min 13 sec) 0:02:33 load avg: 22.39 [195/415/1] test_asdl_parser passed -- running: test_queue (1 min 24 sec), test_subprocess (34.0 sec), test_multiprocessing_fork (1 min 10 sec), test_lib2to3 (1 min 10 sec), test_concurrent_futures (1 min 13 sec) 0:02:35 load avg: 22.39 [196/415/1] test_robotparser passed -- running: test_queue (1 min 27 sec), test_subprocess (36.2 sec), test_multiprocessing_fork (1 min 13 sec), test_lib2to3 (1 min 12 sec), test_concurrent_futures (1 min 16 sec) 0:02:35 load avg: 22.39 [197/415/1] test_with passed -- running: test_queue (1 min 27 sec), test_subprocess (36.6 sec), test_multiprocessing_fork (1 min 13 sec), test_lib2to3 (1 min 12 sec), test_concurrent_futures (1 min 16 sec) 0:02:37 load avg: 21.64 [198/415/1] test_colorsys passed -- running: test_queue (1 min 28 sec), test_subprocess (37.8 sec), test_multiprocessing_fork (1 min 14 sec), test_lib2to3 (1 min 13 sec), test_concurrent_futures (1 min 17 sec) 0:02:37 load avg: 21.64 [199/415/1] test_pathlib passed -- running: test_queue (1 min 29 sec), test_subprocess (38.6 sec), test_multiprocessing_fork (1 min 15 sec), test_lib2to3 (1 min 14 sec), test_concurrent_futures (1 min 18 sec), test_weakref (30.5 sec) 0:02:38 load avg: 21.64 [200/415/1] test_stat passed -- running: test_queue (1 min 29 sec), test_subprocess (39.1 sec), test_multiprocessing_fork (1 min 16 sec), test_lib2to3 (1 min 15 sec), test_concurrent_futures (1 min 19 sec), test_weakref (31.1 sec) 0:02:40 load avg: 21.64 [201/415/1] test_syntax passed -- running: test_queue (1 min 32 sec), test_subprocess (41.5 sec), test_multiprocessing_fork (1 min 18 sec), test_lib2to3 (1 min 17 sec), test_concurrent_futures (1 min 21 sec), test_weakref (33.4 sec) 0:02:41 load avg: 21.64 [202/415/1] test_pdb passed -- running: test_queue (1 min 33 sec), test_subprocess (42.2 sec), test_multiprocessing_fork (1 min 19 sec), test_lib2to3 (1 min 18 sec), test_concurrent_futures (1 min 22 sec), test_weakref (34.1 sec) 0:02:42 load avg: 21.19 [203/415/1] test_structseq passed -- running: test_queue (1 min 34 sec), test_subprocess (43.5 sec), test_multiprocessing_fork (1 min 20 sec), test_lib2to3 (1 min 19 sec), test_concurrent_futures (1 min 23 sec), test_weakref (35.4 sec) 0:02:44 load avg: 21.19 [204/415/1] test_code_module passed -- running: test_queue (1 min 35 sec), test_subprocess (44.8 sec), test_multiprocessing_fork (1 min 21 sec), test_lib2to3 (1 min 21 sec), test_concurrent_futures (1 min 24 sec), test_weakref (36.7 sec) 0:02:46 load avg: 21.19 [205/415/1] test_float passed -- running: test_queue (1 min 37 sec), test_subprocess (46.7 sec), test_multiprocessing_fork (1 min 23 sec), test_lib2to3 (1 min 22 sec), test_concurrent_futures (1 min 26 sec), test_weakref (38.6 sec) 0:02:46 load avg: 21.19 [206/415/1] test_codecencodings_kr passed -- running: test_queue (1 min 37 sec), test_subprocess (47.2 sec), test_multiprocessing_fork (1 min 24 sec), test_lib2to3 (1 min 23 sec), test_concurrent_futures (1 min 27 sec), test_weakref (39.1 sec) 0:02:47 load avg: 20.45 [207/415/1] test_ttk_guionly skipped -- running: test_queue (1 min 38 sec), test_subprocess (48.0 sec), test_multiprocessing_fork (1 min 25 sec), test_lib2to3 (1 min 24 sec), test_concurrent_futures (1 min 27 sec), test_weakref (39.9 sec) test_ttk_guionly skipped -- No module named '_tkinter' 0:02:48 load avg: 20.45 [208/415/1] test_metaclass passed -- running: test_queue (1 min 39 sec), test_subprocess (48.8 sec), test_multiprocessing_fork (1 min 25 sec), test_lib2to3 (1 min 25 sec), test_concurrent_futures (1 min 28 sec), test_weakref (40.7 sec) 0:02:48 load avg: 20.45 [209/415/1] test_embed passed -- running: test_queue (1 min 39 sec), test_subprocess (48.9 sec), test_multiprocessing_fork (1 min 25 sec), test_lib2to3 (1 min 25 sec), test_concurrent_futures (1 min 28 sec), test_weakref (40.8 sec) 0:02:49 load avg: 20.45 [210/415/1] test_startfile skipped -- running: test_queue (1 min 40 sec), test_subprocess (50.2 sec), test_multiprocessing_fork (1 min 27 sec), test_lib2to3 (1 min 26 sec), test_venv (30.2 sec), test_concurrent_futures (1 min 30 sec), test_weakref (42.1 sec), test_ftplib (30.7 sec) test_startfile skipped -- object has no attribute 'startfile' 0:02:49 load avg: 20.45 [211/415/1] test_codecmaps_jp passed -- running: test_queue (1 min 40 sec), test_subprocess (50.2 sec), test_multiprocessing_fork (1 min 27 sec), test_lib2to3 (1 min 26 sec), test_venv (30.2 sec), test_concurrent_futures (1 min 30 sec), test_weakref (42.1 sec), test_ftplib (30.7 sec) 0:02:50 load avg: 20.45 [212/415/1] test_ftplib passed (30.3 sec) -- running: test_queue (1 min 41 sec), test_subprocess (50.8 sec), test_multiprocessing_fork (1 min 27 sec), test_lib2to3 (1 min 27 sec), test_venv (30.8 sec), test_concurrent_futures (1 min 30 sec), test_weakref (42.7 sec) 0:02:50 load avg: 20.45 [213/415/1] test_keywordonlyarg passed -- running: test_queue (1 min 42 sec), test_subprocess (51.3 sec), test_multiprocessing_fork (1 min 28 sec), test_lib2to3 (1 min 27 sec), test_venv (31.3 sec), test_concurrent_futures (1 min 31 sec), test_weakref (43.2 sec) 0:02:50 load avg: 20.45 [214/415/1] test_queue passed (1 min 40 sec) -- running: test_subprocess (51.4 sec), test_multiprocessing_fork (1 min 28 sec), test_lib2to3 (1 min 27 sec), test_venv (31.4 sec), test_concurrent_futures (1 min 31 sec), test_weakref (43.3 sec) 0:02:52 load avg: 19.78 [215/415/1] test_codecencodings_hk passed -- running: test_subprocess (53.3 sec), test_multiprocessing_fork (1 min 30 sec), test_lib2to3 (1 min 29 sec), test_venv (33.3 sec), test_concurrent_futures (1 min 33 sec), test_weakref (45.2 sec) 0:02:53 load avg: 19.78 [216/415/1] test_abc passed -- running: test_subprocess (53.8 sec), test_multiprocessing_fork (1 min 30 sec), test_lib2to3 (1 min 29 sec), test_venv (33.8 sec), test_concurrent_futures (1 min 33 sec), test_weakref (45.7 sec) 0:02:54 load avg: 19.78 [217/415/1] test_exception_hierarchy passed -- running: test_subprocess (55.5 sec), test_multiprocessing_fork (1 min 32 sec), test_lib2to3 (1 min 31 sec), test_venv (35.5 sec), test_concurrent_futures (1 min 35 sec), test_weakref (47.4 sec) 0:02:55 load avg: 19.78 [218/415/1] test_crypt passed -- running: test_subprocess (56.1 sec), test_multiprocessing_fork (1 min 33 sec), test_lib2to3 (1 min 32 sec), test_venv (36.1 sec), test_concurrent_futures (1 min 35 sec), test_weakref (48.0 sec) 0:02:55 load avg: 19.78 [219/415/1] test_bigaddrspace passed -- running: test_subprocess (56.6 sec), test_multiprocessing_fork (1 min 33 sec), test_lib2to3 (1 min 32 sec), test_venv (36.6 sec), test_concurrent_futures (1 min 36 sec), test_weakref (48.5 sec) 0:03:00 load avg: 19.07 [220/415/1] test_unicodedata passed -- running: test_subprocess (1 min), test_multiprocessing_fork (1 min 37 sec), test_lib2to3 (1 min 37 sec), test_venv (40.9 sec), test_threaded_import (33.6 sec), test_concurrent_futures (1 min 40 sec), test_weakref (52.8 sec) 0:03:02 load avg: 18.75 [221/415/1] test_hash passed -- running: test_subprocess (1 min 3 sec), test_multiprocessing_fork (1 min 40 sec), test_lib2to3 (1 min 39 sec), test_venv (43.2 sec), test_threaded_import (35.9 sec), test_concurrent_futures (1 min 43 sec), test_weakref (55.1 sec) 0:03:03 load avg: 18.75 [222/415/1] test_urlparse passed -- running: test_subprocess (1 min 4 sec), test_multiprocessing_fork (1 min 41 sec), test_lib2to3 (1 min 40 sec), test_venv (44.6 sec), test_threaded_import (37.3 sec), test_concurrent_futures (1 min 44 sec), test_weakref (56.5 sec) 0:03:04 load avg: 18.75 [223/415/1] test_ossaudiodev skipped (resource denied) -- running: test_subprocess (1 min 5 sec), test_multiprocessing_fork (1 min 42 sec), test_lib2to3 (1 min 41 sec), test_venv (45.5 sec), test_threaded_import (38.2 sec), test_concurrent_futures (1 min 45 sec), test_weakref (57.4 sec) test_ossaudiodev skipped -- Use of the 'audio' resource not enabled 0:03:13 load avg: 18.08 [224/415/1] test_zlib passed -- running: test_subprocess (1 min 14 sec), test_multiprocessing_fork (1 min 51 sec), test_lib2to3 (1 min 50 sec), test_venv (54.3 sec), test_threaded_import (47.0 sec), test_asyncio (37.7 sec), test_concurrent_futures (1 min 54 sec), test_weakref (1 min 6 sec) 0:03:15 load avg: 18.08 [225/415/1] test_eintr passed -- running: test_subprocess (1 min 15 sec), test_multiprocessing_fork (1 min 52 sec), test_lib2to3 (1 min 52 sec), test_venv (55.8 sec), test_threaded_import (48.5 sec), test_asyncio (39.3 sec), test_concurrent_futures (1 min 55 sec), test_weakref (1 min 7 sec) 0:03:15 load avg: 18.08 [226/415/1] test_imghdr passed -- running: test_subprocess (1 min 16 sec), test_multiprocessing_fork (1 min 53 sec), test_lib2to3 (1 min 52 sec), test_venv (56.2 sec), test_threaded_import (48.9 sec), test_asyncio (39.6 sec), test_concurrent_futures (1 min 56 sec), test_weakref (1 min 8 sec) 0:03:16 load avg: 18.08 [227/415/1] test_compile passed -- running: test_subprocess (1 min 17 sec), test_multiprocessing_fork (1 min 54 sec), test_lib2to3 (1 min 53 sec), test_venv (57.3 sec), test_threaded_import (50.0 sec), test_asyncio (40.8 sec), test_concurrent_futures (1 min 57 sec), test_weakref (1 min 9 sec) 0:03:17 load avg: 17.67 [228/415/1] test_nntplib passed -- running: test_subprocess (1 min 18 sec), test_multiprocessing_fork (1 min 55 sec), test_lib2to3 (1 min 54 sec), test_venv (58.1 sec), test_threaded_import (50.8 sec), test_asyncio (41.5 sec), test_concurrent_futures (1 min 57 sec), test_weakref (1 min 9 sec) 0:03:17 load avg: 17.67 [229/415/1] test_fileio passed -- running: test_subprocess (1 min 18 sec), test_multiprocessing_fork (1 min 55 sec), test_lib2to3 (1 min 54 sec), test_venv (58.1 sec), test_threaded_import (50.8 sec), test_asyncio (41.5 sec), test_concurrent_futures (1 min 57 sec), test_weakref (1 min 10 sec) 0:03:18 load avg: 17.67 [230/415/1] test_generator_stop passed -- running: test_subprocess (1 min 19 sec), test_multiprocessing_fork (1 min 56 sec), test_lib2to3 (1 min 55 sec), test_venv (59.0 sec), test_threaded_import (51.7 sec), test_threading (30.1 sec), test_asyncio (42.5 sec), test_concurrent_futures (1 min 58 sec), test_weakref (1 min 10 sec) 0:03:20 load avg: 17.67 [231/415/1] test_cgi passed -- running: test_subprocess (1 min 21 sec), test_multiprocessing_fork (1 min 58 sec), test_lib2to3 (1 min 57 sec), test_venv (1 min 1 sec), test_threaded_import (54.1 sec), test_threading (32.5 sec), test_asyncio (44.8 sec), test_concurrent_futures (2 min 1 sec), test_weakref (1 min 13 sec) 0:03:20 load avg: 17.67 [232/415/1] test_threaded_import passed (52.6 sec) -- running: test_subprocess (1 min 21 sec), test_multiprocessing_fork (1 min 58 sec), test_lib2to3 (1 min 57 sec), test_venv (1 min 1 sec), test_threading (32.5 sec), test_asyncio (44.8 sec), test_concurrent_futures (2 min 1 sec), test_weakref (1 min 13 sec) 0:03:21 load avg: 17.67 [233/415/1] test_ntpath passed -- running: test_subprocess (1 min 21 sec), test_multiprocessing_fork (1 min 58 sec), test_lib2to3 (1 min 58 sec), test_venv (1 min 2 sec), test_threading (33.1 sec), test_asyncio (45.4 sec), test_concurrent_futures (2 min 1 sec), test_weakref (1 min 13 sec) 0:03:22 load avg: 17.22 [234/415/1] test_abstract_numbers passed -- running: test_subprocess (1 min 22 sec), test_multiprocessing_fork (1 min 59 sec), test_lib2to3 (1 min 59 sec), test_venv (1 min 2 sec), test_threading (34.0 sec), test_asyncio (46.4 sec), test_concurrent_futures (2 min 2 sec), test_weakref (1 min 14 sec) 0:03:24 load avg: 17.22 [235/415/1] test_weakref passed (1 min 14 sec) -- running: test_subprocess (1 min 25 sec), test_multiprocessing_fork (2 min 2 sec), test_lib2to3 (2 min 1 sec), test_venv (1 min 5 sec), test_threading (36.2 sec), test_asyncio (48.6 sec), test_concurrent_futures (2 min 5 sec) 0:03:24 load avg: 17.22 [236/415/1] test_unpack_ex passed -- running: test_subprocess (1 min 25 sec), test_multiprocessing_fork (2 min 2 sec), test_lib2to3 (2 min 1 sec), test_venv (1 min 5 sec), test_threading (36.3 sec), test_asyncio (48.7 sec), test_concurrent_futures (2 min 5 sec) 0:03:25 load avg: 17.22 [237/415/1] test_imp passed -- running: test_subprocess (1 min 26 sec), test_multiprocessing_fork (2 min 3 sec), test_lib2to3 (2 min 2 sec), test_venv (1 min 6 sec), test_threading (37.6 sec), test_asyncio (50.0 sec), test_multiprocessing_forkserver (30.5 sec), test_concurrent_futures (2 min 6 sec) 0:03:26 load avg: 17.22 [238/415/1] test_exceptions passed -- running: test_subprocess (1 min 27 sec), test_multiprocessing_fork (2 min 4 sec), test_lib2to3 (2 min 3 sec), test_venv (1 min 7 sec), test_threading (38.6 sec), test_asyncio (50.9 sec), test_multiprocessing_forkserver (31.5 sec), test_concurrent_futures (2 min 7 sec) 0:03:27 load avg: 16.72 [239/415/1] test_yield_from passed -- running: test_subprocess (1 min 28 sec), test_multiprocessing_fork (2 min 5 sec), test_lib2to3 (2 min 4 sec), test_venv (1 min 8 sec), test_threading (39.7 sec), test_asyncio (52.0 sec), test_multiprocessing_forkserver (32.6 sec), test_concurrent_futures (2 min 8 sec) 0:03:28 load avg: 16.72 [240/415/1] test_univnewlines passed -- running: test_subprocess (1 min 28 sec), test_multiprocessing_fork (2 min 5 sec), test_lib2to3 (2 min 5 sec), test_venv (1 min 8 sec), test_threading (40.0 sec), test_asyncio (52.4 sec), test_multiprocessing_forkserver (32.9 sec), test_concurrent_futures (2 min 8 sec) 0:03:30 load avg: 16.72 [241/415/1] test__osx_support passed -- running: test_subprocess (1 min 30 sec), test_multiprocessing_fork (2 min 7 sec), test_lib2to3 (2 min 6 sec), test_venv (1 min 10 sec), test_threading (41.9 sec), test_asyncio (54.2 sec), test_multiprocessing_forkserver (34.8 sec), test_concurrent_futures (2 min 10 sec) 0:03:32 load avg: 16.72 [242/415/1] test_glob passed -- running: test_socket (31.8 sec), test_subprocess (1 min 32 sec), test_multiprocessing_fork (2 min 9 sec), test_lib2to3 (2 min 8 sec), test_venv (1 min 12 sec), test_threading (43.8 sec), test_asyncio (56.2 sec), test_multiprocessing_forkserver (36.7 sec), test_concurrent_futures (2 min 12 sec) 0:03:32 load avg: 16.26 [243/415/1] test_gc passed -- running: test_socket (32.2 sec), test_subprocess (1 min 33 sec), test_multiprocessing_fork (2 min 10 sec), test_lib2to3 (2 min 9 sec), test_venv (1 min 13 sec), test_threading (44.2 sec), test_asyncio (56.6 sec), test_multiprocessing_forkserver (37.1 sec), test_concurrent_futures (2 min 13 sec) 0:03:33 load avg: 16.26 [244/415/1] test_winreg skipped -- running: test_socket (33.2 sec), test_subprocess (1 min 34 sec), test_multiprocessing_fork (2 min 11 sec), test_lib2to3 (2 min 10 sec), test_venv (1 min 14 sec), test_threading (45.2 sec), test_asyncio (57.6 sec), test_multiprocessing_forkserver (38.1 sec), test_concurrent_futures (2 min 14 sec) test_winreg skipped -- No module named 'winreg' 0:03:34 load avg: 16.26 [245/415/1] test_strtod passed -- running: test_socket (34.1 sec), test_subprocess (1 min 35 sec), test_multiprocessing_fork (2 min 12 sec), test_lib2to3 (2 min 11 sec), test_venv (1 min 15 sec), test_threading (46.1 sec), test_asyncio (58.5 sec), test_multiprocessing_forkserver (39.0 sec), test_concurrent_futures (2 min 14 sec) 0:03:35 load avg: 16.26 [246/415/1] test_future3 passed -- running: test_socket (35.6 sec), test_subprocess (1 min 36 sec), test_multiprocessing_fork (2 min 13 sec), test_lib2to3 (2 min 12 sec), test_venv (1 min 16 sec), test_threading (47.6 sec), test_asyncio (59.9 sec), test_multiprocessing_forkserver (40.5 sec), test_concurrent_futures (2 min 16 sec) 0:03:35 load avg: 16.26 [247/415/1] test_gzip passed -- running: test_socket (35.7 sec), test_subprocess (1 min 36 sec), test_multiprocessing_fork (2 min 13 sec), test_lib2to3 (2 min 12 sec), test_venv (1 min 16 sec), test_threading (47.7 sec), test_asyncio (1 min), test_multiprocessing_forkserver (40.6 sec), test_concurrent_futures (2 min 16 sec) 0:03:36 load avg: 16.26 [248/415/1] test_warnings passed -- running: test_socket (35.9 sec), test_subprocess (1 min 36 sec), test_multiprocessing_fork (2 min 13 sec), test_lib2to3 (2 min 13 sec), test_venv (1 min 16 sec), test_threading (47.9 sec), test_asyncio (1 min), test_multiprocessing_forkserver (40.8 sec), test_concurrent_futures (2 min 16 sec) 0:03:36 load avg: 16.26 [249/415/1] test_lib2to3 passed (2 min 12 sec) -- running: test_socket (36.3 sec), test_subprocess (1 min 37 sec), test_multiprocessing_fork (2 min 14 sec), test_venv (1 min 17 sec), test_threading (48.3 sec), test_asyncio (1 min), test_multiprocessing_forkserver (41.2 sec), test_concurrent_futures (2 min 17 sec) 0:03:37 load avg: 15.84 [250/415/1] test_struct passed -- running: test_socket (37.4 sec), test_subprocess (1 min 38 sec), test_multiprocessing_fork (2 min 15 sec), test_venv (1 min 18 sec), test_threading (49.4 sec), test_asyncio (1 min 1 sec), test_multiprocessing_forkserver (42.3 sec), test_concurrent_futures (2 min 18 sec) 0:03:38 load avg: 15.84 [251/415/1] test_contains passed -- running: test_socket (38.6 sec), test_subprocess (1 min 39 sec), test_multiprocessing_fork (2 min 16 sec), test_venv (1 min 19 sec), test_threading (50.6 sec), test_asyncio (1 min 2 sec), test_multiprocessing_forkserver (43.5 sec), test_concurrent_futures (2 min 19 sec) 0:03:38 load avg: 15.84 [252/415/1] test_multibytecodec passed -- running: test_socket (38.6 sec), test_subprocess (1 min 39 sec), test_multiprocessing_fork (2 min 16 sec), test_venv (1 min 19 sec), test_threading (50.6 sec), test_asyncio (1 min 2 sec), test_multiprocessing_forkserver (43.5 sec), test_concurrent_futures (2 min 19 sec) 0:03:38 load avg: 15.84 [253/415/1] test_longexp passed -- running: test_socket (38.6 sec), test_subprocess (1 min 39 sec), test_multiprocessing_fork (2 min 16 sec), test_venv (1 min 19 sec), test_threading (50.6 sec), test_asyncio (1 min 2 sec), test_multiprocessing_forkserver (43.5 sec), test_concurrent_futures (2 min 19 sec) 0:03:40 load avg: 15.84 [254/415/1] test_csv passed -- running: test_socket (39.8 sec), test_subprocess (1 min 40 sec), test_multiprocessing_fork (2 min 17 sec), test_venv (1 min 20 sec), test_threading (51.8 sec), test_asyncio (1 min 4 sec), test_multiprocessing_forkserver (44.7 sec), test_concurrent_futures (2 min 20 sec) 0:03:40 load avg: 15.84 [255/415/1] test_inspect passed -- running: test_socket (40.4 sec), test_subprocess (1 min 41 sec), test_multiprocessing_fork (2 min 18 sec), test_venv (1 min 21 sec), test_threading (52.4 sec), test_asyncio (1 min 4 sec), test_multiprocessing_forkserver (45.3 sec), test_concurrent_futures (2 min 21 sec) 0:03:40 load avg: 15.84 [256/415/1] test_ucn passed -- running: test_socket (40.6 sec), test_subprocess (1 min 41 sec), test_multiprocessing_fork (2 min 18 sec), test_venv (1 min 21 sec), test_threading (52.6 sec), test_asyncio (1 min 4 sec), test_multiprocessing_forkserver (45.5 sec), test_concurrent_futures (2 min 21 sec) 0:03:41 load avg: 15.84 [257/415/1] test_codecmaps_tw passed -- running: test_socket (41.7 sec), test_subprocess (1 min 42 sec), test_multiprocessing_fork (2 min 19 sec), test_venv (1 min 22 sec), test_threading (53.7 sec), test_asyncio (1 min 6 sec), test_multiprocessing_forkserver (46.6 sec), test_concurrent_futures (2 min 22 sec) 0:03:42 load avg: 15.61 [258/415/1] test_int passed -- running: test_socket (42.7 sec), test_subprocess (1 min 43 sec), test_multiprocessing_fork (2 min 20 sec), test_venv (1 min 23 sec), test_threading (54.7 sec), test_asyncio (1 min 7 sec), test_multiprocessing_forkserver (47.6 sec), test_concurrent_futures (2 min 23 sec) 0:03:44 load avg: 15.61 [259/415/1] test_venv passed (1 min 23 sec) -- running: test_socket (43.9 sec), test_subprocess (1 min 44 sec), test_multiprocessing_fork (2 min 21 sec), test_threading (55.9 sec), test_asyncio (1 min 8 sec), test_multiprocessing_forkserver (48.8 sec), test_concurrent_futures (2 min 24 sec) 0:03:44 load avg: 15.61 [260/415/1] test_doctest2 passed -- running: test_socket (44.5 sec), test_subprocess (1 min 45 sec), test_multiprocessing_fork (2 min 22 sec), test_threading (56.5 sec), test_asyncio (1 min 8 sec), test_multiprocessing_forkserver (49.4 sec), test_concurrent_futures (2 min 25 sec) 0:03:45 load avg: 15.61 [261/415/1] test_userlist passed -- running: test_socket (45.0 sec), test_subprocess (1 min 45 sec), test_multiprocessing_fork (2 min 22 sec), test_threading (57.0 sec), test_asyncio (1 min 9 sec), test_multiprocessing_forkserver (49.9 sec), test_concurrent_futures (2 min 25 sec) 0:03:45 load avg: 15.61 [262/415/1] test_file_eintr passed -- running: test_socket (45.7 sec), test_subprocess (1 min 46 sec), test_multiprocessing_fork (2 min 23 sec), test_threading (57.7 sec), test_asyncio (1 min 10 sec), test_multiprocessing_forkserver (50.6 sec), test_concurrent_futures (2 min 26 sec) 0:03:46 load avg: 15.61 [263/415/1] test_macpath passed -- running: test_socket (45.9 sec), test_subprocess (1 min 46 sec), test_multiprocessing_fork (2 min 23 sec), test_threading (57.9 sec), test_asyncio (1 min 10 sec), test_multiprocessing_forkserver (50.8 sec), test_concurrent_futures (2 min 26 sec) 0:03:46 load avg: 15.61 [264/415/1] test_dtrace passed -- running: test_socket (46.1 sec), test_subprocess (1 min 46 sec), test_multiprocessing_fork (2 min 23 sec), test_threading (58.1 sec), test_asyncio (1 min 10 sec), test_multiprocessing_forkserver (51.0 sec), test_concurrent_futures (2 min 26 sec) 0:03:47 load avg: 15.16 [265/415/1] test_zipimport passed -- running: test_socket (47.5 sec), test_subprocess (1 min 48 sec), test_multiprocessing_fork (2 min 25 sec), test_threading (59.5 sec), test_asyncio (1 min 11 sec), test_multiprocessing_forkserver (52.4 sec), test_concurrent_futures (2 min 28 sec) 0:03:48 load avg: 15.16 [266/415/1] test_wait4 passed -- running: test_socket (48.0 sec), test_subprocess (1 min 48 sec), test_multiprocessing_fork (2 min 25 sec), test_threading (1 min), test_asyncio (1 min 12 sec), test_multiprocessing_forkserver (52.9 sec), test_concurrent_futures (2 min 28 sec) 0:03:48 load avg: 15.16 [267/415/1] test_pulldom passed -- running: test_socket (48.2 sec), test_subprocess (1 min 49 sec), test_multiprocessing_fork (2 min 26 sec), test_threading (1 min), test_asyncio (1 min 12 sec), test_multiprocessing_forkserver (53.1 sec), test_concurrent_futures (2 min 28 sec) 0:03:49 load avg: 15.16 [268/415/1] test_select passed -- running: test_socket (49.1 sec), test_subprocess (1 min 49 sec), test_multiprocessing_fork (2 min 27 sec), test_threading (1 min 1 sec), test_asyncio (1 min 13 sec), test_multiprocessing_forkserver (54.0 sec), test_concurrent_futures (2 min 29 sec) 0:03:50 load avg: 15.16 [269/415/1] test_sunau passed -- running: test_socket (49.8 sec), test_subprocess (1 min 50 sec), test_multiprocessing_fork (2 min 27 sec), test_threading (1 min 1 sec), test_asyncio (1 min 14 sec), test_multiprocessing_forkserver (54.7 sec), test_concurrent_futures (2 min 30 sec) 0:03:50 load avg: 15.16 [270/415/1] test_wsgiref passed -- running: test_socket (50.4 sec), test_subprocess (1 min 51 sec), test_multiprocessing_fork (2 min 28 sec), test_threading (1 min 2 sec), test_asyncio (1 min 14 sec), test_multiprocessing_forkserver (55.3 sec), test_concurrent_futures (2 min 31 sec) 0:03:50 load avg: 15.16 [271/415/1] test_eof passed -- running: test_socket (50.4 sec), test_subprocess (1 min 51 sec), test_multiprocessing_fork (2 min 28 sec), test_threading (1 min 2 sec), test_asyncio (1 min 14 sec), test_multiprocessing_forkserver (55.3 sec), test_concurrent_futures (2 min 31 sec) 0:03:51 load avg: 15.16 [272/415/1] test_threading passed (1 min 1 sec) -- running: test_socket (51.2 sec), test_subprocess (1 min 52 sec), test_multiprocessing_fork (2 min 29 sec), test_asyncio (1 min 15 sec), test_multiprocessing_forkserver (56.1 sec), test_concurrent_futures (2 min 32 sec) 0:03:53 load avg: 16.51 [273/415/1] test_configparser passed -- running: test_socket (53.5 sec), test_subprocess (1 min 54 sec), test_multiprocessing_fork (2 min 31 sec), test_asyncio (1 min 17 sec), test_multiprocessing_forkserver (58.4 sec), test_concurrent_futures (2 min 34 sec) 0:03:54 load avg: 16.51 [274/415/1] test_asyncore passed -- running: test_socket (53.8 sec), test_subprocess (1 min 54 sec), test_multiprocessing_fork (2 min 31 sec), test_asyncio (1 min 18 sec), test_multiprocessing_forkserver (58.7 sec), test_concurrent_futures (2 min 34 sec) 0:03:55 load avg: 16.51 [275/415/1] test_string_literals passed -- running: test_socket (55.4 sec), test_subprocess (1 min 56 sec), test_multiprocessing_fork (2 min 33 sec), test_asyncio (1 min 19 sec), test_multiprocessing_forkserver (1 min), test_concurrent_futures (2 min 36 sec) 0:03:56 load avg: 16.51 [276/415/1] test_atexit passed -- running: test_socket (55.8 sec), test_subprocess (1 min 56 sec), test_multiprocessing_fork (2 min 33 sec), test_asyncio (1 min 20 sec), test_multiprocessing_forkserver (1 min), test_concurrent_futures (2 min 36 sec) 0:03:56 load avg: 16.51 [277/415/1] test_re passed -- running: test_socket (56.3 sec), test_subprocess (1 min 57 sec), test_multiprocessing_fork (2 min 34 sec), test_asyncio (1 min 20 sec), test_multiprocessing_forkserver (1 min 1 sec), test_concurrent_futures (2 min 37 sec) 0:03:57 load avg: 17.03 [278/415/1] test_xml_etree_c passed -- running: test_socket (56.9 sec), test_subprocess (1 min 57 sec), test_multiprocessing_fork (2 min 34 sec), test_asyncio (1 min 21 sec), test_multiprocessing_forkserver (1 min 1 sec), test_concurrent_futures (2 min 37 sec) 0:03:58 load avg: 17.03 [279/415/1] test_list passed -- running: test_socket (58.5 sec), test_subprocess (1 min 59 sec), test_multiprocessing_fork (2 min 36 sec), test_asyncio (1 min 22 sec), test_multiprocessing_forkserver (1 min 3 sec), test_concurrent_futures (2 min 39 sec) 0:03:59 load avg: 17.03 [280/415/1] test_mimetypes passed -- running: test_socket (59.2 sec), test_subprocess (2 min), test_multiprocessing_fork (2 min 37 sec), test_asyncio (1 min 23 sec), test_multiprocessing_forkserver (1 min 4 sec), test_concurrent_futures (2 min 39 sec) 0:04:00 load avg: 17.03 [281/415/1] test_codecencodings_tw passed -- running: test_socket (59.8 sec), test_subprocess (2 min), test_multiprocessing_fork (2 min 37 sec), test_asyncio (1 min 24 sec), test_multiprocessing_forkserver (1 min 4 sec), test_concurrent_futures (2 min 40 sec) 0:04:00 load avg: 17.03 [282/415/1] test_timeout skipped (resource denied) -- running: test_socket (1 min), test_subprocess (2 min), test_multiprocessing_fork (2 min 37 sec), test_asyncio (1 min 24 sec), test_multiprocessing_forkserver (1 min 4 sec), test_concurrent_futures (2 min 40 sec) test_timeout skipped -- Use of the 'network' resource not enabled 0:04:00 load avg: 17.03 [283/415/1] test_enum passed -- running: test_socket (1 min), test_subprocess (2 min 1 sec), test_multiprocessing_fork (2 min 38 sec), test_asyncio (1 min 24 sec), test_multiprocessing_forkserver (1 min 5 sec), test_concurrent_futures (2 min 41 sec) 0:04:01 load avg: 17.03 [284/415/1] test_dict passed -- running: test_socket (1 min), test_subprocess (2 min 1 sec), test_multiprocessing_fork (2 min 38 sec), test_asyncio (1 min 25 sec), test_multiprocessing_forkserver (1 min 5 sec), test_concurrent_futures (2 min 41 sec) 0:04:01 load avg: 17.03 [285/415/1] test_modulefinder passed -- running: test_socket (1 min), test_subprocess (2 min 1 sec), test_multiprocessing_fork (2 min 38 sec), test_asyncio (1 min 25 sec), test_multiprocessing_forkserver (1 min 5 sec), test_concurrent_futures (2 min 41 sec) 0:04:02 load avg: 17.59 [286/415/1] test_mmap passed -- running: test_socket (1 min 2 sec), test_subprocess (2 min 3 sec), test_multiprocessing_fork (2 min 40 sec), test_asyncio (1 min 26 sec), test_multiprocessing_forkserver (1 min 7 sec), test_concurrent_futures (2 min 43 sec) 0:04:02 load avg: 17.59 [287/415/1] test_typechecks passed -- running: test_socket (1 min 2 sec), test_subprocess (2 min 3 sec), test_multiprocessing_fork (2 min 40 sec), test_asyncio (1 min 26 sec), test_multiprocessing_forkserver (1 min 7 sec), test_concurrent_futures (2 min 43 sec) 0:04:03 load avg: 17.59 [288/415/1] test_turtle skipped -- running: test_socket (1 min 3 sec), test_subprocess (2 min 4 sec), test_multiprocessing_fork (2 min 41 sec), test_asyncio (1 min 27 sec), test_multiprocessing_forkserver (1 min 8 sec), test_concurrent_futures (2 min 44 sec) test_turtle skipped -- No module named '_tkinter' 0:04:04 load avg: 17.59 [289/415/1] test_asyncgen passed -- running: test_socket (1 min 3 sec), test_subprocess (2 min 4 sec), test_multiprocessing_fork (2 min 41 sec), test_asyncio (1 min 28 sec), test_multiprocessing_forkserver (1 min 8 sec), test_concurrent_futures (2 min 44 sec) 0:04:04 load avg: 17.59 [290/415/1] test_pkg passed -- running: test_socket (1 min 4 sec), test_subprocess (2 min 4 sec), test_multiprocessing_fork (2 min 41 sec), test_asyncio (1 min 28 sec), test_multiprocessing_forkserver (1 min 8 sec), test_concurrent_futures (2 min 44 sec) 0:04:04 load avg: 17.59 [291/415/1] test_ast passed -- running: test_socket (1 min 4 sec), test_subprocess (2 min 5 sec), test_multiprocessing_fork (2 min 42 sec), test_asyncio (1 min 29 sec), test_multiprocessing_forkserver (1 min 9 sec), test_concurrent_futures (2 min 45 sec) 0:04:06 load avg: 17.59 [292/415/1] test_tcl skipped -- running: test_socket (1 min 5 sec), test_subprocess (2 min 6 sec), test_multiprocessing_fork (2 min 43 sec), test_asyncio (1 min 30 sec), test_multiprocessing_forkserver (1 min 10 sec), test_concurrent_futures (2 min 46 sec) test_tcl skipped -- No module named '_tkinter' 0:04:06 load avg: 17.59 [293/415/1] test_dummy_threading passed -- running: test_socket (1 min 6 sec), test_subprocess (2 min 7 sec), test_multiprocessing_fork (2 min 44 sec), test_asyncio (1 min 30 sec), test_multiprocessing_forkserver (1 min 11 sec), test_concurrent_futures (2 min 47 sec) 0:04:06 load avg: 17.59 [294/415/1] test_dictcomps passed -- running: test_socket (1 min 6 sec), test_subprocess (2 min 7 sec), test_multiprocessing_fork (2 min 44 sec), test_asyncio (1 min 30 sec), test_multiprocessing_forkserver (1 min 11 sec), test_concurrent_futures (2 min 47 sec) 0:04:07 load avg: 18.42 [295/415/1] test_aifc passed -- running: test_socket (1 min 7 sec), test_subprocess (2 min 8 sec), test_multiprocessing_fork (2 min 45 sec), test_asyncio (1 min 31 sec), test_multiprocessing_forkserver (1 min 12 sec), test_concurrent_futures (2 min 48 sec) 0:04:09 load avg: 18.42 [296/415/1] test_future4 passed -- running: test_socket (1 min 9 sec), test_subprocess (2 min 10 sec), test_multiprocessing_fork (2 min 47 sec), test_asyncio (1 min 33 sec), test_multiprocessing_forkserver (1 min 14 sec), test_concurrent_futures (2 min 50 sec), test_logging (31.9 sec) 0:04:10 load avg: 18.42 [297/415/1] test_unicode_file_functions passed -- running: test_socket (1 min 9 sec), test_subprocess (2 min 10 sec), test_multiprocessing_fork (2 min 47 sec), test_asyncio (1 min 34 sec), test_multiprocessing_forkserver (1 min 14 sec), test_concurrent_futures (2 min 50 sec), test_logging (32.4 sec) 0:04:10 load avg: 18.42 [298/415/1] test_hmac passed -- running: test_socket (1 min 10 sec), test_subprocess (2 min 11 sec), test_multiprocessing_fork (2 min 48 sec), test_asyncio (1 min 34 sec), test_multiprocessing_forkserver (1 min 15 sec), test_concurrent_futures (2 min 51 sec), test_logging (33.1 sec), test_pickle (30.1 sec) 0:04:12 load avg: 19.35 [299/415/1] test_audioop passed -- running: test_socket (1 min 12 sec), test_subprocess (2 min 13 sec), test_multiprocessing_fork (2 min 50 sec), test_asyncio (1 min 36 sec), test_multiprocessing_forkserver (1 min 17 sec), test_concurrent_futures (2 min 53 sec), test_logging (35.1 sec), test_pickle (32.1 sec) 0:04:13 load avg: 19.35 [300/415/1] test_importlib passed -- running: test_socket (1 min 12 sec), test_subprocess (2 min 13 sec), test_multiprocessing_fork (2 min 50 sec), test_asyncio (1 min 37 sec), test_multiprocessing_forkserver (1 min 17 sec), test_concurrent_futures (2 min 53 sec), test_logging (35.5 sec), test_pickle (32.5 sec) 0:04:14 load avg: 19.35 [301/415/1] test_clinic passed -- running: test_socket (1 min 14 sec), test_subprocess (2 min 15 sec), test_multiprocessing_fork (2 min 52 sec), test_asyncio (1 min 38 sec), test_multiprocessing_forkserver (1 min 19 sec), test_concurrent_futures (2 min 54 sec), test_logging (36.7 sec), test_pickle (33.7 sec) 0:04:15 load avg: 19.35 [302/415/1] test_socket passed (1 min 14 sec) -- running: test_subprocess (2 min 15 sec), test_multiprocessing_fork (2 min 53 sec), test_asyncio (1 min 39 sec), test_multiprocessing_forkserver (1 min 19 sec), test_concurrent_futures (2 min 55 sec), test_logging (37.7 sec), test_pickle (34.7 sec) 0:04:15 load avg: 19.35 [303/415/1] test_http_cookiejar passed -- running: test_subprocess (2 min 16 sec), test_multiprocessing_fork (2 min 53 sec), test_asyncio (1 min 39 sec), test_multiprocessing_forkserver (1 min 20 sec), test_concurrent_futures (2 min 56 sec), test_logging (38.2 sec), test_pickle (35.2 sec) 0:04:16 load avg: 19.35 [304/415/1] test_getpass passed -- running: test_subprocess (2 min 16 sec), test_multiprocessing_fork (2 min 53 sec), test_asyncio (1 min 40 sec), test_multiprocessing_forkserver (1 min 20 sec), test_concurrent_futures (2 min 56 sec), test_logging (38.6 sec), test_pickle (35.6 sec) 0:04:17 load avg: 20.20 [305/415/1] test_wave passed -- running: test_subprocess (2 min 18 sec), test_multiprocessing_fork (2 min 55 sec), test_asyncio (1 min 41 sec), test_multiprocessing_forkserver (1 min 22 sec), test_concurrent_futures (2 min 58 sec), test_logging (39.9 sec), test_pickle (36.9 sec) 0:04:17 load avg: 20.20 [306/415/1] test_wait3 passed -- running: test_subprocess (2 min 18 sec), test_multiprocessing_fork (2 min 55 sec), test_asyncio (1 min 41 sec), test_multiprocessing_forkserver (1 min 22 sec), test_concurrent_futures (2 min 58 sec), test_logging (39.9 sec), test_pickle (36.9 sec) 0:04:19 load avg: 20.20 [307/415/1] test_call passed -- running: test_subprocess (2 min 19 sec), test_multiprocessing_fork (2 min 56 sec), test_asyncio (1 min 43 sec), test_multiprocessing_forkserver (1 min 23 sec), test_concurrent_futures (2 min 59 sec), test_logging (41.4 sec), test_pickle (38.4 sec) 0:04:19 load avg: 20.20 [308/415/1] test_resource passed -- running: test_subprocess (2 min 19 sec), test_multiprocessing_fork (2 min 56 sec), test_asyncio (1 min 43 sec), test_multiprocessing_forkserver (1 min 23 sec), test_concurrent_futures (2 min 59 sec), test_logging (41.4 sec), test_pickle (38.4 sec) 0:04:20 load avg: 20.20 [309/415/1] test_urllib2net skipped (resource denied) -- running: test_subprocess (2 min 20 sec), test_multiprocessing_fork (2 min 57 sec), test_asyncio (1 min 44 sec), test_multiprocessing_forkserver (1 min 24 sec), test_concurrent_futures (3 min), test_logging (42.7 sec), test_pickle (39.7 sec) test_urllib2net skipped -- Use of the 'network' resource not enabled 0:04:21 load avg: 20.20 [310/415/1] test_dbm_dumb passed -- running: test_subprocess (2 min 22 sec), test_multiprocessing_fork (2 min 59 sec), test_asyncio (1 min 45 sec), test_multiprocessing_forkserver (1 min 26 sec), test_concurrent_futures (3 min 2 sec), test_logging (43.9 sec), test_pickle (40.9 sec) 0:04:21 load avg: 20.20 [311/415/1] test_sys passed -- running: test_subprocess (2 min 22 sec), test_multiprocessing_fork (2 min 59 sec), test_asyncio (1 min 45 sec), test_multiprocessing_forkserver (1 min 26 sec), test_concurrent_futures (3 min 2 sec), test_logging (44.0 sec), test_pickle (41.0 sec) 0:04:23 load avg: 21.31 [312/415/1] test_socketserver skipped (resource denied) -- running: test_subprocess (2 min 24 sec), test_multiprocessing_fork (3 min 1 sec), test_asyncio (1 min 47 sec), test_multiprocessing_forkserver (1 min 28 sec), test_concurrent_futures (3 min 4 sec), test_logging (46.1 sec), test_pickle (43.1 sec) test_socketserver skipped -- Use of the 'network' resource not enabled 0:04:24 load avg: 21.31 [313/415/1] test_dis passed -- running: test_subprocess (2 min 25 sec), test_multiprocessing_fork (3 min 2 sec), test_asyncio (1 min 48 sec), test_multiprocessing_forkserver (1 min 29 sec), test_concurrent_futures (3 min 5 sec), test_logging (47.0 sec), test_pickle (44.0 sec) 0:04:25 load avg: 21.31 [314/415/1] test_sndhdr passed -- running: test_subprocess (2 min 25 sec), test_multiprocessing_fork (3 min 2 sec), test_asyncio (1 min 49 sec), test_multiprocessing_forkserver (1 min 29 sec), test_concurrent_futures (3 min 5 sec), test_logging (47.6 sec), test_pickle (44.6 sec) 0:04:26 load avg: 21.31 [315/415/1] test_grp passed -- running: test_subprocess (2 min 26 sec), test_multiprocessing_fork (3 min 3 sec), test_asyncio (1 min 50 sec), test_multiprocessing_forkserver (1 min 30 sec), test_concurrent_futures (3 min 6 sec), test_logging (48.6 sec), test_pickle (45.6 sec) 0:04:27 load avg: 21.68 [316/415/1] test_sax passed -- running: test_subprocess (2 min 28 sec), test_multiprocessing_fork (3 min 5 sec), test_asyncio (1 min 51 sec), test_multiprocessing_forkserver (1 min 32 sec), test_concurrent_futures (3 min 8 sec), test_logging (49.9 sec), test_pickle (46.9 sec) 0:04:27 load avg: 21.68 [317/415/1] test_itertools passed -- running: test_subprocess (2 min 28 sec), test_multiprocessing_fork (3 min 5 sec), test_asyncio (1 min 52 sec), test_multiprocessing_forkserver (1 min 32 sec), test_concurrent_futures (3 min 8 sec), test_logging (50.3 sec), test_pickle (47.3 sec) 0:04:28 load avg: 21.68 [318/415/1] test_genericclass passed -- running: test_subprocess (2 min 29 sec), test_multiprocessing_fork (3 min 6 sec), test_asyncio (1 min 52 sec), test_multiprocessing_forkserver (1 min 33 sec), test_concurrent_futures (3 min 9 sec), test_logging (51.0 sec), test_pickle (48.0 sec) 0:04:29 load avg: 21.68 [319/415/1] test_shlex passed -- running: test_subprocess (2 min 30 sec), test_multiprocessing_fork (3 min 7 sec), test_asyncio (1 min 53 sec), test_multiprocessing_forkserver (1 min 34 sec), test_concurrent_futures (3 min 9 sec), test_logging (51.8 sec), test_pickle (48.8 sec) 0:04:30 load avg: 21.68 [320/415/1] test_filecmp passed -- running: test_subprocess (2 min 31 sec), test_multiprocessing_fork (3 min 8 sec), test_asyncio (1 min 54 sec), test_multiprocessing_forkserver (1 min 35 sec), test_concurrent_futures (3 min 11 sec), test_logging (52.9 sec), test_pickle (49.9 sec) 0:04:31 load avg: 21.68 [321/415/1] test_httpservers passed -- running: test_subprocess (2 min 31 sec), test_multiprocessing_fork (3 min 8 sec), test_asyncio (1 min 55 sec), test_multiprocessing_forkserver (1 min 35 sec), test_concurrent_futures (3 min 11 sec), test_logging (53.5 sec), test_pickle (50.5 sec) 0:04:31 load avg: 21.68 [322/415/1] test_quopri passed -- running: test_subprocess (2 min 32 sec), test_multiprocessing_fork (3 min 9 sec), test_asyncio (1 min 55 sec), test_multiprocessing_forkserver (1 min 36 sec), test_concurrent_futures (3 min 11 sec), test_logging (53.8 sec), test_pickle (50.8 sec) 0:04:31 load avg: 21.68 [323/415/1] test_plistlib passed -- running: test_subprocess (2 min 32 sec), test_multiprocessing_fork (3 min 9 sec), test_asyncio (1 min 55 sec), test_multiprocessing_forkserver (1 min 36 sec), test_concurrent_futures (3 min 12 sec), test_logging (54.1 sec), test_pickle (51.1 sec) 0:04:33 load avg: 21.87 [324/415/1] test_textwrap passed -- running: test_subprocess (2 min 34 sec), test_multiprocessing_fork (3 min 11 sec), test_asyncio (1 min 57 sec), test_multiprocessing_forkserver (1 min 38 sec), test_concurrent_futures (3 min 14 sec), test_logging (55.9 sec), test_pickle (52.9 sec) 0:04:34 load avg: 21.87 [325/415/1] test_isinstance passed -- running: test_subprocess (2 min 35 sec), test_multiprocessing_fork (3 min 12 sec), test_asyncio (1 min 58 sec), test_multiprocessing_forkserver (1 min 39 sec), test_concurrent_futures (3 min 15 sec), test_logging (56.9 sec), test_pickle (53.9 sec) 0:04:35 load avg: 21.87 [326/415/1] test_augassign passed -- running: test_subprocess (2 min 35 sec), test_multiprocessing_fork (3 min 12 sec), test_asyncio (1 min 59 sec), test_multiprocessing_forkserver (1 min 39 sec), test_concurrent_futures (3 min 15 sec), test_logging (57.5 sec), test_pickle (54.5 sec) 0:04:37 load avg: 21.88 [327/415/1] test_codecs passed -- running: test_subprocess (2 min 38 sec), test_multiprocessing_fork (3 min 15 sec), test_ssl (31.7 sec), test_asyncio (2 min 1 sec), test_multiprocessing_forkserver (1 min 42 sec), test_concurrent_futures (3 min 18 sec), test_logging (1 min), test_pickle (57.1 sec) 0:04:39 load avg: 21.88 [328/415/1] test_mailbox passed -- running: test_subprocess (2 min 39 sec), test_multiprocessing_fork (3 min 16 sec), test_ssl (33.0 sec), test_asyncio (2 min 3 sec), test_multiprocessing_forkserver (1 min 43 sec), test_concurrent_futures (3 min 19 sec), test_logging (1 min 1 sec), test_pickle (58.4 sec) 0:04:39 load avg: 21.88 [329/415/1] test_platform passed -- running: test_subprocess (2 min 40 sec), test_multiprocessing_fork (3 min 17 sec), test_ssl (33.4 sec), test_asyncio (2 min 3 sec), test_multiprocessing_forkserver (1 min 44 sec), test_concurrent_futures (3 min 20 sec), test_logging (1 min 1 sec), test_pickle (58.8 sec) 0:04:40 load avg: 21.88 [330/415/1] test_contextlib_async passed -- running: test_subprocess (2 min 40 sec), test_multiprocessing_fork (3 min 17 sec), test_ssl (34.2 sec), test_asyncio (2 min 4 sec), test_multiprocessing_forkserver (1 min 44 sec), test_concurrent_futures (3 min 20 sec), test_logging (1 min 2 sec), test_pickle (59.6 sec) Task was destroyed but it is pending! task: ()>> Task was destroyed but it is pending! task: ()>> 0:04:40 load avg: 21.88 [331/415/1] test_logging passed (1 min 1 sec) -- running: test_subprocess (2 min 41 sec), test_multiprocessing_fork (3 min 18 sec), test_ssl (34.9 sec), test_asyncio (2 min 5 sec), test_multiprocessing_forkserver (1 min 45 sec), test_concurrent_futures (3 min 21 sec), test_pickle (1 min) 0:04:41 load avg: 21.88 [332/415/1] test_xdrlib passed -- running: test_subprocess (2 min 41 sec), test_multiprocessing_fork (3 min 18 sec), test_ssl (35.1 sec), test_asyncio (2 min 5 sec), test_multiprocessing_forkserver (1 min 45 sec), test_concurrent_futures (3 min 21 sec), test_pickle (1 min) 0:04:42 load avg: 21.17 [333/415/1] test_email passed -- running: test_subprocess (2 min 43 sec), test_multiprocessing_fork (3 min 20 sec), test_ssl (36.4 sec), test_asyncio (2 min 6 sec), test_multiprocessing_forkserver (1 min 47 sec), test_concurrent_futures (3 min 23 sec), test_pickle (1 min 1 sec) 0:04:43 load avg: 21.17 [334/415/2] test_ssl failed (35.0 sec) -- running: test_subprocess (2 min 44 sec), test_multiprocessing_fork (3 min 21 sec), test_asyncio (2 min 7 sec), test_multiprocessing_forkserver (1 min 48 sec), test_concurrent_futures (3 min 24 sec), test_pickle (1 min 3 sec) test test_ssl failed -- multiple errors occurred; run in verbose mode for details 0:04:43 load avg: 21.17 [335/415/2] test_mailcap passed -- running: test_subprocess (2 min 44 sec), test_multiprocessing_fork (3 min 21 sec), test_asyncio (2 min 7 sec), test_multiprocessing_forkserver (1 min 48 sec), test_concurrent_futures (3 min 24 sec), test_pickle (1 min 3 sec) 0:04:46 load avg: 21.17 [336/415/2] test_index passed -- running: test_subprocess (2 min 46 sec), test_multiprocessing_fork (3 min 23 sec), test_asyncio (2 min 10 sec), test_multiprocessing_forkserver (1 min 50 sec), test_concurrent_futures (3 min 26 sec), test_pickle (1 min 5 sec) 0:04:46 load avg: 21.17 [337/415/2] test_posix passed -- running: test_subprocess (2 min 46 sec), test_multiprocessing_fork (3 min 23 sec), test_asyncio (2 min 10 sec), test_multiprocessing_forkserver (1 min 50 sec), test_concurrent_futures (3 min 26 sec), test_pickle (1 min 5 sec) 0:04:47 load avg: 20.75 [338/415/2] test_module passed -- running: test_subprocess (2 min 48 sec), test_multiprocessing_fork (3 min 25 sec), test_asyncio (2 min 11 sec), test_multiprocessing_forkserver (1 min 52 sec), test_concurrent_futures (3 min 27 sec), test_pickle (1 min 6 sec) 0:04:49 load avg: 20.75 [339/415/2] test_webbrowser passed -- running: test_subprocess (2 min 50 sec), test_multiprocessing_fork (3 min 27 sec), test_asyncio (2 min 13 sec), test_multiprocessing_forkserver (1 min 54 sec), test_concurrent_futures (3 min 30 sec), test_pickle (1 min 9 sec) 0:04:50 load avg: 20.75 [340/415/2] test_threadsignals passed -- running: test_subprocess (2 min 50 sec), test_multiprocessing_fork (3 min 27 sec), test_asyncio (2 min 14 sec), test_multiprocessing_forkserver (1 min 54 sec), test_concurrent_futures (3 min 30 sec), test_pickle (1 min 9 sec) 0:04:50 load avg: 20.75 [341/415/2] test_readline passed -- running: test_subprocess (2 min 51 sec), test_multiprocessing_fork (3 min 28 sec), test_asyncio (2 min 14 sec), test_multiprocessing_forkserver (1 min 55 sec), test_concurrent_futures (3 min 31 sec), test_pickle (1 min 9 sec) 0:04:50 load avg: 20.75 [342/415/2] test_doctest passed -- running: test_subprocess (2 min 51 sec), test_multiprocessing_fork (3 min 28 sec), test_asyncio (2 min 14 sec), test_multiprocessing_forkserver (1 min 55 sec), test_concurrent_futures (3 min 31 sec), test_pickle (1 min 9 sec) 0:04:51 load avg: 20.75 [343/415/2] test_pickle passed (1 min 9 sec) -- running: test_subprocess (2 min 51 sec), test_multiprocessing_fork (3 min 28 sec), test_asyncio (2 min 15 sec), test_multiprocessing_forkserver (1 min 55 sec), test_concurrent_futures (3 min 31 sec) 0:04:51 load avg: 20.75 [344/415/2] test_codeccallbacks passed -- running: test_subprocess (2 min 52 sec), test_multiprocessing_fork (3 min 29 sec), test_asyncio (2 min 15 sec), test_multiprocessing_forkserver (1 min 56 sec), test_concurrent_futures (3 min 32 sec) 0:04:51 load avg: 20.75 [345/415/2] test_enumerate passed -- running: test_subprocess (2 min 52 sec), test_multiprocessing_fork (3 min 29 sec), test_asyncio (2 min 15 sec), test_multiprocessing_forkserver (1 min 56 sec), test_concurrent_futures (3 min 32 sec) 0:04:52 load avg: 20.29 [346/415/2] test_urllib_response passed -- running: test_subprocess (2 min 52 sec), test_multiprocessing_fork (3 min 29 sec), test_asyncio (2 min 16 sec), test_multiprocessing_forkserver (1 min 56 sec), test_concurrent_futures (3 min 32 sec) 0:04:53 load avg: 20.29 [347/415/2] test_minidom passed -- running: test_subprocess (2 min 54 sec), test_multiprocessing_fork (3 min 31 sec), test_asyncio (2 min 17 sec), test_multiprocessing_forkserver (1 min 58 sec), test_concurrent_futures (3 min 33 sec) 0:04:53 load avg: 20.29 [348/415/2] test_urllib2 passed -- running: test_subprocess (2 min 54 sec), test_multiprocessing_fork (3 min 31 sec), test_asyncio (2 min 17 sec), test_multiprocessing_forkserver (1 min 58 sec), test_concurrent_futures (3 min 34 sec) 0:04:54 load avg: 20.29 [349/415/2] test_peepholer passed -- running: test_subprocess (2 min 55 sec), test_multiprocessing_fork (3 min 32 sec), test_asyncio (2 min 18 sec), test_multiprocessing_forkserver (1 min 59 sec), test_concurrent_futures (3 min 34 sec) 0:04:54 load avg: 20.29 [350/415/2] test_stringprep passed -- running: test_subprocess (2 min 55 sec), test_multiprocessing_fork (3 min 32 sec), test_asyncio (2 min 18 sec), test_multiprocessing_forkserver (1 min 59 sec), test_concurrent_futures (3 min 35 sec) 0:04:55 load avg: 20.29 [351/415/2] test_random passed -- running: test_subprocess (2 min 56 sec), test_multiprocessing_fork (3 min 33 sec), test_asyncio (2 min 19 sec), test_multiprocessing_forkserver (2 min), test_concurrent_futures (3 min 36 sec) 0:04:57 load avg: 19.79 [352/415/2] test_base64 passed -- running: test_subprocess (2 min 57 sec), test_multiprocessing_fork (3 min 34 sec), test_asyncio (2 min 21 sec), test_multiprocessing_forkserver (2 min 1 sec), test_bz2 (30.9 sec), test_concurrent_futures (3 min 37 sec) 0:04:58 load avg: 19.79 [353/415/2] test_telnetlib passed -- running: test_subprocess (2 min 58 sec), test_multiprocessing_fork (3 min 35 sec), test_asyncio (2 min 22 sec), test_multiprocessing_forkserver (2 min 2 sec), test_bz2 (32.0 sec), test_concurrent_futures (3 min 38 sec) 0:04:58 load avg: 19.79 [354/415/2] test_html passed -- running: test_subprocess (2 min 58 sec), test_multiprocessing_fork (3 min 35 sec), test_asyncio (2 min 22 sec), test_multiprocessing_forkserver (2 min 2 sec), test_bz2 (32.0 sec), test_concurrent_futures (3 min 38 sec) 0:04:58 load avg: 19.79 [355/415/2] test_poll passed -- running: test_subprocess (2 min 58 sec), test_multiprocessing_fork (3 min 35 sec), test_asyncio (2 min 22 sec), test_multiprocessing_forkserver (2 min 2 sec), test_bz2 (32.0 sec), test_concurrent_futures (3 min 38 sec) 0:04:59 load avg: 19.79 [356/415/2] test_class passed -- running: test_subprocess (2 min 59 sec), test_multiprocessing_fork (3 min 36 sec), test_asyncio (2 min 23 sec), test_multiprocessing_forkserver (2 min 3 sec), test_bz2 (32.9 sec), test_concurrent_futures (3 min 39 sec) 0:04:59 load avg: 19.79 [357/415/2] test_setcomps passed -- running: test_subprocess (3 min), test_multiprocessing_fork (3 min 37 sec), test_asyncio (2 min 23 sec), test_multiprocessing_forkserver (2 min 4 sec), test_bz2 (33.5 sec), test_concurrent_futures (3 min 40 sec) 0:05:00 load avg: 19.79 [358/415/2] test_unicode_identifiers passed -- running: test_subprocess (3 min), test_multiprocessing_fork (3 min 37 sec), test_asyncio (2 min 24 sec), test_multiprocessing_forkserver (2 min 4 sec), test_bz2 (33.9 sec), test_concurrent_futures (3 min 40 sec) 0:05:01 load avg: 19.79 [359/415/2] test_timeit passed -- running: test_subprocess (3 min 2 sec), test_multiprocessing_fork (3 min 39 sec), test_asyncio (2 min 25 sec), test_multiprocessing_forkserver (2 min 6 sec), test_bz2 (35.6 sec), test_concurrent_futures (3 min 42 sec) 0:05:01 load avg: 19.79 [360/415/2] test_richcmp passed -- running: test_subprocess (3 min 2 sec), test_multiprocessing_fork (3 min 39 sec), test_asyncio (2 min 25 sec), test_multiprocessing_forkserver (2 min 6 sec), test_bz2 (35.6 sec), test_concurrent_futures (3 min 42 sec) 0:05:03 load avg: 19.25 [361/415/2] test_dbm passed -- running: test_subprocess (3 min 3 sec), test_multiprocessing_fork (3 min 40 sec), test_asyncio (2 min 27 sec), test_multiprocessing_forkserver (2 min 7 sec), test_bz2 (36.9 sec), test_concurrent_futures (3 min 43 sec) 0:05:05 load avg: 19.25 [362/415/2] test_bytes passed -- running: test_subprocess (3 min 5 sec), test_multiprocessing_fork (3 min 43 sec), test_asyncio (2 min 29 sec), test_multiprocessing_forkserver (2 min 10 sec), test_bz2 (39.1 sec), test_concurrent_futures (3 min 45 sec) 0:05:06 load avg: 19.25 [363/415/2] test_utf8_mode passed -- running: test_subprocess (3 min 7 sec), test_multiprocessing_fork (3 min 44 sec), test_asyncio (2 min 30 sec), test_multiprocessing_forkserver (2 min 11 sec), test_bz2 (40.4 sec), test_concurrent_futures (3 min 47 sec) 0:05:07 load avg: 18.75 [364/415/2] test_ensurepip passed -- running: test_subprocess (3 min 8 sec), test_multiprocessing_fork (3 min 45 sec), test_asyncio (2 min 31 sec), test_multiprocessing_forkserver (2 min 12 sec), test_bz2 (41.6 sec), test_concurrent_futures (3 min 48 sec) 0:05:08 load avg: 18.75 [365/415/2] test_complex passed -- running: test_subprocess (3 min 8 sec), test_multiprocessing_fork (3 min 45 sec), test_asyncio (2 min 32 sec), test_multiprocessing_forkserver (2 min 12 sec), test_bz2 (42.0 sec), test_concurrent_futures (3 min 48 sec) 0:05:08 load avg: 18.75 [366/415/2] test_dummy_thread passed -- running: test_subprocess (3 min 9 sec), test_multiprocessing_fork (3 min 46 sec), test_asyncio (2 min 32 sec), test_multiprocessing_forkserver (2 min 13 sec), test_bz2 (42.1 sec), test_concurrent_futures (3 min 48 sec) 0:05:10 load avg: 18.75 [367/415/2] test_docxmlrpc passed -- running: test_multiprocessing_spawn (31.5 sec), test_subprocess (3 min 11 sec), test_multiprocessing_fork (3 min 48 sec), test_asyncio (2 min 34 sec), test_multiprocessing_forkserver (2 min 15 sec), test_bz2 (44.2 sec), test_concurrent_futures (3 min 50 sec) 0:05:12 load avg: 18.52 [368/415/2] test_pipes passed -- running: test_multiprocessing_spawn (33.8 sec), test_subprocess (3 min 13 sec), test_multiprocessing_fork (3 min 50 sec), test_asyncio (2 min 36 sec), test_multiprocessing_forkserver (2 min 17 sec), test_bz2 (46.5 sec), test_concurrent_futures (3 min 53 sec) 0:05:13 load avg: 18.52 [369/415/2] test_bz2 passed (45.8 sec) -- running: test_multiprocessing_spawn (34.2 sec), test_subprocess (3 min 13 sec), test_multiprocessing_fork (3 min 50 sec), test_asyncio (2 min 37 sec), test_multiprocessing_forkserver (2 min 17 sec), test_concurrent_futures (3 min 53 sec) 0:05:13 load avg: 18.52 [370/415/2] test_script_helper passed -- running: test_multiprocessing_spawn (34.7 sec), test_subprocess (3 min 14 sec), test_multiprocessing_fork (3 min 51 sec), test_asyncio (2 min 37 sec), test_multiprocessing_forkserver (2 min 18 sec), test_concurrent_futures (3 min 54 sec) 0:05:14 load avg: 18.52 [371/415/2] test_baseexception passed -- running: test_multiprocessing_spawn (35.5 sec), test_subprocess (3 min 15 sec), test_multiprocessing_fork (3 min 52 sec), test_asyncio (2 min 38 sec), test_multiprocessing_forkserver (2 min 19 sec), test_concurrent_futures (3 min 54 sec) 0:05:15 load avg: 18.52 [372/415/2] test_zipapp passed -- running: test_multiprocessing_spawn (36.2 sec), test_subprocess (3 min 15 sec), test_multiprocessing_fork (3 min 52 sec), test_asyncio (2 min 39 sec), test_multiprocessing_forkserver (2 min 19 sec), test_concurrent_futures (3 min 55 sec) 0:05:16 load avg: 18.52 [373/415/2] test_msilib skipped -- running: test_multiprocessing_spawn (37.1 sec), test_subprocess (3 min 16 sec), test_multiprocessing_fork (3 min 53 sec), test_asyncio (2 min 40 sec), test_multiprocessing_forkserver (2 min 20 sec), test_concurrent_futures (3 min 56 sec) test_msilib skipped -- No module named '_msi' 0:05:16 load avg: 18.52 [374/415/2] test_raise passed -- running: test_multiprocessing_spawn (37.6 sec), test_subprocess (3 min 17 sec), test_multiprocessing_fork (3 min 54 sec), test_asyncio (2 min 40 sec), test_multiprocessing_forkserver (2 min 21 sec), test_concurrent_futures (3 min 57 sec) 0:05:16 load avg: 18.52 [375/415/2] test_openpty passed -- running: test_multiprocessing_spawn (37.8 sec), test_subprocess (3 min 17 sec), test_multiprocessing_fork (3 min 54 sec), test_asyncio (2 min 40 sec), test_multiprocessing_forkserver (2 min 21 sec), test_concurrent_futures (3 min 57 sec) 0:05:19 load avg: 18.16 [376/415/2] test_py_compile passed -- running: test_multiprocessing_spawn (40.3 sec), test_subprocess (3 min 19 sec), test_multiprocessing_fork (3 min 56 sec), test_asyncio (2 min 43 sec), test_multiprocessing_forkserver (2 min 23 sec), test_concurrent_futures (3 min 59 sec) 0:05:19 load avg: 18.16 [377/415/2] test_crashers passed -- running: test_multiprocessing_spawn (40.7 sec), test_subprocess (3 min 20 sec), test_multiprocessing_fork (3 min 57 sec), test_asyncio (2 min 43 sec), test_multiprocessing_forkserver (2 min 24 sec), test_concurrent_futures (4 min) 0:05:20 load avg: 18.16 [378/415/2] test_unittest passed -- running: test_multiprocessing_spawn (41.6 sec), test_subprocess (3 min 21 sec), test_multiprocessing_fork (3 min 58 sec), test_asyncio (2 min 44 sec), test_multiprocessing_forkserver (2 min 25 sec), test_concurrent_futures (4 min 1 sec) 0:05:23 load avg: 17.75 [379/415/2] test_marshal passed -- running: test_multiprocessing_spawn (44.2 sec), test_subprocess (3 min 23 sec), test_multiprocessing_fork (4 min), test_asyncio (2 min 47 sec), test_multiprocessing_forkserver (2 min 27 sec), test_concurrent_futures (4 min 3 sec) 0:05:24 load avg: 17.75 [380/415/2] test_builtin passed -- running: test_multiprocessing_spawn (45.1 sec), test_subprocess (3 min 24 sec), test_multiprocessing_fork (4 min 1 sec), test_regrtest (30.6 sec), test_asyncio (2 min 48 sec), test_multiprocessing_forkserver (2 min 28 sec), test_concurrent_futures (4 min 4 sec) 0:05:25 load avg: 17.75 [381/415/2] test_runpy passed -- running: test_multiprocessing_spawn (46.1 sec), test_subprocess (3 min 25 sec), test_multiprocessing_fork (4 min 2 sec), test_regrtest (31.6 sec), test_asyncio (2 min 49 sec), test_multiprocessing_forkserver (2 min 29 sec), test_concurrent_futures (4 min 5 sec) 0:05:25 load avg: 17.75 [382/415/2] test_secrets passed -- running: test_multiprocessing_spawn (46.5 sec), test_subprocess (3 min 26 sec), test_multiprocessing_fork (4 min 3 sec), test_regrtest (32.0 sec), test_asyncio (2 min 49 sec), test_multiprocessing_forkserver (2 min 30 sec), test_concurrent_futures (4 min 6 sec) 0:05:26 load avg: 17.75 [383/415/2] test_cgitb passed -- running: test_multiprocessing_spawn (47.8 sec), test_subprocess (3 min 27 sec), test_multiprocessing_fork (4 min 4 sec), test_regrtest (33.3 sec), test_asyncio (2 min 50 sec), test_multiprocessing_forkserver (2 min 31 sec), test_concurrent_futures (4 min 7 sec) 0:05:26 load avg: 17.75 [384/415/2] test_idle skipped -- running: test_multiprocessing_spawn (48.0 sec), test_subprocess (3 min 27 sec), test_multiprocessing_fork (4 min 4 sec), test_regrtest (33.5 sec), test_asyncio (2 min 51 sec), test_multiprocessing_forkserver (2 min 31 sec), test_concurrent_futures (4 min 7 sec) test_idle skipped -- No module named '_tkinter' 0:05:28 load avg: 17.37 [385/415/2] test_bigmem passed -- running: test_multiprocessing_spawn (49.6 sec), test_subprocess (3 min 29 sec), test_multiprocessing_fork (4 min 6 sec), test_regrtest (35.1 sec), test_support (30.3 sec), test_asyncio (2 min 52 sec), test_multiprocessing_forkserver (2 min 33 sec), test_concurrent_futures (4 min 9 sec) 0:05:29 load avg: 17.37 [386/415/2] test_typing passed -- running: test_multiprocessing_spawn (50.2 sec), test_subprocess (3 min 29 sec), test_multiprocessing_fork (4 min 6 sec), test_regrtest (35.7 sec), test_support (30.9 sec), test_asyncio (2 min 53 sec), test_multiprocessing_forkserver (2 min 33 sec), test_concurrent_futures (4 min 9 sec) /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/test/test_typing.py:1533: DeprecationWarning: Please use assertEqual instead. self.assertEquals(Union[c1, c1_gth], Union[c1]) /var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/test/test_typing.py:1534: DeprecationWarning: Please use assertEqual instead. self.assertEquals(Union[c1, c1_gth, int], Union[c1, int]) 0:05:29 load avg: 17.37 [387/415/2] test_defaultdict passed -- running: test_multiprocessing_spawn (50.7 sec), test_subprocess (3 min 30 sec), test_multiprocessing_fork (4 min 7 sec), test_regrtest (36.2 sec), test_support (31.4 sec), test_asyncio (2 min 53 sec), test_multiprocessing_forkserver (2 min 34 sec), test_concurrent_futures (4 min 10 sec) 0:05:31 load avg: 17.37 [388/415/2] test_compare passed -- running: test_multiprocessing_spawn (52.2 sec), test_subprocess (3 min 31 sec), test_multiprocessing_fork (4 min 8 sec), test_regrtest (37.7 sec), test_support (32.9 sec), test_asyncio (2 min 55 sec), test_multiprocessing_forkserver (2 min 35 sec), test_concurrent_futures (4 min 11 sec) 0:05:31 load avg: 17.37 [389/415/2] test___future__ passed -- running: test_multiprocessing_spawn (52.2 sec), test_subprocess (3 min 31 sec), test_multiprocessing_fork (4 min 8 sec), test_regrtest (37.7 sec), test_support (32.9 sec), test_asyncio (2 min 55 sec), test_multiprocessing_forkserver (2 min 35 sec), test_concurrent_futures (4 min 11 sec) 0:05:32 load avg: 17.37 [390/415/2] test_shutil passed -- running: test_multiprocessing_spawn (53.2 sec), test_subprocess (3 min 32 sec), test_multiprocessing_fork (4 min 9 sec), test_regrtest (38.7 sec), test_support (33.9 sec), test_asyncio (2 min 56 sec), test_multiprocessing_forkserver (2 min 36 sec), test_concurrent_futures (4 min 12 sec) 0:05:32 load avg: 16.78 [391/415/2] test_support passed (32.8 sec) -- running: test_multiprocessing_spawn (53.7 sec), test_subprocess (3 min 33 sec), test_multiprocessing_fork (4 min 10 sec), test_regrtest (39.2 sec), test_asyncio (2 min 56 sec), test_multiprocessing_forkserver (2 min 37 sec), test_concurrent_futures (4 min 13 sec) 0:05:32 load avg: 16.78 [392/415/2] test_htmlparser passed -- running: test_multiprocessing_spawn (53.9 sec), test_subprocess (3 min 33 sec), test_multiprocessing_fork (4 min 10 sec), test_regrtest (39.4 sec), test_asyncio (2 min 56 sec), test_multiprocessing_forkserver (2 min 37 sec), test_concurrent_futures (4 min 13 sec) 0:05:33 load avg: 16.78 [393/415/2] test_tix skipped -- running: test_multiprocessing_spawn (54.5 sec), test_subprocess (3 min 34 sec), test_multiprocessing_fork (4 min 11 sec), test_regrtest (40.0 sec), test_asyncio (2 min 57 sec), test_multiprocessing_forkserver (2 min 38 sec), test_concurrent_futures (4 min 13 sec) test_tix skipped -- No module named '_tkinter' 0:05:34 load avg: 16.78 [394/415/2] test_asynchat passed -- running: test_multiprocessing_spawn (55.1 sec), test_subprocess (3 min 34 sec), test_multiprocessing_fork (4 min 11 sec), test_regrtest (40.6 sec), test_asyncio (2 min 58 sec), test_multiprocessing_forkserver (2 min 38 sec), test_concurrent_futures (4 min 14 sec) 0:05:34 load avg: 16.78 [395/415/2] test_pprint passed -- running: test_multiprocessing_spawn (55.2 sec), test_subprocess (3 min 34 sec), test_multiprocessing_fork (4 min 11 sec), test_regrtest (40.7 sec), test_asyncio (2 min 58 sec), test_multiprocessing_forkserver (2 min 38 sec), test_concurrent_futures (4 min 14 sec) 0:05:34 load avg: 16.78 [396/415/2] test_format passed -- running: test_multiprocessing_spawn (55.5 sec), test_subprocess (3 min 35 sec), test_multiprocessing_fork (4 min 12 sec), test_regrtest (41.0 sec), test_asyncio (2 min 58 sec), test_multiprocessing_forkserver (2 min 39 sec), test_concurrent_futures (4 min 15 sec) 0:05:34 load avg: 16.78 [397/415/2] test_smtpnet skipped (resource denied) -- running: test_multiprocessing_spawn (55.7 sec), test_subprocess (3 min 35 sec), test_multiprocessing_fork (4 min 12 sec), test_regrtest (41.2 sec), test_asyncio (2 min 58 sec), test_multiprocessing_forkserver (2 min 39 sec), test_concurrent_futures (4 min 15 sec) test_smtpnet skipped -- Use of the 'network' resource not enabled 0:05:35 load avg: 16.78 [398/415/2] test_numeric_tower passed -- running: test_multiprocessing_spawn (56.8 sec), test_subprocess (3 min 36 sec), test_multiprocessing_fork (4 min 13 sec), test_regrtest (42.3 sec), test_asyncio (2 min 59 sec), test_multiprocessing_forkserver (2 min 40 sec), test_concurrent_futures (4 min 16 sec) 0:05:35 load avg: 16.78 [399/415/2] test_fileinput passed -- running: test_multiprocessing_spawn (57.0 sec), test_subprocess (3 min 36 sec), test_multiprocessing_fork (4 min 13 sec), test_regrtest (42.5 sec), test_asyncio (3 min), test_multiprocessing_forkserver (2 min 40 sec), test_concurrent_futures (4 min 16 sec) 0:05:36 load avg: 16.78 [400/415/2] test_pkgimport passed -- running: test_multiprocessing_spawn (57.9 sec), test_subprocess (3 min 37 sec), test_multiprocessing_fork (4 min 14 sec), test_regrtest (43.4 sec), test_asyncio (3 min), test_multiprocessing_forkserver (2 min 41 sec), test_concurrent_futures (4 min 17 sec) 0:05:37 load avg: 16.39 [401/415/2] test_selectors passed -- running: test_multiprocessing_spawn (58.6 sec), test_subprocess (3 min 38 sec), test_multiprocessing_fork (4 min 15 sec), test_regrtest (44.1 sec), test_asyncio (3 min 1 sec), test_multiprocessing_forkserver (2 min 42 sec), test_concurrent_futures (4 min 18 sec) 0:05:37 load avg: 16.39 [402/415/2] test_sys_setprofile passed -- running: test_multiprocessing_spawn (58.8 sec), test_subprocess (3 min 38 sec), test_multiprocessing_fork (4 min 15 sec), test_regrtest (44.3 sec), test_buffer (30.2 sec), test_asyncio (3 min 1 sec), test_multiprocessing_forkserver (2 min 42 sec), test_concurrent_futures (4 min 18 sec) 0:05:39 load avg: 16.39 [403/415/2] test_bdb passed -- running: test_multiprocessing_spawn (1 min), test_subprocess (3 min 40 sec), test_multiprocessing_fork (4 min 17 sec), test_regrtest (46.4 sec), test_buffer (32.3 sec), test_asyncio (3 min 3 sec), test_multiprocessing_forkserver (2 min 44 sec), test_concurrent_futures (4 min 20 sec) 0:05:40 load avg: 16.39 [404/415/2] test_keyword passed -- running: test_multiprocessing_spawn (1 min 1 sec), test_subprocess (3 min 41 sec), test_multiprocessing_fork (4 min 18 sec), test_regrtest (47.1 sec), test_buffer (33.0 sec), test_asyncio (3 min 4 sec), test_multiprocessing_forkserver (2 min 45 sec), test_concurrent_futures (4 min 21 sec) 0:05:41 load avg: 16.39 [405/415/2] test_finalization passed -- running: test_multiprocessing_spawn (1 min 2 sec), test_subprocess (3 min 42 sec), test_multiprocessing_fork (4 min 19 sec), test_regrtest (48.0 sec), test_buffer (33.9 sec), test_asyncio (3 min 5 sec), test_multiprocessing_forkserver (2 min 46 sec), test_concurrent_futures (4 min 21 sec) 0:05:43 load avg: 16.12 [406/415/2] test_deque passed -- running: test_multiprocessing_spawn (1 min 4 sec), test_subprocess (3 min 44 sec), test_multiprocessing_fork (4 min 21 sec), test_regrtest (50.4 sec), test_buffer (36.3 sec), test_asyncio (3 min 7 sec), test_multiprocessing_forkserver (2 min 48 sec), test_concurrent_futures (4 min 24 sec) 0:05:52 load avg: 14.46 [407/415/2] test_calendar passed -- running: test_multiprocessing_spawn (1 min 13 sec), test_subprocess (3 min 53 sec), test_multiprocessing_fork (4 min 30 sec), test_regrtest (59.3 sec), test_buffer (45.2 sec), test_asyncio (3 min 16 sec), test_multiprocessing_forkserver (2 min 57 sec), test_concurrent_futures (4 min 33 sec) 0:06:16 load avg: 17.14 [408/415/2] test_regrtest passed (1 min 22 sec) -- running: test_multiprocessing_spawn (1 min 37 sec), test_subprocess (4 min 17 sec), test_multiprocessing_fork (4 min 54 sec), test_buffer (1 min 9 sec), test_asyncio (3 min 40 sec), test_multiprocessing_forkserver (3 min 21 sec), test_concurrent_futures (4 min 57 sec) 0:06:19 load avg: 16.88 [409/415/2] test_buffer passed (1 min 10 sec) -- running: test_multiprocessing_spawn (1 min 40 sec), test_subprocess (4 min 19 sec), test_multiprocessing_fork (4 min 56 sec), test_asyncio (3 min 43 sec), test_multiprocessing_forkserver (3 min 23 sec), test_concurrent_futures (4 min 59 sec) 0:06:41 load avg: 17.81 [410/415/2] test_asyncio passed (4 min 4 sec) -- running: test_multiprocessing_spawn (2 min 2 sec), test_subprocess (4 min 42 sec), test_multiprocessing_fork (5 min 19 sec), test_multiprocessing_forkserver (3 min 46 sec), test_concurrent_futures (5 min 21 sec) 0:07:02 load avg: 17.00 [411/415/2] test_concurrent_futures passed (5 min 41 sec) -- running: test_multiprocessing_spawn (2 min 23 sec), test_subprocess (5 min 2 sec), test_multiprocessing_fork (5 min 39 sec), test_multiprocessing_forkserver (4 min 6 sec) 0:07:07 load avg: 16.22 [412/415/2] test_multiprocessing_fork passed (5 min 44 sec) -- running: test_multiprocessing_spawn (2 min 28 sec), test_subprocess (5 min 8 sec), test_multiprocessing_forkserver (4 min 12 sec) 0:07:20 load avg: 15.72 [413/415/2] test_subprocess passed (5 min 20 sec) -- running: test_multiprocessing_spawn (2 min 41 sec), test_multiprocessing_forkserver (4 min 25 sec) 0:07:23 load avg: 15.34 [414/415/2] test_multiprocessing_forkserver passed (4 min 27 sec) -- running: test_multiprocessing_spawn (2 min 44 sec) 0:07:53 load avg: 14.78 running: test_multiprocessing_spawn (3 min 14 sec) 0:08:08 load avg: 15.26 [415/415/2] test_multiprocessing_spawn passed (3 min 28 sec) == Tests result: FAILURE == 388 tests OK. 2 tests failed: test_faulthandler test_ssl 25 tests skipped: test_curses test_devpoll test_idle test_ioctl test_kqueue test_msilib test_nis test_ossaudiodev test_smtpnet test_socketserver test_startfile test_tcl test_timeout test_tix test_tk test_ttk_guionly test_ttk_textonly test_turtle test_urllib2net test_urllibnet test_winconsoleio test_winreg test_winsound test_xmlrpc_net test_zipfile64 0:08:08 load avg: 15.26 0:08:08 load avg: 15.26 Re-running failed tests in verbose mode 0:08:08 load avg: 15.26 Re-running test_faulthandler in verbose mode test_disable (test.test_faulthandler.FaultHandlerTests) ... ok test_disable_windows_exc_handler (test.test_faulthandler.FaultHandlerTests) ... skipped 'specific to Windows' test_disabled_by_default (test.test_faulthandler.FaultHandlerTests) ... ok test_dump_traceback (test.test_faulthandler.FaultHandlerTests) ... ok test_dump_traceback_fd (test.test_faulthandler.FaultHandlerTests) ... ok test_dump_traceback_file (test.test_faulthandler.FaultHandlerTests) ... ok test_dump_traceback_later (test.test_faulthandler.FaultHandlerTests) ... ok test_dump_traceback_later_cancel (test.test_faulthandler.FaultHandlerTests) ... ok test_dump_traceback_later_fd (test.test_faulthandler.FaultHandlerTests) ... ok test_dump_traceback_later_file (test.test_faulthandler.FaultHandlerTests) ... ok test_dump_traceback_later_repeat (test.test_faulthandler.FaultHandlerTests) ... ok test_dump_traceback_later_twice (test.test_faulthandler.FaultHandlerTests) ... ok test_dump_traceback_threads (test.test_faulthandler.FaultHandlerTests) ... ok test_dump_traceback_threads_file (test.test_faulthandler.FaultHandlerTests) ... ok test_enable_fd (test.test_faulthandler.FaultHandlerTests) ... ok test_enable_file (test.test_faulthandler.FaultHandlerTests) ... ok test_enable_single_thread (test.test_faulthandler.FaultHandlerTests) ... ok test_env_var (test.test_faulthandler.FaultHandlerTests) ... ok test_fatal_error (test.test_faulthandler.FaultHandlerTests) ... ok test_fatal_error_c_thread (test.test_faulthandler.FaultHandlerTests) ... ok test_fatal_error_without_gil (test.test_faulthandler.FaultHandlerTests) ... ok test_gil_released (test.test_faulthandler.FaultHandlerTests) ... ok test_ignore_exception (test.test_faulthandler.FaultHandlerTests) ... skipped 'specific to Windows' test_is_enabled (test.test_faulthandler.FaultHandlerTests) ... ok test_raise_exception (test.test_faulthandler.FaultHandlerTests) ... skipped 'specific to Windows' test_raise_nonfatal_exception (test.test_faulthandler.FaultHandlerTests) ... skipped 'specific to Windows' test_read_null (test.test_faulthandler.FaultHandlerTests) ... ok test_register (test.test_faulthandler.FaultHandlerTests) ... ok test_register_chain (test.test_faulthandler.FaultHandlerTests) ... ok test_register_fd (test.test_faulthandler.FaultHandlerTests) ... ok test_register_file (test.test_faulthandler.FaultHandlerTests) ... ok test_register_threads (test.test_faulthandler.FaultHandlerTests) ... ok test_sigabrt (test.test_faulthandler.FaultHandlerTests) ... ok test_sigbus (test.test_faulthandler.FaultHandlerTests) ... ok test_sigfpe (test.test_faulthandler.FaultHandlerTests) ... ok test_sigill (test.test_faulthandler.FaultHandlerTests) ... ok test_sigsegv (test.test_faulthandler.FaultHandlerTests) ... ok test_stack_overflow (test.test_faulthandler.FaultHandlerTests) ... ok test_stderr_None (test.test_faulthandler.FaultHandlerTests) ... ok test_sys_xoptions (test.test_faulthandler.FaultHandlerTests) ... ok test_truncate (test.test_faulthandler.FaultHandlerTests) ... ok test_unregister (test.test_faulthandler.FaultHandlerTests) ... ok ---------------------------------------------------------------------- Ran 42 tests in 18.709s OK (skipped=4) 0:08:27 load avg: 14.99 Re-running test_ssl in verbose mode test_ssl: testing with 'LibreSSL 3.1.3' (2, 0, 0, 0, 0) under Linux ('Gentoo Base System', '2.6', '') HAS_SNI = True OP_ALL = 0x 4 OP_NO_TLSv1_1 = 0x10000000 test__create_stdlib_context (test.test_ssl.ContextTests) ... ok test_cert_store_stats (test.test_ssl.ContextTests) ... ok test_check_hostname (test.test_ssl.ContextTests) ... ok test_ciphers (test.test_ssl.ContextTests) ... ok test_constructor (test.test_ssl.ContextTests) ... ok test_context_client_server (test.test_ssl.ContextTests) ... ok test_context_custom_class (test.test_ssl.ContextTests) ... ok test_create_default_context (test.test_ssl.ContextTests) ... ok test_get_ca_certs (test.test_ssl.ContextTests) ... ok test_get_ciphers (test.test_ssl.ContextTests) ... ok test_hostname_checks_common_name (test.test_ssl.ContextTests) ... ok test_load_cert_chain (test.test_ssl.ContextTests) ... ok test_load_default_certs (test.test_ssl.ContextTests) ... ok test_load_default_certs_env (test.test_ssl.ContextTests) ... skipped "LibreSSL doesn't support env vars" test_load_default_certs_env_windows (test.test_ssl.ContextTests) ... skipped 'Windows specific' test_load_dh_params (test.test_ssl.ContextTests) ... ok test_load_verify_cadata (test.test_ssl.ContextTests) ... ok test_load_verify_locations (test.test_ssl.ContextTests) ... ok test_min_max_version (test.test_ssl.ContextTests) ... skipped 'see bpo-34001' test_options (test.test_ssl.ContextTests) ... ok test_protocol (test.test_ssl.ContextTests) ... ok test_python_ciphers (test.test_ssl.ContextTests) ... ok test_session_stats (test.test_ssl.ContextTests) ... ok test_set_default_verify_paths (test.test_ssl.ContextTests) ... ok test_set_ecdh_curve (test.test_ssl.ContextTests) ... ok test_sni_callback (test.test_ssl.ContextTests) ... ok test_sni_callback_refcycle (test.test_ssl.ContextTests) ... ok test_verify_flags (test.test_ssl.ContextTests) ... ok test_verify_mode_protocol (test.test_ssl.ContextTests) ... ok test_DER_to_PEM (test.test_ssl.BasicSocketTests) ... ok test_asn1object (test.test_ssl.BasicSocketTests) ... ok test_cert_time_to_seconds (test.test_ssl.BasicSocketTests) ... ok test_cert_time_to_seconds_locale (test.test_ssl.BasicSocketTests) ... skipped 'locale-specific month name needs to be different from C locale' test_cert_time_to_seconds_timezone (test.test_ssl.BasicSocketTests) ... ok test_connect_ex_error (test.test_ssl.BasicSocketTests) ... ok test_constants (test.test_ssl.BasicSocketTests) ... ok test_dealloc_warn (test.test_ssl.BasicSocketTests) ... ok test_empty_cert (test.test_ssl.BasicSocketTests) Wrapping with an empty cert file ... ok test_enum_certificates (test.test_ssl.BasicSocketTests) ... skipped 'Windows specific' test_enum_crls (test.test_ssl.BasicSocketTests) ... skipped 'Windows specific' test_errors_sslwrap (test.test_ssl.BasicSocketTests) ... ok test_get_default_verify_paths (test.test_ssl.BasicSocketTests) ... ok test_malformed_cert (test.test_ssl.BasicSocketTests) Wrapping with a badly formatted certificate (syntax error) ... ok test_malformed_key (test.test_ssl.BasicSocketTests) Wrapping with a badly formatted key (syntax error) ... ok test_match_hostname (test.test_ssl.BasicSocketTests) ... ok test_openssl_version (test.test_ssl.BasicSocketTests) ... FAIL test_parse_all_sans (test.test_ssl.BasicSocketTests) ... ok test_parse_cert (test.test_ssl.BasicSocketTests) ... {'OCSP': ('http://ocsp.verisign.com',), 'caIssuers': ('http://SVRIntl-G3-aia.verisign.com/SVRIntlG3.cer',), 'crlDistributionPoints': ('http://SVRIntl-G3-crl.verisign.com/SVRIntlG3.crl',), 'issuer': ((('countryName', 'US'),), (('organizationName', 'VeriSign, Inc.'),), (('organizationalUnitName', 'VeriSign Trust Network'),), (('organizationalUnitName', 'Terms of use at https://www.verisign.com/rpa (c)10'),), (('commonName', 'VeriSign Class 3 International Server CA - G3'),)), 'notAfter': 'Sep 20 23:59:59 2012 GMT', 'notBefore': 'Sep 21 00:00:00 2011 GMT', 'serialNumber': '2EE6EA7640A075CEE5005F4D7C79549A', 'subject': ((('countryName', 'FI'),), (('stateOrProvinceName', 'Espoo'),), (('localityName', 'Espoo'),), (('organizationName', 'Nokia'),), (('organizationalUnitName', 'BI'),), (('commonName', 'projects.developer.nokia.com'),)), 'subjectAltName': (('DNS', 'projects.developer.nokia.com'), ('DNS', 'projects.forum.nokia.com')), 'version': 3} ok test_parse_cert_CVE_2013_4238 (test.test_ssl.BasicSocketTests) ... {'issuer': ((('countryName', 'US'),), (('stateOrProvinceName', 'Oregon'),), (('localityName', 'Beaverton'),), (('organizationName', 'Python Software Foundation'),), (('organizationalUnitName', 'Python Core Development'),), (('commonName', 'null.python.org\x00example.org'),), (('emailAddress', 'python-dev@python.org'),)), 'notAfter': 'Aug 7 13:12:52 2013 GMT', 'notBefore': 'Aug 7 13:11:52 2013 GMT', 'serialNumber': '00', 'subject': ((('countryName', 'US'),), (('stateOrProvinceName', 'Oregon'),), (('localityName', 'Beaverton'),), (('organizationName', 'Python Software Foundation'),), (('organizationalUnitName', 'Python Core Development'),), (('commonName', 'null.python.org\x00example.org'),), (('emailAddress', 'python-dev@python.org'),)), 'subjectAltName': (('DNS', 'altnull.python.org\x00example.com'), ('email', 'null@python.org\x00user@example.org'), ('URI', 'http://null.python.org\x00http://example.org'), ('IP Address', '192.0.2.1'), ('IP Address', '2001:DB8:0:0:0:0:0:1')), 'version': 3} ok test_parse_cert_CVE_2019_5010 (test.test_ssl.BasicSocketTests) ... {'issuer': ((('countryName', 'UK'),), (('commonName', 'cody-ca'),)), 'notAfter': 'Jun 14 18:00:58 2028 GMT', 'notBefore': 'Jun 18 18:00:58 2018 GMT', 'serialNumber': '02', 'subject': ((('countryName', 'UK'),), (('commonName', 'codenomicon-vm-2.test.lal.cisco.com'),)), 'subjectAltName': (('DNS', 'codenomicon-vm-2.test.lal.cisco.com'),), 'version': 3} ok test_private_init (test.test_ssl.BasicSocketTests) ... ok test_purpose_enum (test.test_ssl.BasicSocketTests) ... ok test_random (test.test_ssl.BasicSocketTests) ... RAND_status is 1 (sufficient randomness) ok test_random_fork (test.test_ssl.BasicSocketTests) ... ok test_refcycle (test.test_ssl.BasicSocketTests) ... ok test_server_side (test.test_ssl.BasicSocketTests) ... ok test_str_for_enums (test.test_ssl.BasicSocketTests) ... ok test_timeout (test.test_ssl.BasicSocketTests) ... ok test_tls_unique_channel_binding (test.test_ssl.BasicSocketTests) ... ok test_unknown_channel_binding (test.test_ssl.BasicSocketTests) ... ok test_unsupported_dtls (test.test_ssl.BasicSocketTests) ... ok test_wrapped_unconnected (test.test_ssl.BasicSocketTests) ... ok test_bad_server_hostname (test.test_ssl.SSLErrorTests) ... ok test_lib_reason (test.test_ssl.SSLErrorTests) ... ok test_str (test.test_ssl.SSLErrorTests) ... ok test_subclass (test.test_ssl.SSLErrorTests) ... ok test_buffer_types (test.test_ssl.MemoryBIOTests) ... ok test_eof (test.test_ssl.MemoryBIOTests) ... ok test_error_types (test.test_ssl.MemoryBIOTests) ... ok test_pending (test.test_ssl.MemoryBIOTests) ... ok test_read_write (test.test_ssl.MemoryBIOTests) ... ok test_private_init (test.test_ssl.SSLObjectTests) ... ok test_unwrap (test.test_ssl.SSLObjectTests) ... ok test_bio_handshake (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 42166) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) Needed 3 calls to complete do_handshake(). server: selected protocol is now None Needed 2 calls to complete unwrap(). ok test_bio_read_write_data (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 41152) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None Needed 3 calls to complete do_handshake(). Needed 1 calls to complete write(). Needed 2 calls to complete read(). Needed 2 calls to complete unwrap(). ok test_ciphers (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 45604) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None server: new connection from ('127.0.0.1', 45606) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None ok test_connect (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 40296) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None server: new connection from ('127.0.0.1', 40298) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None ok test_connect_cadata (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 46226) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None server: new connection from ('127.0.0.1', 46228) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None ok test_connect_capath (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 42424) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None server: new connection from ('127.0.0.1', 42426) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None ok test_connect_ex (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 55738) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None ok test_connect_fail (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 45960) server: bad connection attempt from ('127.0.0.1', 45960): Traceback (most recent call last): File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/test/test_ssl.py", line 2313, in wrap_conn self.sock, server_side=True) File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/ssl.py", line 423, in wrap_socket session=session File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/ssl.py", line 870, in _create self.do_handshake() File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/ssl.py", line 1139, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1091) ok test_connect_with_context (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 40256) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None server: new connection from ('127.0.0.1', 40258) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None server: new connection from ('127.0.0.1', 40260) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None ok test_connect_with_context_fail (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 60580) server: bad connection attempt from ('127.0.0.1', 60580): Traceback (most recent call last): File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/test/test_ssl.py", line 2313, in wrap_conn self.sock, server_side=True) File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/ssl.py", line 423, in wrap_socket session=session File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/ssl.py", line 870, in _create self.do_handshake() File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/ssl.py", line 1139, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1091) ok test_context_setget (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 34132) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None ok test_get_ca_certs_capath (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 39976) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None ok test_get_server_certificate (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 37808) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None server: new connection from ('127.0.0.1', 37812) Verified certificate for localhost:44333 is -----BEGIN CERTIFICATE----- MIIF8TCCBFmgAwIBAgIJAMstgJlaaVJcMA0GCSqGSIb3DQEBCwUAME0xCzAJBgNV BAYTAlhZMSYwJAYDVQQKDB1QeXRob24gU29mdHdhcmUgRm91bmRhdGlvbiBDQTEW MBQGA1UEAwwNb3VyLWNhLXNlcnZlcjAeFw0xODA4MjkxNDIzMTZaFw0yODA3MDcx NDIzMTZaMF8xCzAJBgNVBAYTAlhZMRcwFQYDVQQHDA5DYXN0bGUgQW50aHJheDEj MCEGA1UECgwaUHl0aG9uIFNvZnR3YXJlIEZvdW5kYXRpb24xEjAQBgNVBAMMCWxv Y2FsaG9zdDCCAaIwDQYJKoZIhvcNAQEBBQADggGPADCCAYoCggGBAJ8oLzdB739k YxZiFukBFGIpyjqYkj0I015p/sDz1MT7DljcZLBLy7OqnkLpB5tnM8256DwdihPA 3zlnfEzTfr9DD0qFBW2H5cMCoz7X17koeRhzGDd3dkjUeBjXvR5qRosG8wM3lQug U7AizY+3Azaj1yN3mZ9K5a20jr58Kqinz+Xxx6sb2JfYYff2neJbBahNm5id0AD2 pi/TthZqO5DURJYo+MdgZOcy+7jEjOJsLWZd3Yzq78iM07qDjbpIoVpENZCTHTWA hX8LIqz0OBmh4weQpm4+plU7E4r4D82uauocWw8iyuznCTtABWO7n9fWySmf9QZC WYxHAFpBQs6zUVqAD7nhFdTqpQ9bRiaEnjE4HiAccPW+MAoSxFnv/rNzEzI6b4zU NspFMfg1aNVamdjxdpUZ1GG1Okf0yPJykqEX4PZl3La1Be2q7YZ1wydR523Xd+f3 EO4/g+imETSKn8gyCf6Rvib175L4r2WV1CXQH7gFwZYCod6WHYq5TQIDAQABo4IB wDCCAbwwFAYDVR0RBA0wC4IJbG9jYWxob3N0MA4GA1UdDwEB/wQEAwIFoDAdBgNV HSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAdBgNVHQ4E FgQUj+od4zNcABazi29rb9NMy7XLfFUwfQYDVR0jBHYwdIAU3b/K2ubRNLo3dSHK b5oIKPI1tkihUaRPME0xCzAJBgNVBAYTAlhZMSYwJAYDVQQKDB1QeXRob24gU29m dHdhcmUgRm91bmRhdGlvbiBDQTEWMBQGA1UEAwwNb3VyLWNhLXNlcnZlcoIJAMst gJlaaVJbMIGDBggrBgEFBQcBAQR3MHUwPAYIKwYBBQUHMAKGMGh0dHA6Ly90ZXN0 Y2EucHl0aG9udGVzdC5uZXQvdGVzdGNhL3B5Y2FjZXJ0LmNlcjA1BggrBgEFBQcw AYYpaHR0cDovL3Rlc3RjYS5weXRob250ZXN0Lm5ldC90ZXN0Y2Evb2NzcC8wQwYD VR0fBDwwOjA4oDagNIYyaHR0cDovL3Rlc3RjYS5weXRob250ZXN0Lm5ldC90ZXN0 Y2EvcmV2b2NhdGlvbi5jcmwwDQYJKoZIhvcNAQELBQADggGBACf1jFkQ9MbnKAC/ uo17EwPxHKZfswZVpCK527LVRr33DN1DbrR5ZWchDCpV7kCOhZ+fR7sKKk22ZHSY oH+u3PEu20J3GOB1iyY1aMNB7WvId3JvappdVWkC/VpUyFfLsGUDFuIPADmZZqCb iJMX4loteTVfl1d4xK/1mV6Gq9MRrRqiDfpSELn+v53OM9mGspwW+NZ1CIrbCuW0 KxZ/tPkqn8PSd9fNZR70bB7rWbnwrl+kH8xKxLl6qdlrMmg74WWwhLeQxK7+9DdP IaDenzqx5cwWBGY/C0HcQj0gPuy3lSs1V/q+f7Y6uspPWP51PgiJLIywXS75iRAr +UFGTzwAtyfTZSQoFyMmMULqfk6T5HtoVMqfRvPvK+mFDLWEstU1NIB1K/CRI7gI AY65ClTU+zRS/tlF8IA7tsFvgtEf8jsI9kamlidhS1gyeg4dWcVErV4aeTPB1AUv StPYQkKNM+NjytWHl5tNuBoDNLsc0gI/WSPiI4CIY8LwomOoiw== -----END CERTIFICATE----- server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None ok test_get_server_certificate_fail (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 46774) [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091) server: bad connection attempt from ('127.0.0.1', 46774): Traceback (most recent call last): File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/test/test_ssl.py", line 2313, in wrap_conn self.sock, server_side=True) File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/ssl.py", line 423, in wrap_socket session=session File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/ssl.py", line 870, in _create self.do_handshake() File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/ssl.py", line 1139, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1091) ok test_makefile_close (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 44566) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None ok test_non_blocking_connect_ex (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 51490) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None ok test_non_blocking_handshake (test.test_ssl.SimpleBackgroundTests) ... server: new connection from ('127.0.0.1', 41248) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None Needed 2 calls to do_handshake() to establish session. ok test_PROTOCOL_TLS (test.test_ssl.ThreadedTests) Connecting to an SSLv23 server with various client options ... PROTOCOL_TLS->PROTOCOL_TLS CERT_NONE PROTOCOL_TLSv1->PROTOCOL_TLS CERT_NONE PROTOCOL_TLS->PROTOCOL_TLS CERT_OPTIONAL PROTOCOL_TLSv1->PROTOCOL_TLS CERT_OPTIONAL PROTOCOL_TLS->PROTOCOL_TLS CERT_REQUIRED PROTOCOL_TLSv1->PROTOCOL_TLS CERT_REQUIRED PROTOCOL_TLS->PROTOCOL_TLS CERT_NONE {PROTOCOL_TLSv1->PROTOCOL_TLS} CERT_NONE ok test_alpn_protocols (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 53242) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: closing connection. server: new connection from ('127.0.0.1', 47530) client: sending b'FOO\n'... server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: closing connection. server: new connection from ('127.0.0.1', 59636) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) client: sending b'FOO\n'... server: selected protocol is now None client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: closing connection. server: new connection from ('127.0.0.1', 47196) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: closing connection. ok test_asyncore_server (test.test_ssl.ThreadedTests) Check the example asyncore integration. ... server: new connection from 127.0.0.1:45554 client: sending b'FOO\n'... server: read b'FOO\n' from client client: read b'foo\n' server: read b'over\n' from client client: closing connection. server: closed connection server: read b'' from client client: connection closed. cleanup: stopping server. cleanup: joining server thread. cleanup: successfully joined. ok test_check_hostname (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 47980) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None server: new connection from ('127.0.0.1', 50860) server: bad connection attempt from ('127.0.0.1', 50860): Traceback (most recent call last): File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/test/test_ssl.py", line 2313, in wrap_conn self.sock, server_side=True) File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/ssl.py", line 423, in wrap_socket session=session File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/ssl.py", line 870, in _create self.do_handshake() File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/ssl.py", line 1139, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: SSLV3_ALERT_CERTIFICATE_UNKNOWN] sslv3 alert certificate unknown (_ssl.c:1091) ok test_check_hostname_idn (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 50130) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None server: new connection from ('127.0.0.1', 33406) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None server: new connection from ('127.0.0.1', 38298) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None server: new connection from ('127.0.0.1', 38132) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None server: new connection from ('127.0.0.1', 32854) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None server: new connection from ('127.0.0.1', 42026) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None server: new connection from ('127.0.0.1', 60026) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None server: new connection from ('127.0.0.1', 37926) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None server: new connection from ('127.0.0.1', 50206) server: bad connection attempt from ('127.0.0.1', 50206): Traceback (most recent call last): File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/test/test_ssl.py", line 2313, in wrap_conn self.sock, server_side=True) File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/ssl.py", line 423, in wrap_socket session=session File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/ssl.py", line 870, in _create self.do_handshake() File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/ssl.py", line 1139, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: SSLV3_ALERT_CERTIFICATE_UNKNOWN] sslv3 alert certificate unknown (_ssl.c:1091) ok test_compression (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 44176) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: closing connection. got compression: None ok test_compression_disabled (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 56510) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: closing connection. ok test_crl_check (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 49170) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None server: new connection from ('127.0.0.1', 50028) server: bad connection attempt from ('127.0.0.1', 50028): Traceback (most recent call last): File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/test/test_ssl.py", line 2313, in wrap_conn self.sock, server_side=True) File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/ssl.py", line 423, in wrap_socket session=session File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/ssl.py", line 870, in _create self.do_handshake() File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/ssl.py", line 1139, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1091) server: new connection from ('127.0.0.1', 36500) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None ok test_default_ecdh_curve (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 46752) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None ok test_dh_params (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 60720) server: connection cipher is now ('DHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: closing connection. ok test_do_handshake_enotconn (test.test_ssl.ThreadedTests) ... ok test_dual_rsa_ecc (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 35216) server: connection cipher is now ('ECDHE-ECDSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None ok test_ecc_cert (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 33724) server: connection cipher is now ('ECDHE-ECDSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None ok test_ecdh_curve (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 34096) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: closing connection. server: new connection from ('127.0.0.1', 49400) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: closing connection. server: new connection from ('127.0.0.1', 33958) server: bad connection attempt from ('127.0.0.1', 33958): Traceback (most recent call last): File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/test/test_ssl.py", line 2313, in wrap_conn self.sock, server_side=True) File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/ssl.py", line 423, in wrap_socket session=session File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/ssl.py", line 870, in _create self.do_handshake() File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/ssl.py", line 1139, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: NO_SHARED_CIPHER] no shared cipher (_ssl.c:1091) ok test_echo (test.test_ssl.ThreadedTests) Basic test of an SSL client connecting to a server ... server: new connection from ('127.0.0.1', 60584) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: closing connection. server: new connection from ('127.0.0.1', 41698) server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1/SSLv3', 256) server: selected protocol is now None client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: closing connection. server: new connection from ('127.0.0.1', 43054) client: sending b'FOO\n'... server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1/SSLv3', 256) server: selected protocol is now None client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: closing connection. server: new connection from ('127.0.0.1', 46836) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: closing connection. server: new connection from ('127.0.0.1', 36510) client: sending b'FOO\n'... server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: closing connection. server: new connection from ('127.0.0.1', 48824) server: bad connection attempt from ('127.0.0.1', 48824): Traceback (most recent call last): File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/test/test_ssl.py", line 2313, in wrap_conn self.sock, server_side=True) File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/ssl.py", line 423, in wrap_socket session=session File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/ssl.py", line 870, in _create self.do_handshake() File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/ssl.py", line 1139, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL] called a function you should not call (_ssl.c:1091) server: new connection from ('127.0.0.1', 50202) server: bad connection attempt from ('127.0.0.1', 50202): Traceback (most recent call last): File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/test/test_ssl.py", line 2313, in wrap_conn self.sock, server_side=True) File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/ssl.py", line 423, in wrap_socket session=session File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/ssl.py", line 870, in _create self.do_handshake() File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/ssl.py", line 1139, in do_handshake self._sslobj.do_handshake() ssl.SSLEOFError: EOF occurred in violation of protocol (_ssl.c:1091) server: new connection from ('127.0.0.1', 49964) server: bad connection attempt from ('127.0.0.1', 49964): Traceback (most recent call last): File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/test/test_ssl.py", line 2313, in wrap_conn self.sock, server_side=True) File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/ssl.py", line 423, in wrap_socket session=session File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/ssl.py", line 870, in _create self.do_handshake() File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/ssl.py", line 1139, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL] called a function you should not call (_ssl.c:1091) ok test_getpeercert (test.test_ssl.ThreadedTests) ... {'OCSP': ('http://testca.pythontest.net/testca/ocsp/',), 'caIssuers': ('http://testca.pythontest.net/testca/pycacert.cer',), 'crlDistributionPoints': ('http://testca.pythontest.net/testca/revocation.crl',), 'issuer': ((('countryName', 'XY'),), (('organizationName', 'Python Software Foundation CA'),), (('commonName', 'our-ca-server'),)), 'notAfter': 'Jul 7 14:23:16 2028 GMT', 'notBefore': 'Aug 29 14:23:16 2018 GMT', 'serialNumber': 'CB2D80995A69525C', 'subject': ((('countryName', 'XY'),), (('localityName', 'Castle Anthrax'),), (('organizationName', 'Python Software Foundation'),), (('commonName', 'localhost'),)), 'subjectAltName': (('DNS', 'localhost'),), 'version': 3} Connection cipher is ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256). ok test_getpeercert_enotconn (test.test_ssl.ThreadedTests) ... ok test_handshake_timeout (test.test_ssl.ThreadedTests) ... ok test_min_max_version_mismatch (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 46126) server: bad connection attempt from ('127.0.0.1', 46126): Traceback (most recent call last): File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/test/test_ssl.py", line 2313, in wrap_conn self.sock, server_side=True) File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/ssl.py", line 423, in wrap_socket session=session File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/ssl.py", line 870, in _create self.do_handshake() File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/ssl.py", line 1139, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1091) ok test_min_max_version_sslv3 (test.test_ssl.ThreadedTests) ... skipped 'SSLv3 is not available.' test_min_max_version_tlsv1_1 (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 48646) server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1/SSLv3', 256) server: selected protocol is now None ok test_min_max_version_tlsv1_2 (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 48882) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None ok test_no_shared_ciphers (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 57614) server: bad connection attempt from ('127.0.0.1', 57614): Traceback (most recent call last): File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/test/test_ssl.py", line 2313, in wrap_conn self.sock, server_side=True) File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/ssl.py", line 423, in wrap_socket session=session File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/ssl.py", line 870, in _create self.do_handshake() File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/ssl.py", line 1139, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: NO_SHARED_CIPHER] no shared cipher (_ssl.c:1091) ok test_nonblocking_send (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 52294) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None Connection reset by peer: ('127.0.0.1', 52294) ok test_npn_protocols (test.test_ssl.ThreadedTests) ... skipped 'NPN support needed for this test' test_protocol_sslv2 (test.test_ssl.ThreadedTests) Connecting to an SSLv2 server with various client options ... skipped 'SSLv2 is not available.' test_protocol_sslv3 (test.test_ssl.ThreadedTests) Connecting to an SSLv3 server with various client options ... skipped 'SSLv3 is not available.' test_protocol_tlsv1 (test.test_ssl.ThreadedTests) Connecting to a TLSv1 server with various client options ... PROTOCOL_TLSv1->PROTOCOL_TLSv1 CERT_NONE PROTOCOL_TLSv1->PROTOCOL_TLSv1 CERT_OPTIONAL PROTOCOL_TLSv1->PROTOCOL_TLSv1 CERT_REQUIRED {PROTOCOL_TLS->PROTOCOL_TLSv1} CERT_NONE ok test_protocol_tlsv1_1 (test.test_ssl.ThreadedTests) Connecting to a TLSv1.1 server with various client options. ... PROTOCOL_TLSv1_1->PROTOCOL_TLSv1_1 CERT_NONE {PROTOCOL_TLS->PROTOCOL_TLSv1_1} CERT_NONE PROTOCOL_TLSv1_1->PROTOCOL_TLS CERT_NONE {PROTOCOL_TLSv1_2->PROTOCOL_TLSv1_1} CERT_NONE {PROTOCOL_TLSv1_1->PROTOCOL_TLSv1_2} CERT_NONE ok test_protocol_tlsv1_2 (test.test_ssl.ThreadedTests) Connecting to a TLSv1.2 server with various client options. ... PROTOCOL_TLSv1_2->PROTOCOL_TLSv1_2 CERT_NONE {PROTOCOL_TLS->PROTOCOL_TLSv1_2} CERT_NONE PROTOCOL_TLSv1_2->PROTOCOL_TLS CERT_NONE {PROTOCOL_TLSv1->PROTOCOL_TLSv1_2} CERT_NONE {PROTOCOL_TLSv1_2->PROTOCOL_TLSv1} CERT_NONE {PROTOCOL_TLSv1_1->PROTOCOL_TLSv1_2} CERT_NONE {PROTOCOL_TLSv1_2->PROTOCOL_TLSv1_1} CERT_NONE ok test_read_write_after_close_raises_valuerror (test.test_ssl.ThreadedTests) ... ok test_recv_send (test.test_ssl.ThreadedTests) Test recv(), send() and friends. ... server: new connection from ('127.0.0.1', 56378) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None ok test_recv_zero (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 50204) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None ok test_rude_shutdown (test.test_ssl.ThreadedTests) A brutal shutdown of an SSL server should raise an OSError ... ok test_selected_alpn_protocol (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 60626) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: closing connection. ok test_selected_alpn_protocol_if_server_uses_alpn (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 56200) client: sending b'FOO\n'... server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: closing connection. ok test_selected_npn_protocol (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 37118) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: closing connection. ok test_sendfile (test.test_ssl.ThreadedTests) ... ok test_server_accept (test.test_ssl.ThreadedTests) ... ok test_session (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 54046) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None server: new connection from ('127.0.0.1', 44790) server: bad connection attempt from ('127.0.0.1', 44790): Traceback (most recent call last): File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/test/test_ssl.py", line 2313, in wrap_conn self.sock, server_side=True) File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/ssl.py", line 423, in wrap_socket session=session File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/ssl.py", line 870, in _create self.do_handshake() File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/ssl.py", line 1139, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: UNKNOWN_PROTOCOL] unknown protocol (_ssl.c:1091) ERROR test_session_handling (test.test_ssl.ThreadedTests) ... FAIL test_shared_ciphers (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 45192) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None FAIL test_sni_callback (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 56092) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None server: new connection from ('127.0.0.1', 34906) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None server: new connection from ('127.0.0.1', 34752) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None ok test_sni_callback_alert (test.test_ssl.ThreadedTests) ... ok test_sni_callback_raising (test.test_ssl.ThreadedTests) ... ok test_sni_callback_wrong_return_type (test.test_ssl.ThreadedTests) ... ok test_socketserver (test.test_ssl.ThreadedTests) Using socketserver to create and manage SSL connections. ... server (('127.0.0.1', 43403):43403 ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256)): [08/Jul/2020 16:48:31] "GET /keycert.pem HTTP/1.1" 200 - client: read 4058 bytes from remote server '>' stopping HTTPS server joining HTTPS thread ok test_ssl_cert_verify_error (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 46838) server: bad connection attempt from ('127.0.0.1', 46838): Traceback (most recent call last): File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/test/test_ssl.py", line 2313, in wrap_conn self.sock, server_side=True) File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/ssl.py", line 423, in wrap_socket session=session File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/ssl.py", line 870, in _create self.do_handshake() File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/ssl.py", line 1139, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1091) ok test_starttls (test.test_ssl.ThreadedTests) Switching from clear text to encrypted and back again. ... server: new connection from ('127.0.0.1', 59304) client: sending b'msg 1'... server: read b'msg 1' (unencrypted), sending back b'msg 1' (unencrypted)... client: read b'msg 1' from server client: sending b'MSG 2'... server: read b'MSG 2' (unencrypted), sending back b'msg 2' (unencrypted)... client: read b'msg 2' from server client: sending b'STARTTLS'... server: read STARTTLS from client, sending OK... client: read b'ok' from server, starting TLS... server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None client: sending b'MSG 3'... server: read b'MSG 3' (encrypted), sending back b'msg 3' (encrypted)... client: read b'msg 3' from server client: sending b'msg 4'... server: read b'msg 4' (encrypted), sending back b'msg 4' (encrypted)... client: read b'msg 4' from server client: sending b'ENDTLS'... server: read ENDTLS from client, sending OK... client: read b'ok' from server, ending TLS... server: connection is now unencrypted... client: sending b'msg 5'... server: read b'msg 5' (unencrypted), sending back b'msg 5' (unencrypted)... client: read b'msg 5' from server client: sending b'msg 6'... server: read b'msg 6' (unencrypted), sending back b'msg 6' (unencrypted)... client: read b'msg 6' from server client: closing connection. server: client closed connection ok test_tls1_3 (test.test_ssl.ThreadedTests) ... skipped 'TLSv1_3 is not available.' test_tls_unique_channel_binding (test.test_ssl.ThreadedTests) Test tls-unique channel binding. ... server: new connection from ('127.0.0.1', 52560) got channel binding data: b'v\x84\x12\xc9\x8e\xff$\x95\x0e\xb0#\x9c' server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None server: new connection from ('127.0.0.1', 52562) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1/SSLv3', 256) server: selected protocol is now None got another channel binding data: b'N\xa8$\xf1ha5Y\xc3o\x85\x10' ok test_version_basic (test.test_ssl.ThreadedTests) Basic tests for SSLSocket.version(). ... ok test_wrong_cert_tls12 (test.test_ssl.ThreadedTests) Connecting when the server rejects the client's certificate ... server: new connection from ('127.0.0.1', 37684) SSLError is SSLError(1, '[SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1091)') server: bad connection attempt from ('127.0.0.1', 37684): Traceback (most recent call last): File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/test/test_ssl.py", line 2313, in wrap_conn self.sock, server_side=True) File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/ssl.py", line 423, in wrap_socket session=session File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/ssl.py", line 870, in _create self.do_handshake() File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/ssl.py", line 1139, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: NO_CERTIFICATE_RETURNED] no certificate returned (_ssl.c:1091) ok test_wrong_cert_tls13 (test.test_ssl.ThreadedTests) ... skipped 'TLSv1_3 is not available.' test_bpo37428_pha_cert_none (test.test_ssl.TestPostHandshakeAuth) ... skipped 'Test needs TLS 1.3' test_pha_no_pha_client (test.test_ssl.TestPostHandshakeAuth) ... skipped 'Test needs TLS 1.3' test_pha_no_pha_server (test.test_ssl.TestPostHandshakeAuth) ... skipped 'Test needs TLS 1.3' test_pha_not_tls13 (test.test_ssl.TestPostHandshakeAuth) ... skipped 'Test needs TLS 1.3' test_pha_optional (test.test_ssl.TestPostHandshakeAuth) ... skipped 'Test needs TLS 1.3' test_pha_optional_nocert (test.test_ssl.TestPostHandshakeAuth) ... skipped 'Test needs TLS 1.3' test_pha_required (test.test_ssl.TestPostHandshakeAuth) ... skipped 'Test needs TLS 1.3' test_pha_required_nocert (test.test_ssl.TestPostHandshakeAuth) ... skipped 'Test needs TLS 1.3' test_pha_setter (test.test_ssl.TestPostHandshakeAuth) ... skipped 'Test needs TLS 1.3' ====================================================================== ERROR: test_session (test.test_ssl.ThreadedTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/test/test_ssl.py", line 4284, in test_session session=session, sni_name=hostname) File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/test/test_ssl.py", line 2708, in server_params_test outdata = s.read() File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/ssl.py", line 931, in read return self._sslobj.read(len) ConnectionResetError: [Errno 104] Connection reset by peer ====================================================================== FAIL: test_openssl_version (test.test_ssl.BasicSocketTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/test/test_ssl.py", line 573, in test_openssl_version (s, t, hex(n))) AssertionError: False is not true : ('LibreSSL 3.1.3', (2, 0, 0, 0, 0), '0x20000000') ====================================================================== FAIL: test_session_handling (test.test_ssl.ThreadedTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/test/test_ssl.py", line 4359, in test_session_handling self.assertEqual(s.session_reused, True) AssertionError: False != True ====================================================================== FAIL: test_shared_ciphers (test.test_ssl.ThreadedTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8/Lib/test/test_ssl.py", line 4230, in test_shared_ciphers self.fail(name) AssertionError: AEAD-CHACHA20-POLY1305-SHA256 ---------------------------------------------------------------------- Ran 153 tests in 5.327s FAILED (failures=3, errors=1, skipped=21) test test_ssl failed 1 test failed again: test_ssl == Tests result: FAILURE then FAILURE == 389 tests OK. 1 test failed: test_ssl 25 tests skipped: test_curses test_devpoll test_idle test_ioctl test_kqueue test_msilib test_nis test_ossaudiodev test_smtpnet test_socketserver test_startfile test_tcl test_timeout test_tix test_tk test_ttk_guionly test_ttk_textonly test_turtle test_urllib2net test_urllibnet test_winconsoleio test_winreg test_winsound test_xmlrpc_net test_zipfile64 2 re-run tests: test_faulthandler test_ssl Total duration: 8 min 32 sec Tests result: FAILURE then FAILURE make: *** [Makefile:1084: test] Error 2 * ERROR: dev-lang/python-3.7.8-r1::gentoo failed (test phase): * emake failed * * If you need support, post the output of `emerge --info '=dev-lang/python-3.7.8-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-lang/python-3.7.8-r1::gentoo'`. * The complete build log is located at '/var/log/portage/dev-lang:python-3.7.8-r1:20200708-143623.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-lang/python-3.7.8-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-lang/python-3.7.8-r1/temp/environment'. * Working directory: '/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8' * S: '/var/tmp/portage/dev-lang/python-3.7.8-r1/work/Python-3.7.8'