Source: zorp
Version: 6.0.10-1
Severity: serious
https://buildd.debian.org/status/package.php?p=zorp&suite=unstable
...
==============================================
zorp 6.0.10: tests/python/test-suite.log
==============================================
# TOTAL: 8
# PASS: 7
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test_nat
==============
Dec 15 19:17:14 core.debug(0): (nosession): Starting up; verbose_level='3',
version='6 (6.0.10)', startup_id='1481829434'
Dec 15 19:17:14 core.error(3): (nosession): bind() failed;
bind='AF_UNIX(/var/run/zorp//zorpctl.zorp)', error='No such file or directory'
.F...........
======================================================================
FAIL: test_ipv6_dnat (__main__.TestGeneralNAT)
----------------------------------------------------------------------
Traceback (most recent call last):
File "./test_nat.py", line 70, in test_ipv6_dnat
self.checkDNAT("test", (None, SockAddrInet6('1234::', 8888)),
SockAddrInet6('2334::', 8888))
File "./test_nat.py", line 52, in checkDNAT
return self.assertEqual(str(self.performTranslation(nat_policy_name,
addresses, NAT_DNAT)), str(expected_result))
AssertionError: 'AF_INET6(:::8888)' != 'AF_INET6(2334:::8888)'
----------------------------------------------------------------------
Ran 13 tests in 0.033s
FAILED (failures=1)
FAIL test_nat.py (exit status: 1)
============================================================================
Testsuite summary for zorp 6.0.10
============================================================================
# TOTAL: 8
# PASS: 7
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
============================================================================
See tests/python/test-suite.log
============================================================================
Makefile:581: recipe for target 'test-suite.log' failed
make[5]: *** [test-suite.log] Error 1
make[5]: Leaving directory '/«PKGBUILDDIR»/tests/python'