Your message dated Fri, 21 Oct 2016 18:26:30 +0000 with message-id <[email protected]> and subject line Bug#840311: fixed in golang-google-cloud 0.0~git20160615-4 has caused the Debian Bug report #840311, regarding golang-google-cloud: FTBFS in testing (failing tests) to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 840311: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=840311 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---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.
--- End Message ---
--- Begin Message ---Source: golang-google-cloud Source-Version: 0.0~git20160615-4 We believe that the bug you reported is fixed in the latest version of golang-google-cloud, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Martín Ferrari <[email protected]> (supplier of updated golang-google-cloud package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Fri, 21 Oct 2016 17:42:30 +0000 Source: golang-google-cloud Binary: golang-google-cloud-compute-metadata-dev golang-google-cloud-dev Architecture: source all Version: 0.0~git20160615-4 Distribution: unstable Urgency: medium Maintainer: pkg-go <[email protected]> Changed-By: Martín Ferrari <[email protected]> Description: golang-google-cloud-compute-metadata-dev - Google Cloud Platform APIs (only cloud/compute/metadata) golang-google-cloud-dev - Google Cloud Platform APIs Closes: 840311 Changes: golang-google-cloud (0.0~git20160615-4) unstable; urgency=medium . * Add myself to Uploaders. * debian/control: Remove golang-go dependency from -dev package. * debian/control: Replace golang-go with golang-any in Build-Depends. * Increase timeouts in tests to avoid build failures. Closes: #840311. Checksums-Sha1: f664dbee7c80ff9f25a309873b20fce3cc933915 2560 golang-google-cloud_0.0~git20160615-4.dsc b6f0f7b41e63b4be7e18f4b4b637a61517744af6 3204 golang-google-cloud_0.0~git20160615-4.debian.tar.xz 81d6d2d83ab925fa34cc7de72c5fb086e3e0eabc 12372 golang-google-cloud-compute-metadata-dev_0.0~git20160615-4_all.deb a3b2547854816ae8b152c7b2f2a0373d0c794642 220862 golang-google-cloud-dev_0.0~git20160615-4_all.deb Checksums-Sha256: 1bcd823cfff48650d21d7632c5156f8a92b6233e4c96ebf18a01ddd7b6c7d34c 2560 golang-google-cloud_0.0~git20160615-4.dsc d4985df4816a8f500c7ed5a54beabb2b1451c4de47175bdcd74f6954d37dfa4e 3204 golang-google-cloud_0.0~git20160615-4.debian.tar.xz 76901e775d1df94b18795571f6f3d2e8ef5a39e1b22ce041162a77aa85041e39 12372 golang-google-cloud-compute-metadata-dev_0.0~git20160615-4_all.deb d1bef51c9623010cc8563adffa2c09c80cb99d4de4250a8a980b2f159c84544f 220862 golang-google-cloud-dev_0.0~git20160615-4_all.deb Files: 377908d9c4cc3d2271f512f80fed476d 2560 devel extra golang-google-cloud_0.0~git20160615-4.dsc 9fa1311a3bfadfadb71551ccdc3ce8e1 3204 devel extra golang-google-cloud_0.0~git20160615-4.debian.tar.xz 5ab6360f706409cbf976c4c810a79fd5 12372 devel extra golang-google-cloud-compute-metadata-dev_0.0~git20160615-4_all.deb 910bf444558236c558d74333c9e0a4bf 220862 devel extra golang-google-cloud-dev_0.0~git20160615-4_all.deb -----BEGIN PGP SIGNATURE----- iQIcBAEBCAAGBQJYClPIAAoJEF3Y4L+Ro9PavwsQAM7UywN7oWyC88Ml/s93oBk8 E7Zlh2x6kyTMmAraRXus6K/yJjdjF3niHysQn8p+HHa/tP1uqfM4s/h9hswl9ztG 2yD/skL9UfMKEE3pEnpDBSF9kcCoEChx+AIKWkufNAtwSA59eZOFZP+IzFU2CS/j LLXOFlD3gN1W4o9hufdoYSinFT7SlCx0VdgsEBFoH1kKWrXJJSTyNlR8WHDB9PyG kWEZ6+dqvN8nBo+AQvrOR7tCASgU0So8eDG3OJnrOffGApePJGF3rfDNXY2G5Py9 z1wm4d9XlGQw6cXptW4heh+kT8/v9MsI9TmlqGAEeEuV80lhMGN5nZvdO71RhakJ tIZs+SfF+iLIaZ2/Qji90VY2SKfo76tib1l9K3fIGo4hmXMfm4mqzTv1smOSeo48 78zEShXHmx9eyPPKjOIRmB0JP5PrNDVkHMkuJUhVeKQlqYkOZIVlLmiPYabiZVTf 29GfGr2ppj4A4ERhP68i17VjSs/olhGaXm5XNBTjeqAMllnWirxVBDz1zPJYAxMp 36M7ABAHJwJWA5oDpwjXN9YGb68bqZdov2MJEv15L7qPKmmmNCkEjd7NgDFFJ+q/ v1k9ys+7Ow+hqJ0qGN0glfKKsLmdwkLfWOBCpJXVkx56h+ACAbh+vCUHblVvZUvu YplkMjajf7DmLSoXALil =7Zpu -----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________ Pkg-go-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers
