Source: xandikos
Version: 0.0.7-1
Severity: serious

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

...
======================================================================
ERROR: test_delete_one (xandikos.tests.test_store.TreeGitStoreTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/xandikos-0.0.7/xandikos/tests/test_store.py", line 145, in 
test_delete_one
    self.assertEqual([], list(gc.iter_with_etag()))
  File "/build/1st/xandikos-0.0.7/xandikos/store/git.py", line 217, in 
iter_with_etag
    for (name, mode, sha) in self._iterblobs(ctag):
  File "/build/1st/xandikos-0.0.7/xandikos/store/git.py", line 625, in 
_iterblobs
    for (name, sha, mode) in index.iterblobs():
  File "/usr/lib/python3/dist-packages/dulwich/index.py", line 278, in iterblobs
    warnings.warn(PendingDeprecationWarning, 'Use iterobjects() instead.')
TypeError: category must be a Warning subclass, not 'str'

======================================================================
ERROR: test_delete_one_invalid_etag (xandikos.tests.test_store.TreeGitStoreTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/xandikos-0.0.7/xandikos/tests/test_store.py", line 171, in 
test_delete_one_invalid_etag
    self.assertEqual([], list(gc.iter_with_etag()))
  File "/build/1st/xandikos-0.0.7/xandikos/store/git.py", line 217, in 
iter_with_etag
    for (name, mode, sha) in self._iterblobs(ctag):
  File "/build/1st/xandikos-0.0.7/xandikos/store/git.py", line 625, in 
_iterblobs
    for (name, sha, mode) in index.iterblobs():
  File "/usr/lib/python3/dist-packages/dulwich/index.py", line 278, in iterblobs
    warnings.warn(PendingDeprecationWarning, 'Use iterobjects() instead.')
TypeError: category must be a Warning subclass, not 'str'

======================================================================
ERROR: test_delete_one_with_etag (xandikos.tests.test_store.TreeGitStoreTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/xandikos-0.0.7/xandikos/tests/test_store.py", line 156, in 
test_delete_one_with_etag
    self.assertEqual([], list(gc.iter_with_etag()))
  File "/build/1st/xandikos-0.0.7/xandikos/store/git.py", line 217, in 
iter_with_etag
    for (name, mode, sha) in self._iterblobs(ctag):
  File "/build/1st/xandikos-0.0.7/xandikos/store/git.py", line 625, in 
_iterblobs
    for (name, sha, mode) in index.iterblobs():
  File "/usr/lib/python3/dist-packages/dulwich/index.py", line 278, in iterblobs
    warnings.warn(PendingDeprecationWarning, 'Use iterobjects() instead.')
TypeError: category must be a Warning subclass, not 'str'

======================================================================
ERROR: test_get_file (xandikos.tests.test_store.TreeGitStoreTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/xandikos-0.0.7/xandikos/tests/test_store.py", line 130, in 
test_get_file
    [EXAMPLE_VCALENDAR1])
  File "/build/1st/xandikos-0.0.7/xandikos/store/git.py", line 154, in 
import_one
    self._check_duplicate(uid, name, replace_etag)
  File "/build/1st/xandikos-0.0.7/xandikos/store/git.py", line 107, in 
_check_duplicate
    self._scan_uids()
  File "/build/1st/xandikos-0.0.7/xandikos/store/git.py", line 178, in 
_scan_uids
    for (name, mode, sha) in self._iterblobs():
  File "/build/1st/xandikos-0.0.7/xandikos/store/git.py", line 625, in 
_iterblobs
    for (name, sha, mode) in index.iterblobs():
  File "/usr/lib/python3/dist-packages/dulwich/index.py", line 278, in iterblobs
    warnings.warn(PendingDeprecationWarning, 'Use iterobjects() instead.')
TypeError: category must be a Warning subclass, not 'str'

======================================================================
ERROR: test_get_raw (xandikos.tests.test_store.TreeGitStoreTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/xandikos-0.0.7/xandikos/tests/test_store.py", line 114, in 
test_get_raw
    [EXAMPLE_VCALENDAR1])
  File "/build/1st/xandikos-0.0.7/xandikos/store/git.py", line 154, in 
import_one
    self._check_duplicate(uid, name, replace_etag)
  File "/build/1st/xandikos-0.0.7/xandikos/store/git.py", line 107, in 
_check_duplicate
    self._scan_uids()
  File "/build/1st/xandikos-0.0.7/xandikos/store/git.py", line 178, in 
_scan_uids
    for (name, mode, sha) in self._iterblobs():
  File "/build/1st/xandikos-0.0.7/xandikos/store/git.py", line 625, in 
_iterblobs
    for (name, sha, mode) in index.iterblobs():
  File "/usr/lib/python3/dist-packages/dulwich/index.py", line 278, in iterblobs
    warnings.warn(PendingDeprecationWarning, 'Use iterobjects() instead.')
TypeError: category must be a Warning subclass, not 'str'

======================================================================
ERROR: test_import_one (xandikos.tests.test_store.TreeGitStoreTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/xandikos-0.0.7/xandikos/tests/test_store.py", line 86, in 
test_import_one
    [EXAMPLE_VCALENDAR1])
  File "/build/1st/xandikos-0.0.7/xandikos/store/git.py", line 154, in 
import_one
    self._check_duplicate(uid, name, replace_etag)
  File "/build/1st/xandikos-0.0.7/xandikos/store/git.py", line 107, in 
_check_duplicate
    self._scan_uids()
  File "/build/1st/xandikos-0.0.7/xandikos/store/git.py", line 178, in 
_scan_uids
    for (name, mode, sha) in self._iterblobs():
  File "/build/1st/xandikos-0.0.7/xandikos/store/git.py", line 625, in 
_iterblobs
    for (name, sha, mode) in index.iterblobs():
  File "/usr/lib/python3/dist-packages/dulwich/index.py", line 278, in iterblobs
    warnings.warn(PendingDeprecationWarning, 'Use iterobjects() instead.')
TypeError: category must be a Warning subclass, not 'str'

======================================================================
ERROR: test_import_one_duplicate_name 
(xandikos.tests.test_store.TreeGitStoreTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/xandikos-0.0.7/xandikos/tests/test_store.py", line 102, in 
test_import_one_duplicate_name
    [EXAMPLE_VCALENDAR1])
  File "/build/1st/xandikos-0.0.7/xandikos/store/git.py", line 154, in 
import_one
    self._check_duplicate(uid, name, replace_etag)
  File "/build/1st/xandikos-0.0.7/xandikos/store/git.py", line 107, in 
_check_duplicate
    self._scan_uids()
  File "/build/1st/xandikos-0.0.7/xandikos/store/git.py", line 178, in 
_scan_uids
    for (name, mode, sha) in self._iterblobs():
  File "/build/1st/xandikos-0.0.7/xandikos/store/git.py", line 625, in 
_iterblobs
    for (name, sha, mode) in index.iterblobs():
  File "/usr/lib/python3/dist-packages/dulwich/index.py", line 278, in iterblobs
    warnings.warn(PendingDeprecationWarning, 'Use iterobjects() instead.')
TypeError: category must be a Warning subclass, not 'str'

======================================================================
ERROR: test_import_one_duplicate_uid 
(xandikos.tests.test_store.TreeGitStoreTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/xandikos-0.0.7/xandikos/tests/test_store.py", line 94, in 
test_import_one_duplicate_uid
    [EXAMPLE_VCALENDAR1])
  File "/build/1st/xandikos-0.0.7/xandikos/store/git.py", line 154, in 
import_one
    self._check_duplicate(uid, name, replace_etag)
  File "/build/1st/xandikos-0.0.7/xandikos/store/git.py", line 107, in 
_check_duplicate
    self._scan_uids()
  File "/build/1st/xandikos-0.0.7/xandikos/store/git.py", line 178, in 
_scan_uids
    for (name, mode, sha) in self._iterblobs():
  File "/build/1st/xandikos-0.0.7/xandikos/store/git.py", line 625, in 
_iterblobs
    for (name, sha, mode) in index.iterblobs():
  File "/usr/lib/python3/dist-packages/dulwich/index.py", line 278, in iterblobs
    warnings.warn(PendingDeprecationWarning, 'Use iterobjects() instead.')
TypeError: category must be a Warning subclass, not 'str'

======================================================================
ERROR: test_iter_with_etag (xandikos.tests.test_store.TreeGitStoreTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/xandikos-0.0.7/xandikos/tests/test_store.py", line 219, in 
test_iter_with_etag
    list(gc.iter_with_etag()))
  File "/build/1st/xandikos-0.0.7/xandikos/store/git.py", line 217, in 
iter_with_etag
    for (name, mode, sha) in self._iterblobs(ctag):
  File "/build/1st/xandikos-0.0.7/xandikos/store/git.py", line 625, in 
_iterblobs
    for (name, sha, mode) in index.iterblobs():
  File "/usr/lib/python3/dist-packages/dulwich/index.py", line 278, in iterblobs
    warnings.warn(PendingDeprecationWarning, 'Use iterobjects() instead.')
TypeError: category must be a Warning subclass, not 'str'

======================================================================
ERROR: test_iter_with_etag_missing_uid 
(xandikos.tests.test_store.TreeGitStoreTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/xandikos-0.0.7/xandikos/tests/test_store.py", line 210, in 
test_iter_with_etag_missing_uid
    list(gc.iter_with_etag()))
  File "/build/1st/xandikos-0.0.7/xandikos/store/git.py", line 217, in 
iter_with_etag
    for (name, mode, sha) in self._iterblobs(ctag):
  File "/build/1st/xandikos-0.0.7/xandikos/store/git.py", line 625, in 
_iterblobs
    for (name, sha, mode) in index.iterblobs():
  File "/usr/lib/python3/dist-packages/dulwich/index.py", line 278, in iterblobs
    warnings.warn(PendingDeprecationWarning, 'Use iterobjects() instead.')
TypeError: category must be a Warning subclass, not 'str'

----------------------------------------------------------------------
Ran 77 tests in 0.209s

FAILED (errors=10)
Test failed: <unittest.runner.TextTestResult run=77 errors=10 failures=0>
error: Test failed: <unittest.runner.TextTestResult run=77 errors=10 failures=0>
E: pybuild pybuild:336: test: plugin distutils failed with: exit code=1: 
python3.6 setup.py test 
dh_auto_test: pybuild --test -i python{version} -p 3.6 returned exit code 13
make: *** [debian/rules:4: build] Error 25

Reply via email to