Package: src:cryptolyzer Version: 1.2.0-1 Severity: serious Tags: ftbfs forky sid
Dear maintainer: During a rebuild of all packages in unstable, this package failed to build. Below you will find the last part of the build log (probably the most relevant part, but not necessarily). If required, the full build log is available here: https://people.debian.org/~sanvila/build-logs/202608/ 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 cannot 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 add an affects on src:cryptolyzer, so that this is still visible in the BTS web page for this package. Thanks. -------------------------------------------------------------------------------- [...] debian/rules clean dh clean --with python3,sphinxdoc --buildsystem=pybuild dh_auto_clean -O--buildsystem=pybuild dh_autoreconf_clean -O--buildsystem=pybuild dh_clean -O--buildsystem=pybuild debian/rules binary dh binary --with python3,sphinxdoc --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:142: Building wheel for python3.13 with "build" module I: pybuild base:385: python3.13 -m build --skip-dependency-check --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_cryptolyzer * Building wheel... /usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated [... snipped ...] ...<3 lines>... cookie=cookie, ) File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_cryptolyzer/build/cryptolyzer/ike/client.py", line 163, in _get_payloads proposals = cls._get_proposals( encryption_algorithms=encryption_algorithms, ...<4 lines>... ffdh_groups=ffdh_groups, ) File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_cryptolyzer/build/cryptolyzer/ike/client.py", line 116, in _get_proposals key_length = bulk_cipher.value.key_size if bulk_cipher.value.key_size is not None else 0 ^^^^^^^^^^^^^^^^^ AttributeError: 'IkeEncryptionBulkCipherEntry' object has no attribute 'value' ====================================================================== ERROR: test_error_notify_ikev2_is_raised (test.ike.test_versions.TestIkeVersions.test_error_notify_ikev2_is_raised) ---------------------------------------------------------------------- Traceback (most recent call last): File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_cryptolyzer/build/test/ike/test_versions.py", line 139, in test_error_notify_ikev2_is_raised self._get_result( ~~~~~~~~~~~~~~~~^ 'localhost', ^^^^^^^^^^^^ ...<2 lines>... ip=l4_transfer.bind_address, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_cryptolyzer/build/test/ike/test_versions.py", line 32, in _get_result return analyzer.analyze(l7_client, None) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_cryptolyzer/build/cryptolyzer/ike/versions.py", line 92, in analyze if self._probe_version( ~~~~~~~~~~~~~~~~~~~^ analyzable, ^^^^^^^^^^^ ...<4 lines>... [Ikev2NotifyType.NO_PROPOSAL_CHOSEN, Ikev2NotifyType.INVALID_KE_PAYLOAD], ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_cryptolyzer/build/cryptolyzer/ike/versions.py", line 68, in _probe_version handshake_callable() ~~~~~~~~~~~~~~~~~~^^ File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_cryptolyzer/build/cryptolyzer/ike/versions.py", line 95, in <lambda> init_message=Ikev2SecurityAssociationAnyAlgorithm(), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_cryptolyzer/build/cryptolyzer/ike/client.py", line 240, in __init__ payloads = self._get_payloads( encryption_algorithms=list(Ikev2EncryptionAlgorithm), ...<3 lines>... cookie=cookie, ) File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_cryptolyzer/build/cryptolyzer/ike/client.py", line 163, in _get_payloads proposals = cls._get_proposals( encryption_algorithms=encryption_algorithms, ...<4 lines>... ffdh_groups=ffdh_groups, ) File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_cryptolyzer/build/cryptolyzer/ike/client.py", line 116, in _get_proposals key_length = bulk_cipher.value.key_size if bulk_cipher.value.key_size is not None else 0 ^^^^^^^^^^^^^^^^^ AttributeError: 'IkeEncryptionBulkCipherEntry' object has no attribute 'value' ====================================================================== ERROR: test_no_connection (test.ike.test_versions.TestIkeVersions.test_no_connection) ---------------------------------------------------------------------- Traceback (most recent call last): File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_cryptolyzer/build/test/ike/test_versions.py", line 76, in test_no_connection self._get_result( ~~~~~~~~~~~~~~~~^ 'localhost', ^^^^^^^^^^^^ ...<2 lines>... ip=l4_transfer.bind_address, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_cryptolyzer/build/test/ike/test_versions.py", line 32, in _get_result return analyzer.analyze(l7_client, None) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_cryptolyzer/build/cryptolyzer/ike/versions.py", line 92, in analyze if self._probe_version( ~~~~~~~~~~~~~~~~~~~^ analyzable, ^^^^^^^^^^^ ...<4 lines>... [Ikev2NotifyType.NO_PROPOSAL_CHOSEN, Ikev2NotifyType.INVALID_KE_PAYLOAD], ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_cryptolyzer/build/cryptolyzer/ike/versions.py", line 68, in _probe_version handshake_callable() ~~~~~~~~~~~~~~~~~~^^ File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_cryptolyzer/build/cryptolyzer/ike/versions.py", line 95, in <lambda> init_message=Ikev2SecurityAssociationAnyAlgorithm(), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_cryptolyzer/build/cryptolyzer/ike/client.py", line 240, in __init__ payloads = self._get_payloads( encryption_algorithms=list(Ikev2EncryptionAlgorithm), ...<3 lines>... cookie=cookie, ) File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_cryptolyzer/build/cryptolyzer/ike/client.py", line 163, in _get_payloads proposals = cls._get_proposals( encryption_algorithms=encryption_algorithms, ...<4 lines>... ffdh_groups=ffdh_groups, ) File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_cryptolyzer/build/cryptolyzer/ike/client.py", line 116, in _get_proposals key_length = bulk_cipher.value.key_size if bulk_cipher.value.key_size is not None else 0 ^^^^^^^^^^^^^^^^^ AttributeError: 'IkeEncryptionBulkCipherEntry' object has no attribute 'value' ====================================================================== ERROR: test_no_proposal_chosen (test.ike.test_versions.TestIkeVersions.test_no_proposal_chosen) ---------------------------------------------------------------------- Traceback (most recent call last): File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_cryptolyzer/build/test/ike/test_versions.py", line 175, in test_no_proposal_chosen result = self._get_result( 'localhost', ...<2 lines>... ip=l4_transfer.bind_address, ) File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_cryptolyzer/build/test/ike/test_versions.py", line 32, in _get_result return analyzer.analyze(l7_client, None) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_cryptolyzer/build/cryptolyzer/ike/versions.py", line 92, in analyze if self._probe_version( ~~~~~~~~~~~~~~~~~~~^ analyzable, ^^^^^^^^^^^ ...<4 lines>... [Ikev2NotifyType.NO_PROPOSAL_CHOSEN, Ikev2NotifyType.INVALID_KE_PAYLOAD], ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_cryptolyzer/build/cryptolyzer/ike/versions.py", line 68, in _probe_version handshake_callable() ~~~~~~~~~~~~~~~~~~^^ File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_cryptolyzer/build/cryptolyzer/ike/versions.py", line 95, in <lambda> init_message=Ikev2SecurityAssociationAnyAlgorithm(), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_cryptolyzer/build/cryptolyzer/ike/client.py", line 240, in __init__ payloads = self._get_payloads( encryption_algorithms=list(Ikev2EncryptionAlgorithm), ...<3 lines>... cookie=cookie, ) File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_cryptolyzer/build/cryptolyzer/ike/client.py", line 163, in _get_payloads proposals = cls._get_proposals( encryption_algorithms=encryption_algorithms, ...<4 lines>... ffdh_groups=ffdh_groups, ) File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_cryptolyzer/build/cryptolyzer/ike/client.py", line 116, in _get_proposals key_length = bulk_cipher.value.key_size if bulk_cipher.value.key_size is not None else 0 ^^^^^^^^^^^^^^^^^ AttributeError: 'IkeEncryptionBulkCipherEntry' object has no attribute 'value' ====================================================================== ERROR: test_no_response (test.ike.test_versions.TestIkeVersions.test_no_response) ---------------------------------------------------------------------- Traceback (most recent call last): File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_cryptolyzer/build/test/ike/test_versions.py", line 93, in test_no_response result = self._get_result( 'localhost', ...<2 lines>... ip=l4_transfer.bind_address, ) File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_cryptolyzer/build/test/ike/test_versions.py", line 32, in _get_result return analyzer.analyze(l7_client, None) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_cryptolyzer/build/cryptolyzer/ike/versions.py", line 92, in analyze if self._probe_version( ~~~~~~~~~~~~~~~~~~~^ analyzable, ^^^^^^^^^^^ ...<4 lines>... [Ikev2NotifyType.NO_PROPOSAL_CHOSEN, Ikev2NotifyType.INVALID_KE_PAYLOAD], ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_cryptolyzer/build/cryptolyzer/ike/versions.py", line 68, in _probe_version handshake_callable() ~~~~~~~~~~~~~~~~~~^^ File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_cryptolyzer/build/cryptolyzer/ike/versions.py", line 95, in <lambda> init_message=Ikev2SecurityAssociationAnyAlgorithm(), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_cryptolyzer/build/cryptolyzer/ike/client.py", line 240, in __init__ payloads = self._get_payloads( encryption_algorithms=list(Ikev2EncryptionAlgorithm), ...<3 lines>... cookie=cookie, ) File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_cryptolyzer/build/cryptolyzer/ike/client.py", line 163, in _get_payloads proposals = cls._get_proposals( encryption_algorithms=encryption_algorithms, ...<4 lines>... ffdh_groups=ffdh_groups, ) File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_cryptolyzer/build/cryptolyzer/ike/client.py", line 116, in _get_proposals key_length = bulk_cipher.value.key_size if bulk_cipher.value.key_size is not None else 0 ^^^^^^^^^^^^^^^^^ AttributeError: 'IkeEncryptionBulkCipherEntry' object has no attribute 'value' ====================================================================== ERROR: test_versions (test.ike.test_versions.TestIkeVersions.test_versions) ---------------------------------------------------------------------- Traceback (most recent call last): File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_cryptolyzer/build/test/ike/test_versions.py", line 197, in test_versions result = self._get_result( 'localhost', ...<2 lines>... ip=l4_transfer.bind_address, ) File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_cryptolyzer/build/test/ike/test_versions.py", line 32, in _get_result return analyzer.analyze(l7_client, None) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_cryptolyzer/build/cryptolyzer/ike/versions.py", line 92, in analyze if self._probe_version( ~~~~~~~~~~~~~~~~~~~^ analyzable, ^^^^^^^^^^^ ...<4 lines>... [Ikev2NotifyType.NO_PROPOSAL_CHOSEN, Ikev2NotifyType.INVALID_KE_PAYLOAD], ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_cryptolyzer/build/cryptolyzer/ike/versions.py", line 68, in _probe_version handshake_callable() ~~~~~~~~~~~~~~~~~~^^ File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_cryptolyzer/build/cryptolyzer/ike/versions.py", line 95, in <lambda> init_message=Ikev2SecurityAssociationAnyAlgorithm(), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_cryptolyzer/build/cryptolyzer/ike/client.py", line 240, in __init__ payloads = self._get_payloads( encryption_algorithms=list(Ikev2EncryptionAlgorithm), ...<3 lines>... cookie=cookie, ) File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_cryptolyzer/build/cryptolyzer/ike/client.py", line 163, in _get_payloads proposals = cls._get_proposals( encryption_algorithms=encryption_algorithms, ...<4 lines>... ffdh_groups=ffdh_groups, ) File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_cryptolyzer/build/cryptolyzer/ike/client.py", line 116, in _get_proposals key_length = bulk_cipher.value.key_size if bulk_cipher.value.key_size is not None else 0 ^^^^^^^^^^^^^^^^^ AttributeError: 'IkeEncryptionBulkCipherEntry' object has no attribute 'value' ====================================================================== FAIL: test_markdown (test.ike.test_all.TestIkeAll.test_markdown) ---------------------------------------------------------------------- Traceback (most recent call last): File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_cryptolyzer/build/test/ike/test_all.py", line 44, in test_markdown self.assertIn('IKEv1', markdown_result) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 'IKEv1' not found in '* Target:\n * Scheme: ipsec\n * Address: localhost\n * IP address: ::1\n * Port: 55117\n * Protocol Version: n/a\n* Supported Protocol Versions: n/a\n' ====================================================================== FAIL: test_missing_parts (test.ike.test_all.TestIkeAll.test_missing_parts) ---------------------------------------------------------------------- Traceback (most recent call last): File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_cryptolyzer/build/test/ike/test_all.py", line 62, in test_missing_parts self.assertNotEqual(result.versions, None) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: None == None ---------------------------------------------------------------------- Ran 646 tests in 217.085s FAILED (failures=2, errors=62, skipped=264) E: pybuild pybuild:485: test: plugin pyproject failed with: exit code=1: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_cryptolyzer/build; python3.14 -m unittest discover -v dh_auto_test: error: pybuild --test -i python{version} -p "3.13 3.14" --parallel=2 returned exit code 13 make: *** [debian/rules:6: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2 --------------------------------------------------------------------------------

