Your message dated Sun, 17 Sep 2017 13:49:34 +0800
with message-id
<cag+qr1eskejkeastavjx6ottxyg_ifsnm8b5ayt4bsou1ho...@mail.gmail.com>
and subject line Re: golang-github-grpc-ecosystem-grpc-gateway FTBFS: test
failure
has caused the Debian Bug report #872528,
regarding golang-github-grpc-ecosystem-grpc-gateway FTBFS: test failure
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.)
--
872528: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=872528
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-grpc-ecosystem-grpc-gateway
Version: 1.1.0+git20170127.54.6863684-1
Severity: serious
Some recent change in unstable makes
golang-github-grpc-ecosystem-grpc-gateway FTBFS:
https://tests.reproducible-builds.org/debian/history/golang-github-grpc-ecosystem-grpc-gateway.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/golang-github-grpc-ecosystem-grpc-gateway.html
...
=== RUN TestJSONPbMarshal
--- FAIL: TestJSONPbMarshal (0.00s)
marshal_jsonpb_test.go:108: got =
uuid:"6EC2446F-7E89-4127-B3E6-5C05E6BECBA7" nested:<name:"foo" amount:12345 >
uint64_value:18446744073709551615 enum_value:ONE oneof_string:"bar"
map_value:<key:"a" value:ONE > map_value:<key:"b" value:ZERO > ; want
uuid:"6EC2446F-7E89-4127-B3E6-5C05E6BECBA7" nested:<name:"foo" amount:12345 >
uint64_value:18446744073709551615 enum_value:ONE oneof_string:"bar"
map_value:<key:"a" value:ONE > map_value:<key:"b" value:ZERO > ; spec={false
true false 0x7fe8b0}
=== RUN TestJSONPbMarshalFields
--- PASS: TestJSONPbMarshalFields (0.00s)
=== RUN TestJSONPbUnmarshal
--- PASS: TestJSONPbUnmarshal (0.00s)
=== RUN TestJSONPbUnmarshalFields
--- PASS: TestJSONPbUnmarshalFields (0.00s)
=== RUN TestJSONPbEncoder
--- FAIL: TestJSONPbEncoder (0.00s)
marshal_jsonpb_test.go:322: got =
uuid:"6EC2446F-7E89-4127-B3E6-5C05E6BECBA7" nested:<name:"foo" amount:12345 >
uint64_value:18446744073709551615 oneof_string:"bar" map_value:<key:"a"
value:ONE > map_value:<key:"b" value:ZERO > ; want
uuid:"6EC2446F-7E89-4127-B3E6-5C05E6BECBA7" nested:<name:"foo" amount:12345 >
uint64_value:18446744073709551615 oneof_string:"bar" map_value:<key:"a"
value:ONE > map_value:<key:"b" value:ZERO > ; spec={false true false 0x7ff220}
=== RUN TestJSONPbEncoderFields
--- PASS: TestJSONPbEncoderFields (0.00s)
=== RUN TestJSONPbDecoder
--- PASS: TestJSONPbDecoder (0.00s)
=== RUN TestJSONPbDecoderFields
--- PASS: TestJSONPbDecoderFields (0.00s)
=== RUN TestMarshalerForRequest
--- PASS: TestMarshalerForRequest (0.00s)
=== RUN TestMuxServeHTTP
--- PASS: TestMuxServeHTTP (0.00s)
=== RUN TestPopulateParameters
proto: no coders for runtime_test.proto2Message
proto: no encoder for NestedNonNull runtime_test.proto2Message [GetProperties]
2017/08/17 21:02:44 too many field values: uint64_value
--- PASS: TestPopulateParameters (0.00s)
=== RUN TestPopulateParametersWithFilters
--- PASS: TestPopulateParametersWithFilters (0.00s)
FAIL
FAIL github.com/grpc-ecosystem/grpc-gateway/runtime 0.031s
? github.com/grpc-ecosystem/grpc-gateway/runtime/internal [no test files]
?
github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api
[no test files]
=== RUN TestMaxCommonPrefix
--- PASS: TestMaxCommonPrefix (0.00s)
=== RUN TestAdd
--- PASS: TestAdd (0.00s)
PASS
ok github.com/grpc-ecosystem/grpc-gateway/utilities 0.016s
dh_auto_test: go test -v -p 15 github.com/grpc-ecosystem/grpc-gateway/examples
github.com/grpc-ecosystem/grpc-gateway/examples/clients/abe
github.com/grpc-ecosystem/grpc-gateway/examples/clients/echo
github.com/grpc-ecosystem/grpc-gateway/examples/examplepb
github.com/grpc-ecosystem/grpc-gateway/examples/server
github.com/grpc-ecosystem/grpc-gateway/examples/server/cmd/example-server
github.com/grpc-ecosystem/grpc-gateway/examples/sub
github.com/grpc-ecosystem/grpc-gateway/examples/sub2
github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway
github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/descriptor
github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/generator
github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/gengateway
github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/httprule
github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger
github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger/genswagger
github.com/grpc-ecosyst
em/grpc-gateway/runtime
github.com/grpc-ecosystem/grpc-gateway/runtime/internal
github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api
github.com/grpc-ecosystem/grpc-gateway/utilities returned exit code 1
debian/rules:4: recipe for target 'build' failed
make: *** [build] Error 1
--- End Message ---
--- Begin Message ---
Source: golang-github-grpc-ecosystem-grpc-gateway
Source-Version: 1.2.2-1
Sorry forget to close this when uploading 1.2.2-1, this is fixed in
upstream https://github.com/grpc-ecosystem/grpc-gateway/pull/401
and the fix is included in
https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-grpc-ecosystem-grpc-gateway.git/tree/debian/patches/0001-jsonpb-update-tests-to-reflect-new-jsonpb-behavior.patch
Thanks
Shengjing Zhu
--- End Message ---
_______________________________________________
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers