INFO: not using any hashes in /data/userland-archives/hashes for pycryptodome-test-vectors-1.0.16.tar.gz (overridden with --hash) Source /data/userland-archives/pycryptodome-test-vectors-1.0.16.tar.gz... not found, skipping file copy Source https://files.pythonhosted.org/packages/source/p/pycryptodome-test-vectors/pycryptodome-test-vectors-1.0.16.tar.gz... downloading... ok validating signature... checking local signature... not found signature validation failed validating hash... ok copy cloning /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/pycryptodome-test-vectors-1.0.16 to /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/amd64-3.9 running build running build_py creating build creating build/lib creating build/lib/pycryptodome_test_vectors copying pycryptodome_test_vectors/__init__.py -> build/lib/pycryptodome_test_vectors running egg_info writing pycryptodome_test_vectors.egg-info/PKG-INFO writing dependency_links to pycryptodome_test_vectors.egg-info/dependency_links.txt writing top-level names to pycryptodome_test_vectors.egg-info/top_level.txt reading manifest file 'pycryptodome_test_vectors.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.h' under directory 'src' warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE.rst' writing manifest file 'pycryptodome_test_vectors.egg-info/SOURCES.txt' /usr/lib/python3.9/vendor-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycryptodome_test_vectors.Cipher.AES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycryptodome_test_vectors.Cipher.AES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pycryptodome_test_vectors.Cipher.AES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pycryptodome_test_vectors.Cipher.AES' to be distributed and are already explicitly excluding 'pycryptodome_test_vectors.Cipher.AES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.9/vendor-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycryptodome_test_vectors.Cipher.TDES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycryptodome_test_vectors.Cipher.TDES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pycryptodome_test_vectors.Cipher.TDES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pycryptodome_test_vectors.Cipher.TDES' to be distributed and are already explicitly excluding 'pycryptodome_test_vectors.Cipher.TDES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.9/vendor-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycryptodome_test_vectors.Cipher.wycheproof' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycryptodome_test_vectors.Cipher.wycheproof' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pycryptodome_test_vectors.Cipher.wycheproof' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pycryptodome_test_vectors.Cipher.wycheproof' to be distributed and are already explicitly excluding 'pycryptodome_test_vectors.Cipher.wycheproof' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.9/vendor-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycryptodome_test_vectors.Hash.BLAKE2b' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycryptodome_test_vectors.Hash.BLAKE2b' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pycryptodome_test_vectors.Hash.BLAKE2b' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pycryptodome_test_vectors.Hash.BLAKE2b' to be distributed and are already explicitly excluding 'pycryptodome_test_vectors.Hash.BLAKE2b' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.9/vendor-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycryptodome_test_vectors.Hash.BLAKE2s' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycryptodome_test_vectors.Hash.BLAKE2s' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pycryptodome_test_vectors.Hash.BLAKE2s' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pycryptodome_test_vectors.Hash.BLAKE2s' to be distributed and are already explicitly excluding 'pycryptodome_test_vectors.Hash.BLAKE2s' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.9/vendor-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycryptodome_test_vectors.Hash.SHA1' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycryptodome_test_vectors.Hash.SHA1' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pycryptodome_test_vectors.Hash.SHA1' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pycryptodome_test_vectors.Hash.SHA1' to be distributed and are already explicitly excluding 'pycryptodome_test_vectors.Hash.SHA1' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.9/vendor-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycryptodome_test_vectors.Hash.SHA2' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycryptodome_test_vectors.Hash.SHA2' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pycryptodome_test_vectors.Hash.SHA2' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pycryptodome_test_vectors.Hash.SHA2' to be distributed and are already explicitly excluding 'pycryptodome_test_vectors.Hash.SHA2' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.9/vendor-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycryptodome_test_vectors.Hash.SHA3' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycryptodome_test_vectors.Hash.SHA3' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pycryptodome_test_vectors.Hash.SHA3' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pycryptodome_test_vectors.Hash.SHA3' to be distributed and are already explicitly excluding 'pycryptodome_test_vectors.Hash.SHA3' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.9/vendor-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycryptodome_test_vectors.Hash.keccak' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycryptodome_test_vectors.Hash.keccak' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pycryptodome_test_vectors.Hash.keccak' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pycryptodome_test_vectors.Hash.keccak' to be distributed and are already explicitly excluding 'pycryptodome_test_vectors.Hash.keccak' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.9/vendor-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycryptodome_test_vectors.Hash.wycheproof' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycryptodome_test_vectors.Hash.wycheproof' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pycryptodome_test_vectors.Hash.wycheproof' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pycryptodome_test_vectors.Hash.wycheproof' to be distributed and are already explicitly excluding 'pycryptodome_test_vectors.Hash.wycheproof' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.9/vendor-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycryptodome_test_vectors.Protocol' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycryptodome_test_vectors.Protocol' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pycryptodome_test_vectors.Protocol' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pycryptodome_test_vectors.Protocol' to be distributed and are already explicitly excluding 'pycryptodome_test_vectors.Protocol' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.9/vendor-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycryptodome_test_vectors.Protocol.wycheproof' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycryptodome_test_vectors.Protocol.wycheproof' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pycryptodome_test_vectors.Protocol.wycheproof' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pycryptodome_test_vectors.Protocol.wycheproof' to be distributed and are already explicitly excluding 'pycryptodome_test_vectors.Protocol.wycheproof' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.9/vendor-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycryptodome_test_vectors.PublicKey.ECC' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycryptodome_test_vectors.PublicKey.ECC' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pycryptodome_test_vectors.PublicKey.ECC' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pycryptodome_test_vectors.PublicKey.ECC' to be distributed and are already explicitly excluding 'pycryptodome_test_vectors.PublicKey.ECC' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.9/vendor-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycryptodome_test_vectors.PublicKey.RSA' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycryptodome_test_vectors.PublicKey.RSA' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pycryptodome_test_vectors.PublicKey.RSA' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pycryptodome_test_vectors.PublicKey.RSA' to be distributed and are already explicitly excluding 'pycryptodome_test_vectors.PublicKey.RSA' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.9/vendor-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycryptodome_test_vectors.Signature.DSA' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycryptodome_test_vectors.Signature.DSA' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pycryptodome_test_vectors.Signature.DSA' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pycryptodome_test_vectors.Signature.DSA' to be distributed and are already explicitly excluding 'pycryptodome_test_vectors.Signature.DSA' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.9/vendor-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycryptodome_test_vectors.Signature.ECDSA' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycryptodome_test_vectors.Signature.ECDSA' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pycryptodome_test_vectors.Signature.ECDSA' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pycryptodome_test_vectors.Signature.ECDSA' to be distributed and are already explicitly excluding 'pycryptodome_test_vectors.Signature.ECDSA' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.9/vendor-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycryptodome_test_vectors.Signature' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycryptodome_test_vectors.Signature' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pycryptodome_test_vectors.Signature' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pycryptodome_test_vectors.Signature' to be distributed and are already explicitly excluding 'pycryptodome_test_vectors.Signature' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.9/vendor-packages/setuptools/command/build_py.py:207: _Warning: Package 'pycryptodome_test_vectors.Signature.wycheproof' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pycryptodome_test_vectors.Signature.wycheproof' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pycryptodome_test_vectors.Signature.wycheproof' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pycryptodome_test_vectors.Signature.wycheproof' to be distributed and are already explicitly excluding 'pycryptodome_test_vectors.Signature.wycheproof' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) creating build/lib/pycryptodome_test_vectors/Cipher creating build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CBCGFSbox128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CBCGFSbox192.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CBCGFSbox256.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CBCKeySbox128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CBCKeySbox192.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CBCKeySbox256.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CBCMCT128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CBCMCT192.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CBCMCT256.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CBCMMT128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CBCMMT192.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CBCMMT256.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CBCVarKey128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CBCVarKey192.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CBCVarKey256.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CBCVarTxt128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CBCVarTxt192.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CBCVarTxt256.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB128GFSbox128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB128GFSbox192.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB128GFSbox256.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB128KeySbox128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB128KeySbox192.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB128KeySbox256.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB128MCT128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB128MCT192.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB128MCT256.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB128MMT128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB128MMT192.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB128MMT256.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB128VarKey128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB128VarKey192.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB128VarKey256.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB128VarTxt128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB128VarTxt192.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB128VarTxt256.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB8GFSbox128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB8GFSbox192.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB8GFSbox256.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB8KeySbox128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB8KeySbox192.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB8KeySbox256.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB8MCT128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB8MCT192.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB8MCT256.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB8MMT128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB8MMT192.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB8MMT256.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB8VarKey128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB8VarKey192.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB8VarKey256.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB8VarTxt128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB8VarTxt192.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/CFB8VarTxt256.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/OFBGFSbox128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/OFBGFSbox192.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/OFBGFSbox256.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/OFBKeySbox128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/OFBKeySbox192.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/OFBKeySbox256.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/OFBMCT128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/OFBMCT192.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/OFBMCT256.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/OFBMMT128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/OFBMMT192.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/OFBMMT256.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/OFBVarKey128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/OFBVarKey192.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/OFBVarKey256.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/OFBVarTxt128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/OFBVarTxt192.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/OFBVarTxt256.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/README.txt -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/gcmDecrypt128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/gcmEncryptExtIV128.rsp -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/test-vector-1-nonce104.txt -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/test-vector-1-nonce112.txt -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/test-vector-1-nonce120.txt -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/test-vector-2-nonce104.txt -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/test-vector-2-nonce112.txt -> build/lib/pycryptodome_test_vectors/Cipher/AES copying pycryptodome_test_vectors/Cipher/AES/test-vector-2-nonce120.txt -> build/lib/pycryptodome_test_vectors/Cipher/AES creating build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/README.txt -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TCBCMMT2.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TCBCMMT3.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TCBCinvperm.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TCBCpermop.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TCBCsubtab.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TCBCvarkey.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TCBCvartext.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TCFB64MMT2.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TCFB64MMT3.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TCFB64invperm.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TCFB64permop.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TCFB64subtab.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TCFB64varkey.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TCFB64vartext.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TCFB8MMT2.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TCFB8MMT3.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TCFB8invperm.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TCFB8permop.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TCFB8subtab.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TCFB8varkey.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TCFB8vartext.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TECBMMT2.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TECBMMT3.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TOFBMMT2.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TOFBMMT3.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TOFBinvperm.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TOFBpermop.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TOFBsubtab.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TOFBvarkey.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES copying pycryptodome_test_vectors/Cipher/TDES/TOFBvartext.rsp -> build/lib/pycryptodome_test_vectors/Cipher/TDES creating build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/aead_aes_siv_cmac_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/aes_ccm_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/aes_eax_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/aes_gcm_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/aes_siv_cmac_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/chacha20_poly1305_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha1_mgf1sha1_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha224_mgf1sha1_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha224_mgf1sha224_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha256_mgf1sha1_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha256_mgf1sha256_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha384_mgf1sha1_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha384_mgf1sha384_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha512_mgf1sha1_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha512_mgf1sha512_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_3072_sha256_mgf1sha1_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_3072_sha256_mgf1sha256_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_3072_sha512_mgf1sha1_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_3072_sha512_mgf1sha512_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_4096_sha256_mgf1sha1_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_4096_sha256_mgf1sha256_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_4096_sha512_mgf1sha1_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_4096_sha512_mgf1sha512_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_misc_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/rsa_pkcs1_2048_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/rsa_pkcs1_3072_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/rsa_pkcs1_4096_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof copying pycryptodome_test_vectors/Cipher/wycheproof/xchacha20_poly1305_test.json -> build/lib/pycryptodome_test_vectors/Cipher/wycheproof creating build/lib/pycryptodome_test_vectors/Hash creating build/lib/pycryptodome_test_vectors/Hash/BLAKE2b copying pycryptodome_test_vectors/Hash/BLAKE2b/blake2b-test.txt -> build/lib/pycryptodome_test_vectors/Hash/BLAKE2b copying pycryptodome_test_vectors/Hash/BLAKE2b/tv1.txt -> build/lib/pycryptodome_test_vectors/Hash/BLAKE2b copying pycryptodome_test_vectors/Hash/BLAKE2b/tv2.txt -> build/lib/pycryptodome_test_vectors/Hash/BLAKE2b creating build/lib/pycryptodome_test_vectors/Hash/BLAKE2s copying pycryptodome_test_vectors/Hash/BLAKE2s/blake2s-test.txt -> build/lib/pycryptodome_test_vectors/Hash/BLAKE2s copying pycryptodome_test_vectors/Hash/BLAKE2s/tv1.txt -> build/lib/pycryptodome_test_vectors/Hash/BLAKE2s copying pycryptodome_test_vectors/Hash/BLAKE2s/tv2.txt -> build/lib/pycryptodome_test_vectors/Hash/BLAKE2s creating build/lib/pycryptodome_test_vectors/Hash/SHA1 copying pycryptodome_test_vectors/Hash/SHA1/SHA1ShortMsg.rsp -> build/lib/pycryptodome_test_vectors/Hash/SHA1 creating build/lib/pycryptodome_test_vectors/Hash/SHA2 copying pycryptodome_test_vectors/Hash/SHA2/SHA512ShortMsg.rsp -> build/lib/pycryptodome_test_vectors/Hash/SHA2 copying pycryptodome_test_vectors/Hash/SHA2/SHA512_224ShortMsg.rsp -> build/lib/pycryptodome_test_vectors/Hash/SHA2 copying pycryptodome_test_vectors/Hash/SHA2/SHA512_256ShortMsg.rsp -> build/lib/pycryptodome_test_vectors/Hash/SHA2 creating build/lib/pycryptodome_test_vectors/Hash/SHA3 copying pycryptodome_test_vectors/Hash/SHA3/CustomMsgSamples_cSHAKE128.txt -> build/lib/pycryptodome_test_vectors/Hash/SHA3 copying pycryptodome_test_vectors/Hash/SHA3/CustomMsgSamples_cSHAKE256.txt -> build/lib/pycryptodome_test_vectors/Hash/SHA3 copying pycryptodome_test_vectors/Hash/SHA3/ShortMsgKAT_SHA3-224.txt -> build/lib/pycryptodome_test_vectors/Hash/SHA3 copying pycryptodome_test_vectors/Hash/SHA3/ShortMsgKAT_SHA3-256.txt -> build/lib/pycryptodome_test_vectors/Hash/SHA3 copying pycryptodome_test_vectors/Hash/SHA3/ShortMsgKAT_SHA3-384.txt -> build/lib/pycryptodome_test_vectors/Hash/SHA3 copying pycryptodome_test_vectors/Hash/SHA3/ShortMsgKAT_SHA3-512.txt -> build/lib/pycryptodome_test_vectors/Hash/SHA3 copying pycryptodome_test_vectors/Hash/SHA3/ShortMsgKAT_SHAKE128.txt -> build/lib/pycryptodome_test_vectors/Hash/SHA3 copying pycryptodome_test_vectors/Hash/SHA3/ShortMsgKAT_SHAKE256.txt -> build/lib/pycryptodome_test_vectors/Hash/SHA3 copying pycryptodome_test_vectors/Hash/SHA3/ShortMsgSamples_cSHAKE128.txt -> build/lib/pycryptodome_test_vectors/Hash/SHA3 copying pycryptodome_test_vectors/Hash/SHA3/ShortMsgSamples_cSHAKE256.txt -> build/lib/pycryptodome_test_vectors/Hash/SHA3 creating build/lib/pycryptodome_test_vectors/Hash/keccak copying pycryptodome_test_vectors/Hash/keccak/ExtremelyLongMsgKAT_224.txt -> build/lib/pycryptodome_test_vectors/Hash/keccak copying pycryptodome_test_vectors/Hash/keccak/ExtremelyLongMsgKAT_256.txt -> build/lib/pycryptodome_test_vectors/Hash/keccak copying pycryptodome_test_vectors/Hash/keccak/ExtremelyLongMsgKAT_384.txt -> build/lib/pycryptodome_test_vectors/Hash/keccak copying pycryptodome_test_vectors/Hash/keccak/ExtremelyLongMsgKAT_512.txt -> build/lib/pycryptodome_test_vectors/Hash/keccak copying pycryptodome_test_vectors/Hash/keccak/LongMsgKAT_224.txt -> build/lib/pycryptodome_test_vectors/Hash/keccak copying pycryptodome_test_vectors/Hash/keccak/LongMsgKAT_256.txt -> build/lib/pycryptodome_test_vectors/Hash/keccak copying pycryptodome_test_vectors/Hash/keccak/LongMsgKAT_384.txt -> build/lib/pycryptodome_test_vectors/Hash/keccak copying pycryptodome_test_vectors/Hash/keccak/LongMsgKAT_512.txt -> build/lib/pycryptodome_test_vectors/Hash/keccak copying pycryptodome_test_vectors/Hash/keccak/ShortMsgKAT_224.txt -> build/lib/pycryptodome_test_vectors/Hash/keccak copying pycryptodome_test_vectors/Hash/keccak/ShortMsgKAT_256.txt -> build/lib/pycryptodome_test_vectors/Hash/keccak copying pycryptodome_test_vectors/Hash/keccak/ShortMsgKAT_384.txt -> build/lib/pycryptodome_test_vectors/Hash/keccak copying pycryptodome_test_vectors/Hash/keccak/ShortMsgKAT_512.txt -> build/lib/pycryptodome_test_vectors/Hash/keccak copying pycryptodome_test_vectors/Hash/keccak/readme.txt -> build/lib/pycryptodome_test_vectors/Hash/keccak creating build/lib/pycryptodome_test_vectors/Hash/wycheproof copying pycryptodome_test_vectors/Hash/wycheproof/aes_cmac_test.json -> build/lib/pycryptodome_test_vectors/Hash/wycheproof creating build/lib/pycryptodome_test_vectors/Protocol copying pycryptodome_test_vectors/Protocol/KAS_ECC_CDH_PrimitiveTest.txt -> build/lib/pycryptodome_test_vectors/Protocol copying pycryptodome_test_vectors/Protocol/KDF_SP800_108_COUNTER.txt -> build/lib/pycryptodome_test_vectors/Protocol creating build/lib/pycryptodome_test_vectors/Protocol/wycheproof copying pycryptodome_test_vectors/Protocol/wycheproof/ecdh_secp224r1_ecpoint_test.json -> build/lib/pycryptodome_test_vectors/Protocol/wycheproof copying pycryptodome_test_vectors/Protocol/wycheproof/ecdh_secp224r1_test.json -> build/lib/pycryptodome_test_vectors/Protocol/wycheproof copying pycryptodome_test_vectors/Protocol/wycheproof/ecdh_secp256r1_ecpoint_test.json -> build/lib/pycryptodome_test_vectors/Protocol/wycheproof copying pycryptodome_test_vectors/Protocol/wycheproof/ecdh_secp256r1_test.json -> build/lib/pycryptodome_test_vectors/Protocol/wycheproof copying pycryptodome_test_vectors/Protocol/wycheproof/ecdh_secp384r1_ecpoint_test.json -> build/lib/pycryptodome_test_vectors/Protocol/wycheproof copying pycryptodome_test_vectors/Protocol/wycheproof/ecdh_secp384r1_test.json -> build/lib/pycryptodome_test_vectors/Protocol/wycheproof copying pycryptodome_test_vectors/Protocol/wycheproof/ecdh_secp521r1_ecpoint_test.json -> build/lib/pycryptodome_test_vectors/Protocol/wycheproof copying pycryptodome_test_vectors/Protocol/wycheproof/ecdh_secp521r1_test.json -> build/lib/pycryptodome_test_vectors/Protocol/wycheproof copying pycryptodome_test_vectors/Protocol/wycheproof/hkdf_sha1_test.json -> build/lib/pycryptodome_test_vectors/Protocol/wycheproof copying pycryptodome_test_vectors/Protocol/wycheproof/hkdf_sha256_test.json -> build/lib/pycryptodome_test_vectors/Protocol/wycheproof copying pycryptodome_test_vectors/Protocol/wycheproof/hkdf_sha384_test.json -> build/lib/pycryptodome_test_vectors/Protocol/wycheproof copying pycryptodome_test_vectors/Protocol/wycheproof/hkdf_sha512_test.json -> build/lib/pycryptodome_test_vectors/Protocol/wycheproof copying pycryptodome_test_vectors/Protocol/wycheproof/x25519_asn_test.json -> build/lib/pycryptodome_test_vectors/Protocol/wycheproof copying pycryptodome_test_vectors/Protocol/wycheproof/x25519_jwk_test.json -> build/lib/pycryptodome_test_vectors/Protocol/wycheproof copying pycryptodome_test_vectors/Protocol/wycheproof/x25519_pem_test.json -> build/lib/pycryptodome_test_vectors/Protocol/wycheproof copying pycryptodome_test_vectors/Protocol/wycheproof/x25519_test.json -> build/lib/pycryptodome_test_vectors/Protocol/wycheproof creating build/lib/pycryptodome_test_vectors/PublicKey creating build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_enc_aes128.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_enc_aes192.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_enc_aes256.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_enc_des3.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_openssh.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_openssh_pwd.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_p8.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_p8.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_p8_2.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_public.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_public.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_public_openssh.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_x509.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_x509.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private_enc_aes128.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private_enc_aes192.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private_enc_aes256.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private_enc_des3.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private_p8.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private_p8.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private_p8_2.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_public.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_public.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_x509.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_x509.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p192.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_enc_aes128.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_enc_aes192.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_enc_aes256.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_enc_aes256_gcm.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_enc_des3.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_p8.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_p8.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_p8_2.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_p8_clear.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_p8_clear.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_public.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_public.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_public_compressed.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_public_compressed.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_x509.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_x509.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p224.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_enc_aes128.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_enc_aes192.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_enc_aes256.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_enc_aes256_gcm.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_enc_des3.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_p8.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_p8.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_p8_2.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_p8_clear.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_p8_clear.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_public.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_public.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_public_compressed.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_public_compressed.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_x509.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_x509.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p256.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_ecparams.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_enc_aes128.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_enc_aes192.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_enc_aes256.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_enc_aes256_gcm.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_enc_des3.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_openssh.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_openssh_old.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_openssh_pwd.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_openssh_pwd_old.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_p8.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_p8.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_p8_2.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_p8_clear.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_p8_clear.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_public.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_public.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_public_compressed.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_public_compressed.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_public_openssh.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_x509.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_x509.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p384.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_enc_aes128.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_enc_aes192.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_enc_aes256.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_enc_aes256_gcm.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_enc_des3.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_openssh.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_openssh_old.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_openssh_pwd.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_openssh_pwd_old.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_p8.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_p8.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_p8_2.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_p8_clear.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_p8_clear.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_public.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_public.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_public_compressed.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_public_compressed.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_public_openssh.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_x509.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_x509.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p521.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_enc_aes128.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_enc_aes192.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_enc_aes256.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_enc_aes256_gcm.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_enc_des3.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_openssh.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_openssh_old.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_openssh_pwd.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_openssh_pwd_old.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_p8.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_p8.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_p8_2.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_p8_clear.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_p8_clear.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_public.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_public.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_public_compressed.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_public_compressed.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_public_openssh.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_x509.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_x509.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_private.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_private.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_private_enc_aes128.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_private_enc_aes192.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_private_enc_aes256.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_private_enc_des3.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_private_p8.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_private_p8.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_private_p8_2.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_public.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_public.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_x509.der -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_x509.pem -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/gen_ecc_p192.sh -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/gen_ecc_p224.sh -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/gen_ecc_p256.sh -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/gen_ecc_p384.sh -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/gen_ecc_p521.sh -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/gen_ed25519.sh -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/gen_ed448.sh -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/gen_x25519.sh -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/openssl_version.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/openssl_version_ed25519.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/openssl_version_ed448.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/openssl_version_p192.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/openssl_version_p224.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/openssl_version_p384.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/openssl_version_p521.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/openssl_version_x25519.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/point-at-infinity.org-P192.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/point-at-infinity.org-P224.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/point-at-infinity.org-P256.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/point-at-infinity.org-P384.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC copying pycryptodome_test_vectors/PublicKey/ECC/point-at-infinity.org-P521.txt -> build/lib/pycryptodome_test_vectors/PublicKey/ECC creating build/lib/pycryptodome_test_vectors/PublicKey/RSA copying pycryptodome_test_vectors/PublicKey/RSA/gen_rsa_2048.sh -> build/lib/pycryptodome_test_vectors/PublicKey/RSA copying pycryptodome_test_vectors/PublicKey/RSA/openssl_version.txt -> build/lib/pycryptodome_test_vectors/PublicKey/RSA copying pycryptodome_test_vectors/PublicKey/RSA/rsa2048_private.pem -> build/lib/pycryptodome_test_vectors/PublicKey/RSA copying pycryptodome_test_vectors/PublicKey/RSA/rsa2048_private_openssh.pem -> build/lib/pycryptodome_test_vectors/PublicKey/RSA copying pycryptodome_test_vectors/PublicKey/RSA/rsa2048_private_openssh.pem.pub -> build/lib/pycryptodome_test_vectors/PublicKey/RSA copying pycryptodome_test_vectors/PublicKey/RSA/rsa2048_private_openssh_old.pem -> build/lib/pycryptodome_test_vectors/PublicKey/RSA copying pycryptodome_test_vectors/PublicKey/RSA/rsa2048_private_openssh_pwd.pem -> build/lib/pycryptodome_test_vectors/PublicKey/RSA copying pycryptodome_test_vectors/PublicKey/RSA/rsa2048_private_openssh_pwd.pem.pub -> build/lib/pycryptodome_test_vectors/PublicKey/RSA copying pycryptodome_test_vectors/PublicKey/RSA/rsa2048_private_openssh_pwd_old.pem -> build/lib/pycryptodome_test_vectors/PublicKey/RSA copying pycryptodome_test_vectors/PublicKey/RSA/rsa2048_private_p8.der -> build/lib/pycryptodome_test_vectors/PublicKey/RSA copying pycryptodome_test_vectors/PublicKey/RSA/rsa2048_pss_private.pem -> build/lib/pycryptodome_test_vectors/PublicKey/RSA copying pycryptodome_test_vectors/PublicKey/RSA/rsa2048_pss_public.pem -> build/lib/pycryptodome_test_vectors/PublicKey/RSA copying pycryptodome_test_vectors/PublicKey/RSA/rsa2048_public.pem -> build/lib/pycryptodome_test_vectors/PublicKey/RSA copying pycryptodome_test_vectors/PublicKey/RSA/rsa2048_public_openssh.txt -> build/lib/pycryptodome_test_vectors/PublicKey/RSA creating build/lib/pycryptodome_test_vectors/Signature creating build/lib/pycryptodome_test_vectors/Signature/DSA copying pycryptodome_test_vectors/Signature/DSA/FIPS_186_3_SigGen.txt -> build/lib/pycryptodome_test_vectors/Signature/DSA copying pycryptodome_test_vectors/Signature/DSA/FIPS_186_3_SigVer.rsp -> build/lib/pycryptodome_test_vectors/Signature/DSA creating build/lib/pycryptodome_test_vectors/Signature/ECDSA copying pycryptodome_test_vectors/Signature/ECDSA/README.txt -> build/lib/pycryptodome_test_vectors/Signature/ECDSA copying pycryptodome_test_vectors/Signature/ECDSA/SigGen.txt -> build/lib/pycryptodome_test_vectors/Signature/ECDSA copying pycryptodome_test_vectors/Signature/ECDSA/SigVer.rsp -> build/lib/pycryptodome_test_vectors/Signature/ECDSA copying pycryptodome_test_vectors/Signature/ECDSA/SigVer_TruncatedSHAs.rsp -> build/lib/pycryptodome_test_vectors/Signature/ECDSA creating build/lib/pycryptodome_test_vectors/Signature/PKCS1-PSS copying pycryptodome_test_vectors/Signature/PKCS1-PSS/SigGenPSS_186-2.txt -> build/lib/pycryptodome_test_vectors/Signature/PKCS1-PSS copying pycryptodome_test_vectors/Signature/PKCS1-PSS/SigGenPSS_186-3.txt -> build/lib/pycryptodome_test_vectors/Signature/PKCS1-PSS copying pycryptodome_test_vectors/Signature/PKCS1-PSS/SigVerPSS_186-3.rsp -> build/lib/pycryptodome_test_vectors/Signature/PKCS1-PSS creating build/lib/pycryptodome_test_vectors/Signature/PKCS1-v1.5 copying pycryptodome_test_vectors/Signature/PKCS1-v1.5/SigGen15_186-2.txt -> build/lib/pycryptodome_test_vectors/Signature/PKCS1-v1.5 copying pycryptodome_test_vectors/Signature/PKCS1-v1.5/SigGen15_186-3.txt -> build/lib/pycryptodome_test_vectors/Signature/PKCS1-v1.5 copying pycryptodome_test_vectors/Signature/PKCS1-v1.5/SigVer15_186-3.rsp -> build/lib/pycryptodome_test_vectors/Signature/PKCS1-v1.5 creating build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/dsa_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha224_p1363_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha224_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha256_p1363_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha256_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha3_224_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha3_256_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha3_512_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha512_p1363_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha512_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp256r1_sha256_p1363_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp256r1_sha256_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp256r1_sha3_256_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp256r1_sha3_512_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp256r1_sha512_p1363_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp256r1_sha512_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp384r1_sha384_p1363_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp384r1_sha384_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp384r1_sha3_384_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp384r1_sha3_512_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp384r1_sha512_p1363_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp384r1_sha512_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp521r1_sha3_512_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp521r1_sha512_p1363_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp521r1_sha512_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ecdsa_webcrypto_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/ed448_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/eddsa_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_2048_sha1_mgf1_20_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_2048_sha256_mgf1_0_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_2048_sha256_mgf1_32_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_2048_sha512_256_mgf1_28_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_2048_sha512_256_mgf1_32_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_3072_sha256_mgf1_32_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_4096_sha256_mgf1_32_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_4096_sha512_mgf1_32_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_misc_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_sig_gen_misc_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha224_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha256_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha384_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha3_224_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha3_256_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha3_384_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha3_512_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha512_224_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha512_256_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha512_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_3072_sha256_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_3072_sha384_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_3072_sha3_256_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_3072_sha3_384_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_3072_sha3_512_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_3072_sha512_256_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_3072_sha512_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_4096_sha384_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_4096_sha512_256_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_4096_sha512_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof copying pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_test.json -> build/lib/pycryptodome_test_vectors/Signature/wycheproof running install /usr/lib/python3.9/vendor-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype creating /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386 creating /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr creating /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib creating /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9 creating /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages creating /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors creating /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey creating /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/RSA copying build/lib/pycryptodome_test_vectors/PublicKey/RSA/rsa2048_private_openssh.pem.pub -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/RSA copying build/lib/pycryptodome_test_vectors/PublicKey/RSA/gen_rsa_2048.sh -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/RSA copying build/lib/pycryptodome_test_vectors/PublicKey/RSA/rsa2048_pss_public.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/RSA copying build/lib/pycryptodome_test_vectors/PublicKey/RSA/openssl_version.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/RSA copying build/lib/pycryptodome_test_vectors/PublicKey/RSA/rsa2048_private_p8.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/RSA copying build/lib/pycryptodome_test_vectors/PublicKey/RSA/rsa2048_private_openssh_pwd_old.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/RSA copying build/lib/pycryptodome_test_vectors/PublicKey/RSA/rsa2048_public.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/RSA copying build/lib/pycryptodome_test_vectors/PublicKey/RSA/rsa2048_public_openssh.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/RSA copying build/lib/pycryptodome_test_vectors/PublicKey/RSA/rsa2048_private_openssh_pwd.pem.pub -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/RSA copying build/lib/pycryptodome_test_vectors/PublicKey/RSA/rsa2048_private_openssh.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/RSA copying build/lib/pycryptodome_test_vectors/PublicKey/RSA/rsa2048_private.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/RSA copying build/lib/pycryptodome_test_vectors/PublicKey/RSA/rsa2048_private_openssh_pwd.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/RSA copying build/lib/pycryptodome_test_vectors/PublicKey/RSA/rsa2048_pss_private.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/RSA copying build/lib/pycryptodome_test_vectors/PublicKey/RSA/rsa2048_private_openssh_old.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/RSA creating /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_public_openssh.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/gen_ecc_p192.sh -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_enc_des3.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_enc_aes128.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_enc_des3.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_private_enc_des3.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_enc_aes128.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_openssh.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private_enc_aes128.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_ecparams.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_p8_clear.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_public.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_p8.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_p8_2.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_public_compressed.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_openssh_pwd_old.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private_p8.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_openssh_pwd.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/openssl_version_p384.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_p8.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_enc_aes256.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_openssh_pwd.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_public.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_enc_aes128.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_enc_aes256.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_enc_des3.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/gen_x25519.sh -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_public.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/point-at-infinity.org-P224.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_p8_clear.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_openssh_old.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/gen_ed448.sh -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_openssh_pwd_old.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_enc_aes192.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_openssh.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/point-at-infinity.org-P256.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_public.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_p8_clear.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_enc_des3.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_public_openssh.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_public_openssh.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_enc_aes192.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_x509.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_openssh_pwd_old.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_x509.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_public_openssh.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_x509.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_p8.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/gen_ecc_p224.sh -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_p8_clear.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_enc_aes256_gcm.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_public_compressed.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_x509.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_p8.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_private_p8.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/gen_ed25519.sh -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/openssl_version.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_public_compressed.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private_p8_2.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_enc_aes128.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_p8_clear.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/openssl_version_p192.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/point-at-infinity.org-P521.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_public.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/openssl_version_ed25519.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_private.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_p8_2.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/gen_ecc_p256.sh -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_public.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private_enc_aes192.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_enc_aes192.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_enc_aes192.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_x509.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_enc_des3.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private_enc_des3.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_x509.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_private_enc_aes256.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_public_compressed.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_x509.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_public_compressed.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_public.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_p8.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_p8.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_x509.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_public.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_p8.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private_p8.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_enc_aes256.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/gen_ecc_p521.sh -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/openssl_version_p521.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/point-at-infinity.org-P192.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_public_compressed.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_public.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_p8.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_p8_clear.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_openssh.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_enc_aes192.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_enc_aes192.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_p8_clear.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_public.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_openssh.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_private_enc_aes128.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_p8_clear.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private_p8_2.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_public.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_p8_2.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_public.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_p8_clear.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_public_compressed.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_enc_aes256_gcm.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_private_p8.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_p8.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_x509.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_public_compressed.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_p8_clear.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_p8.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_openssh_old.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_enc_aes256_gcm.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_x509.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_private_enc_aes192.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_private.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_private_enc_aes256.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_openssh_old.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_enc_aes256.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_enc_aes256.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed25519_x509.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/openssl_version_p224.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/gen_ecc_p384.sh -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_p8_2.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_x509.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_openssh_pwd.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448_public.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_ed448.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_p8_2.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_x509.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p521_private_p8.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/openssl_version_x25519.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_p8.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_public.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_private_p8_2.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_public_compressed.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_x509.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_public_compressed.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_x509.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/openssl_version_ed448.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_x509.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_enc_des3.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_enc_aes256_gcm.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p256_private_enc_aes128.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/point-at-infinity.org-P384.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_public.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p384_private_openssh_pwd.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_x25519_private.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_public.der -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_enc_aes128.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p224_private_enc_aes256_gcm.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC copying build/lib/pycryptodome_test_vectors/PublicKey/ECC/ecc_p192_private_enc_aes256.pem -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/PublicKey/ECC creating /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature creating /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/DSA copying build/lib/pycryptodome_test_vectors/Signature/DSA/FIPS_186_3_SigVer.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/DSA copying build/lib/pycryptodome_test_vectors/Signature/DSA/FIPS_186_3_SigGen.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/DSA creating /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/ECDSA copying build/lib/pycryptodome_test_vectors/Signature/ECDSA/SigVer.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/ECDSA copying build/lib/pycryptodome_test_vectors/Signature/ECDSA/SigVer_TruncatedSHAs.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/ECDSA copying build/lib/pycryptodome_test_vectors/Signature/ECDSA/README.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/ECDSA copying build/lib/pycryptodome_test_vectors/Signature/ECDSA/SigGen.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/ECDSA creating /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/PKCS1-PSS copying build/lib/pycryptodome_test_vectors/Signature/PKCS1-PSS/SigGenPSS_186-3.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/PKCS1-PSS copying build/lib/pycryptodome_test_vectors/Signature/PKCS1-PSS/SigGenPSS_186-2.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/PKCS1-PSS copying build/lib/pycryptodome_test_vectors/Signature/PKCS1-PSS/SigVerPSS_186-3.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/PKCS1-PSS creating /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_3072_sha3_512_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_4096_sha384_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_2048_sha256_mgf1_0_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/eddsa_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha3_224_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp384r1_sha3_384_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_4096_sha512_256_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ed448_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp384r1_sha3_512_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_3072_sha3_256_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_3072_sha3_384_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_4096_sha512_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp256r1_sha256_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/dsa_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha3_256_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp256r1_sha512_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha3_512_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_webcrypto_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_2048_sha512_256_mgf1_32_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_3072_sha512_256_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha224_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha512_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha512_224_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_2048_sha256_mgf1_32_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha384_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha256_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha256_p1363_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp521r1_sha512_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp521r1_sha512_p1363_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha256_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha224_p1363_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp384r1_sha384_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha512_256_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp521r1_sha3_512_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp384r1_sha512_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp256r1_sha512_p1363_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha512_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha224_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp384r1_sha512_p1363_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_3072_sha512_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_3072_sha256_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_misc_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_3072_sha384_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha3_512_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_4096_sha256_mgf1_32_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp224r1_sha512_p1363_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha3_256_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha3_384_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_2048_sha1_mgf1_20_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp256r1_sha3_512_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_4096_sha512_mgf1_32_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp256r1_sha256_p1363_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp384r1_sha384_p1363_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_signature_2048_sha3_224_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_3072_sha256_mgf1_32_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_pss_2048_sha512_256_mgf1_28_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/ecdsa_secp256r1_sha3_256_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof copying build/lib/pycryptodome_test_vectors/Signature/wycheproof/rsa_sig_gen_misc_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/wycheproof creating /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/PKCS1-v1.5 copying build/lib/pycryptodome_test_vectors/Signature/PKCS1-v1.5/SigGen15_186-3.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/PKCS1-v1.5 copying build/lib/pycryptodome_test_vectors/Signature/PKCS1-v1.5/SigGen15_186-2.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/PKCS1-v1.5 copying build/lib/pycryptodome_test_vectors/Signature/PKCS1-v1.5/SigVer15_186-3.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Signature/PKCS1-v1.5 creating /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Hash creating /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Hash/keccak copying build/lib/pycryptodome_test_vectors/Hash/keccak/ShortMsgKAT_384.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Hash/keccak copying build/lib/pycryptodome_test_vectors/Hash/keccak/LongMsgKAT_384.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Hash/keccak copying build/lib/pycryptodome_test_vectors/Hash/keccak/ExtremelyLongMsgKAT_512.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Hash/keccak copying build/lib/pycryptodome_test_vectors/Hash/keccak/ExtremelyLongMsgKAT_224.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Hash/keccak copying build/lib/pycryptodome_test_vectors/Hash/keccak/ExtremelyLongMsgKAT_256.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Hash/keccak copying build/lib/pycryptodome_test_vectors/Hash/keccak/readme.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Hash/keccak copying build/lib/pycryptodome_test_vectors/Hash/keccak/ExtremelyLongMsgKAT_384.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Hash/keccak copying build/lib/pycryptodome_test_vectors/Hash/keccak/LongMsgKAT_512.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Hash/keccak copying build/lib/pycryptodome_test_vectors/Hash/keccak/ShortMsgKAT_512.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Hash/keccak copying build/lib/pycryptodome_test_vectors/Hash/keccak/ShortMsgKAT_256.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Hash/keccak copying build/lib/pycryptodome_test_vectors/Hash/keccak/LongMsgKAT_224.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Hash/keccak copying build/lib/pycryptodome_test_vectors/Hash/keccak/ShortMsgKAT_224.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Hash/keccak copying build/lib/pycryptodome_test_vectors/Hash/keccak/LongMsgKAT_256.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Hash/keccak creating /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Hash/SHA1 copying build/lib/pycryptodome_test_vectors/Hash/SHA1/SHA1ShortMsg.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Hash/SHA1 creating /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Hash/BLAKE2s copying build/lib/pycryptodome_test_vectors/Hash/BLAKE2s/tv2.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Hash/BLAKE2s copying build/lib/pycryptodome_test_vectors/Hash/BLAKE2s/blake2s-test.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Hash/BLAKE2s copying build/lib/pycryptodome_test_vectors/Hash/BLAKE2s/tv1.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Hash/BLAKE2s creating /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Hash/SHA2 copying build/lib/pycryptodome_test_vectors/Hash/SHA2/SHA512ShortMsg.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Hash/SHA2 copying build/lib/pycryptodome_test_vectors/Hash/SHA2/SHA512_224ShortMsg.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Hash/SHA2 copying build/lib/pycryptodome_test_vectors/Hash/SHA2/SHA512_256ShortMsg.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Hash/SHA2 creating /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Hash/BLAKE2b copying build/lib/pycryptodome_test_vectors/Hash/BLAKE2b/tv1.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Hash/BLAKE2b copying build/lib/pycryptodome_test_vectors/Hash/BLAKE2b/tv2.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Hash/BLAKE2b copying build/lib/pycryptodome_test_vectors/Hash/BLAKE2b/blake2b-test.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Hash/BLAKE2b creating /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Hash/SHA3 copying build/lib/pycryptodome_test_vectors/Hash/SHA3/ShortMsgSamples_cSHAKE256.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Hash/SHA3 copying build/lib/pycryptodome_test_vectors/Hash/SHA3/ShortMsgKAT_SHAKE256.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Hash/SHA3 copying build/lib/pycryptodome_test_vectors/Hash/SHA3/CustomMsgSamples_cSHAKE256.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Hash/SHA3 copying build/lib/pycryptodome_test_vectors/Hash/SHA3/ShortMsgKAT_SHA3-224.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Hash/SHA3 copying build/lib/pycryptodome_test_vectors/Hash/SHA3/ShortMsgKAT_SHA3-256.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Hash/SHA3 copying build/lib/pycryptodome_test_vectors/Hash/SHA3/ShortMsgKAT_SHA3-512.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Hash/SHA3 copying build/lib/pycryptodome_test_vectors/Hash/SHA3/ShortMsgKAT_SHA3-384.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Hash/SHA3 copying build/lib/pycryptodome_test_vectors/Hash/SHA3/CustomMsgSamples_cSHAKE128.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Hash/SHA3 copying build/lib/pycryptodome_test_vectors/Hash/SHA3/ShortMsgKAT_SHAKE128.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Hash/SHA3 copying build/lib/pycryptodome_test_vectors/Hash/SHA3/ShortMsgSamples_cSHAKE128.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Hash/SHA3 creating /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Hash/wycheproof copying build/lib/pycryptodome_test_vectors/Hash/wycheproof/aes_cmac_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Hash/wycheproof creating /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Protocol copying build/lib/pycryptodome_test_vectors/Protocol/KDF_SP800_108_COUNTER.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Protocol creating /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Protocol/wycheproof copying build/lib/pycryptodome_test_vectors/Protocol/wycheproof/x25519_jwk_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Protocol/wycheproof copying build/lib/pycryptodome_test_vectors/Protocol/wycheproof/ecdh_secp384r1_ecpoint_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Protocol/wycheproof copying build/lib/pycryptodome_test_vectors/Protocol/wycheproof/ecdh_secp224r1_ecpoint_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Protocol/wycheproof copying build/lib/pycryptodome_test_vectors/Protocol/wycheproof/ecdh_secp256r1_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Protocol/wycheproof copying build/lib/pycryptodome_test_vectors/Protocol/wycheproof/ecdh_secp224r1_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Protocol/wycheproof copying build/lib/pycryptodome_test_vectors/Protocol/wycheproof/hkdf_sha1_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Protocol/wycheproof copying build/lib/pycryptodome_test_vectors/Protocol/wycheproof/x25519_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Protocol/wycheproof copying build/lib/pycryptodome_test_vectors/Protocol/wycheproof/ecdh_secp256r1_ecpoint_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Protocol/wycheproof copying build/lib/pycryptodome_test_vectors/Protocol/wycheproof/ecdh_secp384r1_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Protocol/wycheproof copying build/lib/pycryptodome_test_vectors/Protocol/wycheproof/ecdh_secp521r1_ecpoint_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Protocol/wycheproof copying build/lib/pycryptodome_test_vectors/Protocol/wycheproof/ecdh_secp521r1_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Protocol/wycheproof copying build/lib/pycryptodome_test_vectors/Protocol/wycheproof/x25519_pem_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Protocol/wycheproof copying build/lib/pycryptodome_test_vectors/Protocol/wycheproof/hkdf_sha512_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Protocol/wycheproof copying build/lib/pycryptodome_test_vectors/Protocol/wycheproof/x25519_asn_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Protocol/wycheproof copying build/lib/pycryptodome_test_vectors/Protocol/wycheproof/hkdf_sha256_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Protocol/wycheproof copying build/lib/pycryptodome_test_vectors/Protocol/wycheproof/hkdf_sha384_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Protocol/wycheproof copying build/lib/pycryptodome_test_vectors/Protocol/KAS_ECC_CDH_PrimitiveTest.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Protocol creating /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher creating /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCGFSbox128.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128GFSbox256.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/test-vector-2-nonce104.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128VarKey256.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCVarKey128.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCKeySbox192.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBMMT256.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/test-vector-1-nonce104.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCMCT192.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBKeySbox192.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBMCT128.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8KeySbox256.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/test-vector-2-nonce120.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/test-vector-1-nonce112.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8MCT128.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128MMT256.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128VarTxt256.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/test-vector-1-nonce120.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCVarTxt128.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128MCT128.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8MMT256.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/test-vector-2-nonce112.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8MCT192.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBGFSbox256.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBVarKey256.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCVarTxt192.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128MCT192.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128KeySbox256.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/README.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8VarTxt256.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCVarKey192.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCGFSbox192.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCMMT256.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8VarKey256.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCKeySbox128.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8GFSbox256.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBKeySbox128.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCMCT128.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBVarTxt256.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBMCT192.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/gcmEncryptExtIV128.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8VarTxt128.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8MMT192.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128KeySbox128.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128VarTxt192.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBVarKey128.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128MMT192.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBGFSbox128.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/gcmDecrypt128.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8KeySbox192.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBVarTxt128.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCMCT256.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBKeySbox256.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCKeySbox256.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8GFSbox128.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8VarKey128.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBMMT192.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128GFSbox192.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCMMT128.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128VarKey192.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBVarTxt192.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBMCT256.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8VarKey192.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBMMT128.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8GFSbox192.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCVarKey256.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128VarKey128.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128GFSbox128.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCGFSbox256.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCMMT192.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128MCT256.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8MMT128.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128KeySbox192.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8VarTxt192.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CBCVarTxt256.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128VarTxt128.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8MCT256.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB128MMT128.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBGFSbox192.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/OFBVarKey192.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES copying build/lib/pycryptodome_test_vectors/Cipher/AES/CFB8KeySbox128.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/AES creating /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/xchacha20_poly1305_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_4096_sha512_mgf1sha1_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_pkcs1_3072_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_misc_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha224_mgf1sha1_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha384_mgf1sha384_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha224_mgf1sha224_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/aes_ccm_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha384_mgf1sha1_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_3072_sha512_mgf1sha512_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha512_mgf1sha512_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_3072_sha256_mgf1sha1_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha256_mgf1sha1_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_4096_sha256_mgf1sha256_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_pkcs1_4096_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/aes_siv_cmac_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/aes_gcm_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha1_mgf1sha1_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/chacha20_poly1305_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/aes_eax_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_4096_sha256_mgf1sha1_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha512_mgf1sha1_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_3072_sha512_mgf1sha1_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_2048_sha256_mgf1sha256_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_3072_sha256_mgf1sha256_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_pkcs1_2048_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/rsa_oaep_4096_sha512_mgf1sha512_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/wycheproof copying build/lib/pycryptodome_test_vectors/Cipher/wycheproof/aead_aes_siv_cmac_test.json -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/wycheproof creating /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCFB8subtab.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCFB64permop.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TOFBMMT2.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCFB64invperm.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCFB8invperm.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TOFBvartext.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TOFBsubtab.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCFB8MMT3.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCBCinvperm.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCBCsubtab.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCFB8MMT2.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCFB64varkey.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TOFBMMT3.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCBCvarkey.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/README.txt -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCFB8permop.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCFB64MMT2.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCFB64subtab.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCBCMMT3.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TECBMMT3.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TOFBpermop.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCFB64vartext.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCFB8vartext.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCFB64MMT3.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCFB8varkey.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCBCpermop.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCBCvartext.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TOFBinvperm.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TOFBvarkey.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TCBCMMT2.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/Cipher/TDES/TECBMMT2.rsp -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/Cipher/TDES copying build/lib/pycryptodome_test_vectors/__init__.py -> /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors/__init__.py to __init__.cpython-39.pyc running install_egg_info running egg_info writing pycryptodome_test_vectors.egg-info/PKG-INFO writing dependency_links to pycryptodome_test_vectors.egg-info/dependency_links.txt writing top-level names to pycryptodome_test_vectors.egg-info/top_level.txt reading manifest file 'pycryptodome_test_vectors.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.h' under directory 'src' warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE.rst' writing manifest file 'pycryptodome_test_vectors.egg-info/SOURCES.txt' Copying pycryptodome_test_vectors.egg-info to /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/prototype/i386/usr/lib/python3.9/vendor-packages/pycryptodome_test_vectors-1.0.16-py3.9.egg-info running install_scripts VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/manifest-i386-pycryptodome-test-vectors-39.depend.res /jenkins/jobs/oi-userland/workspace/components/python/pycryptodome-test-vectors/build/manifest-i386-pycryptodome-test-vectors.depend.res NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO generating metadata: python/pycryptodome-test-vectors pkg://openindiana.org/library/python/pycryptodome-test-vectors-39@1.0.16,5.11-2024.0.0.0:20240623T065942Z PUBLISHED pkg://openindiana.org/library/python/pycryptodome-test-vectors@1.0.16,5.11-2024.0.0.0:20240623T065950Z PUBLISHED pkg://openindiana.org/library/python/pycryptodome-test-vectors-37@1.0.12,5.11-2023.0.0.2:20240623T065952Z PUBLISHED