Your message dated Thu, 11 Jan 2024 20:50:29 +0000
with message-id <e1ro20t-004gfk...@fasolo.debian.org>
and subject line Bug#1052844: fixed in deepdiff 6.7.1-1
has caused the Debian Bug report #1052844,
regarding deepdiff: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i
python{version} -p 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 ow...@bugs.debian.org
immediately.)
--
1052844: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1052844
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: deepdiff
Version: 6.2.2-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230925 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 --buildsystem=pybuild
> dh_update_autotools_config -O--buildsystem=pybuild
> dh_autoreconf -O--buildsystem=pybuild
> dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:291: python3.11 setup.py config
> running config
> dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:291: /usr/bin/python3 setup.py build
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/deepdiff
> copying deepdiff/deephash.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/deepdiff
> copying deepdiff/model.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/deepdiff
> copying deepdiff/serialization.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/deepdiff
> copying deepdiff/base.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/deepdiff
> copying deepdiff/distance.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/deepdiff
> copying deepdiff/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/deepdiff
> copying deepdiff/lfucache.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/deepdiff
> copying deepdiff/search.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/deepdiff
> copying deepdiff/diff.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/deepdiff
> copying deepdiff/path.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/deepdiff
> copying deepdiff/anyset.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/deepdiff
> copying deepdiff/helper.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/deepdiff
> copying deepdiff/operator.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/deepdiff
> copying deepdiff/delta.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/deepdiff
> copying deepdiff/commands.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/deepdiff
> running egg_info
> creating deepdiff.egg-info
> writing deepdiff.egg-info/PKG-INFO
> writing dependency_links to deepdiff.egg-info/dependency_links.txt
> writing entry points to deepdiff.egg-info/entry_points.txt
> writing requirements to deepdiff.egg-info/requires.txt
> writing top-level names to deepdiff.egg-info/top_level.txt
> writing manifest file 'deepdiff.egg-info/SOURCES.txt'
> reading manifest file 'deepdiff.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no files found matching 'AUTHORS'
> warning: no files found matching 'CHANGELOG'
> warning: no files found matching '*.rst'
> warning: no files found matching 'deepdiff/*.rst'
> warning: no previously-included files matching '__pycache__' found anywhere
> in distribution
> warning: no previously-included files matching '*.py[co]' found anywhere in
> distribution
> adding license file 'LICENSE'
> adding license file 'AUTHORS.md'
> writing manifest file 'deepdiff.egg-info/SOURCES.txt'
> dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:291: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build;
> python3.11 -m pytest tests
> ============================= test session starts
> ==============================
> platform linux -- Python 3.11.5, pytest-7.4.2, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pytest.ini
> collected 752 items / 2 errors
>
> ==================================== ERRORS
> ====================================
> ____________________ ERROR collecting tests/test_command.py
> ____________________
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_command.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_command.py:6: in <module>
> from conftest import FIXTURES_DIR
> E ModuleNotFoundError: No module named 'conftest'
> _________________ ERROR collecting tests/test_serialization.py
> _________________
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_serialization.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_serialization.py:15: in <module>
> from conftest import FIXTURES_DIR
> E ModuleNotFoundError: No module named 'conftest'
> =============================== warnings summary
> ===============================
> tests/test_cache.py:9
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_cache.py:9:
> PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo? You can
> register custom marks to avoid this warning - for details, see
> https://docs.pytest.org/en/stable/how-to/mark.html
> @pytest.mark.slow
>
> tests/test_cache.py:31
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_cache.py:31:
> PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo? You can
> register custom marks to avoid this warning - for details, see
> https://docs.pytest.org/en/stable/how-to/mark.html
> @pytest.mark.slow
>
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> =========================== short test summary info
> ============================
> ERROR tests/test_command.py
> ERROR tests/test_serialization.py
> !!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection
> !!!!!!!!!!!!!!!!!!!!
> ======================== 2 warnings, 2 errors in 1.28s
> =========================
> E: pybuild pybuild:395: test: plugin distutils failed with: exit code=2: cd
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build; python3.11 -m pytest tests
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11
> returned exit code 13
The full build log is available from:
http://qa-logs.debian.net/2023/09/25/deepdiff_6.2.2-1_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230925;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230925&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: deepdiff
Source-Version: 6.7.1-1
Done: Andreas Tille <ti...@debian.org>
We believe that the bug you reported is fixed in the latest version of
deepdiff, 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 1052...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Andreas Tille <ti...@debian.org> (supplier of updated deepdiff 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: SHA256
Format: 1.8
Date: Thu, 11 Jan 2024 20:42:16 +0100
Source: deepdiff
Architecture: source
Version: 6.7.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Andreas Tille <ti...@debian.org>
Closes: 1050793 1052844
Changes:
deepdiff (6.7.1-1) unstable; urgency=medium
.
* Team upload.
* New upstream version
* Standards-Version: 4.6.2 (routine-update)
* Make sure conftest.py is found
Closes: #1052844
* Build-Depends: python3-tomli-w, python3-pydantic
* Demote python3-clevercsv to Recommends
Closes: #1050793
Checksums-Sha1:
06edd07364851aef15329c17654c08e8cd46da50 2317 deepdiff_6.7.1-1.dsc
ca6a9090d11141dba7b4b387da0e4cba45b83f21 423704 deepdiff_6.7.1.orig.tar.gz
efff27ab48ae8691a5ee69e30626b67b6121eb3f 3104 deepdiff_6.7.1-1.debian.tar.xz
c3bcf212181837248d1ae77a196cb09d4b14c0a0 7689 deepdiff_6.7.1-1_amd64.buildinfo
Checksums-Sha256:
55aa3e24caf4f789e49c387e1b205116b15dc021ae719c0398fdfa401ac2fe57 2317
deepdiff_6.7.1-1.dsc
89fc8900b1e5490d0251f19387009735a9364bf6691e64365285801e0f980cb2 423704
deepdiff_6.7.1.orig.tar.gz
d4d24f25a3470fc63928dd813e88a9c56c76aa6fb9cbef64a0bdac73b1bfd96c 3104
deepdiff_6.7.1-1.debian.tar.xz
a5eb913e1d0b87e9f1a20c695c3637fbc3891c72209af43fcdea46d9ce6b4935 7689
deepdiff_6.7.1-1_amd64.buildinfo
Files:
092dad5f79ed1e4b25bd9dc828459790 2317 python optional deepdiff_6.7.1-1.dsc
fda8532fd1e1c6388f944f3658d99d78 423704 python optional
deepdiff_6.7.1.orig.tar.gz
f959f9aa8893c3352db16079057b5983 3104 python optional
deepdiff_6.7.1-1.debian.tar.xz
410650c17b092ea67f643036866c2874 7689 python optional
deepdiff_6.7.1-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmWgRgoRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtGnoQ/8CCyZHxdczOwWZcg8I8CKar6iV+FwKYUr
RzdohsYqkvx3p14K0NuHYytXnJDFxCJvjJfr0O0dBL0lKH0L33PRnp8l27xuQlVt
wJJifzrp+ZpcEUparSMuBOs+scattUmlamJCsH8Cdfnv+NkwWRtyo1UWC0bz005F
sh+/VGwbfOxvw5zWyCK36hno0ZStkeqsKeS0ET1WBfXQueMz9f7xzLsWPHt7mkcO
Zqbaeg30v01w5+csHXuB3/mFPN6IDgqwQtaoR8u7VuKizPwIw0GaeXBWjGvZGD/A
LIUc0nt9ckocYxeG7yXaY0PNB1gwnEZvAez+aeBjyguc8ijkftXOz8AnyndApz/R
kyaAjK6v07fARmrsK4tNtznlDvou3C7SIKji0X9rgB9pmBd2IROVULarwar0snPf
D0eGHYSJlgvA7kg2GNwlrGoKE9zMPN8Ytd8NHUEwKj6l1U4AzP3kRCvx/ZAxnpvv
ueb0kZw0EAZAo0YmRF7Fc9Si4IbDB5AKSvFbiM8zfpO0STfx8dgPW+rqbMat67K8
zhmUHZdkyj/VTyreGaaYkg6MqClrmv3CNlFIzA/xb/PiyVIkz3ci1oG8xutqvbhK
Rtxae7DiCpBNJpgbJYWLsnnyDOtej44oDCKKi5oUyRWlOlCKor4IWwokrgfhNnCa
T5RpjDPtGWE=
=AQLW
-----END PGP SIGNATURE-----
--- End Message ---