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

Go builds fail due to not finding packages #9457

Closed
stevekuznetsov opened this issue Jun 21, 2016 · 8 comments
Closed

Go builds fail due to not finding packages #9457

stevekuznetsov opened this issue Jun 21, 2016 · 8 comments
Assignees
Labels
area/infrastructure kind/test-flake Categorizes issue or PR as related to test flakes. priority/P2
Milestone

Comments

@stevekuznetsov
Copy link
Contributor

stevekuznetsov commented Jun 21, 2016

We're seeing failures like this:

[WARNING] `go test` had the following output to stderr:
# github.com/openshift/origin/pkg/cmd/server/admin
open _output/local/go/src/github.com/openshift/origin/pkg/cmd/server/admin/create_nodeconfig_test.go: open _output/local/go/src/github.com/openshift/origin/pkg/cmd/server/admin/create_nodeconfig_test.go: no such file or directory
_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
[WARNING] `go test` had the following output to stderr:
# github.com/openshift/origin/pkg/quota/admission/runonceduration
open _output/local/go/src/github.com/openshift/origin/pkg/quota/admission/runonceduration/doc.go: open _output/local/go/src/github.com/openshift/origin/pkg/quota/admission/runonceduration/doc.go: no such file or directory

Unfortunately sar only seems to be able to get FS stats for file systems backed by disk so it's not going to be as simple to get the utilization numbers for things like /tmp. Furthermore it seems RHEL7 ships sar sysstat version 10.1.5 which doesn't even have the filesystem capabilities. @smarterclayton.

@stevekuznetsov
Copy link
Contributor Author

@smarterclayton also re: your /tmp thrashing theory -- are the error messages we're getting not really showing us what is going on? Otherwise the failure to open files in _output shouldn't touch /tmp, right?

@smarterclayton
Copy link
Contributor

I think the error messages are potentially overlap with other errors.

On Tue, Jun 21, 2016 at 7:57 AM, Steve Kuznetsov [email protected]
wrote:

@smarterclayton https://github.com/smarterclayton also re: your /tmp
thrashing theory -- are the error messages we're getting not really showing
us what is going on? Otherwise the failure to open files in _output
shouldn't touch /tmp, right?


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#9457 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/ABG_p6arrl2KHl4hpbgyrHZe8d5OWNZjks5qN9G0gaJpZM4I6pm2
.

@stevekuznetsov stevekuznetsov removed their assignment Jun 21, 2016
@stevekuznetsov
Copy link
Contributor Author

Seen here:

[WARNING] `go test` had the following output to stderr:
# cover github.com/openshift/origin/pkg/cmd/server/admin
2016/06/20 21:03:23 cover: /data/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/pkg/cmd/server/admin/create_login_template.go: open /data/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/pkg/cmd/server/admin/create_login_template.go: no such file or directory
# cover github.com/openshift/origin/pkg/cmd/server/api
2016/06/20 21:03:23 cover: /data/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/pkg/cmd/server/api/helpers.go: open /data/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/pkg/cmd/server/api/helpers.go: no such file or directory
# cover github.com/openshift/origin/pkg/cmd/server/api/v1
2016/06/20 21:03:23 cover: /data/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/pkg/cmd/server/api/v1/conversions.go: open /data/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/pkg/cmd/server/api/v1/conversions.go: no such file or directory

@liggitt
Copy link
Contributor

liggitt commented Aug 26, 2016

not seen in almost 3 months. close?

@stevekuznetsov
Copy link
Contributor Author

David linked to this a week ago - what do you mean?

@liggitt
Copy link
Contributor

liggitt commented Aug 26, 2016

weird, I misread all the links as being collapsed under 'This was referenced on Jun 30'

@smarterclayton
Copy link
Contributor

Dropping priority because this doesn't block the release.

@smarterclayton
Copy link
Contributor

Will bump it up to p1 after 1.3

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. priority/P2
Projects
None yet
Development

No branches or pull requests

3 participants