Package: ftp.debian.org Severity: grave tracker.debian.org has been failing to import new source packages for 4 days. I have such failures during "apt-get update": [...] FetchFailedException: W:Failed to fetch file:/srv/mirrors/debian/dists/jessie-backports/main/source/Sources Hash Sum mismatch , W:Failed to fetch file:/srv/mirrors/debian/dists/jessie-backports/non-free/source/Sources Hash Sum mismatch , W:Failed to fetch file:/srv/mirrors/debian/dists/proposed-updates/main/source/Sources Hash Sum mismatch , E:Some index files failed to download. They have been ignored, or old ones used instead.
Double checking everything with the corresponding Release file I noticed this: The size/checksums of the uncompressed "Sources" entry does not match the file that you get when you uncompress the .bz2 file. When you uncompress the .xz file then you have the expected content and it matches the data of the uncompressed entry in Release. In both cases, the size/checksum of the .bz2 and .xz file matches the data from the Release file. hertzog@ticharich:/srv/tracker.debian.org/distro-tracker$ bzip2 -dc /srv/mirrors/debian/dists/proposed-updates/main/source/Sources.bz2 >/tmp/Sources hertzog@ticharich:/srv/tracker.debian.org/distro-tracker$ md5sum /tmp/Sources a1d3ad43e13bf3bd1ffc9a25b572c17a /tmp/Sources hertzog@ticharich:/srv/tracker.debian.org/distro-tracker$ grep main/source/Sources$ /srv/mirrors/debian/dists/proposed-updates/Release 653093668be2c8f6cb884a553c7ab7bf 430108 main/source/Sources 39e40dd8616c7819bbb20486015766d440832afc 430108 main/source/Sources 033f74594208451e9fdb9083608b5fe43d00444e8ee4aaf2e04b1332b6b6002d 430108 main/source/Sources hertzog@ticharich:/srv/tracker.debian.org/distro-tracker$ ls -l /tmp/Sources -rw-r--r-- 1 hertzog Debian 418824 août 25 13:23 /tmp/Sources hertzog@ticharich:/srv/tracker.debian.org/distro-tracker$ xz -dc /srv/mirrors/debian/dists/proposed-updates/main/source/Sources.xz >/tmp/Sources hertzog@ticharich:/srv/tracker.debian.org/distro-tracker$ ls -l /tmp/Sources -rw-r--r-- 1 hertzog Debian 430108 août 25 13:40 /tmp/Sources hertzog@ticharich:/srv/tracker.debian.org/distro-tracker$ md5sum /tmp/Sources 653093668be2c8f6cb884a553c7ab7bf /tmp/Sources So it looks like the Sources.bz2 is stale for a few repositories...

