Package: src:golang-google-cloud Version: 0.0~git20160615-3 Severity: serious
Dear maintainer: I tried to build this package in stretch with "dpkg-buildpackage -A" (which is what the "Arch: all" autobuilder would do to build it) but it failed: -------------------------------------------------------------------------------- [...] debian/rules build-indep dh build-indep --buildsystem=golang --with=golang dh_testdir -i -O--buildsystem=golang dh_update_autotools_config -i -O--buildsystem=golang dh_auto_configure -i -O--buildsystem=golang dh_auto_configure: "google.golang.org/cloud" is already installed. Please check for circular dependencies. dh_auto_build -i -O--buildsystem=golang go install -v -p 1 google.golang.org/cloud google.golang.org/cloud/bigquery google.golang.org/cloud/bigtable google.golang.org/cloud/bigtable/bttest google.golang.org/cloud/bigtable/cmd/cbt google.golang.org/cloud/bigtable/cmd/loadtest google.golang.org/cloud/bigtable/internal/cbtrc google.golang.org/cloud/bigtable/internal/cluster_data_proto google.golang.org/cloud/bigtable/internal/cluster_service_proto google.golang.org/cloud/bigtable/internal/data_proto google.golang.org/cloud/bigtable/internal/rpc_status_proto google.golang.org/cloud/bigtable/internal/service_proto google.golang.org/cloud/bigtable/internal/table_data_proto google.golang.org/cloud/bigtable/internal/table_service_proto google.golang.org/cloud/compute/metadata google.golang.org/cloud/container google.golang.org/cloud/datastore google.golang.org/cloud/datastore/internal/proto google.golang.org/cloud/datastore/internal/type_proto google.golang.org/cloud/examples/bigquery/concat_table google.golang.org/cloud/examples /bigquery/load google.golang.org/cloud/examples/bigquery/query google.golang.org/cloud/examples/bigquery/read google.golang.org/cloud/examples/bigtable/bigtable-hello google.golang.org/cloud/examples/bigtable/search google.golang.org/cloud/examples/pubsub/cmdline google.golang.org/cloud/examples/pubsub/consumer google.golang.org/cloud/examples/storage/appengine google.golang.org/cloud/examples/storage/appenginevm google.golang.org/cloud/internal google.golang.org/cloud/internal/opts google.golang.org/cloud/internal/testutil google.golang.org/cloud/internal/transport google.golang.org/cloud/logging google.golang.org/cloud/logging/apiv2/config google.golang.org/cloud/logging/apiv2/logging google.golang.org/cloud/logging/apiv2/metrics google.golang.org/cloud/pubsub google.golang.org/cloud/storage golang.org/x/net/context golang.org/x/oauth2/internal golang.org/x/oauth2 google.golang.org/cloud/internal [... snipped ...] 2016/10/10 12:25:56 bttest: GC MaxNumVersions(1) deleted 109 cells. 2016/10/10 12:25:56 bttest: GC MaxNumVersions(1) deleted 113 cells. 2016/10/10 12:25:56 bttest: GC MaxNumVersions(1) deleted 117 cells. 2016/10/10 12:25:56 bttest: GC MaxNumVersions(1) deleted 90 cells. 2016/10/10 12:25:56 bttest: GC MaxNumVersions(1) deleted 112 cells. 2016/10/10 12:25:56 bttest: GC MaxNumVersions(1) deleted 1 cells. --- FAIL: TestConcurrentMutationsAndGC (0.11s) inmem_test.go:83: Concurrent mutations and GCs haven't completed after 100ms FAIL exit status 1 FAIL google.golang.org/cloud/bigtable/bttest 0.118s [ ... ] dh_auto_test: go test -v -p 1 google.golang.org/cloud google.golang.org/cloud/bigquery google.golang.org/cloud/bigtable google.golang.org/cloud/bigtable/bttest google.golang.org/cloud/bigtable/cmd/cbt google.golang.org/cloud/bigtable/cmd/loadtest google.golang.org/cloud/bigtable/internal/cbtrc google.golang.org/cloud/bigtable/internal/cluster_data_proto google.golang.org/cloud/bigtable/internal/cluster_service_proto google.golang.org/cloud/bigtable/internal/data_proto google.golang.org/cloud/bigtable/internal/rpc_status_proto google.golang.org/cloud/bigtable/internal/service_proto google.golang.org/cloud/bigtable/internal/table_data_proto google.golang.org/cloud/bigtable/internal/table_service_proto google.golang.org/cloud/compute/metadata google.golang.org/cloud/container google.golang.org/cloud/datastore google.golang.org/cloud/datastore/internal/proto google.golang.org/cloud/datastore/internal/type_proto google.golang.org/cloud/examples/bigquery/concat_table google.golang.org/clou d/examples/bigquery/load google.golang.org/cloud/examples/bigquery/query google.golang.org/cloud/examples/bigquery/read google.golang.org/cloud/examples/bigtable/bigtable-hello google.golang.org/cloud/examples/bigtable/search google.golang.org/cloud/examples/pubsub/cmdline google.golang.org/cloud/examples/pubsub/consumer google.golang.org/cloud/examples/storage/appengine google.golang.org/cloud/examples/storage/appenginevm google.golang.org/cloud/internal google.golang.org/cloud/internal/opts google.golang.org/cloud/internal/testutil google.golang.org/cloud/internal/transport google.golang.org/cloud/logging google.golang.org/cloud/logging/apiv2/config google.golang.org/cloud/logging/apiv2/logging google.golang.org/cloud/logging/apiv2/metrics google.golang.org/cloud/pubsub google.golang.org/cloud/storage returned exit code 1 debian/rules:6: recipe for target 'build-indep' failed make: *** [build-indep] Error 1 dpkg-buildpackage: error: debian/rules build-indep gave error exit status 2 -------------------------------------------------------------------------------- The relevant part of the build log is included above. (If you need a full build log, just say so). The part saying "haven't completed after 100ms" suggests that the test expects a certain task to be completed in a certain time. This is not a good idea for a Debian source package because there is not a guarantee anywhere that the CPU performance of a given autobuilder remains constant while the package is being built. The same machine could be doing other things in parallel. If this is really a bug in one of the build-depends, please use reassign and affects, so that this is still visible in the page for this package. Thanks.