-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
corrupt package in staging? #42
Comments
|
The files are the same size, but differ in contents:
|
Yeah, we had that last week too (a file in the repo had a bitflip, but all other files were OK, and we restored it from backup). It seems the disks or the server might be dying. |
Should be fixed now after pushing the (freshly downloaded) package to the repo |
I'm gonna try adding a decompression check to the download command, so this fails early, for starters. We already do that when adding to the repo, but not for staging: https://github.com/msys2/msys2-devtools/blob/44e62b0cee835aee99af85ec6df86cd2f2f0aab4/msys2-dbadd#L26-L27 |
Test them before moving them to the final location. This makes the download fial of there is some file corruption etc. This adds a dependency on the zstd exectuable for the fetch-assets command. Motivated by msys2/msys2-main-server#42
Test them before moving them to the final location. This makes the download fial of there is some file corruption etc. This adds a dependency on the zstd exectuable for the fetch-assets command. Motivated by msys2/msys2-main-server#42
disks were dying, and we are currently working on moving things over to a new machine, so this can be closed. |
I was getting these errors trying to update from staging from pacman, so decided to test in isolation. The original in msys2-arm/msys2-autobuild must be ok, because autobuild is not failing with these errors...
The text was updated successfully, but these errors were encountered: