Source: kxd
Version: 0.12-1
Severity: serious
Justification: fails to build from source
Builds of kxd have been failing due to test suite errors. There are
two problems, each affecting multiple tests:
* Many tests call os.getlogin, which has been throwing OSError, AFAICT
because stdin isn't a terminal:
Traceback (most recent call last):
File "tests/run_tests", line 213, in setUp
self.server = ServerConfig()
File "tests/run_tests", line 162, in __init__
self.gen_certs(self_sign)
File "tests/run_tests", line 93, in gen_certs
self.name, os.getlogin(), platform.node())),
OSError: [Errno 25] Inappropriate ioctl for device
* In addition, test_{both,client,server}_delegated all fail with
Traceback (most recent call last):
File "tests/run_tests", line 220, in tearDown
if self.daemon:
AttributeError: 'Delegation' object has no attribute 'daemon'
Could you please take a look?
Thanks!
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]