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

x/build/cmd/coordinator: cannot compile with dependency tip #22153

Closed
kevinburke opened this issue Oct 5, 2017 · 2 comments
Closed

x/build/cmd/coordinator: cannot compile with dependency tip #22153

kevinburke opened this issue Oct 5, 2017 · 2 comments
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge
Milestone

Comments

@kevinburke
Copy link
Contributor

I think it's a good practice for x/build to be able to be built with tip of each dependency it uses. Currently that fails with this stack trace:

Fetching https://cloud.google.com/go/errors?go-get=1
Parsing meta tags from https://cloud.google.com/go/errors?go-get=1 (status code 200)
get "cloud.google.com/go/errors": found meta tag main.metaImport{Prefix:"cloud.google.com/go", VCS:"git", RepoRoot:"https://code.googlesource.com/gocloud"} at https://cloud.google.com/go/errors?go-get=1
get "cloud.google.com/go/errors": verifying non-authoritative meta tag
Fetching https://cloud.google.com/go?go-get=1
Parsing meta tags from https://cloud.google.com/go?go-get=1 (status code 200)
cloud.google.com/go (download)
package cloud.google.com/go/errors: cannot find package "cloud.google.com/go/errors" in any of:
	/home/travis/.gimme/versions/go1.8.linux.amd64/src/cloud.google.com/go/errors (from $GOROOT)
	/home/travis/gopath/src/cloud.google.com/go/errors (from $GOPATH)

cmd/coordinator/gce.go attempts to load cloud.google.com/go/errors, which fails. I'll see if I can fix when I have time. https://travis-ci.org/kevinburke/build/jobs/283833651

(If you work at Google, it would be great if you could also have a word with the GCP team about not removing public API's).

@gopherbot gopherbot added this to the Unreleased milestone Oct 5, 2017
@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label Oct 5, 2017
@gopherbot
Copy link

Change https://golang.org/cl/70750 mentions this issue: cmd/coordinator: update to use new StackDriver error reporting package

@andybons
Copy link
Member

(If you work at Google, it would be great if you could also have a word with the GCP team about not removing public API's).

From looking at the previous API docs, it was very clear that they were experimental and subject to change. 🤷‍♂️

@golang golang locked and limited conversation to collaborators Oct 13, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge
Projects
None yet
Development

No branches or pull requests

3 participants