nielsbasjes commented on pull request #13308:
URL: https://github.com/apache/beam/pull/13308#issuecomment-732831019


   I ran a test with `build.dependsOn buildWebsite` removed from 
`website/build.gradle` to see if the rest of the build is ok.
   
   So far the `./gradlew :sdks:go:test:goVet` keeps failing with about 150 
errors like these :
   ```
   $ ./gradlew :sdks:go:test:goVet
   Starting a Gradle Daemon, 1 incompatible and 3 stopped Daemons could not be 
reused, use --status for details
   Configuration on demand is an incubating feature.
   
   > Task :sdks:go:goPrepare
   Use project GOPATH: /home/nbasjes/beam/sdks/go/.gogradle/project_gopath
   
   > Task :sdks:go:test:goPrepare
   Use project GOPATH: /home/nbasjes/beam/sdks/go/test/.gogradle/project_gopath
   
   > Task :sdks:go:test:resolveBuildDependencies
   Resolving ./github.com/apache/beam/sdks/go@/home/nbasjes/beam/sdks/go
   
.gogradle/project_gopath/src/github.com/apache/beam/sdks/go/test/load/vendor/google.golang.org/genproto/googleapis/cloud/bigquery/connection/v1beta1/connection.pb.go:37:2:
 cannot find package "google.golang.org/protobuf/types/known/fieldmaskpb" in 
any of:
           
/home/nbasjes/beam/sdks/go/test/.gogradle/project_gopath/src/github.com/apache/beam/sdks/go/test/load/vendor/google.golang.org/protobuf/types/known/fieldmaskpb
 (vendor tree)
           
/home/nbasjes/beam/sdks/go/test/.gogradle/project_gopath/src/github.com/apache/beam/sdks/go/test/vendor/google.golang.org/protobuf/types/known/fieldmaskpb
           
/home/nbasjes/.gradle/go/binary/1.12/go/src/google.golang.org/protobuf/types/known/fieldmaskpb
 (from $GOROOT)
           
/home/nbasjes/beam/sdks/go/test/.gogradle/project_gopath/src/google.golang.org/protobuf/types/known/fieldmaskpb
 (from $GOPATH)
   
.gogradle/project_gopath/src/github.com/apache/beam/sdks/go/test/load/vendor/github.com/etcd-io/etcd/clientv3/namespace/kv.go:20:2:
 cannot find package "github.com/coreos/etcd/clientv3" in any of:
           
/home/nbasjes/beam/sdks/go/test/.gogradle/project_gopath/src/github.com/apache/beam/sdks/go/test/load/vendor/github.com/coreos/etcd/clientv3
 (vendor tree)
           
/home/nbasjes/beam/sdks/go/test/.gogradle/project_gopath/src/github.com/apache/beam/sdks/go/test/vendor/github.com/coreos/etcd/clientv3
           
/home/nbasjes/.gradle/go/binary/1.12/go/src/github.com/coreos/etcd/clientv3 
(from $GOROOT)
           
/home/nbasjes/beam/sdks/go/test/.gogradle/project_gopath/src/github.com/coreos/etcd/clientv3
 (from $GOPATH)
   ```
   
   and
   
   ```
   can't load package: package 
github.com/apache/beam/sdks/go/test/load/vendor/golang.org/x/net/lif: build 
constraints exclude all Go files in 
/home/nbasjes/beam/sdks/go/test/.gogradle/project_gopath/src/github.com/apache/beam/sdks/go/test/load/vendor/golang.org/x/net/lif
   can't load package: package 
github.com/apache/beam/sdks/go/test/load/vendor/cloud.google.com/go/internal/godocfx:
 build constraints exclude all Go files in 
/home/nbasjes/beam/sdks/go/test/.gogradle/project_gopath/src/github.com/apache/beam/sdks/go/test/load/vendor/cloud.google.com/go/internal/godocfx
   ```
   
   My knowledge of Go and Gradle is too limited to have any idea how to fix 
this.
   
   Please help
   
   
   
   
   
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to