Your message dated Mon, 29 Dec 2025 16:19:00 +0000
with message-id <[email protected]>
and subject line Bug#1090176: fixed in unicrypto 0.0.10-2.1
has caused the Debian Bug report #1090176,
regarding unicrypto: FTBFS: E ModuleNotFoundError: No module named 
'mbedtls.exceptions'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1090176: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1090176
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:unicrypto
Version: 0.0.10-2
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules binary
dh binary --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
   dh_auto_build -O--buildsystem=pybuild
I: pybuild plugin_pyproject:129: Building wheel for python3.13 with "build" 
module
I: pybuild base:311: python3.13 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_unicrypto  
* Building wheel...
running bdist_wheel
running build
running build_py
creating build/lib/tests
copying tests/test_des.py -> build/lib/tests
copying tests/test_rc4.py -> build/lib/tests
copying tests/test_tdes.py -> build/lib/tests
copying tests/test_aes.py -> build/lib/tests
copying tests/__init__.py -> build/lib/tests
copying tests/test_import.py -> build/lib/tests
copying tests/test_pbkdf2.py -> build/lib/tests
creating build/lib/unicrypto
copying unicrypto/hmac.py -> build/lib/unicrypto
copying unicrypto/kdf.py -> build/lib/unicrypto
copying unicrypto/_version.py -> build/lib/unicrypto
copying unicrypto/__init__.py -> build/lib/unicrypto
copying unicrypto/cmac.py -> build/lib/unicrypto
copying unicrypto/hashlib.py -> build/lib/unicrypto
copying unicrypto/symmetric.py -> build/lib/unicrypto
copying unicrypto/pbkdf2.py -> build/lib/unicrypto
creating build/lib/unicrypto/backends
copying unicrypto/backends/kdf.py -> build/lib/unicrypto/backends
copying unicrypto/backends/__init__.py -> build/lib/unicrypto/backends
copying unicrypto/backends/cmac.py -> build/lib/unicrypto/backends
creating build/lib/unicrypto/backends/pure
copying unicrypto/backends/pure/MD4.py -> build/lib/unicrypto/backends/pure
copying unicrypto/backends/pure/__init__.py -> build/lib/unicrypto/backends/pure
copying unicrypto/backends/pure/RC4.py -> build/lib/unicrypto/backends/pure
copying unicrypto/backends/pure/DES.py -> build/lib/unicrypto/backends/pure
copying unicrypto/backends/pure/AES.py -> build/lib/unicrypto/backends/pure
copying unicrypto/backends/pure/TDES.py -> build/lib/unicrypto/backends/pure
creating build/lib/unicrypto/backends/cryptography
copying unicrypto/backends/cryptography/__init__.py -> 
build/lib/unicrypto/backends/cryptography
copying unicrypto/backends/cryptography/RC4.py -> 
build/lib/unicrypto/backends/cryptography
copying unicrypto/backends/cryptography/DES.py -> 
build/lib/unicrypto/backends/cryptography
copying unicrypto/backends/cryptography/AES.py -> 
build/lib/unicrypto/backends/cryptography
copying unicrypto/backends/cryptography/TDES.py -> 
build/lib/unicrypto/backends/cryptography
creating build/lib/unicrypto/backends/pycrypto
copying unicrypto/backends/pycrypto/__init__.py -> 
build/lib/unicrypto/backends/pycrypto
copying unicrypto/backends/pycrypto/RC4.py -> 
build/lib/unicrypto/backends/pycrypto
copying unicrypto/backends/pycrypto/DES.py -> 
build/lib/unicrypto/backends/pycrypto
copying unicrypto/backends/pycrypto/AES.py -> 
build/lib/unicrypto/backends/pycrypto
copying unicrypto/backends/pycrypto/TDES.py -> 
build/lib/unicrypto/backends/pycrypto
creating build/lib/unicrypto/backends/pycryptodome
copying unicrypto/backends/pycryptodome/__init__.py -> 
build/lib/unicrypto/backends/pycryptodome
copying unicrypto/backends/pycryptodome/RC4.py -> 
build/lib/unicrypto/backends/pycryptodome
copying unicrypto/backends/pycryptodome/DES.py -> 
build/lib/unicrypto/backends/pycryptodome
copying unicrypto/backends/pycryptodome/AES.py -> 
build/lib/unicrypto/backends/pycryptodome
copying unicrypto/backends/pycryptodome/TDES.py -> 
build/lib/unicrypto/backends/pycryptodome
creating build/lib/unicrypto/backends/mbedtls
copying unicrypto/backends/mbedtls/__init__.py -> 
build/lib/unicrypto/backends/mbedtls
copying unicrypto/backends/mbedtls/RC4.py -> 
build/lib/unicrypto/backends/mbedtls
copying unicrypto/backends/mbedtls/DES.py -> 
build/lib/unicrypto/backends/mbedtls
copying unicrypto/backends/mbedtls/AES.py -> 
build/lib/unicrypto/backends/mbedtls
copying unicrypto/backends/mbedtls/TDES.py -> 
build/lib/unicrypto/backends/mbedtls
creating build/lib/unicrypto/backends/pycryptodomex
copying unicrypto/backends/pycryptodomex/__init__.py -> 
build/lib/unicrypto/backends/pycryptodomex
copying unicrypto/backends/pycryptodomex/RC4.py -> 
build/lib/unicrypto/backends/pycryptodomex
copying unicrypto/backends/pycryptodomex/DES.py -> 
build/lib/unicrypto/backends/pycryptodomex
copying unicrypto/backends/pycryptodomex/AES.py -> 
build/lib/unicrypto/backends/pycryptodomex
copying unicrypto/backends/pycryptodomex/TDES.py -> 
build/lib/unicrypto/backends/pycryptodomex
creating build/lib/unicrypto/backends/pure/external
copying unicrypto/backends/pure/external/__init__.py -> 
build/lib/unicrypto/backends/pure/external
creating build/lib/unicrypto/backends/pure/padding
copying unicrypto/backends/pure/padding/pkcs7.py -> 
build/lib/unicrypto/backends/pure/padding
copying unicrypto/backends/pure/padding/__init__.py -> 
build/lib/unicrypto/backends/pure/padding
creating build/lib/unicrypto/backends/pure/external/DES
copying unicrypto/backends/pure/external/DES/__init__.py -> 
build/lib/unicrypto/backends/pure/external/DES
copying unicrypto/backends/pure/external/DES/DES.py -> 
build/lib/unicrypto/backends/pure/external/DES
creating build/lib/unicrypto/backends/pure/external/RC4
copying unicrypto/backends/pure/external/RC4/__init__.py -> 
build/lib/unicrypto/backends/pure/external/RC4
copying unicrypto/backends/pure/external/RC4/RC4.py -> 
build/lib/unicrypto/backends/pure/external/RC4
creating build/lib/unicrypto/backends/pure/external/AES
copying unicrypto/backends/pure/external/AES/blockfeeder.py -> 
build/lib/unicrypto/backends/pure/external/AES
copying unicrypto/backends/pure/external/AES/AESCCM.py -> 
build/lib/unicrypto/backends/pure/external/AES
copying unicrypto/backends/pure/external/AES/AESGCM.py -> 
build/lib/unicrypto/backends/pure/external/AES
copying unicrypto/backends/pure/external/AES/__init__.py -> 
build/lib/unicrypto/backends/pure/external/AES
copying unicrypto/backends/pure/external/AES/AES.py -> 
build/lib/unicrypto/backends/pure/external/AES
copying unicrypto/backends/pure/external/AES/gcc_bak_orig.py -> 
build/lib/unicrypto/backends/pure/external/AES
copying unicrypto/backends/pure/external/AES/ccm.py -> 
build/lib/unicrypto/backends/pure/external/AES
copying unicrypto/backends/pure/external/AES/util.py -> 
build/lib/unicrypto/backends/pure/external/AES
creating build/lib/unicrypto/backends/pycrypto/extra
copying unicrypto/backends/pycrypto/extra/AESGCM.py -> 
build/lib/unicrypto/backends/pycrypto/extra
copying unicrypto/backends/pycrypto/extra/__init__.py -> 
build/lib/unicrypto/backends/pycrypto/extra
running egg_info
creating unicrypto.egg-info
writing unicrypto.egg-info/PKG-INFO
writing dependency_links to unicrypto.egg-info/dependency_links.txt
writing requirements to unicrypto.egg-info/requires.txt
writing top-level names to unicrypto.egg-info/top_level.txt
writing manifest file 'unicrypto.egg-info/SOURCES.txt'
reading manifest file 'unicrypto.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'unicrypto.egg-info/SOURCES.txt'
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/tests
copying build/lib/tests/test_des.py -> build/bdist.linux-x86_64/wheel/./tests
copying build/lib/tests/test_rc4.py -> build/bdist.linux-x86_64/wheel/./tests
copying build/lib/tests/test_tdes.py -> build/bdist.linux-x86_64/wheel/./tests
copying build/lib/tests/test_aes.py -> build/bdist.linux-x86_64/wheel/./tests
copying build/lib/tests/__init__.py -> build/bdist.linux-x86_64/wheel/./tests
copying build/lib/tests/test_import.py -> build/bdist.linux-x86_64/wheel/./tests
copying build/lib/tests/test_pbkdf2.py -> build/bdist.linux-x86_64/wheel/./tests
creating build/bdist.linux-x86_64/wheel/unicrypto
copying build/lib/unicrypto/hmac.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto
copying build/lib/unicrypto/kdf.py -> build/bdist.linux-x86_64/wheel/./unicrypto
copying build/lib/unicrypto/_version.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto
copying build/lib/unicrypto/__init__.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto
copying build/lib/unicrypto/cmac.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto
creating build/bdist.linux-x86_64/wheel/unicrypto/backends
creating build/bdist.linux-x86_64/wheel/unicrypto/backends/pure
copying build/lib/unicrypto/backends/pure/MD4.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pure
creating build/bdist.linux-x86_64/wheel/unicrypto/backends/pure/external
creating build/bdist.linux-x86_64/wheel/unicrypto/backends/pure/external/DES
copying build/lib/unicrypto/backends/pure/external/DES/__init__.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pure/external/DES
copying build/lib/unicrypto/backends/pure/external/DES/DES.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pure/external/DES
creating build/bdist.linux-x86_64/wheel/unicrypto/backends/pure/external/RC4
copying build/lib/unicrypto/backends/pure/external/RC4/__init__.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pure/external/RC4
copying build/lib/unicrypto/backends/pure/external/RC4/RC4.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pure/external/RC4
creating build/bdist.linux-x86_64/wheel/unicrypto/backends/pure/external/AES
copying build/lib/unicrypto/backends/pure/external/AES/blockfeeder.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pure/external/AES
copying build/lib/unicrypto/backends/pure/external/AES/AESCCM.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pure/external/AES
copying build/lib/unicrypto/backends/pure/external/AES/AESGCM.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pure/external/AES
copying build/lib/unicrypto/backends/pure/external/AES/__init__.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pure/external/AES
copying build/lib/unicrypto/backends/pure/external/AES/AES.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pure/external/AES
copying build/lib/unicrypto/backends/pure/external/AES/gcc_bak_orig.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pure/external/AES
copying build/lib/unicrypto/backends/pure/external/AES/ccm.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pure/external/AES
copying build/lib/unicrypto/backends/pure/external/AES/util.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pure/external/AES
copying build/lib/unicrypto/backends/pure/external/__init__.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pure/external
copying build/lib/unicrypto/backends/pure/__init__.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pure
copying build/lib/unicrypto/backends/pure/RC4.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pure
copying build/lib/unicrypto/backends/pure/DES.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pure
copying build/lib/unicrypto/backends/pure/AES.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pure
copying build/lib/unicrypto/backends/pure/TDES.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pure
creating build/bdist.linux-x86_64/wheel/unicrypto/backends/pure/padding
copying build/lib/unicrypto/backends/pure/padding/pkcs7.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pure/padding
copying build/lib/unicrypto/backends/pure/padding/__init__.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pure/padding
copying build/lib/unicrypto/backends/kdf.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends
creating build/bdist.linux-x86_64/wheel/unicrypto/backends/cryptography
copying build/lib/unicrypto/backends/cryptography/__init__.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/cryptography
copying build/lib/unicrypto/backends/cryptography/RC4.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/cryptography
copying build/lib/unicrypto/backends/cryptography/DES.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/cryptography
copying build/lib/unicrypto/backends/cryptography/AES.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/cryptography
copying build/lib/unicrypto/backends/cryptography/TDES.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/cryptography
creating build/bdist.linux-x86_64/wheel/unicrypto/backends/pycrypto
copying build/lib/unicrypto/backends/pycrypto/__init__.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pycrypto
copying build/lib/unicrypto/backends/pycrypto/RC4.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pycrypto
copying build/lib/unicrypto/backends/pycrypto/DES.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pycrypto
copying build/lib/unicrypto/backends/pycrypto/AES.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pycrypto
copying build/lib/unicrypto/backends/pycrypto/TDES.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pycrypto
creating build/bdist.linux-x86_64/wheel/unicrypto/backends/pycrypto/extra
copying build/lib/unicrypto/backends/pycrypto/extra/AESGCM.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pycrypto/extra
copying build/lib/unicrypto/backends/pycrypto/extra/__init__.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pycrypto/extra
copying build/lib/unicrypto/backends/__init__.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends
copying build/lib/unicrypto/backends/cmac.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends
creating build/bdist.linux-x86_64/wheel/unicrypto/backends/pycryptodome
copying build/lib/unicrypto/backends/pycryptodome/__init__.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pycryptodome
copying build/lib/unicrypto/backends/pycryptodome/RC4.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pycryptodome
copying build/lib/unicrypto/backends/pycryptodome/DES.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pycryptodome
copying build/lib/unicrypto/backends/pycryptodome/AES.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pycryptodome
copying build/lib/unicrypto/backends/pycryptodome/TDES.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pycryptodome
creating build/bdist.linux-x86_64/wheel/unicrypto/backends/mbedtls
copying build/lib/unicrypto/backends/mbedtls/__init__.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/mbedtls
copying build/lib/unicrypto/backends/mbedtls/RC4.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/mbedtls
copying build/lib/unicrypto/backends/mbedtls/DES.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/mbedtls
copying build/lib/unicrypto/backends/mbedtls/AES.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/mbedtls
copying build/lib/unicrypto/backends/mbedtls/TDES.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/mbedtls
creating build/bdist.linux-x86_64/wheel/unicrypto/backends/pycryptodomex
copying build/lib/unicrypto/backends/pycryptodomex/__init__.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pycryptodomex
copying build/lib/unicrypto/backends/pycryptodomex/RC4.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pycryptodomex
copying build/lib/unicrypto/backends/pycryptodomex/DES.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pycryptodomex
copying build/lib/unicrypto/backends/pycryptodomex/AES.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pycryptodomex
copying build/lib/unicrypto/backends/pycryptodomex/TDES.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pycryptodomex
copying build/lib/unicrypto/hashlib.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto
copying build/lib/unicrypto/symmetric.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto
copying build/lib/unicrypto/pbkdf2.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto
running install_egg_info
Copying unicrypto.egg-info to 
build/bdist.linux-x86_64/wheel/./unicrypto-0.0.10.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/unicrypto-0.0.10.dist-info/WHEEL
creating 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_unicrypto/.tmp-tpb6uydz/unicrypto-0.0.10-py3-none-any.whl'
 and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'tests/__init__.py'
adding 'tests/test_aes.py'
adding 'tests/test_des.py'
adding 'tests/test_import.py'
adding 'tests/test_pbkdf2.py'
adding 'tests/test_rc4.py'
adding 'tests/test_tdes.py'
adding 'unicrypto/__init__.py'
adding 'unicrypto/_version.py'
adding 'unicrypto/cmac.py'
adding 'unicrypto/hashlib.py'
adding 'unicrypto/hmac.py'
adding 'unicrypto/kdf.py'
adding 'unicrypto/pbkdf2.py'
adding 'unicrypto/symmetric.py'
adding 'unicrypto/backends/__init__.py'
adding 'unicrypto/backends/cmac.py'
adding 'unicrypto/backends/kdf.py'
adding 'unicrypto/backends/cryptography/AES.py'
adding 'unicrypto/backends/cryptography/DES.py'
adding 'unicrypto/backends/cryptography/RC4.py'
adding 'unicrypto/backends/cryptography/TDES.py'
adding 'unicrypto/backends/cryptography/__init__.py'
adding 'unicrypto/backends/mbedtls/AES.py'
adding 'unicrypto/backends/mbedtls/DES.py'
adding 'unicrypto/backends/mbedtls/RC4.py'
adding 'unicrypto/backends/mbedtls/TDES.py'
adding 'unicrypto/backends/mbedtls/__init__.py'
adding 'unicrypto/backends/pure/AES.py'
adding 'unicrypto/backends/pure/DES.py'
adding 'unicrypto/backends/pure/MD4.py'
adding 'unicrypto/backends/pure/RC4.py'
adding 'unicrypto/backends/pure/TDES.py'
adding 'unicrypto/backends/pure/__init__.py'
adding 'unicrypto/backends/pure/external/__init__.py'
adding 'unicrypto/backends/pure/external/AES/AES.py'
adding 'unicrypto/backends/pure/external/AES/AESCCM.py'
adding 'unicrypto/backends/pure/external/AES/AESGCM.py'
adding 'unicrypto/backends/pure/external/AES/__init__.py'
adding 'unicrypto/backends/pure/external/AES/blockfeeder.py'
adding 'unicrypto/backends/pure/external/AES/ccm.py'
adding 'unicrypto/backends/pure/external/AES/gcc_bak_orig.py'
adding 'unicrypto/backends/pure/external/AES/util.py'
adding 'unicrypto/backends/pure/external/DES/DES.py'
adding 'unicrypto/backends/pure/external/DES/__init__.py'
adding 'unicrypto/backends/pure/external/RC4/RC4.py'
adding 'unicrypto/backends/pure/external/RC4/__init__.py'
adding 'unicrypto/backends/pure/padding/__init__.py'
adding 'unicrypto/backends/pure/padding/pkcs7.py'
adding 'unicrypto/backends/pycrypto/AES.py'
adding 'unicrypto/backends/pycrypto/DES.py'
adding 'unicrypto/backends/pycrypto/RC4.py'
adding 'unicrypto/backends/pycrypto/TDES.py'
adding 'unicrypto/backends/pycrypto/__init__.py'
adding 'unicrypto/backends/pycrypto/extra/AESGCM.py'
adding 'unicrypto/backends/pycrypto/extra/__init__.py'
adding 'unicrypto/backends/pycryptodome/AES.py'
adding 'unicrypto/backends/pycryptodome/DES.py'
adding 'unicrypto/backends/pycryptodome/RC4.py'
adding 'unicrypto/backends/pycryptodome/TDES.py'
adding 'unicrypto/backends/pycryptodome/__init__.py'
adding 'unicrypto/backends/pycryptodomex/AES.py'
adding 'unicrypto/backends/pycryptodomex/DES.py'
adding 'unicrypto/backends/pycryptodomex/RC4.py'
adding 'unicrypto/backends/pycryptodomex/TDES.py'
adding 'unicrypto/backends/pycryptodomex/__init__.py'
adding 'unicrypto-0.0.10.dist-info/LICENSE'
adding 'unicrypto-0.0.10.dist-info/METADATA'
adding 'unicrypto-0.0.10.dist-info/WHEEL'
adding 'unicrypto-0.0.10.dist-info/top_level.txt'
adding 'unicrypto-0.0.10.dist-info/zip-safe'
adding 'unicrypto-0.0.10.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built unicrypto-0.0.10-py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.13 with 
"installer" module
I: pybuild plugin_pyproject:129: Building wheel for python3.12 with "build" 
module
I: pybuild base:311: python3.12 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_unicrypto  
* Building wheel...
running bdist_wheel
running build
running build_py
running egg_info
writing unicrypto.egg-info/PKG-INFO
writing dependency_links to unicrypto.egg-info/dependency_links.txt
writing requirements to unicrypto.egg-info/requires.txt
writing top-level names to unicrypto.egg-info/top_level.txt
reading manifest file 'unicrypto.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'unicrypto.egg-info/SOURCES.txt'
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/tests
copying build/lib/tests/test_des.py -> build/bdist.linux-x86_64/wheel/./tests
copying build/lib/tests/test_rc4.py -> build/bdist.linux-x86_64/wheel/./tests
copying build/lib/tests/test_tdes.py -> build/bdist.linux-x86_64/wheel/./tests
copying build/lib/tests/test_aes.py -> build/bdist.linux-x86_64/wheel/./tests
copying build/lib/tests/__init__.py -> build/bdist.linux-x86_64/wheel/./tests
copying build/lib/tests/test_import.py -> build/bdist.linux-x86_64/wheel/./tests
copying build/lib/tests/test_pbkdf2.py -> build/bdist.linux-x86_64/wheel/./tests
creating build/bdist.linux-x86_64/wheel/unicrypto
copying build/lib/unicrypto/hmac.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto
copying build/lib/unicrypto/kdf.py -> build/bdist.linux-x86_64/wheel/./unicrypto
copying build/lib/unicrypto/_version.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto
copying build/lib/unicrypto/__init__.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto
copying build/lib/unicrypto/cmac.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto
creating build/bdist.linux-x86_64/wheel/unicrypto/backends
creating build/bdist.linux-x86_64/wheel/unicrypto/backends/pure
copying build/lib/unicrypto/backends/pure/MD4.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pure
creating build/bdist.linux-x86_64/wheel/unicrypto/backends/pure/external
creating build/bdist.linux-x86_64/wheel/unicrypto/backends/pure/external/DES
copying build/lib/unicrypto/backends/pure/external/DES/__init__.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pure/external/DES
copying build/lib/unicrypto/backends/pure/external/DES/DES.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pure/external/DES
creating build/bdist.linux-x86_64/wheel/unicrypto/backends/pure/external/RC4
copying build/lib/unicrypto/backends/pure/external/RC4/__init__.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pure/external/RC4
copying build/lib/unicrypto/backends/pure/external/RC4/RC4.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pure/external/RC4
creating build/bdist.linux-x86_64/wheel/unicrypto/backends/pure/external/AES
copying build/lib/unicrypto/backends/pure/external/AES/blockfeeder.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pure/external/AES
copying build/lib/unicrypto/backends/pure/external/AES/AESCCM.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pure/external/AES
copying build/lib/unicrypto/backends/pure/external/AES/AESGCM.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pure/external/AES
copying build/lib/unicrypto/backends/pure/external/AES/__init__.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pure/external/AES
copying build/lib/unicrypto/backends/pure/external/AES/AES.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pure/external/AES
copying build/lib/unicrypto/backends/pure/external/AES/gcc_bak_orig.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pure/external/AES
copying build/lib/unicrypto/backends/pure/external/AES/ccm.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pure/external/AES
copying build/lib/unicrypto/backends/pure/external/AES/util.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pure/external/AES
copying build/lib/unicrypto/backends/pure/external/__init__.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pure/external
copying build/lib/unicrypto/backends/pure/__init__.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pure
copying build/lib/unicrypto/backends/pure/RC4.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pure
copying build/lib/unicrypto/backends/pure/DES.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pure
copying build/lib/unicrypto/backends/pure/AES.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pure
copying build/lib/unicrypto/backends/pure/TDES.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pure
creating build/bdist.linux-x86_64/wheel/unicrypto/backends/pure/padding
copying build/lib/unicrypto/backends/pure/padding/pkcs7.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pure/padding
copying build/lib/unicrypto/backends/pure/padding/__init__.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pure/padding
copying build/lib/unicrypto/backends/kdf.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends
creating build/bdist.linux-x86_64/wheel/unicrypto/backends/cryptography
copying build/lib/unicrypto/backends/cryptography/__init__.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/cryptography
copying build/lib/unicrypto/backends/cryptography/RC4.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/cryptography
copying build/lib/unicrypto/backends/cryptography/DES.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/cryptography
copying build/lib/unicrypto/backends/cryptography/AES.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/cryptography
copying build/lib/unicrypto/backends/cryptography/TDES.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/cryptography
creating build/bdist.linux-x86_64/wheel/unicrypto/backends/pycrypto
copying build/lib/unicrypto/backends/pycrypto/__init__.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pycrypto
copying build/lib/unicrypto/backends/pycrypto/RC4.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pycrypto
copying build/lib/unicrypto/backends/pycrypto/DES.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pycrypto
copying build/lib/unicrypto/backends/pycrypto/AES.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pycrypto
copying build/lib/unicrypto/backends/pycrypto/TDES.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pycrypto
creating build/bdist.linux-x86_64/wheel/unicrypto/backends/pycrypto/extra
copying build/lib/unicrypto/backends/pycrypto/extra/AESGCM.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pycrypto/extra
copying build/lib/unicrypto/backends/pycrypto/extra/__init__.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pycrypto/extra
copying build/lib/unicrypto/backends/__init__.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends
copying build/lib/unicrypto/backends/cmac.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends
creating build/bdist.linux-x86_64/wheel/unicrypto/backends/pycryptodome
copying build/lib/unicrypto/backends/pycryptodome/__init__.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pycryptodome
copying build/lib/unicrypto/backends/pycryptodome/RC4.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pycryptodome
copying build/lib/unicrypto/backends/pycryptodome/DES.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pycryptodome
copying build/lib/unicrypto/backends/pycryptodome/AES.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pycryptodome
copying build/lib/unicrypto/backends/pycryptodome/TDES.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pycryptodome
creating build/bdist.linux-x86_64/wheel/unicrypto/backends/mbedtls
copying build/lib/unicrypto/backends/mbedtls/__init__.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/mbedtls
copying build/lib/unicrypto/backends/mbedtls/RC4.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/mbedtls
copying build/lib/unicrypto/backends/mbedtls/DES.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/mbedtls
copying build/lib/unicrypto/backends/mbedtls/AES.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/mbedtls
copying build/lib/unicrypto/backends/mbedtls/TDES.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/mbedtls
creating build/bdist.linux-x86_64/wheel/unicrypto/backends/pycryptodomex
copying build/lib/unicrypto/backends/pycryptodomex/__init__.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pycryptodomex
copying build/lib/unicrypto/backends/pycryptodomex/RC4.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pycryptodomex
copying build/lib/unicrypto/backends/pycryptodomex/DES.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pycryptodomex
copying build/lib/unicrypto/backends/pycryptodomex/AES.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pycryptodomex
copying build/lib/unicrypto/backends/pycryptodomex/TDES.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto/backends/pycryptodomex
copying build/lib/unicrypto/hashlib.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto
copying build/lib/unicrypto/symmetric.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto
copying build/lib/unicrypto/pbkdf2.py -> 
build/bdist.linux-x86_64/wheel/./unicrypto
running install_egg_info
Copying unicrypto.egg-info to 
build/bdist.linux-x86_64/wheel/./unicrypto-0.0.10.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/unicrypto-0.0.10.dist-info/WHEEL
creating 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_unicrypto/.tmp-lxmqmpsx/unicrypto-0.0.10-py3-none-any.whl'
 and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'tests/__init__.py'
adding 'tests/test_aes.py'
adding 'tests/test_des.py'
adding 'tests/test_import.py'
adding 'tests/test_pbkdf2.py'
adding 'tests/test_rc4.py'
adding 'tests/test_tdes.py'
adding 'unicrypto/__init__.py'
adding 'unicrypto/_version.py'
adding 'unicrypto/cmac.py'
adding 'unicrypto/hashlib.py'
adding 'unicrypto/hmac.py'
adding 'unicrypto/kdf.py'
adding 'unicrypto/pbkdf2.py'
adding 'unicrypto/symmetric.py'
adding 'unicrypto/backends/__init__.py'
adding 'unicrypto/backends/cmac.py'
adding 'unicrypto/backends/kdf.py'
adding 'unicrypto/backends/cryptography/AES.py'
adding 'unicrypto/backends/cryptography/DES.py'
adding 'unicrypto/backends/cryptography/RC4.py'
adding 'unicrypto/backends/cryptography/TDES.py'
adding 'unicrypto/backends/cryptography/__init__.py'
adding 'unicrypto/backends/mbedtls/AES.py'
adding 'unicrypto/backends/mbedtls/DES.py'
adding 'unicrypto/backends/mbedtls/RC4.py'
adding 'unicrypto/backends/mbedtls/TDES.py'
adding 'unicrypto/backends/mbedtls/__init__.py'
adding 'unicrypto/backends/pure/AES.py'
adding 'unicrypto/backends/pure/DES.py'
adding 'unicrypto/backends/pure/MD4.py'
adding 'unicrypto/backends/pure/RC4.py'
adding 'unicrypto/backends/pure/TDES.py'
adding 'unicrypto/backends/pure/__init__.py'
adding 'unicrypto/backends/pure/external/__init__.py'
adding 'unicrypto/backends/pure/external/AES/AES.py'
adding 'unicrypto/backends/pure/external/AES/AESCCM.py'
adding 'unicrypto/backends/pure/external/AES/AESGCM.py'
adding 'unicrypto/backends/pure/external/AES/__init__.py'
adding 'unicrypto/backends/pure/external/AES/blockfeeder.py'
adding 'unicrypto/backends/pure/external/AES/ccm.py'
adding 'unicrypto/backends/pure/external/AES/gcc_bak_orig.py'
adding 'unicrypto/backends/pure/external/AES/util.py'
adding 'unicrypto/backends/pure/external/DES/DES.py'
adding 'unicrypto/backends/pure/external/DES/__init__.py'
adding 'unicrypto/backends/pure/external/RC4/RC4.py'
adding 'unicrypto/backends/pure/external/RC4/__init__.py'
adding 'unicrypto/backends/pure/padding/__init__.py'
adding 'unicrypto/backends/pure/padding/pkcs7.py'
adding 'unicrypto/backends/pycrypto/AES.py'
adding 'unicrypto/backends/pycrypto/DES.py'
adding 'unicrypto/backends/pycrypto/RC4.py'
adding 'unicrypto/backends/pycrypto/TDES.py'
adding 'unicrypto/backends/pycrypto/__init__.py'
adding 'unicrypto/backends/pycrypto/extra/AESGCM.py'
adding 'unicrypto/backends/pycrypto/extra/__init__.py'
adding 'unicrypto/backends/pycryptodome/AES.py'
adding 'unicrypto/backends/pycryptodome/DES.py'
adding 'unicrypto/backends/pycryptodome/RC4.py'
adding 'unicrypto/backends/pycryptodome/TDES.py'
adding 'unicrypto/backends/pycryptodome/__init__.py'
adding 'unicrypto/backends/pycryptodomex/AES.py'
adding 'unicrypto/backends/pycryptodomex/DES.py'
adding 'unicrypto/backends/pycryptodomex/RC4.py'
adding 'unicrypto/backends/pycryptodomex/TDES.py'
adding 'unicrypto/backends/pycryptodomex/__init__.py'
adding 'unicrypto-0.0.10.dist-info/LICENSE'
adding 'unicrypto-0.0.10.dist-info/METADATA'
adding 'unicrypto-0.0.10.dist-info/WHEEL'
adding 'unicrypto-0.0.10.dist-info/top_level.txt'
adding 'unicrypto-0.0.10.dist-info/zip-safe'
adding 'unicrypto-0.0.10.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built unicrypto-0.0.10-py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.12 with 
"installer" module
   dh_auto_test -O--buildsystem=pybuild
I: pybuild base:311: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_unicrypto/build; python3.13 -m pytest 
tests
============================= test session starts ==============================
platform linux -- Python 3.13.1, pytest-8.3.4, pluggy-1.5.0
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_unicrypto/build
configfile: pyproject.toml
plugins: typeguard-4.4.1
collected 20 items / 4 errors

==================================== ERRORS ====================================
______________________ ERROR collecting tests/test_aes.py ______________________
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_unicrypto/build/tests/test_aes.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_aes.py:847: in <module>
    @pytest.mark.parametrize("cipherobj", [get_cipher_by_name('AES', 
'mbedtls')])
unicrypto/__init__.py:57: in get_cipher_by_name
    return import_from(moduleName , ciphername)
unicrypto/__init__.py:14: in import_from
    module = __import__(module, fromlist=[name])
unicrypto/backends/mbedtls/__init__.py:1: in <module>
    from . import AES, DES, RC4, TDES
unicrypto/backends/mbedtls/AES.py:2: in <module>
    from mbedtls import cipher as mbedcipher
/usr/lib/python3/dist-packages/mbedtls/__init__.py:11: in <module>
    import mbedtls.cipher as cipher
/usr/lib/python3/dist-packages/mbedtls/cipher/__init__.py:16: in <module>
    from mbedtls.cipher import (
/usr/lib/python3/dist-packages/mbedtls/cipher/AES.py:14: in <module>
    from mbedtls.exceptions import TLSError
E   ModuleNotFoundError: No module named 'mbedtls.exceptions'
______________________ ERROR collecting tests/test_des.py ______________________
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_unicrypto/build/tests/test_des.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_des.py:97: in <module>
    @pytest.mark.parametrize("cipherobj", [get_cipher_by_name('DES', 
'mbedtls')])
unicrypto/__init__.py:57: in get_cipher_by_name
    return import_from(moduleName , ciphername)
unicrypto/__init__.py:14: in import_from
    module = __import__(module, fromlist=[name])
unicrypto/backends/mbedtls/__init__.py:1: in <module>
    from . import AES, DES, RC4, TDES
unicrypto/backends/mbedtls/AES.py:2: in <module>
    from mbedtls import cipher as mbedcipher
/usr/lib/python3/dist-packages/mbedtls/__init__.py:11: in <module>
    import mbedtls.cipher as cipher
/usr/lib/python3/dist-packages/mbedtls/cipher/__init__.py:16: in <module>
    from mbedtls.cipher import (
/usr/lib/python3/dist-packages/mbedtls/cipher/AES.py:14: in <module>
    from mbedtls.exceptions import TLSError
E   ModuleNotFoundError: No module named 'mbedtls.exceptions'
______________________ ERROR collecting tests/test_rc4.py ______________________
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_unicrypto/build/tests/test_rc4.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_rc4.py:67: in <module>
    @pytest.mark.parametrize("cipherobj", [get_cipher_by_name('RC4', 
'mbedtls')])
unicrypto/__init__.py:57: in get_cipher_by_name
    return import_from(moduleName , ciphername)
unicrypto/__init__.py:14: in import_from
    module = __import__(module, fromlist=[name])
unicrypto/backends/mbedtls/__init__.py:1: in <module>
    from . import AES, DES, RC4, TDES
unicrypto/backends/mbedtls/AES.py:2: in <module>
    from mbedtls import cipher as mbedcipher
/usr/lib/python3/dist-packages/mbedtls/__init__.py:11: in <module>
    import mbedtls.cipher as cipher
/usr/lib/python3/dist-packages/mbedtls/cipher/__init__.py:16: in <module>
    from mbedtls.cipher import (
/usr/lib/python3/dist-packages/mbedtls/cipher/AES.py:14: in <module>
    from mbedtls.exceptions import TLSError
E   ModuleNotFoundError: No module named 'mbedtls.exceptions'
_____________________ ERROR collecting tests/test_tdes.py ______________________
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_unicrypto/build/tests/test_tdes.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_tdes.py:86: in <module>
    @pytest.mark.parametrize("cipherobj", [get_cipher_by_name('TDES', 
'mbedtls')])
unicrypto/__init__.py:57: in get_cipher_by_name
    return import_from(moduleName , ciphername)
unicrypto/__init__.py:14: in import_from
    module = __import__(module, fromlist=[name])
unicrypto/backends/mbedtls/__init__.py:1: in <module>
    from . import AES, DES, RC4, TDES
unicrypto/backends/mbedtls/AES.py:2: in <module>
    from mbedtls import cipher as mbedcipher
/usr/lib/python3/dist-packages/mbedtls/__init__.py:11: in <module>
    import mbedtls.cipher as cipher
/usr/lib/python3/dist-packages/mbedtls/cipher/__init__.py:16: in <module>
    from mbedtls.cipher import (
/usr/lib/python3/dist-packages/mbedtls/cipher/AES.py:14: in <module>
    from mbedtls.exceptions import TLSError
E   ModuleNotFoundError: No module named 'mbedtls.exceptions'
=========================== short test summary info ============================
ERROR tests/test_aes.py
ERROR tests/test_des.py
ERROR tests/test_rc4.py
ERROR tests/test_tdes.py
!!!!!!!!!!!!!!!!!!! Interrupted: 4 errors during collection !!!!!!!!!!!!!!!!!!!!
============================== 4 errors in 0.16s ===============================
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=2: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_unicrypto/build; python3.13 -m pytest 
tests
I: pybuild base:311: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_unicrypto/build; python3.12 -m pytest 
tests
============================= test session starts ==============================
platform linux -- Python 3.12.8, pytest-8.3.4, pluggy-1.5.0
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_unicrypto/build
configfile: pyproject.toml
plugins: typeguard-4.4.1
collected 49 items

tests/test_aes.py ........................                               [ 48%]
tests/test_des.py ..                                                     [ 53%]
tests/test_import.py ...................                                 [ 91%]
tests/test_pbkdf2.py .                                                   [ 93%]
tests/test_rc4.py .                                                      [ 95%]
tests/test_tdes.py ..                                                    [100%]

=============================== warnings summary ===============================
tests/test_rc4.py::test_rc4[RC4]
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_unicrypto/build/unicrypto/backends/cryptography/RC4.py:13:
 CryptographyDeprecationWarning: ARC4 has been moved to 
cryptography.hazmat.decrepit.ciphers.algorithms.ARC4 and will be removed from 
this module in 48.0.0.
    algorithm = algorithms.ARC4(self.key)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
======================== 49 passed, 1 warning in 3.03s =========================
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.13 
3.12" returned exit code 13
make: *** [debian/rules:7: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202412/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: unicrypto
Source-Version: 0.0.10-2.1
Done: Bastian Germann <[email protected]>

We believe that the bug you reported is fixed in the latest version of
unicrypto, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bastian Germann <[email protected]> (supplier of updated unicrypto package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 29 Dec 2025 16:30:53 +0100
Source: unicrypto
Architecture: source
Version: 0.0.10-2.1
Distribution: unstable
Urgency: medium
Maintainer: Josenilson Ferreira da Silva <[email protected]>
Changed-By: Bastian Germann <[email protected]>
Closes: 1090176
Changes:
 unicrypto (0.0.10-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload
   * Drop Build-Depends: python3-mbedtls (Closes: #1090176)
Checksums-Sha1:
 5988d98475b452d8fbad10635cf5133841ef04d8 1936 unicrypto_0.0.10-2.1.dsc
 23fd72cab3517f578052f85f1871f015bedd0e9f 5028 
unicrypto_0.0.10-2.1.debian.tar.xz
 ac2c70abd7285670112881d4b821e58569548ca9 7157 
unicrypto_0.0.10-2.1_source.buildinfo
Checksums-Sha256:
 6e00858c219a23b5f80262c3be1e7d0c089d4b624c6062e467223b853b608af1 1936 
unicrypto_0.0.10-2.1.dsc
 537d63a5abf2c22c1811340448813f2a6d533288e0e7dce91b6d3685a463b946 5028 
unicrypto_0.0.10-2.1.debian.tar.xz
 4ab533c6e1307d7c7eaeeb17fd5e16eb656c934f500628b62bb056b74b9ba66a 7157 
unicrypto_0.0.10-2.1_source.buildinfo
Files:
 71f26cf08d1e9008141bd18fa2f390a5 1936 python optional unicrypto_0.0.10-2.1.dsc
 774c659db5669d0599b952982ea1c288 5028 python optional 
unicrypto_0.0.10-2.1.debian.tar.xz
 1c3b1ff110714d0547b794f746acad89 7157 python optional 
unicrypto_0.0.10-2.1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmlSpDQQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFKJZDACiMuvrLNdJz3T1dhgFU+4JGy5cbi9q2WSM
8lZcI4nraymCHodPIo0JPzehtwOfxM9DYsAoLBQTas+QT5tfJw6MvahcA6RIQhQ9
jssF2PrBaxt2xd//LxViEN7gdGWRtrl9TVTV6CRUhNE2/1aXeceLsC4oll0z76Ux
ssqtPoW+5ZyhN+o8wCIUNwrwrWsLKApbhTwRp6Q9AwK8vk2ba3kO4I6OyyKn7OAh
IMEPckT0szBuEicl37O5atSmb+QVifo6jGNYpQC7yScaWlHUweG/Rzou1CoozRqx
R3+4dPho7+nYsJGhASv2tTiG5EQZE1PcRAG5NvheRTgZ6w84hM0xVrb8KbW59DNS
nS59dpXejQh7E+JanrgdmhErlJ2aOjRM/1ASXJEQD1dMSJLArVz5eFwDbQQfYTZj
vn/7LQCLdw9ntk3mi0/wmOVeT4L1sclx/KVHjmkIWwJlvPx7VhTzAiPS4wGlLJmp
rH/EIWeBcC3NuV1Z6yiK1HqQmD6zTyQ=
=1Iw6
-----END PGP SIGNATURE-----

Attachment: pgpkRqabVB4qC.pgp
Description: PGP signature


--- End Message ---

Reply via email to