[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#984966: marked as done (apt: flaky armhf autopkgtest: File has unexpected size (27 != 39). Mirror sync in progress?)



Your message dated Tue, 13 Apr 2021 15:33:28 +0000
with message-id <E1lWL2e-000D0s-LG@fasolo.debian.org>
and subject line Bug#984966: fixed in apt 2.3.1
has caused the Debian Bug report #984966,
regarding apt: flaky armhf autopkgtest: File has unexpected size (27 != 39). Mirror sync in progress?
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 owner@bugs.debian.org
immediately.)


-- 
984966: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984966
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: apt
Version: 2.2.0
Severity: serious
X-Debbugs-CC: debian-ci@lists.debian.org, sebastian@breakpoint.cc
User: debian-ci@lists.debian.org
Usertags: flaky

Dear maintainer(s),

Your package has an autopkgtest, great. However, it fails often on armhf
[1].

Because the unstable-to-testing migration software now blocks on
regressions in testing, flaky tests, i.e. tests that flip between
passing and failing without changes to the list of installed packages,
are causing people unrelated to your package to spend time on these
tests.

I copied the output at the bottom of this report.

Paul

[1] https://ci.debian.net/packages/a/apt/testing/armhf/

Pure testing runs (no packages from unstable):
https://ci.debian.net/data/autopkgtest/testing/armhf/a/apt/10422336/log.gz
https://ci.debian.net/data/autopkgtest/testing/armhf/a/apt/10601185/log.gz
https://ci.debian.net/data/autopkgtest/testing/armhf/a/apt/10758721/log.gz

 <-
http:200%20URI%20Start%0aLast-Modified:%20Sun,%2028%20Feb%202021%2008:30:40%20+0000%0aSize:%2027%0aURI:%20http://0.0.0.0:44149/Contents-i386.gz
Get:3 http://0.0.0.0:44149  i386 Contents [39 B]
 <-
http:400%20URI%20Failure%0aFailReason:%20MaximumSizeExceeded%0aMessage:%20File%20has%20unexpected%20size%20(27%20!=%2039).%20Mirror%20sync%20in%20progress?%0aURI:%20http://0.0.0.0:44149/Contents-i386.gz
Dequeuing
/tmp/tmp.6k9blNvAg4/rootdir/var/lib/apt/lists/partial/localhost:44149_redirectme_Contents-i386.gz
Dequeued from http:0.0.0.0
 ->
http:600%20URI%20Acquire%0aURI:%20http://0.0.0.0:44149/Packages.diff/2021-02-28-0831.53.gz%0aFilename:%20/tmp/tmp.6k9blNvAg4/rootdir/var/lib/apt/lists/partial/localhost:44149_redirectme_Packages.diff_2021-02-28-0831.53.lz4%0aExpected-Checksum-FileSize:%20643%0aExpected-SHA256:%204619a98801bfce93acbe25532c0b96f6b4739674a1247a619ff764c648ff81ff%0aTarget-Type:%20index%0aTarget-Base-URI:%20http://localhost:44149/redirectme/%0aTarget-Repo-URI:%20http://localhost:44149/redirectme/%0aTarget-Site:%20http://localhost:44149/redirectme%0a%0a
Ign:3 http://0.0.0.0:44149  i386 Contents
  File has unexpected size (27 != 39). Mirror sync in progress?
 ->
http:600%20URI%20Acquire%0aURI:%20http://localhost:44149/redirectme/Contents-i386.gz%0aFilename:%20/tmp/tmp.6k9blNvAg4/rootdir/var/lib/apt/lists/partial/localhost:44149_redirectme_Contents-i386.gz%0aExpected-Checksum-FileSize:%2039%0aExpected-SHA256:%2087bca0d8cffa551e7eef86817e9775eb3c01c593ef1eba23a1be69d51ebd32bd%0aIndex-File:%20true%0aFail-Ignore:%20true%0a%0a
Fetching http://localhost:44149/redirectme/Contents-i386.gz
 to
/tmp/tmp.6k9blNvAg4/rootdir/var/lib/apt/lists/partial/localhost:44149_redirectme_Contents-i386.gz
 Queue is: http:localhost
GET /Packages.diff/2021-02-28-0831.53.gz HTTP/1.1
Host: 0.0.0.0:44149
User-Agent: Debian APT-HTTP/1.3 (2.1.20)


GET /redirectme/Contents-i386.gz HTTP/1.1
Host: localhost:44149
Cache-Control: max-age=0
User-Agent: Debian APT-HTTP/1.3 (2.1.20)


Attachment: OpenPGP_signature
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: apt
Source-Version: 2.3.1
Done: Julian Andres Klode <jak@debian.org>

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

Debian distribution maintenance software
pp.
Julian Andres Klode <jak@debian.org> (supplier of updated apt 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 13 Apr 2021 17:23:49 +0200
Source: apt
Architecture: source
Version: 2.3.1
Distribution: experimental
Urgency: medium
Maintainer: APT Development Team <deity@lists.debian.org>
Changed-By: Julian Andres Klode <jak@debian.org>
Closes: 984966
Changes:
 apt (2.3.1) experimental; urgency=medium
 .
   [ David Kalnischkies ]
   * Replace macro and manual management with lambda and RAII:
     - Replace multi-statement macro with lambda
     - Use RAII to clean up tmp dir for dpkg recursive install
     - Handle multi-arch pkgnames for dpkg call via RAII
     - Merge the three RAII vectors managing args lifetime
   * Harden test for no new acquires after transaction abort (Closes: #984966)
 .
   [ Julian Andres Klode ]
   * Check for and discard expected warning from MaybeAddAuth
   * Fix downloads of unsized files that are largest in pipeline (LP: #1921626)
   * Error on packages without a Size field (option Acquire::AllowUnsizedPackages)
   * debian/gbp.conf: HEAD branch is main now
 .
   [ Cameron Katri ]
   * add vendor information for Procursus
Checksums-Sha1:
 5b51b7c4ca9dbf9c379366e63c7e985427b6f961 2780 apt_2.3.1.dsc
 ee8ca458c810fbbb89a1e7dfd65160ead3c51b61 2196296 apt_2.3.1.tar.xz
 983d4d2b490327cf481be284d15c183750f48300 7248 apt_2.3.1_source.buildinfo
Checksums-Sha256:
 4df112c955f59df099c35404817099175170410ad8bf2a565465143d4c389bf5 2780 apt_2.3.1.dsc
 d95f2b7a2675bad2ba427818ddac869c4f2f588b538e193561b51a61f2c2b4d4 2196296 apt_2.3.1.tar.xz
 83b99e162c3670f332b2f4dfcb448d30621eb2725b2b4390e35ca3a4b374ca89 7248 apt_2.3.1_source.buildinfo
Files:
 a77e3f3768e57588c08e67bffc6c86ce 2780 admin important apt_2.3.1.dsc
 8600abd0ba8ce2b72933ff6819463e7a 2196296 admin important apt_2.3.1.tar.xz
 9017472bc0d5288528e7b8d2ce89aa04 7248 admin important apt_2.3.1_source.buildinfo

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

iQJDBAEBCgAtFiEET7WIqEwt3nmnTHeHb6RY3R2wP3EFAmB1uI0PHGpha0BkZWJp
YW4ub3JnAAoJEG+kWN0dsD9xvX4QAJIl+OAIkv3MQqdZsr9+mBgLmC91zdcnPRJ0
e4g5vaAD/0PBV9dF3qT1i0VFVElDjhDyLv/dFvT2vQcuOi1plG0o4L1G9c21sDCb
FzjYvmR7aFmIhGm39sKV6601lmbYLsdf+pOg1YIZPTtHbaYC1xtyJu+Sv2Yh3uer
uWNwp+I11cB99m343eoVCEfZr5y2ZBRgvM30JTEwz7/mWvSfwLcdkf63pi42l96n
o8Da2CEEmzQBp5cmtKJPCHdAzmfGEtiRS51EgKmJAooHlxsaCvcz6+zyPa0bJXah
ictrYDyNjRN2rl02Q5O6fKXN6FLiGp8mxYlEmHnugpY/dM1kmGeW7QG9cmN//5Zq
RvXjXK9KbICMtYDUoOGDB4ToU/yUjpqrS2wy9prfQPckIjfVQTLEXengaLPj8mCw
1ixeYiwDAwDF9+ynhvcvRt9qumm1xeHZzm8Y3NVo+CqHJw/miv6PHKVCoDBvP1CY
AMFHWljQvUT18j+cdJBJ/sSmFj8rib0QK/ViIJc9VexZW1KWjr6bKAP2Px8jBSBU
D3DXQNtm2CGhCdGGtC8cwB6S4OOnfnyFvg605j9ooVRs74Ps+LpwftrfPsgB12mS
aQFGfByvWrYDzZCiOnpVX+G31xioCAUK5UTWArkg3U86Z+7IZqPaATWt68dV8DiR
8aPXZjAT
=HZlf
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: