-
Notifications
You must be signed in to change notification settings - Fork 56
“Hash Sum mismatch” from mono apt repositories #20
Comments
Can you reproduce this locally? I just tried and it works fine here. Hash sum mismatch usually means the CDN still has an old copy of some files. |
@akoeplinger this is happening on CircleCI. It's very likely you're right as I can't repro on my development machine. |
@ahmetalpbalkan doesn't seem to happen in builds 123-125, so I'd say something cached it on CircleCI's end? |
Looks like that :-/ weird. It only happened for a small time window. |
@akoeplinger it started to happen again in the past few builds https://circleci.com/gh/aspnet/aspnet-docker/129 weird thing is, This makes me think unless something is changed on the APT repos very recently, there should be a problem somewhere. Do you know how long the TTL is approximately for the CDN edge nodes?
|
@ahmetalpbalkan weird indeed. The only thing that recently changed was the release of Mono 4.0.4 on Friday, but that should've propagated everywhere by now unless CircleCI does some weird caching. |
FYI I got reports about this on Travis as well so looks like it wasn't only on CircleCI. I can't reproduce it there as well right now though... |
Let's keep reopen just in case :) |
It eventually passed on many retries I did and then intermittently come back... I know for sure CircleCI modifies the apt repos on the "host" but I am running the apt-get "inside the container" so that shouldn't be the case.... I think CDN can be blamed here. |
Definitely a CDN issue. Sometimes Packages.gz and Release don't get expired at the same time, because Cloudfront is evil and wrong. |
Not happening lately. Closing. |
Last time it happened because the clock on origin-download was out of date, causing calls to expire the CDN cache to fail. Because apparently that's a thing. |
As of couple of hours ago
apt-get update
s started to fail due to hash sum mismatch from mono apt repos.@directhex any ideas?
The text was updated successfully, but these errors were encountered: