On Wed, 01 Jul 2026 at 18:09:25 +0100, Simon McVittie wrote:
On Sat, 23 May 2026 at 13:46:03 +0000, Santiago Vila reported:
assert xattr.getxattr(b'input/file', b'security.capability') ==
capabilities
E AssertionError: assert b'' == b'\x01\x00\x0...0\x00\x00\x00'
(this happened twice in Santiago's log, once in
ArchiverTestCase::test_extract_capabilities and once in
RemoteArchiverTestCase::test_extract_capabilities)
This might be fakeroot bug https://bugs.debian.org/1138512 ? If so, it
is hopefully fixed in current unstable by 2.1.1-1.
On Wed, 01 Jul 2026 at 15:21:22 -0400, Nicholas D Steeves wrote:
I confirm the following failures on an up-to-date sbuild+schroot:
=========================== short test summary info ============================
FAILED borg/testsuite/archiver.py::ArchiverTestCase::test_extract_capabilities
FAILED borg/testsuite/archiver.py::ArchiverTestCase::test_extract_progress - ...
FAILED borg/testsuite/archiver.py::ArchiverTestCase::test_progress_on - Asser...
FAILED borg/testsuite/archiver.py::ArchiverCheckTestCase::test_check_usage - ...
FAILED
borg/testsuite/archiver.py::RemoteArchiverTestCase::test_extract_capabilities
FAILED borg/testsuite/archiver.py::RemoteArchiverTestCase::test_extract_progress
FAILED borg/testsuite/archiver.py::RemoteArchiverTestCase::test_progress_on
FAILED borg/testsuite/helpers.py::test_progress_percentage_sameline - Asserti...
FAILED borg/testsuite/helpers.py::test_progress_percentage_widechars - Assert...
FAILED borg/testsuite/helpers.py::test_progress_percentage_step - AssertionEr...
All of these except for the two test_extract_capabilities are #1140857,
and seem to share the same logging-related root cause. I provided a
patch from upstream on #1140857 which resolves them.
smcv