Your message dated Tue, 07 Oct 2025 23:05:32 +0000
with message-id <[email protected]>
and subject line Bug#1116846: fixed in pytest-codspeed 3.2.0-2
has caused the Debian Bug report #1116846,
regarding pytest-codspeed: FTBFS with the nocheck build profile
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.)
--
1116846: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1116846
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:pytest-codspeed
Version: 3.2.0-1
Severity: important
Tags: forky sid ftbfs
User: [email protected]
Usertags: ftbfs-nocheck-profile
Dear maintainer:
During a rebuild of all packages in unstable using the nocheck build profile,
your package failed to build.
Below you will find how the build ends (probably the most relevant part,
but not necessarily). If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202509/
A wiki page discussing how to reproduce bugs in this category and
possible solutions is available here:
https://wiki.debian.org/qa.debian.org/FTBFS/Nocheck
(It's a wiki, so you are welcome to contribute)
[ Note: This is RC, but I will wait at least two weeks before raising
the severities, there are a lot of gcc-15 and CMake 4 bugs open now ].
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:pytest-codspeed, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --buildsystem=pybuild
debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_clean
rm -rf .mypy_cache .pytest_cache
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_autoreconf_clean -O--buildsystem=pybuild
dh_clean -O--buildsystem=pybuild
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.13 with "build"
module
I: pybuild base:311: python3.13 -m build --skip-dependency-check --no-isolation
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pytest_codspeed
* Building wheel...
Traceback (most recent call last):
File
"/usr/lib/python3/dist-packages/pyproject_hooks/_in_process/_in_process.py",
line 389, in <module>
main()
~~~~^^
File
"/usr/lib/python3/dist-packages/pyproject_hooks/_in_process/_in_process.py",
line 373, in main
json_out["return_val"] = hook(**hook_input["kwargs"])
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File
"/usr/lib/python3/dist-packages/pyproject_hooks/_in_process/_in_process.py",
line 280, in build_wheel
return _build_backend().build_wheel(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
wheel_directory, config_settings, metadata_directory
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 435, in
build_wheel
return _build(['bdist_wheel'])
File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 426, in
_build
return self._build_with_temp_dir(
~~~~~~~~~~~~~~~~~~~~~~~~~^
cmd,
^^^^
...<3 lines>...
self._arbitrary_args(config_settings),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 407, in
_build_with_temp_dir
self.run_setup()
~~~~~~~~~~~~~~^^
File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 320, in
run_setup
exec(code, locals())
~~~~^^^^^^^^^^^^^^^^
File "<string>", line 16, in <module>
File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File
"/<<PKGBUILDDIR>>/src/pytest_codspeed/instruments/valgrind/_wrapper/build.py",
line 3, in <module>
from cffi import FFI # type: ignore
^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'cffi'
ERROR Backend subprocess exited when trying to invoke build_wheel
E: pybuild pybuild:389: build: plugin pyproject failed with: exit code=1:
python3.13 -m build --skip-dependency-check --no-isolation --wheel --outdir
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pytest_codspeed
dh_auto_build: error: pybuild --build -i python{version} -p 3.13 returned exit
code 13
make: *** [debian/rules:16: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: pytest-codspeed
Source-Version: 3.2.0-2
Done: Santiago Vila <[email protected]>
We believe that the bug you reported is fixed in the latest version of
pytest-codspeed, 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.
Santiago Vila <[email protected]> (supplier of updated pytest-codspeed 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: Tue, 07 Oct 2025 23:50:00 +0200
Source: pytest-codspeed
Architecture: source
Version: 3.2.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Santiago Vila <[email protected]>
Closes: 1116846
Changes:
pytest-codspeed (3.2.0-2) unstable; urgency=medium
.
[ Carsten Schoenert ]
* [0f742b3] d/salsa-ci.yml: Add a dedicated CI control file
.
[ Santiago Vila ]
* [4d59d3d] d/control: Drop <!nocheck> from python3-cffi. Closes: #1116846.
* [514286a] d/control: Drop "Rules-Requires-Root: no" (default).
* [a883919] d/control: Update standards-version.
Checksums-Sha1:
3f67b776a8c2c683716e0db9e69931ed2a144c35 2099 pytest-codspeed_3.2.0-2.dsc
abab105d99997e266e8f3501310c143c9810f741 5112
pytest-codspeed_3.2.0-2.debian.tar.xz
36baabb70b1b92889e0c18e907c0887937f7a713 7040
pytest-codspeed_3.2.0-2_source.buildinfo
Checksums-Sha256:
3c4b72ad927ba088729fc0f0ab6e8a693f43d6c2290a094b3ffee4b39206f878 2099
pytest-codspeed_3.2.0-2.dsc
5783fe3363f6c5c823fbef039adc6e07905a65c0a43e26c8b70454ff6576474f 5112
pytest-codspeed_3.2.0-2.debian.tar.xz
97423efe6bd901600266c0b363a91f193eaf870186bedde6505bfd22bee55eec 7040
pytest-codspeed_3.2.0-2_source.buildinfo
Files:
baee638c6617049d645aa635b3390b3b 2099 python optional
pytest-codspeed_3.2.0-2.dsc
134235dcf24808012c9fd29a88d3c790 5112 python optional
pytest-codspeed_3.2.0-2.debian.tar.xz
34d12f3c4f3f20caa890d7cacfbeba9d 7040 python optional
pytest-codspeed_3.2.0-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCgAdFiEE1Uw7+v+wQt44LaXXQc5/C58bizIFAmjll0kACgkQQc5/C58b
izLf9Af7BmW74etIHcNFgTF61Yl1NSmDwZfzzHRMbvqLaGfGzpGR/Fo3077d3UX+
uEcrR9o3jJn2dPJoQ9xQNE44JLaTPV4MPatC+DYlGHmlZIcgfv/BUm/j37Lvx1J+
cRYEvv1JE6iMeHnqwtYfyfMzOAtWhXeE886lm15rhyK3T1rNLrUHgmDkntpRQWf8
5mt9CVx6RWOBezgwdBifTCgRb4ETjjNaAYAKowA73pCL/sxQO1J2rB1UgpVafS0s
MlU5SfdI8tZfBYu0jzrTZQfl8KYz4UckB+cxcldI4FvVg+9Ek5Os8Q/7jveAFgA9
EQhvqSZVaSfhaq73KvKo8Ck/8uivgA==
=o9i1
-----END PGP SIGNATURE-----
pgpAWHPEcC_rz.pgp
Description: PGP signature
--- End Message ---