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

make goget-tools fails due to go mod dependency #3983

Closed
prietyc123 opened this issue Sep 18, 2020 · 1 comment · Fixed by #3984
Closed

make goget-tools fails due to go mod dependency #3983

prietyc123 opened this issue Sep 18, 2020 · 1 comment · Fixed by #3984
Labels
kind/bug Categorizes issue or PR as related to a bug. priority/Critical We need to stop doing everything and fix this ASAP. It is making the project unusable.

Comments

@prietyc123
Copy link
Contributor

/kind bug

What versions of software are you using?

Operating System:
All supported

Output of odo version:
master

How did you run odo exactly?

Failure on CI

$ make goget-tools
https://go-review.googlesource.com/c/go/+/198438/
GOFLAGS='' go get github.com/onsi/ginkgo/ginkgo@v1.14.0
go: github.com/openshift/library-go@v0.0.0-20200407165825-2e79bd232e72 requires
	bitbucket.org/ww/goautoneg@v0.0.0-20120707110453-75cd24fc2f2c: reading https://api.bitbucket.org/2.0/repositories/ww/goautoneg?fields=scm: 404 Not Found
make: *** [goget-ginkgo] Error 1

I have also verified it locally and hitting the same failure.

Actual behavior

It seems like issue is in vendor file github.com/openshift/library-go@v0.0.0-20200407165825-2e79bd232e72 which has some dependency.

Expected behavior

Need to explore more on fixing the real issue.

Any logs, error output, etc?

Detailed logs: https://prow.ci.openshift.org/view/gs/origin-ci-test/logs/periodic-ci-openshift-odo-master-v4.5-integration-e2e-periodic/1306835554498777088#1:build-log.txt%3A479

@openshift-ci-robot openshift-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label Sep 18, 2020
@prietyc123 prietyc123 added the priority/Critical We need to stop doing everything and fix this ASAP. It is making the project unusable. label Sep 18, 2020
@kadel
Copy link
Member

kadel commented Sep 18, 2020

fix in #3984

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. priority/Critical We need to stop doing everything and fix this ASAP. It is making the project unusable.
Projects
None yet
3 participants