Closed turboc1208 closed 5 years ago
:wave: Thanks for opening your first issue here! If you're reporting a :bug: bug, please make sure you include steps to reproduce it. Also, logs, error messages and information about your hardware might be usefull.
That won't happen.
Luckily, you can simply add them to the configuration options of the add-on:
https://github.com/hassio-addons/addon-appdaemon3#configuration
And I'm the one trying to get printermonitor to run (as described here)
System:
arch | x86_64
-- | --
dev | false
docker | true
hassio | true
os_name | Linux
python_version | 3.6.6
timezone | Europe/Copenhagen
version | 0.87.1
virtualenv | false
AppDaemon Add-on v. 1.6.0
Config:
{
"log_level": "info",
"system_packages": [],
"python_packages": [
"pysnmp"
]
}
Results in AppDaemon crashing (log below). It reports problems with pycryptodomex and the version of pip. Any advice on how to solve this? Thanks in advance! Chr.
-----------------------------------------------------------
Hass.io Add-on: AppDaemon v1.6.0
Python Apps and HADashboard using AppDaemon 3.x for Home Assistant
From: Community Hass.io Add-ons
By: Franck Nijhof <frenck@addons.community>
-----------------------------------------------------------
amd64 / Debian GNU/Linux 9 (stretch) / HA 0.87.1 / SU 143 / stable
-----------------------------------------------------------
[cont-init.d] 00-banner.sh: exited 0.
[cont-init.d] 01-log-level.sh: executing...
Log level is set to INFO
[cont-init.d] 01-log-level.sh: exited 0.
[cont-init.d] 02-updates.sh: executing...
INFO: You are running the latest version of this add-on
[cont-init.d] 02-updates.sh: exited 0.
[cont-init.d] 20-init-configuration.sh: executing...
[cont-init.d] 20-init-configuration.sh: exited 0.
[cont-init.d] 21-compiled-dir.sh: executing...
[cont-init.d] 21-compiled-dir.sh: exited 0.
[cont-init.d] 30-auto-token.sh: executing...
INFO: Updating Hass.io API token in AppDaemon with the current one...
[cont-init.d] 30-auto-token.sh: exited 0.
[cont-init.d] 31-ha-url.sh: executing...
[cont-init.d] 31-ha-url.sh: exited 0.
[cont-init.d] 50-compiled-symlink.sh: executing...
[cont-init.d] 50-compiled-symlink.sh: exited 0.
[cont-init.d] 80-system-packages.sh: executing...
[cont-init.d] 80-system-packages.sh: exited 0.
[cont-init.d] 81-python-packages.sh: executing...
Collecting pysnmp
Downloading https://files.pythonhosted.org/packages/f7/e5/a31fa1caebf9cf9a10cb26ab57c1c3bcd07eb7b10d2e126898d2a08b4b8a/pysnmp-4.4.9-py2.py3-none-any.whl (292kB)
Collecting pysmi (from pysnmp)
Downloading https://files.pythonhosted.org/packages/e0/e0/328b765ff44150f2ac08f7e36f35623764ab55db22602b613f4eb437558f/pysmi-0.3.3-py2.py3-none-any.whl (80kB)
Collecting pyasn1>=0.2.3 (from pysnmp)
Downloading https://files.pythonhosted.org/packages/7b/7c/c9386b82a25115cccf1903441bba3cbadcfae7b678a20167347fa8ded34c/pyasn1-0.4.5-py2.py3-none-any.whl (73kB)
Collecting pycryptodomex (from pysnmp)
Downloading https://files.pythonhosted.org/packages/9e/ed/e44c54a648fdfa56bf0682cd94b03303fa74a70e964c86acbbedf992afbe/pycryptodomex-3.7.3.tar.gz (9.3MB)
Collecting ply (from pysmi->pysnmp)
Downloading https://files.pythonhosted.org/packages/a3/58/35da89ee790598a0700ea49b2a66594140f44dec458c07e8e3d4979137fc/ply-3.11-py2.py3-none-any.whl (49kB)
Installing collected packages: ply, pysmi, pyasn1, pycryptodomex, pysnmp
Running setup.py install for pycryptodomex: started
Running setup.py install for pycryptodomex: finished with status 'error'
Complete output from command /usr/bin/python3.6 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-8mxvhdfk/pycryptodomex/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-h1m34729/install-record.txt --single-version-externally-managed --compile:
Testing support for clang
Target does not support clang
Testing support for gcc
Target does not support gcc
Testing support for stdint.h header
Target does not support stdint.h header
Testing support for 128-bit integer
Target does not support 128-bit integer
Testing support for intrin.h header
Target does not support intrin.h header
Testing support for cpuid.h header
Target does not support cpuid.h header
Testing support for posix_memalign
Target does not support posix_memalign
Testing support for memalign
Target does not support memalign
Warning: compiler does not support AESNI instructions
Warning: compiler does not support CLMUL instructions
running install
running build
running build_py
creating build/lib.linux-x86_64-3.6
creating build/lib.linux-x86_64-3.6/Cryptodome
copying lib/Cryptodome/__init__.py -> build/lib.linux-x86_64-3.6/Cryptodome
creating build/lib.linux-x86_64-3.6/Cryptodome/Cipher
copying lib/Cryptodome/Cipher/ChaCha20.py -> build/lib.linux-x86_64-3.6/Cryptodome/Cipher
copying lib/Cryptodome/Cipher/PKCS1_v1_5.py -> build/lib.linux-x86_64-3.6/Cryptodome/Cipher
copying lib/Cryptodome/Cipher/Blowfish.py -> build/lib.linux-x86_64-3.6/Cryptodome/Cipher
copying lib/Cryptodome/Cipher/_mode_eax.py -> build/lib.linux-x86_64-3.6/Cryptodome/Cipher
copying lib/Cryptodome/Cipher/PKCS1_OAEP.py -> build/lib.linux-x86_64-3.6/Cryptodome/Cipher
copying lib/Cryptodome/Cipher/ChaCha20_Poly1305.py -> build/lib.linux-x86_64-3.6/Cryptodome/Cipher
copying lib/Cryptodome/Cipher/_mode_ocb.py -> build/lib.linux-x86_64-3.6/Cryptodome/Cipher
copying lib/Cryptodome/Cipher/_mode_siv.py -> build/lib.linux-x86_64-3.6/Cryptodome/Cipher
copying lib/Cryptodome/Cipher/ARC4.py -> build/lib.linux-x86_64-3.6/Cryptodome/Cipher
copying lib/Cryptodome/Cipher/_mode_cfb.py -> build/lib.linux-x86_64-3.6/Cryptodome/Cipher
copying lib/Cryptodome/Cipher/_mode_ecb.py -> build/lib.linux-x86_64-3.6/Cryptodome/Cipher
copying lib/Cryptodome/Cipher/CAST.py -> build/lib.linux-x86_64-3.6/Cryptodome/Cipher
copying lib/Cryptodome/Cipher/_mode_openpgp.py -> build/lib.linux-x86_64-3.6/Cryptodome/Cipher
copying lib/Cryptodome/Cipher/Salsa20.py -> build/lib.linux-x86_64-3.6/Cryptodome/Cipher
copying lib/Cryptodome/Cipher/ARC2.py -> build/lib.linux-x86_64-3.6/Cryptodome/Cipher
copying lib/Cryptodome/Cipher/_mode_gcm.py -> build/lib.linux-x86_64-3.6/Cryptodome/Cipher
copying lib/Cryptodome/Cipher/_mode_ctr.py -> build/lib.linux-x86_64-3.6/Cryptodome/Cipher
copying lib/Cryptodome/Cipher/AES.py -> build/lib.linux-x86_64-3.6/Cryptodome/Cipher
copying lib/Cryptodome/Cipher/DES.py -> build/lib.linux-x86_64-3.6/Cryptodome/Cipher
copying lib/Cryptodome/Cipher/_mode_ofb.py -> build/lib.linux-x86_64-3.6/Cryptodome/Cipher
copying lib/Cryptodome/Cipher/__init__.py -> build/lib.linux-x86_64-3.6/Cryptodome/Cipher
copying lib/Cryptodome/Cipher/DES3.py -> build/lib.linux-x86_64-3.6/Cryptodome/Cipher
copying lib/Cryptodome/Cipher/_mode_ccm.py -> build/lib.linux-x86_64-3.6/Cryptodome/Cipher
copying lib/Cryptodome/Cipher/_mode_cbc.py -> build/lib.linux-x86_64-3.6/Cryptodome/Cipher
creating build/lib.linux-x86_64-3.6/Cryptodome/Hash
copying lib/Cryptodome/Hash/MD5.py -> build/lib.linux-x86_64-3.6/Cryptodome/Hash
copying lib/Cryptodome/Hash/SHA384.py -> build/lib.linux-x86_64-3.6/Cryptodome/Hash
copying lib/Cryptodome/Hash/SHA3_224.py -> build/lib.linux-x86_64-3.6/Cryptodome/Hash
copying lib/Cryptodome/Hash/SHA.py -> build/lib.linux-x86_64-3.6/Cryptodome/Hash
copying lib/Cryptodome/Hash/MD2.py -> build/lib.linux-x86_64-3.6/Cryptodome/Hash
copying lib/Cryptodome/Hash/SHA3_256.py -> build/lib.linux-x86_64-3.6/Cryptodome/Hash
copying lib/Cryptodome/Hash/SHA256.py -> build/lib.linux-x86_64-3.6/Cryptodome/Hash
copying lib/Cryptodome/Hash/BLAKE2s.py -> build/lib.linux-x86_64-3.6/Cryptodome/Hash
copying lib/Cryptodome/Hash/SHAKE256.py -> build/lib.linux-x86_64-3.6/Cryptodome/Hash
copying lib/Cryptodome/Hash/Poly1305.py -> build/lib.linux-x86_64-3.6/Cryptodome/Hash
copying lib/Cryptodome/Hash/SHA512.py -> build/lib.linux-x86_64-3.6/Cryptodome/Hash
copying lib/Cryptodome/Hash/SHA1.py -> build/lib.linux-x86_64-3.6/Cryptodome/Hash
copying lib/Cryptodome/Hash/RIPEMD.py -> build/lib.linux-x86_64-3.6/Cryptodome/Hash
copying lib/Cryptodome/Hash/BLAKE2b.py -> build/lib.linux-x86_64-3.6/Cryptodome/Hash
copying lib/Cryptodome/Hash/keccak.py -> build/lib.linux-x86_64-3.6/Cryptodome/Hash
copying lib/Cryptodome/Hash/SHAKE128.py -> build/lib.linux-x86_64-3.6/Cryptodome/Hash
copying lib/Cryptodome/Hash/SHA3_384.py -> build/lib.linux-x86_64-3.6/Cryptodome/Hash
copying lib/Cryptodome/Hash/RIPEMD160.py -> build/lib.linux-x86_64-3.6/Cryptodome/Hash
copying lib/Cryptodome/Hash/MD4.py -> build/lib.linux-x86_64-3.6/Cryptodome/Hash
copying lib/Cryptodome/Hash/HMAC.py -> build/lib.linux-x86_64-3.6/Cryptodome/Hash
copying lib/Cryptodome/Hash/__init__.py -> build/lib.linux-x86_64-3.6/Cryptodome/Hash
copying lib/Cryptodome/Hash/CMAC.py -> build/lib.linux-x86_64-3.6/Cryptodome/Hash
copying lib/Cryptodome/Hash/SHA3_512.py -> build/lib.linux-x86_64-3.6/Cryptodome/Hash
copying lib/Cryptodome/Hash/SHA224.py -> build/lib.linux-x86_64-3.6/Cryptodome/Hash
creating build/lib.linux-x86_64-3.6/Cryptodome/IO
copying lib/Cryptodome/IO/_PBES.py -> build/lib.linux-x86_64-3.6/Cryptodome/IO
copying lib/Cryptodome/IO/PKCS8.py -> build/lib.linux-x86_64-3.6/Cryptodome/IO
copying lib/Cryptodome/IO/PEM.py -> build/lib.linux-x86_64-3.6/Cryptodome/IO
copying lib/Cryptodome/IO/__init__.py -> build/lib.linux-x86_64-3.6/Cryptodome/IO
creating build/lib.linux-x86_64-3.6/Cryptodome/PublicKey
copying lib/Cryptodome/PublicKey/DSA.py -> build/lib.linux-x86_64-3.6/Cryptodome/PublicKey
copying lib/Cryptodome/PublicKey/RSA.py -> build/lib.linux-x86_64-3.6/Cryptodome/PublicKey
copying lib/Cryptodome/PublicKey/__init__.py -> build/lib.linux-x86_64-3.6/Cryptodome/PublicKey
copying lib/Cryptodome/PublicKey/ECC.py -> build/lib.linux-x86_64-3.6/Cryptodome/PublicKey
copying lib/Cryptodome/PublicKey/ElGamal.py -> build/lib.linux-x86_64-3.6/Cryptodome/PublicKey
creating build/lib.linux-x86_64-3.6/Cryptodome/Protocol
copying lib/Cryptodome/Protocol/SecretSharing.py -> build/lib.linux-x86_64-3.6/Cryptodome/Protocol
copying lib/Cryptodome/Protocol/KDF.py -> build/lib.linux-x86_64-3.6/Cryptodome/Protocol
copying lib/Cryptodome/Protocol/__init__.py -> build/lib.linux-x86_64-3.6/Cryptodome/Protocol
creating build/lib.linux-x86_64-3.6/Cryptodome/Random
copying lib/Cryptodome/Random/random.py -> build/lib.linux-x86_64-3.6/Cryptodome/Random
copying lib/Cryptodome/Random/__init__.py -> build/lib.linux-x86_64-3.6/Cryptodome/Random
creating build/lib.linux-x86_64-3.6/Cryptodome/Signature
copying lib/Cryptodome/Signature/PKCS1_v1_5.py -> build/lib.linux-x86_64-3.6/Cryptodome/Signature
copying lib/Cryptodome/Signature/pss.py -> build/lib.linux-x86_64-3.6/Cryptodome/Signature
copying lib/Cryptodome/Signature/pkcs1_15.py -> build/lib.linux-x86_64-3.6/Cryptodome/Signature
copying lib/Cryptodome/Signature/DSS.py -> build/lib.linux-x86_64-3.6/Cryptodome/Signature
copying lib/Cryptodome/Signature/__init__.py -> build/lib.linux-x86_64-3.6/Cryptodome/Signature
copying lib/Cryptodome/Signature/PKCS1_PSS.py -> build/lib.linux-x86_64-3.6/Cryptodome/Signature
creating build/lib.linux-x86_64-3.6/Cryptodome/Util
copying lib/Cryptodome/Util/Counter.py -> build/lib.linux-x86_64-3.6/Cryptodome/Util
copying lib/Cryptodome/Util/number.py -> build/lib.linux-x86_64-3.6/Cryptodome/Util
copying lib/Cryptodome/Util/asn1.py -> build/lib.linux-x86_64-3.6/Cryptodome/Util
copying lib/Cryptodome/Util/_file_system.py -> build/lib.linux-x86_64-3.6/Cryptodome/Util
copying lib/Cryptodome/Util/_cpu_features.py -> build/lib.linux-x86_64-3.6/Cryptodome/Util
copying lib/Cryptodome/Util/strxor.py -> build/lib.linux-x86_64-3.6/Cryptodome/Util
copying lib/Cryptodome/Util/_raw_api.py -> build/lib.linux-x86_64-3.6/Cryptodome/Util
copying lib/Cryptodome/Util/RFC1751.py -> build/lib.linux-x86_64-3.6/Cryptodome/Util
copying lib/Cryptodome/Util/py3compat.py -> build/lib.linux-x86_64-3.6/Cryptodome/Util
copying lib/Cryptodome/Util/Padding.py -> build/lib.linux-x86_64-3.6/Cryptodome/Util
copying lib/Cryptodome/Util/__init__.py -> build/lib.linux-x86_64-3.6/Cryptodome/Util
creating build/lib.linux-x86_64-3.6/Cryptodome/Math
copying lib/Cryptodome/Math/Numbers.py -> build/lib.linux-x86_64-3.6/Cryptodome/Math
copying lib/Cryptodome/Math/_IntegerGMP.py -> build/lib.linux-x86_64-3.6/Cryptodome/Math
copying lib/Cryptodome/Math/_IntegerBase.py -> build/lib.linux-x86_64-3.6/Cryptodome/Math
copying lib/Cryptodome/Math/_IntegerCustom.py -> build/lib.linux-x86_64-3.6/Cryptodome/Math
copying lib/Cryptodome/Math/__init__.py -> build/lib.linux-x86_64-3.6/Cryptodome/Math
copying lib/Cryptodome/Math/_IntegerNative.py -> build/lib.linux-x86_64-3.6/Cryptodome/Math
copying lib/Cryptodome/Math/Primality.py -> build/lib.linux-x86_64-3.6/Cryptodome/Math
creating build/lib.linux-x86_64-3.6/Cryptodome/SelfTest
copying lib/Cryptodome/SelfTest/st_common.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest
copying lib/Cryptodome/SelfTest/__init__.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest
copying lib/Cryptodome/SelfTest/__main__.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest
copying lib/Cryptodome/SelfTest/loader.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest
creating build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher
copying lib/Cryptodome/SelfTest/Cipher/test_CBC.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher
copying lib/Cryptodome/SelfTest/Cipher/test_CFB.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher
copying lib/Cryptodome/SelfTest/Cipher/test_ARC2.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher
copying lib/Cryptodome/SelfTest/Cipher/test_ChaCha20_Poly1305.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher
copying lib/Cryptodome/SelfTest/Cipher/test_EAX.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher
copying lib/Cryptodome/SelfTest/Cipher/test_GCM.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher
copying lib/Cryptodome/SelfTest/Cipher/test_CAST.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher
copying lib/Cryptodome/SelfTest/Cipher/common.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher
copying lib/Cryptodome/SelfTest/Cipher/test_CTR.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher
copying lib/Cryptodome/SelfTest/Cipher/test_Salsa20.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher
copying lib/Cryptodome/SelfTest/Cipher/test_DES.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher
copying lib/Cryptodome/SelfTest/Cipher/test_Blowfish.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher
copying lib/Cryptodome/SelfTest/Cipher/test_ChaCha20.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher
copying lib/Cryptodome/SelfTest/Cipher/test_OpenPGP.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher
copying lib/Cryptodome/SelfTest/Cipher/test_AES.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher
copying lib/Cryptodome/SelfTest/Cipher/__init__.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher
copying lib/Cryptodome/SelfTest/Cipher/test_ARC4.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher
copying lib/Cryptodome/SelfTest/Cipher/test_SIV.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher
copying lib/Cryptodome/SelfTest/Cipher/test_CCM.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher
copying lib/Cryptodome/SelfTest/Cipher/test_pkcs1_oaep.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher
copying lib/Cryptodome/SelfTest/Cipher/test_DES3.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher
copying lib/Cryptodome/SelfTest/Cipher/test_OFB.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher
copying lib/Cryptodome/SelfTest/Cipher/test_pkcs1_15.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher
copying lib/Cryptodome/SelfTest/Cipher/test_OCB.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher
creating build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash
copying lib/Cryptodome/SelfTest/Hash/test_RIPEMD160.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash
copying lib/Cryptodome/SelfTest/Hash/test_SHAKE.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash
copying lib/Cryptodome/SelfTest/Hash/test_SHA384.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash
copying lib/Cryptodome/SelfTest/Hash/test_MD2.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash
copying lib/Cryptodome/SelfTest/Hash/test_CMAC.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash
copying lib/Cryptodome/SelfTest/Hash/test_Poly1305.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash
copying lib/Cryptodome/SelfTest/Hash/common.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash
copying lib/Cryptodome/SelfTest/Hash/test_SHA512.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash
copying lib/Cryptodome/SelfTest/Hash/test_SHA224.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash
copying lib/Cryptodome/SelfTest/Hash/test_SHA1.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash
copying lib/Cryptodome/SelfTest/Hash/test_SHA3_256.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash
copying lib/Cryptodome/SelfTest/Hash/test_keccak.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash
copying lib/Cryptodome/SelfTest/Hash/test_MD4.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash
copying lib/Cryptodome/SelfTest/Hash/test_SHA3_512.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash
copying lib/Cryptodome/SelfTest/Hash/test_SHA3_224.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash
copying lib/Cryptodome/SelfTest/Hash/test_HMAC.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash
copying lib/Cryptodome/SelfTest/Hash/test_BLAKE2.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash
copying lib/Cryptodome/SelfTest/Hash/__init__.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash
copying lib/Cryptodome/SelfTest/Hash/test_SHA3_384.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash
copying lib/Cryptodome/SelfTest/Hash/test_MD5.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash
copying lib/Cryptodome/SelfTest/Hash/test_SHA256.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash
creating build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/IO
copying lib/Cryptodome/SelfTest/IO/test_PBES.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/IO
copying lib/Cryptodome/SelfTest/IO/test_PKCS8.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/IO
copying lib/Cryptodome/SelfTest/IO/__init__.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/IO
creating build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Protocol
copying lib/Cryptodome/SelfTest/Protocol/test_SecretSharing.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Protocol
copying lib/Cryptodome/SelfTest/Protocol/test_KDF.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Protocol
copying lib/Cryptodome/SelfTest/Protocol/test_rfc1751.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Protocol
copying lib/Cryptodome/SelfTest/Protocol/__init__.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Protocol
creating build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/PublicKey
copying lib/Cryptodome/SelfTest/PublicKey/test_DSA.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/PublicKey
copying lib/Cryptodome/SelfTest/PublicKey/test_ECC.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/PublicKey
copying lib/Cryptodome/SelfTest/PublicKey/test_RSA.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/PublicKey
copying lib/Cryptodome/SelfTest/PublicKey/__init__.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/PublicKey
copying lib/Cryptodome/SelfTest/PublicKey/test_import_RSA.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/PublicKey
copying lib/Cryptodome/SelfTest/PublicKey/test_ElGamal.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/PublicKey
copying lib/Cryptodome/SelfTest/PublicKey/test_import_ECC.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/PublicKey
copying lib/Cryptodome/SelfTest/PublicKey/test_import_DSA.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/PublicKey
creating build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Random
copying lib/Cryptodome/SelfTest/Random/test_random.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Random
copying lib/Cryptodome/SelfTest/Random/__init__.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Random
creating build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Signature
copying lib/Cryptodome/SelfTest/Signature/test_dss.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Signature
copying lib/Cryptodome/SelfTest/Signature/__init__.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Signature
copying lib/Cryptodome/SelfTest/Signature/test_pkcs1_15.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Signature
copying lib/Cryptodome/SelfTest/Signature/test_pss.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Signature
creating build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Util
copying lib/Cryptodome/SelfTest/Util/test_asn1.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Util
copying lib/Cryptodome/SelfTest/Util/test_Padding.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Util
copying lib/Cryptodome/SelfTest/Util/test_strxor.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Util
copying lib/Cryptodome/SelfTest/Util/test_Counter.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Util
copying lib/Cryptodome/SelfTest/Util/test_number.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Util
copying lib/Cryptodome/SelfTest/Util/__init__.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Util
creating build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Math
copying lib/Cryptodome/SelfTest/Math/test_modexp.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Math
copying lib/Cryptodome/SelfTest/Math/test_Primality.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Math
copying lib/Cryptodome/SelfTest/Math/test_Numbers.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Math
copying lib/Cryptodome/SelfTest/Math/__init__.py -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Math
copying lib/Cryptodome/py.typed -> build/lib.linux-x86_64-3.6/Cryptodome
copying lib/Cryptodome/__init__.pyi -> build/lib.linux-x86_64-3.6/Cryptodome
copying lib/Cryptodome/Cipher/ARC4.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Cipher
copying lib/Cryptodome/Cipher/_mode_cfb.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Cipher
copying lib/Cryptodome/Cipher/DES.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Cipher
copying lib/Cryptodome/Cipher/_mode_eax.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Cipher
copying lib/Cryptodome/Cipher/_mode_ctr.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Cipher
copying lib/Cryptodome/Cipher/Blowfish.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Cipher
copying lib/Cryptodome/Cipher/CAST.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Cipher
copying lib/Cryptodome/Cipher/_mode_ocb.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Cipher
copying lib/Cryptodome/Cipher/_mode_ecb.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Cipher
copying lib/Cryptodome/Cipher/_mode_ccm.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Cipher
copying lib/Cryptodome/Cipher/PKCS1_OAEP.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Cipher
copying lib/Cryptodome/Cipher/_mode_siv.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Cipher
copying lib/Cryptodome/Cipher/_mode_ofb.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Cipher
copying lib/Cryptodome/Cipher/AES.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Cipher
copying lib/Cryptodome/Cipher/_mode_openpgp.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Cipher
copying lib/Cryptodome/Cipher/__init__.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Cipher
copying lib/Cryptodome/Cipher/DES3.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Cipher
copying lib/Cryptodome/Cipher/_mode_cbc.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Cipher
copying lib/Cryptodome/Cipher/ARC2.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Cipher
copying lib/Cryptodome/Cipher/ChaCha20.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Cipher
copying lib/Cryptodome/Cipher/_mode_gcm.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Cipher
copying lib/Cryptodome/Cipher/Salsa20.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Cipher
copying lib/Cryptodome/Cipher/PKCS1_v1_5.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Cipher
copying lib/Cryptodome/Cipher/ChaCha20_Poly1305.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Cipher
copying lib/Cryptodome/Hash/CMAC.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Hash
copying lib/Cryptodome/Hash/SHA224.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Hash
copying lib/Cryptodome/Hash/Poly1305.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Hash
copying lib/Cryptodome/Hash/BLAKE2s.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Hash
copying lib/Cryptodome/Hash/SHA512.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Hash
copying lib/Cryptodome/Hash/SHA3_512.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Hash
copying lib/Cryptodome/Hash/BLAKE2b.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Hash
copying lib/Cryptodome/Hash/SHA384.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Hash
copying lib/Cryptodome/Hash/MD4.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Hash
copying lib/Cryptodome/Hash/MD2.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Hash
copying lib/Cryptodome/Hash/SHA3_224.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Hash
copying lib/Cryptodome/Hash/HMAC.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Hash
copying lib/Cryptodome/Hash/keccak.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Hash
copying lib/Cryptodome/Hash/__init__.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Hash
copying lib/Cryptodome/Hash/SHA.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Hash
copying lib/Cryptodome/Hash/RIPEMD.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Hash
copying lib/Cryptodome/Hash/SHA3_384.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Hash
copying lib/Cryptodome/Hash/SHA256.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Hash
copying lib/Cryptodome/Hash/MD5.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Hash
copying lib/Cryptodome/Hash/SHA1.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Hash
copying lib/Cryptodome/Hash/SHA3_256.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Hash
copying lib/Cryptodome/Hash/SHAKE128.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Hash
copying lib/Cryptodome/Hash/SHAKE256.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Hash
copying lib/Cryptodome/Hash/RIPEMD160.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Hash
copying lib/Cryptodome/IO/PKCS8.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/IO
copying lib/Cryptodome/IO/PEM.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/IO
copying lib/Cryptodome/IO/_PBES.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/IO
copying lib/Cryptodome/PublicKey/ElGamal.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/PublicKey
copying lib/Cryptodome/PublicKey/__init__.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/PublicKey
copying lib/Cryptodome/PublicKey/ECC.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/PublicKey
copying lib/Cryptodome/PublicKey/DSA.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/PublicKey
copying lib/Cryptodome/PublicKey/RSA.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/PublicKey
copying lib/Cryptodome/Protocol/__init__.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Protocol
copying lib/Cryptodome/Protocol/SecretSharing.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Protocol
copying lib/Cryptodome/Protocol/KDF.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Protocol
copying lib/Cryptodome/Random/__init__.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Random
copying lib/Cryptodome/Random/random.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Random
copying lib/Cryptodome/Signature/pkcs1_15.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Signature
copying lib/Cryptodome/Signature/DSS.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Signature
copying lib/Cryptodome/Signature/pss.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Signature
copying lib/Cryptodome/Signature/PKCS1_v1_5.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Signature
copying lib/Cryptodome/Signature/PKCS1_PSS.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Signature
copying lib/Cryptodome/Util/strxor.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Util
copying lib/Cryptodome/Util/number.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Util
copying lib/Cryptodome/Util/_file_system.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Util
copying lib/Cryptodome/Util/Padding.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Util
copying lib/Cryptodome/Util/_cpu_features.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Util
copying lib/Cryptodome/Util/Counter.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Util
copying lib/Cryptodome/Util/_raw_api.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Util
copying lib/Cryptodome/Util/RFC1751.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Util
copying lib/Cryptodome/Util/asn1.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Util
copying lib/Cryptodome/Util/py3compat.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Util
copying lib/Cryptodome/Math/Primality.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Math
copying lib/Cryptodome/Math/_IntegerNative.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Math
copying lib/Cryptodome/Math/Numbers.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Math
copying lib/Cryptodome/Math/_IntegerGMP.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Math
copying lib/Cryptodome/Math/_IntegerBase.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Math
copying lib/Cryptodome/Math/_IntegerCustom.pyi -> build/lib.linux-x86_64-3.6/Cryptodome/Math
creating build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors
creating build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBKeySbox192.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128GFSbox128.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCVarKey256.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128GFSbox256.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCMCT192.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCGFSbox192.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8GFSbox192.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8MCT192.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/README.txt -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBGFSbox192.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCMCT256.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCKeySbox128.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128KeySbox192.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBVarTxt192.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBVarKey192.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8GFSbox256.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128VarKey192.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128KeySbox128.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8VarTxt256.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBMCT256.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/gcmEncryptExtIV128.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBVarKey128.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBMMT192.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8KeySbox256.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8VarKey256.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128VarKey256.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCMMT256.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8MMT256.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128MMT128.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8VarTxt128.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCKeySbox256.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/gcmDecrypt128.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCGFSbox256.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8KeySbox192.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8GFSbox128.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBMCT192.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCVarTxt128.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128MCT192.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBVarTxt128.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCVarTxt192.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBMMT128.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBKeySbox256.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8VarKey128.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBMMT256.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCMMT128.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128MCT128.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128GFSbox192.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128MMT192.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBMCT128.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8MCT256.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128VarTxt256.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8VarTxt192.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCVarKey128.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBVarTxt256.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128MMT256.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCGFSbox128.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCMCT128.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128VarKey128.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128VarTxt192.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8KeySbox128.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCKeySbox192.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8VarKey192.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCVarTxt256.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCMMT192.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBGFSbox128.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128KeySbox256.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128VarTxt128.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8MMT192.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBGFSbox256.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBKeySbox128.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8MMT128.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBVarKey256.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8MCT128.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128MCT256.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCVarKey192.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/AES
creating build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/TDES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCBCvarkey.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/TDES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB8MMT3.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/TDES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/README.txt -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/TDES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TOFBvartext.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/TDES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCBCinvperm.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/TDES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TOFBpermop.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/TDES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB64MMT3.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/TDES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TECBMMT2.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/TDES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB64invperm.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/TDES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB8MMT2.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/TDES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB8varkey.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/TDES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB64subtab.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/TDES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCBCvartext.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/TDES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB8invperm.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/TDES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCBCpermop.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/TDES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB64vartext.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/TDES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TOFBsubtab.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/TDES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB64varkey.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/TDES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCBCsubtab.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/TDES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB8vartext.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/TDES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TOFBMMT2.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/TDES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TECBMMT3.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/TDES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB8subtab.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/TDES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TOFBvarkey.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/TDES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TOFBinvperm.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/TDES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB8permop.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/TDES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB64MMT2.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/TDES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB64permop.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/TDES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TOFBMMT3.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/TDES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCBCMMT2.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/TDES
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCBCMMT3.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/TDES
creating build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/aes_gcm_test.json -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/aes_eax_test.json -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/chacha20_poly1305_test.json -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof
copying lib/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/aes_siv_cmac_test.json -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof
creating build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash/test_vectors
creating build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash/test_vectors/SHA1
copying lib/Cryptodome/SelfTest/Hash/test_vectors/SHA1/SHA1ShortMsg.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash/test_vectors/SHA1
creating build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash/test_vectors/SHA2
copying lib/Cryptodome/SelfTest/Hash/test_vectors/SHA2/SHA512_224ShortMsg.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash/test_vectors/SHA2
copying lib/Cryptodome/SelfTest/Hash/test_vectors/SHA2/SHA512_256ShortMsg.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash/test_vectors/SHA2
copying lib/Cryptodome/SelfTest/Hash/test_vectors/SHA2/SHA512ShortMsg.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash/test_vectors/SHA2
creating build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash/test_vectors/SHA3
copying lib/Cryptodome/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHAKE256.txt -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash/test_vectors/SHA3
copying lib/Cryptodome/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHA3-384.txt -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash/test_vectors/SHA3
copying lib/Cryptodome/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHA3-512.txt -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash/test_vectors/SHA3
copying lib/Cryptodome/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHAKE128.txt -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash/test_vectors/SHA3
copying lib/Cryptodome/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHA3-224.txt -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash/test_vectors/SHA3
copying lib/Cryptodome/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHA3-256.txt -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash/test_vectors/SHA3
creating build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash/test_vectors/keccak
copying lib/Cryptodome/SelfTest/Hash/test_vectors/keccak/LongMsgKAT_224.txt -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash/test_vectors/keccak
copying lib/Cryptodome/SelfTest/Hash/test_vectors/keccak/ShortMsgKAT_384.txt -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash/test_vectors/keccak
copying lib/Cryptodome/SelfTest/Hash/test_vectors/keccak/ShortMsgKAT_512.txt -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash/test_vectors/keccak
copying lib/Cryptodome/SelfTest/Hash/test_vectors/keccak/LongMsgKAT_256.txt -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash/test_vectors/keccak
copying lib/Cryptodome/SelfTest/Hash/test_vectors/keccak/ShortMsgKAT_224.txt -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash/test_vectors/keccak
copying lib/Cryptodome/SelfTest/Hash/test_vectors/keccak/readme.txt -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash/test_vectors/keccak
copying lib/Cryptodome/SelfTest/Hash/test_vectors/keccak/LongMsgKAT_384.txt -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash/test_vectors/keccak
copying lib/Cryptodome/SelfTest/Hash/test_vectors/keccak/ExtremelyLongMsgKAT_384.txt -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash/test_vectors/keccak
copying lib/Cryptodome/SelfTest/Hash/test_vectors/keccak/LongMsgKAT_512.txt -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash/test_vectors/keccak
copying lib/Cryptodome/SelfTest/Hash/test_vectors/keccak/ShortMsgKAT_256.txt -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash/test_vectors/keccak
copying lib/Cryptodome/SelfTest/Hash/test_vectors/keccak/ExtremelyLongMsgKAT_224.txt -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash/test_vectors/keccak
copying lib/Cryptodome/SelfTest/Hash/test_vectors/keccak/ExtremelyLongMsgKAT_512.txt -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash/test_vectors/keccak
copying lib/Cryptodome/SelfTest/Hash/test_vectors/keccak/ExtremelyLongMsgKAT_256.txt -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash/test_vectors/keccak
creating build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2s
copying lib/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2s/tv1.txt -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2s
copying lib/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2s/blake2s-test.txt -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2s
copying lib/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2s/tv2.txt -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2s
creating build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2b
copying lib/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2b/tv1.txt -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2b
copying lib/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2b/blake2b-test.txt -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2b
copying lib/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2b/tv2.txt -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2b
creating build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash/test_vectors/wycheproof
copying lib/Cryptodome/SelfTest/Hash/test_vectors/wycheproof/aes_cmac_test.json -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Hash/test_vectors/wycheproof
creating build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/PublicKey/test_vectors
creating build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/PublicKey/test_vectors/ECC
copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/openssl_version.txt -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/PublicKey/test_vectors/ECC
copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/point-at-infinity.org-P256.txt -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/PublicKey/test_vectors/ECC
copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_p8.der -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/PublicKey/test_vectors/ECC
copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private.der -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/PublicKey/test_vectors/ECC
copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_public.der -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/PublicKey/test_vectors/ECC
copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_p8_clear.der -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/PublicKey/test_vectors/ECC
copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_p8.pem -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/PublicKey/test_vectors/ECC
copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_public_compressed.der -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/PublicKey/test_vectors/ECC
copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/gen_ecc_p256.sh -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/PublicKey/test_vectors/ECC
copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_p8_clear.pem -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/PublicKey/test_vectors/ECC
copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private.pem -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/PublicKey/test_vectors/ECC
copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_x509.pem -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/PublicKey/test_vectors/ECC
copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256.txt -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/PublicKey/test_vectors/ECC
copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_public.pem -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/PublicKey/test_vectors/ECC
copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_public_openssh.txt -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/PublicKey/test_vectors/ECC
copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_x509.der -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/PublicKey/test_vectors/ECC
copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_des3.pem -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/PublicKey/test_vectors/ECC
copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_public_compressed.pem -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/PublicKey/test_vectors/ECC
copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_aes192.pem -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/PublicKey/test_vectors/ECC
copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_aes256_gcm.pem -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/PublicKey/test_vectors/ECC
copying lib/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_aes128.pem -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/PublicKey/test_vectors/ECC
creating build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Signature/test_vectors
creating build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Signature/test_vectors/DSA
copying lib/Cryptodome/SelfTest/Signature/test_vectors/DSA/FIPS_186_3_SigGen.txt -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Signature/test_vectors/DSA
copying lib/Cryptodome/SelfTest/Signature/test_vectors/DSA/FIPS_186_3_SigVer.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Signature/test_vectors/DSA
creating build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Signature/test_vectors/ECDSA
copying lib/Cryptodome/SelfTest/Signature/test_vectors/ECDSA/README.txt -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Signature/test_vectors/ECDSA
copying lib/Cryptodome/SelfTest/Signature/test_vectors/ECDSA/SigGen.txt -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Signature/test_vectors/ECDSA
copying lib/Cryptodome/SelfTest/Signature/test_vectors/ECDSA/SigVer.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Signature/test_vectors/ECDSA
creating build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-v1.5
copying lib/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-v1.5/SigVer15_186-3.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-v1.5
copying lib/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-v1.5/SigGen15_186-2.txt -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-v1.5
copying lib/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-v1.5/SigGen15_186-3.txt -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-v1.5
creating build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-PSS
copying lib/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-PSS/SigGenPSS_186-3.txt -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-PSS
copying lib/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-PSS/SigVerPSS_186-3.rsp -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-PSS
copying lib/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-PSS/SigGenPSS_186-2.txt -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-PSS
creating build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Signature/test_vectors/wycheproof
copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/rsa_signature_test.json -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Signature/test_vectors/wycheproof
copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_test.json -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Signature/test_vectors/wycheproof
copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/dsa_test.json -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Signature/test_vectors/wycheproof
copying lib/Cryptodome/SelfTest/Signature/test_vectors/wycheproof/ecdsa_secp256r1_sha256_test.json -> build/lib.linux-x86_64-3.6/Cryptodome/SelfTest/Signature/test_vectors/wycheproof
running build_ext
building 'Cryptodome.Hash._MD2' extension
creating build/temp.linux-x86_64-3.6
creating build/temp.linux-x86_64-3.6/src
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fomit-frame-pointer -g -Os -fomit-frame-pointer -g -Os -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x100000 -fPIC -DPYCRYPTO_LITTLE_ENDIAN -DLTC_NO_ASM -Isrc/ -I/usr/include/python3.6m -c src/MD2.c -o build/temp.linux-x86_64-3.6/src/MD2.o
unable to execute 'gcc': No such file or directory
error: command 'gcc' failed with exit status 1
----------------------------------------
Command "/usr/bin/python3.6 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-8mxvhdfk/pycryptodomex/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-h1m34729/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-8mxvhdfk/pycryptodomex/
You are using pip version 10.0.1, however version 19.0.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
FATAL: Failed installing package pysnmp
[cont-init.d] 81-python-packages.sh: exited 1.
[cont-finish.d] executing container finish scripts...
[cont-finish.d] 50-compiled-symlink.sh: executing...
cont-finish.d] 50-compiled-symlink.sh: exited 0.
[cont-finish.d] 99-message.sh: executing...
-----------------------------------------------------------
Oops! Something went wrong.
We are so sorry, but something went terribly wrong when
starting or running this add-on.
Be sure to check the log above, line by line, for hints.
-----------------------------------------------------------
[cont-finish.d] 99-message.sh: exited 0.
[cont-finish.d] done.
[s6-finish] syncing disks.
[s6-finish] sending all processes the TERM signal.
@cbho
unable to execute 'gcc': No such file or directory error: command 'gcc' failed with exit status 1
Add gcc
to the system_packages
-option.
Thanks!
Added gcc - and get to a new problem:
Missing stdio.h
(log below).
Adding that in python_packages
doesn't work - searched https://pypi.org/ - 90 search results and no perfect fit - my best guess is stdio-mgr
- but that doesn't solve it either.
All advice appreciated :-)
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 00-banner.sh: executing...
-----------------------------------------------------------
Hass.io Add-on: AppDaemon v1.6.0
Python Apps and HADashboard using AppDaemon 3.x for Home Assistant
From: Community Hass.io Add-ons
By: Franck Nijhof <frenck@addons.community>
-----------------------------------------------------------
amd64 / Debian GNU/Linux 9 (stretch) / HA 0.87.1 / SU 143 / stable
-----------------------------------------------------------
[cont-init.d] 00-banner.sh: exited 0.
[cont-init.d] 01-log-level.sh: executing...
Log level is set to INFO
[cont-init.d] 01-log-level.sh: exited 0.
[cont-init.d] 02-updates.sh: executing...
INFO: You are running the latest version of this add-on
[cont-init.d] 02-updates.sh: exited 0.
[cont-init.d] 20-init-configuration.sh: executing...
[cont-init.d] 20-init-configuration.sh: exited 0.
[cont-init.d] 21-compiled-dir.sh: executing...
[cont-init.d] 21-compiled-dir.sh: exited 0.
[cont-init.d] 30-auto-token.sh: executing...
INFO: Updating Hass.io API token in AppDaemon with the current one...
[cont-init.d] 30-auto-token.sh: exited 0.
[cont-init.d] 31-ha-url.sh: executing...
[cont-init.d] 31-ha-url.sh: exited 0.
[cont-init.d] 50-compiled-symlink.sh: executing...
[cont-init.d] 50-compiled-symlink.sh: exited 0.
[cont-init.d] 80-system-packages.sh: executing...
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
v3.8.2-55-g801a047bfd [http://dl-cdn.alpinelinux.org/alpine/v3.8/main]
v3.8.2-53-g53558ad6fc [http://dl-cdn.alpinelinux.org/alpine/v3.8/community]
v3.9.0-385-gc000685cbe [http://dl-cdn.alpinelinux.org/alpine/edge/main]
v3.9.0-388-gc9e7b9f4ee [http://dl-cdn.alpinelinux.org/alpine/edge/community]
v3.9.0-391-g9668044553 [http://dl-cdn.alpinelinux.org/alpine/edge/testing]
OK: 22868 distinct packages available
(1/11) Installing binutils (2.30-r5)
(2/11) Installing gmp (6.1.2-r1)
(3/11) Installing isl (0.18-r0)
(4/11) Installing libgomp (6.4.0-r9)
(5/11) Installing libatomic (6.4.0-r9)
(6/11) Installing pkgconf (1.5.3-r0)
(7/11) Installing libgcc (6.4.0-r9)
(8/11) Installing mpfr3 (3.1.5-r1)
(9/11) Installing mpc1 (1.0.3-r1)
(10/11) Installing libstdc++ (6.4.0-r9)
(11/11) Installing gcc (6.4.0-r9)
Executing busybox-1.28.4-r1.trigger
: 158 MiB in 44 packages
[cont-init.d] 80-system-packages.sh: exited 0.
[cont-init.d] 81-python-packages.sh: executing...
Collecting pysnmp
Downloading https://files.pythonhosted.org/packages/f7/e5/a31fa1caebf9cf9a10cb26ab57c1c3bcd07eb7b10d2e126898d2a08b4b8a/pysnmp-4.4.9-py2.py3-none-any.whl (292kB)
Collecting pycryptodomex (from pysnmp)
Downloading https://files.pythonhosted.org/packages/9e/ed/e44c54a648fdfa56bf0682cd94b03303fa74a70e964c86acbbedf992afbe/pycryptodomex-3.7.3.tar.gz (9.3MB)
Collecting pyasn1>=0.2.3 (from pysnmp)
Downloading https://files.pythonhosted.org/packages/7b/7c/c9386b82a25115cccf1903441bba3cbadcfae7b678a20167347fa8ded34c/pyasn1-0.4.5-py2.py3-none-any.whl (73kB)
Collecting pysmi (from pysnmp)
Downloading https://files.pythonhosted.org/packages/e0/e0/328b765ff44150f2ac08f7e36f35623764ab55db22602b613f4eb437558f/pysmi-0.3.3-py2.py3-none-any.whl (80kB)
Collecting ply (from pysmi->pysnmp)
Downloading https://files.pythonhosted.org/packages/a3/58/35da89ee790598a0700ea49b2a66594140f44dec458c07e8e3d4979137fc/ply-3.11-py2.py3-none-any.whl (49kB)
Installing collected packages: pycryptodomex, pyasn1, ply, pysmi, pysnmp
Running setup.py install for pycryptodomex: started
Running setup.py install for pycryptodomex: finished with status 'error'
Complete output from command /usr/bin/python3.6 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-3ss80ln0/pycryptodomex/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-v7yx5qxh/install-record.txt --single-version-externally-managed --compile:
Testing support for clang
Target does not support clang
Testing support for gcc
Target does not support gcc
Testing support for stdint.h header
Target does not support stdint.h header
Testing support for 128-bit integer
Target does not support 128-bit integer
Testing support for intrin.h header
Target does not support intrin.h header
Testing support for cpuid.h header
Target does not support cpuid.h header
Testing support for posix_memalign
Target does not support posix_memalign
Testing support for memalign
Target does not support memalign
Warning: compiler does not support AESNI instructions
Warning: compiler does not support CLMUL instructions
running install
running build
running build_py
[a lot of "copying file" and "creating lib"]
running build_ext
building 'Cryptodome.Hash._MD2' extension
creating build/temp.linux-x86_64-3.6
creating build/temp.linux-x86_64-3.6/src
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fomit-frame-pointer -g -Os -fomit-frame-pointer -g -Os -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x100000 -fPIC -DPYCRYPTO_LITTLE_ENDIAN -DLTC_NO_ASM -Isrc/ -I/usr/include/python3.6m -c src/MD2.c -o build/temp.linux-x86_64-3.6/src/MD2.o
In file included from src/MD2.c:28:0:
src/common.h:34:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.
error: command 'gcc' failed with exit status 1
----------------------------------------
Command "/usr/bin/python3.6 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-3ss80ln0/pycryptodomex/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-v7yx5qxh/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-3ss80ln0/pycryptodomex/
You are using pip version 10.0.1, however version 19.0.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
FATAL: Failed installing package pysnmp
[cont-init.d] 81-python-packages.sh: exited 1.
[cont-finish.d] executing container finish scripts...
[cont-finish.d] 50-compiled-symlink.sh: executing...
[cont-finish.d] 50-compiled-symlink.sh: exited 0.
[cont-finish.d] 99-message.sh: executing...
-----------------------------------------------------------
Oops! Something went wrong.
We are so sorry, but something went terribly wrong when
starting or running this add-on.
Be sure to check the log above, line by line, for hints.
-----------------------------------------------------------
[cont-finish.d] 99-message.sh: exited 0.
[cont-finish.d] done.
[s6-finish] syncing disks.
[s6-finish] sending all processes the TERM signal.
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.
Problem/Motivation
Expected behavior
Actual behavior
Steps to reproduce
Proposed changes
Can you please include pysnmp on the next appdaemon3 and subsequent plugins for hassio?