Source: silkaj Version: 0.11.0-2 Severity: serious Justification: FTBFS Tags: trixie sid ftbfs User: lu...@debian.org Usertags: ftbfs-20240809 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.12 with "build" > module > I: pybuild base:311: python3.12 -m build --skip-dependency-check > --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12 > * Building wheel... > Successfully built silkaj-0.11.0-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.12/build; > python3.12 -m pytest --ignore=tests/integration/test_end_to_end.py > --ignore=tests/integration/blockchain/test_verify.py > ============================= test session starts > ============================== > platform linux -- Python 3.12.5, pytest-8.3.2, pluggy-1.5.0 > rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build > configfile: pyproject.toml > collected 41 items / 12 errors > > ==================================== ERRORS > ==================================== > __________ ERROR collecting tests/integration/wot/test_membership.py > ___________ > ImportError while importing test module > '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tests/integration/wot/test_membership.py'. > Hint: make sure your test modules/packages have valid Python names. > Traceback: > /usr/lib/python3.12/importlib/__init__.py:90: 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:23: in <module> > from silkaj.blockchain.blocks import list_blocks > silkaj/blockchain/blocks.py:23: in <module> > from pendulum import from_timestamp > /usr/lib/python3/dist-packages/pendulum/__init__.py:38: in <module> > from pendulum.testing.traveller import Traveller > E ModuleNotFoundError: No module named 'pendulum.testing' > ______________ ERROR collecting tests/unit/money/test_history.py > _______________ > ImportError while importing test module > '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tests/unit/money/test_history.py'. > Hint: make sure your test modules/packages have valid Python names. > Traceback: > /usr/lib/python3.12/importlib/__init__.py:90: in import_module > return _bootstrap._gcd_import(name[level:], package, level) > tests/unit/money/test_history.py:19: in <module> > from silkaj.money import history > silkaj/money/history.py:25: in <module> > from pendulum import from_timestamp, now > /usr/lib/python3/dist-packages/pendulum/__init__.py:38: in <module> > from pendulum.testing.traveller import Traveller > E ModuleNotFoundError: No module named 'pendulum.testing' > _______________ ERROR collecting tests/unit/money/test_tools.py > ________________ > ImportError while importing test module > '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tests/unit/money/test_tools.py'. > Hint: make sure your test modules/packages have valid Python names. > Traceback: > /usr/lib/python3.12/importlib/__init__.py:90: 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:23: in <module> > from silkaj.blockchain.blocks import list_blocks > silkaj/blockchain/blocks.py:23: in <module> > from pendulum import from_timestamp > /usr/lib/python3/dist-packages/pendulum/__init__.py:38: in <module> > from pendulum.testing.traveller import Traveller > E ModuleNotFoundError: No module named 'pendulum.testing' > ______________ ERROR collecting tests/unit/money/test_transfer.py > ______________ > ImportError while importing test module > '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tests/unit/money/test_transfer.py'. > Hint: make sure your test modules/packages have valid Python names. > Traceback: > /usr/lib/python3.12/importlib/__init__.py:90: 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:23: in <module> > from silkaj.blockchain.blocks import list_blocks > silkaj/blockchain/blocks.py:23: in <module> > from pendulum import from_timestamp > /usr/lib/python3/dist-packages/pendulum/__init__.py:38: in <module> > from pendulum.testing.traveller import Traveller > E ModuleNotFoundError: No module named 'pendulum.testing' > ____________ ERROR collecting tests/unit/money/test_transfer_cli.py > ____________ > ImportError while importing test module > '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tests/unit/money/test_transfer_cli.py'. > Hint: make sure your test modules/packages have valid Python names. > Traceback: > /usr/lib/python3.12/importlib/__init__.py:90: 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:23: in <module> > from silkaj.blockchain.blocks import list_blocks > silkaj/blockchain/blocks.py:23: in <module> > from pendulum import from_timestamp > /usr/lib/python3/dist-packages/pendulum/__init__.py:38: in <module> > from pendulum.testing.traveller import Traveller > E ModuleNotFoundError: No module named 'pendulum.testing' > _________________ ERROR collecting tests/unit/test_checksum.py > _________________ > ImportError while importing test module > '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tests/unit/test_checksum.py'. > Hint: make sure your test modules/packages have valid Python names. > Traceback: > /usr/lib/python3.12/importlib/__init__.py:90: 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:23: in <module> > from silkaj.blockchain.blocks import list_blocks > silkaj/blockchain/blocks.py:23: in <module> > from pendulum import from_timestamp > /usr/lib/python3/dist-packages/pendulum/__init__.py:38: in <module> > from pendulum.testing.traveller import Traveller > E ModuleNotFoundError: No module named 'pendulum.testing' > ___________________ ERROR collecting tests/unit/test_cli.py > ____________________ > ImportError while importing test module > '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tests/unit/test_cli.py'. > Hint: make sure your test modules/packages have valid Python names. > Traceback: > /usr/lib/python3.12/importlib/__init__.py:90: 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:23: in <module> > from silkaj.blockchain.blocks import list_blocks > silkaj/blockchain/blocks.py:23: in <module> > from pendulum import from_timestamp > /usr/lib/python3/dist-packages/pendulum/__init__.py:38: in <module> > from pendulum.testing.traveller import Traveller > E ModuleNotFoundError: No module named 'pendulum.testing' > ___________ ERROR collecting tests/unit/test_g1_monetary_license.py > ____________ > ImportError while importing test module > '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tests/unit/test_g1_monetary_license.py'. > Hint: make sure your test modules/packages have valid Python names. > Traceback: > /usr/lib/python3.12/importlib/__init__.py:90: 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:23: in <module> > from silkaj.blockchain.blocks import list_blocks > silkaj/blockchain/blocks.py:23: in <module> > from pendulum import from_timestamp > /usr/lib/python3/dist-packages/pendulum/__init__.py:38: in <module> > from pendulum.testing.traveller import Traveller > E ModuleNotFoundError: No module named 'pendulum.testing' > _________________ ERROR collecting tests/unit/test_network.py > __________________ > ImportError while importing test module > '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tests/unit/test_network.py'. > Hint: make sure your test modules/packages have valid Python names. > Traceback: > /usr/lib/python3.12/importlib/__init__.py:90: 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:23: in <module> > from silkaj.blockchain.blocks import list_blocks > silkaj/blockchain/blocks.py:23: in <module> > from pendulum import from_timestamp > /usr/lib/python3/dist-packages/pendulum/__init__.py:38: in <module> > from pendulum.testing.traveller import Traveller > E ModuleNotFoundError: No module named 'pendulum.testing' > ______________ ERROR collecting tests/unit/wot/test_idty_tools.py > ______________ > ImportError while importing test module > '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tests/unit/wot/test_idty_tools.py'. > Hint: make sure your test modules/packages have valid Python names. > Traceback: > /usr/lib/python3.12/importlib/__init__.py:90: in import_module > return _bootstrap._gcd_import(name[level:], package, level) > tests/unit/wot/test_idty_tools.py:19: in <module> > import pendulum > /usr/lib/python3/dist-packages/pendulum/__init__.py:38: in <module> > from pendulum.testing.traveller import Traveller > E ModuleNotFoundError: No module named 'pendulum.testing' > ______________ ERROR collecting tests/unit/wot/test_membership.py > ______________ > ImportError while importing test module > '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tests/unit/wot/test_membership.py'. > Hint: make sure your test modules/packages have valid Python names. > Traceback: > /usr/lib/python3.12/importlib/__init__.py:90: in import_module > return _bootstrap._gcd_import(name[level:], package, level) > tests/unit/wot/test_membership.py:16: in <module> > import pendulum > /usr/lib/python3/dist-packages/pendulum/__init__.py:38: in <module> > from pendulum.testing.traveller import Traveller > E ModuleNotFoundError: No module named 'pendulum.testing' > ______________ ERROR collecting tests/unit/wot/test_revocation.py > ______________ > ImportError while importing test module > '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tests/unit/wot/test_revocation.py'. > Hint: make sure your test modules/packages have valid Python names. > Traceback: > /usr/lib/python3.12/importlib/__init__.py:90: 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:23: in <module> > from silkaj.blockchain.blocks import list_blocks > silkaj/blockchain/blocks.py:23: in <module> > from pendulum import from_timestamp > /usr/lib/python3/dist-packages/pendulum/__init__.py:38: in <module> > from pendulum.testing.traveller import Traveller > E ModuleNotFoundError: No module named 'pendulum.testing' > =========================== short test summary info > ============================ > ERROR tests/integration/wot/test_membership.py > ERROR tests/unit/money/test_history.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_idty_tools.py > ERROR tests/unit/wot/test_membership.py > ERROR tests/unit/wot/test_revocation.py > !!!!!!!!!!!!!!!!!!! Interrupted: 12 errors during collection > !!!!!!!!!!!!!!!!!!! > ============================== 12 errors in 0.80s > ============================== > E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=2: cd > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build; python3.12 -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.12 > returned exit code 13 The full build log is available from: http://qa-logs.debian.net/2024/08/09/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-20240809;users=lu...@debian.org or: https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240809&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.