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

gosumdb: "not found: create zip: docker/node:alpine: malformed file path "docker/node:alpine": invalid char ':'" #66243

Closed
inteon opened this issue Mar 11, 2024 · 2 comments

Comments

@inteon
Copy link

inteon commented Mar 11, 2024

Go version

go version go1.22.1 linux/amd64

Output of go env in your module/workspace:

N/A

What did you do?

$ go get github.com/DopplerHQ/cli@v0.5.9
go: downloading github.com/DopplerHQ/cli v0.5.9
go: github.com/DopplerHQ/cli@v0.5.9: create zip: docker/node:alpine: malformed file path "docker/node:alpine": invalid char ':'
docker/python:alpine: malformed file path "docker/python:alpine": invalid char ':'
docker/ruby:alpine: malformed file path "docker/ruby:alpine": invalid char ':'

What did you see happen?

gosumdb is returning an unexpected error (see https://sum.golang.org/lookup/github.com/!doppler!h!q/cli@v0.5.9):

not found: create zip: docker/node:alpine: malformed file path "docker/node:alpine": invalid char ':'
docker/python:alpine: malformed file path "docker/python:alpine": invalid char ':'
docker/ruby:alpine: malformed file path "docker/ruby:alpine": invalid char ':'

What did you expect to see?

No error or a different error.

@SgtCoDFish
Copy link

It looks like this is because there are files in this repo which have colons in them: https://github.com/DopplerHQ/cli/tree/v0.5.9/docker

The error appears to be propagated to the sumdb. Same happens with v0.5.10:

@seankhliao
Copy link
Member

Duplicate of #45549

@seankhliao seankhliao marked this as a duplicate of #45549 Mar 11, 2024
@seankhliao seankhliao closed this as not planned Won't fix, can't repro, duplicate, stale Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants