Source: silkaj
Version: 0.11.0-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-20250124 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
> 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
> /build/reproducible-path/silkaj-0.11.0/.pybuild/cpython3_3.13
> * Building wheel...
> Successfully built silkaj-0.11.0-py3-none-any.whl
> I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.13 with
> "installer" module
> dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:311: cd
> /build/reproducible-path/silkaj-0.11.0/.pybuild/cpython3_3.13/build;
> python3.13 -m pytest --ignore=tests/integration/test_end_to_end.py
> --ignore=tests/integration/blockchain/test_verify.py
> ============================= test session starts
> ==============================
> platform linux -- Python 3.13.1, pytest-8.3.4, pluggy-1.5.0
> rootdir: /build/reproducible-path/silkaj-0.11.0/.pybuild/cpython3_3.13/build
> configfile: pyproject.toml
> plugins: time-machine-2.16.0, typeguard-4.4.1
> collected 65 items / 10 errors
>
> ==================================== ERRORS
> ====================================
> __________ ERROR collecting tests/integration/wot/test_membership.py
> ___________
> ImportError while importing test module
> '/build/reproducible-path/silkaj-0.11.0/.pybuild/cpython3_3.13/build/tests/integration/wot/test_membership.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/integration/wot/test_membership.py:25: in <module>
> from silkaj.cli import cli
> silkaj/cli.py:33: in <module>
> from silkaj.g1_monetary_license import license_command
> silkaj/g1_monetary_license.py:20: in <module>
> import g1_monetary_license as gml
> E ModuleNotFoundError: No module named 'g1_monetary_license'
> _______________ ERROR collecting tests/unit/money/test_tools.py
> ________________
> ImportError while importing test module
> '/build/reproducible-path/silkaj-0.11.0/.pybuild/cpython3_3.13/build/tests/unit/money/test_tools.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/unit/money/test_tools.py:20: in <module>
> from silkaj.cli import cli
> silkaj/cli.py:33: in <module>
> from silkaj.g1_monetary_license import license_command
> silkaj/g1_monetary_license.py:20: in <module>
> import g1_monetary_license as gml
> E ModuleNotFoundError: No module named 'g1_monetary_license'
> ______________ ERROR collecting tests/unit/money/test_transfer.py
> ______________
> ImportError while importing test module
> '/build/reproducible-path/silkaj-0.11.0/.pybuild/cpython3_3.13/build/tests/unit/money/test_transfer.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/unit/money/test_transfer.py:31: in <module>
> from silkaj.cli import cli
> silkaj/cli.py:33: in <module>
> from silkaj.g1_monetary_license import license_command
> silkaj/g1_monetary_license.py:20: in <module>
> import g1_monetary_license as gml
> E ModuleNotFoundError: No module named 'g1_monetary_license'
> ____________ ERROR collecting tests/unit/money/test_transfer_cli.py
> ____________
> ImportError while importing test module
> '/build/reproducible-path/silkaj-0.11.0/.pybuild/cpython3_3.13/build/tests/unit/money/test_transfer_cli.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/unit/money/test_transfer_cli.py:23: in <module>
> from silkaj.cli import cli
> silkaj/cli.py:33: in <module>
> from silkaj.g1_monetary_license import license_command
> silkaj/g1_monetary_license.py:20: in <module>
> import g1_monetary_license as gml
> E ModuleNotFoundError: No module named 'g1_monetary_license'
> _________________ ERROR collecting tests/unit/test_checksum.py
> _________________
> ImportError while importing test module
> '/build/reproducible-path/silkaj-0.11.0/.pybuild/cpython3_3.13/build/tests/unit/test_checksum.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/unit/test_checksum.py:20: in <module>
> from silkaj.cli import cli
> silkaj/cli.py:33: in <module>
> from silkaj.g1_monetary_license import license_command
> silkaj/g1_monetary_license.py:20: in <module>
> import g1_monetary_license as gml
> E ModuleNotFoundError: No module named 'g1_monetary_license'
> ___________________ ERROR collecting tests/unit/test_cli.py
> ____________________
> ImportError while importing test module
> '/build/reproducible-path/silkaj-0.11.0/.pybuild/cpython3_3.13/build/tests/unit/test_cli.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/unit/test_cli.py:18: in <module>
> from silkaj.cli import cli
> silkaj/cli.py:33: in <module>
> from silkaj.g1_monetary_license import license_command
> silkaj/g1_monetary_license.py:20: in <module>
> import g1_monetary_license as gml
> E ModuleNotFoundError: No module named 'g1_monetary_license'
> ___________ ERROR collecting tests/unit/test_g1_monetary_license.py
> ____________
> ImportError while importing test module
> '/build/reproducible-path/silkaj-0.11.0/.pybuild/cpython3_3.13/build/tests/unit/test_g1_monetary_license.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/unit/test_g1_monetary_license.py:21: in <module>
> from silkaj import cli
> silkaj/cli.py:33: in <module>
> from silkaj.g1_monetary_license import license_command
> silkaj/g1_monetary_license.py:20: in <module>
> import g1_monetary_license as gml
> E ModuleNotFoundError: No module named 'g1_monetary_license'
> _________________ ERROR collecting tests/unit/test_network.py
> __________________
> ImportError while importing test module
> '/build/reproducible-path/silkaj-0.11.0/.pybuild/cpython3_3.13/build/tests/unit/test_network.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/unit/test_network.py:27: in <module>
> from tests import helpers
> tests/helpers.py:18: in <module>
> from silkaj import cli
> silkaj/cli.py:33: in <module>
> from silkaj.g1_monetary_license import license_command
> silkaj/g1_monetary_license.py:20: in <module>
> import g1_monetary_license as gml
> E ModuleNotFoundError: No module named 'g1_monetary_license'
> ______________ ERROR collecting tests/unit/wot/test_membership.py
> ______________
> ImportError while importing test module
> '/build/reproducible-path/silkaj-0.11.0/.pybuild/cpython3_3.13/build/tests/unit/wot/test_membership.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/unit/wot/test_membership.py:27: in <module>
> from silkaj.wot import membership
> silkaj/wot/membership.py:28: in <module>
> from silkaj.g1_monetary_license import license_approval
> silkaj/g1_monetary_license.py:20: in <module>
> import g1_monetary_license as gml
> E ModuleNotFoundError: No module named 'g1_monetary_license'
> ______________ ERROR collecting tests/unit/wot/test_revocation.py
> ______________
> ImportError while importing test module
> '/build/reproducible-path/silkaj-0.11.0/.pybuild/cpython3_3.13/build/tests/unit/wot/test_revocation.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/unit/wot/test_revocation.py:29: in <module>
> from silkaj.cli import cli
> silkaj/cli.py:33: in <module>
> from silkaj.g1_monetary_license import license_command
> silkaj/g1_monetary_license.py:20: in <module>
> import g1_monetary_license as gml
> E ModuleNotFoundError: No module named 'g1_monetary_license'
> =========================== short test summary info
> ============================
> ERROR tests/integration/wot/test_membership.py
> ERROR tests/unit/money/test_tools.py
> ERROR tests/unit/money/test_transfer.py
> ERROR tests/unit/money/test_transfer_cli.py
> ERROR tests/unit/test_checksum.py
> ERROR tests/unit/test_cli.py
> ERROR tests/unit/test_g1_monetary_license.py
> ERROR tests/unit/test_network.py
> ERROR tests/unit/wot/test_membership.py
> ERROR tests/unit/wot/test_revocation.py
> !!!!!!!!!!!!!!!!!!! Interrupted: 10 errors during collection
> !!!!!!!!!!!!!!!!!!!
> ============================== 10 errors in 0.63s
> ==============================
> E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=2: cd
> /build/reproducible-path/silkaj-0.11.0/.pybuild/cpython3_3.13/build;
> python3.13 -m pytest --ignore=tests/integration/test_end_to_end.py
> --ignore=tests/integration/blockchain/test_verify.py
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.13
> returned exit code 13
The full build log is available from:
http://qa-logs.debian.net/2025/01/24/silkaj_0.11.0-2_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20250124;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20250124&[email protected]&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.