Your message dated Wed, 21 Feb 2018 12:00:10 +0000 with message-id <e1eot4e-0009o8...@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: SHA512 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 all 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: aea8fbd137ec9501e0ae7196eab65f6adfcd5ff8 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 6938936c65ee5961fd0f0383da99e533f0a2e57b 2292 golang-github-grpc-ecosystem-go-grpc-prometheus_1.1+git20170826.0dafe0d-1.debian.tar.xz 7d50148a2e5ce07590600bcecbe64005a7599655 18844 golang-github-grpc-ecosystem-go-grpc-prometheus-dev_1.1+git20170826.0dafe0d-1_all.deb e071bf202c0f663e5c4b465d23ffa40a190d96c5 8280 golang-github-grpc-ecosystem-go-grpc-prometheus_1.1+git20170826.0dafe0d-1_amd64.buildinfo Checksums-Sha256: ae96b0bacf144efa40b52a890fad0cf9eb4e0fc3a43c17560b2ff5bcd27d0093 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 726e38007e4b454f896e61036f7fee92e910c929f2f169e2f57f588cdba60e86 2292 golang-github-grpc-ecosystem-go-grpc-prometheus_1.1+git20170826.0dafe0d-1.debian.tar.xz 3c39f6b386b6e7f3753d581496eac74bc450e23090a01e6474e4d876111990b4 18844 golang-github-grpc-ecosystem-go-grpc-prometheus-dev_1.1+git20170826.0dafe0d-1_all.deb ab6d6acbfe108f0643e06dc6e33e3dff319e3e8ac5b7ad2bc2995ba904fbcbbc 8280 golang-github-grpc-ecosystem-go-grpc-prometheus_1.1+git20170826.0dafe0d-1_amd64.buildinfo Files: b74df2bda53e21b6053854d89ba06d65 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 6c626764d0e856a8d607937a06ff13c3 2292 devel optional golang-github-grpc-ecosystem-go-grpc-prometheus_1.1+git20170826.0dafe0d-1.debian.tar.xz 9c6d6f6fa1a1c6cc58be096c49d2b343 18844 devel optional golang-github-grpc-ecosystem-go-grpc-prometheus-dev_1.1+git20170826.0dafe0d-1_all.deb c0c82619b9225a36560e6e923404a3d2 8280 devel optional golang-github-grpc-ecosystem-go-grpc-prometheus_1.1+git20170826.0dafe0d-1_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEQk4U1wPnxtQ9nW82TnFg7UrI7h0FAlqLCNcACgkQTnFg7UrI 7h2PihAAij2+q6bPePo7aOVOp16zq/HBYAwfOq/IcVZPVL5XKanLgRh14zeQSXhg GlSK2vBXpcg4UUa9xg4R24JeJeC2ydPf0Ur/gvNqilser1v/U++FrXzujdA2xJEi 0FBeL10awkVG4LXUY2RLwJC21L5Bi5aH4mHUygtOSDun9y0gDSO6HK2tw/1nTB5O x1O8oRcB2CAhOQPSrZE3Vz2y1NlepPowJG8IL6bOtHEaL/Ra3qgeKKWKP351/jTe 6Iv/Mgfs+NBa+99m9AirM8gabkmljjYPd0/QgPKnb59blEGVlEh1QNL/zZmsQ6C3 Iqql7h7m7ZXW/txGlzzv99bg4IfzeDOMxANZ6oJCoUlML3ZjVsg4Ukci060DPcUR zJNnWGujEUiadoQ860Yen2qzmLxop+O4TXe3chRDlyhVkgeNIJ9O5ewnulvDxkcz PymjGp/fC79MV35UBJHwEjvIY9l9+3XyXlclkDWmCyTILj919zlcZmTjLRioPomH oY7K4Lapi8+dSmcNdR3Kf+CWyPE0cfG/otJhq5/WJVXBRFeTuJavw/24zU8F0QNb NTAw/TGvts5ZmIfXmhaTtNHPUbfdREuW/b4RYMZnSQkKVvO1k6XakIe6W4qseE2P H5/O95MLEZeQVkVigtGjvWI6rhwL9pNyNxwKu4RXzepoc13pnKo= =ULVO -----END PGP SIGNATURE-----
--- End Message ---