--- Begin Message ---
Source: oscrypto
Version: 1.3.0-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231212 ftbfs-trixie
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> 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
> pybuild --configure -i python{version} -p "3.12 3.11"
> D: pybuild pybuild:605: version: 6.20231204
> D: pybuild pybuild:606: ['/usr/bin/pybuild', '--configure', '-i',
> 'python{version}', '-p', '3.12 3.11']
> D: pybuild pybuild:39: cfg: Namespace(verbose=True, quiet=False,
> really_quiet=False, detect_only=False, clean_only=False, configure_only=True,
> build_only=False, install_only=False, test_only=False,
> autopkgtest_only=False, list_systems=False, print_args=None,
> before_clean=None, clean_args=None, after_clean=None, before_configure=None,
> configure_args=None, after_configure=None, before_build=None,
> build_args=None, after_build=None, before_install=None, install_args=None,
> after_install=None, before_test=None, test_args=None, after_test=None,
> test_nose=False, test_nose2=False, test_pytest=False, test_tox=False,
> test_custom=False, dir='/<<PKGBUILDDIR>>', destdir='debian/tmp',
> ext_destdir=None, ext_pattern='\\.so(\\.[^/]*)?$', ext_sub_pattern=None,
> ext_sub_repl=None, install_dir=None, name='oscrypto', system=None,
> versions=['3.12', '3.11'], interpreter=['python{version}'], disable=None,
> custom_tests=False)
> D: pybuild __init__:37: cannot initialize 'cmake' plugin: Missing command
> 'cmake'
> D: pybuild __init__:37: cannot initialize 'meson' plugin: Missing command
> 'meson'
> D: pybuild tools:232: invoking: /usr/bin/dpkg-architecture
> D: pybuild debhelper:183: source=oscrypto, binary
> packages=['python3-oscrypto']
> D: pybuild pybuild:129: Plugin autopkgtest: certainty 0
> D: pybuild pybuild:129: Plugin custom: certainty 0
> D: pybuild pybuild:129: Plugin distutils: certainty 50
> D: pybuild pybuild:129: Plugin flit: certainty 0
> D: pybuild pybuild:129: Plugin pyproject: certainty 0
> D: pybuild pybuild:155: detected build system: distutils (certainty: 50%)
> D: pybuild plugin_distutils:54: pydistutils config file:
> [clean]
> all=1
> [build]
> build_lib=/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build
> [install]
> force=1
> install_layout=deb
> install_scripts=$base/bin
> install_lib=/usr/lib/python3.12/dist-packages
> prefix=/usr
>
> I: pybuild base:310: python3.12 setup.py config
> D: pybuild tools:232: invoking: python3.12 setup.py config
> running config
> D: pybuild plugin_distutils:54: pydistutils config file:
> [clean]
> all=1
> [build]
> build_lib=/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build
> [install]
> force=1
> install_layout=deb
> install_scripts=$base/bin
> install_lib=/usr/lib/python3.11/dist-packages
> prefix=/usr
>
> I: pybuild base:310: python3.11 setup.py config
> D: pybuild tools:232: invoking: python3.11 setup.py config
> running config
> dh_auto_build -O--buildsystem=pybuild
> pybuild --build -i python{version} -p "3.12 3.11"
> D: pybuild pybuild:605: version: 6.20231204
> D: pybuild pybuild:606: ['/usr/bin/pybuild', '--build', '-i',
> 'python{version}', '-p', '3.12 3.11']
> D: pybuild pybuild:39: cfg: Namespace(verbose=True, quiet=False,
> really_quiet=False, detect_only=False, clean_only=False,
> configure_only=False, build_only=True, install_only=False, test_only=False,
> autopkgtest_only=False, list_systems=False, print_args=None,
> before_clean=None, clean_args=None, after_clean=None, before_configure=None,
> configure_args=None, after_configure=None, before_build=None,
> build_args=None, after_build=None, before_install=None, install_args=None,
> after_install=None, before_test=None, test_args=None, after_test=None,
> test_nose=False, test_nose2=False, test_pytest=False, test_tox=False,
> test_custom=False, dir='/<<PKGBUILDDIR>>', destdir='debian/tmp',
> ext_destdir=None, ext_pattern='\\.so(\\.[^/]*)?$', ext_sub_pattern=None,
> ext_sub_repl=None, install_dir=None, name='oscrypto', system=None,
> versions=['3.12', '3.11'], interpreter=['python{version}'], disable=None,
> custom_tests=False)
> D: pybuild __init__:37: cannot initialize 'cmake' plugin: Missing command
> 'cmake'
> D: pybuild __init__:37: cannot initialize 'meson' plugin: Missing command
> 'meson'
> D: pybuild tools:232: invoking: /usr/bin/dpkg-architecture
> D: pybuild debhelper:183: source=oscrypto, binary
> packages=['python3-oscrypto']
> D: pybuild pybuild:129: Plugin autopkgtest: certainty 0
> D: pybuild pybuild:129: Plugin custom: certainty 0
> D: pybuild pybuild:129: Plugin distutils: certainty 50
> D: pybuild pybuild:129: Plugin flit: certainty 0
> D: pybuild pybuild:129: Plugin pyproject: certainty 0
> D: pybuild pybuild:155: detected build system: distutils (certainty: 50%)
> I: pybuild base:310: /usr/bin/python3.12 setup.py build
> D: pybuild tools:232: invoking: /usr/bin/python3.12 setup.py build
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto
> copying oscrypto/_pkcs5.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto
> copying oscrypto/_ffi.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto
> copying oscrypto/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto
> copying oscrypto/kdf.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto
> copying oscrypto/_rand.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto
> copying oscrypto/version.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto
> copying oscrypto/_ecdsa.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto
> copying oscrypto/_types.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto
> copying oscrypto/tls.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto
> copying oscrypto/keys.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto
> copying oscrypto/_asymmetric.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto
> copying oscrypto/_tls.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto
> copying oscrypto/errors.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto
> copying oscrypto/_pkcs1.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto
> copying oscrypto/_asn1.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto
> copying oscrypto/_int.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto
> copying oscrypto/asymmetric.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto
> copying oscrypto/_errors.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto
> copying oscrypto/util.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto
> copying oscrypto/trust_list.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto
> copying oscrypto/symmetric.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto
> copying oscrypto/_cipher_suites.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto
> copying oscrypto/_pkcs12.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_win
> copying oscrypto/_win/_crypt32_ctypes.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_win
> copying oscrypto/_win/_secur32.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_win
> copying oscrypto/_win/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_win
> copying oscrypto/_win/_cng_ctypes.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_win
> copying oscrypto/_win/_kernel32.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_win
> copying oscrypto/_win/_advapi32.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_win
> copying oscrypto/_win/_kernel32_cffi.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_win
> copying oscrypto/_win/tls.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_win
> copying oscrypto/_win/_advapi32_cffi.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_win
> copying oscrypto/_win/_kernel32_ctypes.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_win
> copying oscrypto/_win/_advapi32_ctypes.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_win
> copying oscrypto/_win/_cng.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_win
> copying oscrypto/_win/_secur32_cffi.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_win
> copying oscrypto/_win/asymmetric.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_win
> copying oscrypto/_win/util.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_win
> copying oscrypto/_win/_crypt32_cffi.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_win
> copying oscrypto/_win/trust_list.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_win
> copying oscrypto/_win/_decode.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_win
> copying oscrypto/_win/symmetric.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_win
> copying oscrypto/_win/_crypt32.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_win
> copying oscrypto/_win/_secur32_ctypes.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_win
> copying oscrypto/_win/_cng_cffi.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_win
> creating
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_linux_bsd
> copying oscrypto/_linux_bsd/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_linux_bsd
> copying oscrypto/_linux_bsd/trust_list.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_linux_bsd
> creating
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_openssl
> copying oscrypto/_openssl/_libcrypto_ctypes.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_openssl
> copying oscrypto/_openssl/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_openssl
> copying oscrypto/_openssl/tls.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_openssl
> copying oscrypto/_openssl/_libcrypto_cffi.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_openssl
> copying oscrypto/_openssl/asymmetric.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_openssl
> copying oscrypto/_openssl/_libcrypto.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_openssl
> copying oscrypto/_openssl/util.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_openssl
> copying oscrypto/_openssl/_libssl.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_openssl
> copying oscrypto/_openssl/symmetric.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_openssl
> copying oscrypto/_openssl/_libssl_ctypes.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_openssl
> copying oscrypto/_openssl/_libssl_cffi.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_openssl
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_mac
> copying oscrypto/_mac/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_mac
> copying oscrypto/_mac/_common_crypto_ctypes.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_mac
> copying oscrypto/_mac/_core_foundation.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_mac
> copying oscrypto/_mac/_common_crypto_cffi.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_mac
> copying oscrypto/_mac/_security_ctypes.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_mac
> copying oscrypto/_mac/tls.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_mac
> copying oscrypto/_mac/_common_crypto.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_mac
> copying oscrypto/_mac/_security_cffi.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_mac
> copying oscrypto/_mac/_core_foundation_cffi.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_mac
> copying oscrypto/_mac/asymmetric.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_mac
> copying oscrypto/_mac/util.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_mac
> copying oscrypto/_mac/trust_list.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_mac
> copying oscrypto/_mac/_security.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_mac
> copying oscrypto/_mac/symmetric.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_mac
> copying oscrypto/_mac/_core_foundation_ctypes.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/oscrypto/_mac
> I: pybuild base:310: /usr/bin/python3 setup.py build
> D: pybuild tools:232: invoking: /usr/bin/python3 setup.py build
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto
> copying oscrypto/_pkcs5.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto
> copying oscrypto/_ffi.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto
> copying oscrypto/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto
> copying oscrypto/kdf.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto
> copying oscrypto/_rand.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto
> copying oscrypto/version.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto
> copying oscrypto/_ecdsa.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto
> copying oscrypto/_types.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto
> copying oscrypto/tls.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto
> copying oscrypto/keys.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto
> copying oscrypto/_asymmetric.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto
> copying oscrypto/_tls.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto
> copying oscrypto/errors.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto
> copying oscrypto/_pkcs1.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto
> copying oscrypto/_asn1.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto
> copying oscrypto/_int.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto
> copying oscrypto/asymmetric.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto
> copying oscrypto/_errors.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto
> copying oscrypto/util.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto
> copying oscrypto/trust_list.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto
> copying oscrypto/symmetric.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto
> copying oscrypto/_cipher_suites.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto
> copying oscrypto/_pkcs12.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_win
> copying oscrypto/_win/_crypt32_ctypes.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_win
> copying oscrypto/_win/_secur32.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_win
> copying oscrypto/_win/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_win
> copying oscrypto/_win/_cng_ctypes.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_win
> copying oscrypto/_win/_kernel32.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_win
> copying oscrypto/_win/_advapi32.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_win
> copying oscrypto/_win/_kernel32_cffi.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_win
> copying oscrypto/_win/tls.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_win
> copying oscrypto/_win/_advapi32_cffi.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_win
> copying oscrypto/_win/_kernel32_ctypes.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_win
> copying oscrypto/_win/_advapi32_ctypes.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_win
> copying oscrypto/_win/_cng.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_win
> copying oscrypto/_win/_secur32_cffi.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_win
> copying oscrypto/_win/asymmetric.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_win
> copying oscrypto/_win/util.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_win
> copying oscrypto/_win/_crypt32_cffi.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_win
> copying oscrypto/_win/trust_list.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_win
> copying oscrypto/_win/_decode.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_win
> copying oscrypto/_win/symmetric.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_win
> copying oscrypto/_win/_crypt32.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_win
> copying oscrypto/_win/_secur32_ctypes.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_win
> copying oscrypto/_win/_cng_cffi.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_win
> creating
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_linux_bsd
> copying oscrypto/_linux_bsd/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_linux_bsd
> copying oscrypto/_linux_bsd/trust_list.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_linux_bsd
> creating
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_openssl
> copying oscrypto/_openssl/_libcrypto_ctypes.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_openssl
> copying oscrypto/_openssl/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_openssl
> copying oscrypto/_openssl/tls.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_openssl
> copying oscrypto/_openssl/_libcrypto_cffi.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_openssl
> copying oscrypto/_openssl/asymmetric.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_openssl
> copying oscrypto/_openssl/_libcrypto.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_openssl
> copying oscrypto/_openssl/util.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_openssl
> copying oscrypto/_openssl/_libssl.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_openssl
> copying oscrypto/_openssl/symmetric.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_openssl
> copying oscrypto/_openssl/_libssl_ctypes.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_openssl
> copying oscrypto/_openssl/_libssl_cffi.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_openssl
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_mac
> copying oscrypto/_mac/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_mac
> copying oscrypto/_mac/_common_crypto_ctypes.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_mac
> copying oscrypto/_mac/_core_foundation.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_mac
> copying oscrypto/_mac/_common_crypto_cffi.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_mac
> copying oscrypto/_mac/_security_ctypes.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_mac
> copying oscrypto/_mac/tls.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_mac
> copying oscrypto/_mac/_common_crypto.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_mac
> copying oscrypto/_mac/_security_cffi.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_mac
> copying oscrypto/_mac/_core_foundation_cffi.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_mac
> copying oscrypto/_mac/asymmetric.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_mac
> copying oscrypto/_mac/util.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_mac
> copying oscrypto/_mac/trust_list.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_mac
> copying oscrypto/_mac/_security.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_mac
> copying oscrypto/_mac/symmetric.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_mac
> copying oscrypto/_mac/_core_foundation_ctypes.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/oscrypto/_mac
> dh_auto_test -O--buildsystem=pybuild
> pybuild --test -i python{version} -p "3.12 3.11"
> D: pybuild pybuild:605: version: 6.20231204
> D: pybuild pybuild:606: ['/usr/bin/pybuild', '--test', '-i',
> 'python{version}', '-p', '3.12 3.11']
> D: pybuild pybuild:39: cfg: Namespace(verbose=True, quiet=False,
> really_quiet=False, detect_only=False, clean_only=False,
> configure_only=False, build_only=False, install_only=False, test_only=True,
> autopkgtest_only=False, list_systems=False, print_args=None,
> before_clean=None, clean_args=None, after_clean=None, before_configure=None,
> configure_args=None, after_configure=None, before_build=None,
> build_args=None, after_build=None, before_install=None, install_args=None,
> after_install=None, before_test=None, test_args=None, after_test=None,
> test_nose=False, test_nose2=False, test_pytest=False, test_tox=False,
> test_custom=False, dir='/<<PKGBUILDDIR>>', destdir='debian/tmp',
> ext_destdir=None, ext_pattern='\\.so(\\.[^/]*)?$', ext_sub_pattern=None,
> ext_sub_repl=None, install_dir=None, name='oscrypto', system=None,
> versions=['3.12', '3.11'], interpreter=['python{version}'], disable=None,
> custom_tests=False)
> D: pybuild __init__:37: cannot initialize 'cmake' plugin: Missing command
> 'cmake'
> D: pybuild __init__:37: cannot initialize 'meson' plugin: Missing command
> 'meson'
> D: pybuild tools:232: invoking: /usr/bin/dpkg-architecture
> D: pybuild debhelper:183: source=oscrypto, binary
> packages=['python3-oscrypto']
> D: pybuild pybuild:129: Plugin autopkgtest: certainty 0
> D: pybuild pybuild:129: Plugin custom: certainty 0
> D: pybuild pybuild:129: Plugin distutils: certainty 50
> D: pybuild pybuild:129: Plugin flit: certainty 0
> D: pybuild pybuild:129: Plugin pyproject: certainty 0
> D: pybuild pybuild:155: detected build system: distutils (certainty: 50%)
> D: pybuild base:72: Copying /<<PKGBUILDDIR>>/tests to
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_oscrypto/build/tests for tests
> I: pybuild base:310: python3.12 setup.py test
> D: pybuild tools:232: invoking: python3.12 setup.py test
> running test
> WARNING: Testing via this command is deprecated and will be removed in a
> future version. Users looking for a generic test entry point independent of
> test runner are encouraged to use tox.
> /usr/lib/python3/dist-packages/setuptools/command/test.py:193:
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are
> deprecated.
> !!
>
>
> ********************************************************************************
> Requirements should be satisfied by a PEP 517 installer.
> If you are using pip, you can try `pip install --use-pep517`.
>
> ********************************************************************************
>
> !!
> ir_d = dist.fetch_build_eggs(dist.install_requires)
> WARNING: The wheel package is not available.
> /usr/lib/python3/dist-packages/setuptools/command/test.py:194:
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are
> deprecated.
> !!
>
>
> ********************************************************************************
> Requirements should be satisfied by a PEP 517 installer.
> If you are using pip, you can try `pip install --use-pep517`.
>
> ********************************************************************************
>
> !!
> tr_d = dist.fetch_build_eggs(dist.tests_require or [])
> WARNING: The wheel package is not available.
> /usr/lib/python3/dist-packages/setuptools/command/test.py:195:
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are
> deprecated.
> !!
>
>
> ********************************************************************************
> Requirements should be satisfied by a PEP 517 installer.
> If you are using pip, you can try `pip install --use-pep517`.
>
> ********************************************************************************
>
> !!
> er_d = dist.fetch_build_eggs(
> WARNING: The wheel package is not available.
> running egg_info
> writing oscrypto.egg-info/PKG-INFO
> writing dependency_links to oscrypto.egg-info/dependency_links.txt
> writing requirements to oscrypto.egg-info/requires.txt
> writing top-level names to oscrypto.egg-info/top_level.txt
> writing manifest file 'oscrypto.egg-info/SOURCES.txt'
> reading manifest file 'oscrypto.egg-info/SOURCES.txt'
> adding license file 'LICENSE'
> writing manifest file 'oscrypto.egg-info/SOURCES.txt'
> running build_ext
> tests (unittest.loader._FailedTest.tests) ... ERROR
>
> ======================================================================
> ERROR: tests (unittest.loader._FailedTest.tests)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: tests
> Traceback (most recent call last):
> File "/usr/lib/python3.12/unittest/loader.py", line 137, in
> loadTestsFromName
> module = __import__(module_name)
> ^^^^^^^^^^^^^^^^^^^^^^^
> File "/<<PKGBUILDDIR>>/tests/__init__.py", line 4, in <module>
> import imp
> ModuleNotFoundError: No module named 'imp'
>
>
> ----------------------------------------------------------------------
> Ran 1 test in 0.000s
>
> FAILED (errors=1)
> Test failed: <unittest.runner.TextTestResult run=1 errors=1 failures=0>
> error: Test failed: <unittest.runner.TextTestResult run=1 errors=1 failures=0>
> E: pybuild pybuild:395: test: plugin distutils failed with: exit code=1:
> python3.12 setup.py test
> Traceback (most recent call last):
> File "/usr/bin/pybuild", line 393, in main
> run(func, i, version, c)
> File "/usr/bin/pybuild", line 331, in run
> result = func(context, args)
> ^^^^^^^^^^^^^^^^^^^
> File "/usr/share/dh-python/dhpython/build/base.py", line 363, in
> wrapped_func
> raise Exception(msg)
> Exception: exit code=1: python3.12 setup.py test
> D: pybuild base:72: Copying /<<PKGBUILDDIR>>/tests to
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_oscrypto/build/tests for tests
> I: pybuild base:310: python3.11 setup.py test
> D: pybuild tools:232: invoking: python3.11 setup.py test
> running test
> WARNING: Testing via this command is deprecated and will be removed in a
> future version. Users looking for a generic test entry point independent of
> test runner are encouraged to use tox.
> /usr/lib/python3/dist-packages/setuptools/command/test.py:193:
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are
> deprecated.
> !!
>
>
> ********************************************************************************
> Requirements should be satisfied by a PEP 517 installer.
> If you are using pip, you can try `pip install --use-pep517`.
>
> ********************************************************************************
>
> !!
> ir_d = dist.fetch_build_eggs(dist.install_requires)
> WARNING: The wheel package is not available.
> /usr/lib/python3/dist-packages/setuptools/command/test.py:194:
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are
> deprecated.
> !!
>
>
> ********************************************************************************
> Requirements should be satisfied by a PEP 517 installer.
> If you are using pip, you can try `pip install --use-pep517`.
>
> ********************************************************************************
>
> !!
> tr_d = dist.fetch_build_eggs(dist.tests_require or [])
> WARNING: The wheel package is not available.
> /usr/lib/python3/dist-packages/setuptools/command/test.py:195:
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are
> deprecated.
> !!
>
>
> ********************************************************************************
> Requirements should be satisfied by a PEP 517 installer.
> If you are using pip, you can try `pip install --use-pep517`.
>
> ********************************************************************************
>
> !!
> er_d = dist.fetch_build_eggs(
> WARNING: The wheel package is not available.
> running egg_info
> writing oscrypto.egg-info/PKG-INFO
> writing dependency_links to oscrypto.egg-info/dependency_links.txt
> writing requirements to oscrypto.egg-info/requires.txt
> writing top-level names to oscrypto.egg-info/top_level.txt
> reading manifest file 'oscrypto.egg-info/SOURCES.txt'
> adding license file 'LICENSE'
> writing manifest file 'oscrypto.egg-info/SOURCES.txt'
> running build_ext
> test_pbkdf1 (tests.test_kdf.KDFTests.test_pbkdf1) ... ok
> test_pbkdf2 (tests.test_kdf.KDFTests.test_pbkdf2) ... ok
> test_pkcs12_kdf (tests.test_kdf.KDFTests.test_pkcs12_kdf) ... ok
> test_python_pbkdf2 (tests.test_kdf.KDFTests.test_python_pbkdf2) ... ok
> test_parse_certificate_1 (tests.test_keys.KeyTests.test_parse_certificate_1)
> ... ok
> test_parse_certificate_10
> (tests.test_keys.KeyTests.test_parse_certificate_10) ... ok
> test_parse_certificate_2 (tests.test_keys.KeyTests.test_parse_certificate_2)
> ... ok
> test_parse_certificate_3 (tests.test_keys.KeyTests.test_parse_certificate_3)
> ... ok
> test_parse_certificate_4 (tests.test_keys.KeyTests.test_parse_certificate_4)
> ... ok
> test_parse_certificate_5 (tests.test_keys.KeyTests.test_parse_certificate_5)
> ... ok
> test_parse_certificate_6 (tests.test_keys.KeyTests.test_parse_certificate_6)
> ... ok
> test_parse_certificate_7 (tests.test_keys.KeyTests.test_parse_certificate_7)
> ... ok
> test_parse_certificate_8 (tests.test_keys.KeyTests.test_parse_certificate_8)
> ... ok
> test_parse_certificate_9 (tests.test_keys.KeyTests.test_parse_certificate_9)
> ... ok
> test_parse_certificate_pem_leading_whitespace
> (tests.test_keys.KeyTests.test_parse_certificate_pem_leading_whitespace) ...
> ok
> test_parse_pkcs12_aes128 (tests.test_keys.KeyTests.test_parse_pkcs12_aes128)
> ... ok
> test_parse_pkcs12_aes256 (tests.test_keys.KeyTests.test_parse_pkcs12_aes256)
> ... ok
> test_parse_pkcs12_chain (tests.test_keys.KeyTests.test_parse_pkcs12_chain)
> ... ok
> test_parse_pkcs12_dsa (tests.test_keys.KeyTests.test_parse_pkcs12_dsa) ... ok
> test_parse_pkcs12_rc2 (tests.test_keys.KeyTests.test_parse_pkcs12_rc2) ... ok
> test_parse_pkcs12_tripledes
> (tests.test_keys.KeyTests.test_parse_pkcs12_tripledes) ... ok
> test_parse_pkcs12_tripledes_blank
> (tests.test_keys.KeyTests.test_parse_pkcs12_tripledes_blank) ... ok
> test_parse_pkcs12_tripledes_blank_none
> (tests.test_keys.KeyTests.test_parse_pkcs12_tripledes_blank_none) ... ok
> test_parse_private_1 (tests.test_keys.KeyTests.test_parse_private_1) ... ok
> test_parse_private_10 (tests.test_keys.KeyTests.test_parse_private_10) ... ok
> test_parse_private_11 (tests.test_keys.KeyTests.test_parse_private_11) ... ok
> test_parse_private_12 (tests.test_keys.KeyTests.test_parse_private_12) ... ok
> test_parse_private_13 (tests.test_keys.KeyTests.test_parse_private_13) ... ok
> test_parse_private_14 (tests.test_keys.KeyTests.test_parse_private_14) ... ok
> test_parse_private_15 (tests.test_keys.KeyTests.test_parse_private_15) ... ok
> test_parse_private_16 (tests.test_keys.KeyTests.test_parse_private_16) ... ok
> test_parse_private_17 (tests.test_keys.KeyTests.test_parse_private_17) ... ok
> test_parse_private_18 (tests.test_keys.KeyTests.test_parse_private_18) ... ok
> test_parse_private_19 (tests.test_keys.KeyTests.test_parse_private_19) ... ok
> test_parse_private_2 (tests.test_keys.KeyTests.test_parse_private_2) ... ok
> test_parse_private_20 (tests.test_keys.KeyTests.test_parse_private_20) ... ok
> test_parse_private_21 (tests.test_keys.KeyTests.test_parse_private_21) ... ok
> test_parse_private_22 (tests.test_keys.KeyTests.test_parse_private_22) ... ok
> test_parse_private_23 (tests.test_keys.KeyTests.test_parse_private_23) ... ok
> test_parse_private_24 (tests.test_keys.KeyTests.test_parse_private_24) ... ok
> test_parse_private_3 (tests.test_keys.KeyTests.test_parse_private_3) ... ok
> test_parse_private_4 (tests.test_keys.KeyTests.test_parse_private_4) ... ok
> test_parse_private_5 (tests.test_keys.KeyTests.test_parse_private_5) ... ok
> test_parse_private_6 (tests.test_keys.KeyTests.test_parse_private_6) ... ok
> test_parse_private_7 (tests.test_keys.KeyTests.test_parse_private_7) ... ok
> test_parse_private_8 (tests.test_keys.KeyTests.test_parse_private_8) ... ok
> test_parse_private_9 (tests.test_keys.KeyTests.test_parse_private_9) ... ok
> test_parse_private_pem_leading_whitespace
> (tests.test_keys.KeyTests.test_parse_private_pem_leading_whitespace) ... ok
> test_parse_public_1 (tests.test_keys.KeyTests.test_parse_public_1) ... ok
> test_parse_public_2 (tests.test_keys.KeyTests.test_parse_public_2) ... ok
> test_parse_public_3 (tests.test_keys.KeyTests.test_parse_public_3) ... ok
> test_parse_public_4 (tests.test_keys.KeyTests.test_parse_public_4) ... ok
> test_parse_public_5 (tests.test_keys.KeyTests.test_parse_public_5) ... ok
> test_parse_public_6 (tests.test_keys.KeyTests.test_parse_public_6) ... ok
> test_parse_public_7 (tests.test_keys.KeyTests.test_parse_public_7) ... ok
> test_parse_public_8 (tests.test_keys.KeyTests.test_parse_public_8) ... ok
> test_parse_public_pem_leading_whitespace
> (tests.test_keys.KeyTests.test_parse_public_pem_leading_whitespace) ... ok
> test_cert_attributes
> (tests.test_asymmetric.AsymmetricTests.test_cert_attributes) ... ok
> test_cert_ec_attributes
> (tests.test_asymmetric.AsymmetricTests.test_cert_ec_attributes) ... ok
> test_dh_generate (tests.test_asymmetric.AsymmetricTests.test_dh_generate) ...
> ok
> test_dsa_2048_sha1_sign
> (tests.test_asymmetric.AsymmetricTests.test_dsa_2048_sha1_sign) ... ok
> test_dsa_2048_sha2_sign
> (tests.test_asymmetric.AsymmetricTests.test_dsa_2048_sha2_sign) ... ok
> test_dsa_3072_sign (tests.test_asymmetric.AsymmetricTests.test_dsa_3072_sign)
> ... ok
> test_dsa_3072_sign_sha1
> (tests.test_asymmetric.AsymmetricTests.test_dsa_3072_sign_sha1) ... ok
> test_dsa_fingerprint
> (tests.test_asymmetric.AsymmetricTests.test_dsa_fingerprint) ... ok
> test_dsa_generate (tests.test_asymmetric.AsymmetricTests.test_dsa_generate)
> ... ok
> test_dsa_private_key_unwrap
> (tests.test_asymmetric.AsymmetricTests.test_dsa_private_key_unwrap) ... ok
> test_dsa_public_key_attr
> (tests.test_asymmetric.AsymmetricTests.test_dsa_public_key_attr) ... ok
> test_dsa_public_key_unwrap
> (tests.test_asymmetric.AsymmetricTests.test_dsa_public_key_unwrap) ... ok
> test_dsa_sign (tests.test_asymmetric.AsymmetricTests.test_dsa_sign) ... ok
> test_dsa_verify (tests.test_asymmetric.AsymmetricTests.test_dsa_verify) ... ok
> test_dsa_verify_fail
> (tests.test_asymmetric.AsymmetricTests.test_dsa_verify_fail) ... ok
> test_dsa_verify_fail_each_byte
> (tests.test_asymmetric.AsymmetricTests.test_dsa_verify_fail_each_byte) ... ok
> test_dsa_verify_key_size_mismatch
> (tests.test_asymmetric.AsymmetricTests.test_dsa_verify_key_size_mismatch) ...
> ok
> test_dump_certificate
> (tests.test_asymmetric.AsymmetricTests.test_dump_certificate) ... ok
> test_dump_private (tests.test_asymmetric.AsymmetricTests.test_dump_private)
> ... ok
> test_dump_private_openssl
> (tests.test_asymmetric.AsymmetricTests.test_dump_private_openssl) ... ok
> test_dump_public (tests.test_asymmetric.AsymmetricTests.test_dump_public) ...
> ok
> test_ec_fingerprints
> (tests.test_asymmetric.AsymmetricTests.test_ec_fingerprints) ... ok
> test_ec_generate (tests.test_asymmetric.AsymmetricTests.test_ec_generate) ...
> ok
> test_ec_private_key_unwrap
> (tests.test_asymmetric.AsymmetricTests.test_ec_private_key_unwrap) ... ok
> test_ec_public_key_attr
> (tests.test_asymmetric.AsymmetricTests.test_ec_public_key_attr) ... ok
> test_ec_public_key_unwrap
> (tests.test_asymmetric.AsymmetricTests.test_ec_public_key_unwrap) ... ok
> test_ecdsa_sign (tests.test_asymmetric.AsymmetricTests.test_ecdsa_sign) ... ok
> test_ecdsa_verify (tests.test_asymmetric.AsymmetricTests.test_ecdsa_verify)
> ... ok
> test_ecdsa_verify_fail_each_byte
> (tests.test_asymmetric.AsymmetricTests.test_ecdsa_verify_fail_each_byte) ...
> ok
> test_load_incomplete_dsa_cert
> (tests.test_asymmetric.AsymmetricTests.test_load_incomplete_dsa_cert) ... ok
> test_load_rsa_pss_cert
> (tests.test_asymmetric.AsymmetricTests.test_load_rsa_pss_cert) ... ok
> test_private_key_attributes
> (tests.test_asymmetric.AsymmetricTests.test_private_key_attributes) ... ok
> test_private_key_ec_attributes
> (tests.test_asymmetric.AsymmetricTests.test_private_key_ec_attributes) ... ok
> test_public_key_attributes
> (tests.test_asymmetric.AsymmetricTests.test_public_key_attributes) ... ok
> test_public_key_ec_attributes
> (tests.test_asymmetric.AsymmetricTests.test_public_key_ec_attributes) ... ok
> test_rsa_fingerprint
> (tests.test_asymmetric.AsymmetricTests.test_rsa_fingerprint) ... ok
> test_rsa_generate (tests.test_asymmetric.AsymmetricTests.test_rsa_generate)
> ... ok
> test_rsa_oaep_encrypt
> (tests.test_asymmetric.AsymmetricTests.test_rsa_oaep_encrypt) ... ok
> test_rsa_pkcs1v15_encrypt
> (tests.test_asymmetric.AsymmetricTests.test_rsa_pkcs1v15_encrypt) ... ok
> test_rsa_private_key_unwrap
> (tests.test_asymmetric.AsymmetricTests.test_rsa_private_key_unwrap) ... ok
> test_rsa_private_oaep_decrypt
> (tests.test_asymmetric.AsymmetricTests.test_rsa_private_oaep_decrypt) ... ok
> test_rsa_private_pkcs1v15_decrypt
> (tests.test_asymmetric.AsymmetricTests.test_rsa_private_pkcs1v15_decrypt) ...
> ok
> test_rsa_pss_sha256_sign
> (tests.test_asymmetric.AsymmetricTests.test_rsa_pss_sha256_sign) ... ok
> test_rsa_pss_sha256_sign_pss_cert
> (tests.test_asymmetric.AsymmetricTests.test_rsa_pss_sha256_sign_pss_cert) ...
> ok
> test_rsa_pss_sign (tests.test_asymmetric.AsymmetricTests.test_rsa_pss_sign)
> ... ok
> test_rsa_pss_sign_pss_cert
> (tests.test_asymmetric.AsymmetricTests.test_rsa_pss_sign_pss_cert) ... ok
> test_rsa_pss_verify
> (tests.test_asymmetric.AsymmetricTests.test_rsa_pss_verify) ... ok
> test_rsa_pss_verify_fail
> (tests.test_asymmetric.AsymmetricTests.test_rsa_pss_verify_fail) ... ok
> test_rsa_pss_verify_pss_cert
> (tests.test_asymmetric.AsymmetricTests.test_rsa_pss_verify_pss_cert) ... ok
> test_rsa_pss_verify_pss_cert_fail
> (tests.test_asymmetric.AsymmetricTests.test_rsa_pss_verify_pss_cert_fail) ...
> ok
> test_rsa_public_key_attr
> (tests.test_asymmetric.AsymmetricTests.test_rsa_public_key_attr) ... ok
> test_rsa_public_key_unwrap
> (tests.test_asymmetric.AsymmetricTests.test_rsa_public_key_unwrap) ... ok
> test_rsa_raw_sign (tests.test_asymmetric.AsymmetricTests.test_rsa_raw_sign)
> ... ok
> test_rsa_raw_verify
> (tests.test_asymmetric.AsymmetricTests.test_rsa_raw_verify) ... ok
> test_rsa_raw_verify_fail
> (tests.test_asymmetric.AsymmetricTests.test_rsa_raw_verify_fail) ... ok
> test_rsa_sign (tests.test_asymmetric.AsymmetricTests.test_rsa_sign) ... ok
> test_rsa_verify (tests.test_asymmetric.AsymmetricTests.test_rsa_verify) ... ok
> test_rsa_verify_fail
> (tests.test_asymmetric.AsymmetricTests.test_rsa_verify_fail) ... ok
> test_rsa_verify_fail_each_byte
> (tests.test_asymmetric.AsymmetricTests.test_rsa_verify_fail_each_byte) ... ok
> test_rsa_verify_key_size_mismatch
> (tests.test_asymmetric.AsymmetricTests.test_rsa_verify_key_size_mismatch) ...
> ok
> test_3des_2k_encrypt_decrypt
> (tests.test_symmetric.SymmetricTests.test_3des_2k_encrypt_decrypt) ... ok
> test_3des_3k_encrypt_decrypt
> (tests.test_symmetric.SymmetricTests.test_3des_3k_encrypt_decrypt) ... ok
> test_aes_cbc_no_padding_encrypt_decrypt_128
> (tests.test_symmetric.SymmetricTests.test_aes_cbc_no_padding_encrypt_decrypt_128)
> ... ok
> test_aes_cbc_no_padding_encrypt_decrypt_192
> (tests.test_symmetric.SymmetricTests.test_aes_cbc_no_padding_encrypt_decrypt_192)
> ... ok
> test_aes_cbc_no_padding_encrypt_decrypt_256
> (tests.test_symmetric.SymmetricTests.test_aes_cbc_no_padding_encrypt_decrypt_256)
> ... ok
> test_aes_cbc_no_padding_encrypt_decrypt_two_block_128
> (tests.test_symmetric.SymmetricTests.test_aes_cbc_no_padding_encrypt_decrypt_two_block_128)
> ... ok
> test_aes_cbc_no_padding_encrypt_decrypt_two_block_192
> (tests.test_symmetric.SymmetricTests.test_aes_cbc_no_padding_encrypt_decrypt_two_block_192)
> ... ok
> test_aes_cbc_no_padding_encrypt_decrypt_two_block_256
> (tests.test_symmetric.SymmetricTests.test_aes_cbc_no_padding_encrypt_decrypt_two_block_256)
> ... ok
> test_aes_cbc_no_padding_wrong_length_128
> (tests.test_symmetric.SymmetricTests.test_aes_cbc_no_padding_wrong_length_128)
> ... ok
> test_aes_cbc_no_padding_wrong_length_192
> (tests.test_symmetric.SymmetricTests.test_aes_cbc_no_padding_wrong_length_192)
> ... ok
> test_aes_cbc_no_padding_wrong_length_256
> (tests.test_symmetric.SymmetricTests.test_aes_cbc_no_padding_wrong_length_256)
> ... ok
> test_aes_encrypt_decrypt_128
> (tests.test_symmetric.SymmetricTests.test_aes_encrypt_decrypt_128) ... ok
> test_aes_encrypt_decrypt_192
> (tests.test_symmetric.SymmetricTests.test_aes_encrypt_decrypt_192) ... ok
> test_aes_encrypt_decrypt_256
> (tests.test_symmetric.SymmetricTests.test_aes_encrypt_decrypt_256) ... ok
> test_des_encrypt_decrypt
> (tests.test_symmetric.SymmetricTests.test_des_encrypt_decrypt) ... ok
> test_rc2_40_encrypt_decrypt
> (tests.test_symmetric.SymmetricTests.test_rc2_40_encrypt_decrypt) ... ok
> test_rc2_64_encrypt_decrypt
> (tests.test_symmetric.SymmetricTests.test_rc2_64_encrypt_decrypt) ... ok
> test_rc4_128_encrypt_decrypt
> (tests.test_symmetric.SymmetricTests.test_rc4_128_encrypt_decrypt) ... ok
> test_rc4_40_encrypt_decrypt
> (tests.test_symmetric.SymmetricTests.test_rc4_40_encrypt_decrypt) ... ok
> test_get_list (tests.test_trust_list.TrustListTests.test_get_list) ... ok
> test_get_list_callback
> (tests.test_trust_list.TrustListTests.test_get_list_callback) ... ok
> test_get_list_mutate
> (tests.test_trust_list.TrustListTests.test_get_list_mutate) ... ok
> test_get_path (tests.test_trust_list.TrustListTests.test_get_path) ... ok
> test_load_order (tests.test_init.InitTests.test_load_order) ... ok
>
> ----------------------------------------------------------------------
> Ran 141 tests in 0.923s
>
> OK
> rm -fr -- /tmp/dh-xdg-rundir-0OwP8RAS
> dh_auto_test: error: pybuild --test -i python{version} -p "3.12 3.11"
> returned exit code 13
The full build log is available from:
http://qa-logs.debian.net/2023/12/12/oscrypto_1.3.0-4_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231212;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20231212&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---