Your message dated Sat, 25 Feb 2023 17:55:00 +0000
with message-id <e1pvyla-00cwx8...@fasolo.debian.org>
and subject line Bug#1031436: fixed in ubuntu-dev-tools 0.193
has caused the Debian Bug report #1031436,
regarding ubuntu-dev-tools: FTBFS because of ./run-linters during build
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.)


-- 
1031436: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1031436
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ubuntu-dev-tools
Version: 0.192
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[1]: Entering directory '/<<PKGBUILDDIR>>'
> ./run-linters
> Running black...
> --- build/scripts-3.11/grep-merges    2023-02-17 01:30:48.860507 +0000
> +++ build/scripts-3.11/grep-merges    2023-02-17 01:30:49.805230 +0000
> @@ -52,11 +52,10 @@
>          "universe",
>          "universe-manual",
>          "multiverse",
>          "multiverse-manual",
>      ):
> -
>          url = f"https://merges.ubuntu.com/{component}.json";
>          try:
>              headers, page = Http().request(url)
>          except HttpLib2Error as e:
>              Logger.exception(e)
> would reformat build/scripts-3.11/grep-merges
> --- /<<PKGBUILDDIR>>/ubuntutools/misc.py      2023-02-01 11:45:15 +0000
> +++ /<<PKGBUILDDIR>>/ubuntutools/misc.py      2023-02-17 01:30:49.837949 +0000
> @@ -242,11 +242,11 @@
>      filesize = path.stat().st_size
>      if size and size != filesize:
>          Logger.error("File %s incorrect size, got %s expected %s", path, 
> filesize, size)
>          return False
>  
> -    for (alg, checksum) in checksums.items():
> +    for alg, checksum in checksums.items():
>          hash_ = hashlib.new(alg)
>          with path.open("rb") as f:
>              while True:
>                  block = f.read(hash_.block_size)
>                  if len(block) == 0:
> would reformat /<<PKGBUILDDIR>>/ubuntutools/misc.py
> --- grep-merges       2023-02-01 11:45:15 +0000
> +++ grep-merges       2023-02-17 01:30:50.160956 +0000
> @@ -52,11 +52,10 @@
>          "universe",
>          "universe-manual",
>          "multiverse",
>          "multiverse-manual",
>      ):
> -
>          url = f"https://merges.ubuntu.com/{component}.json";
>          try:
>              headers, page = Http().request(url)
>          except HttpLib2Error as e:
>              Logger.exception(e)
> would reformat grep-merges
> --- build/scripts-3.11/ubuntu-upload-permission       2023-02-17 
> 01:30:48.864507 +0000
> +++ build/scripts-3.11/ubuntu-upload-permission       2023-02-17 
> 01:30:50.219040 +0000
> @@ -89,11 +89,10 @@
>      component = spph.getComponent()
>      if args.list_uploaders and (
>          pocket != "Release"
>          or series.status in ("Experimental", "Active Development", 
> "Pre-release Freeze")
>      ):
> -
>          component_uploader = 
> archive.getUploadersForComponent(component_name=component)[0]
>          Logger.info("All upload permissions for %s:", args.package)
>          Logger.info("")
>          Logger.info("Component (%s)", component)
>          Logger.info("============%s", "=" * len(component))
> would reformat build/scripts-3.11/ubuntu-upload-permission
> --- ubuntu-upload-permission  2023-02-01 11:45:15 +0000
> +++ ubuntu-upload-permission  2023-02-17 01:30:50.476410 +0000
> @@ -89,11 +89,10 @@
>      component = spph.getComponent()
>      if args.list_uploaders and (
>          pocket != "Release"
>          or series.status in ("Experimental", "Active Development", 
> "Pre-release Freeze")
>      ):
> -
>          component_uploader = 
> archive.getUploadersForComponent(component_name=component)[0]
>          Logger.info("All upload permissions for %s:", args.package)
>          Logger.info("")
>          Logger.info("Component (%s)", component)
>          Logger.info("============%s", "=" * len(component))
> would reformat ubuntu-upload-permission
> --- /<<PKGBUILDDIR>>/ubuntutools/lp/lpapicache.py     2023-02-01 11:45:15 
> +0000
> +++ /<<PKGBUILDDIR>>/ubuntutools/lp/lpapicache.py     2023-02-17 
> 01:30:50.905615 +0000
> @@ -410,11 +410,11 @@
>      def binaryFileProperties(self, filename_or_url):
>          if not self._binary_prop_dict:
>              urls = self.binaryFileUrls()
>              props = self.getBinaryProperties()
>              self._binary_prop_dict = dict(zip(urls, props))
> -            for (key, value) in copy(self._binary_prop_dict).items():
> +            for key, value in copy(self._binary_prop_dict).items():
>                  filename = os.path.basename(urlparse(key).path)
>                  self._binary_prop_dict[filename] = value
>          return self._binary_prop_dict.get(filename_or_url, {})
>  
>  
> would reformat /<<PKGBUILDDIR>>/ubuntutools/lp/lpapicache.py
> 
> Oh no! 💥 💔 💥
> 6 files would be reformatted, 97 files would be left unchanged.
> make[1]: *** [debian/rules:10: override_dh_auto_test] Error 1


The full build log is available from:
http://qa-logs.debian.net/2023/02/16/ubuntu-dev-tools_0.192_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: ubuntu-dev-tools
Source-Version: 0.193
Done: Stefano Rivera <stefa...@debian.org>

We believe that the bug you reported is fixed in the latest version of
ubuntu-dev-tools, 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.
Stefano Rivera <stefa...@debian.org> (supplier of updated ubuntu-dev-tools 
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, 25 Feb 2023 13:19:56 -0400
Source: ubuntu-dev-tools
Architecture: source
Version: 0.193
Distribution: unstable
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-dev-to...@packages.debian.org>
Changed-By: Stefano Rivera <stefa...@debian.org>
Closes: 1031436
Changes:
 ubuntu-dev-tools (0.193) unstable; urgency=medium
 .
   * Don't run linters at build time, or in autopkgtests. (Closes: #1031436).
Checksums-Sha1:
 e705c1c19732a2e90a39a83e437ceeda48b539f8 1678 ubuntu-dev-tools_0.193.dsc
 413622417df011d73ed9eeb71f08f973d7c32c7b 165004 ubuntu-dev-tools_0.193.tar.xz
 4bbc3e47071f84031de1574df75bbf387e817671 13811 
ubuntu-dev-tools_0.193_source.buildinfo
Checksums-Sha256:
 aa8d48bad5defc80910287ba88b72da4c776b869e5cfad729ca40eb99e039b2d 1678 
ubuntu-dev-tools_0.193.dsc
 a26d599d2403ec2b5bedb5cd012a5ddc3d8a23b84baf42f7445cb46f4ef06699 165004 
ubuntu-dev-tools_0.193.tar.xz
 12ff3453fcd593d44a5d087a827ff4d970cba29410ae7afa8c653e32fa8b0708 13811 
ubuntu-dev-tools_0.193_source.buildinfo
Files:
 5b8795d080a1cd307766c4fe1fca5abc 1678 devel optional ubuntu-dev-tools_0.193.dsc
 18f569e13a252c2fdcd39d4bf5f7977f 165004 devel optional 
ubuntu-dev-tools_0.193.tar.xz
 4221cb9975ae378f94258be9c7282871 13811 devel optional 
ubuntu-dev-tools_0.193_source.buildinfo

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

iIoEARYKADIWIQTumtb5BSD6EfafSCRHew2wJjpU2AUCY/pDThQcc3RlZmFub3JA
ZGViaWFuLm9yZwAKCRBHew2wJjpU2MF8AP4weAs8o8OEBNWaJAQtW8Zbunqz9Lew
7gA8EBC/JoPnzAEA3egwqbXTNWH8zSoKEOMdPdr739bx3wzwy1E0EodJnwg=
=Qeo2
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to