Your message dated Tue, 21 Nov 2017 09:04:26 +0000 with message-id <e1eh4ti-000en1...@fasolo.debian.org> and subject line Bug#858630: fixed in golang-github-grpc-ecosystem-go-grpc-prometheus 1.1+git20170826.0dafe0d-1 has caused the Debian Bug report #858630, regarding golang-github-grpc-ecosystem-go-grpc-prometheus: FTBFS: grpc_server_started_total should be incremented for PingList to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 858630: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=858630 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---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 <t...@hpe.com> 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: Error Trace: server_test.go:163 Error: Not equal: 6 (expected) != 5 (actual) Messages: grpc_server_started_total should be incremented for PingList === RUN TestUnaryIncrementsHandled --- PASS: TestUnaryIncrementsHandled (0.01s) === RUN TestUnaryIncrementsHistograms --- PASS: TestUnaryIncrementsHistograms (0.01s) === RUN TestUnaryIncrementsStarted --- PASS: TestUnaryIncrementsStarted (0.01s) --- FAIL: TestServerInterceptorSuite (0.06s) server_test.go:81: stopped grpc.Server at: 127.0.0.1:33871 FAIL FAIL github.com/grpc-ecosystem/go-grpc-prometheus 0.100s ? github.com/grpc-ecosystem/go-grpc-prometheus/examples/testproto [no test files] dh_auto_test: go test -v -p 9 github.com/grpc-ecosystem/go-grpc-prometheus github.com/grpc-ecosystem/go-grpc-prometheus/examples/testproto returned exit code 1 debian/rules:6: recipe for target 'build' failed make: *** [build] Error 1 dpkg-buildpackage: error: debian/rules build gave error exit status 2 […] The full build log is attached. Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `-
golang-github-grpc-ecosystem-go-grpc-prometheus.1.1+git20160910.0.6b7015e-1.unstable.amd64.log.txt.gz
Description: Binary data
--- End Message ---
--- Begin Message ---Source: golang-github-grpc-ecosystem-go-grpc-prometheus Source-Version: 1.1+git20170826.0dafe0d-1 We believe that the bug you reported is fixed in the latest version of golang-github-grpc-ecosystem-go-grpc-prometheus, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 858...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Dr. Tobias Quathamer <to...@debian.org> (supplier of updated golang-github-grpc-ecosystem-go-grpc-prometheus package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 21 Nov 2017 08:46:36 +0100 Source: golang-github-grpc-ecosystem-go-grpc-prometheus Binary: golang-github-grpc-ecosystem-go-grpc-prometheus-dev Architecture: source Version: 1.1+git20170826.0dafe0d-1 Distribution: unstable Urgency: medium Maintainer: Debian Go Packaging Team <pkg-go-maintain...@lists.alioth.debian.org> Changed-By: Dr. Tobias Quathamer <to...@debian.org> Description: golang-github-grpc-ecosystem-go-grpc-prometheus-dev - Prometheus monitoring for gRPC Go servers Closes: 858630 Changes: golang-github-grpc-ecosystem-go-grpc-prometheus (1.1+git20170826.0dafe0d-1) unstable; urgency=medium . * Team upload. * New upstream version 1.1+git20170826.0dafe0d - Fixes failing test. Closes: #858630 * Update to Standards-Version 4.1.1 - Use HTTPS URL for d/copyright - Use Priority: optional * Use wrap-and-sort Checksums-Sha1: e75e78d57e9201b6b4cde2ab1a23f3632edf681e 2738 golang-github-grpc-ecosystem-go-grpc-prometheus_1.1+git20170826.0dafe0d-1.dsc 531f7fc62b197bd190253c6537dd04c7a22652a8 16624 golang-github-grpc-ecosystem-go-grpc-prometheus_1.1+git20170826.0dafe0d.orig.tar.xz 2bc6d84280f5abe059bca8f82df53121a60e8caa 2304 golang-github-grpc-ecosystem-go-grpc-prometheus_1.1+git20170826.0dafe0d-1.debian.tar.xz c0b0ce7d63dfac612d15cad089753a3b7f6f5cba 7631 golang-github-grpc-ecosystem-go-grpc-prometheus_1.1+git20170826.0dafe0d-1_amd64.buildinfo Checksums-Sha256: b64fe7bf6c6b7518cae89f46014613410c87bf614624fd3addcc92ecdddaf202 2738 golang-github-grpc-ecosystem-go-grpc-prometheus_1.1+git20170826.0dafe0d-1.dsc f58cb86cc06c0bde4a81982bc87144b71b61880770b9907dccc1cc8daa4b0c67 16624 golang-github-grpc-ecosystem-go-grpc-prometheus_1.1+git20170826.0dafe0d.orig.tar.xz 6e929dab9f11b655704e827a0e97f4474353def328b1bd5c1b2a6ebd427ea632 2304 golang-github-grpc-ecosystem-go-grpc-prometheus_1.1+git20170826.0dafe0d-1.debian.tar.xz 08703281f59fb8ed1b0aa9a8ebca7ba8e4089063d47a624a784b5e8dbee04e00 7631 golang-github-grpc-ecosystem-go-grpc-prometheus_1.1+git20170826.0dafe0d-1_amd64.buildinfo Files: 64983f4b7b88bf25acf062005a2a4c45 2738 devel optional golang-github-grpc-ecosystem-go-grpc-prometheus_1.1+git20170826.0dafe0d-1.dsc dd1b74ad3121873b4c8de2e89642594b 16624 devel optional golang-github-grpc-ecosystem-go-grpc-prometheus_1.1+git20170826.0dafe0d.orig.tar.xz 087f13a0798a2dbfc0628b7236037d9d 2304 devel optional golang-github-grpc-ecosystem-go-grpc-prometheus_1.1+git20170826.0dafe0d-1.debian.tar.xz c05b29121871de28750c017c6571b5bd 7631 devel optional golang-github-grpc-ecosystem-go-grpc-prometheus_1.1+git20170826.0dafe0d-1_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEE0cuPObxd7STF0seMEwLx8Dbr6xkFAloT2qAACgkQEwLx8Dbr 6xlh+w//YbsvgnGnapN68Lqsf8Hq56muuDYtL581d6Pygg7c+WjZtVOAyBn+Dt2k zy44HdngoFXLOnsrTez1Herb/H28m88T9LWvTQ+m+abbHbu1NfgmiC4/mBPSd6qP +e5xORKt+9IebNPsQbkDx39Yd0gTxnQaG1Dqz5eErXzggxpFS3x0m5MppMCkxZkj NQwDPKxylSDrRUyDmIxdydbxF1z6gB0CpTTY1Q0Ean16gZ95H+QVSqpg3Ii0ZImP CC43pm92uNAUwoZ1hAnCtW7DaibC3Qt7AUyHZOb0VDh3w3fCeLoI+g6xja0kVCUd LTBh5eOHbsCDBOTkWormu9PsuspnsqE70oR4/41b5YD4FQICurUzPJoV1kDEgrZK wLay2TrPTrHuXBRoDkkdD1lEGy79FLR5Pv/7zc5Rt/JEdtHsr2f57UmqNslOtJ0A Jtuqqh74Af62/Andwo5gLerrFcnuGt7ViiBRnZCrHNwUWPs3sMKtksxiYRU5a0Vq jmpG1UMiPHZkt55XVcuynZjJ+mhj4QFDX7HhPzlfV8bmVYfqxEr9nsw01Rqg2wGN yP21nEJ3NVlS6GCsplNnv826wEghJ5f8vtcG7EBI6U7vlk7z9zDoBR6GOD0i02t+ OFq1R/HcvMdAa+Y737UCaZIxJMauXXV0W0vdHQhkgcRFVtDmx7U= =JvYB -----END PGP SIGNATURE-----
--- End Message ---