Your message dated Sun, 24 Dec 2023 11:34:05 +0000
with message-id <[email protected]>
and subject line Bug#1058393: fixed in autoflake 2.2.1-2
has caused the Debian Bug report #1058393,
regarding autoflake: FTBFS: dh_auto_test: error: pybuild --test -i 
python{version} -p "3.12 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 [email protected]
immediately.)


-- 
1058393: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058393
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: autoflake
Version: 2.2.1-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-20231212 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>>'
> dh_auto_build --buildsystem=pybuild
> I: pybuild plugin_pyproject:110: Building wheel for python3.12 with "build" 
> module
> I: pybuild base:310: python3.12 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_autoflake 
> * Building wheel...
> Successfully built autoflake-2.2.1-py3-none-any.whl
> I: pybuild plugin_pyproject:122: Unpacking wheel built for python3.12 with 
> "installer" module
> I: pybuild plugin_pyproject:110: Building wheel for python3.11 with "build" 
> module
> I: pybuild base:310: python3.11 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_autoflake 
> * Building wheel...
> Successfully built autoflake-2.2.1-py3-none-any.whl
> I: pybuild plugin_pyproject:122: Unpacking wheel built for python3.11 with 
> "installer" module
> python3 /<<PKGBUILDDIR>>/debian/build_manpage.py > debian/autoflake.1
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:310: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_autoflake/build; python3.12 -m pytest 
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.12.1, pytest-7.4.3, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_autoflake/build
> collected 166 items
> 
> test_autoflake.py ...................................................... [ 
> 32%]
> ......................F................................................. [ 
> 75%]
> ........................................                                 
> [100%]
> 
> =================================== FAILURES 
> ===================================
> ______________ UnitTests.test_fix_code_with_from_and_depth_module 
> ______________
> 
> self = <test_autoflake.UnitTests 
> testMethod=test_fix_code_with_from_and_depth_module>
> 
>         def test_fix_code_with_from_and_depth_module(self) -> None:
> >           self.assertEqual(
>                 """\
>     from distutils.version import StrictVersion
>     StrictVersion('1.0.0')
>     """,
>                 autoflake.fix_code(
>                     """\
>     from distutils.version import LooseVersion, StrictVersion
>     StrictVersion('1.0.0')
>     """,
>                 ),
>             )
> E           AssertionError: "from[17 chars]n import 
> StrictVersion\nStrictVersion('1.0.0')\n" != "from[17 chars]n import 
> LooseVersion, StrictVersion\nStrictVersion('1.0.0')\n"
> E           - from distutils.version import StrictVersion
> E           + from distutils.version import LooseVersion, StrictVersion
> E           ?                              ++++++++++++++
> E             StrictVersion('1.0.0')
> 
> test_autoflake.py:921: AssertionError
> =========================== short test summary info 
> ============================
> FAILED test_autoflake.py::UnitTests::test_fix_code_with_from_and_depth_module
> ======================== 1 failed, 165 passed in 1.81s 
> =========================
> E: pybuild pybuild:395: test: plugin pyproject failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_autoflake/build; python3.12 -m pytest 
> I: pybuild base:310: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_autoflake/build; python3.11 -m pytest 
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.11.7, pytest-7.4.3, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_autoflake/build
> collected 166 items
> 
> test_autoflake.py ...................................................... [ 
> 32%]
> ........................................................................ [ 
> 75%]
> ........................................                                 
> [100%]
> 
> ============================= 166 passed in 1.73s 
> ==============================
> dh_auto_test: error: pybuild --test -i python{version} -p "3.12 3.11" 
> returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2023/12/12/autoflake_2.2.1-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231212;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20231212&[email protected]&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: autoflake
Source-Version: 2.2.1-2
Done: Edward Betts <[email protected]>

We believe that the bug you reported is fixed in the latest version of
autoflake, 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.
Edward Betts <[email protected]> (supplier of updated autoflake 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: Sun, 24 Dec 2023 11:12:04 +0000
Source: autoflake
Architecture: source
Version: 2.2.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Edward Betts <[email protected]>
Closes: 1056229 1058393
Changes:
 autoflake (2.2.1-2) unstable; urgency=medium
 .
   * Fix tests to work with Python 3.12. (Closes: #1056229, #1058393)
Checksums-Sha1:
 8d7abb21a5603f83e18d11c42eef0451d883dae1 2213 autoflake_2.2.1-2.dsc
 f50153960a52399e841c61a206cf5ff2193a1864 4016 autoflake_2.2.1-2.debian.tar.xz
 4593857ac587692bea4a1b78b0b5534259f14f07 8459 
autoflake_2.2.1-2_source.buildinfo
Checksums-Sha256:
 d8f101354525758805d3ab1c295b16936655d24c93d93912538f1a2eff760d46 2213 
autoflake_2.2.1-2.dsc
 a38b5a51b8ee0230cee8d8c7705a24d4c2b172aeefbf4f35af8cc75468a27324 4016 
autoflake_2.2.1-2.debian.tar.xz
 6efa5257e505f40659c04af0bb060740daedbee1fda02ea571a4d546f9e5b75e 8459 
autoflake_2.2.1-2_source.buildinfo
Files:
 1325779bd4fd056e87629fc88f0ae524 2213 python optional autoflake_2.2.1-2.dsc
 667249c55537ffcd1c40cb6bccf4e6c9 4016 python optional 
autoflake_2.2.1-2.debian.tar.xz
 ccf98b25f47bf267876e08273600c8f0 8459 python optional 
autoflake_2.2.1-2_source.buildinfo

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

iQIzBAEBCgAdFiEE+4rPp4xyYInDitAmlgWhCYxjuSoFAmWIElMACgkQlgWhCYxj
uSqkKA//Tl1HU+8djjEuG9N1w3tG1ntxToCC+m/NXVBcf5sIrHF7higdCXvWf5vM
FYW+q6W0YQG8Jt6eJbCoYQ6i9LGi1FYZWgStdEUuOupdMdbDWMPz/pfivLMxBNnT
KObB8rTCvMpUFnkraHwMcz+UNVI+xFEWu5vRWAW7mKv0I7UiDa+7Cr7eV3cE243n
G3OGv/yF5cvXjCB8HWfXxixT7g7PJOomadLfm7ChTTFfW1VuAUhs8YKKbJA/MPRz
ohmEpYiRwzrbBq3x0JfKG+hkkleslz3OhK/6ZJfsa1nZSMzhsjNfy8LIrLFN+5Hs
+/DVGsVRRzXlLTSKGof+PWkCMAi7GOb3l2CjsUM2go2MH76/GfWXFfnAr6Qagy2L
Nc4FfV61VLJ6SoHr+/lWrVYC7j6URpWv6vIJo5S2ewuRZwDIXL11yMgLiE5MSCjy
i2IXv0/UlZJiN227JBiEBYZ9npHa9b7yqJEG5Tle8BWeEylQ4SWwOV0O+ww1bZVC
7cpNL5RpSo3cQ6UJO0QL8p9giyOWWth8rNHMpAALKKHIBZczpqvdshm5mj/FpanS
cUb9RCT2Mbp8M7skNYq5kgI8nLEHpNHJR+UrMCI7+/tHJVVDyAXzRcKgb7OIC6Gx
m3Gihb934lGe18Ec3xoReDW4MXNLA0pwVw+DTTe2dgC8tsb6IwA=
=hkiI
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to