On Sun, Sep 14, 2014 at 05:36:44PM +0200, David Suárez wrote: > During a rebuild of all packages in sid, your package failed to build on > amd64. ... > > >>> Testing http: response timeout > > >>> Testing https: response timeout > > Feed: https://localhost:8431/feed.xml > > Error while fetching feed: > > <urlopen error ('_ssl.c:563: The handshake operation timed out',)>
Weird! It's because Debian's Python has started returning a different exception message for an HTTPS handshake timeout... Debian python 2.7.3-4+deb7u1 (stable): <urlopen error _ssl.c:489: The handshake operation timed out> Stock Python 2.7.7 and 2.7.8: <urlopen error _ssl.c:495: The handshake operation timed out> Debian python 2.7.8-1 (sid): <urlopen error ('_ssl.c:563: The handshake operation timed out',)> Anyway, it's easy enough to make rawdog handle both, so I've done a new upstream release to fix this, and the Debian package will be updated shortly. Thanks very much for the report! Cheers, -- Adam Sampson <a...@offog.org> <http://offog.org/> -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org