On Jun 18 2017, Alexandre Gonçalves <[email protected]> wrote: > Hi, > > I'm trying to install s3ql 2.21, but I'm getting this error in the testing [...] > Traceback (most recent call last): > File "/home/alx/install/build/s3ql-2.21/tests/mock_server.py", line 60, > in serve_forever > super().serve_forever() > File "/usr/lib/python3.4/socketserver.py", line 236, in serve_forever > poll_interval) > File "/usr/lib/python3.4/socketserver.py", line 154, in _eintr_retry > return func(*args) > ValueError: file descriptor cannot be a negative integer (-1)
This is a known bug in the test cases. You can try to just run the tests again (they may work, or you may get the same error on a different test), or you could use the patch at https://bitbucket.org/nikratio/s3ql/commits/0191a433f47405cbd16d58fa153dcc89d3585657 (which will fix this issue in the next release). Best, -Nikolaus -- GPG Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F »Time flies like an arrow, fruit flies like a Banana.« -- You received this message because you are subscribed to the Google Groups "s3ql" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
