Your message dated Sun, 10 May 2015 23:00:07 +0000
with message-id <[email protected]>
and subject line Bug#770648: fixed in hiredis 0.13.1-1
has caused the Debian Bug report #770648,
regarding hiredis: 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 [email protected]
immediately.)


-- 
770648: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770648
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: hiredis
Version: 0.11.0-4
Severity: serious

>From my pbuilder build log (on amd64):

echo \
        "daemonize yes\n" \
        "pidfile /tmp/hiredis-test-redis.pid\n" \
        "port 56379\n" \
        "bind 127.0.0.1\n" \
        "unixsocket /tmp/hiredis-test-redis.sock" \
                | redis-server -
./hiredis-test -h 127.0.0.1 -p 56379 -s /tmp/hiredis-test-redis.sock || \
                ( kill `cat /tmp/hiredis-test-redis.pid` && false )
#01 Format command without interpolation: PASSED
#02 Format command with %s string interpolation: PASSED
#03 Format command with %s and an empty string: PASSED
#04 Format command with an empty string in between proper interpolations: PASSED
#05 Format command with %b string interpolation: PASSED
#06 Format command with %b and an empty string: PASSED
#07 Format command with literal %: PASSED
#08 Format command with printf-delegation (int): PASSED
#09 Format command with printf-delegation (char): PASSED
#10 Format command with printf-delegation (short): PASSED
#11 Format command with printf-delegation (long): PASSED
#12 Format command with printf-delegation (long long): PASSED
#13 Format command with printf-delegation (unsigned int): PASSED
#14 Format command with printf-delegation (unsigned char): PASSED
#15 Format command with printf-delegation (unsigned short): PASSED
#16 Format command with printf-delegation (unsigned long): PASSED
#17 Format command with printf-delegation (unsigned long long): PASSED
#18 Format command with printf-delegation (float): PASSED
#19 Format command with printf-delegation (double): PASSED
#20 Format command with invalid printf format: PASSED
#21 Format command by passing argc/argv without lengths: PASSED
#22 Format command by passing argc/argv with lengths: PASSED
#23 Error handling in reply parser: PASSED
#24 Memory cleanup in reply parser: PASSED
#25 Set error on nested multi bulks with depth > 7: PASSED
#26 Works with NULL functions for reply: PASSED
#27 Works when a single newline (\r\n) covers two calls to feed: PASSED
#28 Don't reset state after protocol error: PASSED
#29 Don't do empty allocation for empty multi bulk: PASSED
#30 Returns error when host cannot be resolved: FAILED
#31 Returns error when the unix socket path doesn't accept connections: PASSED

Testing against TCP connection (127.0.0.1:56379):
#32 Is able to deliver commands: PASSED
#33 Is a able to send commands verbatim: PASSED
#34 %s String interpolation works: PASSED
#35 %b String interpolation works: PASSED
#36 Binary reply length is correct: PASSED
#37 Can parse nil replies: PASSED
#38 Can parse integer replies: PASSED
#39 Can parse multi bulk replies: PASSED
#40 Can handle nested multi bulk replies: PASSED
#41 Returns I/O error when the connection is lost: PASSED
#42 Returns I/O error on socket timeout: PASSED
#43 Throughput:
        (1000x PING: 0.016s)
        (1000x LRANGE with 500 elements: 0.105s)
        (10000x PING (pipelined): 0.007s)
        (10000x LRANGE with 500 elements (pipelined): 1.162s)

Testing against Unix socket connection (/tmp/hiredis-test-redis.sock):
#44 Is able to deliver commands: PASSED
#45 Is a able to send commands verbatim: PASSED
#46 %s String interpolation works: PASSED
#47 %b String interpolation works: PASSED
#48 Binary reply length is correct: PASSED
#49 Can parse nil replies: PASSED
#50 Can parse integer replies: PASSED
#51 Can parse multi bulk replies: PASSED
#52 Can handle nested multi bulk replies: PASSED
#53 Returns I/O error when the connection is lost: PASSED
#54 Returns I/O error on socket timeout: PASSED
#55 Throughput:
        (1000x PING: 0.010s)
        (1000x LRANGE with 500 elements: 0.097s)
        (10000x PING (pipelined): 0.007s)
        (10000x LRANGE with 500 elements (pipelined): 1.189s)
*** 1 TESTS FAILED ***
Makefile:86: recipe for target 'check' failed
make[2]: *** [check] Error 1
make[2]: Leaving directory '/tmp/buildd/hiredis-0.11.0'
debian/rules:30: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 2
make[1]: Leaving directory '/tmp/buildd/hiredis-0.11.0'
debian/rules:13: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
E: Failed autobuilding of package

This is with the default pbuilder configuration which disables network access
for the build.  However, I've also reproduced it with USENETWORK=yes, which
just makes the test take much longer to fail.

It would also seem that the source package doesn't honor
DEB_BUILD_OPTIONS=nocheck, which makes it difficult to disable the tests to get
a package built despite the test failures.
-- 
Daniel Schepler

--- End Message ---
--- Begin Message ---
Source: hiredis
Source-Version: 0.13.1-1

We believe that the bug you reported is fixed in the latest version of
hiredis, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tom Lee <[email protected]> (supplier of updated hiredis 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 07 May 2015 19:00:22 -0700
Source: hiredis
Binary: libhiredis0.13 libhiredis-dev libhiredis-dbg
Architecture: source amd64
Version: 0.13.1-1
Distribution: experimental
Urgency: medium
Maintainer: Tom Lee <[email protected]>
Changed-By: Tom Lee <[email protected]>
Description:
 libhiredis-dbg - minimalistic C client library for Redis (debug)
 libhiredis-dev - minimalistic C client library for Redis (development files)
 libhiredis0.13 - minimalistic C client library for Redis
Closes: 770648
Changes:
 hiredis (0.13.1-1) experimental; urgency=medium
 .
   * Disable network test broken in pbuilder
     Thanks to Tobias Frost for the patch (closes: #770648)
   * Fix debian/watch
   * Imported Upstream version 0.13.1
   * Refresh patches
   * Bump Standards-Version to 3.9.6
   * Update symbols file
   * Remove support for cmake-2.8
   * SONAME change: libhiredis0.10 -> libhiredis0.13
   * Hack around upstream shared library naming scheme
   * Clear ARCH env var in override_dh_auto_build
   * Work around a race in 'make check'
   * Update .gitignore
Checksums-Sha1:
 0369d1bd8d3bd7c3cca11706ef8619f807287cb8 2004 hiredis_0.13.1-1.dsc
 737c4ed101096c5ec47fcaeba847664352d16204 54912 hiredis_0.13.1.orig.tar.gz
 49f279c9a84865177e422018f131a5e483ffe7d0 7772 hiredis_0.13.1-1.debian.tar.xz
 bbf3d48b6cb14f4eda42f40b3df891e4be965e69 27134 
libhiredis0.13_0.13.1-1_amd64.deb
 4019fc1c8108c5b9de1b85d8690978eb04f22e0a 40902 
libhiredis-dev_0.13.1-1_amd64.deb
 3cf75e2c3304be25f4ccf7db64e734ca3339a088 57658 
libhiredis-dbg_0.13.1-1_amd64.deb
Checksums-Sha256:
 dc70e8359a101b25f3bab8bfbc2ab91ff042237de5a567c6f71d614a35a3aba3 2004 
hiredis_0.13.1-1.dsc
 8865105e15331156a74b64aafbfd3f8c784a8375e003a55512dcca3d82168487 54912 
hiredis_0.13.1.orig.tar.gz
 3713a39a84bd9d6e5a41d9daab6b5fd0075d1dad3b47e299eed58cc94096132c 7772 
hiredis_0.13.1-1.debian.tar.xz
 92b32aa900f59bf6f5e15cb3f106a21ad9f59665ce0619f6480ba026f57f0e28 27134 
libhiredis0.13_0.13.1-1_amd64.deb
 e45abbc86d8fc29fa2730c865be710dc47b3df006eef9dcbe6657ce432696b98 40902 
libhiredis-dev_0.13.1-1_amd64.deb
 bd800bb75905657f18dd72f91a7178398ab07ccdeba0eaf0e5d1dc61e23ccb31 57658 
libhiredis-dbg_0.13.1-1_amd64.deb
Files:
 3577fdb08d0c580360e3ef60bd42914c 2004 libs optional hiredis_0.13.1-1.dsc
 4226dda52dbe08304e3b6027b4d6c74d 54912 libs optional hiredis_0.13.1.orig.tar.gz
 70cc47bb5638e419721b8257a436aebb 7772 libs optional 
hiredis_0.13.1-1.debian.tar.xz
 c0d72aca8601629826d6c22eb0f83ed5 27134 libs optional 
libhiredis0.13_0.13.1-1_amd64.deb
 bc3ffbf37db1247170c8e778dc8a34b8 40902 libdevel optional 
libhiredis-dev_0.13.1-1_amd64.deb
 34c51c0b7bdcbb42230bf07a78201aed 57658 debug extra 
libhiredis-dbg_0.13.1-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJVThZEAAoJEK+lG9bN5XPLh+oP/22UGzd9Rp2eodK3JsOpFRFI
jE8UPvh50zLmdmVyJH9YLP/GZrCK3Ykt5j23XvWcByCdqSoRs/khW+KFSE7Pg1Er
KkKEoMwdNevXivx6kHw+9v+C9+bb+rEnhSX+mCf1HkRVe+ZojNtpaDxcK0bSuGqC
TYdX4owo2nxGw7LfBRy97VCh6CwDFUvoEeCTwWw1S7IHUg9vpEcsGQ/NWwB5yPQ0
BRPRAVy7aQFEbCotyjKIOS1IFwE91sT7r7Z/3JiBeCDCgmJxbbYn5FaSJaznL/X5
OCsmflam0zj+YpLi/VzANA/AgaikDxJi6emEb3nsfFgRPIYAq1tH1xoQ1gVjunn6
qtGYqQLFshYY+bvLrCZC3eVsnJbfNRGpK4NCiog1oiOziGEvWeEQuiAqcuABsMpl
7bawW5O+q59ROK2C+irnboJXr5V8ytrfHXDWCoKvMmKlGh3WBRV8IWZijaZmYRHp
x4sZ3apgUBcCLxLNHeZ3upGu2yH6NJdJZAXIQhHColgQ6UuuzgngpLvv+XZSrGN0
q8MQmU8Ofs2b14QMeD3Z0PWvp4pWngVwV1gq1rf+JGl0ozVNQ2BlmWPk+nfaovyg
XQNzZNd8NlWe8naXJvTwg0RRdzOwdlW8a9QyFTo68b5T+AEv+TpxwEl1b/JmesVw
RXsGqyRGhCFkd30eXher
=AGpe
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to