-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
cmd/go: errors emitted multiple times for packages with missing checksums #46160
Comments
(Found while writing a regression test for #46141.) |
Change https://golang.org/cl/320172 mentions this issue: |
… Go 1.17 main module For #46141 Updates #46160 Change-Id: Ib22435b8051aaf3fa74d43d3b7f2d091e67f05e2 Reviewed-on: https://go-review.googlesource.com/c/go/+/320172 Trust: Bryan C. Mills <bcmills@google.com> Run-TryBot: Bryan C. Mills <bcmills@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Jay Conrod <jayconrod@google.com>
(Unmarking as release-blocker. Realistically, nobody is going to be confused by a duplicated message, and if this were the last bug remaining in the release we wouldn't want to hold it up.) |
@bcmills This is in the 1.18 milestone; time to move to 1.19? Thanks. |
I'm unable to reproduce this FWIW:
|
@jadekler, try |
Aha, yes, that does it. I somehow thought I'll poke around and see if I can find a solution. |
Change https://go.dev/cl/433576 mentions this issue: |
Change https://go.dev/cl/498122 mentions this issue: |
This is a regression introduced in Go 1.17, probably by one of my changes for #36460.
CC @jayconrod @matloob
The text was updated successfully, but these errors were encountered: