Mock Version: 1.4.13 Mock Version: 1.4.13 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/python-crypto.spec'], chrootPath='/var/lib/mock/f30-build-41413-23208/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=995gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/python-crypto.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 Wrote: /builddir/build/SRPMS/python-crypto-2.6.1-24.fc30.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-crypto.spec'], chrootPath='/var/lib/mock/f30-build-41413-23208/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=995gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-crypto.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.g73MOW + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pycrypto-2.6.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/pycrypto-2.6.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pycrypto-2.6.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (python-crypto-2.4-optflags.patch):' Patch #0 (python-crypto-2.4-optflags.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file setup.py Hunk #1 succeeded at 124 (offset -41 lines). + echo 'Patch #1 (python-crypto-2.4-fix-pubkey-size-divisions.patch):' Patch #1 (python-crypto-2.4-fix-pubkey-size-divisions.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file pct-speedtest.py + echo 'Patch #2 (pycrypto-2.6.1-CVE-2013-7459.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 Patch #2 (pycrypto-2.6.1-CVE-2013-7459.patch): patching file lib/Crypto/SelfTest/Cipher/common.py patching file src/block_template.c patching file pct-speedtest.py + rm -rf src/libtom + echo 'Patch #3 (pycrypto-2.6.1-unbundle-libtomcrypt.patch):' Patch #3 (pycrypto-2.6.1-unbundle-libtomcrypt.patch): + /usr/bin/patch --no-backup-if-mismatch -p0 --fuzz=0 patching file setup.py patching file src/DES.c + echo 'Patch #4 (python-crypto-2.6.1-link.patch):' Patch #4 (python-crypto-2.6.1-link.patch): + /usr/bin/patch --no-backup-if-mismatch -p0 --fuzz=0 patching file setup.py + echo 'Patch #5 (pycrypto-2.6.1-CVE-2018-6594.patch):' Patch #5 (pycrypto-2.6.1-CVE-2018-6594.patch): + /usr/bin/patch --no-backup-if-mismatch -p0 --fuzz=0 patching file lib/Crypto/PublicKey/ElGamal.py + cp pct-speedtest.py pct-speedtest3.py + 2to3 -wn pct-speedtest3.py BUILDSTDERR: RefactoringTool: Skipping optional fixer: buffer BUILDSTDERR: RefactoringTool: Skipping optional fixer: idioms BUILDSTDERR: RefactoringTool: Skipping optional fixer: set_literal BUILDSTDERR: RefactoringTool: Skipping optional fixer: ws_comma BUILDSTDERR: RefactoringTool: Refactored pct-speedtest3.py BUILDSTDERR: RefactoringTool: Files that were modified: BUILDSTDERR: RefactoringTool: pct-speedtest3.py --- pct-speedtest3.py (original) +++ pct-speedtest3.py (refactored) @@ -52,7 +52,7 @@ bytes = bytes_per_block * blocks data = self.random_data(bytes) retval = [] - for i in xrange(blocks): + for i in range(blocks): p = i * bytes_per_block retval.append(data[p:p+bytes_per_block]) return retval + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.5Ah9Nh + umask 022 + cd /builddir/build/BUILD + cd pycrypto-2.6.1 + sleep 1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib.linux-riscv64-2.7 creating build/lib.linux-riscv64-2.7/Crypto copying lib/Crypto/pct_warnings.py -> build/lib.linux-riscv64-2.7/Crypto copying lib/Crypto/__init__.py -> build/lib.linux-riscv64-2.7/Crypto creating build/lib.linux-riscv64-2.7/Crypto/Hash copying lib/Crypto/Hash/SHA512.py -> build/lib.linux-riscv64-2.7/Crypto/Hash copying lib/Crypto/Hash/SHA.py -> build/lib.linux-riscv64-2.7/Crypto/Hash copying lib/Crypto/Hash/SHA224.py -> build/lib.linux-riscv64-2.7/Crypto/Hash copying lib/Crypto/Hash/RIPEMD.py -> build/lib.linux-riscv64-2.7/Crypto/Hash copying lib/Crypto/Hash/MD5.py -> build/lib.linux-riscv64-2.7/Crypto/Hash copying lib/Crypto/Hash/__init__.py -> build/lib.linux-riscv64-2.7/Crypto/Hash copying lib/Crypto/Hash/hashalgo.py -> build/lib.linux-riscv64-2.7/Crypto/Hash copying lib/Crypto/Hash/SHA384.py -> build/lib.linux-riscv64-2.7/Crypto/Hash copying lib/Crypto/Hash/SHA256.py -> build/lib.linux-riscv64-2.7/Crypto/Hash copying lib/Crypto/Hash/MD4.py -> build/lib.linux-riscv64-2.7/Crypto/Hash copying lib/Crypto/Hash/HMAC.py -> build/lib.linux-riscv64-2.7/Crypto/Hash copying lib/Crypto/Hash/MD2.py -> build/lib.linux-riscv64-2.7/Crypto/Hash creating build/lib.linux-riscv64-2.7/Crypto/Cipher copying lib/Crypto/Cipher/DES.py -> build/lib.linux-riscv64-2.7/Crypto/Cipher copying lib/Crypto/Cipher/XOR.py -> build/lib.linux-riscv64-2.7/Crypto/Cipher copying lib/Crypto/Cipher/ARC4.py -> build/lib.linux-riscv64-2.7/Crypto/Cipher copying lib/Crypto/Cipher/Blowfish.py -> build/lib.linux-riscv64-2.7/Crypto/Cipher copying lib/Crypto/Cipher/CAST.py -> build/lib.linux-riscv64-2.7/Crypto/Cipher copying lib/Crypto/Cipher/blockalgo.py -> build/lib.linux-riscv64-2.7/Crypto/Cipher copying lib/Crypto/Cipher/DES3.py -> build/lib.linux-riscv64-2.7/Crypto/Cipher copying lib/Crypto/Cipher/ARC2.py -> build/lib.linux-riscv64-2.7/Crypto/Cipher copying lib/Crypto/Cipher/PKCS1_OAEP.py -> build/lib.linux-riscv64-2.7/Crypto/Cipher copying lib/Crypto/Cipher/__init__.py -> build/lib.linux-riscv64-2.7/Crypto/Cipher copying lib/Crypto/Cipher/PKCS1_v1_5.py -> build/lib.linux-riscv64-2.7/Crypto/Cipher copying lib/Crypto/Cipher/AES.py -> build/lib.linux-riscv64-2.7/Crypto/Cipher creating build/lib.linux-riscv64-2.7/Crypto/Util copying lib/Crypto/Util/RFC1751.py -> build/lib.linux-riscv64-2.7/Crypto/Util copying lib/Crypto/Util/randpool.py -> build/lib.linux-riscv64-2.7/Crypto/Util copying lib/Crypto/Util/_number_new.py -> build/lib.linux-riscv64-2.7/Crypto/Util copying lib/Crypto/Util/winrandom.py -> build/lib.linux-riscv64-2.7/Crypto/Util copying lib/Crypto/Util/asn1.py -> build/lib.linux-riscv64-2.7/Crypto/Util copying lib/Crypto/Util/__init__.py -> build/lib.linux-riscv64-2.7/Crypto/Util copying lib/Crypto/Util/py3compat.py -> build/lib.linux-riscv64-2.7/Crypto/Util copying lib/Crypto/Util/Counter.py -> build/lib.linux-riscv64-2.7/Crypto/Util copying lib/Crypto/Util/py21compat.py -> build/lib.linux-riscv64-2.7/Crypto/Util copying lib/Crypto/Util/number.py -> build/lib.linux-riscv64-2.7/Crypto/Util creating build/lib.linux-riscv64-2.7/Crypto/Random copying lib/Crypto/Random/_UserFriendlyRNG.py -> build/lib.linux-riscv64-2.7/Crypto/Random copying lib/Crypto/Random/random.py -> build/lib.linux-riscv64-2.7/Crypto/Random copying lib/Crypto/Random/__init__.py -> build/lib.linux-riscv64-2.7/Crypto/Random creating build/lib.linux-riscv64-2.7/Crypto/Random/Fortuna copying lib/Crypto/Random/Fortuna/SHAd256.py -> build/lib.linux-riscv64-2.7/Crypto/Random/Fortuna copying lib/Crypto/Random/Fortuna/FortunaAccumulator.py -> build/lib.linux-riscv64-2.7/Crypto/Random/Fortuna copying lib/Crypto/Random/Fortuna/__init__.py -> build/lib.linux-riscv64-2.7/Crypto/Random/Fortuna copying lib/Crypto/Random/Fortuna/FortunaGenerator.py -> build/lib.linux-riscv64-2.7/Crypto/Random/Fortuna creating build/lib.linux-riscv64-2.7/Crypto/Random/OSRNG copying lib/Crypto/Random/OSRNG/posix.py -> build/lib.linux-riscv64-2.7/Crypto/Random/OSRNG copying lib/Crypto/Random/OSRNG/fallback.py -> build/lib.linux-riscv64-2.7/Crypto/Random/OSRNG copying lib/Crypto/Random/OSRNG/__init__.py -> build/lib.linux-riscv64-2.7/Crypto/Random/OSRNG copying lib/Crypto/Random/OSRNG/nt.py -> build/lib.linux-riscv64-2.7/Crypto/Random/OSRNG copying lib/Crypto/Random/OSRNG/rng_base.py -> build/lib.linux-riscv64-2.7/Crypto/Random/OSRNG creating build/lib.linux-riscv64-2.7/Crypto/SelfTest copying lib/Crypto/SelfTest/st_common.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest copying lib/Crypto/SelfTest/__init__.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest creating build/lib.linux-riscv64-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_Blowfish.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_ARC4.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_XOR.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_pkcs1_oaep.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_ARC2.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/common.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/__init__.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_pkcs1_15.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_CAST.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_DES3.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_DES.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_AES.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Cipher creating build/lib.linux-riscv64-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_SHA224.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_MD5.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/common.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_SHA256.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_MD4.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_SHA512.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/__init__.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_HMAC.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_SHA384.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_MD2.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_RIPEMD.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_SHA.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Hash creating build/lib.linux-riscv64-2.7/Crypto/SelfTest/Protocol copying lib/Crypto/SelfTest/Protocol/test_rfc1751.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Protocol copying lib/Crypto/SelfTest/Protocol/__init__.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Protocol copying lib/Crypto/SelfTest/Protocol/test_chaffing.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Protocol copying lib/Crypto/SelfTest/Protocol/test_KDF.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Protocol copying lib/Crypto/SelfTest/Protocol/test_AllOrNothing.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Protocol creating build/lib.linux-riscv64-2.7/Crypto/SelfTest/PublicKey copying lib/Crypto/SelfTest/PublicKey/test_RSA.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/PublicKey copying lib/Crypto/SelfTest/PublicKey/test_DSA.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/PublicKey copying lib/Crypto/SelfTest/PublicKey/__init__.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/PublicKey copying lib/Crypto/SelfTest/PublicKey/test_importKey.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/PublicKey copying lib/Crypto/SelfTest/PublicKey/test_ElGamal.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/PublicKey creating build/lib.linux-riscv64-2.7/Crypto/SelfTest/Random copying lib/Crypto/SelfTest/Random/test__UserFriendlyRNG.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Random copying lib/Crypto/SelfTest/Random/test_rpoolcompat.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Random copying lib/Crypto/SelfTest/Random/__init__.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Random copying lib/Crypto/SelfTest/Random/test_random.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Random creating build/lib.linux-riscv64-2.7/Crypto/SelfTest/Random/Fortuna copying lib/Crypto/SelfTest/Random/Fortuna/test_SHAd256.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Random/Fortuna copying lib/Crypto/SelfTest/Random/Fortuna/test_FortunaGenerator.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Random/Fortuna copying lib/Crypto/SelfTest/Random/Fortuna/__init__.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Random/Fortuna copying lib/Crypto/SelfTest/Random/Fortuna/test_FortunaAccumulator.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Random/Fortuna creating build/lib.linux-riscv64-2.7/Crypto/SelfTest/Random/OSRNG copying lib/Crypto/SelfTest/Random/OSRNG/test_generic.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Random/OSRNG copying lib/Crypto/SelfTest/Random/OSRNG/test_nt.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Random/OSRNG copying lib/Crypto/SelfTest/Random/OSRNG/test_winrandom.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Random/OSRNG copying lib/Crypto/SelfTest/Random/OSRNG/test_fallback.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Random/OSRNG copying lib/Crypto/SelfTest/Random/OSRNG/__init__.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Random/OSRNG copying lib/Crypto/SelfTest/Random/OSRNG/test_posix.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Random/OSRNG creating build/lib.linux-riscv64-2.7/Crypto/SelfTest/Util copying lib/Crypto/SelfTest/Util/test_Counter.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Util copying lib/Crypto/SelfTest/Util/test_winrandom.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Util copying lib/Crypto/SelfTest/Util/test_number.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Util copying lib/Crypto/SelfTest/Util/__init__.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Util copying lib/Crypto/SelfTest/Util/test_asn1.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Util creating build/lib.linux-riscv64-2.7/Crypto/SelfTest/Signature copying lib/Crypto/SelfTest/Signature/__init__.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Signature copying lib/Crypto/SelfTest/Signature/test_pkcs1_pss.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Signature copying lib/Crypto/SelfTest/Signature/test_pkcs1_15.py -> build/lib.linux-riscv64-2.7/Crypto/SelfTest/Signature creating build/lib.linux-riscv64-2.7/Crypto/Protocol copying lib/Crypto/Protocol/__init__.py -> build/lib.linux-riscv64-2.7/Crypto/Protocol copying lib/Crypto/Protocol/KDF.py -> build/lib.linux-riscv64-2.7/Crypto/Protocol copying lib/Crypto/Protocol/Chaffing.py -> build/lib.linux-riscv64-2.7/Crypto/Protocol copying lib/Crypto/Protocol/AllOrNothing.py -> build/lib.linux-riscv64-2.7/Crypto/Protocol creating build/lib.linux-riscv64-2.7/Crypto/PublicKey copying lib/Crypto/PublicKey/_RSA.py -> build/lib.linux-riscv64-2.7/Crypto/PublicKey copying lib/Crypto/PublicKey/DSA.py -> build/lib.linux-riscv64-2.7/Crypto/PublicKey copying lib/Crypto/PublicKey/ElGamal.py -> build/lib.linux-riscv64-2.7/Crypto/PublicKey copying lib/Crypto/PublicKey/RSA.py -> build/lib.linux-riscv64-2.7/Crypto/PublicKey copying lib/Crypto/PublicKey/__init__.py -> build/lib.linux-riscv64-2.7/Crypto/PublicKey copying lib/Crypto/PublicKey/_slowmath.py -> build/lib.linux-riscv64-2.7/Crypto/PublicKey copying lib/Crypto/PublicKey/_DSA.py -> build/lib.linux-riscv64-2.7/Crypto/PublicKey copying lib/Crypto/PublicKey/pubkey.py -> build/lib.linux-riscv64-2.7/Crypto/PublicKey creating build/lib.linux-riscv64-2.7/Crypto/Signature copying lib/Crypto/Signature/__init__.py -> build/lib.linux-riscv64-2.7/Crypto/Signature copying lib/Crypto/Signature/PKCS1_v1_5.py -> build/lib.linux-riscv64-2.7/Crypto/Signature copying lib/Crypto/Signature/PKCS1_PSS.py -> build/lib.linux-riscv64-2.7/Crypto/Signature running build_ext running build_configure checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for __gmpz_init in -lgmp... yes checking for __gmpz_init in -lmpir... no checking whether mpz_powm is declared... yes checking whether mpz_powm_sec is declared... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking 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 for inttypes.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking for inline... inline checking for int16_t... yes checking for int32_t... yes checking for int64_t... yes checking for int8_t... yes checking for size_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for uint8_t... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for memmove... yes checking for memset... yes configure: creating ./config.status config.status: creating src/config.h building 'Crypto.PublicKey._fastmath' extension creating build/temp.linux-riscv64-2.7 creating build/temp.linux-riscv64-2.7/src gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing -fPIC -std=c99 -Isrc/ -I/usr/include/ -I/usr/include/python2.7 -c src/_fastmath.c -o build/temp.linux-riscv64-2.7/src/_fastmath.o BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from src/_fastmath.c:31: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/bits/libc-header-start.h:33, BUILDSTDERR: from /usr/include/stdio.h:27, BUILDSTDERR: from src/_fastmath.c:29: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from src/_fastmath.c:31: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/bits/libc-header-start.h:33, BUILDSTDERR: from /usr/include/stdio.h:27, BUILDSTDERR: from src/_fastmath.c:29: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing build/temp.linux-riscv64-2.7/src/_fastmath.o -L/usr/lib64 -lgmp -lm -lpython2.7 -o build/lib.linux-riscv64-2.7/Crypto/PublicKey/_fastmath.so building 'Crypto.Hash._MD2' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing -fPIC -std=c99 -Isrc/ -I/usr/include/python2.7 -c src/MD2.c -o build/temp.linux-riscv64-2.7/src/MD2.o BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from src/MD2.c:31: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/bits/libc-header-start.h:33, BUILDSTDERR: from /usr/include/string.h:26, BUILDSTDERR: from src/MD2.c:30: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from src/MD2.c:31: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/bits/libc-header-start.h:33, BUILDSTDERR: from /usr/include/string.h:26, BUILDSTDERR: from src/MD2.c:30: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: BUILDSTDERR: src/MD2.c:44:19: warning: 'md2_oid' defined but not used [-Wunused-const-variable=] BUILDSTDERR: static const char md2_oid[] = { 0x06, 0x08, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x02, 0x02 }; BUILDSTDERR: ^~~~~~~ gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing build/temp.linux-riscv64-2.7/src/MD2.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/Crypto/Hash/_MD2.so building 'Crypto.Hash._MD4' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing -fPIC -std=c99 -Isrc/ -I/usr/include/python2.7 -c src/MD4.c -o build/temp.linux-riscv64-2.7/src/MD4.o BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from src/MD4.c:31: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/bits/libc-header-start.h:33, BUILDSTDERR: from /usr/include/string.h:26, BUILDSTDERR: from src/MD4.c:30: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from src/MD4.c:31: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/bits/libc-header-start.h:33, BUILDSTDERR: from /usr/include/string.h:26, BUILDSTDERR: from src/MD4.c:30: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing build/temp.linux-riscv64-2.7/src/MD4.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/Crypto/Hash/_MD4.so building 'Crypto.Hash._SHA256' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing -fPIC -std=c99 -Isrc/ -I/usr/include/python2.7 -c src/SHA256.c -o build/temp.linux-riscv64-2.7/src/SHA256.o BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from src/hash_SHA2_template.c:33, BUILDSTDERR: from src/SHA256.c:72: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/bits/libc-header-start.h:33, BUILDSTDERR: from /usr/include/stdint.h:26, BUILDSTDERR: from /usr/lib/gcc/riscv64-redhat-linux/8/include/stdint.h:9, BUILDSTDERR: from src/hash_SHA2.h:72, BUILDSTDERR: from src/SHA256.c:35: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from src/hash_SHA2_template.c:33, BUILDSTDERR: from src/SHA256.c:72: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/bits/libc-header-start.h:33, BUILDSTDERR: from /usr/include/stdint.h:26, BUILDSTDERR: from /usr/lib/gcc/riscv64-redhat-linux/8/include/stdint.h:9, BUILDSTDERR: from src/hash_SHA2.h:72, BUILDSTDERR: from src/SHA256.c:35: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: BUILDSTDERR: In file included from src/SHA256.c:72: BUILDSTDERR: src/hash_SHA2_template.c: In function 'add_length': BUILDSTDERR: src/hash_SHA2_template.c:97:30: warning: self-comparison always evaluates to false [-Wtautological-compare] BUILDSTDERR: if (hs->length_upper > hs->length_upper) BUILDSTDERR: ^ gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing build/temp.linux-riscv64-2.7/src/SHA256.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/Crypto/Hash/_SHA256.so building 'Crypto.Hash._SHA224' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing -fPIC -std=c99 -Isrc/ -I/usr/include/python2.7 -c src/SHA224.c -o build/temp.linux-riscv64-2.7/src/SHA224.o BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from src/hash_SHA2_template.c:33, BUILDSTDERR: from src/SHA224.c:73: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/bits/libc-header-start.h:33, BUILDSTDERR: from /usr/include/stdint.h:26, BUILDSTDERR: from /usr/lib/gcc/riscv64-redhat-linux/8/include/stdint.h:9, BUILDSTDERR: from src/hash_SHA2.h:72, BUILDSTDERR: from src/SHA224.c:36: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from src/hash_SHA2_template.c:33, BUILDSTDERR: from src/SHA224.c:73: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/bits/libc-header-start.h:33, BUILDSTDERR: from /usr/include/stdint.h:26, BUILDSTDERR: from /usr/lib/gcc/riscv64-redhat-linux/8/include/stdint.h:9, BUILDSTDERR: from src/hash_SHA2.h:72, BUILDSTDERR: from src/SHA224.c:36: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: BUILDSTDERR: In file included from src/SHA224.c:73: BUILDSTDERR: src/hash_SHA2_template.c: In function 'add_length': BUILDSTDERR: src/hash_SHA2_template.c:97:30: warning: self-comparison always evaluates to false [-Wtautological-compare] BUILDSTDERR: if (hs->length_upper > hs->length_upper) BUILDSTDERR: ^ gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing build/temp.linux-riscv64-2.7/src/SHA224.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/Crypto/Hash/_SHA224.so building 'Crypto.Hash._SHA384' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing -fPIC -std=c99 -Isrc/ -I/usr/include/python2.7 -c src/SHA384.c -o build/temp.linux-riscv64-2.7/src/SHA384.o BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from src/hash_SHA2_template.c:33, BUILDSTDERR: from src/SHA384.c:80: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/bits/libc-header-start.h:33, BUILDSTDERR: from /usr/include/stdint.h:26, BUILDSTDERR: from /usr/lib/gcc/riscv64-redhat-linux/8/include/stdint.h:9, BUILDSTDERR: from src/hash_SHA2.h:72, BUILDSTDERR: from src/SHA384.c:36: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from src/hash_SHA2_template.c:33, BUILDSTDERR: from src/SHA384.c:80: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/bits/libc-header-start.h:33, BUILDSTDERR: from /usr/include/stdint.h:26, BUILDSTDERR: from /usr/lib/gcc/riscv64-redhat-linux/8/include/stdint.h:9, BUILDSTDERR: from src/hash_SHA2.h:72, BUILDSTDERR: from src/SHA384.c:36: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: BUILDSTDERR: In file included from src/SHA384.c:80: BUILDSTDERR: src/hash_SHA2_template.c: In function 'add_length': BUILDSTDERR: src/hash_SHA2_template.c:97:30: warning: self-comparison always evaluates to false [-Wtautological-compare] BUILDSTDERR: if (hs->length_upper > hs->length_upper) BUILDSTDERR: ^ gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing build/temp.linux-riscv64-2.7/src/SHA384.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/Crypto/Hash/_SHA384.so building 'Crypto.Hash._SHA512' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing -fPIC -std=c99 -Isrc/ -I/usr/include/python2.7 -c src/SHA512.c -o build/temp.linux-riscv64-2.7/src/SHA512.o BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from src/hash_SHA2_template.c:33, BUILDSTDERR: from src/SHA512.c:80: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/bits/libc-header-start.h:33, BUILDSTDERR: from /usr/include/stdint.h:26, BUILDSTDERR: from /usr/lib/gcc/riscv64-redhat-linux/8/include/stdint.h:9, BUILDSTDERR: from src/hash_SHA2.h:72, BUILDSTDERR: from src/SHA512.c:36: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from src/hash_SHA2_template.c:33, BUILDSTDERR: from src/SHA512.c:80: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/bits/libc-header-start.h:33, BUILDSTDERR: from /usr/include/stdint.h:26, BUILDSTDERR: from /usr/lib/gcc/riscv64-redhat-linux/8/include/stdint.h:9, BUILDSTDERR: from src/hash_SHA2.h:72, BUILDSTDERR: from src/SHA512.c:36: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: BUILDSTDERR: In file included from src/SHA512.c:80: BUILDSTDERR: src/hash_SHA2_template.c: In function 'add_length': BUILDSTDERR: src/hash_SHA2_template.c:97:30: warning: self-comparison always evaluates to false [-Wtautological-compare] BUILDSTDERR: if (hs->length_upper > hs->length_upper) BUILDSTDERR: ^ gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing build/temp.linux-riscv64-2.7/src/SHA512.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/Crypto/Hash/_SHA512.so building 'Crypto.Hash._RIPEMD160' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing -fPIC -std=c99 -DPCT_LITTLE_ENDIAN=1 -Isrc/ -I/usr/include/python2.7 -c src/RIPEMD160.c -o build/temp.linux-riscv64-2.7/src/RIPEMD160.o BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from src/RIPEMD160.c:57: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/bits/libc-header-start.h:33, BUILDSTDERR: from /usr/include/stdint.h:26, BUILDSTDERR: from /usr/lib/gcc/riscv64-redhat-linux/8/include/stdint.h:9, BUILDSTDERR: from src/RIPEMD160.c:48: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from src/RIPEMD160.c:57: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/bits/libc-header-start.h:33, BUILDSTDERR: from /usr/include/stdint.h:26, BUILDSTDERR: from /usr/lib/gcc/riscv64-redhat-linux/8/include/stdint.h:9, BUILDSTDERR: from src/RIPEMD160.c:48: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing build/temp.linux-riscv64-2.7/src/RIPEMD160.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/Crypto/Hash/_RIPEMD160.so building 'Crypto.Cipher._AES' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing -fPIC -std=c99 -Isrc/ -I/usr/include/python2.7 -c src/AES.c -o build/temp.linux-riscv64-2.7/src/AES.o BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from src/AES.c:29: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/assert.h:35, BUILDSTDERR: from src/AES.c:27: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from src/AES.c:29: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/assert.h:35, BUILDSTDERR: from src/AES.c:27: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing build/temp.linux-riscv64-2.7/src/AES.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/Crypto/Cipher/_AES.so building 'Crypto.Cipher._ARC2' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing -fPIC -std=c99 -Isrc/ -I/usr/include/python2.7 -c src/ARC2.c -o build/temp.linux-riscv64-2.7/src/ARC2.o BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from src/ARC2.c:45: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/bits/libc-header-start.h:33, BUILDSTDERR: from /usr/include/string.h:26, BUILDSTDERR: from src/ARC2.c:44: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from src/ARC2.c:45: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/bits/libc-header-start.h:33, BUILDSTDERR: from /usr/include/string.h:26, BUILDSTDERR: from src/ARC2.c:44: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing build/temp.linux-riscv64-2.7/src/ARC2.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/Crypto/Cipher/_ARC2.so building 'Crypto.Cipher._Blowfish' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing -fPIC -std=c99 -Isrc/ -I/usr/include/python2.7 -c src/Blowfish.c -o build/temp.linux-riscv64-2.7/src/Blowfish.o BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from src/Blowfish.c:39: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/bits/libc-header-start.h:33, BUILDSTDERR: from /usr/include/stdint.h:26, BUILDSTDERR: from /usr/lib/gcc/riscv64-redhat-linux/8/include/stdint.h:9, BUILDSTDERR: from src/Blowfish.c:31: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from src/Blowfish.c:39: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/bits/libc-header-start.h:33, BUILDSTDERR: from /usr/include/stdint.h:26, BUILDSTDERR: from /usr/lib/gcc/riscv64-redhat-linux/8/include/stdint.h:9, BUILDSTDERR: from src/Blowfish.c:31: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing build/temp.linux-riscv64-2.7/src/Blowfish.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/Crypto/Cipher/_Blowfish.so building 'Crypto.Cipher._CAST' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing -fPIC -std=c99 -Isrc/ -I/usr/include/python2.7 -c src/CAST.c -o build/temp.linux-riscv64-2.7/src/CAST.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing build/temp.linux-riscv64-2.7/src/CAST.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/Crypto/Cipher/_CAST.so building 'Crypto.Cipher._DES' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing -fPIC -std=c99 -Isrc/ -I/usr/include/python2.7 -c src/DES.c -o build/temp.linux-riscv64-2.7/src/DES.o BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from src/DES.c:37: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/assert.h:35, BUILDSTDERR: from /usr/include/tomcrypt.h:12, BUILDSTDERR: from src/DES.c:32: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from src/DES.c:37: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/assert.h:35, BUILDSTDERR: from /usr/include/tomcrypt.h:12, BUILDSTDERR: from src/DES.c:32: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing build/temp.linux-riscv64-2.7/src/DES.o -L/usr/lib64 -ltomcrypt -lpython2.7 -o build/lib.linux-riscv64-2.7/Crypto/Cipher/_DES.so building 'Crypto.Cipher._DES3' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing -fPIC -std=c99 -Isrc/ -I/usr/include/python2.7 -c src/DES3.c -o build/temp.linux-riscv64-2.7/src/DES3.o BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from src/DES.c:37, BUILDSTDERR: from src/DES3.c:26: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/assert.h:35, BUILDSTDERR: from /usr/include/tomcrypt.h:12, BUILDSTDERR: from src/DES.c:32, BUILDSTDERR: from src/DES3.c:26: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from src/DES.c:37, BUILDSTDERR: from src/DES3.c:26: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/assert.h:35, BUILDSTDERR: from /usr/include/tomcrypt.h:12, BUILDSTDERR: from src/DES.c:32, BUILDSTDERR: from src/DES3.c:26: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing build/temp.linux-riscv64-2.7/src/DES3.o -L/usr/lib64 -ltomcrypt -lpython2.7 -o build/lib.linux-riscv64-2.7/Crypto/Cipher/_DES3.so building 'Crypto.Cipher._ARC4' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing -fPIC -std=c99 -Isrc/ -I/usr/include/python2.7 -c src/ARC4.c -o build/temp.linux-riscv64-2.7/src/ARC4.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing build/temp.linux-riscv64-2.7/src/ARC4.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/Crypto/Cipher/_ARC4.so building 'Crypto.Cipher._XOR' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing -fPIC -std=c99 -Isrc/ -I/usr/include/python2.7 -c src/XOR.c -o build/temp.linux-riscv64-2.7/src/XOR.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing build/temp.linux-riscv64-2.7/src/XOR.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/Crypto/Cipher/_XOR.so building 'Crypto.Util.strxor' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing -fPIC -std=c99 -Isrc/ -I/usr/include/python2.7 -c src/strxor.c -o build/temp.linux-riscv64-2.7/src/strxor.o BUILDSTDERR: src/strxor.c:31:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] BUILDSTDERR: static const char rcsid[] = "$Id$"; BUILDSTDERR: ^~~~~ gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing build/temp.linux-riscv64-2.7/src/strxor.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/Crypto/Util/strxor.so building 'Crypto.Util._counter' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing -fPIC -std=c99 -Isrc/ -I/usr/include/python2.7 -c src/_counter.c -o build/temp.linux-riscv64-2.7/src/_counter.o BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from src/_counter.c:28: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/assert.h:35, BUILDSTDERR: from src/_counter.c:25: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from src/_counter.c:28: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/assert.h:35, BUILDSTDERR: from src/_counter.c:25: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: BUILDSTDERR: src/_counter.c: In function 'init_counter': BUILDSTDERR: src/_counter.c:576:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: if (m == NULL) BUILDSTDERR: ^~ BUILDSTDERR: src/_counter.c:579:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: my_CounterLEType.ob_type = &PyType_Type; BUILDSTDERR: ^~~~~~~~~~~~~~~~ gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing build/temp.linux-riscv64-2.7/src/_counter.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/Crypto/Util/_counter.so + sleep 1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build/lib.linux-riscv64-3.7 creating build/lib.linux-riscv64-3.7/Crypto copying lib/Crypto/pct_warnings.py -> build/lib.linux-riscv64-3.7/Crypto copying lib/Crypto/__init__.py -> build/lib.linux-riscv64-3.7/Crypto creating build/lib.linux-riscv64-3.7/Crypto/Hash copying lib/Crypto/Hash/SHA512.py -> build/lib.linux-riscv64-3.7/Crypto/Hash copying lib/Crypto/Hash/SHA.py -> build/lib.linux-riscv64-3.7/Crypto/Hash copying lib/Crypto/Hash/SHA224.py -> build/lib.linux-riscv64-3.7/Crypto/Hash copying lib/Crypto/Hash/RIPEMD.py -> build/lib.linux-riscv64-3.7/Crypto/Hash copying lib/Crypto/Hash/MD5.py -> build/lib.linux-riscv64-3.7/Crypto/Hash copying lib/Crypto/Hash/__init__.py -> build/lib.linux-riscv64-3.7/Crypto/Hash copying lib/Crypto/Hash/hashalgo.py -> build/lib.linux-riscv64-3.7/Crypto/Hash copying lib/Crypto/Hash/SHA384.py -> build/lib.linux-riscv64-3.7/Crypto/Hash copying lib/Crypto/Hash/SHA256.py -> build/lib.linux-riscv64-3.7/Crypto/Hash copying lib/Crypto/Hash/MD4.py -> build/lib.linux-riscv64-3.7/Crypto/Hash copying lib/Crypto/Hash/HMAC.py -> build/lib.linux-riscv64-3.7/Crypto/Hash copying lib/Crypto/Hash/MD2.py -> build/lib.linux-riscv64-3.7/Crypto/Hash creating build/lib.linux-riscv64-3.7/Crypto/Cipher copying lib/Crypto/Cipher/DES.py -> build/lib.linux-riscv64-3.7/Crypto/Cipher copying lib/Crypto/Cipher/XOR.py -> build/lib.linux-riscv64-3.7/Crypto/Cipher copying lib/Crypto/Cipher/ARC4.py -> build/lib.linux-riscv64-3.7/Crypto/Cipher copying lib/Crypto/Cipher/Blowfish.py -> build/lib.linux-riscv64-3.7/Crypto/Cipher copying lib/Crypto/Cipher/CAST.py -> build/lib.linux-riscv64-3.7/Crypto/Cipher copying lib/Crypto/Cipher/blockalgo.py -> build/lib.linux-riscv64-3.7/Crypto/Cipher copying lib/Crypto/Cipher/DES3.py -> build/lib.linux-riscv64-3.7/Crypto/Cipher copying lib/Crypto/Cipher/ARC2.py -> build/lib.linux-riscv64-3.7/Crypto/Cipher copying lib/Crypto/Cipher/PKCS1_OAEP.py -> build/lib.linux-riscv64-3.7/Crypto/Cipher copying lib/Crypto/Cipher/__init__.py -> build/lib.linux-riscv64-3.7/Crypto/Cipher copying lib/Crypto/Cipher/PKCS1_v1_5.py -> build/lib.linux-riscv64-3.7/Crypto/Cipher copying lib/Crypto/Cipher/AES.py -> build/lib.linux-riscv64-3.7/Crypto/Cipher creating build/lib.linux-riscv64-3.7/Crypto/Util copying lib/Crypto/Util/RFC1751.py -> build/lib.linux-riscv64-3.7/Crypto/Util copying lib/Crypto/Util/randpool.py -> build/lib.linux-riscv64-3.7/Crypto/Util copying lib/Crypto/Util/_number_new.py -> build/lib.linux-riscv64-3.7/Crypto/Util copying lib/Crypto/Util/winrandom.py -> build/lib.linux-riscv64-3.7/Crypto/Util copying lib/Crypto/Util/asn1.py -> build/lib.linux-riscv64-3.7/Crypto/Util copying lib/Crypto/Util/__init__.py -> build/lib.linux-riscv64-3.7/Crypto/Util copying lib/Crypto/Util/py3compat.py -> build/lib.linux-riscv64-3.7/Crypto/Util copying lib/Crypto/Util/Counter.py -> build/lib.linux-riscv64-3.7/Crypto/Util copying lib/Crypto/Util/number.py -> build/lib.linux-riscv64-3.7/Crypto/Util creating build/lib.linux-riscv64-3.7/Crypto/Random copying lib/Crypto/Random/_UserFriendlyRNG.py -> build/lib.linux-riscv64-3.7/Crypto/Random copying lib/Crypto/Random/random.py -> build/lib.linux-riscv64-3.7/Crypto/Random copying lib/Crypto/Random/__init__.py -> build/lib.linux-riscv64-3.7/Crypto/Random creating build/lib.linux-riscv64-3.7/Crypto/Random/Fortuna copying lib/Crypto/Random/Fortuna/SHAd256.py -> build/lib.linux-riscv64-3.7/Crypto/Random/Fortuna copying lib/Crypto/Random/Fortuna/FortunaAccumulator.py -> build/lib.linux-riscv64-3.7/Crypto/Random/Fortuna copying lib/Crypto/Random/Fortuna/__init__.py -> build/lib.linux-riscv64-3.7/Crypto/Random/Fortuna copying lib/Crypto/Random/Fortuna/FortunaGenerator.py -> build/lib.linux-riscv64-3.7/Crypto/Random/Fortuna creating build/lib.linux-riscv64-3.7/Crypto/Random/OSRNG copying lib/Crypto/Random/OSRNG/posix.py -> build/lib.linux-riscv64-3.7/Crypto/Random/OSRNG copying lib/Crypto/Random/OSRNG/fallback.py -> build/lib.linux-riscv64-3.7/Crypto/Random/OSRNG copying lib/Crypto/Random/OSRNG/__init__.py -> build/lib.linux-riscv64-3.7/Crypto/Random/OSRNG copying lib/Crypto/Random/OSRNG/rng_base.py -> build/lib.linux-riscv64-3.7/Crypto/Random/OSRNG creating build/lib.linux-riscv64-3.7/Crypto/SelfTest copying lib/Crypto/SelfTest/st_common.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest copying lib/Crypto/SelfTest/__init__.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest creating build/lib.linux-riscv64-3.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_Blowfish.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_ARC4.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_XOR.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_pkcs1_oaep.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_ARC2.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/common.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/__init__.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_pkcs1_15.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_CAST.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_DES3.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_DES.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Cipher copying lib/Crypto/SelfTest/Cipher/test_AES.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Cipher creating build/lib.linux-riscv64-3.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_SHA224.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_MD5.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/common.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_SHA256.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_MD4.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_SHA512.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/__init__.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_HMAC.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_SHA384.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_MD2.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_RIPEMD.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Hash copying lib/Crypto/SelfTest/Hash/test_SHA.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Hash creating build/lib.linux-riscv64-3.7/Crypto/SelfTest/Protocol copying lib/Crypto/SelfTest/Protocol/test_rfc1751.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Protocol copying lib/Crypto/SelfTest/Protocol/__init__.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Protocol copying lib/Crypto/SelfTest/Protocol/test_chaffing.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Protocol copying lib/Crypto/SelfTest/Protocol/test_KDF.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Protocol copying lib/Crypto/SelfTest/Protocol/test_AllOrNothing.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Protocol creating build/lib.linux-riscv64-3.7/Crypto/SelfTest/PublicKey copying lib/Crypto/SelfTest/PublicKey/test_RSA.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/PublicKey copying lib/Crypto/SelfTest/PublicKey/test_DSA.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/PublicKey copying lib/Crypto/SelfTest/PublicKey/__init__.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/PublicKey copying lib/Crypto/SelfTest/PublicKey/test_importKey.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/PublicKey copying lib/Crypto/SelfTest/PublicKey/test_ElGamal.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/PublicKey creating build/lib.linux-riscv64-3.7/Crypto/SelfTest/Random copying lib/Crypto/SelfTest/Random/test__UserFriendlyRNG.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Random copying lib/Crypto/SelfTest/Random/test_rpoolcompat.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Random copying lib/Crypto/SelfTest/Random/__init__.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Random copying lib/Crypto/SelfTest/Random/test_random.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Random creating build/lib.linux-riscv64-3.7/Crypto/SelfTest/Random/Fortuna copying lib/Crypto/SelfTest/Random/Fortuna/test_SHAd256.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Random/Fortuna copying lib/Crypto/SelfTest/Random/Fortuna/test_FortunaGenerator.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Random/Fortuna copying lib/Crypto/SelfTest/Random/Fortuna/__init__.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Random/Fortuna copying lib/Crypto/SelfTest/Random/Fortuna/test_FortunaAccumulator.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Random/Fortuna creating build/lib.linux-riscv64-3.7/Crypto/SelfTest/Random/OSRNG copying lib/Crypto/SelfTest/Random/OSRNG/test_generic.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Random/OSRNG copying lib/Crypto/SelfTest/Random/OSRNG/test_nt.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Random/OSRNG copying lib/Crypto/SelfTest/Random/OSRNG/test_winrandom.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Random/OSRNG copying lib/Crypto/SelfTest/Random/OSRNG/test_fallback.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Random/OSRNG copying lib/Crypto/SelfTest/Random/OSRNG/__init__.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Random/OSRNG copying lib/Crypto/SelfTest/Random/OSRNG/test_posix.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Random/OSRNG creating build/lib.linux-riscv64-3.7/Crypto/SelfTest/Util copying lib/Crypto/SelfTest/Util/test_Counter.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Util copying lib/Crypto/SelfTest/Util/test_winrandom.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Util copying lib/Crypto/SelfTest/Util/test_number.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Util copying lib/Crypto/SelfTest/Util/__init__.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Util copying lib/Crypto/SelfTest/Util/test_asn1.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Util creating build/lib.linux-riscv64-3.7/Crypto/SelfTest/Signature copying lib/Crypto/SelfTest/Signature/__init__.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Signature copying lib/Crypto/SelfTest/Signature/test_pkcs1_pss.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Signature copying lib/Crypto/SelfTest/Signature/test_pkcs1_15.py -> build/lib.linux-riscv64-3.7/Crypto/SelfTest/Signature creating build/lib.linux-riscv64-3.7/Crypto/Protocol copying lib/Crypto/Protocol/__init__.py -> build/lib.linux-riscv64-3.7/Crypto/Protocol copying lib/Crypto/Protocol/KDF.py -> build/lib.linux-riscv64-3.7/Crypto/Protocol copying lib/Crypto/Protocol/Chaffing.py -> build/lib.linux-riscv64-3.7/Crypto/Protocol copying lib/Crypto/Protocol/AllOrNothing.py -> build/lib.linux-riscv64-3.7/Crypto/Protocol creating build/lib.linux-riscv64-3.7/Crypto/PublicKey copying lib/Crypto/PublicKey/_RSA.py -> build/lib.linux-riscv64-3.7/Crypto/PublicKey copying lib/Crypto/PublicKey/DSA.py -> build/lib.linux-riscv64-3.7/Crypto/PublicKey copying lib/Crypto/PublicKey/ElGamal.py -> build/lib.linux-riscv64-3.7/Crypto/PublicKey copying lib/Crypto/PublicKey/RSA.py -> build/lib.linux-riscv64-3.7/Crypto/PublicKey copying lib/Crypto/PublicKey/__init__.py -> build/lib.linux-riscv64-3.7/Crypto/PublicKey copying lib/Crypto/PublicKey/_slowmath.py -> build/lib.linux-riscv64-3.7/Crypto/PublicKey copying lib/Crypto/PublicKey/_DSA.py -> build/lib.linux-riscv64-3.7/Crypto/PublicKey copying lib/Crypto/PublicKey/pubkey.py -> build/lib.linux-riscv64-3.7/Crypto/PublicKey creating build/lib.linux-riscv64-3.7/Crypto/Signature copying lib/Crypto/Signature/__init__.py -> build/lib.linux-riscv64-3.7/Crypto/Signature copying lib/Crypto/Signature/PKCS1_v1_5.py -> build/lib.linux-riscv64-3.7/Crypto/Signature copying lib/Crypto/Signature/PKCS1_PSS.py -> build/lib.linux-riscv64-3.7/Crypto/Signature Skipping optional fixer: buffer Skipping optional fixer: idioms Skipping optional fixer: set_literal Skipping optional fixer: ws_comma running build_ext running build_configure building 'Crypto.PublicKey._fastmath' extension creating build/temp.linux-riscv64-3.7 creating build/temp.linux-riscv64-3.7/src gcc -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing -fPIC -std=c99 -Isrc/ -I/usr/include/ -I/usr/include/python3.7m -c src/_fastmath.c -o build/temp.linux-riscv64-3.7/src/_fastmath.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing build/temp.linux-riscv64-3.7/src/_fastmath.o -L/usr/lib64 -lgmp -lm -lpython3.7m -o build/lib.linux-riscv64-3.7/Crypto/PublicKey/_fastmath.cpython-37m-riscv64-linux-gnu.so building 'Crypto.Hash._MD2' extension gcc -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing -fPIC -std=c99 -Isrc/ -I/usr/include/python3.7m -c src/MD2.c -o build/temp.linux-riscv64-3.7/src/MD2.o BUILDSTDERR: src/MD2.c:44:19: warning: ‘md2_oid’ defined but not used [-Wunused-const-variable=] BUILDSTDERR: static const char md2_oid[] = { 0x06, 0x08, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x02, 0x02 }; BUILDSTDERR: ^~~~~~~ gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing build/temp.linux-riscv64-3.7/src/MD2.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/Crypto/Hash/_MD2.cpython-37m-riscv64-linux-gnu.so building 'Crypto.Hash._MD4' extension gcc -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing -fPIC -std=c99 -Isrc/ -I/usr/include/python3.7m -c src/MD4.c -o build/temp.linux-riscv64-3.7/src/MD4.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing build/temp.linux-riscv64-3.7/src/MD4.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/Crypto/Hash/_MD4.cpython-37m-riscv64-linux-gnu.so building 'Crypto.Hash._SHA256' extension gcc -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing -fPIC -std=c99 -Isrc/ -I/usr/include/python3.7m -c src/SHA256.c -o build/temp.linux-riscv64-3.7/src/SHA256.o BUILDSTDERR: In file included from src/SHA256.c:72: BUILDSTDERR: src/hash_SHA2_template.c: In function ‘add_length’: BUILDSTDERR: src/hash_SHA2_template.c:97:30: warning: self-comparison always evaluates to false [-Wtautological-compare] BUILDSTDERR: if (hs->length_upper > hs->length_upper) BUILDSTDERR: ^ gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing build/temp.linux-riscv64-3.7/src/SHA256.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/Crypto/Hash/_SHA256.cpython-37m-riscv64-linux-gnu.so building 'Crypto.Hash._SHA224' extension gcc -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing -fPIC -std=c99 -Isrc/ -I/usr/include/python3.7m -c src/SHA224.c -o build/temp.linux-riscv64-3.7/src/SHA224.o BUILDSTDERR: In file included from src/SHA224.c:73: BUILDSTDERR: src/hash_SHA2_template.c: In function ‘add_length’: BUILDSTDERR: src/hash_SHA2_template.c:97:30: warning: self-comparison always evaluates to false [-Wtautological-compare] BUILDSTDERR: if (hs->length_upper > hs->length_upper) BUILDSTDERR: ^ gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing build/temp.linux-riscv64-3.7/src/SHA224.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/Crypto/Hash/_SHA224.cpython-37m-riscv64-linux-gnu.so building 'Crypto.Hash._SHA384' extension gcc -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing -fPIC -std=c99 -Isrc/ -I/usr/include/python3.7m -c src/SHA384.c -o build/temp.linux-riscv64-3.7/src/SHA384.o BUILDSTDERR: In file included from src/SHA384.c:80: BUILDSTDERR: src/hash_SHA2_template.c: In function ‘add_length’: BUILDSTDERR: src/hash_SHA2_template.c:97:30: warning: self-comparison always evaluates to false [-Wtautological-compare] BUILDSTDERR: if (hs->length_upper > hs->length_upper) BUILDSTDERR: ^ gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing build/temp.linux-riscv64-3.7/src/SHA384.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/Crypto/Hash/_SHA384.cpython-37m-riscv64-linux-gnu.so building 'Crypto.Hash._SHA512' extension gcc -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing -fPIC -std=c99 -Isrc/ -I/usr/include/python3.7m -c src/SHA512.c -o build/temp.linux-riscv64-3.7/src/SHA512.o BUILDSTDERR: In file included from src/SHA512.c:80: BUILDSTDERR: src/hash_SHA2_template.c: In function ‘add_length’: BUILDSTDERR: src/hash_SHA2_template.c:97:30: warning: self-comparison always evaluates to false [-Wtautological-compare] BUILDSTDERR: if (hs->length_upper > hs->length_upper) BUILDSTDERR: ^ gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing build/temp.linux-riscv64-3.7/src/SHA512.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/Crypto/Hash/_SHA512.cpython-37m-riscv64-linux-gnu.so building 'Crypto.Hash._RIPEMD160' extension gcc -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing -fPIC -std=c99 -DPCT_LITTLE_ENDIAN=1 -Isrc/ -I/usr/include/python3.7m -c src/RIPEMD160.c -o build/temp.linux-riscv64-3.7/src/RIPEMD160.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing build/temp.linux-riscv64-3.7/src/RIPEMD160.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/Crypto/Hash/_RIPEMD160.cpython-37m-riscv64-linux-gnu.so building 'Crypto.Cipher._AES' extension gcc -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing -fPIC -std=c99 -Isrc/ -I/usr/include/python3.7m -c src/AES.c -o build/temp.linux-riscv64-3.7/src/AES.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing build/temp.linux-riscv64-3.7/src/AES.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/Crypto/Cipher/_AES.cpython-37m-riscv64-linux-gnu.so building 'Crypto.Cipher._ARC2' extension gcc -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing -fPIC -std=c99 -Isrc/ -I/usr/include/python3.7m -c src/ARC2.c -o build/temp.linux-riscv64-3.7/src/ARC2.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing build/temp.linux-riscv64-3.7/src/ARC2.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/Crypto/Cipher/_ARC2.cpython-37m-riscv64-linux-gnu.so building 'Crypto.Cipher._Blowfish' extension gcc -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing -fPIC -std=c99 -Isrc/ -I/usr/include/python3.7m -c src/Blowfish.c -o build/temp.linux-riscv64-3.7/src/Blowfish.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing build/temp.linux-riscv64-3.7/src/Blowfish.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/Crypto/Cipher/_Blowfish.cpython-37m-riscv64-linux-gnu.so building 'Crypto.Cipher._CAST' extension gcc -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing -fPIC -std=c99 -Isrc/ -I/usr/include/python3.7m -c src/CAST.c -o build/temp.linux-riscv64-3.7/src/CAST.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing build/temp.linux-riscv64-3.7/src/CAST.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/Crypto/Cipher/_CAST.cpython-37m-riscv64-linux-gnu.so building 'Crypto.Cipher._DES' extension gcc -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing -fPIC -std=c99 -Isrc/ -I/usr/include/python3.7m -c src/DES.c -o build/temp.linux-riscv64-3.7/src/DES.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing build/temp.linux-riscv64-3.7/src/DES.o -L/usr/lib64 -ltomcrypt -lpython3.7m -o build/lib.linux-riscv64-3.7/Crypto/Cipher/_DES.cpython-37m-riscv64-linux-gnu.so building 'Crypto.Cipher._DES3' extension gcc -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing -fPIC -std=c99 -Isrc/ -I/usr/include/python3.7m -c src/DES3.c -o build/temp.linux-riscv64-3.7/src/DES3.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing build/temp.linux-riscv64-3.7/src/DES3.o -L/usr/lib64 -ltomcrypt -lpython3.7m -o build/lib.linux-riscv64-3.7/Crypto/Cipher/_DES3.cpython-37m-riscv64-linux-gnu.so building 'Crypto.Cipher._ARC4' extension gcc -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing -fPIC -std=c99 -Isrc/ -I/usr/include/python3.7m -c src/ARC4.c -o build/temp.linux-riscv64-3.7/src/ARC4.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing build/temp.linux-riscv64-3.7/src/ARC4.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/Crypto/Cipher/_ARC4.cpython-37m-riscv64-linux-gnu.so building 'Crypto.Cipher._XOR' extension gcc -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing -fPIC -std=c99 -Isrc/ -I/usr/include/python3.7m -c src/XOR.c -o build/temp.linux-riscv64-3.7/src/XOR.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing build/temp.linux-riscv64-3.7/src/XOR.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/Crypto/Cipher/_XOR.cpython-37m-riscv64-linux-gnu.so building 'Crypto.Util.strxor' extension gcc -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing -fPIC -std=c99 -Isrc/ -I/usr/include/python3.7m -c src/strxor.c -o build/temp.linux-riscv64-3.7/src/strxor.o BUILDSTDERR: src/strxor.c:31:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=] BUILDSTDERR: static const char rcsid[] = "$Id$"; BUILDSTDERR: ^~~~~ gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing build/temp.linux-riscv64-3.7/src/strxor.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/Crypto/Util/strxor.cpython-37m-riscv64-linux-gnu.so building 'Crypto.Util._counter' extension gcc -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing -fPIC -std=c99 -Isrc/ -I/usr/include/python3.7m -c src/_counter.c -o build/temp.linux-riscv64-3.7/src/_counter.o BUILDSTDERR: src/_counter.c: In function ‘PyInit__counter’: BUILDSTDERR: src/_counter.c:570:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: if (m == NULL) BUILDSTDERR: ^~ BUILDSTDERR: src/_counter.c:573:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ BUILDSTDERR: return m; BUILDSTDERR: ^~~~~~ gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing build/temp.linux-riscv64-3.7/src/_counter.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/Crypto/Util/_counter.cpython-37m-riscv64-linux-gnu.so + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.5B2g4R + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64 + cd pycrypto-2.6.1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64 running install running install_lib creating /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr creating /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages creating /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto creating /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Random copying build/lib.linux-riscv64-2.7/Crypto/Random/_UserFriendlyRNG.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Random creating /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Random/Fortuna copying build/lib.linux-riscv64-2.7/Crypto/Random/Fortuna/SHAd256.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Random/Fortuna copying build/lib.linux-riscv64-2.7/Crypto/Random/Fortuna/FortunaAccumulator.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Random/Fortuna copying build/lib.linux-riscv64-2.7/Crypto/Random/Fortuna/__init__.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Random/Fortuna copying build/lib.linux-riscv64-2.7/Crypto/Random/Fortuna/FortunaGenerator.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Random/Fortuna creating /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Random/OSRNG copying build/lib.linux-riscv64-2.7/Crypto/Random/OSRNG/posix.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Random/OSRNG copying build/lib.linux-riscv64-2.7/Crypto/Random/OSRNG/fallback.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Random/OSRNG copying build/lib.linux-riscv64-2.7/Crypto/Random/OSRNG/__init__.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Random/OSRNG copying build/lib.linux-riscv64-2.7/Crypto/Random/OSRNG/nt.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Random/OSRNG copying build/lib.linux-riscv64-2.7/Crypto/Random/OSRNG/rng_base.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Random/OSRNG copying build/lib.linux-riscv64-2.7/Crypto/Random/random.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Random copying build/lib.linux-riscv64-2.7/Crypto/Random/__init__.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Random creating /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Cipher copying build/lib.linux-riscv64-2.7/Crypto/Cipher/DES.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Cipher copying build/lib.linux-riscv64-2.7/Crypto/Cipher/_ARC2.so -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Cipher copying build/lib.linux-riscv64-2.7/Crypto/Cipher/XOR.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Cipher copying build/lib.linux-riscv64-2.7/Crypto/Cipher/_Blowfish.so -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Cipher copying build/lib.linux-riscv64-2.7/Crypto/Cipher/ARC4.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Cipher copying build/lib.linux-riscv64-2.7/Crypto/Cipher/_AES.so -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Cipher copying build/lib.linux-riscv64-2.7/Crypto/Cipher/Blowfish.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Cipher copying build/lib.linux-riscv64-2.7/Crypto/Cipher/_DES.so -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Cipher copying build/lib.linux-riscv64-2.7/Crypto/Cipher/_XOR.so -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Cipher copying build/lib.linux-riscv64-2.7/Crypto/Cipher/CAST.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Cipher copying build/lib.linux-riscv64-2.7/Crypto/Cipher/_CAST.so -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Cipher copying build/lib.linux-riscv64-2.7/Crypto/Cipher/blockalgo.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Cipher copying build/lib.linux-riscv64-2.7/Crypto/Cipher/_ARC4.so -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Cipher copying build/lib.linux-riscv64-2.7/Crypto/Cipher/DES3.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Cipher copying build/lib.linux-riscv64-2.7/Crypto/Cipher/ARC2.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Cipher copying build/lib.linux-riscv64-2.7/Crypto/Cipher/PKCS1_OAEP.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Cipher copying build/lib.linux-riscv64-2.7/Crypto/Cipher/__init__.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Cipher copying build/lib.linux-riscv64-2.7/Crypto/Cipher/_DES3.so -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Cipher copying build/lib.linux-riscv64-2.7/Crypto/Cipher/PKCS1_v1_5.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Cipher copying build/lib.linux-riscv64-2.7/Crypto/Cipher/AES.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Cipher copying build/lib.linux-riscv64-2.7/Crypto/pct_warnings.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto creating /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Util copying build/lib.linux-riscv64-2.7/Crypto/Util/RFC1751.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Util copying build/lib.linux-riscv64-2.7/Crypto/Util/_counter.so -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Util copying build/lib.linux-riscv64-2.7/Crypto/Util/randpool.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Util copying build/lib.linux-riscv64-2.7/Crypto/Util/_number_new.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Util copying build/lib.linux-riscv64-2.7/Crypto/Util/winrandom.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Util copying build/lib.linux-riscv64-2.7/Crypto/Util/asn1.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Util copying build/lib.linux-riscv64-2.7/Crypto/Util/__init__.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Util copying build/lib.linux-riscv64-2.7/Crypto/Util/py3compat.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Util copying build/lib.linux-riscv64-2.7/Crypto/Util/strxor.so -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Util copying build/lib.linux-riscv64-2.7/Crypto/Util/Counter.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Util copying build/lib.linux-riscv64-2.7/Crypto/Util/py21compat.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Util copying build/lib.linux-riscv64-2.7/Crypto/Util/number.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Util creating /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/PublicKey copying build/lib.linux-riscv64-2.7/Crypto/PublicKey/_RSA.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/PublicKey copying build/lib.linux-riscv64-2.7/Crypto/PublicKey/DSA.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/PublicKey copying build/lib.linux-riscv64-2.7/Crypto/PublicKey/_fastmath.so -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/PublicKey copying build/lib.linux-riscv64-2.7/Crypto/PublicKey/ElGamal.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/PublicKey copying build/lib.linux-riscv64-2.7/Crypto/PublicKey/RSA.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/PublicKey copying build/lib.linux-riscv64-2.7/Crypto/PublicKey/__init__.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/PublicKey copying build/lib.linux-riscv64-2.7/Crypto/PublicKey/_slowmath.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/PublicKey copying build/lib.linux-riscv64-2.7/Crypto/PublicKey/_DSA.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/PublicKey copying build/lib.linux-riscv64-2.7/Crypto/PublicKey/pubkey.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/PublicKey copying build/lib.linux-riscv64-2.7/Crypto/__init__.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto creating /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Protocol copying build/lib.linux-riscv64-2.7/Crypto/Protocol/__init__.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Protocol copying build/lib.linux-riscv64-2.7/Crypto/Protocol/KDF.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Protocol copying build/lib.linux-riscv64-2.7/Crypto/Protocol/Chaffing.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Protocol copying build/lib.linux-riscv64-2.7/Crypto/Protocol/AllOrNothing.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Protocol creating /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Hash copying build/lib.linux-riscv64-2.7/Crypto/Hash/SHA512.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Hash copying build/lib.linux-riscv64-2.7/Crypto/Hash/SHA.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Hash copying build/lib.linux-riscv64-2.7/Crypto/Hash/_RIPEMD160.so -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Hash copying build/lib.linux-riscv64-2.7/Crypto/Hash/SHA224.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Hash copying build/lib.linux-riscv64-2.7/Crypto/Hash/_SHA224.so -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Hash copying build/lib.linux-riscv64-2.7/Crypto/Hash/RIPEMD.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Hash copying build/lib.linux-riscv64-2.7/Crypto/Hash/_MD4.so -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Hash copying build/lib.linux-riscv64-2.7/Crypto/Hash/MD5.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Hash copying build/lib.linux-riscv64-2.7/Crypto/Hash/__init__.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Hash copying build/lib.linux-riscv64-2.7/Crypto/Hash/hashalgo.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Hash copying build/lib.linux-riscv64-2.7/Crypto/Hash/SHA384.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Hash copying build/lib.linux-riscv64-2.7/Crypto/Hash/_MD2.so -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Hash copying build/lib.linux-riscv64-2.7/Crypto/Hash/_SHA384.so -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Hash copying build/lib.linux-riscv64-2.7/Crypto/Hash/_SHA512.so -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Hash copying build/lib.linux-riscv64-2.7/Crypto/Hash/SHA256.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Hash copying build/lib.linux-riscv64-2.7/Crypto/Hash/_SHA256.so -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Hash copying build/lib.linux-riscv64-2.7/Crypto/Hash/MD4.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Hash copying build/lib.linux-riscv64-2.7/Crypto/Hash/HMAC.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Hash copying build/lib.linux-riscv64-2.7/Crypto/Hash/MD2.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Hash creating /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest creating /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Random copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Random/test__UserFriendlyRNG.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Random creating /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Random/Fortuna copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Random/Fortuna/test_SHAd256.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Random/Fortuna copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Random/Fortuna/test_FortunaGenerator.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Random/Fortuna copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Random/Fortuna/__init__.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Random/Fortuna copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Random/Fortuna/test_FortunaAccumulator.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Random/Fortuna copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Random/test_rpoolcompat.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Random creating /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Random/OSRNG copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Random/OSRNG/test_generic.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Random/OSRNG copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Random/OSRNG/test_nt.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Random/OSRNG copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Random/OSRNG/test_winrandom.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Random/OSRNG copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Random/OSRNG/test_fallback.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Random/OSRNG copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Random/OSRNG/__init__.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Random/OSRNG copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Random/OSRNG/test_posix.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Random/OSRNG copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Random/__init__.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Random copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Random/test_random.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Random creating /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Cipher/test_Blowfish.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Cipher/test_ARC4.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Cipher/test_XOR.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Cipher/test_pkcs1_oaep.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Cipher/test_ARC2.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Cipher/common.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Cipher/__init__.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Cipher/test_pkcs1_15.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Cipher/test_CAST.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Cipher/test_DES3.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Cipher/test_DES.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Cipher/test_AES.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Cipher creating /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Util copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Util/test_Counter.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Util copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Util/test_winrandom.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Util copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Util/test_number.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Util copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Util/__init__.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Util copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Util/test_asn1.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Util creating /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/PublicKey copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/PublicKey/test_RSA.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/PublicKey copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/PublicKey/test_DSA.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/PublicKey copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/PublicKey/__init__.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/PublicKey copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/PublicKey/test_importKey.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/PublicKey copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/PublicKey/test_ElGamal.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/PublicKey copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/st_common.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/__init__.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest creating /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Protocol copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Protocol/test_rfc1751.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Protocol copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Protocol/__init__.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Protocol copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Protocol/test_chaffing.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Protocol copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Protocol/test_KDF.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Protocol copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Protocol/test_AllOrNothing.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Protocol creating /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Hash/test_SHA224.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Hash/test_MD5.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Hash/common.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Hash/test_SHA256.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Hash/test_MD4.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Hash/test_SHA512.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Hash/__init__.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Hash/test_HMAC.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Hash/test_SHA384.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Hash/test_MD2.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Hash/test_RIPEMD.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Hash/test_SHA.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Hash creating /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Signature copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Signature/__init__.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Signature copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Signature/test_pkcs1_pss.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Signature copying build/lib.linux-riscv64-2.7/Crypto/SelfTest/Signature/test_pkcs1_15.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Signature creating /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Signature copying build/lib.linux-riscv64-2.7/Crypto/Signature/__init__.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Signature copying build/lib.linux-riscv64-2.7/Crypto/Signature/PKCS1_v1_5.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Signature copying build/lib.linux-riscv64-2.7/Crypto/Signature/PKCS1_PSS.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Signature byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Random/_UserFriendlyRNG.py to _UserFriendlyRNG.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Random/Fortuna/SHAd256.py to SHAd256.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Random/Fortuna/FortunaAccumulator.py to FortunaAccumulator.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Random/Fortuna/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Random/Fortuna/FortunaGenerator.py to FortunaGenerator.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Random/OSRNG/posix.py to posix.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Random/OSRNG/fallback.py to fallback.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Random/OSRNG/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Random/OSRNG/nt.py to nt.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Random/OSRNG/rng_base.py to rng_base.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Random/random.py to random.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Random/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Cipher/DES.py to DES.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Cipher/XOR.py to XOR.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Cipher/ARC4.py to ARC4.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Cipher/Blowfish.py to Blowfish.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Cipher/CAST.py to CAST.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Cipher/blockalgo.py to blockalgo.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Cipher/DES3.py to DES3.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Cipher/ARC2.py to ARC2.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Cipher/PKCS1_OAEP.py to PKCS1_OAEP.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Cipher/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Cipher/PKCS1_v1_5.py to PKCS1_v1_5.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Cipher/AES.py to AES.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/pct_warnings.py to pct_warnings.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Util/RFC1751.py to RFC1751.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Util/randpool.py to randpool.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Util/_number_new.py to _number_new.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Util/winrandom.py to winrandom.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Util/asn1.py to asn1.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Util/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Util/py3compat.py to py3compat.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Util/Counter.py to Counter.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Util/py21compat.py to py21compat.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Util/number.py to number.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/PublicKey/_RSA.py to _RSA.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/PublicKey/DSA.py to DSA.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/PublicKey/ElGamal.py to ElGamal.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/PublicKey/RSA.py to RSA.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/PublicKey/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/PublicKey/_slowmath.py to _slowmath.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/PublicKey/_DSA.py to _DSA.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/PublicKey/pubkey.py to pubkey.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Protocol/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Protocol/KDF.py to KDF.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Protocol/Chaffing.py to Chaffing.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Protocol/AllOrNothing.py to AllOrNothing.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Hash/SHA512.py to SHA512.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Hash/SHA.py to SHA.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Hash/SHA224.py to SHA224.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Hash/RIPEMD.py to RIPEMD.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Hash/MD5.py to MD5.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Hash/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Hash/hashalgo.py to hashalgo.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Hash/SHA384.py to SHA384.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Hash/SHA256.py to SHA256.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Hash/MD4.py to MD4.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Hash/HMAC.py to HMAC.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Hash/MD2.py to MD2.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Random/test__UserFriendlyRNG.py to test__UserFriendlyRNG.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Random/Fortuna/test_SHAd256.py to test_SHAd256.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Random/Fortuna/test_FortunaGenerator.py to test_FortunaGenerator.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Random/Fortuna/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Random/Fortuna/test_FortunaAccumulator.py to test_FortunaAccumulator.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Random/test_rpoolcompat.py to test_rpoolcompat.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Random/OSRNG/test_generic.py to test_generic.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Random/OSRNG/test_nt.py to test_nt.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Random/OSRNG/test_winrandom.py to test_winrandom.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Random/OSRNG/test_fallback.py to test_fallback.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Random/OSRNG/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Random/OSRNG/test_posix.py to test_posix.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Random/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Random/test_random.py to test_random.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Cipher/test_Blowfish.py to test_Blowfish.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Cipher/test_ARC4.py to test_ARC4.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Cipher/test_XOR.py to test_XOR.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Cipher/test_pkcs1_oaep.py to test_pkcs1_oaep.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Cipher/test_ARC2.py to test_ARC2.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Cipher/common.py to common.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Cipher/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Cipher/test_pkcs1_15.py to test_pkcs1_15.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Cipher/test_CAST.py to test_CAST.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Cipher/test_DES3.py to test_DES3.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Cipher/test_DES.py to test_DES.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Cipher/test_AES.py to test_AES.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Util/test_Counter.py to test_Counter.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Util/test_winrandom.py to test_winrandom.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Util/test_number.py to test_number.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Util/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Util/test_asn1.py to test_asn1.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/PublicKey/test_RSA.py to test_RSA.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/PublicKey/test_DSA.py to test_DSA.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/PublicKey/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/PublicKey/test_importKey.py to test_importKey.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/PublicKey/test_ElGamal.py to test_ElGamal.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/st_common.py to st_common.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Protocol/test_rfc1751.py to test_rfc1751.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Protocol/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Protocol/test_chaffing.py to test_chaffing.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Protocol/test_KDF.py to test_KDF.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Protocol/test_AllOrNothing.py to test_AllOrNothing.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Hash/test_SHA224.py to test_SHA224.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Hash/test_MD5.py to test_MD5.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Hash/common.py to common.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Hash/test_SHA256.py to test_SHA256.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Hash/test_MD4.py to test_MD4.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Hash/test_SHA512.py to test_SHA512.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Hash/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Hash/test_HMAC.py to test_HMAC.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Hash/test_SHA384.py to test_SHA384.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Hash/test_MD2.py to test_MD2.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Hash/test_RIPEMD.py to test_RIPEMD.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Hash/test_SHA.py to test_SHA.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Signature/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Signature/test_pkcs1_pss.py to test_pkcs1_pss.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/SelfTest/Signature/test_pkcs1_15.py to test_pkcs1_15.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Signature/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Signature/PKCS1_v1_5.py to PKCS1_v1_5.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Signature/PKCS1_PSS.py to PKCS1_PSS.pyc writing byte-compilation script '/tmp/tmp9pxytQ.py' /usr/bin/python2 -O /tmp/tmp9pxytQ.py removing /tmp/tmp9pxytQ.py running install_egg_info Writing /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/pycrypto-2.6.1-py2.7.egg-info + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fno-strict-aliasing' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64 running install running install_lib creating /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7 creating /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages creating /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto creating /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Random copying build/lib.linux-riscv64-3.7/Crypto/Random/_UserFriendlyRNG.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Random creating /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Random/Fortuna copying build/lib.linux-riscv64-3.7/Crypto/Random/Fortuna/SHAd256.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Random/Fortuna copying build/lib.linux-riscv64-3.7/Crypto/Random/Fortuna/FortunaAccumulator.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Random/Fortuna copying build/lib.linux-riscv64-3.7/Crypto/Random/Fortuna/__init__.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Random/Fortuna copying build/lib.linux-riscv64-3.7/Crypto/Random/Fortuna/FortunaGenerator.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Random/Fortuna creating /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Random/OSRNG copying build/lib.linux-riscv64-3.7/Crypto/Random/OSRNG/posix.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Random/OSRNG copying build/lib.linux-riscv64-3.7/Crypto/Random/OSRNG/fallback.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Random/OSRNG copying build/lib.linux-riscv64-3.7/Crypto/Random/OSRNG/__init__.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Random/OSRNG copying build/lib.linux-riscv64-3.7/Crypto/Random/OSRNG/rng_base.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Random/OSRNG copying build/lib.linux-riscv64-3.7/Crypto/Random/random.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Random copying build/lib.linux-riscv64-3.7/Crypto/Random/__init__.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Random creating /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Cipher copying build/lib.linux-riscv64-3.7/Crypto/Cipher/DES.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Cipher copying build/lib.linux-riscv64-3.7/Crypto/Cipher/XOR.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Cipher copying build/lib.linux-riscv64-3.7/Crypto/Cipher/_CAST.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Cipher copying build/lib.linux-riscv64-3.7/Crypto/Cipher/_DES3.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Cipher copying build/lib.linux-riscv64-3.7/Crypto/Cipher/_AES.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Cipher copying build/lib.linux-riscv64-3.7/Crypto/Cipher/ARC4.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Cipher copying build/lib.linux-riscv64-3.7/Crypto/Cipher/_ARC4.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Cipher copying build/lib.linux-riscv64-3.7/Crypto/Cipher/Blowfish.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Cipher copying build/lib.linux-riscv64-3.7/Crypto/Cipher/CAST.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Cipher copying build/lib.linux-riscv64-3.7/Crypto/Cipher/blockalgo.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Cipher copying build/lib.linux-riscv64-3.7/Crypto/Cipher/DES3.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Cipher copying build/lib.linux-riscv64-3.7/Crypto/Cipher/ARC2.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Cipher copying build/lib.linux-riscv64-3.7/Crypto/Cipher/PKCS1_OAEP.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Cipher copying build/lib.linux-riscv64-3.7/Crypto/Cipher/__init__.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Cipher copying build/lib.linux-riscv64-3.7/Crypto/Cipher/_ARC2.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Cipher copying build/lib.linux-riscv64-3.7/Crypto/Cipher/_DES.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Cipher copying build/lib.linux-riscv64-3.7/Crypto/Cipher/PKCS1_v1_5.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Cipher copying build/lib.linux-riscv64-3.7/Crypto/Cipher/_XOR.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Cipher copying build/lib.linux-riscv64-3.7/Crypto/Cipher/AES.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Cipher copying build/lib.linux-riscv64-3.7/Crypto/Cipher/_Blowfish.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Cipher copying build/lib.linux-riscv64-3.7/Crypto/pct_warnings.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto creating /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Util copying build/lib.linux-riscv64-3.7/Crypto/Util/RFC1751.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Util copying build/lib.linux-riscv64-3.7/Crypto/Util/randpool.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Util copying build/lib.linux-riscv64-3.7/Crypto/Util/_number_new.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Util copying build/lib.linux-riscv64-3.7/Crypto/Util/winrandom.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Util copying build/lib.linux-riscv64-3.7/Crypto/Util/asn1.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Util copying build/lib.linux-riscv64-3.7/Crypto/Util/_counter.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Util copying build/lib.linux-riscv64-3.7/Crypto/Util/__init__.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Util copying build/lib.linux-riscv64-3.7/Crypto/Util/py3compat.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Util copying build/lib.linux-riscv64-3.7/Crypto/Util/Counter.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Util copying build/lib.linux-riscv64-3.7/Crypto/Util/number.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Util copying build/lib.linux-riscv64-3.7/Crypto/Util/strxor.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Util creating /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/PublicKey copying build/lib.linux-riscv64-3.7/Crypto/PublicKey/_RSA.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/PublicKey copying build/lib.linux-riscv64-3.7/Crypto/PublicKey/DSA.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/PublicKey copying build/lib.linux-riscv64-3.7/Crypto/PublicKey/_fastmath.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/PublicKey copying build/lib.linux-riscv64-3.7/Crypto/PublicKey/ElGamal.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/PublicKey copying build/lib.linux-riscv64-3.7/Crypto/PublicKey/RSA.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/PublicKey copying build/lib.linux-riscv64-3.7/Crypto/PublicKey/__init__.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/PublicKey copying build/lib.linux-riscv64-3.7/Crypto/PublicKey/_slowmath.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/PublicKey copying build/lib.linux-riscv64-3.7/Crypto/PublicKey/_DSA.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/PublicKey copying build/lib.linux-riscv64-3.7/Crypto/PublicKey/pubkey.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/PublicKey copying build/lib.linux-riscv64-3.7/Crypto/__init__.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto creating /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Protocol copying build/lib.linux-riscv64-3.7/Crypto/Protocol/__init__.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Protocol copying build/lib.linux-riscv64-3.7/Crypto/Protocol/KDF.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Protocol copying build/lib.linux-riscv64-3.7/Crypto/Protocol/Chaffing.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Protocol copying build/lib.linux-riscv64-3.7/Crypto/Protocol/AllOrNothing.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Protocol creating /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Hash copying build/lib.linux-riscv64-3.7/Crypto/Hash/_SHA512.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Hash copying build/lib.linux-riscv64-3.7/Crypto/Hash/_SHA224.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Hash copying build/lib.linux-riscv64-3.7/Crypto/Hash/SHA512.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Hash copying build/lib.linux-riscv64-3.7/Crypto/Hash/SHA.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Hash copying build/lib.linux-riscv64-3.7/Crypto/Hash/SHA224.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Hash copying build/lib.linux-riscv64-3.7/Crypto/Hash/_SHA384.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Hash copying build/lib.linux-riscv64-3.7/Crypto/Hash/_SHA256.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Hash copying build/lib.linux-riscv64-3.7/Crypto/Hash/RIPEMD.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Hash copying build/lib.linux-riscv64-3.7/Crypto/Hash/_MD2.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Hash copying build/lib.linux-riscv64-3.7/Crypto/Hash/MD5.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Hash copying build/lib.linux-riscv64-3.7/Crypto/Hash/_MD4.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Hash copying build/lib.linux-riscv64-3.7/Crypto/Hash/__init__.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Hash copying build/lib.linux-riscv64-3.7/Crypto/Hash/hashalgo.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Hash copying build/lib.linux-riscv64-3.7/Crypto/Hash/SHA384.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Hash copying build/lib.linux-riscv64-3.7/Crypto/Hash/_RIPEMD160.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Hash copying build/lib.linux-riscv64-3.7/Crypto/Hash/SHA256.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Hash copying build/lib.linux-riscv64-3.7/Crypto/Hash/MD4.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Hash copying build/lib.linux-riscv64-3.7/Crypto/Hash/HMAC.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Hash copying build/lib.linux-riscv64-3.7/Crypto/Hash/MD2.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Hash creating /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest creating /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Random copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Random/test__UserFriendlyRNG.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Random creating /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Random/Fortuna copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Random/Fortuna/test_SHAd256.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Random/Fortuna copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Random/Fortuna/test_FortunaGenerator.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Random/Fortuna copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Random/Fortuna/__init__.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Random/Fortuna copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Random/Fortuna/test_FortunaAccumulator.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Random/Fortuna copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Random/test_rpoolcompat.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Random creating /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Random/OSRNG copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Random/OSRNG/test_generic.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Random/OSRNG copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Random/OSRNG/test_nt.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Random/OSRNG copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Random/OSRNG/test_winrandom.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Random/OSRNG copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Random/OSRNG/test_fallback.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Random/OSRNG copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Random/OSRNG/__init__.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Random/OSRNG copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Random/OSRNG/test_posix.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Random/OSRNG copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Random/__init__.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Random copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Random/test_random.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Random creating /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Cipher/test_Blowfish.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Cipher/test_ARC4.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Cipher/test_XOR.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Cipher/test_pkcs1_oaep.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Cipher/test_ARC2.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Cipher/common.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Cipher/__init__.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Cipher/test_pkcs1_15.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Cipher/test_CAST.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Cipher/test_DES3.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Cipher/test_DES.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Cipher copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Cipher/test_AES.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Cipher creating /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Util copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Util/test_Counter.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Util copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Util/test_winrandom.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Util copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Util/test_number.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Util copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Util/__init__.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Util copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Util/test_asn1.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Util creating /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/PublicKey copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/PublicKey/test_RSA.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/PublicKey copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/PublicKey/test_DSA.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/PublicKey copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/PublicKey/__init__.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/PublicKey copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/PublicKey/test_importKey.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/PublicKey copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/PublicKey/test_ElGamal.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/PublicKey copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/st_common.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/__init__.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest creating /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Protocol copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Protocol/test_rfc1751.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Protocol copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Protocol/__init__.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Protocol copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Protocol/test_chaffing.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Protocol copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Protocol/test_KDF.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Protocol copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Protocol/test_AllOrNothing.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Protocol creating /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Hash/test_SHA224.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Hash/test_MD5.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Hash/common.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Hash/test_SHA256.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Hash/test_MD4.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Hash/test_SHA512.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Hash/__init__.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Hash/test_HMAC.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Hash/test_SHA384.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Hash/test_MD2.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Hash/test_RIPEMD.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Hash copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Hash/test_SHA.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Hash creating /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Signature copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Signature/__init__.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Signature copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Signature/test_pkcs1_pss.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Signature copying build/lib.linux-riscv64-3.7/Crypto/SelfTest/Signature/test_pkcs1_15.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Signature creating /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Signature copying build/lib.linux-riscv64-3.7/Crypto/Signature/__init__.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Signature copying build/lib.linux-riscv64-3.7/Crypto/Signature/PKCS1_v1_5.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Signature copying build/lib.linux-riscv64-3.7/Crypto/Signature/PKCS1_PSS.py -> /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Signature byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Random/_UserFriendlyRNG.py to _UserFriendlyRNG.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Random/Fortuna/SHAd256.py to SHAd256.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Random/Fortuna/FortunaAccumulator.py to FortunaAccumulator.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Random/Fortuna/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Random/Fortuna/FortunaGenerator.py to FortunaGenerator.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Random/OSRNG/posix.py to posix.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Random/OSRNG/fallback.py to fallback.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Random/OSRNG/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Random/OSRNG/rng_base.py to rng_base.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Random/random.py to random.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Random/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Cipher/DES.py to DES.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Cipher/XOR.py to XOR.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Cipher/ARC4.py to ARC4.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Cipher/Blowfish.py to Blowfish.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Cipher/CAST.py to CAST.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Cipher/blockalgo.py to blockalgo.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Cipher/DES3.py to DES3.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Cipher/ARC2.py to ARC2.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Cipher/PKCS1_OAEP.py to PKCS1_OAEP.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Cipher/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Cipher/PKCS1_v1_5.py to PKCS1_v1_5.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Cipher/AES.py to AES.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/pct_warnings.py to pct_warnings.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Util/RFC1751.py to RFC1751.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Util/randpool.py to randpool.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Util/_number_new.py to _number_new.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Util/winrandom.py to winrandom.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Util/asn1.py to asn1.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Util/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Util/py3compat.py to py3compat.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Util/Counter.py to Counter.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Util/number.py to number.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/PublicKey/_RSA.py to _RSA.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/PublicKey/DSA.py to DSA.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/PublicKey/ElGamal.py to ElGamal.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/PublicKey/RSA.py to RSA.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/PublicKey/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/PublicKey/_slowmath.py to _slowmath.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/PublicKey/_DSA.py to _DSA.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/PublicKey/pubkey.py to pubkey.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Protocol/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Protocol/KDF.py to KDF.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Protocol/Chaffing.py to Chaffing.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Protocol/AllOrNothing.py to AllOrNothing.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Hash/SHA512.py to SHA512.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Hash/SHA.py to SHA.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Hash/SHA224.py to SHA224.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Hash/RIPEMD.py to RIPEMD.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Hash/MD5.py to MD5.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Hash/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Hash/hashalgo.py to hashalgo.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Hash/SHA384.py to SHA384.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Hash/SHA256.py to SHA256.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Hash/MD4.py to MD4.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Hash/HMAC.py to HMAC.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Hash/MD2.py to MD2.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Random/test__UserFriendlyRNG.py to test__UserFriendlyRNG.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Random/Fortuna/test_SHAd256.py to test_SHAd256.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Random/Fortuna/test_FortunaGenerator.py to test_FortunaGenerator.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Random/Fortuna/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Random/Fortuna/test_FortunaAccumulator.py to test_FortunaAccumulator.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Random/test_rpoolcompat.py to test_rpoolcompat.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Random/OSRNG/test_generic.py to test_generic.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Random/OSRNG/test_nt.py to test_nt.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Random/OSRNG/test_winrandom.py to test_winrandom.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Random/OSRNG/test_fallback.py to test_fallback.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Random/OSRNG/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Random/OSRNG/test_posix.py to test_posix.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Random/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Random/test_random.py to test_random.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Cipher/test_Blowfish.py to test_Blowfish.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Cipher/test_ARC4.py to test_ARC4.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Cipher/test_XOR.py to test_XOR.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Cipher/test_pkcs1_oaep.py to test_pkcs1_oaep.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Cipher/test_ARC2.py to test_ARC2.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Cipher/common.py to common.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Cipher/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Cipher/test_pkcs1_15.py to test_pkcs1_15.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Cipher/test_CAST.py to test_CAST.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Cipher/test_DES3.py to test_DES3.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Cipher/test_DES.py to test_DES.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Cipher/test_AES.py to test_AES.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Util/test_Counter.py to test_Counter.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Util/test_winrandom.py to test_winrandom.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Util/test_number.py to test_number.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Util/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Util/test_asn1.py to test_asn1.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/PublicKey/test_RSA.py to test_RSA.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/PublicKey/test_DSA.py to test_DSA.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/PublicKey/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/PublicKey/test_importKey.py to test_importKey.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/PublicKey/test_ElGamal.py to test_ElGamal.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/st_common.py to st_common.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Protocol/test_rfc1751.py to test_rfc1751.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Protocol/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Protocol/test_chaffing.py to test_chaffing.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Protocol/test_KDF.py to test_KDF.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Protocol/test_AllOrNothing.py to test_AllOrNothing.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Hash/test_SHA224.py to test_SHA224.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Hash/test_MD5.py to test_MD5.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Hash/common.py to common.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Hash/test_SHA256.py to test_SHA256.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Hash/test_MD4.py to test_MD4.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Hash/test_SHA512.py to test_SHA512.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Hash/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Hash/test_HMAC.py to test_HMAC.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Hash/test_SHA384.py to test_SHA384.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Hash/test_MD2.py to test_MD2.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Hash/test_RIPEMD.py to test_RIPEMD.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Hash/test_SHA.py to test_SHA.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Signature/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Signature/test_pkcs1_pss.py to test_pkcs1_pss.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/SelfTest/Signature/test_pkcs1_15.py to test_pkcs1_15.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Signature/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Signature/PKCS1_v1_5.py to PKCS1_v1_5.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Signature/PKCS1_PSS.py to PKCS1_PSS.cpython-37.pyc writing byte-compilation script '/tmp/tmp02ang6xi.py' /usr/bin/python3 /tmp/tmp02ang6xi.py removing /tmp/tmp02ang6xi.py running install_egg_info Writing /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/pycrypto-2.6.1-py3.7.egg-info + find /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages -name '*.so' -exec chmod -c g-w '{}' ';' + find /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages -name '*.so' -exec chmod -c g-w '{}' ';' + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 2.6.1-24.fc30 --unique-debug-suffix -2.6.1-24.fc30.riscv64 --unique-debug-src-base python-crypto-2.6.1-24.fc30.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/pycrypto-2.6.1 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Cipher/_AES.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Cipher/_CAST.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Cipher/_DES3.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Cipher/_ARC4.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Cipher/_CAST.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Cipher/_AES.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Cipher/_ARC4.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Cipher/_DES3.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Cipher/_DES.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Cipher/_ARC2.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Cipher/_DES.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Cipher/_ARC2.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Cipher/_XOR.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Cipher/_XOR.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Cipher/_Blowfish.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Cipher/_Blowfish.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Util/strxor.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Util/_counter.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Util/strxor.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Util/_counter.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/PublicKey/_fastmath.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/PublicKey/_fastmath.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Hash/_SHA512.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Hash/_SHA512.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Hash/_SHA224.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Hash/_SHA224.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Hash/_SHA384.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Hash/_SHA384.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Hash/_SHA256.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Hash/_SHA256.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Hash/_MD2.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Hash/_MD2.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Hash/_MD4.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Hash/_MD4.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Hash/_RIPEMD160.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7/site-packages/Crypto/Hash/_RIPEMD160.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Cipher/_ARC2.so extracting debug info from /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Cipher/_ARC2.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Cipher/_Blowfish.so extracting debug info from /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Cipher/_Blowfish.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Cipher/_AES.so extracting debug info from /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Cipher/_AES.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Cipher/_DES.so extracting debug info from /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Cipher/_DES.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Cipher/_XOR.so extracting debug info from /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Cipher/_XOR.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Cipher/_CAST.so extracting debug info from /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Cipher/_CAST.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Cipher/_ARC4.so extracting debug info from /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Cipher/_ARC4.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Cipher/_DES3.so extracting debug info from /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Cipher/_DES3.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Util/_counter.so extracting debug info from /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Util/_counter.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Util/strxor.so extracting debug info from /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Util/strxor.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/PublicKey/_fastmath.so extracting debug info from /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/PublicKey/_fastmath.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Hash/_RIPEMD160.so extracting debug info from /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Hash/_RIPEMD160.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Hash/_SHA224.so extracting debug info from /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Hash/_SHA224.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Hash/_MD4.so extracting debug info from /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Hash/_MD4.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Hash/_MD2.so extracting debug info from /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Hash/_MD2.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Hash/_SHA384.so extracting debug info from /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Hash/_SHA384.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Hash/_SHA512.so extracting debug info from /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Hash/_SHA512.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Hash/_SHA256.so extracting debug info from /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7/site-packages/Crypto/Hash/_SHA256.so /usr/lib/rpm/sepdebugcrcfix: Updated 36 CRC32s, 0 CRC32s did match. BUILDSTDERR: 719 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig BUILDSTDERR: /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib/debug/usr/lib64/python3.7 using /usr/bin/python3.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib/debug/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python3.7 using /usr/bin/python3.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/lib64/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.fYtJ9D Processing files: python2-crypto-2.6.1-24.fc30.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.IFvRsW + umask 022 + cd /builddir/build/BUILD + cd pycrypto-2.6.1 + DOCDIR=/builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/share/doc/python-crypto + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/share/doc/python-crypto + cp -pr README /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/share/doc/python-crypto + cp -pr TODO /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/share/doc/python-crypto + cp -pr ACKS /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/share/doc/python-crypto + cp -pr ChangeLog /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/share/doc/python-crypto + cp -pr Doc/ /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/share/doc/python-crypto + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.65QJYq + umask 022 + cd /builddir/build/BUILD + cd pycrypto-2.6.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/share/licenses/python-crypto + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/share/licenses/python-crypto + cp -pr COPYRIGHT /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/share/licenses/python-crypto + cp -pr LEGAL/ /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/share/licenses/python-crypto + exit 0 Provides: pycrypto = 2.6.1-24.fc30 python-crypto = 2.6.1-24.fc30 python-crypto(riscv-64) = 2.6.1-24.fc30 python2-crypto = 2.6.1-24.fc30 python2-crypto(riscv-64) = 2.6.1-24.fc30 python2.7dist(pycrypto) = 2.6.1 python2dist(pycrypto) = 2.6.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libgmp.so.10()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libpthread.so.0()(64bit) libpython2.7.so.1.0()(64bit) libtomcrypt.so.1()(64bit) python(abi) = 2.7 rtld(GNU_HASH) Obsoletes: python-crypto < 2.6.1-24.fc30 Processing files: python3-crypto-2.6.1-24.fc30.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.22Fx9o + umask 022 + cd /builddir/build/BUILD + cd pycrypto-2.6.1 + DOCDIR=/builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/share/doc/python-crypto + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/share/doc/python-crypto + cp -pr README /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/share/doc/python-crypto + cp -pr TODO /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/share/doc/python-crypto + cp -pr ACKS /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/share/doc/python-crypto + cp -pr ChangeLog /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/share/doc/python-crypto + cp -pr Doc/ /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/share/doc/python-crypto + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.DeKGUy + umask 022 + cd /builddir/build/BUILD + cd pycrypto-2.6.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/share/licenses/python-crypto + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/share/licenses/python-crypto + cp -pr COPYRIGHT /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/share/licenses/python-crypto + cp -pr LEGAL/ /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64/usr/share/licenses/python-crypto + exit 0 Provides: python3-crypto = 2.6.1-24.fc30 python3-crypto(riscv-64) = 2.6.1-24.fc30 python3.7dist(pycrypto) = 2.6.1 python3dist(pycrypto) = 2.6.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libgmp.so.10()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libpthread.so.0()(64bit) libpython3.7m.so.1.0()(64bit) libtomcrypt.so.1()(64bit) python(abi) = 3.7 rtld(GNU_HASH) Processing files: python-crypto-debugsource-2.6.1-24.fc30.riscv64 Provides: python-crypto-debugsource = 2.6.1-24.fc30 python-crypto-debugsource(riscv-64) = 2.6.1-24.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python-crypto-debuginfo-2.6.1-24.fc30.riscv64 Provides: python-crypto-debuginfo = 2.6.1-24.fc30 python-crypto-debuginfo(riscv-64) = 2.6.1-24.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-crypto-debugsource(riscv-64) = 2.6.1-24.fc30 Processing files: python2-crypto-debuginfo-2.6.1-24.fc30.riscv64 Provides: debuginfo(build-id) = 08182797fb805df92ae856b26a7703b42b9056cc debuginfo(build-id) = 160757604870ce9aee731d50df4a47e73877e05d debuginfo(build-id) = 1c13e9bb35dcda4c79042020c411bc82b7275c13 debuginfo(build-id) = 2efa5c0fbcb673383a4e351145ada68c1737a355 debuginfo(build-id) = 2f057c6e3bb30f47a16e64ee5642863865be1506 debuginfo(build-id) = 3517a87af9854fad73aa12bb0e5b931ccb569a04 debuginfo(build-id) = 3f71d67987081ca1f8c034e434ea935462fcbf75 debuginfo(build-id) = 6076e10d6ede228fcf4bfb188e4aa2a1dfa5a3eb debuginfo(build-id) = 6e21d59bb9be697ff877d537ef0cb175d782a307 debuginfo(build-id) = 6fb151c5ce6ae53be382129b1d687fd1ad7a25e2 debuginfo(build-id) = 97b9547d6fd7e133f9040f3d7dbf5e8e0534e2f3 debuginfo(build-id) = 9dead1a3fcfaf7244c3b7579516369fc76d64f63 debuginfo(build-id) = a8cca668ba9a75842da5ed5da821a086ef2fac1c debuginfo(build-id) = d771e200a31b8f7dbe8550114c76e92c6161363b debuginfo(build-id) = ebfd5691baf639431725d7fc57d17add53467890 debuginfo(build-id) = f32df5ee78898317052ada0d6ad79e37779d2ecd debuginfo(build-id) = f61aab406d831f006fbdfc977ae6be01955a4b5e debuginfo(build-id) = fca4004415443bd13ecd45ed36d80561d79e1b86 python2-crypto-debuginfo = 2.6.1-24.fc30 python2-crypto-debuginfo(riscv-64) = 2.6.1-24.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-crypto-debugsource(riscv-64) = 2.6.1-24.fc30 Processing files: python3-crypto-debuginfo-2.6.1-24.fc30.riscv64 Provides: debuginfo(build-id) = 09b8994f71e9a2807b5e94332f6912a7c3d35c80 debuginfo(build-id) = 2877adcc272b138fc2437fea5a3f37636403635d debuginfo(build-id) = 313d5f61ea84406927d32437f820ba5b302db52c debuginfo(build-id) = 339dd73991eb9348b5882cd2b2ae30c95897f84a debuginfo(build-id) = 387e3872800f81126c5ef23f6b4171e5107e9439 debuginfo(build-id) = 43b5d1ecd7d08f821aabe6a5c59365ad41f5f148 debuginfo(build-id) = 46e61b9565d284e3e91847f5f29051e1e4c0d6d8 debuginfo(build-id) = 5770a128313848e020205dcbd631019788048aaa debuginfo(build-id) = 73f0f850fa28c40537ddba48624a9eeb742fdfbc debuginfo(build-id) = 7965132113b76828e5c8265dcb17110cd7631aba debuginfo(build-id) = 7b33f70f4272241a04056de0eabf5b3cee83337c debuginfo(build-id) = 7d9ab8346b58b1bbbdc30d865d7c51c96cf765d8 debuginfo(build-id) = a8e79a8a1b90958f78d3b34b311c33dca326dbd5 debuginfo(build-id) = aa69b1e422b2e9f705a0dec352f8be31f7aeba39 debuginfo(build-id) = b4147732cfc98f90250cfb8abb197de3616cdb0d debuginfo(build-id) = d07e0ce6e3d4ccb307b690aeb92200d74fb48e14 debuginfo(build-id) = e001574720f07491724db5dbe4af7b8d296f7ce9 debuginfo(build-id) = e6e75630b5110c7e5f43e5eced2a878e8f174541 python3-crypto-debuginfo = 2.6.1-24.fc30 python3-crypto-debuginfo(riscv-64) = 2.6.1-24.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-crypto-debugsource(riscv-64) = 2.6.1-24.fc30 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64 Wrote: /builddir/build/RPMS/python2-crypto-2.6.1-24.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/python3-crypto-2.6.1-24.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/python-crypto-debugsource-2.6.1-24.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/python-crypto-debuginfo-2.6.1-24.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/python2-crypto-debuginfo-2.6.1-24.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/python3-crypto-debuginfo-2.6.1-24.fc30.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.nmsKCE + umask 022 + cd /builddir/build/BUILD + cd pycrypto-2.6.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-crypto-2.6.1-24.fc30.riscv64 + exit 0 Child return code was: 0