Cuda Packages file for ubuntu20.04 new update 07/11 break due unexpected file size 580845

Failed to fetch http://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/Packages.gz  
File has unexpected size (580845 != 580040). Mirror sync in progress? [IP: 10.68.13.251 3142]

I can verify this mismatch on local laptop.
Following: Index of /compute/cuda/repos/ubuntu2004/x86_64
In release file, it says file size is 580040, but upon downloading locally it has 580845

2 Likes

+1 Same for me.

Same problem for the ubuntu1804.

E: Failed to fetch https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/Packages.gz  File has unexpected size (815853 != 814314). Mirror sync in progress? [IP: 10.41.251.28 3128]
   Hashes of expected file:
    - Filesize:814314 [weak]
    - SHA256:257071ac3a46f8e8ba340c2bd6b88466ff26e4cb0c4b60afacfb267b251dc2d9
    - SHA1:4b2ecd5529c611f17784b07ed4cb2b13d5d4bd25 [weak]
    - MD5Sum:0355ef69bc6b6afaf8493d82295c3633 [weak]
   Release file created at: Mon, 11 Jul 2022 19:02:21 +0000

I checked the contents of the release file, it was different from the actual ‘Package.gz’ size.
I’m living in South Korea. Is it because of the CDN?

Same issue for me while rebuilding a docker container that worked perfectly a few hours before.

#18 5.984 E: Failed to fetch https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/Packages.gz File has unexpected size (580845 != 580040). Mirror sync in progress? [IP: 152.195.19.142 443]
#18 5.984 Hashes of expected file:
#18 5.984 - Filesize:580040 [weak]
#18 5.984 - SHA256:dc8abbaf470d3ee626f4f1f4d2871a98d8dc8f770bc592676f0d1f60637e0c2d
#18 5.984 - SHA1:109bfa4e5c415731aa44b1c1caae3f19754c5406 [weak]
#18 5.984 - MD5Sum:bf8f928cb55b1c9e4c158a69ee52b5d8 [weak]
#18 5.984 Release file created at: Mon, 11 Jul 2022 19:01:54 +0000

Same issue for me

Update: the issue has been solved for me as well, after several hours

Same here, I also live in South Korea

+1 here

E: Failed to fetch https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/Packages.gz File has unexpected size (51244 != 50520). Mirror sync in progress? [IP: 152.199.39.144 443]
Hashes of expected file:
- Filesize:50520 [weak]
- SHA256:dc460d06b77d67ca74391acf5f9509abd4123f9a79ad0b2dc3a0e8d8b59b0d5a
- SHA1:de17cc9adb3e116af9a40856b46cae87c26d21b8 [weak]
- MD5Sum:ca1211188826a5f853d494079483e533 [weak]
Release file created at: Mon, 11 Jul 2022 19:01:38 +0000

Update:
several hours later, issue has dissapeared

The problem has resolved for me too…
I must note that when the problem happened, we see large timestamp difference between InRelease file vs Packages.gz.

InRelease 4.0KB 2022-07-11 19:15
Packages 3.1MB 2022-07-11 23:01
Packages.gz 568KB 2022-07-11 23:01

Now when the issue is resolved, the timestamp changed with closer time gap.


InRelease 4.0KB 2022-07-11 19:15
Packages 3.1MB 2022-07-11 19:01
Packages.gz 568KB 2022-07-11 19:01

Would appreciate folks from Nvida to help us understand the failure mode here, and what actions did the team take, if any.