Your message dated Tue, 10 Sep 2024 07:49:31 +0000
with message-id <[email protected]>
and subject line Bug#1080281: fixed in python-mujson 1.4-3
has caused the Debian Bug report #1080281,
regarding FTBFS with setuptools >= 72: error: invalid command 'test'
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.)
--
1080281: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1080281
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-mujson
Version: 1.4-2
Severity: serious
Tags: ftbfs
Justification: FTBFS
User: [email protected]
Usertags: setup.py-test
Dear maintainer,
During a test rebuild for packages affected by setuptools 72, python-mujson
failed to rebuild.
FWIW: I think these bugs were all caused by setuptools v72 dropping
support for the "test" command, so dh-python has fallen back to
distutils / other test plugins.
If you're trying to figure out how to fix the bug, look at the
implementation of test_suite in setup.py to see what magic it does for
test setup.
-------------------------------------------------------------------------------
[...]
debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make[1]: pyversions: No such file or directory
py3versions: no X-Python3-Version in control file, using supported versions
echo "Do nothing..."
Do nothing...
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make[1]: pyversions: No such file or directory
py3versions: no X-Python3-Version in control file, using supported versions
echo "Do nothing..."
Do nothing...
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
create-stamp debian/debhelper-build-stamp
fakeroot debian/rules binary
make: pyversions: No such file or directory
py3versions: no X-Python3-Version in control file, using supported versions
dh binary --buildsystem=python_distutils --with python3
dh_testroot -O--buildsystem=python_distutils
dh_prep -O--buildsystem=python_distutils
debian/rules override_dh_auto_install
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make[1]: pyversions: No such file or directory
py3versions: no X-Python3-Version in control file, using supported versions
pkgos-dh_auto_install --no-py2 --in-tmp
+ PKGOS_IN_TMP=no
+ echo WARNING: --no-py2 is deprecated and always on.
WARNING: --no-py2 is deprecated and always on.
+ shift
+ PKGOS_IN_TMP=yes
+ shift
+ dpkg-parsechangelog -SSource
+ SRC_PKG_NAME=python-mujson
+ echo python-mujson
+ sed s/python-//
+ PY_MODULE_NAME=mujson
+ py3versions -vr
+ PYTHON3S=3.12
+ [ yes = yes ]
+ TARGET_DIR=tmp
+ pwd
+ python3.12 setup.py install --install-layout=deb --root
/<<PKGBUILDDIR>>/debian/tmp
running install
/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66:
SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html
for details.
********************************************************************************
!!
self.initialize_options()
running build
running build_py
creating build
creating build/lib
creating build/lib/mujson
copying mujson/__init__.py -> build/lib/mujson
running install_lib
creating /<<PKGBUILDDIR>>/debian/tmp
creating /<<PKGBUILDDIR>>/debian/tmp/usr
creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib
creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3
creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages
creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/mujson
copying build/lib/mujson/__init__.py ->
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/mujson
byte-compiling
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/mujson/__init__.py to
__init__.cpython-312.pyc
running install_egg_info
running egg_info
creating mujson.egg-info
writing mujson.egg-info/PKG-INFO
writing dependency_links to mujson.egg-info/dependency_links.txt
writing top-level names to mujson.egg-info/top_level.txt
writing manifest file 'mujson.egg-info/SOURCES.txt'
reading manifest file 'mujson.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'mujson.egg-info/SOURCES.txt'
Copying mujson.egg-info to
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/mujson-1.4.egg-info
Skipping SOURCES.txt
running install_scripts
+ pwd
+ rm -rf /<<PKGBUILDDIR>>/debian/python*/usr/lib/python*/dist-packages/*.pth
+ pwd
+ rm -rf /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python*/dist-packages/*.pth
set -e ; for pyvers in 3.12; do \
python$pyvers setup.py test ; \
done
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help
error: invalid command 'test'
make[1]: *** [debian/rules:19: override_dh_auto_install] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:7: binary] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit
status 2
--------------------------------------------------------------------------------
Build finished at 2024-08-28T05:20:10Z
-------------------------------------------------------------------------------
The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here (for the next 30 days):
https://debusine.debian.net/artifact/553037/
About the archive rebuild: The build was made on debusine.debian.net,
using sbuild.
You can find the build task here:
https://debusine.debian.net/work-request/9852/
If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.
Thanks,
Stefano
--- End Message ---
--- Begin Message ---
Source: python-mujson
Source-Version: 1.4-3
Done: Thomas Goirand <[email protected]>
We believe that the bug you reported is fixed in the latest version of
python-mujson, 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.
Thomas Goirand <[email protected]> (supplier of updated python-mujson 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: SHA256
Format: 1.8
Date: Mon, 19 Oct 2020 09:33:22 +0200
Source: python-mujson
Architecture: source
Version: 1.4-3
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <[email protected]>
Changed-By: Thomas Goirand <[email protected]>
Closes: 1080281
Changes:
python-mujson (1.4-3) unstable; urgency=medium
.
* Fixed debian/watch.
* Do not run setup.py test (Closes: #1080281).
Checksums-Sha1:
515f3437e461d40e1d4cda837b2db0090e764ec3 2034 python-mujson_1.4-3.dsc
d9edf33955155ffb9aa8f00efa351146cae4cb43 2224 python-mujson_1.4-3.debian.tar.xz
ba0b9fced051678d4c845a261446220bcbce06cd 7274
python-mujson_1.4-3_amd64.buildinfo
Checksums-Sha256:
30240cb58ecb78fe627422065db5b93d1df3e971ec68ecd91ab3e4e8e9ff32d2 2034
python-mujson_1.4-3.dsc
72fdd9f3ab8d4c2ab8174dff75d105167e35e2c6a454187849d5eb1b9eb19342 2224
python-mujson_1.4-3.debian.tar.xz
5392fd8b44e44a5bad430d3e98c8ffe9451a69877568f275cec6527311f1fdf8 7274
python-mujson_1.4-3_amd64.buildinfo
Files:
9e973db309a75055f096707c2fb7cdcd 2034 python optional python-mujson_1.4-3.dsc
12285245e1d943dc4083d8cd87853a62 2224 python optional
python-mujson_1.4-3.debian.tar.xz
a5fe4b8f4b245387c86862648db810c3 7274 python optional
python-mujson_1.4-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmbf9v4ACgkQ1BatFaxr
Q/7Hcg//ZfhMAhSYaccxI9zC32QlDryu6aCPdV659kr05gd2mE6qRn4HsI8fTBif
m2qTXteADppR3NQ30DLJmrL759zoz5mdXvqsjRtWNYaXkPMIJW0MAmugyZG4ZdsJ
fXe3kAQr6g4zf8Ymx1yjlAXewG1nH6rUYbTKeUVb3CPdUPOQPk1jsW05JyviWI/H
8gURcG7W0Q0e5dZw+i/2YYoA0ivROsqlHnjd6WOdI+8q9EUAjJTLnkEdqdvBsZKg
KPewd24o8JZVwSu49BBcDwXyXju1t0f19MAsXzWMwFEUg1fYUr4nczPK+aBAoSti
VMvxd7N97aUlSCz5VKxD00VMZeQY0yo3I1iGiYnmc7vMsNGAHax77K5yOX/gMerM
EydFGp1pkzruvTLQpmnjfmellpjbmSq6z8+xP9AkQxWPgnfhWhvn/A8JOzkiTsxB
BzsEmmCbNC1xN4ufQEIjmgvBZilW6GmK/98bQw+r4w69aqZI80xhHNhuq0q3h9WX
139dNpOk+JIft8dhW6lFeEklm4VCZ+/aRMnH6bRH+/YteLzrMUjsHZHRNz0wzKbW
NsvFhPeV/tD18PcwBHQKc6nUZS7UutcaZ/ZndIeRTQnlVIQawOndyQHX/HXdGDEK
5xjkjEZp6HG8Cuvy7qOcVquUgmLIqjPRriPFwS1KEiqxvd9ts1M=
=nTES
-----END PGP SIGNATURE-----
pgpWvvVxNVcvO.pgp
Description: PGP signature
--- End Message ---