PokemonGoF / PokemonGo-Bot

The Pokemon Go Bot, baking with community.
MIT License
3.87k stars 1.54k forks source link

Bot doesn't start #469

Closed ghost closed 8 years ago

ghost commented 8 years ago

Expected Behavior

Bot starts.

Actual Behaviour

root@debian:~# apt-get install git
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  git-man liberror-perl
Suggested packages:
  git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk
  gitweb git-arch git-cvs git-mediawiki git-svn
The following NEW packages will be installed:
  git git-man liberror-perl
0 upgraded, 3 newly installed, 0 to remove and 60 not upgraded.
Need to get 4,530 kB/4,552 kB of archives.
After this operation, 23.5 MB of additional disk space will be used.
Do you want to continue? [Y/n] 
Get:1 http://mirrors.linode.com/debian/ jessie/main git-man all 1:2.1.4-2.1+deb8u2 [1,267 kB]
Get:2 http://mirrors.linode.com/debian/ jessie/main git amd64 1:2.1.4-2.1+deb8u2 [3,262 kB]
Fetched 4,530 kB in 0s (28.8 MB/s)
Selecting previously unselected package liberror-perl.
(Reading database ... 24333 files and directories currently installed.)
Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ...
Unpacking liberror-perl (0.17-1.1) ...
Selecting previously unselected package git-man.
Preparing to unpack .../git-man_1%3a2.1.4-2.1+deb8u2_all.deb ...
Unpacking git-man (1:2.1.4-2.1+deb8u2) ...
Selecting previously unselected package git.
Preparing to unpack .../git_1%3a2.1.4-2.1+deb8u2_amd64.deb ...
Unpacking git (1:2.1.4-2.1+deb8u2) ...
Processing triggers for man-db (2.7.0.2-5) ...
Setting up liberror-perl (0.17-1.1) ...
Setting up git-man (1:2.1.4-2.1+deb8u2) ...
Setting up git (1:2.1.4-2.1+deb8u2) ...
root@debian:~# apt-get install python-protobuf
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  libprotobuf9
The following NEW packages will be installed:
  libprotobuf9 python-protobuf
0 upgraded, 2 newly installed, 0 to remove and 60 not upgraded.
Need to get 476 kB of archives.
After this operation, 1,836 kB of additional disk space will be used.
Do you want to continue? [Y/n] 
Get:1 http://mirrors.linode.com/debian/ jessie/main libprotobuf9 amd64 2.6.1-1 [361 kB]
Get:2 http://mirrors.linode.com/debian/ jessie/main python-protobuf amd64 2.6.1-1 [114 kB]
Fetched 476 kB in 0s (7,733 kB/s)    
Selecting previously unselected package libprotobuf9:amd64.
(Reading database ... 25106 files and directories currently installed.)
Preparing to unpack .../libprotobuf9_2.6.1-1_amd64.deb ...
Unpacking libprotobuf9:amd64 (2.6.1-1) ...
Selecting previously unselected package python-protobuf.
Preparing to unpack .../python-protobuf_2.6.1-1_amd64.deb ...
Unpacking python-protobuf (2.6.1-1) ...
Setting up libprotobuf9:amd64 (2.6.1-1) ...
Setting up python-protobuf (2.6.1-1) ...
Processing triggers for libc-bin (2.19-18+deb8u3) ...
root@debian:~# git clone -b master https://github.com/PokemonGoF/PokemonGo-Bot 
Cloning into 'PokemonGo-Bot'...
remote: Counting objects: 3112, done.
remote: Compressing objects: 100% (62/62), done.
remote: Total 3112 (delta 30), reused 0 (delta 0), pack-reused 3050
Receiving objects: 100% (3112/3112), 4.06 MiB | 6.30 MiB/s, done.
Resolving deltas: 100% (1390/1390), done.
Checking connectivity... done.
root@debian:~# cd PokemonGo-Bot/
root@debian:~/PokemonGo-Bot# pip install -r requirements.txt
-bash: pip: command not found
root@debian:~/PokemonGo-Bot# cd
root@debian:~# wget https://bootstrap.pypa.io/get-pip.py
--2016-07-23 17:40:10--  https://bootstrap.pypa.io/get-pip.py
Resolving bootstrap.pypa.io (bootstrap.pypa.io)... 151.101.16.175
Connecting to bootstrap.pypa.io (bootstrap.pypa.io)|151.101.16.175|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1524722 (1.5M) [text/x-python]
Saving to: ‘get-pip.py’

get-pip.py          100%[=====================>]   1.45M  --.-KB/s   in 0.04s  

2016-07-23 17:40:11 (38.2 MB/s) - ‘get-pip.py’ saved [1524722/1524722]

root@debian:~# python get-pip.py 
Collecting pip
  Downloading pip-8.1.2-py2.py3-none-any.whl (1.2MB)
    100% |████████████████████████████████| 1.2MB 796kB/s 
Collecting setuptools
  Downloading setuptools-25.0.0-py2.py3-none-any.whl (442kB)
    100% |████████████████████████████████| 450kB 2.3MB/s 
Collecting wheel
  Downloading wheel-0.29.0-py2.py3-none-any.whl (66kB)
    100% |████████████████████████████████| 71kB 8.8MB/s 
Installing collected packages: pip, setuptools, wheel
Successfully installed pip-8.1.2 setuptools-25.0.0 wheel-0.29.0
root@debian:~# pip install -r requirements.txt
Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'
root@debian:~# cd PokemonGo-Bot/
root@debian:~/PokemonGo-Bot# pip install -r requirements.txt
Collecting geopy==1.11.0 (from -r requirements.txt (line 1))
  Downloading geopy-1.11.0-py2.py3-none-any.whl (66kB)
    100% |████████████████████████████████| 71kB 6.5MB/s 
Requirement already satisfied (use --upgrade to upgrade): protobuf==2.6.1 in /usr/lib/python2.7/dist-packages (from -r requirements.txt (line 2))
Collecting requests==2.10.0 (from -r requirements.txt (line 3))
  Downloading requests-2.10.0-py2.py3-none-any.whl (506kB)
    100% |████████████████████████████████| 512kB 2.0MB/s 
Collecting s2sphere==0.2.4 (from -r requirements.txt (line 4))
  Downloading s2sphere-0.2.4-py2.py3-none-any.whl
Collecting gpsoauth==0.3.0 (from -r requirements.txt (line 5))
  Downloading gpsoauth-0.3.0.tar.gz
Collecting protobuf-to-dict==0.1.0 (from -r requirements.txt (line 6))
  Downloading protobuf-to-dict-0.1.0.tar.gz
Collecting googlemaps==2.4.4 (from -r requirements.txt (line 7))
  Downloading googlemaps-2.4.4-py2-none-any.whl
Collecting future (from s2sphere==0.2.4->-r requirements.txt (line 4))
  Downloading future-0.15.2.tar.gz (1.6MB)
    100% |████████████████████████████████| 1.6MB 676kB/s 
Collecting pycryptodomex>=3.0 (from gpsoauth==0.3.0->-r requirements.txt (line 5))
  Downloading pycryptodomex-3.4.2.tar.gz (6.5MB)
    100% |████████████████████████████████| 6.5MB 153kB/s 
Building wheels for collected packages: gpsoauth, protobuf-to-dict, future, pycryptodomex
  Running setup.py bdist_wheel for gpsoauth ... done
  Stored in directory: /root/.cache/pip/wheels/06/d2/82/d0710aa6bd4d119090452ab371dac9c725fd4a288456c3b929
  Running setup.py bdist_wheel for protobuf-to-dict ... done
  Stored in directory: /root/.cache/pip/wheels/b3/5f/67/4af581810bdf4fd47eff115354343c227ec1a504010abc9e07
  Running setup.py bdist_wheel for future ... done
  Stored in directory: /root/.cache/pip/wheels/11/c5/d2/ad287de27d0f0d646f119dcffb921f4e63df128f28ab0a1bda
  Running setup.py bdist_wheel for pycryptodomex ... error
  Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-E7oVOZ/pycryptodomex/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmpWKFCBJpip-wheel- --python-tag cp27:
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib.linux-x86_64-2.7
  creating build/lib.linux-x86_64-2.7/Crypto
  copying lib/Crypto/__init__.py -> build/lib.linux-x86_64-2.7/Crypto
  creating build/lib.linux-x86_64-2.7/Crypto/Cipher
  copying lib/Crypto/Cipher/_mode_cfb.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
  copying lib/Crypto/Cipher/Salsa20.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
  copying lib/Crypto/Cipher/ChaCha20.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
  copying lib/Crypto/Cipher/DES3.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
  copying lib/Crypto/Cipher/_mode_ofb.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
  copying lib/Crypto/Cipher/_mode_gcm.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
  copying lib/Crypto/Cipher/_mode_siv.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
  copying lib/Crypto/Cipher/_mode_ecb.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
  copying lib/Crypto/Cipher/_mode_ctr.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
  copying lib/Crypto/Cipher/_mode_openpgp.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
  copying lib/Crypto/Cipher/ARC4.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
  copying lib/Crypto/Cipher/PKCS1_v1_5.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
  copying lib/Crypto/Cipher/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
  copying lib/Crypto/Cipher/_mode_cbc.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
  copying lib/Crypto/Cipher/PKCS1_OAEP.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
  copying lib/Crypto/Cipher/_mode_eax.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
  copying lib/Crypto/Cipher/_mode_ccm.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
  copying lib/Crypto/Cipher/CAST.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
  copying lib/Crypto/Cipher/ARC2.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
  copying lib/Crypto/Cipher/DES.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
  copying lib/Crypto/Cipher/Blowfish.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
  copying lib/Crypto/Cipher/AES.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
  copying lib/Crypto/Cipher/_mode_ocb.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
  creating build/lib.linux-x86_64-2.7/Crypto/Hash
  copying lib/Crypto/Hash/RIPEMD.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
  copying lib/Crypto/Hash/MD4.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
  copying lib/Crypto/Hash/SHA512.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
  copying lib/Crypto/Hash/SHAKE128.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
  copying lib/Crypto/Hash/SHA1.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
  copying lib/Crypto/Hash/CMAC.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
  copying lib/Crypto/Hash/keccak.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
  copying lib/Crypto/Hash/MD5.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
  copying lib/Crypto/Hash/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
  copying lib/Crypto/Hash/BLAKE2s.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
  copying lib/Crypto/Hash/SHA3_512.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
  copying lib/Crypto/Hash/SHA256.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
  copying lib/Crypto/Hash/RIPEMD160.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
  copying lib/Crypto/Hash/MD2.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
  copying lib/Crypto/Hash/SHA3_384.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
  copying lib/Crypto/Hash/SHA3_256.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
  copying lib/Crypto/Hash/SHA224.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
  copying lib/Crypto/Hash/SHAKE256.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
  copying lib/Crypto/Hash/SHA.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
  copying lib/Crypto/Hash/SHA384.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
  copying lib/Crypto/Hash/BLAKE2b.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
  copying lib/Crypto/Hash/SHA3_224.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
  copying lib/Crypto/Hash/HMAC.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
  creating build/lib.linux-x86_64-2.7/Crypto/IO
  copying lib/Crypto/IO/PKCS8.py -> build/lib.linux-x86_64-2.7/Crypto/IO
  copying lib/Crypto/IO/PEM.py -> build/lib.linux-x86_64-2.7/Crypto/IO
  copying lib/Crypto/IO/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/IO
  copying lib/Crypto/IO/_PBES.py -> build/lib.linux-x86_64-2.7/Crypto/IO
  creating build/lib.linux-x86_64-2.7/Crypto/PublicKey
  copying lib/Crypto/PublicKey/RSA.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey
  copying lib/Crypto/PublicKey/DSA.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey
  copying lib/Crypto/PublicKey/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey
  copying lib/Crypto/PublicKey/ECC.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey
  copying lib/Crypto/PublicKey/ElGamal.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey
  creating build/lib.linux-x86_64-2.7/Crypto/Protocol
  copying lib/Crypto/Protocol/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/Protocol
  copying lib/Crypto/Protocol/KDF.py -> build/lib.linux-x86_64-2.7/Crypto/Protocol
  copying lib/Crypto/Protocol/SecretSharing.py -> build/lib.linux-x86_64-2.7/Crypto/Protocol
  creating build/lib.linux-x86_64-2.7/Crypto/Random
  copying lib/Crypto/Random/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/Random
  copying lib/Crypto/Random/random.py -> build/lib.linux-x86_64-2.7/Crypto/Random
  creating build/lib.linux-x86_64-2.7/Crypto/Signature
  copying lib/Crypto/Signature/PKCS1_PSS.py -> build/lib.linux-x86_64-2.7/Crypto/Signature
  copying lib/Crypto/Signature/PKCS1_v1_5.py -> build/lib.linux-x86_64-2.7/Crypto/Signature
  copying lib/Crypto/Signature/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/Signature
  copying lib/Crypto/Signature/pss.py -> build/lib.linux-x86_64-2.7/Crypto/Signature
  copying lib/Crypto/Signature/pkcs1_15.py -> build/lib.linux-x86_64-2.7/Crypto/Signature
  copying lib/Crypto/Signature/DSS.py -> build/lib.linux-x86_64-2.7/Crypto/Signature
  creating build/lib.linux-x86_64-2.7/Crypto/Util
  copying lib/Crypto/Util/_raw_api.py -> build/lib.linux-x86_64-2.7/Crypto/Util
  copying lib/Crypto/Util/py3compat.py -> build/lib.linux-x86_64-2.7/Crypto/Util
  copying lib/Crypto/Util/Counter.py -> build/lib.linux-x86_64-2.7/Crypto/Util
  copying lib/Crypto/Util/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/Util
  copying lib/Crypto/Util/RFC1751.py -> build/lib.linux-x86_64-2.7/Crypto/Util
  copying lib/Crypto/Util/_number_new.py -> build/lib.linux-x86_64-2.7/Crypto/Util
  copying lib/Crypto/Util/Padding.py -> build/lib.linux-x86_64-2.7/Crypto/Util
  copying lib/Crypto/Util/number.py -> build/lib.linux-x86_64-2.7/Crypto/Util
  copying lib/Crypto/Util/asn1.py -> build/lib.linux-x86_64-2.7/Crypto/Util
  copying lib/Crypto/Util/_file_system.py -> build/lib.linux-x86_64-2.7/Crypto/Util
  copying lib/Crypto/Util/strxor.py -> build/lib.linux-x86_64-2.7/Crypto/Util
  creating build/lib.linux-x86_64-2.7/Crypto/Math
  copying lib/Crypto/Math/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/Math
  copying lib/Crypto/Math/Primality.py -> build/lib.linux-x86_64-2.7/Crypto/Math
  copying lib/Crypto/Math/Numbers.py -> build/lib.linux-x86_64-2.7/Crypto/Math
  copying lib/Crypto/Math/_Numbers_int.py -> build/lib.linux-x86_64-2.7/Crypto/Math
  copying lib/Crypto/Math/_Numbers_gmp.py -> build/lib.linux-x86_64-2.7/Crypto/Math
  creating build/lib.linux-x86_64-2.7/Crypto/SelfTest
  copying lib/Crypto/SelfTest/__main__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest
  copying lib/Crypto/SelfTest/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest
  copying lib/Crypto/SelfTest/st_common.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest
  copying lib/Crypto/SelfTest/loader.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest
  creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
  copying lib/Crypto/SelfTest/Cipher/test_OCB.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
  copying lib/Crypto/SelfTest/Cipher/test_OFB.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
  copying lib/Crypto/SelfTest/Cipher/test_GCM.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
  copying lib/Crypto/SelfTest/Cipher/test_OpenPGP.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
  copying lib/Crypto/SelfTest/Cipher/test_DES3.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
  copying lib/Crypto/SelfTest/Cipher/test_CBC.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
  copying lib/Crypto/SelfTest/Cipher/test_SIV.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
  copying lib/Crypto/SelfTest/Cipher/test_ARC2.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
  copying lib/Crypto/SelfTest/Cipher/test_CFB.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
  copying lib/Crypto/SelfTest/Cipher/test_ChaCha20.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
  copying lib/Crypto/SelfTest/Cipher/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
  copying lib/Crypto/SelfTest/Cipher/common.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
  copying lib/Crypto/SelfTest/Cipher/test_CAST.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
  copying lib/Crypto/SelfTest/Cipher/test_DES.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
  copying lib/Crypto/SelfTest/Cipher/test_ARC4.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
  copying lib/Crypto/SelfTest/Cipher/test_pkcs1_oaep.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
  copying lib/Crypto/SelfTest/Cipher/test_Salsa20.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
  copying lib/Crypto/SelfTest/Cipher/test_pkcs1_15.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
  copying lib/Crypto/SelfTest/Cipher/test_EAX.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
  copying lib/Crypto/SelfTest/Cipher/test_AES.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
  copying lib/Crypto/SelfTest/Cipher/test_CTR.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
  copying lib/Crypto/SelfTest/Cipher/test_Blowfish.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
  copying lib/Crypto/SelfTest/Cipher/test_CCM.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
  creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
  copying lib/Crypto/SelfTest/Hash/test_CMAC.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
  copying lib/Crypto/SelfTest/Hash/test_SHA3_256.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
  copying lib/Crypto/SelfTest/Hash/test_SHA3_384.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
  copying lib/Crypto/SelfTest/Hash/test_HMAC.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
  copying lib/Crypto/SelfTest/Hash/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
  copying lib/Crypto/SelfTest/Hash/common.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
  copying lib/Crypto/SelfTest/Hash/test_BLAKE2.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
  copying lib/Crypto/SelfTest/Hash/test_SHA224.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
  copying lib/Crypto/SelfTest/Hash/test_MD5.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
  copying lib/Crypto/SelfTest/Hash/test_keccak.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
  copying lib/Crypto/SelfTest/Hash/test_SHA3_224.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
  copying lib/Crypto/SelfTest/Hash/test_MD2.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
  copying lib/Crypto/SelfTest/Hash/test_SHA3_512.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
  copying lib/Crypto/SelfTest/Hash/test_SHA1.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
  copying lib/Crypto/SelfTest/Hash/test_SHA512.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
  copying lib/Crypto/SelfTest/Hash/test_SHAKE.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
  copying lib/Crypto/SelfTest/Hash/test_SHA256.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
  copying lib/Crypto/SelfTest/Hash/test_MD4.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
  copying lib/Crypto/SelfTest/Hash/test_SHA384.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
  copying lib/Crypto/SelfTest/Hash/test_RIPEMD160.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
  creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/IO
  copying lib/Crypto/SelfTest/IO/test_PKCS8.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/IO
  copying lib/Crypto/SelfTest/IO/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/IO
  copying lib/Crypto/SelfTest/IO/test_PBES.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/IO
  creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Protocol
  copying lib/Crypto/SelfTest/Protocol/test_rfc1751.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Protocol
  copying lib/Crypto/SelfTest/Protocol/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Protocol
  copying lib/Crypto/SelfTest/Protocol/test_SecretSharing.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Protocol
  copying lib/Crypto/SelfTest/Protocol/test_KDF.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Protocol
  creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey
  copying lib/Crypto/SelfTest/PublicKey/test_import_RSA.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey
  copying lib/Crypto/SelfTest/PublicKey/test_RSA.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey
  copying lib/Crypto/SelfTest/PublicKey/test_import_DSA.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey
  copying lib/Crypto/SelfTest/PublicKey/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey
  copying lib/Crypto/SelfTest/PublicKey/test_ElGamal.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey
  copying lib/Crypto/SelfTest/PublicKey/test_DSA.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey
  copying lib/Crypto/SelfTest/PublicKey/test_import_ECC.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey
  copying lib/Crypto/SelfTest/PublicKey/test_ECC.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey
  creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random
  copying lib/Crypto/SelfTest/Random/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random
  copying lib/Crypto/SelfTest/Random/test_random.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random
  creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature
  copying lib/Crypto/SelfTest/Signature/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature
  copying lib/Crypto/SelfTest/Signature/test_dss.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature
  copying lib/Crypto/SelfTest/Signature/test_pkcs1_15.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature
  copying lib/Crypto/SelfTest/Signature/test_pss.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature
  creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util
  copying lib/Crypto/SelfTest/Util/test_Counter.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util
  copying lib/Crypto/SelfTest/Util/test_Padding.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util
  copying lib/Crypto/SelfTest/Util/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util
  copying lib/Crypto/SelfTest/Util/test_number.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util
  copying lib/Crypto/SelfTest/Util/test_asn1.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util
  copying lib/Crypto/SelfTest/Util/test_strxor.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util
  creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Math
  copying lib/Crypto/SelfTest/Math/test_Numbers.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Math
  copying lib/Crypto/SelfTest/Math/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Math
  copying lib/Crypto/SelfTest/Math/test_Primality.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Math
  creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors
  creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8MMT192.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBMMT256.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128GFSbox256.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128VarKey256.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128KeySbox192.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCMMT192.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8KeySbox256.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBMMT128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBVarKey256.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCMMT128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8MMT256.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBGFSbox192.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128MMT128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCVarKey128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8KeySbox192.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8VarKey128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCGFSbox192.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128MCT192.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCKeySbox256.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBMCT128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBGFSbox128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128MCT256.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8MCT128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCMCT128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBVarKey128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBMCT256.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128MMT256.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8VarTxt256.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128KeySbox128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128VarTxt256.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBKeySbox128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBKeySbox256.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128VarKey192.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBVarTxt128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCMCT256.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8VarTxt128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCVarTxt192.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCKeySbox192.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8VarKey256.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBVarTxt192.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCMCT192.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8VarTxt192.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128MCT128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBVarKey192.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCVarTxt128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8GFSbox192.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8GFSbox256.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCMMT256.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBMCT192.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/gcmEncryptExtIV128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8GFSbox128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128VarTxt128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBKeySbox192.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8MMT128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCGFSbox128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCVarKey256.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8VarKey192.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128VarKey128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128GFSbox128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCKeySbox128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/gcmDecrypt128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCVarKey192.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8MCT256.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128MMT192.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128VarTxt192.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBMMT192.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128GFSbox192.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8MCT192.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBVarTxt256.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBGFSbox256.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128KeySbox256.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCGFSbox256.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCVarTxt256.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8KeySbox128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
  creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB64vartext.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB8invperm.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TOFBMMT2.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB64permop.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB8MMT2.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCBCvartext.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TOFBvarkey.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB64subtab.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCBCpermop.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TOFBMMT3.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB64MMT2.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCBCMMT3.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TOFBvartext.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TOFBsubtab.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB64MMT3.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TOFBinvperm.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCBCinvperm.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TECBMMT2.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB8permop.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCBCMMT2.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB64varkey.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB8MMT3.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TOFBpermop.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCBCvarkey.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB8subtab.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB8varkey.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB64invperm.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TECBMMT3.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB8vartext.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
  copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCBCsubtab.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
  creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors
  creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/SHA3
  copying lib/Crypto/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHA3-512.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/SHA3
  copying lib/Crypto/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHA3-384.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/SHA3
  copying lib/Crypto/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHAKE128.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/SHA3
  copying lib/Crypto/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHA3-224.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/SHA3
  copying lib/Crypto/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHAKE256.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/SHA3
  copying lib/Crypto/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHA3-256.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/SHA3
  creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak
  copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/LongMsgKAT_512.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak
  copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/readme.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak
  copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/ShortMsgKAT_224.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak
  copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/ExtremelyLongMsgKAT_256.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak
  copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/LongMsgKAT_224.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak
  copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/ShortMsgKAT_512.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak
  copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/LongMsgKAT_256.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak
  copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/LongMsgKAT_384.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak
  copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/ExtremelyLongMsgKAT_384.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak
  copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/ShortMsgKAT_384.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak
  copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/ExtremelyLongMsgKAT_512.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak
  copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/ExtremelyLongMsgKAT_224.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak
  copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/ShortMsgKAT_256.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak
  creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/BLAKE2s
  copying lib/Crypto/SelfTest/Hash/test_vectors/BLAKE2s/blake2s-test.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/BLAKE2s
  copying lib/Crypto/SelfTest/Hash/test_vectors/BLAKE2s/tv1.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/BLAKE2s
  copying lib/Crypto/SelfTest/Hash/test_vectors/BLAKE2s/tv2.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/BLAKE2s
  creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/BLAKE2b
  copying lib/Crypto/SelfTest/Hash/test_vectors/BLAKE2b/tv1.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/BLAKE2b
  copying lib/Crypto/SelfTest/Hash/test_vectors/BLAKE2b/blake2b-test.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/BLAKE2b
  copying lib/Crypto/SelfTest/Hash/test_vectors/BLAKE2b/tv2.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/BLAKE2b
  creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors
  creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC
  copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC
  copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/gen_ecc_p256.sh -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC
  copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_public_openssh.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC
  copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_public.pem -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC
  copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private.pem -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC
  copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_public.der -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC
  copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/point-at-infinity.org-P256.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC
  copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_p8.pem -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC
  copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_aes128.pem -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC
  copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/openssl_version.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC
  copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_aes192.pem -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC
  copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_des3.pem -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC
  copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_x509.der -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC
  copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private.der -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC
  copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_p8_clear.pem -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC
  copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_p8_clear.der -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC
  copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_x509.pem -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC
  copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_aes256_gcm.pem -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC
  copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_p8.der -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC
  creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors
  creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/DSA
  copying lib/Crypto/SelfTest/Signature/test_vectors/DSA/FIPS_186_3_SigGen.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/DSA
  copying lib/Crypto/SelfTest/Signature/test_vectors/DSA/FIPS_186_3_SigVer.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/DSA
  creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/ECDSA
  copying lib/Crypto/SelfTest/Signature/test_vectors/ECDSA/SigGen.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/ECDSA
  copying lib/Crypto/SelfTest/Signature/test_vectors/ECDSA/SigVer.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/ECDSA
  copying lib/Crypto/SelfTest/Signature/test_vectors/ECDSA/README.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/ECDSA
  creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/PKCS1-v1.5
  copying lib/Crypto/SelfTest/Signature/test_vectors/PKCS1-v1.5/SigVer15_186-3.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/PKCS1-v1.5
  copying lib/Crypto/SelfTest/Signature/test_vectors/PKCS1-v1.5/SigGen15_186-2.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/PKCS1-v1.5
  copying lib/Crypto/SelfTest/Signature/test_vectors/PKCS1-v1.5/SigGen15_186-3.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/PKCS1-v1.5
  creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/PKCS1-PSS
  copying lib/Crypto/SelfTest/Signature/test_vectors/PKCS1-PSS/SigGenPSS_186-3.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/PKCS1-PSS
  copying lib/Crypto/SelfTest/Signature/test_vectors/PKCS1-PSS/SigGenPSS_186-2.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/PKCS1-PSS
  copying lib/Crypto/SelfTest/Signature/test_vectors/PKCS1-PSS/SigVerPSS_186-3.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/PKCS1-PSS
  creating build/lib.linux-x86_64-2.7/Cryptodome
  creating build/lib.linux-x86_64-2.7/Cryptodome/SelfTest
  creating build/lib.linux-x86_64-2.7/Cryptodome/Cipher
  creating build/lib.linux-x86_64-2.7/Cryptodome/Hash
  creating build/lib.linux-x86_64-2.7/Cryptodome/Signature
  creating build/lib.linux-x86_64-2.7/Cryptodome/Util
  creating build/lib.linux-x86_64-2.7/Cryptodome/Math
  creating build/lib.linux-x86_64-2.7/Cryptodome/IO
  creating build/lib.linux-x86_64-2.7/Cryptodome/Random
  creating build/lib.linux-x86_64-2.7/Cryptodome/Protocol
  creating build/lib.linux-x86_64-2.7/Cryptodome/PublicKey
  Copying file build/lib.linux-x86_64-2.7/Crypto/__init__.py to build/lib.linux-x86_64-2.7/Cryptodome/__init__.py
  creating build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher
  creating build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash
  creating build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Signature
  creating build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Util
  creating build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Math
  creating build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/IO
  creating build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Random
  creating build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Protocol
  creating build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/__main__.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/__main__.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/__init__.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/__init__.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/st_common.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/st_common.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/loader.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/loader.py
  creating build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_OCB.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_OCB.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_OFB.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_OFB.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_GCM.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_GCM.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_OpenPGP.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_OpenPGP.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_DES3.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_DES3.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_CBC.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_CBC.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_SIV.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_SIV.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_ARC2.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_ARC2.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_CFB.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_CFB.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_ChaCha20.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_ChaCha20.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/__init__.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/__init__.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/common.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/common.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_CAST.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_CAST.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_DES.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_DES.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_ARC4.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_ARC4.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_pkcs1_oaep.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_pkcs1_oaep.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_Salsa20.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_Salsa20.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_pkcs1_15.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_pkcs1_15.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_EAX.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_EAX.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_AES.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_AES.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_CTR.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_CTR.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_Blowfish.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_Blowfish.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_CCM.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_CCM.py
  creating build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES
  creating build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB64vartext.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB64vartext.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB8invperm.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB8invperm.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TOFBMMT2.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TOFBMMT2.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB64permop.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB64permop.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB8MMT2.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB8MMT2.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TCBCvartext.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCBCvartext.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TOFBvarkey.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TOFBvarkey.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB64subtab.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB64subtab.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TCBCpermop.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCBCpermop.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TOFBMMT3.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TOFBMMT3.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB64MMT2.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB64MMT2.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TCBCMMT3.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCBCMMT3.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TOFBvartext.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TOFBvartext.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TOFBsubtab.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TOFBsubtab.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB64MMT3.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB64MMT3.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TOFBinvperm.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TOFBinvperm.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TCBCinvperm.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCBCinvperm.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TECBMMT2.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TECBMMT2.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB8permop.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB8permop.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TCBCMMT2.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCBCMMT2.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB64varkey.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB64varkey.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB8MMT3.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB8MMT3.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TOFBpermop.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TOFBpermop.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TCBCvarkey.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCBCvarkey.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB8subtab.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB8subtab.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB8varkey.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB8varkey.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB64invperm.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB64invperm.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TECBMMT3.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TECBMMT3.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB8vartext.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB8vartext.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TCBCsubtab.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCBCsubtab.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8MMT192.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8MMT192.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/OFBMMT256.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBMMT256.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128GFSbox256.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128GFSbox256.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128VarKey256.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128VarKey256.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128KeySbox192.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128KeySbox192.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CBCMMT192.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCMMT192.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8KeySbox256.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8KeySbox256.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/OFBMMT128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBMMT128.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/OFBVarKey256.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBVarKey256.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CBCMMT128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCMMT128.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8MMT256.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8MMT256.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/OFBGFSbox192.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBGFSbox192.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128MMT128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128MMT128.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CBCVarKey128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCVarKey128.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8KeySbox192.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8KeySbox192.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8VarKey128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8VarKey128.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CBCGFSbox192.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCGFSbox192.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128MCT192.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128MCT192.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CBCKeySbox256.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCKeySbox256.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/OFBMCT128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBMCT128.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/OFBGFSbox128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBGFSbox128.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128MCT256.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128MCT256.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8MCT128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8MCT128.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CBCMCT128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCMCT128.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/OFBVarKey128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBVarKey128.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/OFBMCT256.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBMCT256.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128MMT256.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128MMT256.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8VarTxt256.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8VarTxt256.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128KeySbox128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128KeySbox128.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128VarTxt256.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128VarTxt256.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/OFBKeySbox128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBKeySbox128.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/OFBKeySbox256.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBKeySbox256.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128VarKey192.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128VarKey192.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/OFBVarTxt128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBVarTxt128.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CBCMCT256.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCMCT256.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8VarTxt128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8VarTxt128.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CBCVarTxt192.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCVarTxt192.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CBCKeySbox192.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCKeySbox192.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8VarKey256.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8VarKey256.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/OFBVarTxt192.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBVarTxt192.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CBCMCT192.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCMCT192.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8VarTxt192.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8VarTxt192.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128MCT128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128MCT128.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/OFBVarKey192.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBVarKey192.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CBCVarTxt128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCVarTxt128.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8GFSbox192.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8GFSbox192.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8GFSbox256.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8GFSbox256.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CBCMMT256.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCMMT256.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/OFBMCT192.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBMCT192.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/gcmEncryptExtIV128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/gcmEncryptExtIV128.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8GFSbox128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8GFSbox128.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128VarTxt128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128VarTxt128.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/OFBKeySbox192.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBKeySbox192.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8MMT128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8MMT128.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CBCGFSbox128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCGFSbox128.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CBCVarKey256.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCVarKey256.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8VarKey192.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8VarKey192.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128VarKey128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128VarKey128.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128GFSbox128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128GFSbox128.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CBCKeySbox128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCKeySbox128.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/gcmDecrypt128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/gcmDecrypt128.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CBCVarKey192.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCVarKey192.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8MCT256.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8MCT256.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128MMT192.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128MMT192.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128VarTxt192.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128VarTxt192.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/OFBMMT192.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBMMT192.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128GFSbox192.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128GFSbox192.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8MCT192.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8MCT192.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/OFBVarTxt256.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBVarTxt256.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/OFBGFSbox256.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBGFSbox256.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128KeySbox256.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128KeySbox256.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CBCGFSbox256.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCGFSbox256.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CBCVarTxt256.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCVarTxt256.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8KeySbox128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8KeySbox128.rsp
  creating build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_CMAC.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_CMAC.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_SHA3_256.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_SHA3_256.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_SHA3_384.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_SHA3_384.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_HMAC.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_HMAC.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/__init__.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/__init__.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/common.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/common.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_BLAKE2.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_BLAKE2.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_SHA224.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_SHA224.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_MD5.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_MD5.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_keccak.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_keccak.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_SHA3_224.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_SHA3_224.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_MD2.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_MD2.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_SHA3_512.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_SHA3_512.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_SHA1.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_SHA1.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_SHA512.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_SHA512.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_SHAKE.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_SHAKE.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_SHA256.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_SHA256.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_MD4.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_MD4.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_SHA384.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_SHA384.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_RIPEMD160.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_RIPEMD160.py
  creating build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2b
  creating build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/SHA3
  creating build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/keccak
  creating build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2s
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/BLAKE2b/tv1.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2b/tv1.txt
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/BLAKE2b/blake2b-test.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2b/blake2b-test.txt
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/BLAKE2b/tv2.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2b/tv2.txt
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHA3-512.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHA3-512.txt
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHA3-384.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHA3-384.txt
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHAKE128.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHAKE128.txt
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHA3-224.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHA3-224.txt
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHAKE256.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHAKE256.txt
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHA3-256.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHA3-256.txt
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak/LongMsgKAT_512.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/keccak/LongMsgKAT_512.txt
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak/readme.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/keccak/readme.txt
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak/ShortMsgKAT_224.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/keccak/ShortMsgKAT_224.txt
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak/ExtremelyLongMsgKAT_256.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/keccak/ExtremelyLongMsgKAT_256.txt
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak/LongMsgKAT_224.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/keccak/LongMsgKAT_224.txt
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak/ShortMsgKAT_512.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/keccak/ShortMsgKAT_512.txt
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak/LongMsgKAT_256.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/keccak/LongMsgKAT_256.txt
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak/LongMsgKAT_384.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/keccak/LongMsgKAT_384.txt
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak/ExtremelyLongMsgKAT_384.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/keccak/ExtremelyLongMsgKAT_384.txt
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak/ShortMsgKAT_384.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/keccak/ShortMsgKAT_384.txt
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak/ExtremelyLongMsgKAT_512.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/keccak/ExtremelyLongMsgKAT_512.txt
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak/ExtremelyLongMsgKAT_224.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/keccak/ExtremelyLongMsgKAT_224.txt
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak/ShortMsgKAT_256.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/keccak/ShortMsgKAT_256.txt
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/BLAKE2s/blake2s-test.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2s/blake2s-test.txt
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/BLAKE2s/tv1.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2s/tv1.txt
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/BLAKE2s/tv2.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2s/tv2.txt
  creating build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Signature/test_vectors
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/__init__.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Signature/__init__.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_dss.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Signature/test_dss.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_pkcs1_15.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Signature/test_pkcs1_15.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_pss.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Signature/test_pss.py
  creating build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Signature/test_vectors/ECDSA
  creating build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-v1.5
  creating build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Signature/test_vectors/DSA
  creating build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-PSS
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/ECDSA/SigGen.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Signature/test_vectors/ECDSA/SigGen.txt
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/ECDSA/SigVer.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Signature/test_vectors/ECDSA/SigVer.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/ECDSA/README.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Signature/test_vectors/ECDSA/README.txt
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/PKCS1-v1.5/SigVer15_186-3.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-v1.5/SigVer15_186-3.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/PKCS1-v1.5/SigGen15_186-2.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-v1.5/SigGen15_186-2.txt
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/PKCS1-v1.5/SigGen15_186-3.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-v1.5/SigGen15_186-3.txt
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/DSA/FIPS_186_3_SigGen.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Signature/test_vectors/DSA/FIPS_186_3_SigGen.txt
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/DSA/FIPS_186_3_SigVer.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Signature/test_vectors/DSA/FIPS_186_3_SigVer.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/PKCS1-PSS/SigGenPSS_186-3.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-PSS/SigGenPSS_186-3.txt
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/PKCS1-PSS/SigGenPSS_186-2.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-PSS/SigGenPSS_186-2.txt
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/PKCS1-PSS/SigVerPSS_186-3.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-PSS/SigVerPSS_186-3.rsp
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util/test_Counter.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Util/test_Counter.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util/test_Padding.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Util/test_Padding.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util/__init__.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Util/__init__.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util/test_number.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Util/test_number.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util/test_asn1.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Util/test_asn1.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util/test_strxor.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Util/test_strxor.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Math/test_Numbers.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Math/test_Numbers.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Math/__init__.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Math/__init__.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Math/test_Primality.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Math/test_Primality.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/IO/test_PKCS8.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/IO/test_PKCS8.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/IO/__init__.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/IO/__init__.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/IO/test_PBES.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/IO/test_PBES.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/__init__.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Random/__init__.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/test_random.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Random/test_random.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Protocol/test_rfc1751.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Protocol/test_rfc1751.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Protocol/__init__.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Protocol/__init__.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Protocol/test_SecretSharing.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Protocol/test_SecretSharing.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Protocol/test_KDF.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Protocol/test_KDF.py
  creating build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_vectors
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_import_RSA.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_import_RSA.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_RSA.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_RSA.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_import_DSA.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_import_DSA.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/__init__.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/__init__.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_ElGamal.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_ElGamal.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_DSA.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_DSA.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_import_ECC.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_import_ECC.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_ECC.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_ECC.py
  creating build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_vectors/ECC
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256.txt
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC/gen_ecc_p256.sh to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/gen_ecc_p256.sh
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_public_openssh.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_public_openssh.txt
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_public.pem to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_public.pem
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private.pem to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private.pem
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_public.der to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_public.der
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC/point-at-infinity.org-P256.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/point-at-infinity.org-P256.txt
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_p8.pem to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_p8.pem
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_aes128.pem to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_aes128.pem
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC/openssl_version.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/openssl_version.txt
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_aes192.pem to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_aes192.pem
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_des3.pem to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_des3.pem
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_x509.der to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_x509.der
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private.der to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private.der
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_p8_clear.pem to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_p8_clear.pem
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_p8_clear.der to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_p8_clear.der
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_x509.pem to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_x509.pem
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_aes256_gcm.pem to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_aes256_gcm.pem
  Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_p8.der to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_p8.der
  Copying file build/lib.linux-x86_64-2.7/Crypto/Cipher/_mode_cfb.py to build/lib.linux-x86_64-2.7/Cryptodome/Cipher/_mode_cfb.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Cipher/Salsa20.py to build/lib.linux-x86_64-2.7/Cryptodome/Cipher/Salsa20.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Cipher/ChaCha20.py to build/lib.linux-x86_64-2.7/Cryptodome/Cipher/ChaCha20.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Cipher/DES3.py to build/lib.linux-x86_64-2.7/Cryptodome/Cipher/DES3.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Cipher/_mode_ofb.py to build/lib.linux-x86_64-2.7/Cryptodome/Cipher/_mode_ofb.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Cipher/_mode_gcm.py to build/lib.linux-x86_64-2.7/Cryptodome/Cipher/_mode_gcm.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Cipher/_mode_siv.py to build/lib.linux-x86_64-2.7/Cryptodome/Cipher/_mode_siv.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Cipher/_mode_ecb.py to build/lib.linux-x86_64-2.7/Cryptodome/Cipher/_mode_ecb.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Cipher/_mode_ctr.py to build/lib.linux-x86_64-2.7/Cryptodome/Cipher/_mode_ctr.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Cipher/_mode_openpgp.py to build/lib.linux-x86_64-2.7/Cryptodome/Cipher/_mode_openpgp.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Cipher/ARC4.py to build/lib.linux-x86_64-2.7/Cryptodome/Cipher/ARC4.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Cipher/PKCS1_v1_5.py to build/lib.linux-x86_64-2.7/Cryptodome/Cipher/PKCS1_v1_5.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Cipher/__init__.py to build/lib.linux-x86_64-2.7/Cryptodome/Cipher/__init__.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Cipher/_mode_cbc.py to build/lib.linux-x86_64-2.7/Cryptodome/Cipher/_mode_cbc.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Cipher/PKCS1_OAEP.py to build/lib.linux-x86_64-2.7/Cryptodome/Cipher/PKCS1_OAEP.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Cipher/_mode_eax.py to build/lib.linux-x86_64-2.7/Cryptodome/Cipher/_mode_eax.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Cipher/_mode_ccm.py to build/lib.linux-x86_64-2.7/Cryptodome/Cipher/_mode_ccm.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Cipher/CAST.py to build/lib.linux-x86_64-2.7/Cryptodome/Cipher/CAST.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Cipher/ARC2.py to build/lib.linux-x86_64-2.7/Cryptodome/Cipher/ARC2.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Cipher/DES.py to build/lib.linux-x86_64-2.7/Cryptodome/Cipher/DES.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Cipher/Blowfish.py to build/lib.linux-x86_64-2.7/Cryptodome/Cipher/Blowfish.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Cipher/AES.py to build/lib.linux-x86_64-2.7/Cryptodome/Cipher/AES.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Cipher/_mode_ocb.py to build/lib.linux-x86_64-2.7/Cryptodome/Cipher/_mode_ocb.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Hash/RIPEMD.py to build/lib.linux-x86_64-2.7/Cryptodome/Hash/RIPEMD.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Hash/MD4.py to build/lib.linux-x86_64-2.7/Cryptodome/Hash/MD4.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Hash/SHA512.py to build/lib.linux-x86_64-2.7/Cryptodome/Hash/SHA512.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Hash/SHAKE128.py to build/lib.linux-x86_64-2.7/Cryptodome/Hash/SHAKE128.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Hash/SHA1.py to build/lib.linux-x86_64-2.7/Cryptodome/Hash/SHA1.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Hash/CMAC.py to build/lib.linux-x86_64-2.7/Cryptodome/Hash/CMAC.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Hash/keccak.py to build/lib.linux-x86_64-2.7/Cryptodome/Hash/keccak.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Hash/MD5.py to build/lib.linux-x86_64-2.7/Cryptodome/Hash/MD5.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Hash/__init__.py to build/lib.linux-x86_64-2.7/Cryptodome/Hash/__init__.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Hash/BLAKE2s.py to build/lib.linux-x86_64-2.7/Cryptodome/Hash/BLAKE2s.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Hash/SHA3_512.py to build/lib.linux-x86_64-2.7/Cryptodome/Hash/SHA3_512.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Hash/SHA256.py to build/lib.linux-x86_64-2.7/Cryptodome/Hash/SHA256.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Hash/RIPEMD160.py to build/lib.linux-x86_64-2.7/Cryptodome/Hash/RIPEMD160.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Hash/MD2.py to build/lib.linux-x86_64-2.7/Cryptodome/Hash/MD2.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Hash/SHA3_384.py to build/lib.linux-x86_64-2.7/Cryptodome/Hash/SHA3_384.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Hash/SHA3_256.py to build/lib.linux-x86_64-2.7/Cryptodome/Hash/SHA3_256.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Hash/SHA224.py to build/lib.linux-x86_64-2.7/Cryptodome/Hash/SHA224.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Hash/SHAKE256.py to build/lib.linux-x86_64-2.7/Cryptodome/Hash/SHAKE256.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Hash/SHA.py to build/lib.linux-x86_64-2.7/Cryptodome/Hash/SHA.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Hash/SHA384.py to build/lib.linux-x86_64-2.7/Cryptodome/Hash/SHA384.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Hash/BLAKE2b.py to build/lib.linux-x86_64-2.7/Cryptodome/Hash/BLAKE2b.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Hash/SHA3_224.py to build/lib.linux-x86_64-2.7/Cryptodome/Hash/SHA3_224.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Hash/HMAC.py to build/lib.linux-x86_64-2.7/Cryptodome/Hash/HMAC.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Signature/PKCS1_PSS.py to build/lib.linux-x86_64-2.7/Cryptodome/Signature/PKCS1_PSS.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Signature/PKCS1_v1_5.py to build/lib.linux-x86_64-2.7/Cryptodome/Signature/PKCS1_v1_5.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Signature/__init__.py to build/lib.linux-x86_64-2.7/Cryptodome/Signature/__init__.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Signature/pss.py to build/lib.linux-x86_64-2.7/Cryptodome/Signature/pss.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Signature/pkcs1_15.py to build/lib.linux-x86_64-2.7/Cryptodome/Signature/pkcs1_15.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Signature/DSS.py to build/lib.linux-x86_64-2.7/Cryptodome/Signature/DSS.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Util/_raw_api.py to build/lib.linux-x86_64-2.7/Cryptodome/Util/_raw_api.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Util/py3compat.py to build/lib.linux-x86_64-2.7/Cryptodome/Util/py3compat.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Util/Counter.py to build/lib.linux-x86_64-2.7/Cryptodome/Util/Counter.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Util/__init__.py to build/lib.linux-x86_64-2.7/Cryptodome/Util/__init__.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Util/RFC1751.py to build/lib.linux-x86_64-2.7/Cryptodome/Util/RFC1751.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Util/_number_new.py to build/lib.linux-x86_64-2.7/Cryptodome/Util/_number_new.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Util/Padding.py to build/lib.linux-x86_64-2.7/Cryptodome/Util/Padding.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Util/number.py to build/lib.linux-x86_64-2.7/Cryptodome/Util/number.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Util/asn1.py to build/lib.linux-x86_64-2.7/Cryptodome/Util/asn1.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Util/_file_system.py to build/lib.linux-x86_64-2.7/Cryptodome/Util/_file_system.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Util/strxor.py to build/lib.linux-x86_64-2.7/Cryptodome/Util/strxor.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Math/__init__.py to build/lib.linux-x86_64-2.7/Cryptodome/Math/__init__.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Math/Primality.py to build/lib.linux-x86_64-2.7/Cryptodome/Math/Primality.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Math/Numbers.py to build/lib.linux-x86_64-2.7/Cryptodome/Math/Numbers.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Math/_Numbers_int.py to build/lib.linux-x86_64-2.7/Cryptodome/Math/_Numbers_int.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Math/_Numbers_gmp.py to build/lib.linux-x86_64-2.7/Cryptodome/Math/_Numbers_gmp.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/IO/PKCS8.py to build/lib.linux-x86_64-2.7/Cryptodome/IO/PKCS8.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/IO/PEM.py to build/lib.linux-x86_64-2.7/Cryptodome/IO/PEM.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/IO/__init__.py to build/lib.linux-x86_64-2.7/Cryptodome/IO/__init__.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/IO/_PBES.py to build/lib.linux-x86_64-2.7/Cryptodome/IO/_PBES.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Random/__init__.py to build/lib.linux-x86_64-2.7/Cryptodome/Random/__init__.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Random/random.py to build/lib.linux-x86_64-2.7/Cryptodome/Random/random.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Protocol/__init__.py to build/lib.linux-x86_64-2.7/Cryptodome/Protocol/__init__.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Protocol/KDF.py to build/lib.linux-x86_64-2.7/Cryptodome/Protocol/KDF.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/Protocol/SecretSharing.py to build/lib.linux-x86_64-2.7/Cryptodome/Protocol/SecretSharing.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/PublicKey/RSA.py to build/lib.linux-x86_64-2.7/Cryptodome/PublicKey/RSA.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/PublicKey/DSA.py to build/lib.linux-x86_64-2.7/Cryptodome/PublicKey/DSA.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/PublicKey/__init__.py to build/lib.linux-x86_64-2.7/Cryptodome/PublicKey/__init__.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/PublicKey/ECC.py to build/lib.linux-x86_64-2.7/Cryptodome/PublicKey/ECC.py
  Copying file build/lib.linux-x86_64-2.7/Crypto/PublicKey/ElGamal.py to build/lib.linux-x86_64-2.7/Cryptodome/PublicKey/ElGamal.py
  running build_ext
  warning: no support for Intel AESNI instructions
  building 'Crypto.Hash._MD2' extension
  creating build/temp.linux-x86_64-2.7
  creating build/temp.linux-x86_64-2.7/src
  x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -DLTC_NO_ASM -Isrc/ -I/usr/include/python2.7 -c src/MD2.c -o build/temp.linux-x86_64-2.7/src/MD2.o
  unable to execute 'x86_64-linux-gnu-gcc': No such file or directory
  error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

  ----------------------------------------
  Failed building wheel for pycryptodomex
  Running setup.py clean for pycryptodomex
Successfully built gpsoauth protobuf-to-dict future
Failed to build pycryptodomex
Installing collected packages: geopy, requests, future, s2sphere, pycryptodomex, gpsoauth, protobuf-to-dict, googlemaps
  Running setup.py install for pycryptodomex ... error
    Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-E7oVOZ/pycryptodomex/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-kWVpXS-record/install-record.txt --single-version-externally-managed --compile:
    running install
    running build
    running build_py
    creating build
    creating build/lib.linux-x86_64-2.7
    creating build/lib.linux-x86_64-2.7/Crypto
    copying lib/Crypto/__init__.py -> build/lib.linux-x86_64-2.7/Crypto
    creating build/lib.linux-x86_64-2.7/Crypto/Cipher
    copying lib/Crypto/Cipher/_mode_cfb.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
    copying lib/Crypto/Cipher/Salsa20.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
    copying lib/Crypto/Cipher/ChaCha20.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
    copying lib/Crypto/Cipher/DES3.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
    copying lib/Crypto/Cipher/_mode_ofb.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
    copying lib/Crypto/Cipher/_mode_gcm.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
    copying lib/Crypto/Cipher/_mode_siv.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
    copying lib/Crypto/Cipher/_mode_ecb.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
    copying lib/Crypto/Cipher/_mode_ctr.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
    copying lib/Crypto/Cipher/_mode_openpgp.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
    copying lib/Crypto/Cipher/ARC4.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
    copying lib/Crypto/Cipher/PKCS1_v1_5.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
    copying lib/Crypto/Cipher/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
    copying lib/Crypto/Cipher/_mode_cbc.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
    copying lib/Crypto/Cipher/PKCS1_OAEP.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
    copying lib/Crypto/Cipher/_mode_eax.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
    copying lib/Crypto/Cipher/_mode_ccm.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
    copying lib/Crypto/Cipher/CAST.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
    copying lib/Crypto/Cipher/ARC2.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
    copying lib/Crypto/Cipher/DES.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
    copying lib/Crypto/Cipher/Blowfish.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
    copying lib/Crypto/Cipher/AES.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
    copying lib/Crypto/Cipher/_mode_ocb.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
    creating build/lib.linux-x86_64-2.7/Crypto/Hash
    copying lib/Crypto/Hash/RIPEMD.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
    copying lib/Crypto/Hash/MD4.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
    copying lib/Crypto/Hash/SHA512.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
    copying lib/Crypto/Hash/SHAKE128.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
    copying lib/Crypto/Hash/SHA1.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
    copying lib/Crypto/Hash/CMAC.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
    copying lib/Crypto/Hash/keccak.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
    copying lib/Crypto/Hash/MD5.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
    copying lib/Crypto/Hash/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
    copying lib/Crypto/Hash/BLAKE2s.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
    copying lib/Crypto/Hash/SHA3_512.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
    copying lib/Crypto/Hash/SHA256.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
    copying lib/Crypto/Hash/RIPEMD160.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
    copying lib/Crypto/Hash/MD2.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
    copying lib/Crypto/Hash/SHA3_384.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
    copying lib/Crypto/Hash/SHA3_256.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
    copying lib/Crypto/Hash/SHA224.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
    copying lib/Crypto/Hash/SHAKE256.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
    copying lib/Crypto/Hash/SHA.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
    copying lib/Crypto/Hash/SHA384.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
    copying lib/Crypto/Hash/BLAKE2b.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
    copying lib/Crypto/Hash/SHA3_224.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
    copying lib/Crypto/Hash/HMAC.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
    creating build/lib.linux-x86_64-2.7/Crypto/IO
    copying lib/Crypto/IO/PKCS8.py -> build/lib.linux-x86_64-2.7/Crypto/IO
    copying lib/Crypto/IO/PEM.py -> build/lib.linux-x86_64-2.7/Crypto/IO
    copying lib/Crypto/IO/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/IO
    copying lib/Crypto/IO/_PBES.py -> build/lib.linux-x86_64-2.7/Crypto/IO
    creating build/lib.linux-x86_64-2.7/Crypto/PublicKey
    copying lib/Crypto/PublicKey/RSA.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey
    copying lib/Crypto/PublicKey/DSA.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey
    copying lib/Crypto/PublicKey/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey
    copying lib/Crypto/PublicKey/ECC.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey
    copying lib/Crypto/PublicKey/ElGamal.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey
    creating build/lib.linux-x86_64-2.7/Crypto/Protocol
    copying lib/Crypto/Protocol/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/Protocol
    copying lib/Crypto/Protocol/KDF.py -> build/lib.linux-x86_64-2.7/Crypto/Protocol
    copying lib/Crypto/Protocol/SecretSharing.py -> build/lib.linux-x86_64-2.7/Crypto/Protocol
    creating build/lib.linux-x86_64-2.7/Crypto/Random
    copying lib/Crypto/Random/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/Random
    copying lib/Crypto/Random/random.py -> build/lib.linux-x86_64-2.7/Crypto/Random
    creating build/lib.linux-x86_64-2.7/Crypto/Signature
    copying lib/Crypto/Signature/PKCS1_PSS.py -> build/lib.linux-x86_64-2.7/Crypto/Signature
    copying lib/Crypto/Signature/PKCS1_v1_5.py -> build/lib.linux-x86_64-2.7/Crypto/Signature
    copying lib/Crypto/Signature/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/Signature
    copying lib/Crypto/Signature/pss.py -> build/lib.linux-x86_64-2.7/Crypto/Signature
    copying lib/Crypto/Signature/pkcs1_15.py -> build/lib.linux-x86_64-2.7/Crypto/Signature
    copying lib/Crypto/Signature/DSS.py -> build/lib.linux-x86_64-2.7/Crypto/Signature
    creating build/lib.linux-x86_64-2.7/Crypto/Util
    copying lib/Crypto/Util/_raw_api.py -> build/lib.linux-x86_64-2.7/Crypto/Util
    copying lib/Crypto/Util/py3compat.py -> build/lib.linux-x86_64-2.7/Crypto/Util
    copying lib/Crypto/Util/Counter.py -> build/lib.linux-x86_64-2.7/Crypto/Util
    copying lib/Crypto/Util/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/Util
    copying lib/Crypto/Util/RFC1751.py -> build/lib.linux-x86_64-2.7/Crypto/Util
    copying lib/Crypto/Util/_number_new.py -> build/lib.linux-x86_64-2.7/Crypto/Util
    copying lib/Crypto/Util/Padding.py -> build/lib.linux-x86_64-2.7/Crypto/Util
    copying lib/Crypto/Util/number.py -> build/lib.linux-x86_64-2.7/Crypto/Util
    copying lib/Crypto/Util/asn1.py -> build/lib.linux-x86_64-2.7/Crypto/Util
    copying lib/Crypto/Util/_file_system.py -> build/lib.linux-x86_64-2.7/Crypto/Util
    copying lib/Crypto/Util/strxor.py -> build/lib.linux-x86_64-2.7/Crypto/Util
    creating build/lib.linux-x86_64-2.7/Crypto/Math
    copying lib/Crypto/Math/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/Math
    copying lib/Crypto/Math/Primality.py -> build/lib.linux-x86_64-2.7/Crypto/Math
    copying lib/Crypto/Math/Numbers.py -> build/lib.linux-x86_64-2.7/Crypto/Math
    copying lib/Crypto/Math/_Numbers_int.py -> build/lib.linux-x86_64-2.7/Crypto/Math
    copying lib/Crypto/Math/_Numbers_gmp.py -> build/lib.linux-x86_64-2.7/Crypto/Math
    creating build/lib.linux-x86_64-2.7/Crypto/SelfTest
    copying lib/Crypto/SelfTest/__main__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest
    copying lib/Crypto/SelfTest/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest
    copying lib/Crypto/SelfTest/st_common.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest
    copying lib/Crypto/SelfTest/loader.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest
    creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
    copying lib/Crypto/SelfTest/Cipher/test_OCB.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
    copying lib/Crypto/SelfTest/Cipher/test_OFB.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
    copying lib/Crypto/SelfTest/Cipher/test_GCM.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
    copying lib/Crypto/SelfTest/Cipher/test_OpenPGP.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
    copying lib/Crypto/SelfTest/Cipher/test_DES3.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
    copying lib/Crypto/SelfTest/Cipher/test_CBC.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
    copying lib/Crypto/SelfTest/Cipher/test_SIV.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
    copying lib/Crypto/SelfTest/Cipher/test_ARC2.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
    copying lib/Crypto/SelfTest/Cipher/test_CFB.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
    copying lib/Crypto/SelfTest/Cipher/test_ChaCha20.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
    copying lib/Crypto/SelfTest/Cipher/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
    copying lib/Crypto/SelfTest/Cipher/common.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
    copying lib/Crypto/SelfTest/Cipher/test_CAST.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
    copying lib/Crypto/SelfTest/Cipher/test_DES.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
    copying lib/Crypto/SelfTest/Cipher/test_ARC4.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
    copying lib/Crypto/SelfTest/Cipher/test_pkcs1_oaep.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
    copying lib/Crypto/SelfTest/Cipher/test_Salsa20.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
    copying lib/Crypto/SelfTest/Cipher/test_pkcs1_15.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
    copying lib/Crypto/SelfTest/Cipher/test_EAX.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
    copying lib/Crypto/SelfTest/Cipher/test_AES.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
    copying lib/Crypto/SelfTest/Cipher/test_CTR.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
    copying lib/Crypto/SelfTest/Cipher/test_Blowfish.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
    copying lib/Crypto/SelfTest/Cipher/test_CCM.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
    creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
    copying lib/Crypto/SelfTest/Hash/test_CMAC.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
    copying lib/Crypto/SelfTest/Hash/test_SHA3_256.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
    copying lib/Crypto/SelfTest/Hash/test_SHA3_384.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
    copying lib/Crypto/SelfTest/Hash/test_HMAC.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
    copying lib/Crypto/SelfTest/Hash/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
    copying lib/Crypto/SelfTest/Hash/common.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
    copying lib/Crypto/SelfTest/Hash/test_BLAKE2.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
    copying lib/Crypto/SelfTest/Hash/test_SHA224.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
    copying lib/Crypto/SelfTest/Hash/test_MD5.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
    copying lib/Crypto/SelfTest/Hash/test_keccak.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
    copying lib/Crypto/SelfTest/Hash/test_SHA3_224.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
    copying lib/Crypto/SelfTest/Hash/test_MD2.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
    copying lib/Crypto/SelfTest/Hash/test_SHA3_512.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
    copying lib/Crypto/SelfTest/Hash/test_SHA1.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
    copying lib/Crypto/SelfTest/Hash/test_SHA512.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
    copying lib/Crypto/SelfTest/Hash/test_SHAKE.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
    copying lib/Crypto/SelfTest/Hash/test_SHA256.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
    copying lib/Crypto/SelfTest/Hash/test_MD4.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
    copying lib/Crypto/SelfTest/Hash/test_SHA384.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
    copying lib/Crypto/SelfTest/Hash/test_RIPEMD160.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
    creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/IO
    copying lib/Crypto/SelfTest/IO/test_PKCS8.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/IO
    copying lib/Crypto/SelfTest/IO/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/IO
    copying lib/Crypto/SelfTest/IO/test_PBES.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/IO
    creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Protocol
    copying lib/Crypto/SelfTest/Protocol/test_rfc1751.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Protocol
    copying lib/Crypto/SelfTest/Protocol/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Protocol
    copying lib/Crypto/SelfTest/Protocol/test_SecretSharing.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Protocol
    copying lib/Crypto/SelfTest/Protocol/test_KDF.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Protocol
    creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey
    copying lib/Crypto/SelfTest/PublicKey/test_import_RSA.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey
    copying lib/Crypto/SelfTest/PublicKey/test_RSA.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey
    copying lib/Crypto/SelfTest/PublicKey/test_import_DSA.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey
    copying lib/Crypto/SelfTest/PublicKey/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey
    copying lib/Crypto/SelfTest/PublicKey/test_ElGamal.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey
    copying lib/Crypto/SelfTest/PublicKey/test_DSA.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey
    copying lib/Crypto/SelfTest/PublicKey/test_import_ECC.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey
    copying lib/Crypto/SelfTest/PublicKey/test_ECC.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey
    creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random
    copying lib/Crypto/SelfTest/Random/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random
    copying lib/Crypto/SelfTest/Random/test_random.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random
    creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature
    copying lib/Crypto/SelfTest/Signature/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature
    copying lib/Crypto/SelfTest/Signature/test_dss.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature
    copying lib/Crypto/SelfTest/Signature/test_pkcs1_15.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature
    copying lib/Crypto/SelfTest/Signature/test_pss.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature
    creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util
    copying lib/Crypto/SelfTest/Util/test_Counter.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util
    copying lib/Crypto/SelfTest/Util/test_Padding.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util
    copying lib/Crypto/SelfTest/Util/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util
    copying lib/Crypto/SelfTest/Util/test_number.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util
    copying lib/Crypto/SelfTest/Util/test_asn1.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util
    copying lib/Crypto/SelfTest/Util/test_strxor.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util
    creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Math
    copying lib/Crypto/SelfTest/Math/test_Numbers.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Math
    copying lib/Crypto/SelfTest/Math/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Math
    copying lib/Crypto/SelfTest/Math/test_Primality.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Math
    creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors
    creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8MMT192.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBMMT256.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128GFSbox256.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128VarKey256.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128KeySbox192.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCMMT192.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8KeySbox256.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBMMT128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBVarKey256.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCMMT128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8MMT256.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBGFSbox192.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128MMT128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCVarKey128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8KeySbox192.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8VarKey128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCGFSbox192.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128MCT192.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCKeySbox256.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBMCT128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBGFSbox128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128MCT256.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8MCT128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCMCT128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBVarKey128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBMCT256.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128MMT256.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8VarTxt256.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128KeySbox128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128VarTxt256.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBKeySbox128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBKeySbox256.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128VarKey192.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBVarTxt128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCMCT256.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8VarTxt128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCVarTxt192.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCKeySbox192.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8VarKey256.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBVarTxt192.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCMCT192.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8VarTxt192.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128MCT128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBVarKey192.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCVarTxt128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8GFSbox192.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8GFSbox256.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCMMT256.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBMCT192.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/gcmEncryptExtIV128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8GFSbox128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128VarTxt128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBKeySbox192.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8MMT128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCGFSbox128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCVarKey256.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8VarKey192.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128VarKey128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128GFSbox128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCKeySbox128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/gcmDecrypt128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCVarKey192.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8MCT256.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128MMT192.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128VarTxt192.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBMMT192.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128GFSbox192.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8MCT192.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBVarTxt256.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBGFSbox256.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128KeySbox256.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCGFSbox256.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCVarTxt256.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8KeySbox128.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES
    creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB64vartext.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB8invperm.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TOFBMMT2.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB64permop.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB8MMT2.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCBCvartext.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TOFBvarkey.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB64subtab.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCBCpermop.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TOFBMMT3.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB64MMT2.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCBCMMT3.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TOFBvartext.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TOFBsubtab.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB64MMT3.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TOFBinvperm.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCBCinvperm.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TECBMMT2.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB8permop.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCBCMMT2.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB64varkey.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB8MMT3.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TOFBpermop.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCBCvarkey.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB8subtab.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB8varkey.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB64invperm.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TECBMMT3.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB8vartext.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
    copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCBCsubtab.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES
    creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors
    creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/SHA3
    copying lib/Crypto/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHA3-512.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/SHA3
    copying lib/Crypto/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHA3-384.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/SHA3
    copying lib/Crypto/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHAKE128.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/SHA3
    copying lib/Crypto/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHA3-224.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/SHA3
    copying lib/Crypto/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHAKE256.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/SHA3
    copying lib/Crypto/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHA3-256.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/SHA3
    creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak
    copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/LongMsgKAT_512.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak
    copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/readme.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak
    copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/ShortMsgKAT_224.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak
    copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/ExtremelyLongMsgKAT_256.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak
    copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/LongMsgKAT_224.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak
    copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/ShortMsgKAT_512.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak
    copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/LongMsgKAT_256.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak
    copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/LongMsgKAT_384.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak
    copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/ExtremelyLongMsgKAT_384.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak
    copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/ShortMsgKAT_384.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak
    copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/ExtremelyLongMsgKAT_512.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak
    copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/ExtremelyLongMsgKAT_224.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak
    copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/ShortMsgKAT_256.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak
    creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/BLAKE2s
    copying lib/Crypto/SelfTest/Hash/test_vectors/BLAKE2s/blake2s-test.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/BLAKE2s
    copying lib/Crypto/SelfTest/Hash/test_vectors/BLAKE2s/tv1.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/BLAKE2s
    copying lib/Crypto/SelfTest/Hash/test_vectors/BLAKE2s/tv2.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/BLAKE2s
    creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/BLAKE2b
    copying lib/Crypto/SelfTest/Hash/test_vectors/BLAKE2b/tv1.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/BLAKE2b
    copying lib/Crypto/SelfTest/Hash/test_vectors/BLAKE2b/blake2b-test.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/BLAKE2b
    copying lib/Crypto/SelfTest/Hash/test_vectors/BLAKE2b/tv2.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/BLAKE2b
    creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors
    creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC
    copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC
    copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/gen_ecc_p256.sh -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC
    copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_public_openssh.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC
    copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_public.pem -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC
    copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private.pem -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC
    copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_public.der -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC
    copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/point-at-infinity.org-P256.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC
    copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_p8.pem -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC
    copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_aes128.pem -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC
    copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/openssl_version.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC
    copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_aes192.pem -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC
    copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_des3.pem -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC
    copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_x509.der -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC
    copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private.der -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC
    copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_p8_clear.pem -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC
    copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_p8_clear.der -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC
    copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_x509.pem -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC
    copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_aes256_gcm.pem -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC
    copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_p8.der -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC
    creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors
    creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/DSA
    copying lib/Crypto/SelfTest/Signature/test_vectors/DSA/FIPS_186_3_SigGen.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/DSA
    copying lib/Crypto/SelfTest/Signature/test_vectors/DSA/FIPS_186_3_SigVer.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/DSA
    creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/ECDSA
    copying lib/Crypto/SelfTest/Signature/test_vectors/ECDSA/SigGen.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/ECDSA
    copying lib/Crypto/SelfTest/Signature/test_vectors/ECDSA/SigVer.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/ECDSA
    copying lib/Crypto/SelfTest/Signature/test_vectors/ECDSA/README.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/ECDSA
    creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/PKCS1-v1.5
    copying lib/Crypto/SelfTest/Signature/test_vectors/PKCS1-v1.5/SigVer15_186-3.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/PKCS1-v1.5
    copying lib/Crypto/SelfTest/Signature/test_vectors/PKCS1-v1.5/SigGen15_186-2.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/PKCS1-v1.5
    copying lib/Crypto/SelfTest/Signature/test_vectors/PKCS1-v1.5/SigGen15_186-3.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/PKCS1-v1.5
    creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/PKCS1-PSS
    copying lib/Crypto/SelfTest/Signature/test_vectors/PKCS1-PSS/SigGenPSS_186-3.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/PKCS1-PSS
    copying lib/Crypto/SelfTest/Signature/test_vectors/PKCS1-PSS/SigGenPSS_186-2.txt -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/PKCS1-PSS
    copying lib/Crypto/SelfTest/Signature/test_vectors/PKCS1-PSS/SigVerPSS_186-3.rsp -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/PKCS1-PSS
    creating build/lib.linux-x86_64-2.7/Cryptodome
    creating build/lib.linux-x86_64-2.7/Cryptodome/SelfTest
    creating build/lib.linux-x86_64-2.7/Cryptodome/Cipher
    creating build/lib.linux-x86_64-2.7/Cryptodome/Hash
    creating build/lib.linux-x86_64-2.7/Cryptodome/Signature
    creating build/lib.linux-x86_64-2.7/Cryptodome/Util
    creating build/lib.linux-x86_64-2.7/Cryptodome/Math
    creating build/lib.linux-x86_64-2.7/Cryptodome/IO
    creating build/lib.linux-x86_64-2.7/Cryptodome/Random
    creating build/lib.linux-x86_64-2.7/Cryptodome/Protocol
    creating build/lib.linux-x86_64-2.7/Cryptodome/PublicKey
    Copying file build/lib.linux-x86_64-2.7/Crypto/__init__.py to build/lib.linux-x86_64-2.7/Cryptodome/__init__.py
    creating build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher
    creating build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash
    creating build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Signature
    creating build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Util
    creating build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Math
    creating build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/IO
    creating build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Random
    creating build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Protocol
    creating build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/__main__.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/__main__.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/__init__.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/__init__.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/st_common.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/st_common.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/loader.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/loader.py
    creating build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_OCB.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_OCB.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_OFB.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_OFB.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_GCM.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_GCM.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_OpenPGP.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_OpenPGP.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_DES3.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_DES3.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_CBC.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_CBC.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_SIV.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_SIV.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_ARC2.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_ARC2.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_CFB.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_CFB.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_ChaCha20.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_ChaCha20.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/__init__.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/__init__.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/common.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/common.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_CAST.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_CAST.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_DES.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_DES.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_ARC4.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_ARC4.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_pkcs1_oaep.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_pkcs1_oaep.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_Salsa20.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_Salsa20.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_pkcs1_15.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_pkcs1_15.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_EAX.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_EAX.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_AES.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_AES.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_CTR.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_CTR.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_Blowfish.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_Blowfish.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_CCM.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_CCM.py
    creating build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES
    creating build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB64vartext.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB64vartext.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB8invperm.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB8invperm.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TOFBMMT2.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TOFBMMT2.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB64permop.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB64permop.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB8MMT2.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB8MMT2.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TCBCvartext.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCBCvartext.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TOFBvarkey.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TOFBvarkey.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB64subtab.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB64subtab.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TCBCpermop.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCBCpermop.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TOFBMMT3.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TOFBMMT3.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB64MMT2.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB64MMT2.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TCBCMMT3.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCBCMMT3.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TOFBvartext.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TOFBvartext.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TOFBsubtab.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TOFBsubtab.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB64MMT3.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB64MMT3.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TOFBinvperm.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TOFBinvperm.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TCBCinvperm.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCBCinvperm.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TECBMMT2.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TECBMMT2.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB8permop.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB8permop.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TCBCMMT2.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCBCMMT2.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB64varkey.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB64varkey.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB8MMT3.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB8MMT3.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TOFBpermop.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TOFBpermop.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TCBCvarkey.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCBCvarkey.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB8subtab.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB8subtab.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB8varkey.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB8varkey.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB64invperm.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB64invperm.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TECBMMT3.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TECBMMT3.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB8vartext.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCFB8vartext.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/TDES/TCBCsubtab.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/TDES/TCBCsubtab.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8MMT192.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8MMT192.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/OFBMMT256.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBMMT256.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128GFSbox256.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128GFSbox256.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128VarKey256.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128VarKey256.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128KeySbox192.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128KeySbox192.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CBCMMT192.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCMMT192.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8KeySbox256.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8KeySbox256.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/OFBMMT128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBMMT128.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/OFBVarKey256.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBVarKey256.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CBCMMT128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCMMT128.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8MMT256.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8MMT256.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/OFBGFSbox192.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBGFSbox192.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128MMT128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128MMT128.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CBCVarKey128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCVarKey128.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8KeySbox192.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8KeySbox192.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8VarKey128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8VarKey128.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CBCGFSbox192.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCGFSbox192.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128MCT192.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128MCT192.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CBCKeySbox256.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCKeySbox256.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/OFBMCT128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBMCT128.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/OFBGFSbox128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBGFSbox128.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128MCT256.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128MCT256.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8MCT128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8MCT128.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CBCMCT128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCMCT128.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/OFBVarKey128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBVarKey128.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/OFBMCT256.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBMCT256.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128MMT256.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128MMT256.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8VarTxt256.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8VarTxt256.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128KeySbox128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128KeySbox128.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128VarTxt256.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128VarTxt256.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/OFBKeySbox128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBKeySbox128.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/OFBKeySbox256.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBKeySbox256.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128VarKey192.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128VarKey192.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/OFBVarTxt128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBVarTxt128.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CBCMCT256.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCMCT256.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8VarTxt128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8VarTxt128.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CBCVarTxt192.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCVarTxt192.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CBCKeySbox192.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCKeySbox192.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8VarKey256.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8VarKey256.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/OFBVarTxt192.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBVarTxt192.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CBCMCT192.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCMCT192.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8VarTxt192.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8VarTxt192.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128MCT128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128MCT128.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/OFBVarKey192.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBVarKey192.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CBCVarTxt128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCVarTxt128.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8GFSbox192.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8GFSbox192.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8GFSbox256.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8GFSbox256.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CBCMMT256.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCMMT256.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/OFBMCT192.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBMCT192.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/gcmEncryptExtIV128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/gcmEncryptExtIV128.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8GFSbox128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8GFSbox128.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128VarTxt128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128VarTxt128.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/OFBKeySbox192.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBKeySbox192.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8MMT128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8MMT128.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CBCGFSbox128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCGFSbox128.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CBCVarKey256.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCVarKey256.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8VarKey192.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8VarKey192.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128VarKey128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128VarKey128.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128GFSbox128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128GFSbox128.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CBCKeySbox128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCKeySbox128.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/gcmDecrypt128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/gcmDecrypt128.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CBCVarKey192.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCVarKey192.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8MCT256.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8MCT256.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128MMT192.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128MMT192.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128VarTxt192.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128VarTxt192.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/OFBMMT192.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBMMT192.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128GFSbox192.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128GFSbox192.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8MCT192.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8MCT192.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/OFBVarTxt256.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBVarTxt256.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/OFBGFSbox256.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/OFBGFSbox256.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128KeySbox256.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB128KeySbox256.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CBCGFSbox256.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCGFSbox256.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CBCVarTxt256.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CBCVarTxt256.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8KeySbox128.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Cipher/test_vectors/AES/CFB8KeySbox128.rsp
    creating build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_CMAC.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_CMAC.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_SHA3_256.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_SHA3_256.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_SHA3_384.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_SHA3_384.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_HMAC.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_HMAC.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/__init__.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/__init__.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/common.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/common.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_BLAKE2.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_BLAKE2.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_SHA224.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_SHA224.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_MD5.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_MD5.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_keccak.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_keccak.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_SHA3_224.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_SHA3_224.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_MD2.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_MD2.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_SHA3_512.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_SHA3_512.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_SHA1.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_SHA1.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_SHA512.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_SHA512.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_SHAKE.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_SHAKE.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_SHA256.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_SHA256.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_MD4.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_MD4.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_SHA384.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_SHA384.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_RIPEMD160.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_RIPEMD160.py
    creating build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2b
    creating build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/SHA3
    creating build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/keccak
    creating build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2s
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/BLAKE2b/tv1.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2b/tv1.txt
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/BLAKE2b/blake2b-test.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2b/blake2b-test.txt
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/BLAKE2b/tv2.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2b/tv2.txt
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHA3-512.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHA3-512.txt
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHA3-384.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHA3-384.txt
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHAKE128.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHAKE128.txt
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHA3-224.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHA3-224.txt
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHAKE256.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHAKE256.txt
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHA3-256.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHA3-256.txt
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak/LongMsgKAT_512.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/keccak/LongMsgKAT_512.txt
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak/readme.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/keccak/readme.txt
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak/ShortMsgKAT_224.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/keccak/ShortMsgKAT_224.txt
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak/ExtremelyLongMsgKAT_256.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/keccak/ExtremelyLongMsgKAT_256.txt
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak/LongMsgKAT_224.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/keccak/LongMsgKAT_224.txt
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak/ShortMsgKAT_512.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/keccak/ShortMsgKAT_512.txt
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak/LongMsgKAT_256.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/keccak/LongMsgKAT_256.txt
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak/LongMsgKAT_384.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/keccak/LongMsgKAT_384.txt
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak/ExtremelyLongMsgKAT_384.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/keccak/ExtremelyLongMsgKAT_384.txt
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak/ShortMsgKAT_384.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/keccak/ShortMsgKAT_384.txt
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak/ExtremelyLongMsgKAT_512.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/keccak/ExtremelyLongMsgKAT_512.txt
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak/ExtremelyLongMsgKAT_224.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/keccak/ExtremelyLongMsgKAT_224.txt
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/keccak/ShortMsgKAT_256.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/keccak/ShortMsgKAT_256.txt
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/BLAKE2s/blake2s-test.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2s/blake2s-test.txt
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/BLAKE2s/tv1.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2s/tv1.txt
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash/test_vectors/BLAKE2s/tv2.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Hash/test_vectors/BLAKE2s/tv2.txt
    creating build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Signature/test_vectors
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/__init__.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Signature/__init__.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_dss.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Signature/test_dss.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_pkcs1_15.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Signature/test_pkcs1_15.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_pss.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Signature/test_pss.py
    creating build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Signature/test_vectors/ECDSA
    creating build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-v1.5
    creating build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Signature/test_vectors/DSA
    creating build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-PSS
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/ECDSA/SigGen.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Signature/test_vectors/ECDSA/SigGen.txt
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/ECDSA/SigVer.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Signature/test_vectors/ECDSA/SigVer.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/ECDSA/README.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Signature/test_vectors/ECDSA/README.txt
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/PKCS1-v1.5/SigVer15_186-3.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-v1.5/SigVer15_186-3.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/PKCS1-v1.5/SigGen15_186-2.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-v1.5/SigGen15_186-2.txt
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/PKCS1-v1.5/SigGen15_186-3.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-v1.5/SigGen15_186-3.txt
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/DSA/FIPS_186_3_SigGen.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Signature/test_vectors/DSA/FIPS_186_3_SigGen.txt
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/DSA/FIPS_186_3_SigVer.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Signature/test_vectors/DSA/FIPS_186_3_SigVer.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/PKCS1-PSS/SigGenPSS_186-3.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-PSS/SigGenPSS_186-3.txt
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/PKCS1-PSS/SigGenPSS_186-2.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-PSS/SigGenPSS_186-2.txt
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature/test_vectors/PKCS1-PSS/SigVerPSS_186-3.rsp to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-PSS/SigVerPSS_186-3.rsp
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util/test_Counter.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Util/test_Counter.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util/test_Padding.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Util/test_Padding.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util/__init__.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Util/__init__.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util/test_number.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Util/test_number.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util/test_asn1.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Util/test_asn1.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util/test_strxor.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Util/test_strxor.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Math/test_Numbers.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Math/test_Numbers.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Math/__init__.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Math/__init__.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Math/test_Primality.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Math/test_Primality.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/IO/test_PKCS8.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/IO/test_PKCS8.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/IO/__init__.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/IO/__init__.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/IO/test_PBES.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/IO/test_PBES.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/__init__.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Random/__init__.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/test_random.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Random/test_random.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Protocol/test_rfc1751.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Protocol/test_rfc1751.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Protocol/__init__.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Protocol/__init__.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Protocol/test_SecretSharing.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Protocol/test_SecretSharing.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/Protocol/test_KDF.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/Protocol/test_KDF.py
    creating build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_vectors
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_import_RSA.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_import_RSA.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_RSA.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_RSA.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_import_DSA.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_import_DSA.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/__init__.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/__init__.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_ElGamal.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_ElGamal.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_DSA.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_DSA.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_import_ECC.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_import_ECC.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_ECC.py to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_ECC.py
    creating build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_vectors/ECC
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256.txt
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC/gen_ecc_p256.sh to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/gen_ecc_p256.sh
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_public_openssh.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_public_openssh.txt
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_public.pem to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_public.pem
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private.pem to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private.pem
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_public.der to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_public.der
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC/point-at-infinity.org-P256.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/point-at-infinity.org-P256.txt
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_p8.pem to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_p8.pem
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_aes128.pem to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_aes128.pem
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC/openssl_version.txt to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/openssl_version.txt
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_aes192.pem to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_aes192.pem
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_des3.pem to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_des3.pem
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_x509.der to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_x509.der
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private.der to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private.der
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_p8_clear.pem to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_p8_clear.pem
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_p8_clear.der to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_p8_clear.der
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_x509.pem to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_x509.pem
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_aes256_gcm.pem to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_aes256_gcm.pem
    Copying file build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_p8.der to build/lib.linux-x86_64-2.7/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_p8.der
    Copying file build/lib.linux-x86_64-2.7/Crypto/Cipher/_mode_cfb.py to build/lib.linux-x86_64-2.7/Cryptodome/Cipher/_mode_cfb.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Cipher/Salsa20.py to build/lib.linux-x86_64-2.7/Cryptodome/Cipher/Salsa20.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Cipher/ChaCha20.py to build/lib.linux-x86_64-2.7/Cryptodome/Cipher/ChaCha20.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Cipher/DES3.py to build/lib.linux-x86_64-2.7/Cryptodome/Cipher/DES3.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Cipher/_mode_ofb.py to build/lib.linux-x86_64-2.7/Cryptodome/Cipher/_mode_ofb.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Cipher/_mode_gcm.py to build/lib.linux-x86_64-2.7/Cryptodome/Cipher/_mode_gcm.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Cipher/_mode_siv.py to build/lib.linux-x86_64-2.7/Cryptodome/Cipher/_mode_siv.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Cipher/_mode_ecb.py to build/lib.linux-x86_64-2.7/Cryptodome/Cipher/_mode_ecb.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Cipher/_mode_ctr.py to build/lib.linux-x86_64-2.7/Cryptodome/Cipher/_mode_ctr.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Cipher/_mode_openpgp.py to build/lib.linux-x86_64-2.7/Cryptodome/Cipher/_mode_openpgp.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Cipher/ARC4.py to build/lib.linux-x86_64-2.7/Cryptodome/Cipher/ARC4.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Cipher/PKCS1_v1_5.py to build/lib.linux-x86_64-2.7/Cryptodome/Cipher/PKCS1_v1_5.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Cipher/__init__.py to build/lib.linux-x86_64-2.7/Cryptodome/Cipher/__init__.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Cipher/_mode_cbc.py to build/lib.linux-x86_64-2.7/Cryptodome/Cipher/_mode_cbc.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Cipher/PKCS1_OAEP.py to build/lib.linux-x86_64-2.7/Cryptodome/Cipher/PKCS1_OAEP.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Cipher/_mode_eax.py to build/lib.linux-x86_64-2.7/Cryptodome/Cipher/_mode_eax.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Cipher/_mode_ccm.py to build/lib.linux-x86_64-2.7/Cryptodome/Cipher/_mode_ccm.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Cipher/CAST.py to build/lib.linux-x86_64-2.7/Cryptodome/Cipher/CAST.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Cipher/ARC2.py to build/lib.linux-x86_64-2.7/Cryptodome/Cipher/ARC2.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Cipher/DES.py to build/lib.linux-x86_64-2.7/Cryptodome/Cipher/DES.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Cipher/Blowfish.py to build/lib.linux-x86_64-2.7/Cryptodome/Cipher/Blowfish.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Cipher/AES.py to build/lib.linux-x86_64-2.7/Cryptodome/Cipher/AES.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Cipher/_mode_ocb.py to build/lib.linux-x86_64-2.7/Cryptodome/Cipher/_mode_ocb.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Hash/RIPEMD.py to build/lib.linux-x86_64-2.7/Cryptodome/Hash/RIPEMD.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Hash/MD4.py to build/lib.linux-x86_64-2.7/Cryptodome/Hash/MD4.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Hash/SHA512.py to build/lib.linux-x86_64-2.7/Cryptodome/Hash/SHA512.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Hash/SHAKE128.py to build/lib.linux-x86_64-2.7/Cryptodome/Hash/SHAKE128.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Hash/SHA1.py to build/lib.linux-x86_64-2.7/Cryptodome/Hash/SHA1.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Hash/CMAC.py to build/lib.linux-x86_64-2.7/Cryptodome/Hash/CMAC.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Hash/keccak.py to build/lib.linux-x86_64-2.7/Cryptodome/Hash/keccak.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Hash/MD5.py to build/lib.linux-x86_64-2.7/Cryptodome/Hash/MD5.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Hash/__init__.py to build/lib.linux-x86_64-2.7/Cryptodome/Hash/__init__.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Hash/BLAKE2s.py to build/lib.linux-x86_64-2.7/Cryptodome/Hash/BLAKE2s.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Hash/SHA3_512.py to build/lib.linux-x86_64-2.7/Cryptodome/Hash/SHA3_512.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Hash/SHA256.py to build/lib.linux-x86_64-2.7/Cryptodome/Hash/SHA256.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Hash/RIPEMD160.py to build/lib.linux-x86_64-2.7/Cryptodome/Hash/RIPEMD160.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Hash/MD2.py to build/lib.linux-x86_64-2.7/Cryptodome/Hash/MD2.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Hash/SHA3_384.py to build/lib.linux-x86_64-2.7/Cryptodome/Hash/SHA3_384.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Hash/SHA3_256.py to build/lib.linux-x86_64-2.7/Cryptodome/Hash/SHA3_256.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Hash/SHA224.py to build/lib.linux-x86_64-2.7/Cryptodome/Hash/SHA224.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Hash/SHAKE256.py to build/lib.linux-x86_64-2.7/Cryptodome/Hash/SHAKE256.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Hash/SHA.py to build/lib.linux-x86_64-2.7/Cryptodome/Hash/SHA.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Hash/SHA384.py to build/lib.linux-x86_64-2.7/Cryptodome/Hash/SHA384.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Hash/BLAKE2b.py to build/lib.linux-x86_64-2.7/Cryptodome/Hash/BLAKE2b.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Hash/SHA3_224.py to build/lib.linux-x86_64-2.7/Cryptodome/Hash/SHA3_224.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Hash/HMAC.py to build/lib.linux-x86_64-2.7/Cryptodome/Hash/HMAC.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Signature/PKCS1_PSS.py to build/lib.linux-x86_64-2.7/Cryptodome/Signature/PKCS1_PSS.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Signature/PKCS1_v1_5.py to build/lib.linux-x86_64-2.7/Cryptodome/Signature/PKCS1_v1_5.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Signature/__init__.py to build/lib.linux-x86_64-2.7/Cryptodome/Signature/__init__.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Signature/pss.py to build/lib.linux-x86_64-2.7/Cryptodome/Signature/pss.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Signature/pkcs1_15.py to build/lib.linux-x86_64-2.7/Cryptodome/Signature/pkcs1_15.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Signature/DSS.py to build/lib.linux-x86_64-2.7/Cryptodome/Signature/DSS.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Util/_raw_api.py to build/lib.linux-x86_64-2.7/Cryptodome/Util/_raw_api.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Util/py3compat.py to build/lib.linux-x86_64-2.7/Cryptodome/Util/py3compat.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Util/Counter.py to build/lib.linux-x86_64-2.7/Cryptodome/Util/Counter.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Util/__init__.py to build/lib.linux-x86_64-2.7/Cryptodome/Util/__init__.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Util/RFC1751.py to build/lib.linux-x86_64-2.7/Cryptodome/Util/RFC1751.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Util/_number_new.py to build/lib.linux-x86_64-2.7/Cryptodome/Util/_number_new.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Util/Padding.py to build/lib.linux-x86_64-2.7/Cryptodome/Util/Padding.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Util/number.py to build/lib.linux-x86_64-2.7/Cryptodome/Util/number.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Util/asn1.py to build/lib.linux-x86_64-2.7/Cryptodome/Util/asn1.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Util/_file_system.py to build/lib.linux-x86_64-2.7/Cryptodome/Util/_file_system.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Util/strxor.py to build/lib.linux-x86_64-2.7/Cryptodome/Util/strxor.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Math/__init__.py to build/lib.linux-x86_64-2.7/Cryptodome/Math/__init__.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Math/Primality.py to build/lib.linux-x86_64-2.7/Cryptodome/Math/Primality.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Math/Numbers.py to build/lib.linux-x86_64-2.7/Cryptodome/Math/Numbers.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Math/_Numbers_int.py to build/lib.linux-x86_64-2.7/Cryptodome/Math/_Numbers_int.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Math/_Numbers_gmp.py to build/lib.linux-x86_64-2.7/Cryptodome/Math/_Numbers_gmp.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/IO/PKCS8.py to build/lib.linux-x86_64-2.7/Cryptodome/IO/PKCS8.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/IO/PEM.py to build/lib.linux-x86_64-2.7/Cryptodome/IO/PEM.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/IO/__init__.py to build/lib.linux-x86_64-2.7/Cryptodome/IO/__init__.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/IO/_PBES.py to build/lib.linux-x86_64-2.7/Cryptodome/IO/_PBES.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Random/__init__.py to build/lib.linux-x86_64-2.7/Cryptodome/Random/__init__.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Random/random.py to build/lib.linux-x86_64-2.7/Cryptodome/Random/random.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Protocol/__init__.py to build/lib.linux-x86_64-2.7/Cryptodome/Protocol/__init__.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Protocol/KDF.py to build/lib.linux-x86_64-2.7/Cryptodome/Protocol/KDF.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/Protocol/SecretSharing.py to build/lib.linux-x86_64-2.7/Cryptodome/Protocol/SecretSharing.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/PublicKey/RSA.py to build/lib.linux-x86_64-2.7/Cryptodome/PublicKey/RSA.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/PublicKey/DSA.py to build/lib.linux-x86_64-2.7/Cryptodome/PublicKey/DSA.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/PublicKey/__init__.py to build/lib.linux-x86_64-2.7/Cryptodome/PublicKey/__init__.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/PublicKey/ECC.py to build/lib.linux-x86_64-2.7/Cryptodome/PublicKey/ECC.py
    Copying file build/lib.linux-x86_64-2.7/Crypto/PublicKey/ElGamal.py to build/lib.linux-x86_64-2.7/Cryptodome/PublicKey/ElGamal.py
    running build_ext
    warning: no support for Intel AESNI instructions
    building 'Crypto.Hash._MD2' extension
    creating build/temp.linux-x86_64-2.7
    creating build/temp.linux-x86_64-2.7/src
    x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -DLTC_NO_ASM -Isrc/ -I/usr/include/python2.7 -c src/MD2.c -o build/temp.linux-x86_64-2.7/src/MD2.o
    unable to execute 'x86_64-linux-gnu-gcc': No such file or directory
    error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

    ----------------------------------------
Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-E7oVOZ/pycryptodomex/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-kWVpXS-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-E7oVOZ/pycryptodomex/
root@debian:~/PokemonGo-Bot# python pokecli.py -a google -u XXXXX -p XXXXX -l '37.106815,-8.467785'
Traceback (most recent call last):
  File "pokecli.py", line 38, in <module>
    from bot import PokemonGoBot
  File "/root/PokemonGo-Bot/bot.py", line 2, in <module>
    import googlemaps
ImportError: No module named googlemaps
root@debian:~/PokemonGo-Bot# 

Steps to Reproduce

Other Information

OS: Git Commit: (run 'git log -n 1 --pretty=format:"%H"' and paste it here)

ghost commented 8 years ago

Try "pip install -r /requirements.txt"

ghost commented 8 years ago

I've already run that as visible in the paste.

ghost commented 8 years ago

Try installing them on by one till it works :)

"pip install googlemaps"

ghost commented 8 years ago

I know which one doesn't work, googlemaps. The error message is in the paste ...

douglascamata commented 8 years ago

use virtualenv, you got problems in pip install stuff

ghost commented 8 years ago

This error message was solved by installing build-essential and python-dev packages however I cannot login using Google as the sever is busy. Is anyone else receiving this?

deathcoderz commented 8 years ago

maybe take a look at this http://stackoverflow.com/questions/26053982/error-setup-script-exited-with-error-command-x86-64-linux-gnu-gcc-failed-wit

ghost commented 8 years ago

It's already solved (well that issue) ;-)

ghost commented 8 years ago

@s1x why have you closed this?

JulianMBr commented 8 years ago

@phupabegim Sorry, I thought you stated that you solved it?