[pkg-go] Bug#880339: golang-github-pingcap-check: FTBFS: dh_auto_test: cd obj-x86_64-linux-gnu && go test -v -p 16 github.com/pingcap/check returned exit code 1

2017-10-30 Thread Lucas Nussbaum
Source: golang-github-pingcap-check
Version: 0.0~git20170902.0.4c65d06-1
Severity: serious
Tags: buster sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20171030 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
>  debian/rules build
> dh build --buildsystem=golang --with=golang
>dh_update_autotools_config -O--buildsystem=golang
>dh_autoreconf -O--buildsystem=golang
>dh_auto_configure -O--buildsystem=golang
>dh_auto_build -O--buildsystem=golang
>   cd obj-x86_64-linux-gnu && go install 
> -gcflags=\"-trimpath=/<>/golang-github-pingcap-check-0.0\~git20170902.0.4c65d06/obj-x86_64-linux-gnu/src\"
>  
> -asmflags=\"-trimpath=/<>/golang-github-pingcap-check-0.0\~git20170902.0.4c65d06/obj-x86_64-linux-gnu/src\"
>  -v -p 16 github.com/pingcap/check
> github.com/pingcap/check
>dh_auto_test -O--buildsystem=golang
>   cd obj-x86_64-linux-gnu && go test -v -p 16 github.com/pingcap/check
> === RUN   Test
> 
> --
> FAIL: benchmark_test.go:40: BenchmarkS.TestBenchmark
> 
> benchmark_test.go:60:
> c.Assert(output.value, Matches, expected)
> ... value string = "PASS: check_test.go:144: FixtureHelper.Benchmark1\t  
> 50\t223353 ns/op\n"
> ... regex string = "PASS: check_test\\.go:[0-9]+: 
> FixtureHelper\\.Benchmark1\t *100\t *[12][0-9]{5} ns/op\n"
> 
> 
> --
> FAIL: benchmark_test.go:63: BenchmarkS.TestBenchmarkBytes
> 
> benchmark_test.go:75:
> c.Assert(output.value, Matches, expected)
> ... value string = "PASS: check_test.go:151: FixtureHelper.Benchmark2\t  
> 50\t226049 ns/op\t   4.53 MB/s\n"
> ... regex string = "PASS: check_test\\.go:[0-9]+: 
> FixtureHelper\\.Benchmark2\t *100\t *[12][0-9]{5} ns/op\t *[4-9]\\.[0-9]{2} 
> MB/s\n"
> 
> 
> --
> FAIL: benchmark_test.go:78: BenchmarkS.TestBenchmarkMem
> 
> benchmark_test.go:91:
> c.Assert(output.value, Matches, expected)
> ... value string = "PASS: check_test.go:159: FixtureHelper.Benchmark3\t  
> 50\t226753 ns/op\t  89 B/op\t   1 allocs/op\n"
> ... regex string = "PASS: check_test\\.go:[0-9]+: 
> FixtureHelper\\.Benchmark3\t *100\t *[12][0-9]{5} ns/op\t *[0-9]+ B/op\t 
> *[1-9] allocs/op\n"
> 
> OOPS: 127 passed, 3 FAILED
> --- FAIL: Test (0.13s)
> FAIL
> exit status 1
> FAIL  github.com/pingcap/check0.133s
> dh_auto_test: cd obj-x86_64-linux-gnu && go test -v -p 16 
> github.com/pingcap/check returned exit code 1

The full build log is available from:
   
http://aws-logs.debian.net/2017/10/30/golang-github-pingcap-check_0.0~git20170902.0.4c65d06-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers


[pkg-go] Bug#880293: golang-github-fsouza-go-dockerclient: FTBFS: dh_auto_test: cd _build && go test -v -p 1 github.com/fsouza/go-dockerclient github.com/fsouza/go-dockerclient/testing returned exit c

2017-10-30 Thread Lucas Nussbaum
Source: golang-github-fsouza-go-dockerclient
Version: 0.0+git20160622-2
Severity: serious
Tags: buster sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20171030 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
>  debian/rules build
> I: golang-github-fsouza-go-dockerclient_0.0+git20160622
> I: UDATE=2016-06-22 00:00:00+00:00
> dh build --buildsystem=golang --with=golang --builddirectory=_build
>dh_update_autotools_config -O--buildsystem=golang -O--builddirectory=_build
>dh_auto_configure -O--buildsystem=golang -O--builddirectory=_build
>dh_auto_build -O--buildsystem=golang -O--builddirectory=_build
>   cd _build && go install 
> -gcflags=\"-trimpath=/<>/golang-github-fsouza-go-dockerclient-0.0\+git20160622/_build/src\"
>  
> -asmflags=\"-trimpath=/<>/golang-github-fsouza-go-dockerclient-0.0\+git20160622/_build/src\"
>  -v -p 1 github.com/fsouza/go-dockerclient 
> github.com/fsouza/go-dockerclient/testing
> github.com/docker/docker/api/types/blkiodev
> github.com/docker/docker/api/types/mount
> github.com/docker/docker/api/types/strslice
> github.com/docker/go-connections/nat
> github.com/docker/go-units
> github.com/docker/docker/api/types/container
> github.com/docker/docker/api/types/versions
> github.com/docker/docker/api/types/filters
> github.com/docker/docker/api/types/network
> github.com/docker/docker/api/types/registry
> github.com/docker/docker/api/types/swarm
> github.com/docker/docker/api/types
> github.com/docker/docker/opts
> github.com/Sirupsen/logrus
> github.com/docker/docker/pkg/fileutils
> github.com/docker/docker/pkg/system
> github.com/opencontainers/runc/libcontainer/user
> github.com/docker/docker/pkg/idtools
> golang.org/x/net/context
> github.com/docker/docker/pkg/ioutils
> github.com/docker/docker/pkg/pools
> github.com/docker/docker/pkg/promise
> github.com/opencontainers/runc/libcontainer/system
> github.com/docker/docker/pkg/archive
> github.com/docker/docker/pkg/homedir
> github.com/docker/docker/pkg/stdcopy
> github.com/hashicorp/go-cleanhttp
> github.com/fsouza/go-dockerclient
> github.com/gorilla/context
> github.com/gorilla/mux
> github.com/fsouza/go-dockerclient/testing
>dh_auto_test -O--buildsystem=golang -O--builddirectory=_build
>   cd _build && go test -v -p 1 github.com/fsouza/go-dockerclient 
> github.com/fsouza/go-dockerclient/testing
> === RUN   TestAuthLegacyConfig
> --- PASS: TestAuthLegacyConfig (0.00s)
> === RUN   TestAuthBadConfig
> --- PASS: TestAuthBadConfig (0.00s)
> === RUN   TestAuthAndOtherFields
> --- PASS: TestAuthAndOtherFields (0.00s)
> === RUN   TestAuthConfig
> --- PASS: TestAuthConfig (0.00s)
> === RUN   TestAuthCheck
> --- PASS: TestAuthCheck (0.00s)
> === RUN   TestBuildImageMultipleContextsError
> --- PASS: TestBuildImageMultipleContextsError (0.00s)
> === RUN   TestBuildImageContextDirDockerignoreParsing
> --- PASS: TestBuildImageContextDirDockerignoreParsing (0.00s)
> === RUN   TestBuildImageSendXRegistryConfig
> --- PASS: TestBuildImageSendXRegistryConfig (0.00s)
> === RUN   TestChangeString
> --- PASS: TestChangeString (0.00s)
> === RUN   TestNewAPIClient
> --- PASS: TestNewAPIClient (0.00s)
> === RUN   TestNewTSLAPIClient
> --- PASS: TestNewTSLAPIClient (0.00s)
> === RUN   TestNewVersionedClient
> --- PASS: TestNewVersionedClient (0.00s)
> === RUN   TestNewVersionedClientFromEnv
> --- PASS: TestNewVersionedClientFromEnv (0.00s)
> === RUN   TestNewVersionedClientFromEnvTLS
> --- PASS: TestNewVersionedClientFromEnvTLS (0.00s)
> === RUN   TestNewTLSVersionedClient
> --- PASS: TestNewTLSVersionedClient (0.00s)
> === RUN   TestNewTLSVersionedClientInvalidCA
> --- PASS: TestNewTLSVersionedClientInvalidCA (0.00s)
> === RUN   TestNewClientInvalidEndpoint
> --- PASS: TestNewClientInvalidEndpoint (0.00s)
> === RUN   TestNewClientNoSchemeEndpoint
> --- PASS: TestNewClientNoSchemeEndpoint (0.00s)
> === RUN   TestNewTLSClient
> --- PASS: TestNewTLSClient (0.00s)
> === RUN   TestEndpoint
> --- PASS: TestEndpoint (0.00s)
> === RUN   TestGetURL
> --- PASS: TestGetURL (0.00s)
> === RUN   TestGetFakeUnixURL
> --- PASS: TestGetFakeUnixURL (0.00s)
> === RUN   TestError
> --- PASS: TestError (0.00s)
> === RUN   TestQueryString
> --- PASS: TestQueryString (0.00s)
> === RUN   TestAPIVersions
> --- PASS: TestAPIVersions (0.00s)
> === RUN   TestPing
> --- PASS: TestPing (0.00s)
> === RUN   TestPingFailing
> --- PASS: TestPingFailing (0.00s)
> === RUN   TestPingFailingWrongStatus
> --- PASS: TestPingFailingWrongStatus (0.00s)
> === RUN   TestPingErrorWithUnixSocket
> --- PASS: TestPingErrorWithUnixSocket (0.01s)
> === RUN   TestClientStreamTimeoutNotHit
> --- PASS: TestClientStreamTimeoutNotHit (0.50s)
> === RUN   TestClientStreamTimeout
> --- PASS: TestClientStreamTimeout (0.20s)
> === RUN   TestClientStreamTimeoutUnixSocket
> --- PASS: TestClientStreamTimeoutUnixSocket (0.20s)
> === RUN   TestStateString
> --- PASS: 

[pkg-go] Bug#880270: influxdb: FTBFS: Test failures

2017-10-30 Thread Lucas Nussbaum
Source: influxdb
Version: 1.1.1+dfsg1-4
Severity: serious
Tags: buster sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20171030 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> === RUN   TestTSMWriter_Write_MaxKey
> --- PASS: TestTSMWriter_Write_MaxKey (0.58s)
> [tsm1] 2017/10/30 15:37:12 Snapshot for path /tmp/tsm1-783841729/data written 
> in 3.890572ms
> [tsm1] 2017/10/30 15:37:12 Snapshot for path /tmp/tsm1-837189676/data written 
> in 4.814572ms
> --- PASS: TestEngine_CreateIterator_Aux (1.00s)
> --- PASS: TestEngine_CreateIterator_TSM_Descending (2.00s)
> --- PASS: TestEngine_CreateIterator_TSM_Ascending (2.00s)
> --- PASS: TestEngine_CreateIterator_Cache_Ascending (2.00s)
> --- PASS: TestEngine_CreateIterator_Cache_Descending (2.00s)
> --- PASS: TestEngine_CreateIterator_Condition (2.00s)
> PASS
> okgithub.com/influxdata/influxdb/tsdb/engine/tsm1 37.904s
> ? github.com/influxdata/influxdb/tsdb/internal[no test files]
> ? github.com/influxdata/influxdb/uuid [no test files]
> dh_auto_test: cd _build && go test -v -p 1 -timeout 12000s 
> github.com/influxdata/influxdb github.com/influxdata/influxdb/client 
> github.com/influxdata/influxdb/client/v2 github.com/influxdata/influxdb/cmd 
> github.com/influxdata/influxdb/cmd/influx 
> github.com/influxdata/influxdb/cmd/influx/cli 
> github.com/influxdata/influxdb/cmd/influx_inspect 
> github.com/influxdata/influxdb/cmd/influx_inspect/dumptsm 
> github.com/influxdata/influxdb/cmd/influx_inspect/export 
> github.com/influxdata/influxdb/cmd/influx_inspect/help 
> github.com/influxdata/influxdb/cmd/influx_inspect/report 
> github.com/influxdata/influxdb/cmd/influx_inspect/verify 
> github.com/influxdata/influxdb/cmd/influx_stress 
> github.com/influxdata/influxdb/cmd/influx_tsm 
> github.com/influxdata/influxdb/cmd/influx_tsm/b1 
> github.com/influxdata/influxdb/cmd/influx_tsm/bz1 
> github.com/influxdata/influxdb/cmd/influx_tsm/stats 
> github.com/influxdata/influxdb/cmd/influx_tsm/tsdb 
> github.com/influxdata/influxdb/cmd/influx_tsm/tsdb/internal 
> github.com/influxdata/influxdb/cmd/influxd 
> github.com/influxdata/influxdb/cmd/influxd/backup 
> github.com/influxdata/influxdb/cmd/influxd/help 
> github.com/influxdata/influxdb/cmd/influxd/restore 
> github.com/influxdata/influxdb/cmd/influxd/run 
> github.com/influxdata/influxdb/coordinator 
> github.com/influxdata/influxdb/importer/v8 
> github.com/influxdata/influxdb/influxql 
> github.com/influxdata/influxdb/influxql/internal 
> github.com/influxdata/influxdb/influxql/neldermead 
> github.com/influxdata/influxdb/internal github.com/influxdata/influxdb/models 
> github.com/influxdata/influxdb/monitor 
> github.com/influxdata/influxdb/monitor/diagnostics 
> github.com/influxdata/influxdb/pkg/deep 
> github.com/influxdata/influxdb/pkg/escape 
> github.com/influxdata/influxdb/pkg/limiter 
> github.com/influxdata/influxdb/pkg/pool 
> github.com/influxdata/influxdb/pkg/slices 
> github.com/influxdata/influxdb/services/admin 
> github.com/influxdata/influxdb/services/admin/statik 
> github.com/influxdata/influxdb/services/collectd 
> github.com/influxdata/influxdb/services/collectd/test_client 
> github.com/influxdata/influxdb/services/continuous_querier 
> github.com/influxdata/influxdb/services/graphite 
> github.com/influxdata/influxdb/services/httpd 
> github.com/influxdata/influxdb/services/meta 
> github.com/influxdata/influxdb/services/meta/internal 
> github.com/influxdata/influxdb/services/opentsdb 
> github.com/influxdata/influxdb/services/precreator 
> github.com/influxdata/influxdb/services/retention 
> github.com/influxdata/influxdb/services/snapshotter 
> github.com/influxdata/influxdb/services/subscriber 
> github.com/influxdata/influxdb/services/udp 
> github.com/influxdata/influxdb/stress 
> github.com/influxdata/influxdb/stress/stress_test_server 
> github.com/influxdata/influxdb/stress/v2 
> github.com/influxdata/influxdb/stress/v2/statement 
> github.com/influxdata/influxdb/stress/v2/stress_client 
> github.com/influxdata/influxdb/stress/v2/stressql 
> github.com/influxdata/influxdb/stress/v2/stressql/statement 
> github.com/influxdata/influxdb/tcp 
> github.com/influxdata/influxdb/tests/urlgen 
> github.com/influxdata/influxdb/toml github.com/influxdata/influxdb/tsdb 
> github.com/influxdata/influxdb/tsdb/engine 
> github.com/influxdata/influxdb/tsdb/engine/tsm1 
> github.com/influxdata/influxdb/tsdb/internal 
> github.com/influxdata/influxdb/uuid returned exit code 1
> debian/rules:66: recipe for target 'override_dh_auto_test' failed

The full build log is available from:
   http://aws-logs.debian.net/2017/10/30/influxdb_1.1.1+dfsg1-4_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM 

[pkg-go] Bug#871330: prometheus-alertmanager: FTBFS: src/github.com/prometheus/alertmanager/api/api.go:91: undefined: route.Context

2017-08-07 Thread Lucas Nussbaum
Source: prometheus-alertmanager
Version: 0.5.1+ds-7
Severity: serious
Tags: buster sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20170807 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<>/prometheus-alertmanager-0.5.1+ds'
> dh_auto_build -- -ldflags " -X 
> github.com/prometheus/common/version.Version=0.5.1+ds -X 
> github.com/prometheus/common/version.Revision=0.5.1+ds-7 -X 
> github.com/prometheus/common/version.Branch=debian/sid -X 
> github.com/prometheus/common/version.BuildUser=pkg-go-maintainers@lists.alioth.debian.org
>  -X github.com/prometheus/common/version.BuildDate=20170116-03:56:46 -X 
> github.com/prometheus/common/version.GoVersion=go1.8.3"
>   cd build
>   go install 
> -gcflags=\"-trimpath=/<>/prometheus-alertmanager-0.5.1\+ds/build/src\"
>  
> -asmflags=\"-trimpath=/<>/prometheus-alertmanager-0.5.1\+ds/build/src\"
>  -v -p 1 -ldflags " -X github.com/prometheus/common/version.Version=0.5.1+ds 
> -X github.com/prometheus/common/version.Revision=0.5.1+ds-7 -X 
> github.com/prometheus/common/version.Branch=debian/sid -X 
> github.com/prometheus/common/version.BuildUser=pkg-go-maintainers@lists.alioth.debian.org
>  -X github.com/prometheus/common/version.BuildDate=20170116-03:56:46 -X 
> github.com/prometheus/common/version.GoVersion=go1.8.3" 
> github.com/prometheus/alertmanager/api 
> github.com/prometheus/alertmanager/cmd/alertmanager 
> github.com/prometheus/alertmanager/config 
> github.com/prometheus/alertmanager/dispatch 
> github.com/prometheus/alertmanager/examples/webhook 
> github.com/prometheus/alertmanager/inhibit 
> github.com/prometheus/alertmanager/nflog 
> github.com/prometheus/alertmanager/nflog/nflogpb 
> github.com/prometheus/alertmanager/notify git
 hub.com/prometheus/alertmanager/provider 
github.com/prometheus/alertmanager/provider/mem 
github.com/prometheus/alertmanager/silence 
github.com/prometheus/alertmanager/silence/silencepb 
github.com/prometheus/alertmanager/template 
github.com/prometheus/alertmanager/template/internal/deftmpl 
github.com/prometheus/alertmanager/test 
github.com/prometheus/alertmanager/types github.com/prometheus/alertmanager/ui 
github.com/prometheus/alertmanager/vendor/github.com/prometheus/client_golang/api/alertmanager
> github.com/golang/protobuf/proto
> github.com/golang/protobuf/ptypes/any
> github.com/golang/protobuf/ptypes/duration
> github.com/golang/protobuf/ptypes/timestamp
> github.com/golang/protobuf/ptypes
> github.com/prometheus/common/model
> gopkg.in/yaml.v2
> github.com/prometheus/alertmanager/config
> github.com/cenkalti/backoff
> github.com/prometheus/alertmanager/types
> github.com/prometheus/alertmanager/provider
> github.com/sirupsen/logrus
> github.com/prometheus/common/log
> github.com/prometheus/alertmanager/inhibit
> github.com/matttproud/golang_protobuf_extensions/pbutil
> github.com/prometheus/alertmanager/nflog/nflogpb
> github.com/beorn7/perks/quantile
> github.com/prometheus/client_model/go
> github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg
> github.com/prometheus/common/expfmt
> github.com/prometheus/procfs/xfs
> github.com/prometheus/procfs
> github.com/prometheus/client_golang/prometheus
> golang.org/x/crypto/curve25519
> golang.org/x/crypto/poly1305
> golang.org/x/crypto/salsa20/salsa
> golang.org/x/crypto/nacl/secretbox
> golang.org/x/crypto/nacl/box
> github.com/weaveworks/mesh
> github.com/prometheus/alertmanager/nflog
> github.com/prometheus/alertmanager/silence/silencepb
> github.com/satori/go.uuid
> github.com/prometheus/alertmanager/silence
> github.com/prometheus/alertmanager/template
> golang.org/x/net/context
> golang.org/x/net/context/ctxhttp
> github.com/prometheus/alertmanager/notify
> github.com/prometheus/alertmanager/dispatch
> github.com/julienschmidt/httprouter
> github.com/prometheus/common/route
> github.com/prometheus/common/version
> github.com/prometheus/alertmanager/api
> # github.com/prometheus/alertmanager/api
> src/github.com/prometheus/alertmanager/api/api.go:91: undefined: route.Context
> github.com/prometheus/alertmanager/provider/mem
> github.com/prometheus/alertmanager/ui
> github.com/prometheus/alertmanager/examples/webhook
> github.com/prometheus/alertmanager/template/internal/deftmpl
> github.com/prometheus/alertmanager/vendor/github.com/prometheus/client_golang/api/alertmanager
> github.com/prometheus/alertmanager/test
> dh_auto_build: go install 
> -gcflags=\"-trimpath=/<>/prometheus-alertmanager-0.5.1\+ds/build/src\"
>  
> -asmflags=\"-trimpath=/<>/prometheus-alertmanager-0.5.1\+ds/build/src\"
>  -v -p 1 -ldflags " -X github.com/prometheus/common/version.Version=0.5.1+ds 
> -X github.com/prometheus/common/version.Revision=0.5.1+ds-7 -X 
> github.com/prometheus/common/version.Branch=debian/sid -X 
> github.com/prometheus/common/version.BuildUser=pkg-go-maintainers@lists.alioth.debian.org
>  -X 

[pkg-go] Bug#871078: gitlab-ci-multi-runner: FTBFS: Test failures

2017-08-06 Thread Lucas Nussbaum
Source: gitlab-ci-multi-runner
Version: 1.11.4+dfsg-1
Severity: serious
Tags: buster sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20170805 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> ? 
> gitlab.com/gitlab-org/gitlab-ci-multi-runner/vendor/k8s.io/kubernetes/pkg/util/sets
>  [no test files]
> ? 
> gitlab.com/gitlab-org/gitlab-ci-multi-runner/vendor/k8s.io/kubernetes/pkg/util/validation
>[no test files]
> ? 
> gitlab.com/gitlab-org/gitlab-ci-multi-runner/vendor/k8s.io/kubernetes/pkg/util/validation/field
>  [no test files]
> ? 
> gitlab.com/gitlab-org/gitlab-ci-multi-runner/vendor/k8s.io/kubernetes/pkg/util/wait
>  [no test files]
> ? 
> gitlab.com/gitlab-org/gitlab-ci-multi-runner/vendor/k8s.io/kubernetes/pkg/util/wsstream
>  [no test files]
> ? 
> gitlab.com/gitlab-org/gitlab-ci-multi-runner/vendor/k8s.io/kubernetes/pkg/util/yaml
>  [no test files]
> ? 
> gitlab.com/gitlab-org/gitlab-ci-multi-runner/vendor/k8s.io/kubernetes/pkg/version
>[no test files]
> ? 
> gitlab.com/gitlab-org/gitlab-ci-multi-runner/vendor/k8s.io/kubernetes/pkg/watch
>  [no test files]
> ? 
> gitlab.com/gitlab-org/gitlab-ci-multi-runner/vendor/k8s.io/kubernetes/pkg/watch/versioned
>[no test files]
> ? 
> gitlab.com/gitlab-org/gitlab-ci-multi-runner/vendor/k8s.io/kubernetes/plugin/pkg/client/auth
> [no test files]
> ? 
> gitlab.com/gitlab-org/gitlab-ci-multi-runner/vendor/k8s.io/kubernetes/plugin/pkg/client/auth/gcp
> [no test files]
> ? 
> gitlab.com/gitlab-org/gitlab-ci-multi-runner/vendor/k8s.io/kubernetes/plugin/pkg/client/auth/oidc
>[no test files]
> ? 
> gitlab.com/gitlab-org/gitlab-ci-multi-runner/vendor/k8s.io/kubernetes/third_party/forked/reflect
> [no test files]
> ? 
> gitlab.com/gitlab-org/gitlab-ci-multi-runner/vendor/k8s.io/kubernetes/third_party/golang/netutil
> [no test files]
> dh_auto_test: go test -v -p 1 -ldflags "-X 
> gitlab.com/gitlab-org/gitlab-ci-multi-runner/common.NAME=gitlab-ci-multi-runner
>  -X gitlab.com/gitlab-org/gitlab-ci-multi-runner/common.REVISION=1.11.4" 
> gitlab.com/gitlab-org/gitlab-ci-multi-runner 
> gitlab.com/gitlab-org/gitlab-ci-multi-runner/apps/gitlab-runner-helper 
> gitlab.com/gitlab-org/gitlab-ci-multi-runner/commands 
> gitlab.com/gitlab-org/gitlab-ci-multi-runner/commands/helpers 
> gitlab.com/gitlab-org/gitlab-ci-multi-runner/common 
> gitlab.com/gitlab-org/gitlab-ci-multi-runner/executors 
> gitlab.com/gitlab-org/gitlab-ci-multi-runner/executors/docker 
> gitlab.com/gitlab-org/gitlab-ci-multi-runner/executors/docker/machine 
> gitlab.com/gitlab-org/gitlab-ci-multi-runner/executors/kubernetes 
> gitlab.com/gitlab-org/gitlab-ci-multi-runner/executors/parallels 
> gitlab.com/gitlab-org/gitlab-ci-multi-runner/executors/shell 
> gitlab.com/gitlab-org/gitlab-ci-multi-runner/executors/ssh 
> gitlab.com/gitlab-org/gitlab-ci-multi-runner/executors/virtualbox 
> gitlab.com/gi
 tlab-org/gitlab-ci-multi-runner/helpers 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/helpers/archives 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/helpers/cli 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/helpers/docker 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/helpers/formatter 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/helpers/parallels 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/helpers/prometheus 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/helpers/sentry 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/helpers/service 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/helpers/service/mocks 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/helpers/ssh 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/helpers/timeperiod 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/helpers/url 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/helpers/virtualbox 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/network 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/shells 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/vendor/g
 ithub.com/ayufan/golang-kardianos-service 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/vendor/github.com/docker/machine/commands/mcndirs
 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/vendor/github.com/docker/machine/libmachine/log
 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/vendor/github.com/docker/machine/libmachine/mcnutils
 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/vendor/github.com/docker/machine/version
 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/vendor/gitlab.com/ayufan/golang-cli-helpers
 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/vendor/k8s.io/kubernetes/federation/apis/federation
 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/vendor/k8s.io/kubernetes/federation/apis/federation/install
 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/vendor/k8s.io/kubernetes/federation/apis/federation/v1beta1
 

[pkg-go] Bug#860705: golang-github-shopify-sarama: FTBFS on i386: dh_auto_test: go test -v -p 1 github.com/Shopify/sarama github.com/Shopify/sarama/mocks returned exit code 1

2017-04-19 Thread Lucas Nussbaum
Source: golang-github-shopify-sarama
Version: 1.9.0-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20170418-i386 qa-ftbfs
Justification: FTBFS in stretch on i386

Hi,

During a rebuild of all packages in stretch (in a stretch chroot, not a
sid chroot), your package failed to build on i386.

Relevant part (hopefully):
>  debian/rules build
> dh build --buildsystem=golang --with=golang
>dh_testdir -O--buildsystem=golang
>dh_update_autotools_config -O--buildsystem=golang
>dh_auto_configure -O--buildsystem=golang
>dh_auto_build -O--buildsystem=golang
>   go install -v -p 1 github.com/Shopify/sarama 
> github.com/Shopify/sarama/mocks
> github.com/davecgh/go-spew/spew
> github.com/eapache/go-resiliency/breaker
> github.com/eapache/queue
> github.com/golang/snappy
> github.com/klauspost/crc32
> github.com/Shopify/sarama
> github.com/Shopify/sarama/mocks
>dh_auto_test -O--buildsystem=golang
>   go test -v -p 1 github.com/Shopify/sarama 
> github.com/Shopify/sarama/mocks
> === RUN   TestAsyncProducer
> --- PASS: TestAsyncProducer (0.00s)
> === RUN   TestAsyncProducerMultipleFlushes
> --- PASS: TestAsyncProducerMultipleFlushes (0.00s)
> === RUN   TestAsyncProducerMultipleBrokers
> --- PASS: TestAsyncProducerMultipleBrokers (0.00s)
> === RUN   TestAsyncProducerCustomPartitioner
> --- PASS: TestAsyncProducerCustomPartitioner (0.00s)
> === RUN   TestAsyncProducerFailureRetry
> --- PASS: TestAsyncProducerFailureRetry (0.00s)
> === RUN   TestAsyncProducerEncoderFailures
> --- PASS: TestAsyncProducerEncoderFailures (0.00s)
> === RUN   TestAsyncProducerBrokerBounce
> --- PASS: TestAsyncProducerBrokerBounce (0.00s)
> === RUN   TestAsyncProducerBrokerBounceWithStaleMetadata
> --- PASS: TestAsyncProducerBrokerBounceWithStaleMetadata (0.00s)
> === RUN   TestAsyncProducerMultipleRetries
> --- PASS: TestAsyncProducerMultipleRetries (0.00s)
> === RUN   TestAsyncProducerOutOfRetries
> --- SKIP: TestAsyncProducerOutOfRetries (0.00s)
>   async_producer_test.go:485: Enable once bug #294 is fixed.
> === RUN   TestAsyncProducerRetryWithReferenceOpen
> --- PASS: TestAsyncProducerRetryWithReferenceOpen (0.00s)
> === RUN   TestAsyncProducerFlusherRetryCondition
> --- PASS: TestAsyncProducerFlusherRetryCondition (0.05s)
> === RUN   TestAsyncProducerRetryShutdown
> --- PASS: TestAsyncProducerRetryShutdown (0.01s)
> === RUN   TestBrokerAccessors
> --- PASS: TestBrokerAccessors (0.00s)
> === RUN   TestSimpleBrokerCommunication
> --- PASS: TestSimpleBrokerCommunication (0.00s)
> === RUN   TestSimpleClient
> --- PASS: TestSimpleClient (0.00s)
> === RUN   TestCachedPartitions
> --- PASS: TestCachedPartitions (0.00s)
> === RUN   TestClientDoesntCachePartitionsForTopicsWithErrors
> --- PASS: TestClientDoesntCachePartitionsForTopicsWithErrors (0.00s)
> === RUN   TestClientSeedBrokers
> --- PASS: TestClientSeedBrokers (0.00s)
> === RUN   TestClientMetadata
> --- PASS: TestClientMetadata (0.00s)
> === RUN   TestClientGetOffset
> --- PASS: TestClientGetOffset (0.00s)
> === RUN   TestClientReceivingUnknownTopic
> --- PASS: TestClientReceivingUnknownTopic (0.00s)
> === RUN   TestClientReceivingPartialMetadata
> --- PASS: TestClientReceivingPartialMetadata (0.00s)
> === RUN   TestClientRefreshBehaviour
> --- PASS: TestClientRefreshBehaviour (0.00s)
> === RUN   TestClientResurrectDeadSeeds
> --- PASS: TestClientResurrectDeadSeeds (0.00s)
> === RUN   TestClientCoordinatorWithConsumerOffsetsTopic
> --- PASS: TestClientCoordinatorWithConsumerOffsetsTopic (0.25s)
> === RUN   TestClientCoordinatorWithoutConsumerOffsetsTopic
> --- PASS: TestClientCoordinatorWithoutConsumerOffsetsTopic (2.00s)
> === RUN   TestClientAutorefreshShutdownRace
> --- PASS: TestClientAutorefreshShutdownRace (0.13s)
> === RUN   TestDefaultConfigValidates
> --- PASS: TestDefaultConfigValidates (0.00s)
> === RUN   TestClientIDValidates
> --- PASS: TestClientIDValidates (0.00s)
> === RUN   TestConsumerGroupMemberMetadata
> --- PASS: TestConsumerGroupMemberMetadata (0.00s)
> === RUN   TestConsumerGroupMemberAssignment
> --- PASS: TestConsumerGroupMemberAssignment (0.00s)
> === RUN   TestConsumerMetadataRequest
> --- PASS: TestConsumerMetadataRequest (0.00s)
> === RUN   TestConsumerMetadataResponseError
> --- PASS: TestConsumerMetadataResponseError (0.00s)
> === RUN   TestConsumerMetadataResponseSuccess
> --- PASS: TestConsumerMetadataResponseSuccess (0.00s)
> === RUN   TestConsumerOffsetManual
> --- PASS: TestConsumerOffsetManual (0.00s)
> === RUN   TestConsumerOffsetNewest
> --- PASS: TestConsumerOffsetNewest (0.00s)
> === RUN   TestConsumerRecreate
> --- PASS: TestConsumerRecreate (0.00s)
> === RUN   TestConsumerDuplicate
> --- PASS: TestConsumerDuplicate (0.00s)
> === RUN   TestConsumerLeaderRefreshError
> --- PASS: TestConsumerLeaderRefreshError (0.60s)
> === RUN   TestConsumerInvalidTopic
> --- PASS: TestConsumerInvalidTopic (0.00s)
> === RUN   TestConsumerClosePartitionWithoutLeader
> --- PASS: 

[pkg-go] Bug#860710: golang-google-api: FTBFS on i386: dh_auto_test: go test -v -p 64 google.golang.org/api/acceleratedmobilepageurl/v1 google.golang.org/api/adexchangebuyer/v1.2 google.golang.org/api

2017-04-19 Thread Lucas Nussbaum
Source: golang-google-api
Version: 0.0~git20161128.3cc2e59-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20170418-i386 qa-ftbfs
Justification: FTBFS in stretch on i386

Hi,

During a rebuild of all packages in stretch (in a stretch chroot, not a
sid chroot), your package failed to build on i386.

Relevant part (hopefully):
>  debian/rules build
> dh build --buildsystem=golang --with=golang
>dh_testdir -O--buildsystem=golang
>dh_update_autotools_config -O--buildsystem=golang
>dh_autoreconf -O--buildsystem=golang
>dh_auto_configure -O--buildsystem=golang
>dh_auto_build -O--buildsystem=golang
>   go install -v -p 64 google.golang.org/api/acceleratedmobilepageurl/v1 
> google.golang.org/api/adexchangebuyer/v1.2 
> google.golang.org/api/adexchangebuyer/v1.3 
> google.golang.org/api/adexchangebuyer/v1.4 
> google.golang.org/api/adexchangebuyer2/v2beta1 
> google.golang.org/api/adexchangeseller/v1 
> google.golang.org/api/adexchangeseller/v1.1 
> google.golang.org/api/adexchangeseller/v2.0 
> google.golang.org/api/admin/datatransfer/v1 
> google.golang.org/api/admin/directory/v1 
> google.golang.org/api/admin/email_migration/v2 
> google.golang.org/api/admin/reports/v1 google.golang.org/api/adsense/v1.2 
> google.golang.org/api/adsense/v1.3 google.golang.org/api/adsense/v1.4 
> google.golang.org/api/adsensehost/v4.1 google.golang.org/api/analytics/v2.4 
> google.golang.org/api/analytics/v3 
> google.golang.org/api/analyticsreporting/v4 
> google.golang.org/api/androidenterprise/v1 
> google.golang.org/api/androidpublisher/v1 
> google.golang.org/api/androidpublisher/v1.1 
> google.golang.org/api/androidpublisher/v2 google.golang.org
 /api/appengine/v1 google.golang.org/api/appengine/v1beta4 
google.golang.org/api/appengine/v1beta5 google.golang.org/api/appsactivity/v1 
google.golang.org/api/appstate/v1 google.golang.org/api/autoscaler/v1beta2 
google.golang.org/api/bigquery/v2 google.golang.org/api/blogger/v2 
google.golang.org/api/blogger/v3 google.golang.org/api/books/v1 
google.golang.org/api/calendar/v3 google.golang.org/api/civicinfo/v2 
google.golang.org/api/classroom/v1 google.golang.org/api/cloudbilling/v1 
google.golang.org/api/cloudbuild/v1 google.golang.org/api/clouddebugger/v2 
google.golang.org/api/clouderrorreporting/v1beta1 
google.golang.org/api/cloudlatencytest/v2 
google.golang.org/api/cloudmonitoring/v2beta2 
google.golang.org/api/cloudresourcemanager/v1 
google.golang.org/api/cloudresourcemanager/v1beta1 
google.golang.org/api/cloudtrace/v1 
google.golang.org/api/clouduseraccounts/v0.alpha 
google.golang.org/api/clouduseraccounts/v0.beta 
google.golang.org/api/clouduseraccounts/vm_alpha google.golang.org/api
 /clouduseraccounts/vm_beta google.golang.org/api/compute/v0.alpha 
google.golang.org/api/compute/v0.beta google.golang.org/api/compute/v1 
google.golang.org/api/consumersurveys/v2 google.golang.org/api/container/v1 
google.golang.org/api/content/v2 google.golang.org/api/content/v2sandbox 
google.golang.org/api/coordinate/v1 google.golang.org/api/customsearch/v1 
google.golang.org/api/dataflow/v1b3 google.golang.org/api/dataproc/v1 
google.golang.org/api/dataproc/v1alpha1 google.golang.org/api/dataproc/v1beta1 
google.golang.org/api/datastore/v1 google.golang.org/api/datastore/v1beta1 
google.golang.org/api/datastore/v1beta2 google.golang.org/api/datastore/v1beta3 
google.golang.org/api/deploymentmanager/v2 
google.golang.org/api/deploymentmanager/v2beta1 
google.golang.org/api/deploymentmanager/v2beta2 
google.golang.org/api/dfareporting/v1 google.golang.org/api/dfareporting/v1.1 
google.golang.org/api/dfareporting/v1.2 google.golang.org/api/dfareporting/v1.3 
google.golang.org/api/dfareporting/v
 2.0 google.golang.org/api/dfareporting/v2.1 
google.golang.org/api/dfareporting/v2.2 google.golang.org/api/dfareporting/v2.3 
google.golang.org/api/dfareporting/v2.4 google.golang.org/api/dfareporting/v2.5 
google.golang.org/api/dfareporting/v2.5beta1 
google.golang.org/api/dfareporting/v2.6 google.golang.org/api/dfareporting/v2.7 
google.golang.org/api/discovery/v1 google.golang.org/api/dns/v1 
google.golang.org/api/dns/v1beta1 google.golang.org/api/dns/v2beta1 
google.golang.org/api/doubleclickbidmanager/v1 
google.golang.org/api/doubleclicksearch/v2 google.golang.org/api/drive/v1 
google.golang.org/api/drive/v2 google.golang.org/api/drive/v3 
google.golang.org/api/firebasedynamiclinks/v1 
google.golang.org/api/firebaserules/v1 google.golang.org/api/fitness/v1 
google.golang.org/api/freebase/v1 google.golang.org/api/fusiontables/v1 
google.golang.org/api/fusiontables/v2 google.golang.org/api/games/v1 
google.golang.org/api/gamesconfiguration/v1configuration 
google.golang.org/api/gamesmanagement
 /v1management google.golang.org/api/gan/v1beta1 
google.golang.org/api/genomics/v1 google.golang.org/api/genomics/v1alpha2 
google.golang.org/api/genomics/v1beta2 google.golang.org/api/gensupport 
google.golang.org/api/gmail/v1 

[pkg-go] Bug#860703: golang-github-jacobsa-fuse: FTBFS on i386: dh_auto_build: go install -v -p 1 github.com/jacobsa/fuse github.com/jacobsa/fuse/fsutil github.com/jacobsa/fuse/fuseops github.com/jaco

2017-04-19 Thread Lucas Nussbaum
Source: golang-github-jacobsa-fuse
Version: 0.0~git20150806.0.9a7512a-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20170418-i386 qa-ftbfs
Justification: FTBFS in stretch on i386

Hi,

During a rebuild of all packages in stretch (in a stretch chroot, not a
sid chroot), your package failed to build on i386.

Relevant part (hopefully):
>  debian/rules build
> dh build --buildsystem=golang --with=golang
>dh_testdir -O--buildsystem=golang
>dh_update_autotools_config -O--buildsystem=golang
>dh_auto_configure -O--buildsystem=golang
>dh_auto_build -O--buildsystem=golang
>   go install -v -p 1 github.com/jacobsa/fuse 
> github.com/jacobsa/fuse/fsutil github.com/jacobsa/fuse/fuseops 
> github.com/jacobsa/fuse/fusetesting github.com/jacobsa/fuse/fuseutil 
> github.com/jacobsa/fuse/internal/buffer 
> github.com/jacobsa/fuse/internal/freelist 
> github.com/jacobsa/fuse/internal/fusekernel
> github.com/jacobsa/fuse/internal/fusekernel
> github.com/jacobsa/fuse/fuseops
> github.com/jacobsa/fuse/internal/buffer
> # github.com/jacobsa/fuse/internal/buffer
> src/github.com/jacobsa/fuse/internal/buffer/runtime.go:22: missing function 
> body for "memclr"
> src/github.com/jacobsa/fuse/internal/buffer/runtime.go:27: missing function 
> body for "memmove"
> github.com/jacobsa/fuse/internal/freelist
> golang.org/x/net/context
> github.com/jacobsa/fuse/fsutil
> github.com/jacobsa/oglematchers
> github.com/jacobsa/oglemock
> github.com/jacobsa/ogletest/srcutil
> github.com/jacobsa/reqtrace
> github.com/jacobsa/ogletest
> github.com/jacobsa/syncutil
> github.com/jacobsa/fuse/fusetesting
> # github.com/jacobsa/fuse/fusetesting
> src/github.com/jacobsa/fuse/fusetesting/stat_linux.go:33: cannot use 
> sys.(*syscall.Stat_t).Nlink (type uint32) as type uint64 in assignment
> dh_auto_build: go install -v -p 1 github.com/jacobsa/fuse 
> github.com/jacobsa/fuse/fsutil github.com/jacobsa/fuse/fuseops 
> github.com/jacobsa/fuse/fusetesting github.com/jacobsa/fuse/fuseutil 
> github.com/jacobsa/fuse/internal/buffer 
> github.com/jacobsa/fuse/internal/freelist 
> github.com/jacobsa/fuse/internal/fusekernel returned exit code 2
> debian/rules:7: recipe for target 'build' failed
> make: *** [build] Error 2

The full build log is available from:
   
http://aws-logs.debian.net/2017/04/18/golang-github-jacobsa-fuse_0.0~git20150806.0.9a7512a-1_testing-i386.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers


[pkg-go] Bug#860692: gopacket: FTBFS on i386: XXX

2017-04-19 Thread Lucas Nussbaum
Source: gopacket
Version: 1.1.12-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20170418-i386 qa-ftbfs
Justification: FTBFS in stretch on i386

Hi,

During a rebuild of all packages in stretch (in a stretch chroot, not a
sid chroot), your package failed to build on i386.

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> dh_auto_configure
>   mkdir -p obj-i686-linux-gnu
>   Copy decode.go -> 
> obj-i686-linux-gnu/src/github.com/google/gopacket/decode.go
>   Copy packet.go -> 
> obj-i686-linux-gnu/src/github.com/google/gopacket/packet.go
>   Copy writer_test.go -> 
> obj-i686-linux-gnu/src/github.com/google/gopacket/writer_test.go
>   Copy writer.go -> 
> obj-i686-linux-gnu/src/github.com/google/gopacket/writer.go
>   Copy layerclass.go -> 
> obj-i686-linux-gnu/src/github.com/google/gopacket/layerclass.go
>   Copy doc.go -> obj-i686-linux-gnu/src/github.com/google/gopacket/doc.go
>   Copy layertype.go -> 
> obj-i686-linux-gnu/src/github.com/google/gopacket/layertype.go
>   Copy packet_test.go -> 
> obj-i686-linux-gnu/src/github.com/google/gopacket/packet_test.go
>   Copy parser.go -> 
> obj-i686-linux-gnu/src/github.com/google/gopacket/parser.go
>   Copy base.go -> 
> obj-i686-linux-gnu/src/github.com/google/gopacket/base.go
>   Copy flows.go -> 
> obj-i686-linux-gnu/src/github.com/google/gopacket/flows.go
>   Copy benchmark_test.go -> 
> obj-i686-linux-gnu/src/github.com/google/gopacket/benchmark_test.go
>   Copy afpacket/header.go -> 
> obj-i686-linux-gnu/src/github.com/google/gopacket/afpacket/header.go
>   Copy afpacket/afpacket.go -> 
> obj-i686-linux-gnu/src/github.com/google/gopacket/afpacket/afpacket.go
>   Copy afpacket/options.go -> 
> obj-i686-linux-gnu/src/github.com/google/gopacket/afpacket/options.go
>   Copy afpacket/afpacket_test.go -> 
> obj-i686-linux-gnu/src/github.com/google/gopacket/afpacket/afpacket_test.go
>   Copy examples/pfdump/main.go -> 
> obj-i686-linux-gnu/src/github.com/google/gopacket/examples/pfdump/main.go
>   Copy examples/httpassembly/main.go -> 
> obj-i686-linux-gnu/src/github.com/google/gopacket/examples/httpassembly/main.go
>   Copy examples/util/util.go -> 
> obj-i686-linux-gnu/src/github.com/google/gopacket/examples/util/util.go
>   Copy examples/synscan/main.go -> 
> obj-i686-linux-gnu/src/github.com/google/gopacket/examples/synscan/main.go
>   Copy examples/pcapdump/main.go -> 
> obj-i686-linux-gnu/src/github.com/google/gopacket/examples/pcapdump/main.go
>   Copy examples/bytediff/main.go -> 
> obj-i686-linux-gnu/src/github.com/google/gopacket/examples/bytediff/main.go
>   Copy examples/bidirectional/main.go -> 
> obj-i686-linux-gnu/src/github.com/google/gopacket/examples/bidirectional/main.go
>   Copy examples/pcaplay/main.go -> 
> obj-i686-linux-gnu/src/github.com/google/gopacket/examples/pcaplay/main.go
>   Copy examples/statsassembly/main.go -> 
> obj-i686-linux-gnu/src/github.com/google/gopacket/examples/statsassembly/main.go
>   Copy examples/arpscan/arpscan.go -> 
> obj-i686-linux-gnu/src/github.com/google/gopacket/examples/arpscan/arpscan.go
>   Copy tcpassembly/assembly_test.go -> 
> obj-i686-linux-gnu/src/github.com/google/gopacket/tcpassembly/assembly_test.go
>   Copy tcpassembly/assembly.go -> 
> obj-i686-linux-gnu/src/github.com/google/gopacket/tcpassembly/assembly.go
>   Copy tcpassembly/tcpreader/reader.go -> 
> obj-i686-linux-gnu/src/github.com/google/gopacket/tcpassembly/tcpreader/reader.go
>   Copy tcpassembly/tcpreader/reader_test.go -> 
> obj-i686-linux-gnu/src/github.com/google/gopacket/tcpassembly/tcpreader/reader_test.go
>   Copy layers/usb_test.go -> 
> obj-i686-linux-gnu/src/github.com/google/gopacket/layers/usb_test.go
>   Copy layers/radiotap.go -> 
> obj-i686-linux-gnu/src/github.com/google/gopacket/layers/radiotap.go
>   Copy layers/endpoints.go -> 
> obj-i686-linux-gnu/src/github.com/google/gopacket/layers/endpoints.go
>   Copy layers/igmp.go -> 
> obj-i686-linux-gnu/src/github.com/google/gopacket/layers/igmp.go
>   Copy layers/ctp.go -> 
> obj-i686-linux-gnu/src/github.com/google/gopacket/layers/ctp.go
>   Copy layers/icmp6_test.go -> 
> obj-i686-linux-gnu/src/github.com/google/gopacket/layers/icmp6_test.go
>   Copy layers/dot1q_test.go -> 
> obj-i686-linux-gnu/src/github.com/google/gopacket/layers/dot1q_test.go
>   Copy layers/pppoe.go -> 
> obj-i686-linux-gnu/src/github.com/google/gopacket/layers/pppoe.go
>   Copy layers/dot1q.go -> 
> obj-i686-linux-gnu/src/github.com/google/gopacket/layers/dot1q.go
>   Copy layers/tcpip_test.go -> 
> obj-i686-linux-gnu/src/github.com/google/gopacket/layers/tcpip_test.go
>   Copy layers/cdp.go -> 
> obj-i686-linux-gnu/src/github.com/google/gopacket/layers/cdp.go
>   Copy layers/tcpip.go -> 
> obj-i686-linux-gnu/src/github.com/google/gopacket/layers/tcpip.go
>   Copy 

[pkg-go] Bug#860699: golang-google-cloud: FTBFS on i386: Test failures

2017-04-19 Thread Lucas Nussbaum
Source: golang-google-cloud
Version: 0.5.0-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20170418-i386 qa-ftbfs
Justification: FTBFS in stretch on i386

Hi,

During a rebuild of all packages in stretch (in a stretch chroot, not a
sid chroot), your package failed to build on i386.

Relevant part (hopefully):
> --- SKIP: TestTranslateMultipleInputs (0.00s)
>   translate_test.go:47: Integration tests skipped. See CONTRIBUTING.md 
> for details
> === RUN   TestTranslateErrors
> --- SKIP: TestTranslateErrors (0.00s)
>   translate_test.go:47: Integration tests skipped. See CONTRIBUTING.md 
> for details
> === RUN   TestDetectLanguage
> --- SKIP: TestDetectLanguage (0.00s)
>   translate_test.go:47: Integration tests skipped. See CONTRIBUTING.md 
> for details
> === RUN   TestSupportedLanguages
> --- SKIP: TestSupportedLanguages (0.00s)
>   translate_test.go:47: Integration tests skipped. See CONTRIBUTING.md 
> for details
> PASS
> okcloud.google.com/go/translate   0.026s
> ? cloud.google.com/go/translate/internal/translate/v2 [no test files]
> dh_auto_test: go test -v -p 1 cloud.google.com/go 
> cloud.google.com/go/bigquery cloud.google.com/go/bigtable 
> cloud.google.com/go/bigtable/bttest cloud.google.com/go/bigtable/cmd/cbt 
> cloud.google.com/go/bigtable/cmd/emulator 
> cloud.google.com/go/bigtable/cmd/loadtest 
> cloud.google.com/go/bigtable/cmd/scantest 
> cloud.google.com/go/bigtable/internal/cbtrc 
> cloud.google.com/go/bigtable/internal/gax 
> cloud.google.com/go/bigtable/internal/option 
> cloud.google.com/go/bigtable/internal/stat cloud.google.com/go/civil 
> cloud.google.com/go/compute/metadata cloud.google.com/go/container 
> cloud.google.com/go/datastore cloud.google.com/go/debugger/apiv2 
> cloud.google.com/go/errorreporting/apiv1beta1 cloud.google.com/go/errors 
> cloud.google.com/go/iam cloud.google.com/go/iam/admin/apiv1 
> cloud.google.com/go/internal cloud.google.com/go/internal/fields 
> cloud.google.com/go/internal/optional cloud.google.com/go/internal/pretty 
> cloud.google.com/go/internal/testutil cloud.google.com/go/language/apiv1 
> cloud.google
 .com/go/logging cloud.google.com/go/logging/apiv2 
cloud.google.com/go/logging/internal 
cloud.google.com/go/logging/internal/testing 
cloud.google.com/go/logging/logadmin cloud.google.com/go/longrunning 
cloud.google.com/go/monitoring/apiv3 cloud.google.com/go/pubsub 
cloud.google.com/go/pubsub/apiv1 cloud.google.com/go/speech/apiv1beta1 
cloud.google.com/go/storage cloud.google.com/go/trace 
cloud.google.com/go/trace/apiv1 cloud.google.com/go/translate 
cloud.google.com/go/translate/internal/translate/v2 returned exit code 2
> debian/rules:35: recipe for target 'override_dh_auto_test' failed

The full build log is available from:
   
http://aws-logs.debian.net/2017/04/18/golang-google-cloud_0.5.0-1_testing-i386.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers


[pkg-go] Bug#860678: golang-github-spf13-viper: FTBFS on i386: dh_auto_test: go test -v -p 64 github.com/spf13/viper github.com/spf13/viper/remote returned exit code 2

2017-04-19 Thread Lucas Nussbaum
Source: golang-github-spf13-viper
Version: 0.0~git20161213.0.5ed0fc3-2
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20170418-i386 qa-ftbfs
Justification: FTBFS in stretch on i386

Hi,

During a rebuild of all packages in stretch (in a stretch chroot, not a
sid chroot), your package failed to build on i386.

Relevant part (hopefully):
>  debian/rules build
> dh build --buildsystem=golang --with=golang
>dh_testdir -O--buildsystem=golang
>dh_update_autotools_config -O--buildsystem=golang
>dh_autoreconf -O--buildsystem=golang
>dh_auto_configure -O--buildsystem=golang
>dh_auto_build -O--buildsystem=golang
>   go install -v -p 64 github.com/spf13/viper github.com/spf13/viper/remote
> golang.org/x/sys/unix
> github.com/hashicorp/hcl/hcl/strconv
> github.com/mitchellh/mapstructure
> github.com/pelletier/go-buffruneio
> golang.org/x/text/transform
> github.com/spf13/cast
> github.com/spf13/afero/mem
> github.com/spf13/jwalterweatherman
> gopkg.in/yaml.v2
> github.com/xordataexchange/crypt/backend
> golang.org/x/crypto/openpgp/errors
> github.com/magiconair/properties
> github.com/spf13/pflag
> github.com/coreos/go-etcd/etcd
> github.com/armon/consul-api
> golang.org/x/crypto/cast5
> golang.org/x/crypto/openpgp/elgamal
> golang.org/x/crypto/openpgp/armor
> golang.org/x/crypto/openpgp/s2k
> github.com/pelletier/go-toml
> github.com/hashicorp/hcl/hcl/token
> golang.org/x/crypto/openpgp/packet
> github.com/hashicorp/hcl/hcl/ast
> github.com/hashicorp/hcl/hcl/scanner
> github.com/hashicorp/hcl/json/token
> golang.org/x/text/unicode/norm
> github.com/hashicorp/hcl/hcl/parser
> github.com/hashicorp/hcl/json/scanner
> github.com/hashicorp/hcl/json/parser
> github.com/xordataexchange/crypt/backend/consul
> github.com/hashicorp/hcl
> github.com/xordataexchange/crypt/backend/etcd
> github.com/fsnotify/fsnotify
> golang.org/x/crypto/openpgp
> github.com/spf13/afero
> github.com/xordataexchange/crypt/encoding/secconf
> github.com/xordataexchange/crypt/config
> github.com/spf13/viper
> github.com/spf13/viper/remote
>dh_auto_test -O--buildsystem=golang
>   go test -v -p 64 github.com/spf13/viper github.com/spf13/viper/remote
> # github.com/spf13/viper
> src/github.com/spf13/viper/viper_test.go:844: constant 765432101234567 
> overflows int
> src/github.com/spf13/viper/viper_test.go:868: constant 7654321001234567 
> overflows int
> FAIL  github.com/spf13/viper [build failed]
> ? github.com/spf13/viper/remote   [no test files]
> dh_auto_test: go test -v -p 64 github.com/spf13/viper 
> github.com/spf13/viper/remote returned exit code 2

The full build log is available from:
   
http://aws-logs.debian.net/2017/04/18/golang-github-spf13-viper_0.0~git20161213.0.5ed0fc3-2_testing-i386.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers


[pkg-go] Bug#860660: golang-github-cznic-fileutil: FTBFS on i386: dh_auto_test: go test -v -p 1 github.com/cznic/fileutil github.com/cznic/fileutil/falloc github.com/cznic/fileutil/hdb github.com/czni

2017-04-19 Thread Lucas Nussbaum
Source: golang-github-cznic-fileutil
Version: 0.0~git20150708.0.1c9c88f-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20170418-i386 qa-ftbfs
Justification: FTBFS in stretch on i386

Hi,

During a rebuild of all packages in stretch (in a stretch chroot, not a
sid chroot), your package failed to build on i386.

Relevant part (hopefully):
>  debian/rules build
> dh build --buildsystem=golang --with=golang
>dh_testdir -O--buildsystem=golang
>dh_update_autotools_config -O--buildsystem=golang
>dh_auto_configure -O--buildsystem=golang
>dh_auto_build -O--buildsystem=golang
>   go install -v -p 1 github.com/cznic/fileutil 
> github.com/cznic/fileutil/falloc github.com/cznic/fileutil/hdb 
> github.com/cznic/fileutil/storage
> github.com/cznic/fileutil
> github.com/cznic/fileutil/storage
> github.com/cznic/mathutil
> github.com/cznic/fileutil/falloc
> github.com/cznic/fileutil/hdb
>dh_auto_test -O--buildsystem=golang
>   go test -v -p 1 github.com/cznic/fileutil 
> github.com/cznic/fileutil/falloc github.com/cznic/fileutil/hdb 
> github.com/cznic/fileutil/storage
> === RUN   TestTempFile
> --- PASS: TestTempFile (0.00s)
>   all_test.go:21: /tmp/abc398555854mno.xyz
> === RUN   TestPunch
> --- FAIL: TestPunch (0.07s)
>   punch_test.go:33: 0. error punching at 1, size 1: SYS_FALLOCATE: 
> invalid argument
>   punch_test.go:33: 1. error punching at 31, size 31: SYS_FALLOCATE: 
> invalid argument
>   punch_test.go:33: 2. error punching at 1024, size 1024: SYS_FALLOCATE: 
> invalid argument
> FAIL
> exit status 1
> FAIL  github.com/cznic/fileutil   0.077s
> === RUN   TestCreate
> --- PASS: TestCreate (0.00s)
> === RUN   TestOpen
> --- PASS: TestOpen (0.00s)
> === RUN   TestContentEncodingDecoding
> --- PASS: TestContentEncodingDecoding (1.44s)
> === RUN   TestFreeTail
> --- PASS: TestFreeTail (1.03s)
> === RUN   TestFreeTail2
> --- PASS: TestFreeTail2 (0.99s)
> === RUN   TestFreeIsolated
> --- PASS: TestFreeIsolated (0.53s)
> === RUN   TestFreeBlockList
> --- PASS: TestFreeBlockList (0.01s)
>   all_test.go:986: 0 1
>   all_test.go:986: 1 0
> === RUN   TestFreeBlockList2
> --- PASS: TestFreeBlockList2 (0.02s)
> === RUN   TestFreeBlockList3
> --- PASS: TestFreeBlockList3 (3.91s)
> === RUN   TestRealloc1
> --- PASS: TestRealloc1 (0.02s)
> === RUN   TestRealloc1Keep
> --- PASS: TestRealloc1Keep (0.02s)
> === RUN   TestRealloc2
> --- PASS: TestRealloc2 (0.02s)
> === RUN   TestRealloc2Keep
> --- PASS: TestRealloc2Keep (0.02s)
> === RUN   TestRealloc3
> --- PASS: TestRealloc3 (0.02s)
> === RUN   TestRealloc3Keep
> --- PASS: TestRealloc3Keep (0.02s)
> === RUN   TestRealloc4Keep
> --- PASS: TestRealloc4Keep (0.01s)
> === RUN   TestRealloc5
> --- PASS: TestRealloc5 (0.02s)
> === RUN   TestRealloc5Keep
> --- PASS: TestRealloc5Keep (0.01s)
> === RUN   TestRealloc6
> --- PASS: TestRealloc6 (0.01s)
> === RUN   TestRealloc6Keep
> --- PASS: TestRealloc6Keep (0.01s)
> === RUN   TestRelocRealloc1
> --- PASS: TestRelocRealloc1 (0.01s)
> === RUN   TestRelocRealloc1Keep
> --- PASS: TestRelocRealloc1Keep (0.01s)
> === RUN   TestRelocRealloc2
> --- PASS: TestRelocRealloc2 (0.01s)
> === RUN   TestRelocRealloc2Keep
> --- PASS: TestRelocRealloc2Keep (0.01s)
> === RUN   TestRelocRealloc3
> --- PASS: TestRelocRealloc3 (0.01s)
> === RUN   TestRelocRealloc3Keep
> --- PASS: TestRelocRealloc3Keep (0.01s)
> === RUN   TestRelocRealloc4
> --- PASS: TestRelocRealloc4 (0.01s)
> === RUN   TestRelocRealloc4Keep
> --- PASS: TestRelocRealloc4Keep (0.01s)
> === RUN   TestRelocRealloc5
> --- PASS: TestRelocRealloc5 (0.01s)
> === RUN   TestRelocRealloc5Keep
> --- PASS: TestRelocRealloc5Keep (0.01s)
> === RUN   TestRelocRealloc6
> --- PASS: TestRelocRealloc6 (0.01s)
> === RUN   TestRelocRealloc6Keep
> --- PASS: TestRelocRealloc6Keep (0.01s)
> === RUN   TestFreespaceReuse
> --- PASS: TestFreespaceReuse (0.01s)
> === RUN   TestFreespaceReuse2
> --- PASS: TestFreespaceReuse2 (0.01s)
> === RUN   TestBug1
> --- PASS: TestBug1 (0.00s)
> === RUN   TestMix
> --- PASS: TestMix (15.81s)
>   all_test.go:2983: 1024
>   all_test.go:3023: write time A 4.34
>   all_test.go:3027: size A 15692448 for 15627564 bytes (fill factor 99.6%)
>   all_test.go:3038: read time A 4.69
>   all_test.go:3046: free time A 0.00412
>   all_test.go:3050: size B 15670864 (freeing half of the blocks)
>   all_test.go:3066: read time B 2.26
>   all_test.go:3084: realoc time B 2.16
>   all_test.go:3088: size C 21024976 for 15627564 bytes (reallocated all 
> used blocks to double size, fill factor 74.3%
>   all_test.go:3104: read time C 2.3
> PASS
> okgithub.com/cznic/fileutil/falloc24.072s
> === RUN   TestPlaceholder
> --- PASS: TestPlaceholder (0.00s)
>   all_test.go:14: TODO
> PASS
> okgithub.com/cznic/fileutil/hdb   0.003s
> === RUN   TestCache0
> --- PASS: TestCache0 (0.00s)
> === RUN   TestCache1
> --- PASS: TestCache1 (0.00s)
> === RUN   

[pkg-go] Bug#860646: golang-github-jacobsa-ogletest: FTBFS on i386: dh_auto_test: go test -v -p 1 github.com/jacobsa/ogletest github.com/jacobsa/ogletest/srcutil github.com/jacobsa/ogletest/test_cases

2017-04-19 Thread Lucas Nussbaum
Source: golang-github-jacobsa-ogletest
Version: 0.0~git20150610-6
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20170418-i386 qa-ftbfs
Justification: FTBFS in stretch on i386

Hi,

During a rebuild of all packages in stretch (in a stretch chroot, not a
sid chroot), your package failed to build on i386.

Relevant part (hopefully):
>  debian/rules build
> dh build --buildsystem=golang --with=golang
>dh_testdir -O--buildsystem=golang
>dh_update_autotools_config -O--buildsystem=golang
>dh_auto_configure -O--buildsystem=golang
>dh_auto_build -O--buildsystem=golang
>   go install -v -p 1 github.com/jacobsa/ogletest 
> github.com/jacobsa/ogletest/srcutil github.com/jacobsa/ogletest/test_cases 
> github.com/jacobsa/ogletest/test_cases/mock_image
> github.com/jacobsa/oglematchers
> github.com/jacobsa/oglemock
> github.com/jacobsa/ogletest/srcutil
> golang.org/x/net/context
> github.com/jacobsa/reqtrace
> github.com/jacobsa/ogletest
> github.com/jacobsa/ogletest/test_cases/mock_image
> github.com/jacobsa/ogletest/test_cases
>dh_auto_test -O--buildsystem=golang
>   go test -v -p 1 github.com/jacobsa/ogletest 
> github.com/jacobsa/ogletest/srcutil github.com/jacobsa/ogletest/test_cases 
> github.com/jacobsa/ogletest/test_cases/mock_image
> === RUN   TestNoCurrentTest
> --- PASS: TestNoCurrentTest (0.00s)
> === RUN   TestNoFailure
> --- PASS: TestNoFailure (0.00s)
> === RUN   TestInvalidFormatString
> --- PASS: TestInvalidFormatString (0.00s)
> === RUN   TestNoMatchWithoutErrorText
> --- PASS: TestNoMatchWithoutErrorText (0.00s)
> === RUN   TestNoMatchWithErrorTExt
> --- PASS: TestNoMatchWithErrorTExt (0.00s)
> === RUN   TestFailureWithUserMessage
> --- PASS: TestFailureWithUserMessage (0.00s)
> === RUN   TestAdditionalFailure
> --- PASS: TestAdditionalFailure (0.00s)
> === RUN   TestGoldenFiles
> --- FAIL: TestGoldenFiles (4.45s)
>   integration_test.go:261: Output for test case panicking doesn't match 
> golden file.
> FAIL
> exit status 1
> FAIL  github.com/jacobsa/ogletest 4.458s
> === RUN   TestRegisterMethodsTest
> [--] Running tests from MethodsTest
> [ RUN  ] MethodsTest.NoMethods
> [   OK ] MethodsTest.NoMethods
> [ RUN  ] MethodsTest.OneMethod
> [   OK ] MethodsTest.OneMethod
> [ RUN  ] MethodsTest.MultipleMethods
> [   OK ] MethodsTest.MultipleMethods
> [--] Finished with tests from MethodsTest
> --- PASS: TestRegisterMethodsTest (0.00s)
> PASS
> okgithub.com/jacobsa/ogletest/srcutil 0.002s
> ? github.com/jacobsa/ogletest/test_cases  [no test files]
> ? github.com/jacobsa/ogletest/test_cases/mock_image   [no test files]
> dh_auto_test: go test -v -p 1 github.com/jacobsa/ogletest 
> github.com/jacobsa/ogletest/srcutil github.com/jacobsa/ogletest/test_cases 
> github.com/jacobsa/ogletest/test_cases/mock_image returned exit code 1

The full build log is available from:
   
http://aws-logs.debian.net/2017/04/18/golang-github-jacobsa-ogletest_0.0~git20150610-6_testing-i386.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers


[pkg-go] Bug#860633: golang-gopkg-asn1-ber.v1: FTBFS on i386: dh_auto_test: go test -v -p 1 gopkg.in/asn1-ber.v1 returned exit code 2

2017-04-19 Thread Lucas Nussbaum
Source: golang-gopkg-asn1-ber.v1
Version: 1.1-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20170418-i386 qa-ftbfs
Justification: FTBFS in stretch on i386

Hi,

During a rebuild of all packages in stretch (in a stretch chroot, not a
sid chroot), your package failed to build on i386.

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> dh_auto_configure
> cp -r tests _build/src/gopkg.in/asn1-ber.v1/
> make[1]: Leaving directory '/<>'
>dh_auto_build -O--buildsystem=golang -O--builddirectory=_build
>   go install -v -p 1 gopkg.in/asn1-ber.v1
> gopkg.in/asn1-ber.v1
>dh_auto_test -O--buildsystem=golang -O--builddirectory=_build
>   go test -v -p 1 gopkg.in/asn1-ber.v1
> # gopkg.in/asn1-ber.v1
> src/gopkg.in/asn1-ber.v1/length_test.go:83: constant 9223372036854775807 
> overflows int
> src/gopkg.in/asn1-ber.v1/length_test.go:137: constant 9223372036854775807 
> overflows int
> FAIL  gopkg.in/asn1-ber.v1 [build failed]
> dh_auto_test: go test -v -p 1 gopkg.in/asn1-ber.v1 returned exit code 2

The full build log is available from:
   
http://aws-logs.debian.net/2017/04/18/golang-gopkg-asn1-ber.v1_1.1-1_testing-i386.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers


[pkg-go] Bug#860628: golang-github-ghodss-yaml: FTBFS on i386: dh_auto_test: go test -v -p 1 github.com/ghodss/yaml returned exit code 2

2017-04-19 Thread Lucas Nussbaum
Source: golang-github-ghodss-yaml
Version: 0.0~git20150909.0.73d445a-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20170418-i386 qa-ftbfs
Justification: FTBFS in stretch on i386

Hi,

During a rebuild of all packages in stretch (in a stretch chroot, not a
sid chroot), your package failed to build on i386.

Relevant part (hopefully):
>  debian/rules build
> dh build --buildsystem=golang --with=golang
>dh_testdir -O--buildsystem=golang
>dh_update_autotools_config -O--buildsystem=golang
>dh_auto_configure -O--buildsystem=golang
>dh_auto_build -O--buildsystem=golang
>   go install -v -p 1 github.com/ghodss/yaml
> gopkg.in/yaml.v2
> github.com/ghodss/yaml
>dh_auto_test -O--buildsystem=golang
>   go test -v -p 1 github.com/ghodss/yaml
> # github.com/ghodss/yaml
> src/github.com/ghodss/yaml/yaml_test.go:22: constant 9223372036854775807 
> overflows int
> FAIL  github.com/ghodss/yaml [build failed]
> dh_auto_test: go test -v -p 1 github.com/ghodss/yaml returned exit code 2

The full build log is available from:
   
http://aws-logs.debian.net/2017/04/18/golang-github-ghodss-yaml_0.0~git20150909.0.73d445a-1_testing-i386.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers


[pkg-go] Bug#860623: golang-github-jacobsa-bazilfuse: FTBFS on i386: dh_auto_build: go install -v -p 1 github.com/jacobsa/bazilfuse returned exit code 2

2017-04-19 Thread Lucas Nussbaum
Source: golang-github-jacobsa-bazilfuse
Version: 0.0~git20150622-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20170418-i386 qa-ftbfs
Justification: FTBFS in stretch on i386

Hi,

During a rebuild of all packages in stretch (in a stretch chroot, not a
sid chroot), your package failed to build on i386.

Relevant part (hopefully):
>  debian/rules build
> dh build --buildsystem=golang --with=golang
>dh_testdir -O--buildsystem=golang
>dh_update_autotools_config -O--buildsystem=golang
>dh_auto_configure -O--buildsystem=golang
>dh_auto_build -O--buildsystem=golang
>   go install -v -p 1 github.com/jacobsa/bazilfuse
> github.com/jacobsa/bazilfuse
> # github.com/jacobsa/bazilfuse
> src/github.com/jacobsa/bazilfuse/fuse.go:1122: constant 4294967296 overflows 
> int
> dh_auto_build: go install -v -p 1 github.com/jacobsa/bazilfuse returned exit 
> code 2
> debian/rules:7: recipe for target 'build' failed
> make: *** [build] Error 2

The full build log is available from:
   
http://aws-logs.debian.net/2017/04/18/golang-github-jacobsa-bazilfuse_0.0~git20150622-1_testing-i386.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers


[pkg-go] Bug#860614: golang-github-rackspace-gophercloud: FTBFS on i386: Test failures

2017-04-19 Thread Lucas Nussbaum
Source: golang-github-rackspace-gophercloud
Version: 1.0.0+git20161013.1012.e00690e8-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20170418-i386 qa-ftbfs
Justification: FTBFS in stretch on i386

Hi,

During a rebuild of all packages in stretch (in a stretch chroot, not a
sid chroot), your package failed to build on i386.

Relevant part (hopefully):
> === RUN   TestListIPs
> --- PASS: TestListIPs (0.00s)
> === RUN   TestCreateIP
> --- PASS: TestCreateIP (0.00s)
> === RUN   TestGetIP
> --- PASS: TestGetIP (0.00s)
> === RUN   TestDeleteIP
> --- PASS: TestDeleteIP (0.00s)
> === RUN   TestListForServer
> --- PASS: TestListForServer (0.00s)
> PASS
> okgithub.com/rackspace/gophercloud/rackspace/rackconnect/v3/publicips 
> 0.009s
> ? github.com/rackspace/gophercloud/testhelper [no test files]
> ? github.com/rackspace/gophercloud/testhelper/client  [no test files]
> ? github.com/rackspace/gophercloud/testhelper/fixture [no test files]
> debian/rules:10: recipe for target 'override_dh_auto_test' failed

The full build log is available from:
   
http://aws-logs.debian.net/2017/04/18/golang-github-rackspace-gophercloud_1.0.0+git20161013.1012.e00690e8-1_testing-i386.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers


[pkg-go] Bug#860618: golang-github-seccomp-libseccomp-golang: FTBFS on i386: dh_auto_test: go test -v -p 1 github.com/seccomp/libseccomp-golang returned exit code 1

2017-04-19 Thread Lucas Nussbaum
Source: golang-github-seccomp-libseccomp-golang
Version: 0.0~git20150813.0.1b506fc-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20170418-i386 qa-ftbfs
Justification: FTBFS in stretch on i386

Hi,

During a rebuild of all packages in stretch (in a stretch chroot, not a
sid chroot), your package failed to build on i386.

Relevant part (hopefully):
>  debian/rules build
> dh build --buildsystem=golang --with=golang
>dh_testdir -O--buildsystem=golang
>dh_update_autotools_config -O--buildsystem=golang
>dh_auto_configure -O--buildsystem=golang
>dh_auto_build -O--buildsystem=golang
>   go install -v -p 1 github.com/seccomp/libseccomp-golang
> github.com/seccomp/libseccomp-golang
>dh_auto_test -O--buildsystem=golang
>   go test -v -p 1 github.com/seccomp/libseccomp-golang
> === RUN   TestActionSetReturnCode
> --- PASS: TestActionSetReturnCode (0.00s)
> === RUN   TestSyscallGetName
> Got name of syscall 0x1 on native arch as exit
> --- PASS: TestSyscallGetName (0.00s)
> === RUN   TestSyscallGetNameByArch
> --- PASS: TestSyscallGetNameByArch (0.00s)
> === RUN   TestGetSyscallFromName
> Got syscall number of write on native arch as 4
> --- PASS: TestGetSyscallFromName (0.00s)
> === RUN   TestGetSyscallFromNameByArch
> Got syscall number of write on AMD64 as 1
> --- PASS: TestGetSyscallFromNameByArch (0.00s)
> === RUN   TestMakeCondition
> --- PASS: TestMakeCondition (0.00s)
> === RUN   TestGetNativeArch
> Got native arch of system as x86
> --- PASS: TestGetNativeArch (0.00s)
> === RUN   TestFilterCreateRelease
> --- PASS: TestFilterCreateRelease (0.00s)
> === RUN   TestFilterReset
> --- PASS: TestFilterReset (0.00s)
> === RUN   TestFilterArchFunctions
> --- PASS: TestFilterArchFunctions (0.00s)
> === RUN   TestFilterAttributeGettersAndSetters
> --- PASS: TestFilterAttributeGettersAndSetters (0.00s)
> === RUN   TestMergeFilters
> --- PASS: TestMergeFilters (0.00s)
> === RUN   TestRuleAddAndLoad
> --- FAIL: TestRuleAddAndLoad (0.00s)
>   seccomp_test.go:455: Syscall should have returned error code!
> FAIL
> exit status 1
> FAIL  github.com/seccomp/libseccomp-golang0.004s
> dh_auto_test: go test -v -p 1 github.com/seccomp/libseccomp-golang returned 
> exit code 1

The full build log is available from:
   
http://aws-logs.debian.net/2017/04/18/golang-github-seccomp-libseccomp-golang_0.0~git20150813.0.1b506fc-1_testing-i386.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers


[pkg-go] Bug#860609: influxdb: FTBFS: Test failures

2017-04-19 Thread Lucas Nussbaum
Source: influxdb
Version: 1.1.1+dfsg1-2
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20170418 qa-ftbfs
Justification: FTBFS in stretch on amd64

Hi,

During a rebuild of all packages in stretch (in a stretch chroot, not a
sid chroot), your package failed to build on amd64.

Relevant part (hopefully):
> --- PASS: TestTSMWriter_Write_MaxKey (1.42s)
> [tsm1] 2017/04/18 22:30:50 Snapshot for path /tmp/tsm1-930652078/data written 
> in 4.939975ms
> [tsm1] 2017/04/18 22:30:50 Snapshot for path /tmp/tsm1-248119605/data written 
> in 4.998884ms
> --- PASS: TestEngine_CreateIterator_Cache_Ascending (2.00s)
> --- PASS: TestEngine_CreateIterator_Aux (2.00s)
> --- PASS: TestEngine_CreateIterator_TSM_Ascending (2.00s)
> --- PASS: TestEngine_CreateIterator_Cache_Descending (2.00s)
> --- PASS: TestEngine_CreateIterator_TSM_Descending (2.00s)
> --- PASS: TestEngine_CreateIterator_Condition (2.00s)
> FAIL
> exit status 1
> FAIL  github.com/influxdata/influxdb/tsdb/engine/tsm1 54.021s
> ? github.com/influxdata/influxdb/tsdb/internal[no test files]
> ? github.com/influxdata/influxdb/uuid [no test files]
> dh_auto_test: go test -v -p 1 -timeout 12000s github.com/influxdata/influxdb 
> github.com/influxdata/influxdb/client 
> github.com/influxdata/influxdb/client/v2 github.com/influxdata/influxdb/cmd 
> github.com/influxdata/influxdb/cmd/influx 
> github.com/influxdata/influxdb/cmd/influx/cli 
> github.com/influxdata/influxdb/cmd/influx_inspect 
> github.com/influxdata/influxdb/cmd/influx_inspect/dumptsm 
> github.com/influxdata/influxdb/cmd/influx_inspect/export 
> github.com/influxdata/influxdb/cmd/influx_inspect/help 
> github.com/influxdata/influxdb/cmd/influx_inspect/report 
> github.com/influxdata/influxdb/cmd/influx_inspect/verify 
> github.com/influxdata/influxdb/cmd/influx_stress 
> github.com/influxdata/influxdb/cmd/influx_tsm 
> github.com/influxdata/influxdb/cmd/influx_tsm/b1 
> github.com/influxdata/influxdb/cmd/influx_tsm/bz1 
> github.com/influxdata/influxdb/cmd/influx_tsm/stats 
> github.com/influxdata/influxdb/cmd/influx_tsm/tsdb 
> github.com/influxdata/influxdb/cmd/influx_tsm/tsdb/internal 
> github.com/influxdata/infl
 uxdb/cmd/influxd github.com/influxdata/influxdb/cmd/influxd/backup 
github.com/influxdata/influxdb/cmd/influxd/help 
github.com/influxdata/influxdb/cmd/influxd/restore 
github.com/influxdata/influxdb/cmd/influxd/run 
github.com/influxdata/influxdb/coordinator 
github.com/influxdata/influxdb/importer/v8 
github.com/influxdata/influxdb/influxql 
github.com/influxdata/influxdb/influxql/internal 
github.com/influxdata/influxdb/influxql/neldermead 
github.com/influxdata/influxdb/internal github.com/influxdata/influxdb/models 
github.com/influxdata/influxdb/monitor 
github.com/influxdata/influxdb/monitor/diagnostics 
github.com/influxdata/influxdb/pkg/deep 
github.com/influxdata/influxdb/pkg/escape 
github.com/influxdata/influxdb/pkg/limiter 
github.com/influxdata/influxdb/pkg/pool 
github.com/influxdata/influxdb/pkg/slices 
github.com/influxdata/influxdb/services/admin 
github.com/influxdata/influxdb/services/admin/statik 
github.com/influxdata/influxdb/services/collectd 
github.com/influxdata/influxdb/serv
 ices/collectd/test_client 
github.com/influxdata/influxdb/services/continuous_querier 
github.com/influxdata/influxdb/services/graphite 
github.com/influxdata/influxdb/services/httpd 
github.com/influxdata/influxdb/services/meta 
github.com/influxdata/influxdb/services/meta/internal 
github.com/influxdata/influxdb/services/opentsdb 
github.com/influxdata/influxdb/services/precreator 
github.com/influxdata/influxdb/services/retention 
github.com/influxdata/influxdb/services/snapshotter 
github.com/influxdata/influxdb/services/subscriber 
github.com/influxdata/influxdb/services/udp 
github.com/influxdata/influxdb/stress 
github.com/influxdata/influxdb/stress/stress_test_server 
github.com/influxdata/influxdb/stress/v2 
github.com/influxdata/influxdb/stress/v2/statement 
github.com/influxdata/influxdb/stress/v2/stress_client 
github.com/influxdata/influxdb/stress/v2/stressql 
github.com/influxdata/influxdb/stress/v2/stressql/statement 
github.com/influxdata/influxdb/tcp github.com/influxdata/influxdb/tes
 ts/urlgen github.com/influxdata/influxdb/toml 
github.com/influxdata/influxdb/tsdb github.com/influxdata/influxdb/tsdb/engine 
github.com/influxdata/influxdb/tsdb/engine/tsm1 
github.com/influxdata/influxdb/tsdb/internal 
github.com/influxdata/influxdb/uuid returned exit code 1
> debian/rules:66: recipe for target 'override_dh_auto_test' failed

The full build log is available from:
   http://aws-logs.debian.net/2017/04/18/influxdb_1.1.1+dfsg1-2_testing.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date 

[pkg-go] Bug#855927: Bug#855927: golang-prometheus-client: FTBFS: dh_auto_build: go install -v -p 1 github.com/prometheus/client_golang/deps/bitbucket.org/ww/goautoneg github.com/prometheus/client_gol

2017-02-23 Thread Lucas Nussbaum
On 23/02/17 at 11:24 -0300, Martín Ferrari wrote:
> Hi Lucas,
> 
> 
> On 23/02/17 10:27, Lucas Nussbaum wrote:
> > Source: golang-prometheus-client
> 
> This package has been removed from unstable and testing already. I only
> need to remove it from backports now.

Hi,

The source is still in testing for some reason.

Lucas

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers


[pkg-go] Bug#855927: golang-prometheus-client: FTBFS: dh_auto_build: go install -v -p 1 github.com/prometheus/client_golang/deps/bitbucket.org/ww/goautoneg github.com/prometheus/client_golang/deps/git

2017-02-23 Thread Lucas Nussbaum
Source: golang-prometheus-client
Version: 0.7.0+ds-3
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20170221 qa-ftbfs
Justification: FTBFS in stretch on amd64

Hi,

During a rebuild of all packages in stretch (in a stretch chroot, not a
sid chroot), your package failed to build on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<>/golang-prometheus-client-0.7.0+ds'
> dh_auto_configure -O--buildsystem=golang
>   mkdir -p obj-x86_64-linux-gnu
>   Copy examples/simple/main.go -> 
> obj-x86_64-linux-gnu/src/github.com/prometheus/client_golang/examples/simple/main.go
>   Copy examples/random/main.go -> 
> obj-x86_64-linux-gnu/src/github.com/prometheus/client_golang/examples/random/main.go
>   Copy model/signature.go -> 
> obj-x86_64-linux-gnu/src/github.com/prometheus/client_golang/model/signature.go
>   Copy model/labelname.go -> 
> obj-x86_64-linux-gnu/src/github.com/prometheus/client_golang/model/labelname.go
>   Copy model/labelvalue_test.go -> 
> obj-x86_64-linux-gnu/src/github.com/prometheus/client_golang/model/labelvalue_test.go
>   Copy model/sample.go -> 
> obj-x86_64-linux-gnu/src/github.com/prometheus/client_golang/model/sample.go
>   Copy model/labelset.go -> 
> obj-x86_64-linux-gnu/src/github.com/prometheus/client_golang/model/labelset.go
>   Copy model/fingerprinting.go -> 
> obj-x86_64-linux-gnu/src/github.com/prometheus/client_golang/model/fingerprinting.go
>   Copy model/labelvalue.go -> 
> obj-x86_64-linux-gnu/src/github.com/prometheus/client_golang/model/labelvalue.go
>   Copy model/timestamp.go -> 
> obj-x86_64-linux-gnu/src/github.com/prometheus/client_golang/model/timestamp.go
>   Copy model/samplevalue.go -> 
> obj-x86_64-linux-gnu/src/github.com/prometheus/client_golang/model/samplevalue.go
>   Copy model/model.go -> 
> obj-x86_64-linux-gnu/src/github.com/prometheus/client_golang/model/model.go
>   Copy model/sample_test.go -> 
> obj-x86_64-linux-gnu/src/github.com/prometheus/client_golang/model/sample_test.go
>   Copy model/labelname_test.go -> 
> obj-x86_64-linux-gnu/src/github.com/prometheus/client_golang/model/labelname_test.go
>   Copy model/timestamp_test.go -> 
> obj-x86_64-linux-gnu/src/github.com/prometheus/client_golang/model/timestamp_test.go
>   Copy model/signature_test.go -> 
> obj-x86_64-linux-gnu/src/github.com/prometheus/client_golang/model/signature_test.go
>   Copy model/metric_test.go -> 
> obj-x86_64-linux-gnu/src/github.com/prometheus/client_golang/model/metric_test.go
>   Copy model/metric.go -> 
> obj-x86_64-linux-gnu/src/github.com/prometheus/client_golang/model/metric.go
>   Copy prometheus/push.go -> 
> obj-x86_64-linux-gnu/src/github.com/prometheus/client_golang/prometheus/push.go
>   Copy prometheus/histogram.go -> 
> obj-x86_64-linux-gnu/src/github.com/prometheus/client_golang/prometheus/histogram.go
>   Copy prometheus/process_collector_test.go -> 
> obj-x86_64-linux-gnu/src/github.com/prometheus/client_golang/prometheus/process_collector_test.go
>   Copy prometheus/histogram_test.go -> 
> obj-x86_64-linux-gnu/src/github.com/prometheus/client_golang/prometheus/histogram_test.go
>   Copy prometheus/registry.go -> 
> obj-x86_64-linux-gnu/src/github.com/prometheus/client_golang/prometheus/registry.go
>   Copy prometheus/vec_test.go -> 
> obj-x86_64-linux-gnu/src/github.com/prometheus/client_golang/prometheus/vec_test.go
>   Copy prometheus/go_collector_test.go -> 
> obj-x86_64-linux-gnu/src/github.com/prometheus/client_golang/prometheus/go_collector_test.go
>   Copy prometheus/registry_test.go -> 
> obj-x86_64-linux-gnu/src/github.com/prometheus/client_golang/prometheus/registry_test.go
>   Copy prometheus/doc.go -> 
> obj-x86_64-linux-gnu/src/github.com/prometheus/client_golang/prometheus/doc.go
>   Copy prometheus/counter_test.go -> 
> obj-x86_64-linux-gnu/src/github.com/prometheus/client_golang/prometheus/counter_test.go
>   Copy prometheus/gauge.go -> 
> obj-x86_64-linux-gnu/src/github.com/prometheus/client_golang/prometheus/gauge.go
>   Copy prometheus/counter.go -> 
> obj-x86_64-linux-gnu/src/github.com/prometheus/client_golang/prometheus/counter.go
>   Copy prometheus/vec.go -> 
> obj-x86_64-linux-gnu/src/github.com/prometheus/client_golang/prometheus/vec.go
>   Copy prometheus/gauge_test.go -> 
> obj-x86_64-linux-gnu/src/github.com/prometheus/client_golang/prometheus/gauge_test.go
>   Copy prometheus/expvar_test.go -> 
> obj-x86_64-linux-gnu/src/github.com/prometheus/client_golang/prometheus/expvar_test.go
>   Copy prometheus/untyped.go -> 
> obj-x86_64-linux-gnu/src/github.com/prometheus/client_golang/prometheus/untyped.go
>   Copy prometheus/example_selfcollector_test.go -> 
> obj-x86_64-linux-gnu/src/github.com/prometheus/client_golang/prometheus/example_selfcollector_test.go
>   Copy prometheus/examples_test.go -> 
> 

[pkg-go] Bug#848810: fleet: FTBFS: dh_auto_build: go install -v -p 1 github.com/coreos/fleet/fleetd github.com/coreos/fleet/fleetctl returned exit code 2

2016-12-19 Thread Lucas Nussbaum
Source: fleet
Version: 0.13.0+dfsg-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20161219 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<>/fleet-0.13.0+dfsg'
> dh_auto_configure
> perl -0nE 'say $1 if 
> m{^Files\-Excluded\:\s*(.*?)(?:\n\n|Files:|Comment:)}sm;' debian/copyright \
> | while read D; do D="${D##Godeps/_workspace/src/}" ; printf 
> "Removing third party bundle: $D\n" ;\
> perl -pi -E 
> "s{github.com/coreos/fleet/Godeps/_workspace/src/$D}{$D}msg;" `find 
> _build/src -type f -name "*.go"` ;\
> done
> Removing third party bundle: github.com/coreos/etcd
> Removing third party bundle: github.com/coreos/go-semver
> Removing third party bundle: github.com/coreos/go-systemd
> Removing third party bundle: github.com/godbus/dbus
> Removing third party bundle: github.com/jonboulle/clockwork
> Removing third party bundle: github.com/pborman/uuid
> Removing third party bundle: github.com/rakyll/globalconf
> Removing third party bundle: github.com/rakyll/goini
> Removing third party bundle: github.com/vishvananda/netlink
> Removing third party bundle: golang.org/x/crypto
> Removing third party bundle: golang.org/x/net
> Removing third party bundle: google.golang.org/api/googleapi
> Removing third party bundle: vendor/github.com/beorn7/perks
> Removing third party bundle: vendor/github.com/coreos/etcd
> Removing third party bundle: vendor/github.com/coreos/go-semver
> Removing third party bundle: vendor/github.com/coreos/go-systemd
> Removing third party bundle: vendor/github.com/godbus/dbus
> Removing third party bundle: vendor/github.com/golang/protobuf
> Removing third party bundle: vendor/github.com/jonboulle/clockwork
> Removing third party bundle: 
> vendor/github.com/matttproud/golang_protobuf_extensions
> Removing third party bundle: vendor/github.com/pborman/uuid
> Removing third party bundle: vendor/github.com/prometheus/client_golang
> Removing third party bundle: vendor/github.com/prometheus/client_model
> Removing third party bundle: vendor/github.com/prometheus/common
> Removing third party bundle: vendor/github.com/prometheus/procfs
> Removing third party bundle: vendor/github.com/rakyll/globalconf
> Removing third party bundle: vendor/github.com/rakyll/goini
> Removing third party bundle: vendor/github.com/spf13/cobra
> Removing third party bundle: vendor/github.com/spf13/pflag
> Removing third party bundle: vendor/github.com/vishvananda/netlink
> Removing third party bundle: vendor/golang.org/x/crypto
> Removing third party bundle: vendor/golang.org/x/net
> Removing third party bundle: vendor/google.golang.org/api/googleapi
> sed -i -e "s/0.0.0+wasnotbuiltproperly/0.13.0/" 
> _build/src/github.com/coreos/fleet/version/version.go
> make[1]: Leaving directory '/<>/fleet-0.13.0+dfsg'
>dh_auto_build -O--buildsystem=golang -O--builddirectory=_build
>   go install -v -p 1 github.com/coreos/fleet/fleetd 
> github.com/coreos/fleet/fleetctl
> github.com/coreos/fleet/log
> github.com/jonboulle/clockwork
> github.com/coreos/fleet/pkg
> github.com/coreos/go-systemd/unit
> github.com/coreos/fleet/unit
> github.com/coreos/fleet/job
> github.com/vishvananda/netns
> github.com/vishvananda/netlink/nl
> github.com/vishvananda/netlink
> github.com/coreos/fleet/machine
> github.com/coreos/etcd/pkg/pathutil
> github.com/coreos/etcd/pkg/types
> github.com/ugorji/go/codec
> golang.org/x/net/context
> github.com/coreos/etcd/client
> github.com/beorn7/perks/quantile
> github.com/golang/protobuf/proto
> github.com/prometheus/client_model/go
> github.com/matttproud/golang_protobuf_extensions/pbutil
> github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg
> github.com/prometheus/common/model
> github.com/prometheus/common/expfmt
> github.com/prometheus/procfs
> github.com/prometheus/client_golang/prometheus
> github.com/coreos/fleet/metrics
> github.com/coreos/fleet/pkg/lease
> github.com/coreos/go-semver/semver
> github.com/coreos/fleet/registry
> github.com/coreos/fleet/agent
> github.com/coreos/fleet/config
> google.golang.org/api/googleapi/internal/uritemplates
> google.golang.org/api/googleapi
> github.com/coreos/fleet/schema
> # github.com/coreos/fleet/schema
> src/github.com/coreos/fleet/schema/v1-gen.go:192: undefined: 
> googleapi.SetOpaque
> src/github.com/coreos/fleet/schema/v1-gen.go:283: undefined: 
> googleapi.SetOpaque
> src/github.com/coreos/fleet/schema/v1-gen.go:501: undefined: 
> googleapi.SetOpaque
> github.com/coreos/fleet/version
> github.com/coreos/fleet/engine
> github.com/coreos/fleet/heart
> github.com/godbus/dbus
> github.com/coreos/go-systemd/dbus
> github.com/coreos/fleet/systemd
> github.com/coreos/go-systemd/activation
> github.com/glacjay/goini
> github.com/rakyll/globalconf
> golang.org/x/crypto/curve25519
> golang.org/x/crypto/ed25519/internal/edwards25519
> 

[pkg-go] Bug#846717: golang-github-mitchellh-copystructure: FTBFS: dh_auto_test: go test -v -p 1 github.com/mitchellh/copystructure returned exit code 1

2016-12-03 Thread Lucas Nussbaum
Source: golang-github-mitchellh-copystructure
Version: 0.0~git20160128.0.80adcec-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20161202 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
>  debian/rules build
> dh build --buildsystem=golang --with=golang
>dh_testdir -O--buildsystem=golang
>dh_update_autotools_config -O--buildsystem=golang
>dh_auto_configure -O--buildsystem=golang
>dh_auto_build -O--buildsystem=golang
>   go install -v -p 1 github.com/mitchellh/copystructure
> github.com/mitchellh/reflectwalk
> github.com/mitchellh/copystructure
>dh_auto_test -O--buildsystem=golang
>   go test -v -p 1 github.com/mitchellh/copystructure
> === RUN   TestTimeCopier
> --- PASS: TestTimeCopier (0.00s)
> === RUN   TestCopy_complex
> --- PASS: TestCopy_complex (0.00s)
> === RUN   TestCopy_primitive
> --- PASS: TestCopy_primitive (0.00s)
> === RUN   TestCopy_primitivePtr
> --- FAIL: TestCopy_primitivePtr (0.00s)
>   copystructure_test.go:57: bad: 42
> === RUN   TestCopy_map
> --- PASS: TestCopy_map (0.00s)
> === RUN   TestCopy_slice
> --- PASS: TestCopy_slice (0.00s)
> === RUN   TestCopy_struct
> --- PASS: TestCopy_struct (0.00s)
> === RUN   TestCopy_structPtr
> --- PASS: TestCopy_structPtr (0.00s)
> === RUN   TestCopy_structNil
> --- PASS: TestCopy_structNil (0.00s)
> === RUN   TestCopy_structNested
> --- PASS: TestCopy_structNested (0.00s)
> === RUN   TestCopy_structUnexported
> --- PASS: TestCopy_structUnexported (0.00s)
> === RUN   TestCopy_time
> --- PASS: TestCopy_time (0.00s)
> === RUN   ExampleCopy
> --- PASS: ExampleCopy (0.00s)
> FAIL
> exit status 1
> FAIL  github.com/mitchellh/copystructure  0.004s
> dh_auto_test: go test -v -p 1 github.com/mitchellh/copystructure returned 
> exit code 1

The full build log is available from:
   
http://aws-logs.debian.net/2016/12/02/golang-github-mitchellh-copystructure_0.0~git20160128.0.80adcec-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers


[pkg-go] Bug#846705: cadvisor: FTBFS: dh_auto_build: go install -v -p 1 github.com/google/cadvisor github.com/google/cadvisor/api github.com/google/cadvisor/cache github.com/google/cadvisor/cache/memo

2016-12-03 Thread Lucas Nussbaum
Source: cadvisor
Version: 0.23.0+dfsg-2
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20161202 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<>/cadvisor-0.23.0+dfsg'
> printf "package static\n\n" > pages/static/jquery_min_js.go
> printf "const jqueryJs = \`\n" >>pages/static/jquery_min_js.go
> cat /usr/share/javascript/jquery/jquery.min.js >>pages/static/jquery_min_js.go
> printf "\`\n" >>pages/static/jquery_min_js.go
> printf "package static\n\n" > pages/static/bootstrap_min_js.go
> printf "const bootstrapJs = \`\n" >>pages/static/bootstrap_min_js.go
> cat debian/missing-sources/bootstrap.min.js >>pages/static/bootstrap_min_js.go
> #cat /usr/share/javascript/bootstrap/js/bootstrap.min.js 
> >>pages/static/bootstrap_min_js.go
> printf "\`\n" >>pages/static/bootstrap_min_js.go
> printf "package static\n\n" > pages/static/bootstrap_min_css.go
> printf "const bootstrapCss = \`\n" >>pages/static/bootstrap_min_css.go
> cat debian/missing-sources/bootstrap.css >>pages/static/bootstrap_min_css.go
> #cat /usr/share/javascript/bootstrap/css/bootstrap.css 
> >>pages/static/bootstrap_min_css.go
> printf "\`\n" >>pages/static/bootstrap_min_css.go
> printf "package static\n\n" > pages/static/bootstrap_theme_min_css.go
> printf "const bootstrapThemeCss = \`\n" 
> >>pages/static/bootstrap_theme_min_css.go
> cat debian/missing-sources/bootstrap-theme.css 
> >>pages/static/bootstrap_theme_min_css.go
> #cat /usr/share/javascript/bootstrap/css/bootstrap-theme.css 
> >>pages/static/bootstrap_theme_min_css.go
> printf "\`\n" >>pages/static/bootstrap_theme_min_css.go
> mkdir -p _build && cp -r Godeps/_workspace/src _build/
> dh_auto_configure -v
>   mkdir -p _build
>   Copy cadvisor_test.go -> 
> _build/src/github.com/google/cadvisor/cadvisor_test.go
>   Copy cadvisor.go -> _build/src/github.com/google/cadvisor/cadvisor.go
>   Copy storagedriver.go -> 
> _build/src/github.com/google/cadvisor/storagedriver.go
>   Copy events/handler_test.go -> 
> _build/src/github.com/google/cadvisor/events/handler_test.go
>   Copy events/handler.go -> 
> _build/src/github.com/google/cadvisor/events/handler.go
>   Copy metrics/prometheus.go -> 
> _build/src/github.com/google/cadvisor/metrics/prometheus.go
>   Copy metrics/prometheus_test.go -> 
> _build/src/github.com/google/cadvisor/metrics/prometheus_test.go
>   Copy integration/framework/framework.go -> 
> _build/src/github.com/google/cadvisor/integration/framework/framework.go
>   Copy integration/tests/healthz/healthz_test.go -> 
> _build/src/github.com/google/cadvisor/integration/tests/healthz/healthz_test.go
>   Copy integration/tests/healthz/test_utils.go -> 
> _build/src/github.com/google/cadvisor/integration/tests/healthz/test_utils.go
>   Copy integration/tests/api/attributes_test.go -> 
> _build/src/github.com/google/cadvisor/integration/tests/api/attributes_test.go
>   Copy integration/tests/api/machinestats_test.go -> 
> _build/src/github.com/google/cadvisor/integration/tests/api/machinestats_test.go
>   Copy integration/tests/api/docker_test.go -> 
> _build/src/github.com/google/cadvisor/integration/tests/api/docker_test.go
>   Copy integration/tests/api/event_test.go -> 
> _build/src/github.com/google/cadvisor/integration/tests/api/event_test.go
>   Copy integration/tests/api/machine_test.go -> 
> _build/src/github.com/google/cadvisor/integration/tests/api/machine_test.go
>   Copy integration/tests/api/test_utils.go -> 
> _build/src/github.com/google/cadvisor/integration/tests/api/test_utils.go
>   Copy integration/runner/runner.go -> 
> _build/src/github.com/google/cadvisor/integration/runner/runner.go
>   Copy manager/manager_mock.go -> 
> _build/src/github.com/google/cadvisor/manager/manager_mock.go
>   Copy manager/container.go -> 
> _build/src/github.com/google/cadvisor/manager/container.go
>   Copy manager/manager_test.go -> 
> _build/src/github.com/google/cadvisor/manager/manager_test.go
>   Copy manager/machine.go -> 
> _build/src/github.com/google/cadvisor/manager/machine.go
>   Copy manager/container_test.go -> 
> _build/src/github.com/google/cadvisor/manager/container_test.go
>   Copy manager/manager.go -> 
> _build/src/github.com/google/cadvisor/manager/manager.go
>   Copy healthz/healthz.go -> 
> _build/src/github.com/google/cadvisor/healthz/healthz.go
>   Copy validate/validate.go -> 
> _build/src/github.com/google/cadvisor/validate/validate.go
>   Copy validate/validate_test.go -> 
> _build/src/github.com/google/cadvisor/validate/validate_test.go
>   Copy info/v2/container.go -> 
> _build/src/github.com/google/cadvisor/info/v2/container.go
>   Copy info/v2/conversion.go -> 
> _build/src/github.com/google/cadvisor/info/v2/conversion.go
>   Copy info/v2/machine.go -> 
> 

[pkg-go] Bug#844978: golang-github-xenolf-lego: FTBFS: dh_auto_build: go install -v -p 64 github.com/xenolf/lego github.com/xenolf/lego/acme github.com/xenolf/lego/providers/dns/cloudflare github.com/

2016-11-18 Thread Lucas Nussbaum
Source: golang-github-xenolf-lego
Version: 0.3.1-3
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20161118 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
>  debian/rules build
> dh build --buildsystem=golang --with=golang --parallel
>dh_testdir -O--buildsystem=golang -O--parallel
>dh_update_autotools_config -O--buildsystem=golang -O--parallel
>dh_autoreconf -O--buildsystem=golang -O--parallel
>dh_auto_configure -O--buildsystem=golang -O--parallel
>dh_auto_build -O--buildsystem=golang -O--parallel
>   go install -v -p 64 github.com/xenolf/lego github.com/xenolf/lego/acme 
> github.com/xenolf/lego/providers/dns/cloudflare 
> github.com/xenolf/lego/providers/dns/digitalocean 
> github.com/xenolf/lego/providers/dns/dnsimple 
> github.com/xenolf/lego/providers/dns/dyn 
> github.com/xenolf/lego/providers/dns/gandi 
> github.com/xenolf/lego/providers/dns/googlecloud 
> github.com/xenolf/lego/providers/dns/namecheap 
> github.com/xenolf/lego/providers/dns/rfc2136 
> github.com/xenolf/lego/providers/dns/route53 
> github.com/xenolf/lego/providers/dns/vultr 
> github.com/xenolf/lego/providers/http/webroot
> src/github.com/xenolf/lego/providers/dns/googlecloud/googlecloud.go:14:2: 
> cannot find package "golang.org/x/oauth2/google" in any of:
>   /usr/lib/go-1.7/src/golang.org/x/oauth2/google (from $GOROOT)
>   /<>/obj-x86_64-linux-gnu/src/golang.org/x/oauth2/google 
> (from $GOPATH)
> dh_auto_build: go install -v -p 64 github.com/xenolf/lego 
> github.com/xenolf/lego/acme github.com/xenolf/lego/providers/dns/cloudflare 
> github.com/xenolf/lego/providers/dns/digitalocean 
> github.com/xenolf/lego/providers/dns/dnsimple 
> github.com/xenolf/lego/providers/dns/dyn 
> github.com/xenolf/lego/providers/dns/gandi 
> github.com/xenolf/lego/providers/dns/googlecloud 
> github.com/xenolf/lego/providers/dns/namecheap 
> github.com/xenolf/lego/providers/dns/rfc2136 
> github.com/xenolf/lego/providers/dns/route53 
> github.com/xenolf/lego/providers/dns/vultr 
> github.com/xenolf/lego/providers/http/webroot returned exit code 1
> debian/rules:4: recipe for target 'build' failed
> make: *** [build] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/2016/11/18/golang-github-xenolf-lego_0.3.1-3_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers


[pkg-go] Bug#844977: gitlab-ci-multi-runner: FTBFS: dh_auto_build: go install -v -p 64 -ldflags -X gitlab.com/gitlab-org/gitlab-ci-multi-runner/common.NAME=gitlab-ci-multi-runner -X gitlab.com/gitlab-

2016-11-18 Thread Lucas Nussbaum
Source: gitlab-ci-multi-runner
Version: 1.7.1+dfsg-2
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20161118 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<>/gitlab-ci-multi-runner-1.7.1+dfsg'
> dh_auto_build --parallel -- \
> -ldflags "-X 
> gitlab.com/gitlab-org/gitlab-ci-multi-runner/common.NAME=gitlab-ci-multi-runner
>  -X gitlab.com/gitlab-org/gitlab-ci-multi-runner/common.REVISION=1.7.1"
>   go install -v -p 64 -ldflags "-X 
> gitlab.com/gitlab-org/gitlab-ci-multi-runner/common.NAME=gitlab-ci-multi-runner
>  -X gitlab.com/gitlab-org/gitlab-ci-multi-runner/common.REVISION=1.7.1" 
> gitlab.com/gitlab-org/gitlab-ci-multi-runner 
> gitlab.com/gitlab-org/gitlab-ci-multi-runner/apps/gitlab-runner-helper 
> gitlab.com/gitlab-org/gitlab-ci-multi-runner/commands 
> gitlab.com/gitlab-org/gitlab-ci-multi-runner/commands/helpers 
> gitlab.com/gitlab-org/gitlab-ci-multi-runner/common 
> gitlab.com/gitlab-org/gitlab-ci-multi-runner/executors 
> gitlab.com/gitlab-org/gitlab-ci-multi-runner/executors/docker 
> gitlab.com/gitlab-org/gitlab-ci-multi-runner/executors/docker/machine 
> gitlab.com/gitlab-org/gitlab-ci-multi-runner/executors/kubernetes 
> gitlab.com/gitlab-org/gitlab-ci-multi-runner/executors/parallels 
> gitlab.com/gitlab-org/gitlab-ci-multi-runner/executors/shell 
> gitlab.com/gitlab-org/gitlab-ci-multi-runner/executors/ssh 
> gitlab.com/gitlab-org/gitlab-ci-multi-runner/executors/virtualbox 
> gitlab.com/gitlab-org/g
 itlab-ci-multi-runner/helpers 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/helpers/archives 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/helpers/cli 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/helpers/docker 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/helpers/formatter 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/helpers/parallels 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/helpers/sentry 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/helpers/service 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/helpers/service/mocks 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/helpers/ssh 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/helpers/timeperiod 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/helpers/url 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/helpers/virtualbox 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/network 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/shells 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/vendor/github.com/ayufan/golang-kardianos-service
 gitlab.com/gitlab-org/gitlab-ci-
 multi-runner/vendor/gitlab.com/ayufan/golang-cli-helpers 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/vendor/k8s.io/kubernetes/federation/apis/federation
 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/vendor/k8s.io/kubernetes/federation/apis/federation/install
 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/vendor/k8s.io/kubernetes/federation/apis/federation/v1beta1
 gitlab.com/gitlab-org/gitlab-ci-multi-runner/vendor/k8s.io/kubernetes/pkg/api 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/vendor/k8s.io/kubernetes/pkg/api/endpoints
 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/vendor/k8s.io/kubernetes/pkg/api/errors
 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/vendor/k8s.io/kubernetes/pkg/api/install
 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/vendor/k8s.io/kubernetes/pkg/api/meta
 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/vendor/k8s.io/kubernetes/pkg/api/meta/metatypes
 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/vendor/k8s.io/kubernetes/pkg/api/pod
 gitlab.com/gitlab-org/gitlab-ci-multi-
 runner/vendor/k8s.io/kubernetes/pkg/api/resource 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/vendor/k8s.io/kubernetes/pkg/api/service
 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/vendor/k8s.io/kubernetes/pkg/api/testapi
 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/vendor/k8s.io/kubernetes/pkg/api/unversioned
 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/vendor/k8s.io/kubernetes/pkg/api/unversioned/validation
 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/vendor/k8s.io/kubernetes/pkg/api/util
 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/vendor/k8s.io/kubernetes/pkg/api/v1
 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/vendor/k8s.io/kubernetes/pkg/api/validation
 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/vendor/k8s.io/kubernetes/pkg/apimachinery
 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/vendor/k8s.io/kubernetes/pkg/apimachinery/registered
 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/vendor/k8s.io/kubernetes/pkg/apis/apps
 gitlab.com/gitlab-org/gitlab-ci-multi-runner/vendor/k8s.io/kube
 rnetes/pkg/apis/apps/install 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/vendor/k8s.io/kubernetes/pkg/apis/apps/v1alpha1
 
gitlab.com/gitlab-org/gitlab-ci-multi-runner/vendor/k8s.io/kubernetes/pkg/apis/authentication.k8s.io
 

[pkg-go] Bug#844979: ratt: FTBFS: dh_auto_build: go install -v -p 1 github.com/debian/ratt returned exit code 2

2016-11-18 Thread Lucas Nussbaum
Source: ratt
Version: 0.0~git20150816.0.b060319-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20161118 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
>  debian/rules build
> dh build --buildsystem=golang --with=golang
>dh_testdir -O--buildsystem=golang
>dh_update_autotools_config -O--buildsystem=golang
>dh_auto_configure -O--buildsystem=golang
>dh_auto_build -O--buildsystem=golang
>   go install -v -p 1 github.com/debian/ratt
> golang.org/x/crypto/openpgp/errors
> golang.org/x/crypto/openpgp/armor
> golang.org/x/crypto/cast5
> golang.org/x/crypto/openpgp/elgamal
> golang.org/x/crypto/openpgp/s2k
> golang.org/x/crypto/openpgp/packet
> golang.org/x/crypto/openpgp
> golang.org/x/crypto/openpgp/clearsign
> pault.ag/go/debian/version
> pault.ag/go/debian/dependency
> pault.ag/go/debian/internal
> pault.ag/go/debian/transput
> pault.ag/go/topsort
> pault.ag/go/debian/control
> github.com/debian/ratt
> # github.com/debian/ratt
> src/github.com/debian/ratt/ratt.go:117: undefined: control.ParseParagraph
> dh_auto_build: go install -v -p 1 github.com/debian/ratt returned exit code 2
> debian/rules:4: recipe for target 'build' failed
> make: *** [build] Error 2

The full build log is available from:
   
http://aws-logs.debian.net/2016/11/18/ratt_0.0~git20150816.0.b060319-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers


[pkg-go] Bug#844961: golang-google-cloud: FTBFS: dh_auto_build: go install -v -p 1 google.golang.org/cloud google.golang.org/cloud/bigquery google.golang.org/cloud/bigtable google.golang.org/cloud/big

2016-11-18 Thread Lucas Nussbaum
Source: golang-google-cloud
Version: 0.0~git20160615-5
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20161118 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
>  debian/rules build
> dh build --buildsystem=golang --with=golang
>dh_testdir -O--buildsystem=golang
>dh_update_autotools_config -O--buildsystem=golang
>dh_auto_configure -O--buildsystem=golang
>dh_auto_build -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/exampl
 es/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
> src/google.golang.org/cloud/internal/transport/dial.go:24:2: cannot find 
> package "golang.org/x/oauth2/google" in any of:
>   /usr/lib/go-1.7/src/golang.org/x/oauth2/google (from $GOROOT)
>   /<>/obj-x86_64-linux-gnu/src/golang.org/x/oauth2/google 
> (from $GOPATH)
> dh_auto_build: 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.or
 g/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 returned exit code 1
> debian/rules:6: recipe for target 'build' failed
> make: *** [build] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/2016/11/18/golang-google-cloud_0.0~git20160615-5_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive 

[pkg-go] Bug#844962: prometheus-alertmanager: FTBFS: dh_auto_build: go install -v -p 1 -ldflags -X github.com/prometheus/common/version.Version=0.3.0+ds -X github.com/prometheus/common/version.Revisio

2016-11-18 Thread Lucas Nussbaum
Source: prometheus-alertmanager
Version: 0.3.0+ds-2
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20161118 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<>/prometheus-alertmanager-0.3.0+ds'
> dh_auto_build -- -ldflags " -X 
> github.com/prometheus/common/version.Version=0.3.0+ds -X 
> github.com/prometheus/common/version.Revision=0.3.0+ds-2 -X 
> github.com/prometheus/common/version.Branch=debian/sid -X 
> github.com/prometheus/common/version.BuildUser=pkg-go-maintainers@lists.alioth.debian.org
>  -X github.com/prometheus/common/version.BuildDate=20160715-12:56:49 -X 
> github.com/prometheus/common/version.GoVersion=go1.7.3"
>   cd build
>   go install -v -p 1 -ldflags " -X 
> github.com/prometheus/common/version.Version=0.3.0+ds -X 
> github.com/prometheus/common/version.Revision=0.3.0+ds-2 -X 
> github.com/prometheus/common/version.Branch=debian/sid -X 
> github.com/prometheus/common/version.BuildUser=pkg-go-maintainers@lists.alioth.debian.org
>  -X github.com/prometheus/common/version.BuildDate=20160715-12:56:49 -X 
> github.com/prometheus/common/version.GoVersion=go1.7.3" 
> github.com/prometheus/alertmanager github.com/prometheus/alertmanager/config 
> github.com/prometheus/alertmanager/notify 
> github.com/prometheus/alertmanager/provider 
> github.com/prometheus/alertmanager/provider/boltmem 
> github.com/prometheus/alertmanager/provider/sqlite 
> github.com/prometheus/alertmanager/template 
> github.com/prometheus/alertmanager/template/internal/deftmpl 
> github.com/prometheus/alertmanager/test 
> github.com/prometheus/alertmanager/types 
> github.com/prometheus/alertmanager/vendor/github.com/prometheus/client_golang/api/alertmanager
> github.com/prometheus/common/model
> gopkg.in/yaml.v2
> github.com/prometheus/alertmanager/config
> github.com/cenkalti/backoff
> github.com/prometheus/alertmanager/types
> github.com/prometheus/alertmanager/provider
> github.com/prometheus/alertmanager/template
> github.com/beorn7/perks/quantile
> github.com/golang/protobuf/proto
> github.com/prometheus/client_model/go
> github.com/matttproud/golang_protobuf_extensions/pbutil
> github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg
> github.com/prometheus/common/expfmt
> github.com/prometheus/procfs
> github.com/prometheus/client_golang/prometheus
> github.com/Sirupsen/logrus
> github.com/prometheus/common/log
> golang.org/x/net/context
> golang.org/x/net/context/ctxhttp
> github.com/prometheus/alertmanager/notify
> github.com/boltdb/bolt
> github.com/prometheus/alertmanager/provider/boltmem
> github.com/julienschmidt/httprouter
> github.com/prometheus/common/route
> github.com/prometheus/common/version
> github.com/prometheus/alertmanager
> # github.com/prometheus/alertmanager
> src/github.com/prometheus/alertmanager/main.go:192: not enough arguments in 
> call to route.New
> github.com/mattn/go-sqlite3
> github.com/prometheus/alertmanager/provider/sqlite
> github.com/prometheus/alertmanager/template/internal/deftmpl
> github.com/prometheus/alertmanager/vendor/github.com/prometheus/client_golang/api/alertmanager
> github.com/prometheus/alertmanager/test
> dh_auto_build: go install -v -p 1 -ldflags  -X 
> github.com/prometheus/common/version.Version=0.3.0+ds -X 
> github.com/prometheus/common/version.Revision=0.3.0+ds-2 -X 
> github.com/prometheus/common/version.Branch=debian/sid -X 
> github.com/prometheus/common/version.BuildUser=pkg-go-maintainers@lists.alioth.debian.org
>  -X github.com/prometheus/common/version.BuildDate=20160715-12:56:49 -X 
> github.com/prometheus/common/version.GoVersion=go1.7.3 
> github.com/prometheus/alertmanager github.com/prometheus/alertmanager/config 
> github.com/prometheus/alertmanager/notify 
> github.com/prometheus/alertmanager/provider 
> github.com/prometheus/alertmanager/provider/boltmem 
> github.com/prometheus/alertmanager/provider/sqlite 
> github.com/prometheus/alertmanager/template 
> github.com/prometheus/alertmanager/template/internal/deftmpl 
> github.com/prometheus/alertmanager/test 
> github.com/prometheus/alertmanager/types 
> github.com/prometheus/alertmanager/vendor/github.com/prometheus/client_golang/api/alertmanager
>  returned ex
 it code 2
>   cd /<>/prometheus-alertmanager-0.3.0+ds
> debian/rules:38: recipe for target 'override_dh_auto_build' failed
> make[1]: *** [override_dh_auto_build] Error 2

The full build log is available from:
   
http://aws-logs.debian.net/2016/11/18/prometheus-alertmanager_0.3.0+ds-2_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate 

[pkg-go] Bug#844917: golang-github-tideland-golib: FTBFS: Tests failures

2016-11-18 Thread Lucas Nussbaum
Source: golang-github-tideland-golib
Version: 4.12.0-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20161118 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> version_test.go:180: test #4: "v3.2.1" < "v1.2.3"
> version_test.go:180: test #5: "v1.2.3-alpha" < "v1.2.3"
> version_test.go:180: test #6: "v1.2.3-alpha.1" < "v1.2.3-alpha"
> version_test.go:180: test #7: "v1.2.3-alpha.1" < "v1.2.3-alpha.2"
> version_test.go:180: test #8: "v1.2.3-alpha.4711" < "v1.2.3-alpha.471"
> version_test.go:180: test #9: "v1.2.3-alpha.48" < "v1.2.3-alpha.4711"
> version_test.go:180: test #10: "v1.2.3+alpha.1" < "v1.2.3+alpha.2"
> version_test.go:180: test #11: "v1.2.3+alpha.2" < "v1.2.3+alpha.1"
> version_test.go:180: test #12: "v1.2.3-alpha+alpha.2" < "v1.2.3-alpha+alpha.1"
> version_test.go:180: test #13: "v1.2.3-alpha.48+alpha.2" < 
> "v1.2.3-alpha.4711+alpha.1"
> version_test.go:180: test #14: "v1.2.3-alpha.2" < "v1.2.3-alpha.1b"
> --- PASS: TestLess (0.00s)
> PASS
> okgithub.com/tideland/golib/version   0.003s
> dh_auto_test: go test -v -p 1 -short github.com/tideland/golib/audit 
> github.com/tideland/golib/cache github.com/tideland/golib/collections 
> github.com/tideland/golib/errors github.com/tideland/golib/etc 
> github.com/tideland/golib/feed/atom github.com/tideland/golib/feed/rss 
> github.com/tideland/golib/feed/utils github.com/tideland/golib/identifier 
> github.com/tideland/golib/logger github.com/tideland/golib/loop 
> github.com/tideland/golib/mapreduce github.com/tideland/golib/monitoring 
> github.com/tideland/golib/numerics github.com/tideland/golib/redis 
> github.com/tideland/golib/scene github.com/tideland/golib/scroller 
> github.com/tideland/golib/sml github.com/tideland/golib/sort 
> github.com/tideland/golib/stringex github.com/tideland/golib/timex 
> github.com/tideland/golib/version returned exit code 1
> debian/rules:7: recipe for target 'override_dh_auto_test' failed

The full build log is available from:
   
http://aws-logs.debian.net/2016/11/18/golang-github-tideland-golib_4.12.0-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers


[pkg-go] Bug#841616: golang-github-azure-azure-sdk-for-go: FTBFS: src/github.com/Azure/go-autorest/autorest/azure/token.go:140: undefined: jwt.MapClaims

2016-10-21 Thread Lucas Nussbaum
Source: golang-github-azure-azure-sdk-for-go
Version: 2.1.1~beta-2
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20161021 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
>  debian/rules build
> dh build --buildsystem=golang --with=golang
>dh_testdir -O--buildsystem=golang
>dh_update_autotools_config -O--buildsystem=golang
>dh_auto_configure -O--buildsystem=golang
>dh_auto_build -O--buildsystem=golang
>   go install -v -p 1 github.com/Azure/azure-sdk-for-go/arm/authorization 
> github.com/Azure/azure-sdk-for-go/arm/cdn 
> github.com/Azure/azure-sdk-for-go/arm/compute 
> github.com/Azure/azure-sdk-for-go/arm/dns 
> github.com/Azure/azure-sdk-for-go/arm/examples 
> github.com/Azure/azure-sdk-for-go/arm/examples/helpers 
> github.com/Azure/azure-sdk-for-go/arm/intune 
> github.com/Azure/azure-sdk-for-go/arm/logic 
> github.com/Azure/azure-sdk-for-go/arm/network 
> github.com/Azure/azure-sdk-for-go/arm/notificationhubs 
> github.com/Azure/azure-sdk-for-go/arm/redis 
> github.com/Azure/azure-sdk-for-go/arm/resources/authorization 
> github.com/Azure/azure-sdk-for-go/arm/resources/features 
> github.com/Azure/azure-sdk-for-go/arm/resources/resources 
> github.com/Azure/azure-sdk-for-go/arm/resources/subscriptions 
> github.com/Azure/azure-sdk-for-go/arm/scheduler 
> github.com/Azure/azure-sdk-for-go/arm/search 
> github.com/Azure/azure-sdk-for-go/arm/storage 
> github.com/Azure/azure-sdk-for-go/arm/web 
> github.com/Azure/azure-sdk-for-go/core
 /http github.com/Azure/azure-sdk-for-go/core/tls 
github.com/Azure/azure-sdk-for-go/management 
github.com/Azure/azure-sdk-for-go/management/affinitygroup 
github.com/Azure/azure-sdk-for-go/management/hostedservice 
github.com/Azure/azure-sdk-for-go/management/location 
github.com/Azure/azure-sdk-for-go/management/networksecuritygroup 
github.com/Azure/azure-sdk-for-go/management/osimage 
github.com/Azure/azure-sdk-for-go/management/sql 
github.com/Azure/azure-sdk-for-go/management/storageservice 
github.com/Azure/azure-sdk-for-go/management/testutils 
github.com/Azure/azure-sdk-for-go/management/virtualmachine 
github.com/Azure/azure-sdk-for-go/management/virtualmachinedisk 
github.com/Azure/azure-sdk-for-go/management/virtualmachineimage 
github.com/Azure/azure-sdk-for-go/management/virtualnetwork 
github.com/Azure/azure-sdk-for-go/management/vmutils 
github.com/Azure/azure-sdk-for-go/storage
> github.com/Azure/go-autorest/autorest
> github.com/Azure/go-autorest/autorest/date
> github.com/dgrijalva/jwt-go
> github.com/Azure/go-autorest/autorest/azure
> # github.com/Azure/go-autorest/autorest/azure
> src/github.com/Azure/go-autorest/autorest/azure/token.go:140: undefined: 
> jwt.MapClaims
> github.com/Azure/go-autorest/autorest/to
> github.com/Azure/azure-sdk-for-go/core/tls
> github.com/Azure/azure-sdk-for-go/core/http
> golang.org/x/crypto/pkcs12/internal/rc2
> golang.org/x/crypto/pkcs12
> github.com/Azure/azure-sdk-for-go/management
> github.com/Azure/azure-sdk-for-go/management/affinitygroup
> github.com/Azure/azure-sdk-for-go/management/hostedservice
> github.com/Azure/azure-sdk-for-go/management/location
> github.com/Azure/azure-sdk-for-go/management/networksecuritygroup
> github.com/Azure/azure-sdk-for-go/management/osimage
> github.com/Azure/azure-sdk-for-go/management/sql
> github.com/Azure/azure-sdk-for-go/management/storageservice
> github.com/Azure/azure-sdk-for-go/management/testutils
> github.com/Azure/azure-sdk-for-go/management/virtualmachinedisk
> github.com/Azure/azure-sdk-for-go/management/virtualmachine
> github.com/Azure/azure-sdk-for-go/management/virtualmachineimage
> github.com/Azure/azure-sdk-for-go/management/virtualnetwork
> github.com/Azure/azure-sdk-for-go/management/vmutils
> github.com/Azure/azure-sdk-for-go/storage
> dh_auto_build: go install -v -p 1 
> github.com/Azure/azure-sdk-for-go/arm/authorization 
> github.com/Azure/azure-sdk-for-go/arm/cdn 
> github.com/Azure/azure-sdk-for-go/arm/compute 
> github.com/Azure/azure-sdk-for-go/arm/dns 
> github.com/Azure/azure-sdk-for-go/arm/examples 
> github.com/Azure/azure-sdk-for-go/arm/examples/helpers 
> github.com/Azure/azure-sdk-for-go/arm/intune 
> github.com/Azure/azure-sdk-for-go/arm/logic 
> github.com/Azure/azure-sdk-for-go/arm/network 
> github.com/Azure/azure-sdk-for-go/arm/notificationhubs 
> github.com/Azure/azure-sdk-for-go/arm/redis 
> github.com/Azure/azure-sdk-for-go/arm/resources/authorization 
> github.com/Azure/azure-sdk-for-go/arm/resources/features 
> github.com/Azure/azure-sdk-for-go/arm/resources/resources 
> github.com/Azure/azure-sdk-for-go/arm/resources/subscriptions 
> github.com/Azure/azure-sdk-for-go/arm/scheduler 
> github.com/Azure/azure-sdk-for-go/arm/search 
> github.com/Azure/azure-sdk-for-go/arm/storage 
> github.com/Azure/azure-sdk-for-go/arm/web github.com/Azure/azure-s
 dk-for-go/core/http 

[pkg-go] Bug#841575: docker-registry: FTBFS: Tests failures

2016-10-21 Thread Lucas Nussbaum
Source: docker-registry
Version: 2.4.1~ds1-2
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20161021 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> PASS
> okgithub.com/docker/distribution/registry/storage/driver/swift38.958s
> ? github.com/docker/distribution/registry/storage/driver/testsuites   
> [no test files]
> ? github.com/docker/distribution/testutil [no test files]
> === RUN   TestUUID4Generation
> --- PASS: TestUUID4Generation (0.00s)
> === RUN   TestParseAndEquality
> --- PASS: TestParseAndEquality (0.01s)
> PASS
> okgithub.com/docker/distribution/uuid 0.011s
> ? 
> github.com/docker/distribution/vendor/github.com/Azure/azure-sdk-for-go/storage
>  [no test files]
> ? github.com/docker/distribution/vendor/github.com/docker/goamz/aws   
> [no test files]
> ? github.com/docker/distribution/vendor/github.com/docker/goamz/s3
> [no test files]
> ? github.com/docker/distribution/version  [no test files]
> dh_auto_test: go test -v -p 1 -test.short github.com/docker/distribution 
> github.com/docker/distribution/cmd/digest 
> github.com/docker/distribution/cmd/registry 
> github.com/docker/distribution/cmd/registry-api-descriptor-template 
> github.com/docker/distribution/configuration 
> github.com/docker/distribution/context 
> github.com/docker/distribution/contrib/token-server 
> github.com/docker/distribution/digest github.com/docker/distribution/health 
> github.com/docker/distribution/health/api 
> github.com/docker/distribution/manifest 
> github.com/docker/distribution/manifest/manifestlist 
> github.com/docker/distribution/manifest/schema1 
> github.com/docker/distribution/manifest/schema2 
> github.com/docker/distribution/notifications 
> github.com/docker/distribution/reference 
> github.com/docker/distribution/registry 
> github.com/docker/distribution/registry/api/errcode 
> github.com/docker/distribution/registry/api/v2 
> github.com/docker/distribution/registry/auth 
> github.com/docker/distribution/registry/auth/htpasswd gi
 thub.com/docker/distribution/registry/auth/silly 
github.com/docker/distribution/registry/auth/token 
github.com/docker/distribution/registry/client 
github.com/docker/distribution/registry/client/auth 
github.com/docker/distribution/registry/client/transport 
github.com/docker/distribution/registry/listener 
github.com/docker/distribution/registry/middleware/registry 
github.com/docker/distribution/registry/middleware/repository 
github.com/docker/distribution/registry/proxy 
github.com/docker/distribution/registry/proxy/scheduler 
github.com/docker/distribution/registry/storage 
github.com/docker/distribution/registry/storage/cache 
github.com/docker/distribution/registry/storage/cache/cachecheck 
github.com/docker/distribution/registry/storage/cache/memory 
github.com/docker/distribution/registry/storage/cache/redis 
github.com/docker/distribution/registry/storage/driver 
github.com/docker/distribution/registry/storage/driver/azure 
github.com/docker/distribution/registry/storage/driver/base gith
 ub.com/docker/distribution/registry/storage/driver/factory 
github.com/docker/distribution/registry/storage/driver/filesystem 
github.com/docker/distribution/registry/storage/driver/gcs 
github.com/docker/distribution/registry/storage/driver/inmemory 
github.com/docker/distribution/registry/storage/driver/middleware 
github.com/docker/distribution/registry/storage/driver/middleware/cloudfront 
github.com/docker/distribution/registry/storage/driver/oss 
github.com/docker/distribution/registry/storage/driver/s3-aws 
github.com/docker/distribution/registry/storage/driver/s3-goamz 
github.com/docker/distribution/registry/storage/driver/swift 
github.com/docker/distribution/registry/storage/driver/testsuites 
github.com/docker/distribution/testutil github.com/docker/distribution/uuid 
github.com/docker/distribution/vendor/github.com/Azure/azure-sdk-for-go/storage 
github.com/docker/distribution/vendor/github.com/docker/goamz/aws 
github.com/docker/distribution/vendor/github.com/docker/goamz/s3 github.
 com/docker/distribution/version returned exit code 1
> debian/rules:11: recipe for target 'override_dh_auto_test' failed

If the failure looks somehow time/timezone related:
Note that this rebuild was performed without the 'tzdata' package
installed in the chroot. tzdata used be (transitively) part of
build-essential, but it no longer is. If this package requires it to
build, it should be added to build-depends. For the release team's
opinion on this, see
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836940#185

If the failure looks LSB-related:
similarly to tzdata, lsb-base is not installed in the build chroot.

The full build log is available from:
   
http://aws-logs.debian.net/2016/10/21/docker-registry_2.4.1~ds1-2_unstable.log

A list of current common problems and 

[pkg-go] Bug#839474: golang-github-gorilla-handlers: FTBFS: Tests failures

2016-10-01 Thread Lucas Nussbaum
Source: golang-github-gorilla-handlers
Version: 1.1-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20161001 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> panic(0x68d920, 0xc4205a00a0)
>   /usr/lib/go-1.7/src/runtime/panic.go:500 +0x1a1
> testing.tRunner.func1(0xc42001cfc0)
>   /usr/lib/go-1.7/src/testing/testing.go:579 +0x25d
> panic(0x68d920, 0xc4205a00a0)
>   /usr/lib/go-1.7/src/runtime/panic.go:458 +0x243
> github.com/gorilla/handlers.TestWriteLog(0xc42001cfc0)
>   
> /<>/obj-x86_64-linux-gnu/src/github.com/gorilla/handlers/handlers_test.go:79
>  +0xe79
> testing.tRunner(0xc42001cfc0, 0x709310)
>   /usr/lib/go-1.7/src/testing/testing.go:610 +0x81
> created by testing.(*T).Run
>   /usr/lib/go-1.7/src/testing/testing.go:646 +0x2ec
> exit status 2
> FAIL  github.com/gorilla/handlers 0.011s
> dh_auto_test: go test -v -p 1 -short github.com/gorilla/handlers returned 
> exit code 1
> debian/rules:4: recipe for target 'override_dh_auto_test' failed

If the failure looks somehow time/timezone related:
Note that this rebuild was performed without the 'tzdata' package
installed in the chroot. tzdata used be (transitively) part of
build-essential, but it no longer is. If this package requires it to
build, it should be added to build-depends. For the release team's
opinion on this, see
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836940#185

If the failure looks LSB-related:
similarly to tzdata, lsb-base is not installed in the build chroot.

The full build log is available from:
   
http://aws-logs.debian.net/2016/10/01/golang-github-gorilla-handlers_1.1-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers


[pkg-go] Bug#839461: golang-github-mattn-go-sqlite3: FTBFS: dh_auto_test: go test -v -p 1 github.com/mattn/go-sqlite3 github.com/mattn/go-sqlite3/sqlite3_test returned exit code 1

2016-10-01 Thread Lucas Nussbaum
Source: golang-github-mattn-go-sqlite3
Version: 1.1.0~dfsg1-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20161001 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
>  debian/rules build
> dh build --buildsystem=golang --with=golang
>dh_testdir -O--buildsystem=golang
>dh_update_autotools_config -O--buildsystem=golang
>dh_auto_configure -O--buildsystem=golang
>dh_auto_build -O--buildsystem=golang
>   go install -v -p 1 github.com/mattn/go-sqlite3 
> github.com/mattn/go-sqlite3/sqlite3_test
> github.com/mattn/go-sqlite3
> github.com/mattn/go-sqlite3/sqlite3_test
>dh_auto_test -O--buildsystem=golang
>   go test -v -p 1 github.com/mattn/go-sqlite3 
> github.com/mattn/go-sqlite3/sqlite3_test
> === RUN   TestSimpleError
> --- PASS: TestSimpleError (0.00s)
> === RUN   TestCorruptDbErrors
> --- PASS: TestCorruptDbErrors (0.00s)
> === RUN   TestSqlLogicErrors
> --- PASS: TestSqlLogicErrors (0.02s)
> === RUN   TestExtendedErrorCodes_ForeignKey
> --- PASS: TestExtendedErrorCodes_ForeignKey (0.01s)
> === RUN   TestExtendedErrorCodes_NotNull
> --- PASS: TestExtendedErrorCodes_NotNull (0.01s)
> === RUN   TestExtendedErrorCodes_Unique
> --- PASS: TestExtendedErrorCodes_Unique (0.01s)
> === RUN   TestFTS3
> --- PASS: TestFTS3 (0.01s)
> === RUN   TestOpen
> --- PASS: TestOpen (0.02s)
> === RUN   TestClose
> --- PASS: TestClose (0.00s)
> === RUN   TestInsert
> --- PASS: TestInsert (0.01s)
> === RUN   TestUpdate
> --- PASS: TestUpdate (0.01s)
> === RUN   TestDelete
> --- PASS: TestDelete (0.03s)
> === RUN   TestBooleanRoundtrip
> --- PASS: TestBooleanRoundtrip (0.01s)
> === RUN   TestTimestamp
> --- PASS: TestTimestamp (0.07s)
> === RUN   TestBoolean
> --- PASS: TestBoolean (0.03s)
> === RUN   TestFloat32
> --- PASS: TestFloat32 (0.01s)
> === RUN   TestNull
> --- PASS: TestNull (0.00s)
> === RUN   TestTransaction
> --- PASS: TestTransaction (0.01s)
> === RUN   TestWAL
> --- PASS: TestWAL (0.01s)
> === RUN   TestTimezoneConversion
> --- FAIL: TestTimezoneConversion (0.09s)
>   sqlite3_test.go:689: Failed to create table: Invalid _loc: US/Central: 
> open /usr/lib/go-1.7/lib/time/zoneinfo.zip: no such file or directory
> === RUN   TestSuite
> === RUN   TestBlobs
> --- PASS: TestBlobs (0.01s)
> === RUN   TestManyQueryRow
> --- PASS: TestManyQueryRow (0.22s)
> === RUN   TestTxQuery
> --- PASS: TestTxQuery (0.00s)
> === RUN   TestPreparedStmt
> --- PASS: TestPreparedStmt (0.55s)
> BenchmarkExec   30 198736 req/s
> BenchmarkQuery  10  59647 req/s
> BenchmarkParams 10  50013 req/s
> BenchmarkStmt   20  95124 req/s
> BenchmarkRows 3000   1875 req/s
> BenchmarkStmtRows 3000   1969 req/s
> --- PASS: TestSuite (12.32s)
> === RUN   TestExecer
> --- PASS: TestExecer (0.01s)
> === RUN   TestQueryer
> --- PASS: TestQueryer (0.00s)
> === RUN   TestStress
> --- PASS: TestStress (2.08s)
> === RUN   TestDateTimeLocal
> --- FAIL: TestDateTimeLocal (0.00s)
>   sqlite3_test.go:897: Failed to scan datetime: Invalid _loc: Asia/Tokyo: 
> open /usr/lib/go-1.7/lib/time/zoneinfo.zip: no such file or directory
> === RUN   TestVersion
> --- PASS: TestVersion (0.00s)
> === RUN   TestNumberNamedParams
> --- PASS: TestNumberNamedParams (0.01s)
> === RUN   TestStringContainingZero
> --- PASS: TestStringContainingZero (0.02s)
> === RUN   TestDateTimeNow
> --- PASS: TestDateTimeNow (0.00s)
> FAIL
> exit status 1
> FAIL  github.com/mattn/go-sqlite3 14.802s
> ? github.com/mattn/go-sqlite3/sqlite3_test[no test files]
> dh_auto_test: go test -v -p 1 github.com/mattn/go-sqlite3 
> github.com/mattn/go-sqlite3/sqlite3_test returned exit code 1

If the failure looks somehow time/timezone related:
Note that this rebuild was performed without the 'tzdata' package
installed in the chroot. tzdata used be (transitively) part of
build-essential, but it no longer is. If this package requires it to
build, it should be added to build-depends. For the release team's
opinion on this, see
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836940#185

If the failure looks LSB-related:
similarly to tzdata, lsb-base is not installed in the build chroot.

The full build log is available from:
   
http://aws-logs.debian.net/2016/10/01/golang-github-mattn-go-sqlite3_1.1.0~dfsg1-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org

[pkg-go] Bug#839417: golang-github-jinzhu-now: FTBFS: dh_auto_test: go test -v -p 1 github.com/jinzhu/now returned exit code 1

2016-10-01 Thread Lucas Nussbaum
Source: golang-github-jinzhu-now
Version: 0.0~git20151001.0.ce80572-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20161001 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
>  debian/rules build
> dh build --buildsystem=golang --with=golang
>dh_testdir -O--buildsystem=golang
>dh_update_autotools_config -O--buildsystem=golang
>dh_auto_configure -O--buildsystem=golang
>dh_auto_build -O--buildsystem=golang
>   go install -v -p 1 github.com/jinzhu/now
> github.com/jinzhu/now
>dh_auto_test -O--buildsystem=golang
>   go test -v -p 1 github.com/jinzhu/now
> === RUN   TestBeginningOf
> --- FAIL: TestBeginningOf (0.00s)
> panic: time: missing Location in call to Date [recovered]
>   panic: time: missing Location in call to Date
> 
> goroutine 5 [running]:
> panic(0x4f1d00, 0xc42000e570)
>   /usr/lib/go-1.7/src/runtime/panic.go:500 +0x1a1
> testing.tRunner.func1(0xc420016480)
>   /usr/lib/go-1.7/src/testing/testing.go:579 +0x25d
> panic(0x4f1d00, 0xc42000e570)
>   /usr/lib/go-1.7/src/runtime/panic.go:458 +0x243
> time.Date(0x7df, 0x5, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0xeca1c4ab5, 0x75bcd15, 
> ...)
>   /usr/lib/go-1.7/src/time/time.go:1028 +0x674
> github.com/jinzhu/now.TestBeginningOf(0xc420016480)
>   
> /<>/obj-x86_64-linux-gnu/src/github.com/jinzhu/now/now_test.go:26
>  +0x380
> testing.tRunner(0xc420016480, 0x529e88)
>   /usr/lib/go-1.7/src/testing/testing.go:610 +0x81
> created by testing.(*T).Run
>   /usr/lib/go-1.7/src/testing/testing.go:646 +0x2ec
> exit status 2
> FAIL  github.com/jinzhu/now   0.004s
> dh_auto_test: go test -v -p 1 github.com/jinzhu/now returned exit code 1

If the failure looks somehow time/timezone related:
Note that this rebuild was performed without the 'tzdata' package
installed in the chroot. tzdata used be (transitively) part of
build-essential, but it no longer is. If this package requires it to
build, it should be added to build-depends. For the release team's
opinion on this, see
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836940#185

If the failure looks LSB-related:
similarly to tzdata, lsb-base is not installed in the build chroot.

The full build log is available from:
   
http://aws-logs.debian.net/2016/10/01/golang-github-jinzhu-now_0.0~git20151001.0.ce80572-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers


[pkg-go] Bug#839307: golang-github-google-gofuzz: FTBFS: dh_auto_test: go test -v -p 1 github.com/google/gofuzz returned exit code 1

2016-10-01 Thread Lucas Nussbaum
Source: golang-github-google-gofuzz
Version: 0.0~git20150903.0.e4af62d-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160930 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
>  debian/rules build
> dh build --buildsystem=golang --with=golang
>dh_testdir -O--buildsystem=golang
>dh_update_autotools_config -O--buildsystem=golang
>dh_auto_configure -O--buildsystem=golang
>dh_auto_build -O--buildsystem=golang
>   go install -v -p 1 github.com/google/gofuzz
> github.com/google/gofuzz
>dh_auto_test -O--buildsystem=golang
>   go test -v -p 1 github.com/google/gofuzz
> === RUN   TestFuzz_basic
> --- PASS: TestFuzz_basic (0.00s)
> === RUN   TestFuzz_structptr
> --- FAIL: TestFuzz_structptr (0.00s)
>   fuzz_test.go:96: a not nil seems to not be getting set, was zero value 
> 9 times
>   fuzz_test.go:96: as seems to not be getting set, was zero value 9 times
> === RUN   TestFuzz_structmap
> --- PASS: TestFuzz_structmap (0.00s)
> === RUN   TestFuzz_structslice
> --- PASS: TestFuzz_structslice (0.00s)
> === RUN   TestFuzz_custom
> --- PASS: TestFuzz_custom (0.00s)
> === RUN   TestFuzz_interface
> --- PASS: TestFuzz_interface (0.00s)
> === RUN   TestFuzz_interfaceAndFunc
> --- PASS: TestFuzz_interfaceAndFunc (0.00s)
> === RUN   TestFuzz_noCustom
> --- PASS: TestFuzz_noCustom (0.00s)
> === RUN   ExampleSimple
> --- PASS: ExampleSimple (0.01s)
> === RUN   ExampleCustom
> --- PASS: ExampleCustom (0.00s)
> === RUN   ExampleComplex
> --- PASS: ExampleComplex (0.00s)
> === RUN   ExampleMap
> --- PASS: ExampleMap (0.00s)
> === RUN   ExampleSingle
> --- PASS: ExampleSingle (0.00s)
> === RUN   ExampleEnum
> --- PASS: ExampleEnum (0.00s)
> FAIL
> exit status 1
> FAIL  github.com/google/gofuzz0.009s
> dh_auto_test: go test -v -p 1 github.com/google/gofuzz returned exit code 1

If the failure looks somehow time/timezone related:
Note that this rebuild was performed without the 'tzdata' package
installed in the chroot. tzdata used be (transitively) part of
build-essential, but it no longer is. If this package requires it to
build, it should be added to build-depends. For the release team's
opinion on this, see
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836940#185

The full build log is available from:
   
http://aws-logs.debian.net/2016/09/30/golang-github-google-gofuzz_0.0~git20150903.0.e4af62d-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers


[pkg-go] Bug#839312: prometheus: FTBFS: dh_auto_build: go install -v -p 1 -ldflags -X github.com/prometheus/common/version.Version=1.1.2+ds -X github.com/prometheus/common/version.Revision=1.1.2+ds-2

2016-10-01 Thread Lucas Nussbaum
Source: prometheus
Version: 1.1.2+ds-2
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160930 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<>/prometheus-1.1.2+ds'
> dh_auto_build -- -ldflags " -X 
> github.com/prometheus/common/version.Version=1.1.2+ds -X 
> github.com/prometheus/common/version.Revision=1.1.2+ds-2 -X 
> github.com/prometheus/common/version.Branch=debian/sid -X 
> github.com/prometheus/common/version.BuildUser=pkg-go-maintainers@lists.alioth.debian.org
>  -X github.com/prometheus/common/version.BuildDate=20160910-20:06:40 -X 
> github.com/prometheus/common/version.GoVersion=go1.7.1"
>   cd build
>   go install -v -p 1 -ldflags " -X 
> github.com/prometheus/common/version.Version=1.1.2+ds -X 
> github.com/prometheus/common/version.Revision=1.1.2+ds-2 -X 
> github.com/prometheus/common/version.Branch=debian/sid -X 
> github.com/prometheus/common/version.BuildUser=pkg-go-maintainers@lists.alioth.debian.org
>  -X github.com/prometheus/common/version.BuildDate=20160910-20:06:40 -X 
> github.com/prometheus/common/version.GoVersion=go1.7.1" 
> github.com/prometheus/prometheus/cmd/prometheus 
> github.com/prometheus/prometheus/cmd/promtool 
> github.com/prometheus/prometheus/config 
> github.com/prometheus/prometheus/notifier 
> github.com/prometheus/prometheus/promql 
> github.com/prometheus/prometheus/relabel 
> github.com/prometheus/prometheus/retrieval 
> github.com/prometheus/prometheus/retrieval/discovery 
> github.com/prometheus/prometheus/retrieval/discovery/consul 
> github.com/prometheus/prometheus/retrieval/discovery/dns 
> github.com/prometheus/prometheus/retrieval/discovery/kubernetes 
> github.com/prometheus/prometheus/ret
 rieval/discovery/marathon github.com/prometheus/prometheus/rules 
github.com/prometheus/prometheus/storage 
github.com/prometheus/prometheus/storage/local 
github.com/prometheus/prometheus/storage/local/codable 
github.com/prometheus/prometheus/storage/local/index 
github.com/prometheus/prometheus/storage/local/storagetool 
github.com/prometheus/prometheus/storage/metric 
github.com/prometheus/prometheus/storage/remote 
github.com/prometheus/prometheus/storage/remote/graphite 
github.com/prometheus/prometheus/storage/remote/influxdb 
github.com/prometheus/prometheus/storage/remote/opentsdb 
github.com/prometheus/prometheus/template 
github.com/prometheus/prometheus/util/cli 
github.com/prometheus/prometheus/util/flock 
github.com/prometheus/prometheus/util/httputil 
github.com/prometheus/prometheus/util/stats 
github.com/prometheus/prometheus/util/strutil 
github.com/prometheus/prometheus/util/testutil 
github.com/prometheus/prometheus/util/treecache 
github.com/prometheus/prometheus/vendor/github.com
 /influxdb/influxdb/client 
github.com/prometheus/prometheus/vendor/github.com/influxdb/influxdb/tsdb 
github.com/prometheus/prometheus/web 
github.com/prometheus/prometheus/web/api/v1 
github.com/prometheus/prometheus/web/ui
> github.com/asaskevich/govalidator
> github.com/beorn7/perks/quantile
> github.com/golang/protobuf/proto
> github.com/prometheus/client_model/go
> github.com/matttproud/golang_protobuf_extensions/pbutil
> github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg
> github.com/prometheus/common/model
> github.com/prometheus/common/expfmt
> github.com/prometheus/procfs
> github.com/prometheus/client_golang/prometheus
> github.com/Sirupsen/logrus
> github.com/prometheus/common/log
> github.com/prometheus/common/version
> gopkg.in/yaml.v2
> github.com/prometheus/prometheus/config
> github.com/prometheus/prometheus/relabel
> golang.org/x/net/context
> golang.org/x/net/context/ctxhttp
> github.com/prometheus/prometheus/notifier
> github.com/prometheus/prometheus/storage
> github.com/prometheus/prometheus/storage/local/codable
> github.com/syndtr/goleveldb/leveldb/util
> github.com/syndtr/goleveldb/leveldb/cache
> github.com/syndtr/goleveldb/leveldb/comparer
> github.com/syndtr/goleveldb/leveldb/storage
> github.com/syndtr/goleveldb/leveldb/errors
> github.com/syndtr/goleveldb/leveldb/filter
> github.com/syndtr/goleveldb/leveldb/iterator
> github.com/syndtr/goleveldb/leveldb/journal
> github.com/syndtr/goleveldb/leveldb/memdb
> github.com/syndtr/goleveldb/leveldb/opt
> github.com/golang/snappy
> github.com/syndtr/goleveldb/leveldb/table
> github.com/syndtr/goleveldb/leveldb
> github.com/prometheus/prometheus/storage/local/index
> github.com/prometheus/prometheus/storage/metric
> github.com/prometheus/prometheus/util/flock
> github.com/prometheus/prometheus/util/testutil
> github.com/prometheus/prometheus/storage/local
> github.com/prometheus/prometheus/util/stats
> github.com/prometheus/prometheus/util/strutil
> github.com/prometheus/prometheus/promql
> github.com/Azure/go-autorest/autorest
> github.com/Azure/go-autorest/autorest/date
> 

[pkg-go] Bug#832834: Can't reproduce

2016-08-28 Thread Lucas Nussbaum
Hi Tincho,

On 14/08/16 at 15:25 +0100, Martín Ferrari wrote:
> severity 832834 normal
> thanks
> 
> Since there are no news on this, I am downgrading the bug for the time
> being, as it is threatening to remove a few rdeps from testing.

Well next time it would be a good idea to Cc me ;)

> I still want to solve the issue, but I can't do anything until it is
> reproducible.

I just ran into this failure again.

It seems that the test waits for 5s, and then declare that the reader
must be blocking. On the other hand, a normal execution takes 1.6s on my
system. Maybe it would make sense to increase the timeout?

For the record, in my setup, failed builds are retried once, alone on
the buildd. So it's unlikely that there's concurrent load.

Lucas

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers


[pkg-go] Bug#835779: golang-github-jfrazelle-go: FTBFS: patches fail to apply

2016-08-28 Thread Lucas Nussbaum
Source: golang-github-jfrazelle-go
Version: 0.0~git20150906.0.a8e3e21-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160828 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> make[2]: Entering directory '/<>'
> mkdir -p /<>/canonical/json;
> cp -r /usr/lib/go-1.7/src/encoding/json/* /<>/canonical/json/;
> cat /<>/patches/* | patch -p1;
> patching file canonical/json/decode.go
> Hunk #1 succeeded at 254 (offset 80 lines).
> Hunk #2 succeeded at 649 (offset 91 lines).
> patching file canonical/json/encode.go
> Hunk #1 FAILED at 131.
> Hunk #2 succeeded at 163 (offset 10 lines).
> Hunk #3 succeeded at 267 with fuzz 1 (offset 10 lines).
> Hunk #4 FAILED at 313.
> Hunk #5 succeeded at 338 (offset 15 lines).
> Hunk #6 succeeded at 371 (offset 15 lines).
> Hunk #7 succeeded at 386 (offset 15 lines).
> Hunk #8 succeeded at 401 (offset 15 lines).
> Hunk #9 succeeded at 421 (offset 15 lines).
> Hunk #10 succeeded at 539 with fuzz 2 (offset 11 lines).
> Hunk #11 succeeded at 620 (offset 17 lines).
> Hunk #12 FAILED at 638.
> Hunk #13 FAILED at 681.
> Hunk #14 succeeded at 742 (offset 36 lines).
> Hunk #15 succeeded at 759 with fuzz 1 (offset 36 lines).
> Hunk #16 FAILED at 805.
> Hunk #17 succeeded at 902 (offset 64 lines).
> Hunk #18 FAILED at 885.
> Hunk #19 succeeded at 984 (offset 66 lines).
> Hunk #20 succeeded at 1212 (offset 79 lines).
> Hunk #21 FAILED at 1174.
> Hunk #22 FAILED at 1194.
> 8 out of 22 hunks FAILED -- saving rejects to file 
> canonical/json/encode.go.rej
> patching file canonical/json/encode_test.go
> Reversed (or previously applied) patch detected!  Assume -R? [n] 
> Apply anyway? [n] 
> Skipping patch.
> 2 out of 2 hunks ignored -- saving rejects to file 
> canonical/json/encode_test.go.rej
> patching file canonical/json/stream.go
> Hunk #1 FAILED at 138.
> Hunk #2 succeeded at 180 with fuzz 1 (offset 33 lines).
> Hunk #3 FAILED at 160.
> 2 out of 3 hunks FAILED -- saving rejects to file canonical/json/stream.go.rej
> patching file canonical/json/encode_test.go
> Hunk #1 succeeded at 611 with fuzz 1 (offset 31 lines).
> patching file canonical/json/encode.go
> Hunk #1 FAILED at 526.
> 1 out of 1 hunk FAILED -- saving rejects to file canonical/json/encode.go.rej
> patching file canonical/json/encode_test.go
> Hunk #1 succeeded at 620 (offset 31 lines).
> Makefile:17: recipe for target 'run_patch' failed
> make[2]: *** [run_patch] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2016/08/28/golang-github-jfrazelle-go_0.0~git20150906.0.a8e3e21-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers


[pkg-go] Bug#835760: golang-golang-x-tools: FTBFS: Tests failures

2016-08-28 Thread Lucas Nussbaum
Source: golang-golang-x-tools
Version: 1:0.0~git20160315.0.f42ec61-2
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160828 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> Renamed 5 occurrences in 1 file in 1 package.
> Renamed 3 occurrences in 1 file in 1 package.
> Renamed 2 occurrences in 1 file in 1 package.
> Renamed 1 occurrence in 1 file in 1 package.
> Renamed 2 occurrences in 1 file in 1 package.
> Renamed 1 occurrence in 1 file in 1 package.
> Renamed 2 occurrences in 1 file in 1 package.
> --- PASS: TestRewrites (0.01s)
> === RUN   TestDiff
> --- PASS: TestDiff (1.24s)
> PASS
> okgolang.org/x/tools/refactor/rename  1.287s
> ? golang.org/x/tools/refactor/satisfy [no test files]
> dh_auto_test: go test -v -p 1 -test.short golang.org/x/tools/benchmark/parse 
> golang.org/x/tools/blog golang.org/x/tools/blog/atom 
> golang.org/x/tools/cmd/benchcmp golang.org/x/tools/cmd/bundle 
> golang.org/x/tools/cmd/callgraph golang.org/x/tools/cmd/digraph 
> golang.org/x/tools/cmd/eg golang.org/x/tools/cmd/fiximports 
> golang.org/x/tools/cmd/godex golang.org/x/tools/cmd/godoc 
> golang.org/x/tools/cmd/goimports golang.org/x/tools/cmd/gomvpkg 
> golang.org/x/tools/cmd/gorename golang.org/x/tools/cmd/gotype 
> golang.org/x/tools/cmd/guru golang.org/x/tools/cmd/guru/serial 
> golang.org/x/tools/cmd/html2article golang.org/x/tools/cmd/oracle 
> golang.org/x/tools/cmd/present golang.org/x/tools/cmd/ssadump 
> golang.org/x/tools/cmd/stress golang.org/x/tools/cmd/stringer 
> golang.org/x/tools/cmd/tip golang.org/x/tools/container/intsets 
> golang.org/x/tools/cover golang.org/x/tools/go/ast/astutil 
> golang.org/x/tools/go/buildutil golang.org/x/tools/go/callgraph 
> golang.org/x/tools/go/callgraph/cha golang.org/x/tools/g
 o/callgraph/rta golang.org/x/tools/go/callgraph/static 
golang.org/x/tools/go/exact golang.org/x/tools/go/gccgoimporter 
golang.org/x/tools/go/gcimporter golang.org/x/tools/go/gcimporter15 
golang.org/x/tools/go/importer golang.org/x/tools/go/loader 
golang.org/x/tools/go/pointer golang.org/x/tools/go/ssa 
golang.org/x/tools/go/ssa/interp golang.org/x/tools/go/ssa/ssautil 
golang.org/x/tools/go/types golang.org/x/tools/go/types/typeutil 
golang.org/x/tools/go/vcs golang.org/x/tools/godoc 
golang.org/x/tools/godoc/analysis golang.org/x/tools/godoc/redirect 
golang.org/x/tools/godoc/static golang.org/x/tools/godoc/util 
golang.org/x/tools/godoc/vfs golang.org/x/tools/godoc/vfs/gatefs 
golang.org/x/tools/godoc/vfs/httpfs golang.org/x/tools/godoc/vfs/mapfs 
golang.org/x/tools/godoc/vfs/zipfs golang.org/x/tools/imports 
golang.org/x/tools/oracle golang.org/x/tools/oracle/serial 
golang.org/x/tools/playground golang.org/x/tools/playground/socket 
golang.org/x/tools/present golang.org/x/tools/refactor/eg
  golang.org/x/tools/refactor/importgraph golang.org/x/tools/refactor/rename 
golang.org/x/tools/refactor/satisfy returned exit code 1
>   cd /<>
> debian/rules:63: recipe for target 'override_dh_auto_test' failed

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2016/08/28/golang-golang-x-tools_0.0~git20160315.0.f42ec61-2_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers


[pkg-go] Bug#835748: golang-github-digitalocean-godo: FTBFS: dh_auto_test: go test -v -p 1 github.com/digitalocean/godo github.com/digitalocean/godo/util returned exit code 1

2016-08-28 Thread Lucas Nussbaum
Source: golang-github-digitalocean-godo
Version: 0.9.0-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160828 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
>  debian/rules build
> dh build --buildsystem=golang --with=golang
>dh_testdir -O--buildsystem=golang
>dh_update_autotools_config -O--buildsystem=golang
>dh_auto_configure -O--buildsystem=golang
>dh_auto_build -O--buildsystem=golang
>   go install -v -p 1 github.com/digitalocean/godo 
> github.com/digitalocean/godo/util
> github.com/google/go-querystring/query
> github.com/tent/http-link-go
> github.com/digitalocean/godo
> github.com/digitalocean/godo/util
>dh_auto_test -O--buildsystem=golang
>   go test -v -p 1 github.com/digitalocean/godo 
> github.com/digitalocean/godo/util
> === RUN   TestAccountGet
> --- PASS: TestAccountGet (0.00s)
> === RUN   TestAccountString
> --- PASS: TestAccountString (0.00s)
> === RUN   TestAction_List
> --- PASS: TestAction_List (0.00s)
> === RUN   TestAction_ListActionMultiplePages
> --- PASS: TestAction_ListActionMultiplePages (0.00s)
> === RUN   TestAction_RetrievePageByNumber
> --- PASS: TestAction_RetrievePageByNumber (0.00s)
> === RUN   TestAction_Get
> --- PASS: TestAction_Get (0.00s)
> === RUN   TestAction_String
> --- PASS: TestAction_String (0.00s)
> === RUN   TestDomains_ListDomains
> --- PASS: TestDomains_ListDomains (0.00s)
> === RUN   TestDomains_ListDomainsMultiplePages
> --- PASS: TestDomains_ListDomainsMultiplePages (0.00s)
> === RUN   TestDomains_RetrievePageByNumber
> --- PASS: TestDomains_RetrievePageByNumber (0.00s)
> === RUN   TestDomains_GetDomain
> --- PASS: TestDomains_GetDomain (0.00s)
> === RUN   TestDomains_Create
> --- PASS: TestDomains_Create (0.00s)
> === RUN   TestDomains_Destroy
> --- PASS: TestDomains_Destroy (0.00s)
> === RUN   TestDomains_AllRecordsForDomainName
> --- PASS: TestDomains_AllRecordsForDomainName (0.00s)
> === RUN   TestDomains_AllRecordsForDomainName_PerPage
> --- PASS: TestDomains_AllRecordsForDomainName_PerPage (0.00s)
> === RUN   TestDomains_GetRecordforDomainName
> --- PASS: TestDomains_GetRecordforDomainName (0.00s)
> === RUN   TestDomains_DeleteRecordForDomainName
> --- PASS: TestDomains_DeleteRecordForDomainName (0.00s)
> === RUN   TestDomains_CreateRecordForDomainName
> --- PASS: TestDomains_CreateRecordForDomainName (0.00s)
> === RUN   TestDomains_EditRecordForDomainName
> --- PASS: TestDomains_EditRecordForDomainName (0.00s)
> === RUN   TestDomainRecord_String
> --- PASS: TestDomainRecord_String (0.00s)
> === RUN   TestDomainRecordEditRequest_String
> --- PASS: TestDomainRecordEditRequest_String (0.00s)
> === RUN   TestDropletActions_Shutdown
> --- PASS: TestDropletActions_Shutdown (0.00s)
> === RUN   TestDropletAction_PowerOff
> --- PASS: TestDropletAction_PowerOff (0.00s)
> === RUN   TestDropletAction_PowerOn
> --- PASS: TestDropletAction_PowerOn (0.00s)
> === RUN   TestDropletAction_Reboot
> --- PASS: TestDropletAction_Reboot (0.00s)
> === RUN   TestDropletAction_Restore
> --- PASS: TestDropletAction_Restore (0.00s)
> === RUN   TestDropletAction_Resize
> --- PASS: TestDropletAction_Resize (0.00s)
> === RUN   TestDropletAction_Rename
> --- PASS: TestDropletAction_Rename (0.00s)
> === RUN   TestDropletAction_PowerCycle
> --- PASS: TestDropletAction_PowerCycle (0.00s)
> === RUN   TestDropletAction_Snapshot
> --- PASS: TestDropletAction_Snapshot (0.00s)
> === RUN   TestDropletAction_DisableBackups
> --- PASS: TestDropletAction_DisableBackups (0.00s)
> === RUN   TestDropletAction_PasswordReset
> --- PASS: TestDropletAction_PasswordReset (0.00s)
> === RUN   TestDropletAction_RebuildByImageID
> --- PASS: TestDropletAction_RebuildByImageID (0.00s)
> === RUN   TestDropletAction_RebuildByImageSlug
> --- PASS: TestDropletAction_RebuildByImageSlug (0.00s)
> === RUN   TestDropletAction_ChangeKernel
> --- PASS: TestDropletAction_ChangeKernel (0.00s)
> === RUN   TestDropletAction_EnableIPv6
> --- PASS: TestDropletAction_EnableIPv6 (0.00s)
> === RUN   TestDropletAction_EnablePrivateNetworking
> --- PASS: TestDropletAction_EnablePrivateNetworking (0.00s)
> === RUN   TestDropletAction_Upgrade
> --- PASS: TestDropletAction_Upgrade (0.00s)
> === RUN   TestDropletActions_Get
> --- PASS: TestDropletActions_Get (0.00s)
> === RUN   TestDroplets_ListDroplets
> --- PASS: TestDroplets_ListDroplets (0.00s)
> === RUN   TestDroplets_ListDropletsMultiplePages
> --- PASS: TestDroplets_ListDropletsMultiplePages (0.00s)
> === RUN   TestDroplets_RetrievePageByNumber
> --- PASS: TestDroplets_RetrievePageByNumber (0.00s)
> === RUN   TestDroplets_GetDroplet
> --- PASS: TestDroplets_GetDroplet (0.00s)
> === RUN   TestDroplets_Create
> --- PASS: TestDroplets_Create (0.00s)
> === RUN   TestDroplets_Destroy
> --- PASS: TestDroplets_Destroy (0.00s)
> === RUN   TestDroplets_Kernels
> --- PASS: TestDroplets_Kernels (0.00s)
> 

[pkg-go] Bug#835742: golang-google-cloud: FTBFS: dh_auto_build: go install -v -p 1 google.golang.org/cloud google.golang.org/cloud/bigquery google.golang.org/cloud/bigtable google.golang.org/cloud/big

2016-08-28 Thread Lucas Nussbaum
Source: golang-google-cloud
Version: 0.0~git20160413-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160828 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
>  debian/rules build
> dh build --buildsystem=golang --with=golang
>dh_testdir -O--buildsystem=golang
>dh_update_autotools_config -O--buildsystem=golang
>dh_auto_configure -O--buildsystem=golang
> dh_auto_configure: "google.golang.org/cloud" is already installed. Please 
> check for circular dependencies.
> 
>dh_auto_build -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/duration_proto 
> google.golang.org/cloud/bigtable/internal/empty 
> 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/bigque
 ry/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/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
> github.com/golang/protobuf/proto
> golang.org/x/net/http2/hpack
> golang.org/x/net/lex/httplex
> golang.org/x/net/http2
> golang.org/x/net/internal/timeseries
> golang.org/x/net/trace
> google.golang.org/grpc/codes
> google.golang.org/grpc/credentials
> google.golang.org/grpc/grpclog
> google.golang.org/grpc/internal
> google.golang.org/grpc/metadata
> google.golang.org/grpc/naming
> google.golang.org/grpc/peer
> google.golang.org/grpc/transport
> google.golang.org/grpc
> google.golang.org/cloud/internal/opts
> google.golang.org/cloud
> golang.org/x/net/context/ctxhttp
> google.golang.org/api/googleapi/internal/uritemplates
> google.golang.org/api/googleapi
> google.golang.org/api/gensupport
> google.golang.org/api/bigquery/v2
> google.golang.org/cloud/bigquery
> google.golang.org/cloud/bigtable/internal/cluster_data_proto
> google.golang.org/cloud/bigtable/internal/empty
> google.golang.org/cloud/bigtable/internal/cluster_service_proto
> # google.golang.org/cloud/bigtable/internal/cluster_service_proto
> src/google.golang.org/cloud/bigtable/internal/cluster_service_proto/bigtable_cluster_service.pb.go:307:
>  cannot use _BigtableClusterService_ListZones_Handler (type func(interface 
> {}, "golang.org/x/net/context".Context, func(interface {}) error) (interface 
> {}, error)) as type grpc.methodHandler in field value
> src/google.golang.org/cloud/bigtable/internal/cluster_service_proto/bigtable_cluster_service.pb.go:311:
>  cannot use _BigtableClusterService_GetCluster_Handler (type func(interface 
> {}, "golang.org/x/net/context".Context, func(interface {}) error) (interface 
> {}, error)) as type grpc.methodHandler in field value
> src/google.golang.org/cloud/bigtable/internal/cluster_service_proto/bigtable_cluster_service.pb.go:315:
>  cannot use _BigtableClusterService_ListClusters_Handler (type func(interface 
> {}, "golang.org/x/net/context".Context, func(interface {}) error) (interface 
> {}, error)) as type grpc.methodHandler in field value
> src/google.golang.org/cloud/bigtable/internal/cluster_service_proto/bigtable_cluster_service.pb.go:319:
>  cannot use _BigtableClusterService_CreateCluster_Handler (type 
> func(interface {}, "golang.org/x/net/context".Context, func(interface {}) 
> error) (interface {}, error)) as type grpc.methodHandler in field value
> src/google.golang.org/cloud/bigtable/internal/cluster_service_proto/bigtable_cluster_service.pb.go:323:
>  cannot 

[pkg-go] Bug#835741: prometheus: FTBFS: Tests failures

2016-08-28 Thread Lucas Nussbaum
Source: prometheus
Version: 1.0.1+ds-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160828 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> === RUN   TestRespondSuccess
> --- PASS: TestRespondSuccess (0.00s)
> === RUN   TestRespondError
> --- PASS: TestRespondError (0.00s)
> === RUN   TestParseTime
> --- PASS: TestParseTime (0.00s)
> === RUN   TestParseDuration
> --- PASS: TestParseDuration (0.00s)
> === RUN   TestOptionsMethod
> --- PASS: TestOptionsMethod (0.00s)
> PASS
> okgithub.com/prometheus/prometheus/web/api/v1 0.027s
> ? github.com/prometheus/prometheus/web/ui [no test files]
> dh_auto_test: go test -v -p 1 github.com/prometheus/prometheus/cmd/prometheus 
> github.com/prometheus/prometheus/cmd/promtool 
> github.com/prometheus/prometheus/config 
> github.com/prometheus/prometheus/notifier 
> github.com/prometheus/prometheus/promql 
> github.com/prometheus/prometheus/retrieval 
> github.com/prometheus/prometheus/retrieval/discovery 
> github.com/prometheus/prometheus/retrieval/discovery/consul 
> github.com/prometheus/prometheus/retrieval/discovery/dns 
> github.com/prometheus/prometheus/retrieval/discovery/kubernetes 
> github.com/prometheus/prometheus/retrieval/discovery/marathon 
> github.com/prometheus/prometheus/rules 
> github.com/prometheus/prometheus/storage 
> github.com/prometheus/prometheus/storage/local 
> github.com/prometheus/prometheus/storage/local/codable 
> github.com/prometheus/prometheus/storage/local/index 
> github.com/prometheus/prometheus/storage/local/storagetool 
> github.com/prometheus/prometheus/storage/metric 
> github.com/prometheus/prometheus/storage/remote github.com/prometheus
 /prometheus/storage/remote/graphite 
github.com/prometheus/prometheus/storage/remote/influxdb 
github.com/prometheus/prometheus/storage/remote/opentsdb 
github.com/prometheus/prometheus/template 
github.com/prometheus/prometheus/util/cli 
github.com/prometheus/prometheus/util/flock 
github.com/prometheus/prometheus/util/httputil 
github.com/prometheus/prometheus/util/stats 
github.com/prometheus/prometheus/util/strutil 
github.com/prometheus/prometheus/util/testutil 
github.com/prometheus/prometheus/util/treecache 
github.com/prometheus/prometheus/vendor/github.com/influxdb/influxdb/client 
github.com/prometheus/prometheus/vendor/github.com/influxdb/influxdb/tsdb 
github.com/prometheus/prometheus/web 
github.com/prometheus/prometheus/web/api/v1 
github.com/prometheus/prometheus/web/ui returned exit code 1
>   cd /<>/prometheus-1.0.1+ds
> debian/rules:67: recipe for target 'override_dh_auto_test' failed

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2016/08/28/prometheus_1.0.1+ds-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers


[pkg-go] Bug#835736: containerd: FTBFS: dh_auto_build: go install -v -p 1 github.com/docker/containerd github.com/docker/containerd/api/grpc/server github.com/docker/containerd/api/grpc/types github.c

2016-08-28 Thread Lucas Nussbaum
Source: containerd
Version: 0.2.1~ds1-2
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160828 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
>  debian/rules build
> dh build --buildsystem=golang --with=golang
>dh_testdir -O--buildsystem=golang
>dh_update_autotools_config -O--buildsystem=golang
>dh_auto_configure -O--buildsystem=golang
>dh_auto_build -O--buildsystem=golang
>   go install -v -p 1 github.com/docker/containerd 
> github.com/docker/containerd/api/grpc/server 
> github.com/docker/containerd/api/grpc/types 
> github.com/docker/containerd/api/http/pprof 
> github.com/docker/containerd/containerd 
> github.com/docker/containerd/containerd-shim github.com/docker/containerd/ctr 
> github.com/docker/containerd/osutils github.com/docker/containerd/runtime 
> github.com/docker/containerd/specs github.com/docker/containerd/supervisor
> github.com/docker/containerd
> github.com/golang/protobuf/proto
> golang.org/x/net/context
> golang.org/x/net/http2/hpack
> golang.org/x/net/lex/httplex
> golang.org/x/net/http2
> golang.org/x/net/internal/timeseries
> golang.org/x/net/trace
> google.golang.org/grpc/codes
> google.golang.org/grpc/credentials
> google.golang.org/grpc/grpclog
> google.golang.org/grpc/internal
> google.golang.org/grpc/metadata
> google.golang.org/grpc/naming
> google.golang.org/grpc/peer
> google.golang.org/grpc/transport
> google.golang.org/grpc
> github.com/docker/containerd/api/grpc/types
> # github.com/docker/containerd/api/grpc/types
> src/github.com/docker/containerd/api/grpc/types/api.pb.go:1137: cannot use 
> _API_CreateContainer_Handler (type func(interface {}, 
> "golang.org/x/net/context".Context, func(interface {}) error) (interface {}, 
> error)) as type grpc.methodHandler in field value
> src/github.com/docker/containerd/api/grpc/types/api.pb.go:1141: cannot use 
> _API_UpdateContainer_Handler (type func(interface {}, 
> "golang.org/x/net/context".Context, func(interface {}) error) (interface {}, 
> error)) as type grpc.methodHandler in field value
> src/github.com/docker/containerd/api/grpc/types/api.pb.go:1145: cannot use 
> _API_Signal_Handler (type func(interface {}, 
> "golang.org/x/net/context".Context, func(interface {}) error) (interface {}, 
> error)) as type grpc.methodHandler in field value
> src/github.com/docker/containerd/api/grpc/types/api.pb.go:1149: cannot use 
> _API_UpdateProcess_Handler (type func(interface {}, 
> "golang.org/x/net/context".Context, func(interface {}) error) (interface {}, 
> error)) as type grpc.methodHandler in field value
> src/github.com/docker/containerd/api/grpc/types/api.pb.go:1153: cannot use 
> _API_AddProcess_Handler (type func(interface {}, 
> "golang.org/x/net/context".Context, func(interface {}) error) (interface {}, 
> error)) as type grpc.methodHandler in field value
> src/github.com/docker/containerd/api/grpc/types/api.pb.go:1157: cannot use 
> _API_CreateCheckpoint_Handler (type func(interface {}, 
> "golang.org/x/net/context".Context, func(interface {}) error) (interface {}, 
> error)) as type grpc.methodHandler in field value
> src/github.com/docker/containerd/api/grpc/types/api.pb.go:1161: cannot use 
> _API_DeleteCheckpoint_Handler (type func(interface {}, 
> "golang.org/x/net/context".Context, func(interface {}) error) (interface {}, 
> error)) as type grpc.methodHandler in field value
> src/github.com/docker/containerd/api/grpc/types/api.pb.go:1165: cannot use 
> _API_ListCheckpoint_Handler (type func(interface {}, 
> "golang.org/x/net/context".Context, func(interface {}) error) (interface {}, 
> error)) as type grpc.methodHandler in field value
> src/github.com/docker/containerd/api/grpc/types/api.pb.go:1169: cannot use 
> _API_State_Handler (type func(interface {}, 
> "golang.org/x/net/context".Context, func(interface {}) error) (interface {}, 
> error)) as type grpc.methodHandler in field value
> src/github.com/docker/containerd/api/grpc/types/api.pb.go:1173: cannot use 
> _API_Stats_Handler (type func(interface {}, 
> "golang.org/x/net/context".Context, func(interface {}) error) (interface {}, 
> error)) as type grpc.methodHandler in field value
> src/github.com/docker/containerd/api/grpc/types/api.pb.go:1173: too many 
> errors
> github.com/Sirupsen/logrus
> github.com/opencontainers/specs/specs-go
> github.com/docker/containerd/specs
> github.com/opencontainers/runc/vendor/github.com/docker/docker/pkg/mount
> github.com/opencontainers/runc/vendor/github.com/docker/docker/pkg/symlink
> github.com/opencontainers/runc/libcontainer/apparmor
> github.com/docker/go-units
> github.com/opencontainers/runc/libcontainer/configs
> github.com/opencontainers/runc/libcontainer/cgroups
> github.com/opencontainers/runc/libcontainer/system
> github.com/opencontainers/runc/libcontainer/utils
> github.com/opencontainers/runc/libcontainer/cgroups/fs
> 

[pkg-go] Bug#835721: golang-github-spf13-pflag: FTBFS: dh_auto_test: go test -v -p 1 github.com/spf13/pflag returned exit code 1

2016-08-28 Thread Lucas Nussbaum
Source: golang-github-spf13-pflag
Version: 0.0~git20160427.0.cb88ea7-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160828 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
>  debian/rules build
> dh build --buildsystem=golang --with=golang
>dh_testdir -O--buildsystem=golang
>dh_update_autotools_config -O--buildsystem=golang
>dh_auto_configure -O--buildsystem=golang
>dh_auto_build -O--buildsystem=golang
>   go install -v -p 1 github.com/spf13/pflag
> github.com/spf13/pflag
>dh_auto_test -O--buildsystem=golang
>   go test -v -p 1 github.com/spf13/pflag
> === RUN   TestExplicitTrue
> --- PASS: TestExplicitTrue (0.00s)
> === RUN   TestImplicitTrue
> --- PASS: TestImplicitTrue (0.00s)
> === RUN   TestShortFlag
> --- PASS: TestShortFlag (0.00s)
> === RUN   TestShortFlagExtraArgument
> --- PASS: TestShortFlagExtraArgument (0.00s)
> === RUN   TestExplicitMaybe
> --- PASS: TestExplicitMaybe (0.00s)
> === RUN   TestExplicitFalse
> --- PASS: TestExplicitFalse (0.00s)
> === RUN   TestImplicitFalse
> --- PASS: TestImplicitFalse (0.00s)
> === RUN   TestInvalidValue
> --- PASS: TestInvalidValue (0.00s)
> === RUN   TestBoolP
> --- PASS: TestBoolP (0.00s)
> === RUN   TestCount
> --- PASS: TestCount (0.00s)
> === RUN   TestEverything
> --- PASS: TestEverything (0.00s)
> === RUN   TestUsage
> --- PASS: TestUsage (0.00s)
> === RUN   TestAddFlagSet
> --- PASS: TestAddFlagSet (0.00s)
> === RUN   TestAnnotation
> --- PASS: TestAnnotation (0.00s)
> === RUN   TestShorthand
> --- PASS: TestShorthand (0.00s)
> === RUN   TestParse
> --- PASS: TestParse (0.00s)
> === RUN   TestFlagSetParse
> --- PASS: TestFlagSetParse (0.00s)
> === RUN   TestChangedHelper
> --- PASS: TestChangedHelper (0.00s)
> === RUN   TestWordSepNormalizedNames
> --- PASS: TestWordSepNormalizedNames (0.00s)
> === RUN   TestCustomNormalizedNames
> --- PASS: TestCustomNormalizedNames (0.00s)
> === RUN   TestNormalizationFuncShouldChangeFlagName
> --- PASS: TestNormalizationFuncShouldChangeFlagName (0.00s)
> === RUN   TestUserDefined
> --- PASS: TestUserDefined (0.00s)
> === RUN   TestSetOutput
> --- PASS: TestSetOutput (0.00s)
> === RUN   TestChangingArgs
> --- PASS: TestChangingArgs (0.00s)
> === RUN   TestHelp
> --- PASS: TestHelp (0.00s)
> === RUN   TestNoInterspersed
> --- PASS: TestNoInterspersed (0.00s)
> === RUN   TestTermination
> --- PASS: TestTermination (0.00s)
> === RUN   TestDeprecatedFlagInDocs
> --- PASS: TestDeprecatedFlagInDocs (0.00s)
> === RUN   TestDeprecatedFlagShorthandInDocs
> --- PASS: TestDeprecatedFlagShorthandInDocs (0.00s)
> === RUN   TestDeprecatedFlagUsage
> --- PASS: TestDeprecatedFlagUsage (0.00s)
> === RUN   TestDeprecatedFlagShorthandUsage
> --- PASS: TestDeprecatedFlagShorthandUsage (0.00s)
> === RUN   TestDeprecatedFlagUsageNormalized
> --- PASS: TestDeprecatedFlagUsageNormalized (0.00s)
> === RUN   TestMultipleNormalizeFlagNameInvocations
> --- PASS: TestMultipleNormalizeFlagNameInvocations (0.00s)
> === RUN   TestHiddenFlagInUsage
> --- PASS: TestHiddenFlagInUsage (0.00s)
> === RUN   TestHiddenFlagUsage
> --- PASS: TestHiddenFlagUsage (0.00s)
> === RUN   TestPrintDefaults
> 
>   --Afor bootstrapping, allow 'any' type
>   --Alongflagnamedisable bounds checking
>   -C, --CCC  a boolean defaulting to true (default true)
>   --D path   set relative path for local imports
>   --F number a non-zero number (default 2.7)
>   --G float  a float that defaults to zero
>   --N inta non-zero int (default 27)
>   --ND1 string[="bar"]   a string with NoOptDefVal (default "foo")
>   --ND2 num[=4321]   a num with NoOptDefVal (default 1234)
>   --Z intan int that defaults to zero
>   --maxT timeout set timeout for dial (default 0s)
> 
> 
>   --Afor bootstrapping, allow 'any' type
>   --Alongflagnamedisable bounds checking
>   -C, --CCC  a boolean defaulting to true (default true)
>   --D path   set relative path for local imports
>   --F number a non-zero number (default 2.7)
>   --G float  a float that defaults to zero
>   --N inta non-zero int (default 27)
>   --ND1 string[="bar"]   a string with NoOptDefVal (default "foo")
>   --ND2 num[=4321]   a num with NoOptDefVal (default 1234)
>   --Z intan int that defaults to zero
>   --maxT timeout set timeout for dial
> 
> --- FAIL: TestPrintDefaults (0.00s)
>   flag_test.go:911: got "  --Afor bootstrapping, 
> allow 'any' type\n  --Alongflagnamedisable bounds checking\n  -C, 
> --CCC  a boolean defaulting to true (default true)\n  --D 
> path

[pkg-go] Bug#835715: golang-github-docker-go: FTBFS: patches fail to apply

2016-08-28 Thread Lucas Nussbaum
Source: golang-github-docker-go
Version: 0.0~git20160303.0.d30aec9-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160828 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> make[2]: Entering directory '/<>'
> mkdir -p /<>/canonical/json;
> cp -r /usr/lib/go-1.7/src/encoding/json/* /<>/canonical/json/;
> cat /<>/patches/* | patch -p1;
> patching file canonical/json/decode.go
> Hunk #1 succeeded at 254 (offset 80 lines).
> Hunk #2 succeeded at 649 (offset 91 lines).
> patching file canonical/json/encode.go
> Hunk #1 FAILED at 131.
> Hunk #2 succeeded at 163 (offset 10 lines).
> Hunk #3 succeeded at 267 with fuzz 1 (offset 10 lines).
> Hunk #4 FAILED at 313.
> Hunk #5 succeeded at 338 (offset 15 lines).
> Hunk #6 succeeded at 371 (offset 15 lines).
> Hunk #7 succeeded at 386 (offset 15 lines).
> Hunk #8 succeeded at 401 (offset 15 lines).
> Hunk #9 succeeded at 421 (offset 15 lines).
> Hunk #10 succeeded at 539 with fuzz 2 (offset 11 lines).
> Hunk #11 succeeded at 620 (offset 17 lines).
> Hunk #12 FAILED at 638.
> Hunk #13 FAILED at 681.
> Hunk #14 succeeded at 742 (offset 36 lines).
> Hunk #15 succeeded at 759 with fuzz 1 (offset 36 lines).
> Hunk #16 FAILED at 805.
> Hunk #17 succeeded at 902 (offset 64 lines).
> Hunk #18 FAILED at 885.
> Hunk #19 succeeded at 984 (offset 66 lines).
> Hunk #20 succeeded at 1212 (offset 79 lines).
> Hunk #21 FAILED at 1174.
> Hunk #22 FAILED at 1194.
> 8 out of 22 hunks FAILED -- saving rejects to file 
> canonical/json/encode.go.rej
> patching file canonical/json/encode_test.go
> Reversed (or previously applied) patch detected!  Assume -R? [n] 
> Apply anyway? [n] 
> Skipping patch.
> 2 out of 2 hunks ignored -- saving rejects to file 
> canonical/json/encode_test.go.rej
> patching file canonical/json/stream.go
> Hunk #1 FAILED at 138.
> Hunk #2 succeeded at 180 with fuzz 1 (offset 33 lines).
> Hunk #3 FAILED at 160.
> 2 out of 3 hunks FAILED -- saving rejects to file canonical/json/stream.go.rej
> patching file canonical/json/encode_test.go
> Hunk #1 succeeded at 611 with fuzz 1 (offset 31 lines).
> patching file canonical/json/encode.go
> Hunk #1 FAILED at 526.
> 1 out of 1 hunk FAILED -- saving rejects to file canonical/json/encode.go.rej
> patching file canonical/json/encode_test.go
> Hunk #1 succeeded at 620 (offset 31 lines).
> Makefile:17: recipe for target 'run_patch' failed
> make[2]: *** [run_patch] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2016/08/28/golang-github-docker-go_0.0~git20160303.0.d30aec9-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers


[pkg-go] Bug#835684: syncthing: FTBFS: dh_auto_test: go test -v -p 1 github.com/syncthing/syncthing/cmd/stbench github.com/syncthing/syncthing/cmd/stcompdirs github.com/syncthing/syncthing/cmd/stdisco

2016-08-28 Thread Lucas Nussbaum
Source: syncthing
Version: 0.14.4+dfsg1-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160828 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<>/syncthing-0.14.4+dfsg1'
> dh_auto_build -- -ldflags "-X main.Version=v0.14.4-dfsg1 \
>-X main.BuildUser=debian \
>-X main.BuildHost=debian \
>-X main.BuildStamp=1471362463" \
>-tags 'noupgrade purego'
>   go install -v -p 1 -ldflags "-X main.Version=v0.14.4-dfsg1  
>   -X main.BuildUser=debian-X 
> main.BuildHost=debian-X 
> main.BuildStamp=1471362463" -tags "noupgrade purego" 
> github.com/syncthing/syncthing/cmd/stbench 
> github.com/syncthing/syncthing/cmd/stcompdirs 
> github.com/syncthing/syncthing/cmd/stdisco 
> github.com/syncthing/syncthing/cmd/stdiscosrv 
> github.com/syncthing/syncthing/cmd/stevents 
> github.com/syncthing/syncthing/cmd/stfileinfo 
> github.com/syncthing/syncthing/cmd/stfinddevice 
> github.com/syncthing/syncthing/cmd/stgenfiles 
> github.com/syncthing/syncthing/cmd/stindex 
> github.com/syncthing/syncthing/cmd/strelaysrv 
> github.com/syncthing/syncthing/cmd/strelaysrv/testutil 
> github.com/syncthing/syncthing/cmd/stsigtool 
> github.com/syncthing/syncthing/cmd/stvanity 
> github.com/syncthing/syncthing/cmd/stwatchfile 
> github.com/syncthing/syncthing/cmd/syncthing 
> github.com/syncthing/syncthing/lib/auto 
> github.com/syncthing/syncthing/lib/beacon 
> github.com/syncthing/syncthing/lib/config 
> github.com/syncthing/syncthing/lib/connections 
> github.com/syncthing/syncthing/lib/db 
> github.com/syncthing/syncthing/lib/dialer 
> github.com/syncthing/syncthing/lib/discover 
> github.com/syncthing/syncthing/lib/events 
> github.com/syncthing/syncthing/lib/fs 
> github.com/syncthing/syncthing/lib/ignore 
> github.com/syncthing/syncthing/lib/logger 
> github.com/syncthing/syncthing/lib/model 
> github.com/syncthing/syncthing/lib/nat 
> github.com/syncthing/syncthing/lib/osutil 
> github.com/syncthing/syncthing/lib/pmp 
> github.com/syncthing/syncthing/lib/protocol 
> github.com/syncthing/syncthing/lib/rand github.com/syncthing/syncthing/lib/rc 
> github.com/syncthing/syncthing/lib/relay/client 
> github.com/syncthing/syncthing/lib/relay/protocol 
> github.com/syncthing/syncthing/lib/scanner 
> github.com/syncthing/syncthing/lib/signature 
> github.com/syncthing/syncthing/lib/stats 
> github.com/syncthing/syncthing/lib/symlinks 
> github.com/syncthing/syncthing/lib/sync 
> github.com/syncthing/syncthing/lib/tlsutil 
> github.com/syncthing/syncthing/lib/upgrade 
> github.com/syncthing/syncthing/lib/upnp 
> github.com/syncthing/syncthing/lib/util 
> github.com/syncthing/syncthing/lib/versioner
> github.com/syncthing/syncthing/lib/logger
> github.com/syncthing/syncthing/lib/sync
> github.com/syncthing/syncthing/lib/events
> github.com/calmh/du
> golang.org/x/net/proxy
> github.com/syncthing/syncthing/lib/dialer
> golang.org/x/text/transform
> golang.org/x/text/unicode/norm
> github.com/syncthing/syncthing/lib/osutil
> github.com/bkaradzic/go-lz4
> github.com/calmh/luhn
> github.com/calmh/xdr
> github.com/gogo/protobuf/proto
> github.com/gogo/protobuf/protoc-gen-gogo/descriptor
> github.com/gogo/protobuf/gogoproto
> github.com/syncthing/syncthing/lib/rand
> github.com/syncthing/syncthing/lib/protocol
> github.com/syncthing/syncthing/lib/util
> github.com/syncthing/syncthing/lib/config
> github.com/syncthing/syncthing/lib/rc
> github.com/syncthing/syncthing/cmd/stbench
> github.com/syncthing/syncthing/lib/symlinks
> github.com/syncthing/syncthing/cmd/stcompdirs
> github.com/thejerf/suture
> golang.org/x/net/bpf
> golang.org/x/net/internal/iana
> golang.org/x/net/ipv6
> github.com/syncthing/syncthing/lib/beacon
> github.com/syncthing/syncthing/lib/discover
> github.com/syncthing/syncthing/cmd/stdisco
> github.com/cznic/b
> github.com/cznic/bufs
> github.com/cznic/fileutil
> github.com/cznic/mathutil
> github.com/cznic/sortutil
> github.com/cznic/zappy
> github.com/cznic/lldb
> github.com/cznic/ql/vendored/github.com/camlistore/go4/lock
> github.com/cznic/strutil
> github.com/cznic/ql
> github.com/golang/groupcache/lru
> github.com/juju/ratelimit
> github.com/lib/pq/oid
> github.com/lib/pq
> golang.org/x/net/context
> github.com/syncthing/syncthing/cmd/stdiscosrv
> github.com/syncthing/syncthing/cmd/stevents
> github.com/rcrowley/go-metrics
> github.com/gobwas/glob/util/runes
> github.com/gobwas/glob/util/strings
> github.com/gobwas/glob/match
> github.com/gobwas/glob/syntax/lexer
> github.com/gobwas/glob/syntax/ast
> github.com/gobwas/glob/compiler
> github.com/gobwas/glob/syntax
> github.com/gobwas/glob
> github.com/syncthing/syncthing/lib/ignore
> 

[pkg-go] Bug#835685: golint: FTBFS: dh_auto_test: go test -v -p 1 github.com/golang/lint github.com/golang/lint/golint returned exit code 1

2016-08-28 Thread Lucas Nussbaum
Source: golint
Version: 0.0+git20150623.7b7f436-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160828 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
>  debian/rules build
> dh build --buildsystem=golang --with=golang
>dh_testdir -O--buildsystem=golang
>dh_update_autotools_config -O--buildsystem=golang
>dh_auto_configure -O--buildsystem=golang
>dh_auto_build -O--buildsystem=golang
>   go install -v -p 1 github.com/golang/lint github.com/golang/lint/golint
> golang.org/x/tools/go/exact
> golang.org/x/tools/go/types
> golang.org/x/tools/go/gcimporter
> github.com/golang/lint
> github.com/golang/lint/golint
>dh_auto_test -O--buildsystem=golang
>   go test -v -p 1 github.com/golang/lint github.com/golang/lint/golint
> === RUN   TestAll
> --- FAIL: TestAll (0.01s)
>   lint_test.go:95: Lint failed at errorf.go:29; /should 
> replace.*t\.Error\(fmt\.Sprintf\(\.\.\.\)\).*t\.Errorf\(\.\.\.\)/ did not 
> match
>   lint_test.go:95: Lint failed at time.go:11; /Msec.*\*time.Duration/ did 
> not match
>   lint_test.go:95: Lint failed at time.go:13; /Secs.*time.Duration/ did 
> not match
> === RUN   TestLine
> --- PASS: TestLine (0.00s)
> === RUN   TestLintName
> --- PASS: TestLintName (0.00s)
> === RUN   TestExportedType
> --- PASS: TestExportedType (0.00s)
> FAIL
> exit status 1
> FAIL  github.com/golang/lint  0.015s
> ? github.com/golang/lint/golint   [no test files]
> dh_auto_test: go test -v -p 1 github.com/golang/lint 
> github.com/golang/lint/golint returned exit code 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2016/08/28/golint_0.0+git20150623.7b7f436-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers


[pkg-go] Bug#832849: docker-swarm: FTBFS: dh_auto_build: src/github.com/docker/swarm/api/handlers.go:17:2: cannot find package "github.com/docker/docker/pkg/parsers/filters"

2016-07-29 Thread Lucas Nussbaum
Source: docker-swarm
Version: 1.0.1+dfsg-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160728 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/«BUILDDIR»/docker-swarm-1.0.1+dfsg'
> mkdir -p _build && cp -r Godeps/_workspace/src _build/
> dh_auto_configure -v
>   mkdir -p _build
>   Copy main.go -> _build/src/github.com/docker/swarm/main.go
>   Copy leadership/candidate_test.go -> 
> _build/src/github.com/docker/swarm/leadership/candidate_test.go
>   Copy leadership/follower_test.go -> 
> _build/src/github.com/docker/swarm/leadership/follower_test.go
>   Copy leadership/candidate.go -> 
> _build/src/github.com/docker/swarm/leadership/candidate.go
>   Copy leadership/follower.go -> 
> _build/src/github.com/docker/swarm/leadership/follower.go
>   Copy cluster/event.go -> 
> _build/src/github.com/docker/swarm/cluster/event.go
>   Copy cluster/container.go -> 
> _build/src/github.com/docker/swarm/cluster/container.go
>   Copy cluster/image.go -> 
> _build/src/github.com/docker/swarm/cluster/image.go
>   Copy cluster/volume.go -> 
> _build/src/github.com/docker/swarm/cluster/volume.go
>   Copy cluster/cluster.go -> 
> _build/src/github.com/docker/swarm/cluster/cluster.go
>   Copy cluster/network_test.go -> 
> _build/src/github.com/docker/swarm/cluster/network_test.go
>   Copy cluster/engine_sorter_test.go -> 
> _build/src/github.com/docker/swarm/cluster/engine_sorter_test.go
>   Copy cluster/engine_sorter.go -> 
> _build/src/github.com/docker/swarm/cluster/engine_sorter.go
>   Copy cluster/network.go -> 
> _build/src/github.com/docker/swarm/cluster/network.go
>   Copy cluster/options_test.go -> 
> _build/src/github.com/docker/swarm/cluster/options_test.go
>   Copy cluster/engine.go -> 
> _build/src/github.com/docker/swarm/cluster/engine.go
>   Copy cluster/engine_test.go -> 
> _build/src/github.com/docker/swarm/cluster/engine_test.go
>   Copy cluster/container_test.go -> 
> _build/src/github.com/docker/swarm/cluster/container_test.go
>   Copy cluster/options.go -> 
> _build/src/github.com/docker/swarm/cluster/options.go
>   Copy cluster/config_test.go -> 
> _build/src/github.com/docker/swarm/cluster/config_test.go
>   Copy cluster/config.go -> 
> _build/src/github.com/docker/swarm/cluster/config.go
>   Copy cluster/image_test.go -> 
> _build/src/github.com/docker/swarm/cluster/image_test.go
>   Copy cluster/swarm/cluster_test.go -> 
> _build/src/github.com/docker/swarm/cluster/swarm/cluster_test.go
>   Copy cluster/swarm/cluster.go -> 
> _build/src/github.com/docker/swarm/cluster/swarm/cluster.go
>   Copy cluster/swarm/utils.go -> 
> _build/src/github.com/docker/swarm/cluster/swarm/utils.go
>   Copy cluster/swarm/utils_test.go -> 
> _build/src/github.com/docker/swarm/cluster/swarm/utils_test.go
>   Copy cluster/mesos/slave.go -> 
> _build/src/github.com/docker/swarm/cluster/mesos/slave.go
>   Copy cluster/mesos/offer_sorter.go -> 
> _build/src/github.com/docker/swarm/cluster/mesos/offer_sorter.go
>   Copy cluster/mesos/driver.go -> 
> _build/src/github.com/docker/swarm/cluster/mesos/driver.go
>   Copy cluster/mesos/offer_sorter_test.go -> 
> _build/src/github.com/docker/swarm/cluster/mesos/offer_sorter_test.go
>   Copy cluster/mesos/cluster_test.go -> 
> _build/src/github.com/docker/swarm/cluster/mesos/cluster_test.go
>   Copy cluster/mesos/task_test.go -> 
> _build/src/github.com/docker/swarm/cluster/mesos/task_test.go
>   Copy cluster/mesos/cluster.go -> 
> _build/src/github.com/docker/swarm/cluster/mesos/cluster.go
>   Copy cluster/mesos/utils.go -> 
> _build/src/github.com/docker/swarm/cluster/mesos/utils.go
>   Copy cluster/mesos/slave_test.go -> 
> _build/src/github.com/docker/swarm/cluster/mesos/slave_test.go
>   Copy cluster/mesos/task.go -> 
> _build/src/github.com/docker/swarm/cluster/mesos/task.go
>   Copy cluster/mesos/queue/queue.go -> 
> _build/src/github.com/docker/swarm/cluster/mesos/queue/queue.go
>   Copy cluster/mesos/queue/queue_test.go -> 
> _build/src/github.com/docker/swarm/cluster/mesos/queue/queue_test.go
>   Copy api/primary_test.go -> 
> _build/src/github.com/docker/swarm/api/primary_test.go
>   Copy api/replica.go -> _build/src/github.com/docker/swarm/api/replica.go
>   Copy api/server.go -> _build/src/github.com/docker/swarm/api/server.go
>   Copy api/sorter.go -> _build/src/github.com/docker/swarm/api/sorter.go
>   Copy api/utils.go -> _build/src/github.com/docker/swarm/api/utils.go
>   Copy api/utils_test.go -> 
> _build/src/github.com/docker/swarm/api/utils_test.go
>   Copy api/server_unix.go -> 
> _build/src/github.com/docker/swarm/api/server_unix.go
>   Copy api/server_windows.go -> 
> 

[pkg-go] Bug#832834: golang-github-boltdb-bolt: FTBFS: Tests failures

2016-07-29 Thread Lucas Nussbaum
Source: golang-github-boltdb-bolt
Version: 1.2.1-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160728 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> === RUN   ExampleTx_CopyFile
> --- PASS: ExampleTx_CopyFile (0.05s)
> FAIL
> exit status 1
> FAIL  github.com/boltdb/bolt  39.935s
> === RUN   TestInfoCommand_Run
> --- PASS: TestInfoCommand_Run (0.00s)
> === RUN   TestStatsCommand_Run_EmptyDatabase
> --- PASS: TestStatsCommand_Run_EmptyDatabase (0.01s)
> === RUN   TestStatsCommand_Run
> --- PASS: TestStatsCommand_Run (0.01s)
> PASS
> okgithub.com/boltdb/bolt/cmd/bolt 0.019s
> dh_auto_test: go test -v -p 1 -short github.com/boltdb/bolt 
> github.com/boltdb/bolt/cmd/bolt returned exit code 1
> make[1]: *** [override_dh_auto_test] Error 1
> debian/rules:14: recipe for target 'override_dh_auto_test' failed

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2016/07/28/golang-github-boltdb-bolt_1.2.1-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers


[pkg-go] Bug#830468: golang-github-thejerf-suture: FTBFS: dh_auto_test: go test -v github.com/thejerf/suture returned exit code 1

2016-07-08 Thread Lucas Nussbaum
Source: golang-github-thejerf-suture
Version: 1.1.1-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160707 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
>  debian/rules build
> dh build --buildsystem=golang --with=golang
>dh_testdir -O--buildsystem=golang
>dh_update_autotools_config -O--buildsystem=golang
>dh_auto_configure -O--buildsystem=golang
>dh_auto_build -O--buildsystem=golang
>   go install -v github.com/thejerf/suture
> github.com/thejerf/suture
>dh_auto_test -O--buildsystem=golang
>   go test -v github.com/thejerf/suture
> === RUN   TestTheHappyCase
> === RUN   TestAddingToRunningSupervisor
> === RUN   TestFailures
> === RUN   TestRunningAlreadyRunning
> === RUN   TestFullConstruction
> === RUN   TestDefaultLogging
> === RUN   TestNestedSupervisors
> === RUN   TestStoppingSupervisorStopsServices
> === RUN   TestStoppingStillWorksWithHungServices
> === RUN   TestRemovingHungService
> === RUN   TestRemoveService
> === RUN   TestFailureToConstruct
> === RUN   TestFailingSupervisors
> === RUN   TestNilSupervisorAdd
> === RUN   TestIssue11
> === RUN   TestEverMultistarted
> --- PASS: TestEverMultistarted (0.00s)
> --- PASS: TestRunningAlreadyRunning (0.00s)
> 2016/07/06 20:59:00 Supervisor A: A: Failed service 'B' (1.00 failures of 
> 5.00), restarting: true, error: "B returned unexpectedly", stacktrace: 
> [unknown stack trace]
> --- PASS: TestFullConstruction (0.00s)
> 2016/07/06 20:59:00 Supervisor A4: Entering the backoff state.
> --- PASS: TestTheHappyCase (0.00s)
> 2016/07/06 20:59:00 Supervisor Top5: Nested5: Service Service5 failed to 
> terminate in a timely manner
> 2016/07/06 20:59:00 Supervisor A4: A4: Failed service 'B4' (1.00 failures 
> of 0.50), restarting: false, error: "B4 returned unexpectedly", 
> stacktrace: [unknown stack trace]
> 2016/07/06 20:59:00 Supervisor A4: Exiting backoff state.
> --- PASS: TestAddingToRunningSupervisor (0.00s)
> 2016/07/06 20:59:00 Supervisor A4: A4: Service B4 failed to terminate in a 
> timely manner
> 2016/07/06 20:59:00 Supervisor A4: A4: Failed service 'B4' (1.00 failures 
> of 1.00), restarting: true, error: test error, stacktrace: 
> --- PASS: TestNestedSupervisors (0.00s)
> --- PASS: TestDefaultLogging (0.00s)
> --- PASS: TestStoppingSupervisorStopsServices (0.00s)
> --- PASS: TestStoppingStillWorksWithHungServices (0.00s)
> --- PASS: TestFailureToConstruct (0.00s)
> --- PASS: TestRemovingHungService (0.00s)
> --- PASS: TestNilSupervisorAdd (0.00s)
> 2016/07/06 20:59:00 Supervisor Top9: Entering the backoff state.
> --- PASS: TestIssue11 (0.00s)
> 2016/07/06 20:59:00 Supervisor Top9: Exiting backoff state.
> --- FAIL: TestRemoveService (0.00s)
> 2016/07/06 20:59:00 Supervisor Top9: Nested9: Failed service 'Service9' 
> (1.00 failures of 5.00), restarting: true, error: "Service9 returned 
> unexpectedly", stacktrace: [unknown stack trace]
>   suture_test.go:417: Did not detect that the ServiceToken was wrong
> --- PASS: TestFailingSupervisors (0.00s)
> --- PASS: TestFailures (0.01s)
> === RUN   ExampleNew_simple
> --- PASS: ExampleNew_simple (0.00s)
> FAIL
> exit status 1
> FAIL  github.com/thejerf/suture   0.013s
> dh_auto_test: go test -v github.com/thejerf/suture returned exit code 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2016/07/07/golang-github-thejerf-suture_1.1.1-1_unstable_reb.normal.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers


[pkg-go] Bug#830465: acbuild: FTBFS: dh_auto_build: go install -v github.com/appc/acbuild/acbuild github.com/appc/acbuild/engine github.com/appc/acbuild/engine/systemdnspawn github.com/appc/acbuild/li

2016-07-08 Thread Lucas Nussbaum
Source: acbuild
Version: 0.3.0+dfsg-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160707 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/«BUILDDIR»/acbuild-0.3.0+dfsg'
> dh_auto_configure
> perl -0nE 'say $1 if 
> m{^Files\-Excluded\:\s*(.*?)(?:\n\n|Files:|Comment:)}sm;' debian/copyright \
> | while read D; do D="${D##Godeps/_workspace/src/}" ; printf 
> "Patching 3rd party includes: $D\n" ;\
> perl -pi -E 
> "s{github.com/appc/acbuild/Godeps/_workspace/src/$D}{$D}msg;" `find 
> _build/src -type f -name "*.go"` ;\
> done
> Patching 3rd party includes: github.com/appc/spec
> Patching 3rd party includes: github.com/camlistore/camlistore
> Patching 3rd party includes: github.com/coreos/go-semver
> Patching 3rd party includes: github.com/coreos/ioprogress
> Patching 3rd party includes: github.com/coreos/rkt
> Patching 3rd party includes: k8s.io
> Patching 3rd party includes: github.com/cpuguy83/go-md2man
> Patching 3rd party includes: github.com/hashicorp/errwrap
> Patching 3rd party includes: github.com/inconshreveable/mousetrap
> Patching 3rd party includes: github.com/kylelemons/godebug
> Patching 3rd party includes: github.com/russross/blackfriday
> Patching 3rd party includes: github.com/shurcooL/sanitized_anchor_name
> Patching 3rd party includes: github.com/spf13/cobra
> Patching 3rd party includes: github.com/spf13/pflag
> Patching 3rd party includes: github.com/syndtr/gocapability
> Patching 3rd party includes: golang.org/x/crypto
> Patching 3rd party includes: golang.org/x/net
> Patching 3rd party includes: speter.net/go/exp
> Patching 3rd party includes: xi2.org/x/xz
> make[1]: Leaving directory '/«BUILDDIR»/acbuild-0.3.0+dfsg'
>dh_auto_build -O--buildsystem=golang -O--builddirectory=_build
>   go install -v github.com/appc/acbuild/acbuild 
> github.com/appc/acbuild/engine github.com/appc/acbuild/engine/systemdnspawn 
> github.com/appc/acbuild/lib github.com/appc/acbuild/registry 
> github.com/appc/acbuild/tests github.com/appc/acbuild/util 
> github.com/appc/acbuild/util/fsdiffer
> src/github.com/appc/acbuild/util/files.go:25:2: cannot find package 
> "github.com/coreos/rkt/pkg/uid" in any of:
>   /usr/lib/go-1.6/src/github.com/coreos/rkt/pkg/uid (from $GOROOT)
>   /«BUILDDIR»/acbuild-0.3.0+dfsg/_build/src/github.com/coreos/rkt/pkg/uid 
> (from $GOPATH)
> dh_auto_build: go install -v github.com/appc/acbuild/acbuild 
> github.com/appc/acbuild/engine github.com/appc/acbuild/engine/systemdnspawn 
> github.com/appc/acbuild/lib github.com/appc/acbuild/registry 
> github.com/appc/acbuild/tests github.com/appc/acbuild/util 
> github.com/appc/acbuild/util/fsdiffer returned exit code 1
> make: *** [binary] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2016/07/07/acbuild_0.3.0+dfsg-1_unstable_reb.normal.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers


[pkg-go] Bug#830433: gopacket: FTBFS: dh_auto_test: go test -v github.com/google/gopacket github.com/google/gopacket/afpacket github.com/google/gopacket/bytediff github.com/google/gopacket/dumpcommand

2016-07-08 Thread Lucas Nussbaum
Source: gopacket
Version: 1.1.11-2
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160707 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/«PKGBUILDDIR»'
> dh_auto_configure
>   mkdir -p obj-x86_64-linux-gnu
>   Copy decode.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/decode.go
>   Copy packet.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/packet.go
>   Copy writer_test.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/writer_test.go
>   Copy writer.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/writer.go
>   Copy layerclass.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/layerclass.go
>   Copy doc.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/doc.go
>   Copy layertype.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/layertype.go
>   Copy parser.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/parser.go
>   Copy base.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/base.go
>   Copy flows.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/flows.go
>   Copy benchmark_test.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/benchmark_test.go
>   Copy afpacket/header.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/afpacket/header.go
>   Copy afpacket/afpacket.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/afpacket/afpacket.go
>   Copy afpacket/options.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/afpacket/options.go
>   Copy afpacket/afpacket_test.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/afpacket/afpacket_test.go
>   Copy examples/pfdump/main.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/examples/pfdump/main.go
>   Copy examples/httpassembly/main.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/examples/httpassembly/main.go
>   Copy examples/util/util.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/examples/util/util.go
>   Copy examples/synscan/main.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/examples/synscan/main.go
>   Copy examples/pcapdump/main.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/examples/pcapdump/main.go
>   Copy examples/bytediff/main.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/examples/bytediff/main.go
>   Copy examples/bidirectional/main.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/examples/bidirectional/main.go
>   Copy examples/statsassembly/main.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/examples/statsassembly/main.go
>   Copy examples/arpscan/arpscan.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/examples/arpscan/arpscan.go
>   Copy tcpassembly/assembly_test.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/tcpassembly/assembly_test.go
>   Copy tcpassembly/assembly.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/tcpassembly/assembly.go
>   Copy tcpassembly/tcpreader/reader.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/tcpassembly/tcpreader/reader.go
>   Copy tcpassembly/tcpreader/reader_test.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/tcpassembly/tcpreader/reader_test.go
>   Copy layers/usb_test.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/layers/usb_test.go
>   Copy layers/radiotap.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/layers/radiotap.go
>   Copy layers/endpoints.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/layers/endpoints.go
>   Copy layers/igmp.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/layers/igmp.go
>   Copy layers/ctp.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/layers/ctp.go
>   Copy layers/icmp6_test.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/layers/icmp6_test.go
>   Copy layers/pppoe.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/layers/pppoe.go
>   Copy layers/dot1q.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/layers/dot1q.go
>   Copy layers/tcpip_test.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/layers/tcpip_test.go
>   Copy layers/cdp.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/layers/cdp.go
>   Copy layers/tcpip.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/layers/tcpip.go
>   Copy layers/udp.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/layers/udp.go
>   Copy layers/ip4_test.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/layers/ip4_test.go
>   Copy layers/ethernet.go -> 
> 

[pkg-go] Bug#830366: golang-github-coreos-go-oidc: FTBFS: build-dependency not installable: golang-clockwork-dev

2016-07-08 Thread Lucas Nussbaum
Source: golang-github-coreos-go-oidc
Version: 0.0~git20151022.0.e9c0807-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160707 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> ┌──┐
> │ Install golang-github-coreos-go-oidc build dependencies (apt-based 
> resolver) │
> └──┘
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help to resolve the situation:
> 
> The following packages have unmet dependencies:
>  sbuild-build-depends-golang-github-coreos-go-oidc-dummy : Depends: 
> golang-clockwork-dev but it is not installable
> E: Unable to correct problems, you have held broken packages.
> apt-get failed.

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2016/07/07/golang-github-coreos-go-oidc_0.0~git20151022.0.e9c0807-1_unstable_reb.normal.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#830345: golang-github-cloudfoundry-gosigar: FTBFS: dh_auto_test: go test -v github.com/cloudfoundry/gosigar github.com/cloudfoundry/gosigar/fakes github.com/cloudfoundry/gosigar/psnotify

2016-07-08 Thread Lucas Nussbaum
Source: golang-github-cloudfoundry-gosigar
Version: 0.0~git20150402.27.3ed7c74-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160707 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
>  debian/rules build
> dh build --buildsystem=golang --with=golang
>dh_testdir -O--buildsystem=golang
>dh_update_autotools_config -O--buildsystem=golang
>dh_auto_configure -O--buildsystem=golang
>dh_auto_build -O--buildsystem=golang
>   go install -v github.com/cloudfoundry/gosigar 
> github.com/cloudfoundry/gosigar/fakes github.com/cloudfoundry/gosigar/psnotify
> github.com/cloudfoundry/gosigar
> github.com/cloudfoundry/gosigar/psnotify
> github.com/cloudfoundry/gosigar/fakes
>dh_auto_test -O--buildsystem=golang
>   go test -v github.com/cloudfoundry/gosigar 
> github.com/cloudfoundry/gosigar/fakes github.com/cloudfoundry/gosigar/psnotify
> === RUN   TestGosigar
> Running Suite: Gosigar Suite
> 
> Random Seed: 1467838581
> Will run 26 of 26 specs
> 
> ••••••
> --
> • Failure [0.000 seconds]
> Sigar
> /«PKGBUILDDIR»/obj-x86_64-linux-gnu/src/github.com/cloudfoundry/gosigar/sigar_interface_test.go:135
>   file system list [It]
>   
> /«PKGBUILDDIR»/obj-x86_64-linux-gnu/src/github.com/cloudfoundry/gosigar/sigar_interface_test.go:68
> 
>   Expected error:
>   <*os.PathError | 0xc82031ea50>: {Op: "open", Path: "/etc/mtab", Err: 
> 0x2}
>   open /etc/mtab: no such file or directory
>   not to have occurred
> 
>   
> /«PKGBUILDDIR»/obj-x86_64-linux-gnu/src/github.com/cloudfoundry/gosigar/sigar_interface_test.go:65
> --
> •••••••••••••••••••
> 
> Summarizing 1 Failure:
> 
> [Fail] Sigar [It] file system list 
> /«PKGBUILDDIR»/obj-x86_64-linux-gnu/src/github.com/cloudfoundry/gosigar/sigar_interface_test.go:65
> 
> Ran 26 of 26 Specs in 1.024 seconds
> FAIL! -- 25 Passed | 1 Failed | 
> 0 Pending | 0 Skipped --- FAIL: TestGosigar (1.02s)
> FAIL
> FAIL  github.com/cloudfoundry/gosigar 1.031s
> ? github.com/cloudfoundry/gosigar/fakes   [no test files]
> === RUN   TestWatchFork
> SKIP: test must be run as root on linux
> --- PASS: TestWatchFork (0.00s)
> === RUN   TestWatchExit
> SKIP: test must be run as root on linux
> --- PASS: TestWatchExit (0.00s)
> === RUN   TestWatchForkAndExit
> SKIP: test must be run as root on linux
> --- PASS: TestWatchForkAndExit (0.00s)
> === RUN   TestWatchFollowFork
> SKIP: test must be run as root on linux
> --- PASS: TestWatchFollowFork (0.00s)
> PASS
> okgithub.com/cloudfoundry/gosigar/psnotify0.002s
> dh_auto_test: go test -v github.com/cloudfoundry/gosigar 
> github.com/cloudfoundry/gosigar/fakes 
> github.com/cloudfoundry/gosigar/psnotify returned exit code 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2016/07/07/golang-github-cloudfoundry-gosigar_0.0~git20150402.27.3ed7c74-1_unstable_reb.normal.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#830332: golang-github-bmizerany-assert: FTBFS: build-dependency not installable: golang-github-kr-pretty

2016-07-08 Thread Lucas Nussbaum
Source: golang-github-bmizerany-assert
Version: 0.0~git20120716-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160707 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> ┌──┐
> │ Install golang-github-bmizerany-assert build dependencies (apt-based 
> resolver) │
> └──┘
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help to resolve the situation:
> 
> The following packages have unmet dependencies:
>  sbuild-build-depends-golang-github-bmizerany-assert-dummy : Depends: 
> golang-github-kr-pretty but it is not installable
> E: Unable to correct problems, you have held broken packages.
> apt-get failed.

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2016/07/07/golang-github-bmizerany-assert_0.0~git20120716-1_unstable_reb.normal.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#830325: golang-google-grpc: FTBFS: unsatisfiable build-dependencies: golang-github-golang-glog-dev, golang-github-golang-protobuf-dev

2016-07-08 Thread Lucas Nussbaum
Source: golang-google-grpc
Version: 0.0~git20160517.0.a22b6611-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160707 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> ┌──┐
> │ Install golang-google-grpc build dependencies (apt-based resolver)  
>  │
> └──┘
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help to resolve the situation:
> 
> The following packages have unmet dependencies:
>  sbuild-build-depends-golang-google-grpc-dummy : Depends: 
> golang-github-golang-glog-dev but it is not installable
>  Depends: 
> golang-github-golang-protobuf-dev but it is not installable
> E: Unable to correct problems, you have held broken packages.
> apt-get failed.

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2016/07/07/golang-google-grpc_0.0~git20160517.0.a22b6611-1_unstable_reb.normal.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers