Your message dated Tue, 09 Jul 2024 08:40:38 +0000
with message-id <e1sr6os-0099sj...@fasolo.debian.org>
and subject line Bug#1073381: fixed in python-testtools 2.7.2-1
has caused the Debian Bug report #1073381,
regarding git-build-recipe: FTBFS: dh_auto_test: error: pybuild --test -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.)


-- 
1073381: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073381
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: git-build-recipe
Version: 0.3.7
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240615 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> env -u LANGUAGE LC_ALL=C.UTF-8 dh_auto_test
> I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build; 
> python3.11 -m pytest 
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.11.9, pytest-8.2.2, pluggy-1.5.0
> rootdir: /<<PKGBUILDDIR>>
> collected 0 items / 13 errors
> 
> ==================================== ERRORS 
> ====================================
> _ ERROR collecting 
> .pybuild/cpython3_3.11/build/gitbuildrecipe/tests/test_deb_version.py _
> /usr/lib/python3/dist-packages/testtools/testcase.py:241: in __init__
>     test_method = self._get_test_method()
> /usr/lib/python3/dist-packages/testtools/testcase.py:696: in _get_test_method
>     return getattr(self, method_name)
> E   AttributeError: 'GitTestCase' object has no attribute 'runTest'
> _ ERROR collecting 
> .pybuild/cpython3_3.11/build/gitbuildrecipe/tests/test_deb_version.py _
> /usr/lib/python3/dist-packages/testtools/testcase.py:241: in __init__
>     test_method = self._get_test_method()
> /usr/lib/python3/dist-packages/testtools/testcase.py:696: in _get_test_method
>     return getattr(self, method_name)
> E   AttributeError: 'ResolveRevisionsTests' object has no attribute 'runTest'
> _ ERROR collecting 
> .pybuild/cpython3_3.11/build/gitbuildrecipe/tests/test_deb_version.py _
> /usr/lib/python3/dist-packages/testtools/testcase.py:241: in __init__
>     test_method = self._get_test_method()
> /usr/lib/python3/dist-packages/testtools/testcase.py:696: in _get_test_method
>     return getattr(self, method_name)
> E   AttributeError: 'DebUpstreamVariableTests' object has no attribute 
> 'runTest'
> _ ERROR collecting 
> .pybuild/cpython3_3.11/build/gitbuildrecipe/tests/test_deb_version.py _
> /usr/lib/python3/dist-packages/testtools/testcase.py:241: in __init__
>     test_method = self._get_test_method()
> /usr/lib/python3/dist-packages/testtools/testcase.py:696: in _get_test_method
>     return getattr(self, method_name)
> E   AttributeError: 'VersionExtractBaseTests' object has no attribute 
> 'runTest'
> _ ERROR collecting 
> .pybuild/cpython3_3.11/build/gitbuildrecipe/tests/test_deb_version.py _
> /usr/lib/python3/dist-packages/testtools/testcase.py:241: in __init__
>     test_method = self._get_test_method()
> /usr/lib/python3/dist-packages/testtools/testcase.py:696: in _get_test_method
>     return getattr(self, method_name)
> E   AttributeError: 'DebVersionVariableTests' object has no attribute 
> 'runTest'
> _ ERROR collecting 
> .pybuild/cpython3_3.11/build/gitbuildrecipe/tests/test_deb_version.py _
> /usr/lib/python3/dist-packages/testtools/testcase.py:241: in __init__
>     test_method = self._get_test_method()
> /usr/lib/python3/dist-packages/testtools/testcase.py:696: in _get_test_method
>     return getattr(self, method_name)
> E   AttributeError: 'RecipeBranchTests' object has no attribute 'runTest'
> _ ERROR collecting 
> .pybuild/cpython3_3.11/build/gitbuildrecipe/tests/test_functional.py _
> /usr/lib/python3/dist-packages/testtools/testcase.py:241: in __init__
>     test_method = self._get_test_method()
> /usr/lib/python3/dist-packages/testtools/testcase.py:696: in _get_test_method
>     return getattr(self, method_name)
> E   AttributeError: 'GitTestCase' object has no attribute 'runTest'
> _ ERROR collecting 
> .pybuild/cpython3_3.11/build/gitbuildrecipe/tests/test_functional.py _
> /usr/lib/python3/dist-packages/testtools/testcase.py:241: in __init__
>     test_method = self._get_test_method()
> /usr/lib/python3/dist-packages/testtools/testcase.py:696: in _get_test_method
>     return getattr(self, method_name)
> E   AttributeError: 'FunctionalBuilderTests' object has no attribute 'runTest'
> _ ERROR collecting 
> .pybuild/cpython3_3.11/build/gitbuildrecipe/tests/test_recipe.py _
> /usr/lib/python3/dist-packages/testtools/testcase.py:241: in __init__
>     test_method = self._get_test_method()
> /usr/lib/python3/dist-packages/testtools/testcase.py:696: in _get_test_method
>     return getattr(self, method_name)
> E   AttributeError: 'GitTestCase' object has no attribute 'runTest'
> _ ERROR collecting 
> .pybuild/cpython3_3.11/build/gitbuildrecipe/tests/test_recipe.py _
> /usr/lib/python3/dist-packages/testtools/testcase.py:241: in __init__
>     test_method = self._get_test_method()
> /usr/lib/python3/dist-packages/testtools/testcase.py:696: in _get_test_method
>     return getattr(self, method_name)
> E   AttributeError: 'RecipeParserTests' object has no attribute 'runTest'
> _ ERROR collecting 
> .pybuild/cpython3_3.11/build/gitbuildrecipe/tests/test_recipe.py _
> /usr/lib/python3/dist-packages/testtools/testcase.py:241: in __init__
>     test_method = self._get_test_method()
> /usr/lib/python3/dist-packages/testtools/testcase.py:696: in _get_test_method
>     return getattr(self, method_name)
> E   AttributeError: 'BuildTreeTests' object has no attribute 'runTest'
> _ ERROR collecting 
> .pybuild/cpython3_3.11/build/gitbuildrecipe/tests/test_recipe.py _
> /usr/lib/python3/dist-packages/testtools/testcase.py:241: in __init__
>     test_method = self._get_test_method()
> /usr/lib/python3/dist-packages/testtools/testcase.py:696: in _get_test_method
>     return getattr(self, method_name)
> E   AttributeError: 'StringifyTests' object has no attribute 'runTest'
> _ ERROR collecting 
> .pybuild/cpython3_3.11/build/gitbuildrecipe/tests/test_recipe.py _
> /usr/lib/python3/dist-packages/testtools/testcase.py:241: in __init__
>     test_method = self._get_test_method()
> /usr/lib/python3/dist-packages/testtools/testcase.py:696: in _get_test_method
>     return getattr(self, method_name)
> E   AttributeError: 'RecipeBranchTests' object has no attribute 'runTest'
> =========================== short test summary info 
> ============================
> ERROR gitbuildrecipe/tests/test_deb_version.py::GitTestCase - 
> AttributeError:...
> ERROR gitbuildrecipe/tests/test_deb_version.py::ResolveRevisionsTests - 
> Attri...
> ERROR gitbuildrecipe/tests/test_deb_version.py::DebUpstreamVariableTests - 
> At...
> ERROR gitbuildrecipe/tests/test_deb_version.py::VersionExtractBaseTests - 
> Att...
> ERROR gitbuildrecipe/tests/test_deb_version.py::DebVersionVariableTests - 
> Att...
> ERROR gitbuildrecipe/tests/test_deb_version.py::RecipeBranchTests - 
> Attribute...
> ERROR gitbuildrecipe/tests/test_functional.py::GitTestCase - AttributeError: 
> ...
> ERROR gitbuildrecipe/tests/test_functional.py::FunctionalBuilderTests - 
> Attri...
> ERROR gitbuildrecipe/tests/test_recipe.py::GitTestCase - AttributeError: 
> 'Git...
> ERROR gitbuildrecipe/tests/test_recipe.py::RecipeParserTests - 
> AttributeError...
> ERROR gitbuildrecipe/tests/test_recipe.py::BuildTreeTests - AttributeError: 
> '...
> ERROR gitbuildrecipe/tests/test_recipe.py::StringifyTests - AttributeError: 
> '...
> ERROR gitbuildrecipe/tests/test_recipe.py::RecipeBranchTests - 
> AttributeError...
> !!!!!!!!!!!!!!!!!!! Interrupted: 13 errors during collection 
> !!!!!!!!!!!!!!!!!!!
> ============================== 13 errors in 0.50s 
> ==============================
> E: pybuild pybuild:389: test: plugin distutils failed with: exit code=2: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build; python3.11 -m pytest 
> dh_auto_test: error: pybuild --test -i python{version} -p 3.11 returned exit 
> code 13


The full build log is available from:
http://qa-logs.debian.net/2024/06/15/git-build-recipe_0.3.7_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240615;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240615&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: python-testtools
Source-Version: 2.7.2-1
Done: Thomas Goirand <z...@debian.org>

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

Debian distribution maintenance software
pp.
Thomas Goirand <z...@debian.org> (supplier of updated python-testtools 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: Tue, 09 Jul 2024 09:42:21 +0200
Source: python-testtools
Architecture: source
Version: 2.7.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <team+openst...@tracker.debian.org>
Changed-By: Thomas Goirand <z...@debian.org>
Closes: 1073381
Changes:
 python-testtools (2.7.2-1) unstable; urgency=medium
 .
   * New upstream release:
     - fix FTBFS is numerous package using testools (Closes: #1073381).
Checksums-Sha1:
 90f9149380e00f01e3d8a1ec91996f03a26a7c60 2475 python-testtools_2.7.2-1.dsc
 b738d78892d34c60d2bb0f7058eca82e51e71507 161756 
python-testtools_2.7.2.orig.tar.xz
 ed3bde3d3b757565fe9642c297e9a0328d6a77ff 7876 
python-testtools_2.7.2-1.debian.tar.xz
 99ecd2d6024d202807314b24dfa1464c6a8eac24 9412 
python-testtools_2.7.2-1_amd64.buildinfo
Checksums-Sha256:
 b0652cf7a9055e1cd20a67049f9d835d865c835e3391c13452b2536a3e519f7e 2475 
python-testtools_2.7.2-1.dsc
 598570f659a42d6ab5e9456e0512081b3c5f1d3dfe40c35b23c90ea53f74955d 161756 
python-testtools_2.7.2.orig.tar.xz
 4044518a326dc1fe6a08c297800f39927bb9f64e02ea74a228a54a9502d1d14f 7876 
python-testtools_2.7.2-1.debian.tar.xz
 508cadd4a4f8bba96df9c3dff1f70975701d5b29bdd3a15e18a8a762e40fcea7 9412 
python-testtools_2.7.2-1_amd64.buildinfo
Files:
 765e7ce87513237145acc04e7f30dcad 2475 python optional 
python-testtools_2.7.2-1.dsc
 de4f5249962c70103bd589f0bb505762 161756 python optional 
python-testtools_2.7.2.orig.tar.xz
 c3423776b3f420dc7f8efd24b86f74dc 7876 python optional 
python-testtools_2.7.2-1.debian.tar.xz
 ff47b5264847a264dcf367dbc24d58d8 9412 python optional 
python-testtools_2.7.2-1_amd64.buildinfo

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

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmaM68AACgkQ1BatFaxr
Q/53qQ/9EJVhKKMVMyB9tzyPDDXOuBjncE4pltmRnWJV33e1pmCtluHqqvgCgb+s
wCtXzPVNDpnusF9VDNXDG4yrPg2tS+CWfh7Jrw9drOMV9whz7v0/lev3bc/tvtRE
f1yLlNyJj2tecazR2kGf+i6uOpD64Xh2UcTdQWkXqYXVb+/Pe7osif0BOh4odrr2
4HGiS0D/bk5iOnyUDnVuJzChFW+EYDlvXHY5/gmllktg0Rg2oBGAFlN8Ewqma5dp
XnhJEB9ejzekLTtSpJ4P2A+A+kMHHBg85bnWiFkaPW+rTybkyAR2BXATT1b2+5R3
eDL8XJiEYt7UL7+wPyJm1eutl2GKFMfqN/2USllxANxbahG54WeNsU1DJHGWIfZv
jgHK9Ry50jymvPs5iEM5a/VLorT1O9Oza2gcrFE9SZBYfdutHTUAcX8eoECPKj2G
yynHJFWcd+fSneu0s/OyRsVZiun/mKp/AZczMUJ2/vOxylT35Oh6zdaLT3Kznzsz
q6zUc13/a/f0xtOHxZbbljNwqQu8M/RTCFGZ5ywgmttCe+uYv6bNZOwfAUK5IvmU
aOllIfXDpA+hEuX9UUgQNp9OFpYo0MrCaF56GZKuimPdZlpKGgEYiEf1AUyPQ84/
G7azceT6Bx8Yc3eu3pJbrDRMkw6qp1Dgb9cmP5sr3Av9/y9L2E4=
=iE1F
-----END PGP SIGNATURE-----

Attachment: pgpcsJbTPUC7u.pgp
Description: PGP signature


--- End Message ---

Reply via email to