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

Travis build fails to find k8s dep "k8s.io/kubernetes/cmd/genutils" #9449

Closed
juanvallejo opened this issue Jun 20, 2016 · 3 comments
Closed
Assignees
Labels
area/infrastructure kind/test-flake Categorizes issue or PR as related to test flakes.

Comments

@juanvallejo
Copy link
Contributor

https://travis-ci.org/openshift/origin/jobs/139049154
#9448

Version

oc v1.3.0-alpha.0-1132-gbc32091-dirty
kubernetes v1.3.0-alpha.3-599-g2746284

Steps To Reproduce

[test]

Current Result
_output/local/go/src/github.com/openshift/origin/tools/genman/gen_oadm_man.go:25:2: cannot find package "k8s.io/kubernetes/cmd/genutils" in any of:

    /home/travis/.gimme/versions/go1.6.linux.amd64/src/k8s.io/kubernetes/cmd/genutils (from $GOROOT)

    /home/travis/gopath/src/github.com/openshift/origin/_output/local/go/src/k8s.io/kubernetes/cmd/genutils (from $GOPATH)

    /home/travis/gopath/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/cmd/genutils
@juanvallejo juanvallejo added kind/test-flake Categorizes issue or PR as related to test flakes. area/infrastructure labels Jun 20, 2016
@stevekuznetsov
Copy link
Contributor

@juanvallejo any reason you closed this? dupe of #9286 but a real problem

@stevekuznetsov
Copy link
Contributor

tracking issue here: #9457

@juanvallejo
Copy link
Contributor Author

juanvallejo commented Jun 21, 2016

@stevekuznetsov Managed to solve this particular one by including a copy of the "genutils" directory from a newer version of k8s. Apparently we don't have those files yet in our copy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/infrastructure kind/test-flake Categorizes issue or PR as related to test flakes.
Projects
None yet
Development

No branches or pull requests

2 participants