Source: python-filelock
Version: 3.0.0-1
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/python-filelock.html

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/python-filelock-3.0.0'
PYTHONPATH=. python2 /build/1st/python-filelock-3.0.0/debian/test.py
.........FF..FF.......
======================================================================
FAIL: test_threaded1 (__main__.FileLockTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/python-filelock-3.0.0/debian/test.py", line 228, in 
test_threaded1
    threads1[i].join()
  File "/build/1st/python-filelock-3.0.0/debian/test.py", line 61, in join
    raise (wrapper_ex.__class__, wrapper_ex, self.ex[2])
AssertionError

======================================================================
FAIL: test_timeout (__main__.FileLockTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/python-filelock-3.0.0/debian/test.py", line 248, in 
test_timeout
    self.assertRaises(filelock.Timeout, lock2.acquire, timeout=1)
AssertionError: Timeout not raised

======================================================================
FAIL: test_default_timeout (__main__.SoftFileLockTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/python-filelock-3.0.0/debian/test.py", line 273, in 
test_default_timeout
    self.assertRaises(filelock.Timeout, lock2.acquire)
AssertionError: Timeout not raised

======================================================================
FAIL: test_del (__main__.SoftFileLockTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/python-filelock-3.0.0/debian/test.py", line 330, in test_del
    self.assertRaises(filelock.Timeout, lock2.acquire, timeout = 1)
AssertionError: Timeout not raised

----------------------------------------------------------------------
Ran 22 tests in 19.163s

FAILED (failures=4)
debian/rules:12: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 1

Reply via email to