+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/pycryptopp.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.rPjpyY + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958 + /usr/bin/gzip -dc /builddir/build/SOURCES/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf 'darcsver-*.egg' + rm -rf 'setuptools_darcs-*.egg' + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.YYZBhP + umask 022 + cd /builddir/build/BUILD + cd pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958 + 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 ' + /usr/bin/python setup.py build --disable-embedded-cryptopp DEPRECATION WARNING: python2 invoked with /usr/bin/python. Use /usr/bin/python3 or /usr/bin/python2 /usr/bin/python will be removed or switched to Python 3 in the future. If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out running build running build_py creating build creating build/lib.linux-riscv64-2.7 creating build/lib.linux-riscv64-2.7/pycryptopp copying src/pycryptopp/_version.py -> build/lib.linux-riscv64-2.7/pycryptopp copying src/pycryptopp/__init__.py -> build/lib.linux-riscv64-2.7/pycryptopp creating build/lib.linux-riscv64-2.7/pycryptopp/cipher copying src/pycryptopp/cipher/xsalsa20.py -> build/lib.linux-riscv64-2.7/pycryptopp/cipher copying src/pycryptopp/cipher/__init__.py -> build/lib.linux-riscv64-2.7/pycryptopp/cipher copying src/pycryptopp/cipher/aes.py -> build/lib.linux-riscv64-2.7/pycryptopp/cipher creating build/lib.linux-riscv64-2.7/pycryptopp/hash copying src/pycryptopp/hash/sha256.py -> build/lib.linux-riscv64-2.7/pycryptopp/hash copying src/pycryptopp/hash/__init__.py -> build/lib.linux-riscv64-2.7/pycryptopp/hash creating build/lib.linux-riscv64-2.7/pycryptopp/publickey copying src/pycryptopp/publickey/ecdsa.py -> build/lib.linux-riscv64-2.7/pycryptopp/publickey copying src/pycryptopp/publickey/rsa.py -> build/lib.linux-riscv64-2.7/pycryptopp/publickey copying src/pycryptopp/publickey/__init__.py -> build/lib.linux-riscv64-2.7/pycryptopp/publickey creating build/lib.linux-riscv64-2.7/pycryptopp/publickey/ed25519 copying src/pycryptopp/publickey/ed25519/_version.py -> build/lib.linux-riscv64-2.7/pycryptopp/publickey/ed25519 copying src/pycryptopp/publickey/ed25519/__init__.py -> build/lib.linux-riscv64-2.7/pycryptopp/publickey/ed25519 copying src/pycryptopp/publickey/ed25519/keys.py -> build/lib.linux-riscv64-2.7/pycryptopp/publickey/ed25519 creating build/lib.linux-riscv64-2.7/pycryptopp/test copying src/pycryptopp/test/test_sha256.py -> build/lib.linux-riscv64-2.7/pycryptopp/test copying src/pycryptopp/test/test_ed25519_kat.py -> build/lib.linux-riscv64-2.7/pycryptopp/test copying src/pycryptopp/test/test_aes.py -> build/lib.linux-riscv64-2.7/pycryptopp/test copying src/pycryptopp/test/test_from_Nikratio.py -> build/lib.linux-riscv64-2.7/pycryptopp/test copying src/pycryptopp/test/test_ecdsa.py -> build/lib.linux-riscv64-2.7/pycryptopp/test copying src/pycryptopp/test/test_ed25519.py -> build/lib.linux-riscv64-2.7/pycryptopp/test copying src/pycryptopp/test/test_rsa.py -> build/lib.linux-riscv64-2.7/pycryptopp/test copying src/pycryptopp/test/__init__.py -> build/lib.linux-riscv64-2.7/pycryptopp/test copying src/pycryptopp/test/test_xsalsa20.py -> build/lib.linux-riscv64-2.7/pycryptopp/test running egg_info writing requirements to pycryptopp.egg-info/requires.txt writing pycryptopp.egg-info/PKG-INFO writing top-level names to pycryptopp.egg-info/top_level.txt writing dependency_links to pycryptopp.egg-info/dependency_links.txt reading manifest file 'pycryptopp.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pycryptopp.egg-info/SOURCES.txt' creating build/lib.linux-riscv64-2.7/pycryptopp/testvectors copying src/pycryptopp/testvectors/SHA256LongMsg.txt -> build/lib.linux-riscv64-2.7/pycryptopp/testvectors copying src/pycryptopp/testvectors/SHA256Monte.txt -> build/lib.linux-riscv64-2.7/pycryptopp/testvectors copying src/pycryptopp/testvectors/SHA256ShortMsg.txt -> build/lib.linux-riscv64-2.7/pycryptopp/testvectors copying src/pycryptopp/testvectors/kat-ed25519-short.txt -> build/lib.linux-riscv64-2.7/pycryptopp/testvectors copying src/pycryptopp/testvectors/kat-ed25519.txt -> build/lib.linux-riscv64-2.7/pycryptopp/testvectors copying src/pycryptopp/testvectors/xsalsa20.txt -> build/lib.linux-riscv64-2.7/pycryptopp/testvectors creating build/lib.linux-riscv64-2.7/pycryptopp/testvectors/KAT_AES copying src/pycryptopp/testvectors/KAT_AES/ECBGFSbox128e.txt -> build/lib.linux-riscv64-2.7/pycryptopp/testvectors/KAT_AES copying src/pycryptopp/testvectors/KAT_AES/ECBGFSbox256e.txt -> build/lib.linux-riscv64-2.7/pycryptopp/testvectors/KAT_AES copying src/pycryptopp/testvectors/KAT_AES/ECBKeySbox128e.txt -> build/lib.linux-riscv64-2.7/pycryptopp/testvectors/KAT_AES copying src/pycryptopp/testvectors/KAT_AES/ECBKeySbox256e.txt -> build/lib.linux-riscv64-2.7/pycryptopp/testvectors/KAT_AES copying src/pycryptopp/testvectors/KAT_AES/ECBVarKey128e.txt -> build/lib.linux-riscv64-2.7/pycryptopp/testvectors/KAT_AES copying src/pycryptopp/testvectors/KAT_AES/ECBVarKey256e.txt -> build/lib.linux-riscv64-2.7/pycryptopp/testvectors/KAT_AES copying src/pycryptopp/testvectors/KAT_AES/ECBVarTxt128e.txt -> build/lib.linux-riscv64-2.7/pycryptopp/testvectors/KAT_AES copying src/pycryptopp/testvectors/KAT_AES/ECBVarTxt256e.txt -> build/lib.linux-riscv64-2.7/pycryptopp/testvectors/KAT_AES running build_ext building 'pycryptopp._pycryptopp' extension creating build/temp.linux-riscv64-2.7 creating build/temp.linux-riscv64-2.7/src creating build/temp.linux-riscv64-2.7/src/pycryptopp creating build/temp.linux-riscv64-2.7/src/pycryptopp/publickey creating build/temp.linux-riscv64-2.7/src/pycryptopp/hash creating build/temp.linux-riscv64-2.7/src/pycryptopp/cipher 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 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -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 -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 -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 -fPIC -DDISABLE_EMBEDDED_CRYPTOPP=1 -I/usr/include -I/usr/include/python2.7 -c src/pycryptopp/_pycryptoppmodule.cpp -o build/temp.linux-riscv64-2.7/src/pycryptopp/_pycryptoppmodule.o -w 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 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -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 -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 -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 -fPIC -DDISABLE_EMBEDDED_CRYPTOPP=1 -I/usr/include -I/usr/include/python2.7 -c src/pycryptopp/publickey/rsamodule.cpp -o build/temp.linux-riscv64-2.7/src/pycryptopp/publickey/rsamodule.o -w 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 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -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 -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 -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 -fPIC -DDISABLE_EMBEDDED_CRYPTOPP=1 -I/usr/include -I/usr/include/python2.7 -c src/pycryptopp/hash/sha256module.cpp -o build/temp.linux-riscv64-2.7/src/pycryptopp/hash/sha256module.o -w 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 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -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 -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 -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 -fPIC -DDISABLE_EMBEDDED_CRYPTOPP=1 -I/usr/include -I/usr/include/python2.7 -c src/pycryptopp/cipher/aesmodule.cpp -o build/temp.linux-riscv64-2.7/src/pycryptopp/cipher/aesmodule.o -w 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 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -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 -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 -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 -fPIC -DDISABLE_EMBEDDED_CRYPTOPP=1 -I/usr/include -I/usr/include/python2.7 -c src/pycryptopp/cipher/xsalsa20module.cpp -o build/temp.linux-riscv64-2.7/src/pycryptopp/cipher/xsalsa20module.o -w 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 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -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 -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 -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 -fPIC -DDISABLE_EMBEDDED_CRYPTOPP=1 -I/usr/include -I/usr/include/python2.7 -c src/pycryptopp/publickey/ecdsamodule.cpp -o build/temp.linux-riscv64-2.7/src/pycryptopp/publickey/ecdsamodule.o -w g++ -pthread -shared -Wl,-z,relro -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 build/temp.linux-riscv64-2.7/src/pycryptopp/_pycryptoppmodule.o build/temp.linux-riscv64-2.7/src/pycryptopp/publickey/rsamodule.o build/temp.linux-riscv64-2.7/src/pycryptopp/hash/sha256module.o build/temp.linux-riscv64-2.7/src/pycryptopp/cipher/aesmodule.o build/temp.linux-riscv64-2.7/src/pycryptopp/cipher/xsalsa20module.o build/temp.linux-riscv64-2.7/src/pycryptopp/publickey/ecdsamodule.o -L/usr/lib -L/usr/lib64 -lcryptopp -lpython2.7 -o build/lib.linux-riscv64-2.7/pycryptopp/_pycryptopp.so building 'pycryptopp.publickey.ed25519._ed25519' extension creating build/temp.linux-riscv64-2.7/src-ed25519 creating build/temp.linux-riscv64-2.7/src-ed25519/glue creating build/temp.linux-riscv64-2.7/src-ed25519/supercop-ref 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 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -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 -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 -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 -fPIC -Isrc-ed25519/supercop-ref -I/usr/include/python2.7 -c src-ed25519/glue/ed25519module.c -o build/temp.linux-riscv64-2.7/src-ed25519/glue/ed25519module.o 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 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -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 -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 -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 -fPIC -Isrc-ed25519/supercop-ref -I/usr/include/python2.7 -c src-ed25519/supercop-ref/sha512-hash.c -o build/temp.linux-riscv64-2.7/src-ed25519/supercop-ref/sha512-hash.o 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 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -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 -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 -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 -fPIC -Isrc-ed25519/supercop-ref -I/usr/include/python2.7 -c src-ed25519/supercop-ref/verify.c -o build/temp.linux-riscv64-2.7/src-ed25519/supercop-ref/verify.o 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 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -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 -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 -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 -fPIC -Isrc-ed25519/supercop-ref -I/usr/include/python2.7 -c src-ed25519/supercop-ref/ge25519.c -o build/temp.linux-riscv64-2.7/src-ed25519/supercop-ref/ge25519.o 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 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -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 -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 -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 -fPIC -Isrc-ed25519/supercop-ref -I/usr/include/python2.7 -c src-ed25519/supercop-ref/fe25519.c -o build/temp.linux-riscv64-2.7/src-ed25519/supercop-ref/fe25519.o 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 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -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 -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 -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 -fPIC -Isrc-ed25519/supercop-ref -I/usr/include/python2.7 -c src-ed25519/supercop-ref/sha512-blocks.c -o build/temp.linux-riscv64-2.7/src-ed25519/supercop-ref/sha512-blocks.o 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 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -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 -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 -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 -fPIC -Isrc-ed25519/supercop-ref -I/usr/include/python2.7 -c src-ed25519/supercop-ref/sc25519.c -o build/temp.linux-riscv64-2.7/src-ed25519/supercop-ref/sc25519.o 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 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -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 -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 -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 -fPIC -Isrc-ed25519/supercop-ref -I/usr/include/python2.7 -c src-ed25519/supercop-ref/ed25519.c -o build/temp.linux-riscv64-2.7/src-ed25519/supercop-ref/ed25519.o gcc -pthread -shared -Wl,-z,relro -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 build/temp.linux-riscv64-2.7/src-ed25519/glue/ed25519module.o build/temp.linux-riscv64-2.7/src-ed25519/supercop-ref/sha512-hash.o build/temp.linux-riscv64-2.7/src-ed25519/supercop-ref/verify.o build/temp.linux-riscv64-2.7/src-ed25519/supercop-ref/ge25519.o build/temp.linux-riscv64-2.7/src-ed25519/supercop-ref/fe25519.o build/temp.linux-riscv64-2.7/src-ed25519/supercop-ref/sha512-blocks.o build/temp.linux-riscv64-2.7/src-ed25519/supercop-ref/sc25519.o build/temp.linux-riscv64-2.7/src-ed25519/supercop-ref/ed25519.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/pycryptopp/publickey/ed25519/_ed25519.so + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.50sv5m + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64 + cd pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958 + /usr/bin/python setup.py install --skip-build --root /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64 DEPRECATION WARNING: python2 invoked with /usr/bin/python. Use /usr/bin/python3 or /usr/bin/python2 /usr/bin/python will be removed or switched to Python 3 in the future. If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out running build running build_py running egg_info writing requirements to pycryptopp.egg-info/requires.txt writing pycryptopp.egg-info/PKG-INFO writing top-level names to pycryptopp.egg-info/top_level.txt writing dependency_links to pycryptopp.egg-info/dependency_links.txt reading manifest file 'pycryptopp.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pycryptopp.egg-info/SOURCES.txt' running build_ext running install running install_lib creating /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr creating /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages creating /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp creating /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/cipher copying build/lib.linux-riscv64-2.7/pycryptopp/cipher/xsalsa20.py -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/cipher copying build/lib.linux-riscv64-2.7/pycryptopp/cipher/__init__.py -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/cipher copying build/lib.linux-riscv64-2.7/pycryptopp/cipher/aes.py -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/cipher creating /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/publickey creating /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/publickey/ed25519 copying build/lib.linux-riscv64-2.7/pycryptopp/publickey/ed25519/_version.py -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/publickey/ed25519 copying build/lib.linux-riscv64-2.7/pycryptopp/publickey/ed25519/__init__.py -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/publickey/ed25519 copying build/lib.linux-riscv64-2.7/pycryptopp/publickey/ed25519/_ed25519.so -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/publickey/ed25519 copying build/lib.linux-riscv64-2.7/pycryptopp/publickey/ed25519/keys.py -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/publickey/ed25519 copying build/lib.linux-riscv64-2.7/pycryptopp/publickey/ecdsa.py -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/publickey copying build/lib.linux-riscv64-2.7/pycryptopp/publickey/rsa.py -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/publickey copying build/lib.linux-riscv64-2.7/pycryptopp/publickey/__init__.py -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/publickey copying build/lib.linux-riscv64-2.7/pycryptopp/_version.py -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp creating /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/hash copying build/lib.linux-riscv64-2.7/pycryptopp/hash/sha256.py -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/hash copying build/lib.linux-riscv64-2.7/pycryptopp/hash/__init__.py -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/hash copying build/lib.linux-riscv64-2.7/pycryptopp/_pycryptopp.so -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp creating /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/test copying build/lib.linux-riscv64-2.7/pycryptopp/test/test_sha256.py -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/test copying build/lib.linux-riscv64-2.7/pycryptopp/test/test_ed25519_kat.py -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/test copying build/lib.linux-riscv64-2.7/pycryptopp/test/test_aes.py -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/test copying build/lib.linux-riscv64-2.7/pycryptopp/test/test_from_Nikratio.py -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/test copying build/lib.linux-riscv64-2.7/pycryptopp/test/test_ecdsa.py -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/test copying build/lib.linux-riscv64-2.7/pycryptopp/test/test_ed25519.py -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/test copying build/lib.linux-riscv64-2.7/pycryptopp/test/test_rsa.py -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/test copying build/lib.linux-riscv64-2.7/pycryptopp/test/__init__.py -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/test copying build/lib.linux-riscv64-2.7/pycryptopp/test/test_xsalsa20.py -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/test copying build/lib.linux-riscv64-2.7/pycryptopp/__init__.py -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp creating /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/testvectors copying build/lib.linux-riscv64-2.7/pycryptopp/testvectors/kat-ed25519-short.txt -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/testvectors copying build/lib.linux-riscv64-2.7/pycryptopp/testvectors/kat-ed25519.txt -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/testvectors copying build/lib.linux-riscv64-2.7/pycryptopp/testvectors/SHA256Monte.txt -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/testvectors copying build/lib.linux-riscv64-2.7/pycryptopp/testvectors/SHA256ShortMsg.txt -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/testvectors copying build/lib.linux-riscv64-2.7/pycryptopp/testvectors/xsalsa20.txt -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/testvectors copying build/lib.linux-riscv64-2.7/pycryptopp/testvectors/SHA256LongMsg.txt -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/testvectors creating /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/testvectors/KAT_AES copying build/lib.linux-riscv64-2.7/pycryptopp/testvectors/KAT_AES/ECBGFSbox128e.txt -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/testvectors/KAT_AES copying build/lib.linux-riscv64-2.7/pycryptopp/testvectors/KAT_AES/ECBVarTxt256e.txt -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/testvectors/KAT_AES copying build/lib.linux-riscv64-2.7/pycryptopp/testvectors/KAT_AES/ECBVarKey128e.txt -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/testvectors/KAT_AES copying build/lib.linux-riscv64-2.7/pycryptopp/testvectors/KAT_AES/ECBVarTxt128e.txt -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/testvectors/KAT_AES copying build/lib.linux-riscv64-2.7/pycryptopp/testvectors/KAT_AES/ECBGFSbox256e.txt -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/testvectors/KAT_AES copying build/lib.linux-riscv64-2.7/pycryptopp/testvectors/KAT_AES/ECBKeySbox128e.txt -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/testvectors/KAT_AES copying build/lib.linux-riscv64-2.7/pycryptopp/testvectors/KAT_AES/ECBVarKey256e.txt -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/testvectors/KAT_AES copying build/lib.linux-riscv64-2.7/pycryptopp/testvectors/KAT_AES/ECBKeySbox256e.txt -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/testvectors/KAT_AES byte-compiling /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/cipher/xsalsa20.py to xsalsa20.pyc byte-compiling /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/cipher/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/cipher/aes.py to aes.pyc byte-compiling /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/publickey/ed25519/_version.py to _version.pyc byte-compiling /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/publickey/ed25519/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/publickey/ed25519/keys.py to keys.pyc byte-compiling /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/publickey/ecdsa.py to ecdsa.pyc byte-compiling /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/publickey/rsa.py to rsa.pyc byte-compiling /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/publickey/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/_version.py to _version.pyc byte-compiling /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/hash/sha256.py to sha256.pyc byte-compiling /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/hash/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/test/test_sha256.py to test_sha256.pyc byte-compiling /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/test/test_ed25519_kat.py to test_ed25519_kat.pyc byte-compiling /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/test/test_aes.py to test_aes.pyc byte-compiling /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/test/test_from_Nikratio.py to test_from_Nikratio.pyc byte-compiling /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/test/test_ecdsa.py to test_ecdsa.pyc byte-compiling /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/test/test_ed25519.py to test_ed25519.pyc byte-compiling /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/test/test_rsa.py to test_rsa.pyc byte-compiling /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/test/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/test/test_xsalsa20.py to test_xsalsa20.pyc byte-compiling /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp/__init__.py to __init__.pyc running install_data creating /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/share creating /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/share/doc creating /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/share/doc/pycryptopp copying COPYING.GPL -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/share/doc/pycryptopp copying COPYING.TGPPL.html -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/share/doc/pycryptopp copying README.rst -> /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/share/doc/pycryptopp running install_egg_info Copying pycryptopp.egg-info to /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7/site-packages/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-py2.7.egg-info running install_scripts + rm -rf /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/share/doc/pycryptopp/ + rm -rf /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64//usr/cryptopp/extraversion.h + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /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 /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/lib64/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.DwcLbq + umask 022 + cd /builddir/build/BUILD + cd pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958 + DOCDIR=/builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/share/doc/pycryptopp + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/share/doc/pycryptopp + cp -pr COPYING.GPL /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/share/doc/pycryptopp + cp -pr COPYING.TGPPL.html /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/share/doc/pycryptopp + cp -pr README.rst /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/share/doc/pycryptopp + cp -pr ChangeLog /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/share/doc/pycryptopp + cp -pr copyright /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64/usr/share/doc/pycryptopp + exit 0 Provides: pycryptopp = 0.6.0.1206569328141510525648634803928199668821045408958-10.fc28 pycryptopp(riscv-64) = 0.6.0.1206569328141510525648634803928199668821045408958-10.fc28 python2.7dist(pycryptopp) = 0.6.0.1206569328141510525648634803928199668821045408958 python2dist(pycryptopp) = 0.6.0.1206569328141510525648634803928199668821045408958 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) libcryptopp.so.6()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libm.so.6()(64bit) libpthread.so.0()(64bit) libpython2.7.so.1.0()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.1)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) python(abi) = 2.7 rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64 Wrote: /builddir/build/SRPMS/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.WLw9JB + umask 022 + cd /builddir/build/BUILD + cd pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958 + /usr/bin/rm -rf /builddir/build/BUILDROOT/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958-10.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff