Your message dated Sun, 19 Feb 2023 00:35:20 +0000
with message-id <e1ptxfk-00alsj...@fasolo.debian.org>
and subject line Bug#1031302: fixed in devscripts 2.23.2
has caused the Debian Bug report #1031302,
regarding devscripts: FTBFS: AssertionError: black found code that needs 
reformatting:
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.)


-- 
1031302: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1031302
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: devscripts
Version: 2.23.1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230216 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> make[3]: Entering directory '/<<PKGBUILDDIR>>/scripts'
> perl -I ../lib -c bts; \
> 
> perl -I ../lib -c build-rdeps; \
> 
> perl -I ../lib -c chdist; \
> 
> perl -I ../lib -c checkbashisms; \
> 
> perl -I ../lib -c cvs-debuild; \
> 
> perl -I ../lib -c dd-list; \
> 
> perl -I ../lib -c deb-why-removed; \
> 
> perl -I ../lib -c debc; \
> 
> cvs-debuild syntax OK
> perl -I ../lib -c debchange; \
> 
> build-rdeps syntax OK
> perl -I ../lib -c debcheckout; \
> 
> debc syntax OK
> perl -I ../lib -c debcommit; \
> 
> chdist syntax OK
> perl -I ../lib -c debdiff; \
> 
> deb-why-removed syntax OK
> perl -I ../lib -c debi; \
> 
> debcommit syntax OK
> perl -I ../lib -c debpkg; \
> 
> debchange syntax OK
> perl -I ../lib -c debrebuild; \
> 
> debpkg syntax OK
> perl -I ../lib -c debsnap; \
> 
> checkbashisms syntax OK
> perl -I ../lib -c debuild; \
> 
> debcheckout syntax OK
> perl -I ../lib -c dep3changelog; \
> 
> debdiff syntax OK
> debi syntax OK
> perl -I ../lib -c desktop2menu; \
> 
> perl -I ../lib -c dget; \
> 
> bts syntax OK
> perl -I ../lib -c dpkg-depcheck; \
> 
> dd-list syntax OK
> perl -I ../lib -c dscverify; \
> 
> dep3changelog syntax OK
> perl -I ../lib -c git-deborig; \
> 
> debsnap syntax OK
> perl -I ../lib -c grep-excuses; \
> 
> debuild syntax OK
> perl -I ../lib -c hardening-check; \
> 
> desktop2menu syntax OK
> perl -I ../lib -c mass-bug; \
> 
> grep-excuses syntax OK
> perl -I ../lib -c mk-build-deps; \
> 
> dget syntax OK
> dpkg-depcheck syntax OK
> perl -I ../lib -c mk-origtargz; \
> 
> mass-bug syntax OK
> perl -I ../lib -c namecheck; \
> 
> perl -I ../lib -c origtargz; \
> 
> dscverify syntax OK
> perl -I ../lib -c plotchangelog; \
> 
> hardening-check syntax OK
> perl -I ../lib -c rc-alert; \
> 
> git-deborig syntax OK
> perl -I ../lib -c rmadison; \
> 
> debrebuild syntax OK
> namecheck syntax OK
> perl -I ../lib -c salsa; \
> 
> perl -I ../lib -c svnpath; \
> 
> plotchangelog syntax OK
> perl -I ../lib -c tagpending; \
> 
> rmadison syntax OK
> perl -I ../lib -c transition-check; \
> 
> svnpath syntax OK
> perl -I ../lib -c uscan; \
> 
> origtargz syntax OK
> perl -I ../lib -c who-permits-upload; \
> 
> mk-build-deps syntax OK
> bash -n annotate-output
> bash -n archpath
> transition-check syntax OK
> bash -n cowpoke
> bash -n cvs-debi
> bash -n cvs-debrelease
> bash -n dcmd
> bash -n deb-reversion
> bash -n debclean
> bash -n debrelease
> bash -n debrepro
> bash -n debrsign
> bash -n debsign
> bash -n diff2patches
> bash -n dpkg-genbuilddeps
> bash -n dscextract
> bash -n edit-patch
> bash -n getbuildlog
> bash -n list-unreleased
> bash -n ltnu
> rc-alert syntax OK
> bash -n manpage-alert
> bash -n mergechanges
> tagpending syntax OK
> bash -n nmudiff
> bash -n pts-subscribe
> bash -n run_bisect
> bash -n run_bisect_qemu
> bash -n uupdate
> bash -n what-patch
> bash -n who-uploads
> bash -n whodepends
> bash -n wnpp-alert
> bash -n wnpp-check
> mk-origtargz syntax OK
> who-permits-upload syntax OK
> py3versions: no X-Python3-Version in control file, using supported versions
> python3.11 setup.py test
> salsa syntax OK
> uscan syntax OK
> running test
> WARNING: Testing via this command is deprecated and will be removed in a 
> future version. Users looking for a generic test entry point independent of 
> test runner are encouraged to use tox.
> running egg_info
> creating devscripts.egg-info
> writing devscripts.egg-info/PKG-INFO
> writing dependency_links to devscripts.egg-info/dependency_links.txt
> writing top-level names to devscripts.egg-info/top_level.txt
> writing manifest file 'devscripts.egg-info/SOURCES.txt'
> reading manifest file 'devscripts.egg-info/SOURCES.txt'
> writing manifest file 'devscripts.egg-info/SOURCES.txt'
> running build_ext
> test_black (devscripts.test.test_black.BlackTestCase.test_black)
> Test: Run black code formatter on Python source code. ... Running following 
> command:
> black --check --diff debbisect debdiff-apply debootsnap deb-janitor 
> reproducible-check sadt suspicious-source wrap-and-sort devscripts setup.py
> FAIL
> test_flake8 (devscripts.test.test_flake8.Flake8TestCase.test_flake8)
> Test: Run flake8 on Python source code. ... Running following command:
> /usr/bin/python3.11 -m flake8 --ignore=E203,W503 --max-line-length=88 
> debbisect debdiff-apply debootsnap deb-janitor reproducible-check sadt 
> suspicious-source wrap-and-sort devscripts setup.py
> ok
> test_deb-janitor (devscripts.test.test_help.HelpTestCase.test_deb-janitor) 
> ... ok
> test_debbisect (devscripts.test.test_help.HelpTestCase.test_debbisect) ... ok
> test_debdiff-apply 
> (devscripts.test.test_help.HelpTestCase.test_debdiff-apply) ... ok
> test_debootsnap (devscripts.test.test_help.HelpTestCase.test_debootsnap) ... 
> ok
> test_reproducible-check 
> (devscripts.test.test_help.HelpTestCase.test_reproducible-check) ... ok
> test_sadt (devscripts.test.test_help.HelpTestCase.test_sadt) ... ok
> test_suspicious-source 
> (devscripts.test.test_help.HelpTestCase.test_suspicious-source) ... ok
> test_wrap-and-sort 
> (devscripts.test.test_help.HelpTestCase.test_wrap-and-sort) ... ok
> test_args (devscripts.test.test_logger.LoggerTestCase.test_args) ... ok
> test_command (devscripts.test.test_logger.LoggerTestCase.test_command) ... ok
> test_no_args (devscripts.test.test_logger.LoggerTestCase.test_no_args) ... ok
> test_pylint (devscripts.test.test_pylint.PylintTestCase.test_pylint)
> Test: Run pylint on Python source code. ... Running following command:
> pylint --rcfile=/<<PKGBUILDDIR>>/scripts/devscripts/test/pylint.conf -- 
> debbisect debdiff-apply debootsnap deb-janitor reproducible-check sadt 
> suspicious-source wrap-and-sort devscripts setup.py
> ok
> test_isort (devscripts.test.test_isort.IsortTestCase.test_isort)
> Test: Run isort on Python source code. ... Running following command:
> isort --check-only --diff debbisect debdiff-apply debootsnap deb-janitor 
> reproducible-check sadt suspicious-source wrap-and-sort devscripts setup.py
> ok
> test_rts_formatter 
> (devscripts.test.test_control.ControlTestCase.test_rts_formatter) ... ok
> test_rts_parsing 
> (devscripts.test.test_control.ControlTestCase.test_rts_parsing) ... ok
> 
> ======================================================================
> FAIL: test_black (devscripts.test.test_black.BlackTestCase.test_black)
> Test: Run black code formatter on Python source code.
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/scripts/devscripts/test/test_black.py", line 43, in 
> test_black
>     self.fail(
> AssertionError: black found code that needs reformatting:
> --- wrap-and-sort     2023-02-04 23:33:58 +0000
> +++ wrap-and-sort     2023-02-17 01:22:52.071736 +0000
> @@ -193,11 +193,10 @@
>                  return True
>          return False
>  
>  
>  class InstallContent:
> -
>      __slots__ = ("content", "comments")
>  
>      def __init__(self, content, comments=None):
>          self.content = content
>          self.comments = comments
> --- debootsnap        2023-02-04 23:33:58 +0000
> +++ debootsnap        2023-02-17 01:22:52.157018 +0000
> @@ -652,11 +652,10 @@
>          for source in sources:
>              print(source.deb_line(), end="")
>          sys.exit(0)
>  
>      with tempfile.TemporaryDirectory() as tmpdirname:
> -
>          download_packages(tmpdirname, sources, pkgs, nativearch, 
> foreignarches)
>  
>          create_repo(tmpdirname, pkgs)
>  
>          newpkgs = run_mmdebstrap(
> --- sadt      2023-02-04 23:33:58 +0000
> +++ sadt      2023-02-17 01:22:52.164410 +0000
> @@ -129,11 +129,10 @@
>      def close(self):
>          pass
>  
>  
>  class DefaultProgress(Progress):
> -
>      _hourglass = r"/-\|"
>  
>      def __init__(self):
>          self._counter = 0
>          self._output = False
> 
> ----------------------------------------------------------------------
> Ran 17 tests in 13.372s
> 
> FAILED (failures=1)
> Test failed: <unittest.runner.TextTestResult run=17 errors=0 failures=1>
> error: Test failed: <unittest.runner.TextTestResult run=17 errors=0 
> failures=1>
> make[3]: *** [Makefile:103: test_py] Error 1
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/scripts'
> make[2]: *** [Makefile:68: test_scripts] Error 2
> make[2]: Leaving directory '/<<PKGBUILDDIR>>'
> make[1]: *** [Makefile:43: test] Error 2
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_auto_test: error: make -j8 test returned exit code 2


The full build log is available from:
http://qa-logs.debian.net/2023/02/16/devscripts_2.23.1_unstable.log

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

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

Debian distribution maintenance software
pp.
Benjamin Drung <bdr...@debian.org> (supplier of updated devscripts 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: Sun, 19 Feb 2023 00:56:21 +0100
Source: devscripts
Built-For-Profiles: noudeb
Architecture: source
Version: 2.23.2
Distribution: unstable
Urgency: medium
Maintainer: Devscripts Maintainers <devscri...@packages.debian.org>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1030141 1031302 1031549
Changes:
 devscripts (2.23.2) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Yadd ]
   * Update French translation
 .
   [ Paul Wise ]
   * wnpp-alert: Fix wnpp-alert --diff, which probably never worked
 .
   [ Benjamin Drung ]
   * Format code with black 23.1 (Closes: #1031302)
   * build-rdeps: Document -q in man page (Closes: #1030141)
   * Update translations for recent changes
 .
   [ Jakub Wilk ]
   * debchange.1: Fix uneven indentation in option list (Closes: #1031549)
Checksums-Sha1:
 a003e3b41cb1a1e1e908cc6fe74b90aacd74194e 3372 devscripts_2.23.2.dsc
 d41f943571b70bcd99cb52f15bd58b2e059c2ec2 993948 devscripts_2.23.2.tar.xz
 8a93dc96858b2b0c052f8ecf4e1e5e77f1faa0fd 17576 
devscripts_2.23.2_source.buildinfo
Checksums-Sha256:
 cb13a475d045533e3e0a2cf2291e14b3dbeda929ae5c1bad4573a86a0ac03b7f 3372 
devscripts_2.23.2.dsc
 d526c10e7324f695d47161847aafbb200653073d7310fc3e4015eee68e08ced1 993948 
devscripts_2.23.2.tar.xz
 f07e3ef8192839ad990e8ee070592b6fe9008f08282313b85564514fcde6f27f 17576 
devscripts_2.23.2_source.buildinfo
Files:
 c579a7df3664e620f20c65f5122d7ac9 3372 devel optional devscripts_2.23.2.dsc
 d341590e9863f66dbe1954f02416eb3f 993948 devel optional devscripts_2.23.2.tar.xz
 6e9fce426f45fe43eb0d9430cf7b6bbb 17576 devel optional 
devscripts_2.23.2_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmPxaHAACgkQFZ61xO/I
d0yYARAAjQOBHM5h9FTD9UM0uOGLOVZGQJdBpKIx9M00qZuyitAbC0qPlxR3Fa5p
fzk2qVucQSra1JQjGt85UH48G6QSjNhRCffGLhsIkYtxCbN642sLTzOM7Eh07tEq
6fxSYdrQq40OMLVVUp5bKy0PqYC/IjbhznvX+C+MA1ItE3cm3l3sYMWJilzh3Hxu
CyRd68G/TMKbRksMQa7rnl6QVAbdkxH4YCcek/LZhRBDQ82s1jkexGkPDZqJmfMs
dhcT/2bvsDpgS/4twH3z5wxK4yW3Jwe/MKSHt7qygqRpX6N27gu3Dt130oigR/od
LSZlU+ky6SkRhxYdMRS+YUjBT8l0tEUqqnlNu6UL2AcrQUNf/GZoOcdGXkq01tqS
7BLkm2CSO015YDHlqHB1tSLqmt/j4V2S8fUd0qdh4PWvVNQ/D1iy9dkV26ON0I0N
w1j54Acez6IOJcnmFcGh41pyw5xxT/ukF5Q/S/EmB8CdjYHivVbjHrrtMwRI4yyd
Nvhx4FXBZigjeZ3ygYsU5433Ta8CPpoERVbNUkyOBU8m0SYxB/GQsXVhsUYBip4M
Y+A/HW6uHTTL4FaXeWKFe2q6symrqadueAKTNVJQieVPmtIK3jrsvjBYT5EQOasr
RO1PHPuqcol3DI4liythk59unYHQYFGzi520V1zZHYZAhlClpxo=
=JQAg
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to