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

checksum mismatch for v0.6.0 #1418

Closed
chenqi0805 opened this issue Jul 22, 2020 · 4 comments
Closed

checksum mismatch for v0.6.0 #1418

chenqi0805 opened this issue Jul 22, 2020 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@chenqi0805
Copy link

Describe the bug
A clear and concise description of what the bug is.
go: downloading go.opentelemetry.io/collector v0.6.0
go get: go.opentelemetry.io/collector@v0.6.0: verifying module: checksum mismatch
downloaded: h1:j7TJX0CMNfGDu2zx9ohmw8li/G6ZZYX/kEpA2B0A5fg=
sum.golang.org: h1:ade+H/U3+m+Bf234cap10+rnBV4x7RMNLFl4/1jI0Io=

SECURITY ERROR
This download does NOT match the one reported by the checksum server.
The bits may have been replaced on the origin server, or an attacker may
have intercepted the download attempt.

For more information, see 'go help module-auth'.

Steps to reproduce
If possible, provide a recipe for reproducing the error.

go get -u go.opentelemetry.io/collector@v0.6.0

What did you expect to see?
A clear and concise description of what you expected to see.

What did you see instead?
A clear and concise description of what you saw instead.

What version did you use?
Version: (e.g., v0.4.0, 1eb551b, etc)

What config did you use?
Config: (e.g. the yaml config file)

Environment
OS: (e.g., "Ubuntu 20.04")
Compiler(if manually compiled): (e.g., "go 14.2")

Additional context
Add any other context about the problem here.

@chenqi0805 chenqi0805 added the bug Something isn't working label Jul 22, 2020
@jrcamp jrcamp self-assigned this Jul 22, 2020
@jrcamp
Copy link
Contributor

jrcamp commented Jul 22, 2020

@owais do you know if the v0.6.0 tag got force pushed that would cause checksums to fail?

@jrcamp jrcamp assigned owais and unassigned jrcamp Jul 22, 2020
@bogdandrutu
Copy link
Member

@owais did a "retag" I think, which is not allowed by golang :(

@owais
Copy link
Contributor

owais commented Jul 23, 2020

I deleted the tag from github but then tagged the exact same commit thinking that was fine. May be I made a mistake and amended the commit before re-tagging it. We can release 0.6.1 to fix this. I'm not back till Monday. I can make the release then or someone else can do it before then.

@bogdandrutu
Copy link
Member

Pushed tag v0.6.1, this should be resolved now. CI is building the docker image and soon golang will pick this.

MovieStoreGuy pushed a commit to atlassian-forks/opentelemetry-collector that referenced this issue Nov 11, 2021
* Add a split protocol driver

This is a wrapper around two other protocol drivers, so it makes it
possible to send traces using a different protocol than the one used
for metrics.

* Add an example and tests for multi GRPC endpoint driver

* Update changelog

* Document the split driver
hughesjj pushed a commit to hughesjj/opentelemetry-collector that referenced this issue Apr 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants