Source: beanstalkd Version: 1.4.6-2 Severity: serious Hi,
Your package is failing to build with the following error: fiu-run -x ./beanstalkd -l 127.0.0.1 -p 11400 -b /tmp/bnch14583.d -s 1000 & Started beanstalkd (pid: 14586), listening on port 11400 Traceback (most recent call last): File "./sh-tests/netcat.py", line 6, in <module> s.connect((sys.argv[1], int(sys.argv[2]))) File "<string>", line 1, in connect socket.error: [Errno 111] Connection refused 1,5d0 < INSERTED 1 < INSERTED 2 < INSERTED 3 < INSERTED 4 < INSERTED 5 FAIL: sh-tests/binlog-diskfull-delete.sh My first guess would be that you try to open close the same port too often and that it failed to bind because it was still in a state that didn't allow it to bind to it yet, but you didn't catch / show the error for that. Kurt -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org