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 get broken due to google.golang.org/grpc #1009

Closed
ahmetb opened this issue May 22, 2018 · 1 comment
Closed

go get broken due to google.golang.org/grpc #1009

ahmetb opened this issue May 22, 2018 · 1 comment
Assignees
Labels
api: datastore Issues related to the Datastore API. priority: p0 Highest priority. Critical issue. P0 implies highest priority. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@ahmetb
Copy link
Contributor

ahmetb commented May 22, 2018

Client

datastore

Describe Your Environment

macOS, go1.10.2

Expected Behavior

go get must succeed

Actual Behavior

go get is failing

$ go get cloud.google.com/go/datastore
# google.golang.org/grpc/channelz
../../../../../google.golang.org/grpc/channelz/types_unix.go:35:15: undefined: unix.TCPInfo

Verbose

$ go get -v -u cloud.google.com/go/datastore
Fetching https://cloud.google.com/go/datastore?go-get=1
Parsing meta tags from https://cloud.google.com/go/datastore?go-get=1 (status code 200)
get "cloud.google.com/go/datastore": found meta tag get.metaImport{Prefix:"cloud.google.com/go", VCS:"git", RepoRoot:"https://code.googlesource.com/gocloud"} at https://cloud.google.com/go/datastore?go-get=1
get "cloud.google.com/go/datastore": 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)
Fetching https://cloud.google.com/go/internal?go-get=1
Parsing meta tags from https://cloud.google.com/go/internal?go-get=1 (status code 200)
get "cloud.google.com/go/internal": found meta tag get.metaImport{Prefix:"cloud.google.com/go", VCS:"git", RepoRoot:"https://code.googlesource.com/gocloud"} at https://cloud.google.com/go/internal?go-get=1
get "cloud.google.com/go/internal": verifying non-authoritative meta tag
github.com/googleapis/gax-go (download)
Fetching https://golang.org/x/net/context?go-get=1
Parsing meta tags from https://golang.org/x/net/context?go-get=1 (status code 200)
get "golang.org/x/net/context": found meta tag get.metaImport{Prefix:"golang.org/x/net", VCS:"git", RepoRoot:"https://go.googlesource.com/net"} at https://golang.org/x/net/context?go-get=1
get "golang.org/x/net/context": verifying non-authoritative meta tag
Fetching https://golang.org/x/net?go-get=1
Parsing meta tags from https://golang.org/x/net?go-get=1 (status code 200)
golang.org/x/net (download)
Fetching https://google.golang.org/grpc?go-get=1
Parsing meta tags from https://google.golang.org/grpc?go-get=1 (status code 200)
get "google.golang.org/grpc": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at https://google.golang.org/grpc?go-get=1
google.golang.org/grpc (download)
Fetching https://golang.org/x/net/http2?go-get=1
Parsing meta tags from https://golang.org/x/net/http2?go-get=1 (status code 200)
get "golang.org/x/net/http2": found meta tag get.metaImport{Prefix:"golang.org/x/net", VCS:"git", RepoRoot:"https://go.googlesource.com/net"} at https://golang.org/x/net/http2?go-get=1
get "golang.org/x/net/http2": verifying non-authoritative meta tag
Fetching https://golang.org/x/net/http/httpguts?go-get=1
Parsing meta tags from https://golang.org/x/net/http/httpguts?go-get=1 (status code 200)
get "golang.org/x/net/http/httpguts": found meta tag get.metaImport{Prefix:"golang.org/x/net", VCS:"git", RepoRoot:"https://go.googlesource.com/net"} at https://golang.org/x/net/http/httpguts?go-get=1
get "golang.org/x/net/http/httpguts": verifying non-authoritative meta tag
Fetching https://golang.org/x/net/idna?go-get=1
Parsing meta tags from https://golang.org/x/net/idna?go-get=1 (status code 200)
get "golang.org/x/net/idna": found meta tag get.metaImport{Prefix:"golang.org/x/net", VCS:"git", RepoRoot:"https://go.googlesource.com/net"} at https://golang.org/x/net/idna?go-get=1
get "golang.org/x/net/idna": verifying non-authoritative meta tag
Fetching https://golang.org/x/text/secure/bidirule?go-get=1
Parsing meta tags from https://golang.org/x/text/secure/bidirule?go-get=1 (status code 200)
get "golang.org/x/text/secure/bidirule": found meta tag get.metaImport{Prefix:"golang.org/x/text", VCS:"git", RepoRoot:"https://go.googlesource.com/text"} at https://golang.org/x/text/secure/bidirule?go-get=1
get "golang.org/x/text/secure/bidirule": verifying non-authoritative meta tag
Fetching https://golang.org/x/text?go-get=1
Parsing meta tags from https://golang.org/x/text?go-get=1 (status code 200)
golang.org/x/text (download)
Fetching https://golang.org/x/text/transform?go-get=1
Parsing meta tags from https://golang.org/x/text/transform?go-get=1 (status code 200)
get "golang.org/x/text/transform": found meta tag get.metaImport{Prefix:"golang.org/x/text", VCS:"git", RepoRoot:"https://go.googlesource.com/text"} at https://golang.org/x/text/transform?go-get=1
get "golang.org/x/text/transform": verifying non-authoritative meta tag
Fetching https://golang.org/x/text/unicode/bidi?go-get=1
Parsing meta tags from https://golang.org/x/text/unicode/bidi?go-get=1 (status code 200)
get "golang.org/x/text/unicode/bidi": found meta tag get.metaImport{Prefix:"golang.org/x/text", VCS:"git", RepoRoot:"https://go.googlesource.com/text"} at https://golang.org/x/text/unicode/bidi?go-get=1
get "golang.org/x/text/unicode/bidi": verifying non-authoritative meta tag
Fetching https://golang.org/x/text/unicode/norm?go-get=1
Parsing meta tags from https://golang.org/x/text/unicode/norm?go-get=1 (status code 200)
get "golang.org/x/text/unicode/norm": found meta tag get.metaImport{Prefix:"golang.org/x/text", VCS:"git", RepoRoot:"https://go.googlesource.com/text"} at https://golang.org/x/text/unicode/norm?go-get=1
get "golang.org/x/text/unicode/norm": verifying non-authoritative meta tag
Fetching https://golang.org/x/net/http2/hpack?go-get=1
Parsing meta tags from https://golang.org/x/net/http2/hpack?go-get=1 (status code 200)
get "golang.org/x/net/http2/hpack": found meta tag get.metaImport{Prefix:"golang.org/x/net", VCS:"git", RepoRoot:"https://go.googlesource.com/net"} at https://golang.org/x/net/http2/hpack?go-get=1
get "golang.org/x/net/http2/hpack": verifying non-authoritative meta tag
Fetching https://golang.org/x/net/trace?go-get=1
Parsing meta tags from https://golang.org/x/net/trace?go-get=1 (status code 200)
get "golang.org/x/net/trace": found meta tag get.metaImport{Prefix:"golang.org/x/net", VCS:"git", RepoRoot:"https://go.googlesource.com/net"} at https://golang.org/x/net/trace?go-get=1
get "golang.org/x/net/trace": verifying non-authoritative meta tag
Fetching https://golang.org/x/net/internal/timeseries?go-get=1
Parsing meta tags from https://golang.org/x/net/internal/timeseries?go-get=1 (status code 200)
get "golang.org/x/net/internal/timeseries": found meta tag get.metaImport{Prefix:"golang.org/x/net", VCS:"git", RepoRoot:"https://go.googlesource.com/net"} at https://golang.org/x/net/internal/timeseries?go-get=1
get "golang.org/x/net/internal/timeseries": verifying non-authoritative meta tag
Fetching https://google.golang.org/grpc/balancer?go-get=1
Parsing meta tags from https://google.golang.org/grpc/balancer?go-get=1 (status code 200)
get "google.golang.org/grpc/balancer": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at https://google.golang.org/grpc/balancer?go-get=1
get "google.golang.org/grpc/balancer": verifying non-authoritative meta tag
Fetching https://google.golang.org/grpc?go-get=1
Parsing meta tags from https://google.golang.org/grpc?go-get=1 (status code 200)
Fetching https://google.golang.org/grpc/connectivity?go-get=1
Parsing meta tags from https://google.golang.org/grpc/connectivity?go-get=1 (status code 200)
get "google.golang.org/grpc/connectivity": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at https://google.golang.org/grpc/connectivity?go-get=1
get "google.golang.org/grpc/connectivity": verifying non-authoritative meta tag
Fetching https://google.golang.org/grpc/grpclog?go-get=1
Parsing meta tags from https://google.golang.org/grpc/grpclog?go-get=1 (status code 200)
get "google.golang.org/grpc/grpclog": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at https://google.golang.org/grpc/grpclog?go-get=1
get "google.golang.org/grpc/grpclog": verifying non-authoritative meta tag
Fetching https://google.golang.org/grpc/credentials?go-get=1
Parsing meta tags from https://google.golang.org/grpc/credentials?go-get=1 (status code 200)
get "google.golang.org/grpc/credentials": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at https://google.golang.org/grpc/credentials?go-get=1
get "google.golang.org/grpc/credentials": verifying non-authoritative meta tag
github.com/golang/protobuf (download)
Fetching https://google.golang.org/grpc/resolver?go-get=1
Parsing meta tags from https://google.golang.org/grpc/resolver?go-get=1 (status code 200)
get "google.golang.org/grpc/resolver": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at https://google.golang.org/grpc/resolver?go-get=1
get "google.golang.org/grpc/resolver": verifying non-authoritative meta tag
Fetching https://google.golang.org/grpc/balancer/roundrobin?go-get=1
Parsing meta tags from https://google.golang.org/grpc/balancer/roundrobin?go-get=1 (status code 200)
get "google.golang.org/grpc/balancer/roundrobin": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at https://google.golang.org/grpc/balancer/roundrobin?go-get=1
get "google.golang.org/grpc/balancer/roundrobin": verifying non-authoritative meta tag
Fetching https://google.golang.org/grpc/balancer/base?go-get=1
Parsing meta tags from https://google.golang.org/grpc/balancer/base?go-get=1 (status code 200)
get "google.golang.org/grpc/balancer/base": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at https://google.golang.org/grpc/balancer/base?go-get=1
get "google.golang.org/grpc/balancer/base": verifying non-authoritative meta tag
Fetching https://google.golang.org/grpc/channelz?go-get=1
Parsing meta tags from https://google.golang.org/grpc/channelz?go-get=1 (status code 200)
get "google.golang.org/grpc/channelz": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at https://google.golang.org/grpc/channelz?go-get=1
get "google.golang.org/grpc/channelz": verifying non-authoritative meta tag
Fetching https://golang.org/x/sys/unix?go-get=1
Parsing meta tags from https://golang.org/x/sys/unix?go-get=1 (status code 200)
get "golang.org/x/sys/unix": found meta tag get.metaImport{Prefix:"golang.org/x/sys", VCS:"git", RepoRoot:"https://go.googlesource.com/sys"} at https://golang.org/x/sys/unix?go-get=1
get "golang.org/x/sys/unix": verifying non-authoritative meta tag
Fetching https://golang.org/x/sys?go-get=1
Parsing meta tags from https://golang.org/x/sys?go-get=1 (status code 200)
golang.org/x/sys (download)
Fetching https://google.golang.org/grpc/codes?go-get=1
Parsing meta tags from https://google.golang.org/grpc/codes?go-get=1 (status code 200)
get "google.golang.org/grpc/codes": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at https://google.golang.org/grpc/codes?go-get=1
get "google.golang.org/grpc/codes": verifying non-authoritative meta tag
Fetching https://google.golang.org/grpc/encoding?go-get=1
Parsing meta tags from https://google.golang.org/grpc/encoding?go-get=1 (status code 200)
get "google.golang.org/grpc/encoding": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at https://google.golang.org/grpc/encoding?go-get=1
get "google.golang.org/grpc/encoding": verifying non-authoritative meta tag
Fetching https://google.golang.org/grpc/encoding/proto?go-get=1
Parsing meta tags from https://google.golang.org/grpc/encoding/proto?go-get=1 (status code 200)
get "google.golang.org/grpc/encoding/proto": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at https://google.golang.org/grpc/encoding/proto?go-get=1
get "google.golang.org/grpc/encoding/proto": verifying non-authoritative meta tag
Fetching https://google.golang.org/grpc/grpclb/grpc_lb_v1/messages?go-get=1
Parsing meta tags from https://google.golang.org/grpc/grpclb/grpc_lb_v1/messages?go-get=1 (status code 200)
get "google.golang.org/grpc/grpclb/grpc_lb_v1/messages": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at https://google.golang.org/grpc/grpclb/grpc_lb_v1/messages?go-get=1
get "google.golang.org/grpc/grpclb/grpc_lb_v1/messages": verifying non-authoritative meta tag
Fetching https://google.golang.org/grpc/internal?go-get=1
Parsing meta tags from https://google.golang.org/grpc/internal?go-get=1 (status code 200)
get "google.golang.org/grpc/internal": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at https://google.golang.org/grpc/internal?go-get=1
get "google.golang.org/grpc/internal": verifying non-authoritative meta tag
Fetching https://google.golang.org/grpc/keepalive?go-get=1
Parsing meta tags from https://google.golang.org/grpc/keepalive?go-get=1 (status code 200)
get "google.golang.org/grpc/keepalive": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at https://google.golang.org/grpc/keepalive?go-get=1
get "google.golang.org/grpc/keepalive": verifying non-authoritative meta tag
Fetching https://google.golang.org/grpc/metadata?go-get=1
Parsing meta tags from https://google.golang.org/grpc/metadata?go-get=1 (status code 200)
get "google.golang.org/grpc/metadata": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at https://google.golang.org/grpc/metadata?go-get=1
get "google.golang.org/grpc/metadata": verifying non-authoritative meta tag
Fetching https://google.golang.org/grpc/naming?go-get=1
Parsing meta tags from https://google.golang.org/grpc/naming?go-get=1 (status code 200)
get "google.golang.org/grpc/naming": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at https://google.golang.org/grpc/naming?go-get=1
get "google.golang.org/grpc/naming": verifying non-authoritative meta tag
Fetching https://google.golang.org/grpc/peer?go-get=1
Parsing meta tags from https://google.golang.org/grpc/peer?go-get=1 (status code 200)
get "google.golang.org/grpc/peer": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at https://google.golang.org/grpc/peer?go-get=1
get "google.golang.org/grpc/peer": verifying non-authoritative meta tag
Fetching https://google.golang.org/grpc/resolver/dns?go-get=1
Parsing meta tags from https://google.golang.org/grpc/resolver/dns?go-get=1 (status code 200)
get "google.golang.org/grpc/resolver/dns": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at https://google.golang.org/grpc/resolver/dns?go-get=1
get "google.golang.org/grpc/resolver/dns": verifying non-authoritative meta tag
Fetching https://google.golang.org/grpc/resolver/passthrough?go-get=1
Parsing meta tags from https://google.golang.org/grpc/resolver/passthrough?go-get=1 (status code 200)
get "google.golang.org/grpc/resolver/passthrough": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at https://google.golang.org/grpc/resolver/passthrough?go-get=1
get "google.golang.org/grpc/resolver/passthrough": verifying non-authoritative meta tag
Fetching https://google.golang.org/grpc/stats?go-get=1
Parsing meta tags from https://google.golang.org/grpc/stats?go-get=1 (status code 200)
get "google.golang.org/grpc/stats": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at https://google.golang.org/grpc/stats?go-get=1
get "google.golang.org/grpc/stats": verifying non-authoritative meta tag
Fetching https://google.golang.org/grpc/status?go-get=1
Parsing meta tags from https://google.golang.org/grpc/status?go-get=1 (status code 200)
get "google.golang.org/grpc/status": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at https://google.golang.org/grpc/status?go-get=1
get "google.golang.org/grpc/status": verifying non-authoritative meta tag
Fetching https://google.golang.org/genproto/googleapis/rpc/status?go-get=1
Parsing meta tags from https://google.golang.org/genproto/googleapis/rpc/status?go-get=1 (status code 200)
get "google.golang.org/genproto/googleapis/rpc/status": found meta tag get.metaImport{Prefix:"google.golang.org/genproto", VCS:"git", RepoRoot:"https://github.com/google/go-genproto"} at https://google.golang.org/genproto/googleapis/rpc/status?go-get=1
get "google.golang.org/genproto/googleapis/rpc/status": verifying non-authoritative meta tag
Fetching https://google.golang.org/genproto?go-get=1
Parsing meta tags from https://google.golang.org/genproto?go-get=1 (status code 200)
google.golang.org/genproto (download)
Fetching https://google.golang.org/grpc/tap?go-get=1
Parsing meta tags from https://google.golang.org/grpc/tap?go-get=1 (status code 200)
get "google.golang.org/grpc/tap": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at https://google.golang.org/grpc/tap?go-get=1
get "google.golang.org/grpc/tap": verifying non-authoritative meta tag
Fetching https://google.golang.org/grpc/transport?go-get=1
Parsing meta tags from https://google.golang.org/grpc/transport?go-get=1 (status code 200)
get "google.golang.org/grpc/transport": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at https://google.golang.org/grpc/transport?go-get=1
get "google.golang.org/grpc/transport": verifying non-authoritative meta tag
Fetching https://google.golang.org/api/googleapi?go-get=1
Parsing meta tags from https://google.golang.org/api/googleapi?go-get=1 (status code 200)
get "google.golang.org/api/googleapi": found meta tag get.metaImport{Prefix:"google.golang.org/api", VCS:"git", RepoRoot:"https://code.googlesource.com/google-api-go-client"} at https://google.golang.org/api/googleapi?go-get=1
get "google.golang.org/api/googleapi": verifying non-authoritative meta tag
Fetching https://google.golang.org/api?go-get=1
Parsing meta tags from https://google.golang.org/api?go-get=1 (status code 200)
google.golang.org/api (download)
Fetching https://google.golang.org/api/googleapi/internal/uritemplates?go-get=1
Parsing meta tags from https://google.golang.org/api/googleapi/internal/uritemplates?go-get=1 (status code 200)
get "google.golang.org/api/googleapi/internal/uritemplates": found meta tag get.metaImport{Prefix:"google.golang.org/api", VCS:"git", RepoRoot:"https://code.googlesource.com/google-api-go-client"} at https://google.golang.org/api/googleapi/internal/uritemplates?go-get=1
get "google.golang.org/api/googleapi/internal/uritemplates": verifying non-authoritative meta tag
Fetching https://cloud.google.com/go/internal/fields?go-get=1
Parsing meta tags from https://cloud.google.com/go/internal/fields?go-get=1 (status code 200)
get "cloud.google.com/go/internal/fields": found meta tag get.metaImport{Prefix:"cloud.google.com/go", VCS:"git", RepoRoot:"https://code.googlesource.com/gocloud"} at https://cloud.google.com/go/internal/fields?go-get=1
get "cloud.google.com/go/internal/fields": verifying non-authoritative meta tag
Fetching https://cloud.google.com/go/internal/atomiccache?go-get=1
Parsing meta tags from https://cloud.google.com/go/internal/atomiccache?go-get=1 (status code 200)
get "cloud.google.com/go/internal/atomiccache": found meta tag get.metaImport{Prefix:"cloud.google.com/go", VCS:"git", RepoRoot:"https://code.googlesource.com/gocloud"} at https://cloud.google.com/go/internal/atomiccache?go-get=1
get "cloud.google.com/go/internal/atomiccache": verifying non-authoritative meta tag
Fetching https://cloud.google.com/go/internal/trace?go-get=1
Parsing meta tags from https://cloud.google.com/go/internal/trace?go-get=1 (status code 200)
get "cloud.google.com/go/internal/trace": found meta tag get.metaImport{Prefix:"cloud.google.com/go", VCS:"git", RepoRoot:"https://code.googlesource.com/gocloud"} at https://cloud.google.com/go/internal/trace?go-get=1
get "cloud.google.com/go/internal/trace": verifying non-authoritative meta tag
Fetching https://go.opencensus.io/trace?go-get=1
Parsing meta tags from https://go.opencensus.io/trace?go-get=1 (status code 200)
get "go.opencensus.io/trace": found meta tag get.metaImport{Prefix:"go.opencensus.io", VCS:"git", RepoRoot:"https://github.com/census-instrumentation/opencensus-go"} at https://go.opencensus.io/trace?go-get=1
get "go.opencensus.io/trace": verifying non-authoritative meta tag
Fetching https://go.opencensus.io?go-get=1
Parsing meta tags from https://go.opencensus.io?go-get=1 (status code 200)
go.opencensus.io (download)
Fetching https://go.opencensus.io/internal?go-get=1
Parsing meta tags from https://go.opencensus.io/internal?go-get=1 (status code 200)
get "go.opencensus.io/internal": found meta tag get.metaImport{Prefix:"go.opencensus.io", VCS:"git", RepoRoot:"https://github.com/census-instrumentation/opencensus-go"} at https://go.opencensus.io/internal?go-get=1
get "go.opencensus.io/internal": verifying non-authoritative meta tag
Fetching https://go.opencensus.io/trace/internal?go-get=1
Parsing meta tags from https://go.opencensus.io/trace/internal?go-get=1 (status code 200)
get "go.opencensus.io/trace/internal": found meta tag get.metaImport{Prefix:"go.opencensus.io", VCS:"git", RepoRoot:"https://github.com/census-instrumentation/opencensus-go"} at https://go.opencensus.io/trace/internal?go-get=1
get "go.opencensus.io/trace/internal": verifying non-authoritative meta tag
Fetching https://google.golang.org/genproto/googleapis/rpc/code?go-get=1
Parsing meta tags from https://google.golang.org/genproto/googleapis/rpc/code?go-get=1 (status code 200)
get "google.golang.org/genproto/googleapis/rpc/code": found meta tag get.metaImport{Prefix:"google.golang.org/genproto", VCS:"git", RepoRoot:"https://github.com/google/go-genproto"} at https://google.golang.org/genproto/googleapis/rpc/code?go-get=1
get "google.golang.org/genproto/googleapis/rpc/code": verifying non-authoritative meta tag
Fetching https://cloud.google.com/go/internal/version?go-get=1
Parsing meta tags from https://cloud.google.com/go/internal/version?go-get=1 (status code 200)
get "cloud.google.com/go/internal/version": found meta tag get.metaImport{Prefix:"cloud.google.com/go", VCS:"git", RepoRoot:"https://code.googlesource.com/gocloud"} at https://cloud.google.com/go/internal/version?go-get=1
get "cloud.google.com/go/internal/version": verifying non-authoritative meta tag
Fetching https://google.golang.org/api/iterator?go-get=1
Parsing meta tags from https://google.golang.org/api/iterator?go-get=1 (status code 200)
get "google.golang.org/api/iterator": found meta tag get.metaImport{Prefix:"google.golang.org/api", VCS:"git", RepoRoot:"https://code.googlesource.com/google-api-go-client"} at https://google.golang.org/api/iterator?go-get=1
get "google.golang.org/api/iterator": verifying non-authoritative meta tag
Fetching https://google.golang.org/api/option?go-get=1
Parsing meta tags from https://google.golang.org/api/option?go-get=1 (status code 200)
get "google.golang.org/api/option": found meta tag get.metaImport{Prefix:"google.golang.org/api", VCS:"git", RepoRoot:"https://code.googlesource.com/google-api-go-client"} at https://google.golang.org/api/option?go-get=1
get "google.golang.org/api/option": verifying non-authoritative meta tag
Fetching https://golang.org/x/oauth2?go-get=1
Parsing meta tags from https://golang.org/x/oauth2?go-get=1 (status code 200)
get "golang.org/x/oauth2": found meta tag get.metaImport{Prefix:"golang.org/x/oauth2", VCS:"git", RepoRoot:"https://go.googlesource.com/oauth2"} at https://golang.org/x/oauth2?go-get=1
golang.org/x/oauth2 (download)
Fetching https://golang.org/x/oauth2/internal?go-get=1
Parsing meta tags from https://golang.org/x/oauth2/internal?go-get=1 (status code 200)
get "golang.org/x/oauth2/internal": found meta tag get.metaImport{Prefix:"golang.org/x/oauth2", VCS:"git", RepoRoot:"https://go.googlesource.com/oauth2"} at https://golang.org/x/oauth2/internal?go-get=1
get "golang.org/x/oauth2/internal": verifying non-authoritative meta tag
Fetching https://golang.org/x/oauth2?go-get=1
Parsing meta tags from https://golang.org/x/oauth2?go-get=1 (status code 200)
Fetching https://golang.org/x/net/context/ctxhttp?go-get=1
Parsing meta tags from https://golang.org/x/net/context/ctxhttp?go-get=1 (status code 200)
get "golang.org/x/net/context/ctxhttp": found meta tag get.metaImport{Prefix:"golang.org/x/net", VCS:"git", RepoRoot:"https://go.googlesource.com/net"} at https://golang.org/x/net/context/ctxhttp?go-get=1
get "golang.org/x/net/context/ctxhttp": verifying non-authoritative meta tag
Fetching https://golang.org/x/oauth2/google?go-get=1
Parsing meta tags from https://golang.org/x/oauth2/google?go-get=1 (status code 200)
get "golang.org/x/oauth2/google": found meta tag get.metaImport{Prefix:"golang.org/x/oauth2", VCS:"git", RepoRoot:"https://go.googlesource.com/oauth2"} at https://golang.org/x/oauth2/google?go-get=1
get "golang.org/x/oauth2/google": verifying non-authoritative meta tag
Fetching https://cloud.google.com/go/compute/metadata?go-get=1
Parsing meta tags from https://cloud.google.com/go/compute/metadata?go-get=1 (status code 200)
get "cloud.google.com/go/compute/metadata": found meta tag get.metaImport{Prefix:"cloud.google.com/go", VCS:"git", RepoRoot:"https://code.googlesource.com/gocloud"} at https://cloud.google.com/go/compute/metadata?go-get=1
get "cloud.google.com/go/compute/metadata": verifying non-authoritative meta tag
Fetching https://golang.org/x/oauth2/jws?go-get=1
Parsing meta tags from https://golang.org/x/oauth2/jws?go-get=1 (status code 200)
get "golang.org/x/oauth2/jws": found meta tag get.metaImport{Prefix:"golang.org/x/oauth2", VCS:"git", RepoRoot:"https://go.googlesource.com/oauth2"} at https://golang.org/x/oauth2/jws?go-get=1
get "golang.org/x/oauth2/jws": verifying non-authoritative meta tag
Fetching https://golang.org/x/oauth2/jwt?go-get=1
Parsing meta tags from https://golang.org/x/oauth2/jwt?go-get=1 (status code 200)
get "golang.org/x/oauth2/jwt": found meta tag get.metaImport{Prefix:"golang.org/x/oauth2", VCS:"git", RepoRoot:"https://go.googlesource.com/oauth2"} at https://golang.org/x/oauth2/jwt?go-get=1
get "golang.org/x/oauth2/jwt": verifying non-authoritative meta tag
Fetching https://google.golang.org/api/internal?go-get=1
Parsing meta tags from https://google.golang.org/api/internal?go-get=1 (status code 200)
get "google.golang.org/api/internal": found meta tag get.metaImport{Prefix:"google.golang.org/api", VCS:"git", RepoRoot:"https://code.googlesource.com/google-api-go-client"} at https://google.golang.org/api/internal?go-get=1
get "google.golang.org/api/internal": verifying non-authoritative meta tag
Fetching https://google.golang.org/api/transport/grpc?go-get=1
Parsing meta tags from https://google.golang.org/api/transport/grpc?go-get=1 (status code 200)
get "google.golang.org/api/transport/grpc": found meta tag get.metaImport{Prefix:"google.golang.org/api", VCS:"git", RepoRoot:"https://code.googlesource.com/google-api-go-client"} at https://google.golang.org/api/transport/grpc?go-get=1
get "google.golang.org/api/transport/grpc": verifying non-authoritative meta tag
Fetching https://go.opencensus.io/plugin/ocgrpc?go-get=1
Parsing meta tags from https://go.opencensus.io/plugin/ocgrpc?go-get=1 (status code 200)
get "go.opencensus.io/plugin/ocgrpc": found meta tag get.metaImport{Prefix:"go.opencensus.io", VCS:"git", RepoRoot:"https://github.com/census-instrumentation/opencensus-go"} at https://go.opencensus.io/plugin/ocgrpc?go-get=1
get "go.opencensus.io/plugin/ocgrpc": verifying non-authoritative meta tag
Fetching https://go.opencensus.io/stats?go-get=1
Parsing meta tags from https://go.opencensus.io/stats?go-get=1 (status code 200)
get "go.opencensus.io/stats": found meta tag get.metaImport{Prefix:"go.opencensus.io", VCS:"git", RepoRoot:"https://github.com/census-instrumentation/opencensus-go"} at https://go.opencensus.io/stats?go-get=1
get "go.opencensus.io/stats": verifying non-authoritative meta tag
Fetching https://go.opencensus.io/stats/internal?go-get=1
Parsing meta tags from https://go.opencensus.io/stats/internal?go-get=1 (status code 200)
get "go.opencensus.io/stats/internal": found meta tag get.metaImport{Prefix:"go.opencensus.io", VCS:"git", RepoRoot:"https://github.com/census-instrumentation/opencensus-go"} at https://go.opencensus.io/stats/internal?go-get=1
get "go.opencensus.io/stats/internal": verifying non-authoritative meta tag
Fetching https://go.opencensus.io/tag?go-get=1
Parsing meta tags from https://go.opencensus.io/tag?go-get=1 (status code 200)
get "go.opencensus.io/tag": found meta tag get.metaImport{Prefix:"go.opencensus.io", VCS:"git", RepoRoot:"https://github.com/census-instrumentation/opencensus-go"} at https://go.opencensus.io/tag?go-get=1
get "go.opencensus.io/tag": verifying non-authoritative meta tag
Fetching https://go.opencensus.io/stats/view?go-get=1
Parsing meta tags from https://go.opencensus.io/stats/view?go-get=1 (status code 200)
get "go.opencensus.io/stats/view": found meta tag get.metaImport{Prefix:"go.opencensus.io", VCS:"git", RepoRoot:"https://github.com/census-instrumentation/opencensus-go"} at https://go.opencensus.io/stats/view?go-get=1
get "go.opencensus.io/stats/view": verifying non-authoritative meta tag
Fetching https://go.opencensus.io/internal/tagencoding?go-get=1
Parsing meta tags from https://go.opencensus.io/internal/tagencoding?go-get=1 (status code 200)
get "go.opencensus.io/internal/tagencoding": found meta tag get.metaImport{Prefix:"go.opencensus.io", VCS:"git", RepoRoot:"https://github.com/census-instrumentation/opencensus-go"} at https://go.opencensus.io/internal/tagencoding?go-get=1
get "go.opencensus.io/internal/tagencoding": verifying non-authoritative meta tag
Fetching https://go.opencensus.io/trace/propagation?go-get=1
Parsing meta tags from https://go.opencensus.io/trace/propagation?go-get=1 (status code 200)
get "go.opencensus.io/trace/propagation": found meta tag get.metaImport{Prefix:"go.opencensus.io", VCS:"git", RepoRoot:"https://github.com/census-instrumentation/opencensus-go"} at https://go.opencensus.io/trace/propagation?go-get=1
get "go.opencensus.io/trace/propagation": verifying non-authoritative meta tag
Fetching https://google.golang.org/grpc/credentials/oauth?go-get=1
Parsing meta tags from https://google.golang.org/grpc/credentials/oauth?go-get=1 (status code 200)
get "google.golang.org/grpc/credentials/oauth": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at https://google.golang.org/grpc/credentials/oauth?go-get=1
get "google.golang.org/grpc/credentials/oauth": verifying non-authoritative meta tag
Fetching https://google.golang.org/genproto/googleapis/datastore/v1?go-get=1
Parsing meta tags from https://google.golang.org/genproto/googleapis/datastore/v1?go-get=1 (status code 200)
get "google.golang.org/genproto/googleapis/datastore/v1": found meta tag get.metaImport{Prefix:"google.golang.org/genproto", VCS:"git", RepoRoot:"https://github.com/google/go-genproto"} at https://google.golang.org/genproto/googleapis/datastore/v1?go-get=1
get "google.golang.org/genproto/googleapis/datastore/v1": verifying non-authoritative meta tag
Fetching https://google.golang.org/genproto/googleapis/api/annotations?go-get=1
Parsing meta tags from https://google.golang.org/genproto/googleapis/api/annotations?go-get=1 (status code 200)
get "google.golang.org/genproto/googleapis/api/annotations": found meta tag get.metaImport{Prefix:"google.golang.org/genproto", VCS:"git", RepoRoot:"https://github.com/google/go-genproto"} at https://google.golang.org/genproto/googleapis/api/annotations?go-get=1
get "google.golang.org/genproto/googleapis/api/annotations": verifying non-authoritative meta tag
Fetching https://google.golang.org/genproto/googleapis/type/latlng?go-get=1
Parsing meta tags from https://google.golang.org/genproto/googleapis/type/latlng?go-get=1 (status code 200)
get "google.golang.org/genproto/googleapis/type/latlng": found meta tag get.metaImport{Prefix:"google.golang.org/genproto", VCS:"git", RepoRoot:"https://github.com/google/go-genproto"} at https://google.golang.org/genproto/googleapis/type/latlng?go-get=1
get "google.golang.org/genproto/googleapis/type/latlng": verifying non-authoritative meta tag
google.golang.org/grpc/channelz
golang.org/x/net/http2
# google.golang.org/grpc/channelz
../../../../../google.golang.org/grpc/channelz/types_unix.go:35:15: undefined: unix.TCPInfo
@jeanbza
Copy link
Contributor

jeanbza commented May 22, 2018

This is a grpc problem introduced in this sha: grpc/grpc-go@7cc2837

It's being reverted. Please track in grpc/grpc-go#2096

@jeanbza jeanbza closed this as completed May 22, 2018
@jeanbza jeanbza added type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. api: datastore Issues related to the Datastore API. priority: p0 Highest priority. Critical issue. P0 implies highest priority. labels May 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: datastore Issues related to the Datastore API. priority: p0 Highest priority. Critical issue. P0 implies highest priority. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

2 participants