#1090235 in-toto: FTBFS: ImportError: cannot import name 'KEY_TYPE_ECDSA' from 'securesystemslib'

#1090235#5
Date:
2024-12-16 17:50:36 UTC
From:
To:
Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:
--------------------------------------------------------------------------------
[...]
 debian/rules binary
dh binary --with python3  --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_in_toto
* Building wheel...
Successfully built in_toto-2.0.0-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_in_toto
* Building wheel...
Successfully built in_toto-2.0.0-py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.12 with "installer" module
   debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
python3 tests/runtests.py
in_toto (unittest.loader._FailedTest.in_toto) ... ERROR
tests (unittest.loader._FailedTest.tests) ... ERROR

======================================================================
ERROR: in_toto (unittest.loader._FailedTest.in_toto)
----------------------------------------------------------------------
ImportError: Failed to import test module: in_toto
Traceback (most recent call last):
  File "/usr/lib/python3.12/unittest/loader.py", line 429, in _find_test_path
    package = self._get_module_from_name(name)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/unittest/loader.py", line 339, in _get_module_from_name
    __import__(name)
  File "/<<PKGBUILDDIR>>/in_toto/__init__.py", line 8, in <module>
    from securesystemslib import KEY_TYPE_ECDSA, KEY_TYPE_ED25519, KEY_TYPE_RSA
ImportError: cannot import name 'KEY_TYPE_ECDSA' from 'securesystemslib' (/usr/lib/python3/dist-packages/securesystemslib/__init__.py)


======================================================================
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 429, in _find_test_path
    package = self._get_module_from_name(name)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/unittest/loader.py", line 339, in _get_module_from_name
    __import__(name)
  File "/<<PKGBUILDDIR>>/tests/__init__.py", line 7, in <module>
    import in_toto
  File "/<<PKGBUILDDIR>>/in_toto/__init__.py", line 8, in <module>
    from securesystemslib import KEY_TYPE_ECDSA, KEY_TYPE_ED25519, KEY_TYPE_RSA
ImportError: cannot import name 'KEY_TYPE_ECDSA' from 'securesystemslib' (/usr/lib/python3/dist-packages/securesystemslib/__init__.py)
---------------------------------------------------------------------- Ran 2 tests in 0.000s FAILED (errors=2) make[1]: *** [debian/rules:12: override_dh_auto_test] Error 1 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:7: binary] Error 2 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.
#1090235#10
Date:
2025-02-27 15:33:41 UTC
From:
To:
hi,

in-toto and apt-transport-in-toto both fail to build in current Debian,
thus they have both been removed from current testing aka trixie.

With the upcoming freeze announce we have approximattly 6 weeks to fix
the packages and get them back into trixie, but ideally I would like us
to be done with that in 2 weeks, to have more buffer, etc.

Can someone please look into these two issues and provide fixes?