Skip to content
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

sha256 value mismatch for bazel-0.18.1-installer-darwin-x86_64.sh #6598

Closed
davemac327 opened this issue Nov 5, 2018 · 4 comments
Closed
Labels
area-EngProd Bazel CI, infrastructure, bootstrapping, release, and distribution tooling P1 I'll work on this now. (Assignee required) team-OSS Issues for the Bazel OSS team: installation, release processBazel packaging, website type: bug

Comments

@davemac327
Copy link

ATTENTION! Please read and follow:

Description of the problem / feature request:

sha256 of bazel-0.18.1-installer-darwin-x86_64.sh does not match the value in bazel-0.18.1-installer-darwin-x86_64.sh.sha256

$ shasum -a 256 bazel-0.18.1-installer-darwin-x86_64.sh
ed9671b5a78c1f7cbaa3b36abcb9329dbfa869fae4593adec4acc3d07315b7cc bazel-0.18.1-installer-darwin-x86_64.sh
$ cat bazel-0.18.1-installer-darwin-x86_64.sh.sha256
7ba0f48f9dff3aaf7d1b3d69ae1ab8f3c3cffca54cf4e44cb7b1bd13c0f35dcf bazel-0.18.1-installer-darwin-x86_64.sh

Feature requests: what underlying problem are you trying to solve with this feature?

I want to trust the script before I run it

Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.

Run shamsum -a 256 bazel-0.18.1-installer-darwin-x86_64.sh
Compare the output to the contents of bazel-0.18.1-installer-darwin-x86_64.sh.sha256

What operating system are you running Bazel on?

MacOS 10.13.6

What's the output of bazel info release?

N/A

If bazel info release returns "development version" or "(@non-git)", tell us how you built Bazel.

N/A

What's the output of git remote get-url origin ; git rev-parse master ; git rev-parse HEAD ?

N/A

Have you found anything relevant by searching the web?

No

Any other information, logs, or outputs that you want to share?

No

@jin
Copy link
Member

jin commented Nov 5, 2018

cc @meteorcloudy @aehlig

@jin jin added area-EngProd Bazel CI, infrastructure, bootstrapping, release, and distribution tooling untriaged labels Nov 5, 2018
@jin
Copy link
Member

jin commented Nov 5, 2018

0.18 release ref: #5963

@aehlig
Copy link
Contributor

aehlig commented Nov 6, 2018 via email

@philwo philwo added type: bug P1 I'll work on this now. (Assignee required) category: misc > release / binary and removed untriaged labels Nov 6, 2018
@philwo
Copy link
Member

philwo commented Nov 6, 2018

As Klaus described, this was an issue of mixing the uploads of two runs of the release pipeline.

I've fixed this by downloading the release artifacts from our Google Cloud Storage bucket, manually verifying the checksums and signatures and then re-uploading them to GitHub.

@philwo philwo closed this as completed Nov 6, 2018
@philwo philwo added the team-OSS Issues for the Bazel OSS team: installation, release processBazel packaging, website label Jun 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-EngProd Bazel CI, infrastructure, bootstrapping, release, and distribution tooling P1 I'll work on this now. (Assignee required) team-OSS Issues for the Bazel OSS team: installation, release processBazel packaging, website type: bug
Projects
None yet
Development

No branches or pull requests

4 participants