Your message dated Thu, 15 Aug 2024 18:52:29 +0000
with message-id <e1sefah-000bnl...@fasolo.debian.org>
and subject line Bug#1078378: fixed in pendulum 3.0.0-1
has caused the Debian Bug report #1078378,
regarding silkaj: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i
python{version} -p 3.12 returned exit code 13
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
1078378: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078378
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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.
--- End Message ---
--- Begin Message ---
Source: pendulum
Source-Version: 3.0.0-1
Done: Ananthu C V <weepingcl...@disroot.org>
We believe that the bug you reported is fixed in the latest version of
pendulum, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 1078...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Ananthu C V <weepingcl...@disroot.org> (supplier of updated pendulum package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 13 Aug 2024 03:24:49 +0530
Source: pendulum
Architecture: source
Version: 3.0.0-1
Distribution: sid
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Ananthu C V <weepingcl...@disroot.org>
Closes: 1058882 1078378
Changes:
pendulum (3.0.0-1) sid; urgency=medium
.
[ Ananthu C V ]
* New upstream version 3.0.0 (Closes: #1078378, #1058882)
* Enable build with maturin backend
* Add patch to relax rust crate dependency versions
* Clean up thoroughly after build
* Enable build time tests
* Update dependencies and build dependencies
* Make pendulum compatible with pyo3 v0.22
* Remove dependency on python tzdata library
* Remove section from binary package
* Add upstream metadata
* Export buildflags
* Adpot the package with python team as maintainer
* Add vcs-* urls
* Update d/copyright info
* Remove pytz dependency
* Remove irrelevant source readme file
* Enable autopkgtest
* Mark more B-D not necessary for build with nocheck
Checksums-Sha1:
bcb7e5d6e080a4b81dab120e29652abd8f9ab008 2316 pendulum_3.0.0-1.dsc
a2ace2152bfe9974de0858a082e95972eac05787 179981 pendulum_3.0.0.orig.tar.gz
83bbd5704e3ab743254ccd52ee8afd4e610ed0b8 5648 pendulum_3.0.0-1.debian.tar.xz
714d2264579cceb4bf3d64d276219c6d64964887 24025
pendulum_3.0.0-1_source.buildinfo
Checksums-Sha256:
0d44af4f4182cbc9b015247a07e74fb85d603983609a4e6f024ada2fed61134e 2316
pendulum_3.0.0-1.dsc
7f45b0d758f6d7b3f050d579327324d49a1cc1e5b166762fa5b83e4dc1f73a62 179981
pendulum_3.0.0.orig.tar.gz
81e5c470fd2f17c2f6548db6593e660101f3dd92c212b0489b4fec8d8c9ac7f8 5648
pendulum_3.0.0-1.debian.tar.xz
bbbf5638bd1f874278889cdfd425986db798ab2ab23d98d6f9d61f7e39ba1b44 24025
pendulum_3.0.0-1_source.buildinfo
Files:
c49230f4c529f7960fad03be3fbe59b4 2316 python optional pendulum_3.0.0-1.dsc
82d4ac19cbf8d32fe4b37e9f2a310330 179981 python optional
pendulum_3.0.0.orig.tar.gz
c932513e1cba522be5200bf52997f1c8 5648 python optional
pendulum_3.0.0-1.debian.tar.xz
6f199f3d2448f3ca109a1fe8c28a99ae 24025 python optional
pendulum_3.0.0-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE+4rPp4xyYInDitAmlgWhCYxjuSoFAma+Q90ACgkQlgWhCYxj
uSpCQw/9HtZB/X0EhBfccmecvglS5dRcbzsckZFfff2go3ZAs1iHaXbLKnJac/fA
FxzUxrp6bniGnlQFsVS0dpwM3UN5eiaBLYwXJLZKE/nrKGb/CdCN8lwnrS5cGpAe
jNP+pQ6S/Ism7Koi42Kz4jPCJGdt/ExVI+4ink2VF7Q6Uk0IvMR6CrgXIagyy5XL
7QPvEQxkw+nyrVnKA1XFJRaq7tbuqUogdtK1FpWmVGHeNhn0CvGna3BXZtnjFXVc
3dRWqucnTO/qFur9HRk6Bt6RJUTuwa3D8uZA0p8Yerb1gPM0i0ZpTWfzlPJe91Uw
RhxIUcwbgR734Glx+3lVc5JauZkj/tDH9T1DpUYl+1zUWTllEyyMBFr7n6el0WwZ
h7CcpSKceMLvfHvZa0gBCc1uBUFwv6dZ4m3MwzzdLdxWKVZk54gnoa0pQooC8ZiJ
d4wNm8Js60dIV1hAqISOdU3UeyPpwvQL/w+wFYGarho89igR3c2zMSBN9Mdqthz0
CMd7+Ec7FQwbHOt7SWFoEihVBLXjWaNt+/Xz+qttB8laXNTxsaWBXrd67rYgZMDQ
mnX93EGcSScTKRQYOvlTlqXkEy/bwarp+UUnpgEZkV0j2cV0fvVsUysuzO+LmJat
Av45hzRMFdcmOiueGwx2LDx2t6xJTgt+zuRAyCMxeHZ2inZUA8I=
=idWt
-----END PGP SIGNATURE-----
pgpw8RePoBm0s.pgp
Description: PGP signature
--- End Message ---