Your message dated Sat, 20 Sep 2025 23:20:42 +0000
with message-id <e1v06sk-005oxe...@fasolo.debian.org>
and subject line Bug#1115763: fixed in zope.location 6.0-2
has caused the Debian Bug report #1115763,
regarding zope.location: FTBFS: dh_auto_test: error: pybuild --test -i 
python{version} -p 3.13 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.)


-- 
1115763: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1115763
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: zope.location
Version: 6.0-1
Severity: serious
Justification: FTBFS
Tags: forky sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20250919 ftbfs-forky

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

The full build log is available from:
http://qa-logs.debian.net/2025/09/19/zope.location_6.0-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20250919;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20250919&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.

-- 
Relevant part of the build log (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.13 with "build" 
> module
> I: pybuild base:311: python3.13 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir 
> /build/reproducible-path/zope.location-6.0/.pybuild/cpython3_3.13_zope.location
>   
> * Building wheel...
> /usr/lib/python3/dist-packages/setuptools/dist.py:759: 
> SetuptoolsDeprecationWarning: License classifiers are deprecated.
> !!
> 
>         
> ********************************************************************************
>         Please consider removing the following classifiers in favor of a SPDX 
> license expression:
> 
>         License :: OSI Approved :: Zope Public License
> 
>         See 
> https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
> for details.
>         
> ********************************************************************************
> 
> !!
>   self._finalize_license_expression()
> running bdist_wheel
> running build
> running build_py
> creating build/lib/zope/location
> copying src/zope/location/__init__.py -> build/lib/zope/location
> copying src/zope/location/interfaces.py -> build/lib/zope/location
> copying src/zope/location/traversing.py -> build/lib/zope/location
> copying src/zope/location/testing.py -> build/lib/zope/location
> copying src/zope/location/pickling.py -> build/lib/zope/location
> copying src/zope/location/location.py -> build/lib/zope/location
> creating build/lib/zope/location/tests
> copying src/zope/location/tests/test_location.py -> 
> build/lib/zope/location/tests
> copying src/zope/location/tests/__init__.py -> build/lib/zope/location/tests
> copying src/zope/location/tests/test_traversing.py -> 
> build/lib/zope/location/tests
> copying src/zope/location/tests/test_configure.py -> 
> build/lib/zope/location/tests
> copying src/zope/location/tests/test_pickling.py -> 
> build/lib/zope/location/tests
> running egg_info
> creating src/zope.location.egg-info
> writing src/zope.location.egg-info/PKG-INFO
> writing dependency_links to src/zope.location.egg-info/dependency_links.txt
> writing requirements to src/zope.location.egg-info/requires.txt
> writing top-level names to src/zope.location.egg-info/top_level.txt
> writing manifest file 'src/zope.location.egg-info/SOURCES.txt'
> reading manifest file 'src/zope.location.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> adding license file 'LICENSE.txt'
> writing manifest file 'src/zope.location.egg-info/SOURCES.txt'
> copying src/zope/location/configure.zcml -> build/lib/zope/location
> installing to build/bdist.linux-x86_64/wheel
> running install
> running install_lib
> creating build/bdist.linux-x86_64/wheel
> creating build/bdist.linux-x86_64/wheel/zope
> creating build/bdist.linux-x86_64/wheel/zope/location
> copying build/lib/zope/location/__init__.py -> 
> build/bdist.linux-x86_64/wheel/./zope/location
> creating build/bdist.linux-x86_64/wheel/zope/location/tests
> copying build/lib/zope/location/tests/test_location.py -> 
> build/bdist.linux-x86_64/wheel/./zope/location/tests
> copying build/lib/zope/location/tests/__init__.py -> 
> build/bdist.linux-x86_64/wheel/./zope/location/tests
> copying build/lib/zope/location/tests/test_traversing.py -> 
> build/bdist.linux-x86_64/wheel/./zope/location/tests
> copying build/lib/zope/location/tests/test_configure.py -> 
> build/bdist.linux-x86_64/wheel/./zope/location/tests
> copying build/lib/zope/location/tests/test_pickling.py -> 
> build/bdist.linux-x86_64/wheel/./zope/location/tests
> copying build/lib/zope/location/interfaces.py -> 
> build/bdist.linux-x86_64/wheel/./zope/location
> copying build/lib/zope/location/traversing.py -> 
> build/bdist.linux-x86_64/wheel/./zope/location
> copying build/lib/zope/location/testing.py -> 
> build/bdist.linux-x86_64/wheel/./zope/location
> copying build/lib/zope/location/pickling.py -> 
> build/bdist.linux-x86_64/wheel/./zope/location
> copying build/lib/zope/location/configure.zcml -> 
> build/bdist.linux-x86_64/wheel/./zope/location
> copying build/lib/zope/location/location.py -> 
> build/bdist.linux-x86_64/wheel/./zope/location
> running install_egg_info
> Copying src/zope.location.egg-info to 
> build/bdist.linux-x86_64/wheel/./zope.location-6.0.egg-info
> running install_scripts
> creating build/bdist.linux-x86_64/wheel/zope_location-6.0.dist-info/WHEEL
> creating 
> '/build/reproducible-path/zope.location-6.0/.pybuild/cpython3_3.13_zope.location/.tmp-mekjjcl8/zope_location-6.0-py3-none-any.whl'
>  and adding 'build/bdist.linux-x86_64/wheel' to it
> adding 'zope/location/__init__.py'
> adding 'zope/location/configure.zcml'
> adding 'zope/location/interfaces.py'
> adding 'zope/location/location.py'
> adding 'zope/location/pickling.py'
> adding 'zope/location/testing.py'
> adding 'zope/location/traversing.py'
> adding 'zope/location/tests/__init__.py'
> adding 'zope/location/tests/test_configure.py'
> adding 'zope/location/tests/test_location.py'
> adding 'zope/location/tests/test_pickling.py'
> adding 'zope/location/tests/test_traversing.py'
> adding 'zope_location-6.0.dist-info/licenses/LICENSE.txt'
> adding 'zope_location-6.0.dist-info/METADATA'
> adding 'zope_location-6.0.dist-info/WHEEL'
> adding 'zope_location-6.0.dist-info/top_level.txt'
> adding 'zope_location-6.0.dist-info/RECORD'
> removing build/bdist.linux-x86_64/wheel
> Successfully built zope_location-6.0-py3-none-any.whl
> I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.13 with 
> "installer" module
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild pybuild:308: touch 
> /build/reproducible-path/zope.location-6.0/.pybuild/cpython3_3.13_zope.location/build/zope/__init__.py
> I: pybuild base:311: cd 
> /build/reproducible-path/zope.location-6.0/.pybuild/cpython3_3.13_zope.location/build;
>  PYTHONPATH=. python3.13 -m zope.testrunner --test-path . --package 
> zope.location -vv
> /usr/bin/python3.13: No module named zope.testrunner
> E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd 
> /build/reproducible-path/zope.location-6.0/.pybuild/cpython3_3.13_zope.location/build;
>  PYTHONPATH=. {interpreter} -m zope.testrunner --test-path . --package 
> zope.location -vv
> dh_auto_test: error: pybuild --test -i python{version} -p 3.13 returned exit 
> code 13

--- End Message ---
--- Begin Message ---
Source: zope.location
Source-Version: 6.0-2
Done: Colin Watson <cjwat...@debian.org>

We believe that the bug you reported is fixed in the latest version of
zope.location, 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 1115...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Colin Watson <cjwat...@debian.org> (supplier of updated zope.location 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: Sat, 20 Sep 2025 23:59:47 +0100
Source: zope.location
Architecture: source
Version: 6.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Colin Watson <cjwat...@debian.org>
Closes: 1115763
Changes:
 zope.location (6.0-2) unstable; urgency=medium
 .
   * QA upload.
   * Stop touching zope/__init__.py while running tests (closes: #1115763).
   * Switch to autopkgtest-pkg-pybuild.
Checksums-Sha1:
 7661b1b016771dd5a13c226da734c3589d661c92 2348 zope.location_6.0-2.dsc
 02c6bb0f94810dde55a2d84a6cfc9b34c78e4ab1 4272 zope.location_6.0-2.debian.tar.xz
 05b7229162c4b1e82e503423295ae68486c3584c 65484 zope.location_6.0-2.git.tar.xz
 95eeb8c4d1ab9642bd01dfbfb31cda9249911e54 18234 
zope.location_6.0-2_source.buildinfo
Checksums-Sha256:
 2da8617db4ef38f7cc650723b64b0564cdd26a15598b145b1a3612da82866add 2348 
zope.location_6.0-2.dsc
 ceab81c0b5fda4b478b43171c0459993fb435cfeb09381c932a6fa2c5fa37408 4272 
zope.location_6.0-2.debian.tar.xz
 a5f27c5b7e3823a4aa2a45940ddff253f5b57e98c74c711683d97a07e485d375 65484 
zope.location_6.0-2.git.tar.xz
 3f5a674975e2e8e210585444c6fbcd54ed265d7e867812a6cc4fafce14c1907c 18234 
zope.location_6.0-2_source.buildinfo
Files:
 939e5ef906c4f4d979db4ff7a82da058 2348 zope optional zope.location_6.0-2.dsc
 bfb66c81d97cbb3bae0cf1c43c1d3e9d 4272 zope optional 
zope.location_6.0-2.debian.tar.xz
 f8e8d42f7fabece937f7e2aa806db77d 65484 zope optional 
zope.location_6.0-2.git.tar.xz
 5b1ccea07a2284cc1c48105b878306ba 18234 zope optional 
zope.location_6.0-2_source.buildinfo
Git-Tag-Info: tag=50f1873af4b12f31483897af7bc181a9af070e43 
fp=ac0a4ff12611b6fccf01c111393587d97d86500b
Git-Tag-Tagger: Colin Watson <cjwat...@debian.org>

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmjPMvsACgkQYG0ITkaD
wHl5TBAA1opNAC02CR541AjLt7iJjKrltiChHq9+wK+ORoihr4FOF26rRUpTF0ao
Tph5OlEm64yxiLzE3QFRZEVKdaG2HSmwn7ZL4+DtTImf2Pwr/G/BEDXhgYD6nuag
2GoqgVCe3B3/ghtQQBOYllvh+2U0vM38aY+ATk70HIwKQd/m8H6J1jQDqE11ktZ0
grPfId4IXuxWqFWxzbNAGrpHDY61ovaTrbD3p0m2DEBR5vijshuA0D467f+w1VVo
kW6JUWWrMxqpwjWI9a91ZW5qyHnQcOYO6H4SJPHF0XLiYRZXarL+P8r8CgNCHHK+
r7HxuIDsGp6nDeNgS0VfeeOTtOpDERK5DW5dBwx778Ia2PvbvNdsZaldVfgV0Vmc
uul0DNg8fCuaZxe0GPKA3w4NzbFM1WOSzn/HrS+Hfmu4Uwpz7AtG0sDBm0DwW+PY
2lXnYfDS5bBAXLNoUU9o3c+9XMXGi+Ba4wlPdYHlsgxuJeIUIN0MMC7Xtz8luHKl
qkagen/xyaLIVye/Sp/cyOX+8hN9bbgR8+hQ101YYdrM0taY0gocJUcvHBD5acOc
xXz8CH1D8JForWxKRWxcr5f5hFndJjelQqUyaKmzbG4e8BzlNN0uRC2cffpDlkfD
y/uBqILu0O5L3pwQWTQTAGZeQvgU9+euH1Vq6J74VwdZyHCvb1c=
=GOYG
-----END PGP SIGNATURE-----

Attachment: pgpI7d4CwK5My.pgp
Description: PGP signature


--- End Message ---

Reply via email to