Package Name | python2-cryptography |
Status | SUCCESS |
Last Build Date | 23.2.2022 01:04 |
Repo URL | https://aur.archlinux.org/python2-cryptography.git |
Build Output |
---|
:: Synchronizing package databases...
core downloading... extra downloading... community downloading... multilib downloading... abs_cd-local downloading... ==> Making package: python2-cryptography 3.3.2-1 (Wed 23 Feb 2022 01:04:15 AM UTC) ==> Checking runtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Packages (14) python2-2.7.18-5 python2-appdirs-1.4.4-6 python2-ordered-set-3.1.1-4 python2-packaging-20.9-7 python2-ply-3.11-1 python2-pycparser-2.21-1 python2-pyparsing-2.4.7-6 python2-asn1crypto-1.4.0-1 python2-cffi-1.15.0-1 python2-enum34-1.1.10-1 python2-idna-2.10-4 python2-ipaddress-1.0.23-1 python2-setuptools-2:44.1.1-1 python2-six-1.16.0-5 Total Installed Size: 85.65 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing python2... Optional dependencies for python2 tk: for IDLE python2-setuptools [pending] python2-pip installing python2-six... installing python2-ply... installing python2-pycparser... installing python2-cffi... installing python2-enum34... installing python2-idna... installing python2-ipaddress... installing python2-appdirs... installing python2-pyparsing... installing python2-packaging... installing python2-ordered-set... installing python2-setuptools... installing python2-asn1crypto... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading cryptography-3.3.2.tar.gz... ==> Validating source files with sha512sums... ==> Extracting sources... -> Extracting cryptography-3.3.2.tar.gz with bsdtar ==> Starting build()... running build running build_py creating build creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/cryptography copying src/cryptography/__about__.py -> build/lib.linux-x86_64-2.7/cryptography copying src/cryptography/__init__.py -> build/lib.linux-x86_64-2.7/cryptography copying src/cryptography/exceptions.py -> build/lib.linux-x86_64-2.7/cryptography copying src/cryptography/fernet.py -> build/lib.linux-x86_64-2.7/cryptography copying src/cryptography/utils.py -> build/lib.linux-x86_64-2.7/cryptography creating build/lib.linux-x86_64-2.7/cryptography/hazmat copying src/cryptography/hazmat/__init__.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat copying src/cryptography/hazmat/_der.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat copying src/cryptography/hazmat/_oid.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat creating build/lib.linux-x86_64-2.7/cryptography/x509 copying src/cryptography/x509/__init__.py -> build/lib.linux-x86_64-2.7/cryptography/x509 copying src/cryptography/x509/base.py -> build/lib.linux-x86_64-2.7/cryptography/x509 copying src/cryptography/x509/certificate_transparency.py -> build/lib.linux-x86_64-2.7/cryptography/x509 copying src/cryptography/x509/extensions.py -> build/lib.linux-x86_64-2.7/cryptography/x509 copying src/cryptography/x509/general_name.py -> build/lib.linux-x86_64-2.7/cryptography/x509 copying src/cryptography/x509/name.py -> build/lib.linux-x86_64-2.7/cryptography/x509 copying src/cryptography/x509/ocsp.py -> build/lib.linux-x86_64-2.7/cryptography/x509 copying src/cryptography/x509/oid.py -> build/lib.linux-x86_64-2.7/cryptography/x509 creating build/lib.linux-x86_64-2.7/cryptography/hazmat/backends copying src/cryptography/hazmat/backends/__init__.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends copying src/cryptography/hazmat/backends/interfaces.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends creating build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings copying src/cryptography/hazmat/bindings/__init__.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings creating build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/__init__.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/cmac.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/constant_time.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/hashes.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/hmac.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/keywrap.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/padding.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives copying src/cryptography/hazmat/primitives/poly1305.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives creating build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/__init__.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/aead.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/backend.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ciphers.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/cmac.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/decode_asn1.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/dh.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/dsa.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ec.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ed25519.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ed448.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/encode_asn1.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/hashes.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/hmac.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/ocsp.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/poly1305.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/rsa.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/utils.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/x25519.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/x448.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl copying src/cryptography/hazmat/backends/openssl/x509.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl creating build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/__init__.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/_conditional.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl copying src/cryptography/hazmat/bindings/openssl/binding.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl creating build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/__init__.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/dh.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/dsa.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/ec.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/ed25519.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/ed448.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/padding.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/rsa.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/utils.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/x25519.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric copying src/cryptography/hazmat/primitives/asymmetric/x448.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric creating build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/__init__.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/aead.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/algorithms.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/base.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/ciphers copying src/cryptography/hazmat/primitives/ciphers/modes.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/ciphers creating build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/__init__.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/concatkdf.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/hkdf.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/kbkdf.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/pbkdf2.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/scrypt.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/kdf copying src/cryptography/hazmat/primitives/kdf/x963kdf.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/kdf creating build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/serialization copying src/cryptography/hazmat/primitives/serialization/__init__.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/serialization copying src/cryptography/hazmat/primitives/serialization/base.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/serialization copying src/cryptography/hazmat/primitives/serialization/pkcs12.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/serialization copying src/cryptography/hazmat/primitives/serialization/pkcs7.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/serialization copying src/cryptography/hazmat/primitives/serialization/ssh.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/serialization creating build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/__init__.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/hotp.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/totp.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/twofactor copying src/cryptography/hazmat/primitives/twofactor/utils.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/twofactor running egg_info writing requirements to src/cryptography.egg-info/requires.txt writing src/cryptography.egg-info/PKG-INFO writing top-level names to src/cryptography.egg-info/top_level.txt writing dependency_links to src/cryptography.egg-info/dependency_links.txt reading manifest file 'src/cryptography.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'src/cryptography.egg-info/SOURCES.txt' running build_ext generating cffi module 'build/temp.linux-x86_64-2.7/_padding.c' creating build/temp.linux-x86_64-2.7 generating cffi module 'build/temp.linux-x86_64-2.7/_openssl.c' building '_openssl' extension creating build/temp.linux-x86_64-2.7/build creating build/temp.linux-x86_64-2.7/build/temp.linux-x86_64-2.7 gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c build/temp.linux-x86_64-2.7/_openssl.c -o build/temp.linux-x86_64-2.7/build/temp.linux-x86_64-2.7/_openssl.o -Wconversion -Wno-error=sign-conversion gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7/build/temp.linux-x86_64-2.7/_openssl.o -L/usr/lib -lssl -lcrypto -lpthread -lpython2.7 -o build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/_openssl.so building '_padding' extension gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c build/temp.linux-x86_64-2.7/_padding.c -o build/temp.linux-x86_64-2.7/build/temp.linux-x86_64-2.7/_padding.o gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7/build/temp.linux-x86_64-2.7/_padding.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/_padding.so ==> Entering fakeroot environment... ==> Starting package()... running install running install_lib creating /build/pkg/python2-cryptography/usr creating /build/pkg/python2-cryptography/usr/lib creating /build/pkg/python2-cryptography/usr/lib/python2.7 creating /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages creating /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography copying build/lib.linux-x86_64-2.7/cryptography/__about__.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography copying build/lib.linux-x86_64-2.7/cryptography/__init__.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography copying build/lib.linux-x86_64-2.7/cryptography/exceptions.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography copying build/lib.linux-x86_64-2.7/cryptography/fernet.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography copying build/lib.linux-x86_64-2.7/cryptography/utils.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography creating /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat copying build/lib.linux-x86_64-2.7/cryptography/hazmat/__init__.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat copying build/lib.linux-x86_64-2.7/cryptography/hazmat/_der.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat copying build/lib.linux-x86_64-2.7/cryptography/hazmat/_oid.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat creating /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends copying build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/__init__.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends copying build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/interfaces.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends creating /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl/__init__.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl/aead.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl/backend.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl/ciphers.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl/cmac.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl/decode_asn1.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl/dh.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl/dsa.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl/ec.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl/ed25519.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl/ed448.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl/encode_asn1.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl/hashes.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl/hmac.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl/ocsp.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl/poly1305.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl/rsa.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl/utils.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl/x25519.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl/x448.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl/x509.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl creating /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/bindings copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/__init__.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/bindings creating /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl/__init__.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl/_conditional.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl/binding.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/bindings/openssl copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/_openssl.so -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/bindings copying build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/_padding.so -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/bindings creating /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/__init__.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/cmac.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/constant_time.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/hashes.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/hmac.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/keywrap.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/padding.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/poly1305.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives creating /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric/__init__.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric/dh.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric/dsa.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric/ec.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric/ed25519.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric/ed448.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric/padding.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric/rsa.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric/utils.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric/x25519.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric/x448.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric creating /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/ciphers/__init__.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/ciphers/aead.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/ciphers/algorithms.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/ciphers/base.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/ciphers copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/ciphers/modes.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/ciphers creating /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/kdf/__init__.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/kdf/concatkdf.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/kdf/hkdf.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/kdf/kbkdf.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/kdf/pbkdf2.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/kdf/scrypt.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/kdf/x963kdf.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf creating /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/serialization copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/serialization/__init__.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/serialization copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/serialization/base.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/serialization copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/serialization/pkcs12.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/serialization copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/serialization/pkcs7.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/serialization copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/serialization/ssh.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/serialization creating /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/twofactor/__init__.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/twofactor/hotp.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/twofactor/totp.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/twofactor copying build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/twofactor/utils.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/twofactor creating /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/x509 copying build/lib.linux-x86_64-2.7/cryptography/x509/__init__.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/x509 copying build/lib.linux-x86_64-2.7/cryptography/x509/base.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/x509 copying build/lib.linux-x86_64-2.7/cryptography/x509/certificate_transparency.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/x509 copying build/lib.linux-x86_64-2.7/cryptography/x509/extensions.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/x509 copying build/lib.linux-x86_64-2.7/cryptography/x509/general_name.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/x509 copying build/lib.linux-x86_64-2.7/cryptography/x509/name.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/x509 copying build/lib.linux-x86_64-2.7/cryptography/x509/ocsp.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/x509 copying build/lib.linux-x86_64-2.7/cryptography/x509/oid.py -> /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/x509 byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/__about__.py to __about__.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/__init__.py to __init__.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/exceptions.py to exceptions.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/fernet.py to fernet.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/utils.py to utils.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/__init__.py to __init__.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/_der.py to _der.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/_oid.py to _oid.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/__init__.py to __init__.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/interfaces.py to interfaces.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/__init__.py to __init__.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/aead.py to aead.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/backend.py to backend.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/ciphers.py to ciphers.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/cmac.py to cmac.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/decode_asn1.py to decode_asn1.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/dh.py to dh.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/dsa.py to dsa.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/ec.py to ec.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/ed25519.py to ed25519.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/ed448.py to ed448.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/encode_asn1.py to encode_asn1.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/hashes.py to hashes.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/hmac.py to hmac.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/ocsp.py to ocsp.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/poly1305.py to poly1305.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/rsa.py to rsa.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/utils.py to utils.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/x25519.py to x25519.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/x448.py to x448.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/backends/openssl/x509.py to x509.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/bindings/__init__.py to __init__.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/bindings/openssl/__init__.py to __init__.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/bindings/openssl/_conditional.py to _conditional.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/bindings/openssl/binding.py to binding.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/__init__.py to __init__.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/cmac.py to cmac.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/constant_time.py to constant_time.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/hashes.py to hashes.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/hmac.py to hmac.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/keywrap.py to keywrap.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/padding.py to padding.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/poly1305.py to poly1305.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/__init__.py to __init__.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/dh.py to dh.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/dsa.py to dsa.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/ec.py to ec.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/ed25519.py to ed25519.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/ed448.py to ed448.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/padding.py to padding.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/rsa.py to rsa.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/utils.py to utils.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/x25519.py to x25519.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric/x448.py to x448.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/ciphers/__init__.py to __init__.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/ciphers/aead.py to aead.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/ciphers/algorithms.py to algorithms.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/ciphers/base.py to base.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/ciphers/modes.py to modes.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf/__init__.py to __init__.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py to concatkdf.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf/hkdf.py to hkdf.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf/kbkdf.py to kbkdf.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf/pbkdf2.py to pbkdf2.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf/scrypt.py to scrypt.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/kdf/x963kdf.py to x963kdf.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/serialization/__init__.py to __init__.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/serialization/base.py to base.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/serialization/pkcs12.py to pkcs12.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/serialization/pkcs7.py to pkcs7.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/serialization/ssh.py to ssh.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/twofactor/__init__.py to __init__.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/twofactor/hotp.py to hotp.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/twofactor/totp.py to totp.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/hazmat/primitives/twofactor/utils.py to utils.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/x509/__init__.py to __init__.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/x509/base.py to base.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/x509/certificate_transparency.py to certificate_transparency.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/x509/extensions.py to extensions.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/x509/general_name.py to general_name.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/x509/name.py to name.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/x509/ocsp.py to ocsp.pyc byte-compiling /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography/x509/oid.py to oid.pyc writing byte-compilation script '/tmp/tmpaVBlMG.py' /usr/bin/python2 -O /tmp/tmpaVBlMG.py removing /tmp/tmpaVBlMG.py running install_egg_info running egg_info writing requirements to src/cryptography.egg-info/requires.txt writing src/cryptography.egg-info/PKG-INFO writing top-level names to src/cryptography.egg-info/top_level.txt writing dependency_links to src/cryptography.egg-info/dependency_links.txt reading manifest file 'src/cryptography.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'src/cryptography.egg-info/SOURCES.txt' Copying src/cryptography.egg-info to /build/pkg/python2-cryptography/usr/lib/python2.7/site-packages/cryptography-3.3.2-py2.7.egg-info running install_scripts ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "python2-cryptography"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: python2-cryptography 3.3.2-1 (Wed 23 Feb 2022 01:04:33 AM UTC) |