Your message dated Sat, 07 Apr 2018 15:26:44 +0000
with message-id <e1f4pjo-000aae...@fasolo.debian.org>
and subject line Bug#895133: fixed in xandikos 0.0.9-1
has caused the Debian Bug report #895133,
regarding xandikos FTBFS with python3-dulwich 0.19.1-1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
895133: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895133
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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

--- End Message ---
--- Begin Message ---
Source: xandikos
Source-Version: 0.0.9-1

We believe that the bug you reported is fixed in the latest version of
xandikos, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 895...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jelmer Vernooij <jel...@debian.org> (supplier of updated xandikos package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 07 Apr 2018 14:52:56 +0100
Source: xandikos
Binary: xandikos
Architecture: source
Version: 0.0.9-1
Distribution: unstable
Urgency: medium
Maintainer: Jelmer Vernooij <jel...@debian.org>
Changed-By: Jelmer Vernooij <jel...@debian.org>
Description:
 xandikos   - Git-backed CalDAV/CardDAV server
Closes: 895133
Changes:
 xandikos (0.0.9-1) unstable; urgency=medium
 .
   * New upstream release.
    + Fixes compatibility with newer versions of Dulwich. Closes: #895133
Checksums-Sha1:
 a7a3bb2903befd0c2918ce205ca856f43dc8bc50 2285 xandikos_0.0.9-1.dsc
 13c79bc12ce9e93d6dfc9518590284d62c9e881a 79264 xandikos_0.0.9.orig.tar.gz
 02a57e354d058e68dea73b24d39cc979beec2995 833 xandikos_0.0.9.orig.tar.gz.asc
 1d74cfc2e46d09a39b532b4061cbcfc20b5e6145 32208 xandikos_0.0.9-1.debian.tar.xz
 4fe38b9ffc7e1a22a48af5a9c05f8c24014fd36e 6133 xandikos_0.0.9-1_source.buildinfo
Checksums-Sha256:
 e6db7e8fca3e1cbbc372eb5238f7686699a0e9eb624a8a8596446484071ab756 2285 
xandikos_0.0.9-1.dsc
 27af0e306c6638c8deb83ba6a83ff35efce6932528858bbc3cc25d4c930b631e 79264 
xandikos_0.0.9.orig.tar.gz
 aa2fecc25f532749923b49cb2de19c9ad0ab18066cb099b78319f0cbcd24c6ee 833 
xandikos_0.0.9.orig.tar.gz.asc
 3a90c91194bd8828de0d7e286892ae6a8eef9a2b1d14a214eee386771db0100c 32208 
xandikos_0.0.9-1.debian.tar.xz
 f6588e31c9a500c10732c24510f7ee43cfa64acb2f10df7f030369bebc22574f 6133 
xandikos_0.0.9-1_source.buildinfo
Files:
 1fdc3b207de6b51d4f4b4ac0cd1311d0 2285 python optional xandikos_0.0.9-1.dsc
 fe29ae9cbfb05e903d098d4e1dff4dea 79264 python optional 
xandikos_0.0.9.orig.tar.gz
 0302ea00562e503f5bd6257484ca0bd7 833 python optional 
xandikos_0.0.9.orig.tar.gz.asc
 b03a0538c7a4424005de608fc3bc744b 32208 python optional 
xandikos_0.0.9-1.debian.tar.xz
 9eb6ee69c4d97c0324190093f590f820 6133 python optional 
xandikos_0.0.9-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJGBAEBCgAwFiEEsjhixBXWVlpOhsvXV5wWDUyeI+gFAlrIzgASHGplbG1lckBk
ZWJpYW4ub3JnAAoJEFecFg1MniPo2ZUQALKindSniMpX8WPqtO3aFJQkwuUkWWZO
WX6LVYa5q4N1TKaBFf4+P42A84qyAy1kG43bYIvxf5rVWAHYnc4TqKONY8dSADT5
00OLLqrNcJrF294ByocW8OBAJwzIc6+h2RmTxJKbhqdVzY/ITfNUQzT1A/ge7w2R
VaqVxg+sl0ykcx6AqrzUMqsLXxEcnfuED4vUO1FXcJoheXXK1uUSz0aSiXsUeNYG
YlgpphApy75CSFIZlr5JcNBwF7OjXmuZgqDeYJueq7M5VBRjkiXS9nXVDbz2zUnC
93EHh9VmNnVbZUxsew+gk1ZhPL83tEyctw2uibvo+d24AvSmmSYqEDb9bBKZUck7
DjHhjENgJte0njqLW0uxjt9fJ7QiNMnEGLrM1ap1ShiyWixlquZ2X1SFpm1dYI6O
KTQDg76ZQGbFr/8FgGdtT3PP8dphIbR1qsumx5rUke8FXrN8S5ESN5kBUM6U7G2E
lDgrck4i+rcPvV+sLOue/l37VObPbfh299ZNuq67XOUlQadp/cl/+g89Q9b3/E6z
20LEJFRQEGivYbeKITT9kjqxVFdaWUNAqOFptl9zPdceRKDlFnMGWjHo/OH3USdB
AqRSyr1hPR/PERZLXlClhq0blqNNLIlaOab1t4FMnzklK8MNvKIB7gjUqeLys4pf
wLjTM+U4qHYU
=4Hr9
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to