[pkg-go] Processing of kubernetes-addon-heapster_1.2.0+dfsg-1_amd64.changes

2017-03-24 Thread Debian FTP Masters
/kubernetes-addon-heapster_1.2.0+dfsg-1_amd64.changes couldn't be processed for 
48 hours and is now deleted
All files it mentions are also removed:
  kubernetes-addon-heapster_1.2.0+dfsg-1.dsc, 
kubernetes-addon-heapster_1.2.0+dfsg.orig.tar.gz, 
kubernetes-addon-heapster_1.2.0+dfsg-1.debian.tar.xz, 
golang-github-kubernetes-heapster-dev_1.2.0+dfsg-1_all.deb, 
kubernetes-addon-heapster_1.2.0+dfsg-1_amd64.buildinfo, 
kubernetes-addon-heapster_1.2.0+dfsg-1_amd64.deb

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

___
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#858630: golang-github-grpc-ecosystem-go-grpc-prometheus: FTBFS: grpc_server_started_total should be incremented for PingList

2017-03-24 Thread Chris Lamb
Source: golang-github-grpc-ecosystem-go-grpc-prometheus
Version: 1.1+git20160910.0.6b7015e-1
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org

Dear Maintainer,

golang-github-grpc-ecosystem-go-grpc-prometheus fails to build from source in 
unstable/amd64:

  […]

   dpkg-buildpackage -rfakeroot -us -uc -b
  dpkg-buildpackage: info: source package 
golang-github-grpc-ecosystem-go-grpc-prometheus
  dpkg-buildpackage: info: source version 1.1+git20160910.0.6b7015e-1
  dpkg-buildpackage: info: source distribution unstable
  dpkg-buildpackage: info: source changed by Tim Potter 
   dpkg-source --before-build 
golang-github-grpc-ecosystem-go-grpc-prometheus-1.1+git20160910.0.6b7015e
  dpkg-buildpackage: info: host architecture amd64
   fakeroot debian/rules clean
  dh clean --buildsystem=golang --with=golang
 dh_testdir -O--buildsystem=golang
 dh_auto_clean -O--buildsystem=golang
 dh_autoreconf_clean -O--buildsystem=golang
 dh_clean -O--buildsystem=golang
   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
 debian/rules override_dh_auto_build
  make[1]: Entering directory '«BUILDDIR»'
  cd 
obj-x86_64-linux-gnu/src/github.com/grpc-ecosystem/go-grpc-prometheus/examples/testproto
 && \
GOPATH=obj-x86_64-linux-gnu make 
  make[2]: Entering directory 
'«BUILDDIR»/obj-x86_64-linux-gnu/src/github.com/grpc-ecosystem/go-grpc-prometheus/examples/testproto'
  PATH="obj-x86_64-linux-gnu/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11" 
protoc \
-I. \
-Iobj-x86_64-linux-gnu/src \
--go_out=plugins=grpc:. \
test.proto
  obj-x86_64-linux-gnu/src: warning: directory does not exist.
  make[2]: Leaving directory 
'«BUILDDIR»/obj-x86_64-linux-gnu/src/github.com/grpc-ecosystem/go-grpc-prometheus/examples/testproto'
  dh_auto_build
go install -v -p 9 github.com/grpc-ecosystem/go-grpc-prometheus 
github.com/grpc-ecosystem/go-grpc-prometheus/examples/testproto
  github.com/beorn7/perks/quantile
  github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg
  github.com/golang/protobuf/proto
  github.com/prometheus/common/model
  github.com/prometheus/procfs
  golang.org/x/net/context
  golang.org/x/net/http2/hpack
  golang.org/x/net/idna
  golang.org/x/net/internal/timeseries
  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
  golang.org/x/net/lex/httplex
  golang.org/x/net/trace
  golang.org/x/net/http2
  google.golang.org/grpc/peer
  github.com/prometheus/client_model/go
  github.com/matttproud/golang_protobuf_extensions/pbutil
  github.com/prometheus/common/expfmt
  google.golang.org/grpc/transport
  github.com/prometheus/client_golang/prometheus
  google.golang.org/grpc
  github.com/grpc-ecosystem/go-grpc-prometheus
  github.com/grpc-ecosystem/go-grpc-prometheus/examples/testproto
  make[1]: Leaving directory '«BUILDDIR»'
 dh_auto_test -O--buildsystem=golang
go test -v -p 9 github.com/grpc-ecosystem/go-grpc-prometheus 
github.com/grpc-ecosystem/go-grpc-prometheus/examples/testproto
  === RUN   TestClientInterceptorSuite
  === RUN   TestStreamingIncrementsHandled
  --- PASS: TestStreamingIncrementsHandled (0.00s)
  === RUN   TestStreamingIncrementsHistograms
  --- PASS: TestStreamingIncrementsHistograms (0.00s)
  === RUN   TestStreamingIncrementsMessageCounts
  --- PASS: TestStreamingIncrementsMessageCounts (0.00s)
  === RUN   TestStreamingIncrementsStarted
  --- PASS: TestStreamingIncrementsStarted (0.00s)
  === RUN   TestUnaryIncrementsHandled
  --- PASS: TestUnaryIncrementsHandled (0.00s)
  === RUN   TestUnaryIncrementsHistograms
  --- PASS: TestUnaryIncrementsHistograms (0.00s)
  === RUN   TestUnaryIncrementsStarted
  --- PASS: TestUnaryIncrementsStarted (0.00s)
  --- PASS: TestClientInterceptorSuite (0.03s)
client_test.go:72: stopped grpc.Server at: 127.0.0.1:34623
  === RUN   TestServerInterceptorSuite
  2017/03/24 16:16:52 transport: http2Server.HandleStreams failed to read 
frame: read tcp 127.0.0.1:34623->127.0.0.1:49404: use of closed network 
connection
  === RUN   TestRegisterPresetsStuff
  --- PASS: TestRegisterPresetsStuff (0.01s)
  === RUN   TestStreamingIncrementsHandled
  --- PASS: TestStreamingIncrementsHandled (0.01s)
  === RUN   TestStreamingIncrementsHistograms
  --- PASS: TestStreamingIncrementsHistograms (0.01s)
  === RUN   TestStreamingIncrementsMessageCounts
  --- PASS: TestStreamingIncrementsMessageCounts (0.01s)
  === RUN   TestStreamingIncrementsStarted
  --- FAIL: TestStreamingIncrementsStarted (0.01s)
assertions.go:235: 
 

[pkg-go] golang-github-willf-bitset_1.0.0+git20161202.88.5c3c0fc-1_amd64.changes ACCEPTED into unstable, unstable

2017-03-24 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 24 Mar 2017 01:19:59 -0500
Source: golang-github-willf-bitset
Binary: golang-github-willf-bitset-dev
Architecture: source all
Version: 1.0.0+git20161202.88.5c3c0fc-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Michael Lustfield 
Description:
 golang-github-willf-bitset-dev - Implements bitsets, a mapping between 
non-negative integers and b
Closes: 722977
Changes:
 golang-github-willf-bitset (1.0.0+git20161202.88.5c3c0fc-1) unstable; 
urgency=medium
 .
   * Initial release (Closes: #722977)
Checksums-Sha1:
 bcca96dd97c6ca17d32ef542b17cc9fdc565d745 2361 
golang-github-willf-bitset_1.0.0+git20161202.88.5c3c0fc-1.dsc
 d092e1840ab5eeec0f833d4d65e80dc32922ca04 12116 
golang-github-willf-bitset_1.0.0+git20161202.88.5c3c0fc.orig.tar.xz
 afbe1585ef3a7c5d3cf7101dbbcb3e1649582021 2256 
golang-github-willf-bitset_1.0.0+git20161202.88.5c3c0fc-1.debian.tar.xz
 f72b8b35fd7bf967894b6ecb6597fe68bdf9c127 11874 
golang-github-willf-bitset-dev_1.0.0+git20161202.88.5c3c0fc-1_all.deb
 aa379237e14668e997afe6e4318c9a1d2e90fcf0 5828 
golang-github-willf-bitset_1.0.0+git20161202.88.5c3c0fc-1_amd64.buildinfo
Checksums-Sha256:
 a0e5f4b452d59747b82115d3eb70815621a7ab8e83f60c6a0522129a733714d4 2361 
golang-github-willf-bitset_1.0.0+git20161202.88.5c3c0fc-1.dsc
 853950700beebb0320453910f4b8949cb2f416c81be88333dbd54a5e4000f49c 12116 
golang-github-willf-bitset_1.0.0+git20161202.88.5c3c0fc.orig.tar.xz
 aea835444b080ff229f4c0f2cb7752963beb44d7da2179e1f6b0e6ed65068a50 2256 
golang-github-willf-bitset_1.0.0+git20161202.88.5c3c0fc-1.debian.tar.xz
 1af6c26222af248b22ee49efd9c0f20fc4e8f31ec91c23f0e44b11bcbcbde0aa 11874 
golang-github-willf-bitset-dev_1.0.0+git20161202.88.5c3c0fc-1_all.deb
 c8ba06642649dc5c4653887fa02fa1abc812e1f158c0ca9a78237206f7ec7c4c 5828 
golang-github-willf-bitset_1.0.0+git20161202.88.5c3c0fc-1_amd64.buildinfo
Files:
 19145b79e41ada089880073de7cf9c54 2361 devel extra 
golang-github-willf-bitset_1.0.0+git20161202.88.5c3c0fc-1.dsc
 53e43f9061a4032e4b0010654daf55a1 12116 devel extra 
golang-github-willf-bitset_1.0.0+git20161202.88.5c3c0fc.orig.tar.xz
 aaffb3fa24f11e99397d6419fd223a24 2256 devel extra 
golang-github-willf-bitset_1.0.0+git20161202.88.5c3c0fc-1.debian.tar.xz
 f855bab449971a743880680f6bb1c592 11874 devel extra 
golang-github-willf-bitset-dev_1.0.0+git20161202.88.5c3c0fc-1_all.deb
 4420e27ad80570ccc371c31f48be659d 5828 devel extra 
golang-github-willf-bitset_1.0.0+git20161202.88.5c3c0fc-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEBs1j101ZjEpH5CyWA6iJGnZa0IUFAljUuzQACgkQA6iJGnZa
0IVP0hAAq8tTfnZcuabHINUjfIqGaTlQuea07/Zk+yCjzYu4I74ubcpt2MoZLNGi
EjSDaTElSvIpIvs5Jk+7dZRgJFK9+WLKBzdUzG95Upo9RWTh4f97+zWCklqQoxTP
TosDo794joxW75NUb1KrYIO2PlT2oQME5yi15DNnZb8/HXSWNobx0XRg7bREZjzG
W3h3yFFKfe8Uro6tm53Zt9GkxVBmzdFBPSwjUT6tWDQaRp/Rx4QOM/FudjlZXtCG
6spIDMRLxD0L715vifIvJaXEDjlG4o9jWyV63HQbwA+qeQh6tPoajKdfQRB/DDRN
oA8qjfOQL8HBZcRlHk61sS3NsAyIhuga1LhP5NV8cadiPZDXOycW1e0qIpT1B3kA
tUeALmhuTlOW0wEBty8EAT59cJpdfgtkA4fVRSjZCw7jsRyqx8E4vY/mgD35nOiG
0E2IQTWxvbGU+P5I61DFrITwcZ5aF6ytpk+9xROqVIMZuGf9JGfHS36s+Y+KLzOU
OlO63GDw6RPUmL/lH7NwLi6gRfDw8vK4d5Yy/e5MvzgoHr+rbCI+mUkiE6DQ/kj6
cnkQIkbHdHfQY7f3/CK7EAXkJKFphUs9KxyDjK96oARhfc0BiTLrvTPsOh9/2YBI
hlaIDS5it/GyUJuY8zewMDgDS5854WrBCWUZfhkEOPCz6uCUiBY=
=qjdb
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

___
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] Processed: your mail

2017-03-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 840681 by 858589
Bug #840681 [etcd] etcd: Section should not be “devel”
840681 was not blocked by any bugs.
840681 was not blocking any bugs.
Added blocking bug(s) of 840681: 858589
> tag 840681 +pending
Bug #840681 [etcd] etcd: Section should not be “devel”
Added tag(s) pending.
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
840681: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=840681
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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