Your message dated Sun, 30 Jun 2024 12:06:55 +0000
with message-id <[email protected]>
and subject line Bug#1073407: fixed in python-django-split-settings 1.3.1-1
has caused the Debian Bug report #1073407,
regarding python-django-split-settings: FTBFS: dh_auto_test: error: pybuild
--test --test-pytest -i python{version} -p "3.12 3.11" 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 [email protected]
immediately.)
--
1073407: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073407
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-django-split-settings
Version: 1.1.0-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-20240615 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 --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: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_django-split-settings
> * Building wheel...
> Successfully built django_split_settings-1.1.0-py3-none-any.whl
> I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.12 with
> "installer" module
> I: pybuild plugin_pyproject:129: Building wheel for python3.11 with "build"
> module
> I: pybuild base:311: python3.11 -m build --skip-dependency-check
> --no-isolation --wheel --outdir
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_django-split-settings
> * Building wheel...
> Successfully built django_split_settings-1.1.0-py3-none-any.whl
> I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.11 with
> "installer" module
> dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:311: cd
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_django-split-settings/build;
> python3.12 -m pytest tests
> ============================= test session starts
> ==============================
> platform linux -- Python 3.12.4, pytest-8.2.2, pluggy-1.5.0
> rootdir: /<<PKGBUILDDIR>>
> configfile: setup.cfg
> plugins: cov-5.0.0
> collected 6 items / 1 error
>
> ==================================== ERRORS
> ====================================
> _ ERROR collecting
> .pybuild/cpython3_3.12_django-split-settings/build/tests/test_tools.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_django-split-settings/build/tests/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/test_tools.py:6: in <module>
> import six
> E ModuleNotFoundError: No module named 'six'
>
> ---------- coverage: platform linux, python 3.12.4-final-0 -----------
> Name Stmts Miss Branch BrPart Cover Missing
> ---------------------------------------------------------------------
> split_settings/tools.py 41 30 14 0 20% 36, 75-125
> ---------------------------------------------------------------------
> TOTAL 42 30 14 0 21%
>
> 1 file skipped due to complete coverage.
> Coverage HTML written to dir htmlcov
> Coverage XML written to file coverage.xml
>
> FAIL Required test coverage of 100% not reached. Total coverage: 21.43%
> =========================== short test summary info
> ============================
> ERROR tests/test_tools.py
> !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection
> !!!!!!!!!!!!!!!!!!!!
> =============================== 1 error in 0.30s
> ===============================
> E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=2: cd
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_django-split-settings/build;
> python3.12 -m pytest tests
> I: pybuild base:311: cd
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_django-split-settings/build;
> python3.11 -m pytest tests
> ============================= test session starts
> ==============================
> platform linux -- Python 3.11.9, pytest-8.2.2, pluggy-1.5.0
> rootdir: /<<PKGBUILDDIR>>
> configfile: setup.cfg
> plugins: cov-5.0.0
> collected 6 items / 1 error
>
> ==================================== ERRORS
> ====================================
> _ ERROR collecting
> .pybuild/cpython3_3.11_django-split-settings/build/tests/test_tools.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_django-split-settings/build/tests/test_tools.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_tools.py:6: in <module>
> import six
> E ModuleNotFoundError: No module named 'six'
>
> ---------- coverage: platform linux, python 3.11.9-final-0 -----------
> Name Stmts Miss Branch BrPart Cover Missing
> ---------------------------------------------------------------------
> split_settings/tools.py 41 30 14 0 20% 36, 75-125
> ---------------------------------------------------------------------
> TOTAL 42 30 14 0 21%
>
> 1 file skipped due to complete coverage.
> Coverage HTML written to dir htmlcov
> Coverage XML written to file coverage.xml
>
> FAIL Required test coverage of 100% not reached. Total coverage: 21.43%
> =========================== short test summary info
> ============================
> ERROR tests/test_tools.py
> !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection
> !!!!!!!!!!!!!!!!!!!!
> =============================== 1 error in 0.22s
> ===============================
> E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=2: cd
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_django-split-settings/build;
> python3.11 -m pytest tests
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12
> 3.11" returned exit code 13
The full build log is available from:
http://qa-logs.debian.net/2024/06/15/python-django-split-settings_1.1.0-1_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240615;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240615&[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.
--- End Message ---
--- Begin Message ---
Source: python-django-split-settings
Source-Version: 1.3.1-1
Done: Alexandre Detiste <[email protected]>
We believe that the bug you reported is fixed in the latest version of
python-django-split-settings, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Alexandre Detiste <[email protected]> (supplier of updated
python-django-split-settings 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 30 Jun 2024 13:38:33 +0200
Source: python-django-split-settings
Architecture: source
Version: 1.3.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Alexandre Detiste <[email protected]>
Closes: 1073407
Changes:
python-django-split-settings (1.3.1-1) unstable; urgency=medium
.
* Team upload.
* Change Upstream URL: https://github.com/sobolevn/django-split-settings/
-> https://github.com/wemake-services/django-split-settings/
* New upstream version (Closes: #1073407)
* Standards-Version: 4.7.0 (routine-update)
* Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
* Refresh patch
* Add dependency on python3-tomli
Checksums-Sha1:
e90dcbbd30af19f80c8b577506dfc8adaa2c9cd1 2588
python-django-split-settings_1.3.1-1.dsc
e9e7ccca2d88993cd480c5be9cd7f465b1a303b7 111947
python-django-split-settings_1.3.1.orig.tar.gz
cf09f4d2f5ba332415ff56130d9bc5ceb1a6c325 4320
python-django-split-settings_1.3.1-1.debian.tar.xz
20e937fba4fa4300968457527d243bebe52e7182 10087
python-django-split-settings_1.3.1-1_source.buildinfo
Checksums-Sha256:
e7683164bf0959df4c6de3b652636451b9f4592bd49355eff949a4a937495c3a 2588
python-django-split-settings_1.3.1-1.dsc
1a2a7fcfbd8bbe76f129617b157e225e1e054d37942187c4d15bc3475fc5a18f 111947
python-django-split-settings_1.3.1.orig.tar.gz
e52bc81bbd2bc01639a1fcda27ee42e76ce2125ebfcc5b170e738beaf6870353 4320
python-django-split-settings_1.3.1-1.debian.tar.xz
977b840ded02e63157606e74bd677baa379443c52f196639ce9c787ec16a8549 10087
python-django-split-settings_1.3.1-1_source.buildinfo
Files:
9d4429c57a720b32c00a578a19dc1113 2588 python optional
python-django-split-settings_1.3.1-1.dsc
b1ac62efecbc8dc1fa1dce9d2bb74c82 111947 python optional
python-django-split-settings_1.3.1.orig.tar.gz
6f2e7f3cc5e3d81f380ff1a58e317a8c 4320 python optional
python-django-split-settings_1.3.1-1.debian.tar.xz
3eeb8d22df21deff13e63d1747a3bd62 10087 python optional
python-django-split-settings_1.3.1-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEEj23hBDd/OxHnQXSHMfMURUShdBoFAmaBRpMRHHRjaGV0QGRl
Ymlhbi5vcmcACgkQMfMURUShdBr0+hAAuPNPbQ6Ic1gR9p+EXJp/GlAdJhv4aBJh
/cv1TJCsn4Rg2/6Lhdgr7wqT7NPa2iJmqxlMBhpROs7r7a7DuN0N2mL/VPGk76kN
qpx+BO1VzMSDdzKLV4RZI6I7YzNh7ZwnEuXFBVD56brVRBo4GKk2U6TOO+N41EWi
RC72cVagsD16+wwUzOBkdFr28LuVCxzM6tW/swVqLtC7xGqsoONQOIO8qHoJnChG
BcV61Jaa6JgBVT9oFNn93Nv/nx4LJs3ezscpWr3JOYASlig0AcG6doUB70tbML1Q
b9A61KVGadZyNZJhEO2blCvYTz2c7CCMgmjHbOvXsoWnjA2oHL3EQYCvluH1LHTo
lKRVWbhFYGaDOV7jZt5Iri9J/qccwbSuTKsYKXHAOAV79shpgG3lTW07SojxNo8X
vBSoG2tzx8Zio7S1EMU87ko7WC9+qVHWH+yiOqOUj7H+gZM5uOfu9wL81EgsPV3G
GoyXGJSvWQzt9WLPrRMutU0Fggw5MA2h/EnuMzRVNKlT4P2XEDaKS7hTv9OcPrav
7EPMdKQZj5gMJoXPeaThjdfSOojTj4EGpPg/2q4eFkwcHsjXr+hWo+nn4SaWIE0a
zKEOsbVQthWJBMKv4zR7IRlEe3x+24xhzeBZxFNRzECO3/EskAJZvm9l47nC8Bxo
rw8Xjwlm9gY=
=InkW
-----END PGP SIGNATURE-----
pgpZLKMrofmVT.pgp
Description: PGP signature
--- End Message ---