Your message dated Tue, 6 Jan 2026 10:59:15 +0100
with message-id <[email protected]>
and subject line python-xattr: autopkgtest fails on tmpfs
has caused the Debian Bug report #994769,
regarding python-xattr: autopkgtest fails on tmpfs
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 [email protected]
immediately.)


-- 
994769: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=994769
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-xattr
Version: 0.9.7-1
Severity: important
Tags: patch

The python-xattr autopkgtest is breaking on CI workers that use tmpfs to
back $AUTOPKGTEST_TMP.

This is currently blocking python-cffi migration due to the spurious
failure.

From tmpfs(5):
> The tmpfs filesystem supports extended attributes (see xattr(7)), but
> user extended attributes are not permitted.
https://man7.org/linux/man-pages/man5/tmpfs.5.html

#debian-release suggests using /var/tmp instead of /tmp, which will be
backed by a real filesystem (of some sort) on ci.debian.net nodes. Patch
attached.

I also notice that upstream ships a full test suite in xattr/tests/ but
these aren't run at build time (as far as I can see) or in the
autopkgtest. They could be...

Thanks,

SR
diff --git a/debian/tests/cli b/debian/tests/cli
index 4249244..75e2043 100755
--- a/debian/tests/cli
+++ b/debian/tests/cli
@@ -2,7 +2,7 @@
 
 set -e
 
-cd "$AUTOPKGTEST_TMP"
+cd /var/tmp
 
 FILE="file"
 NAME="user.n"

--- End Message ---
--- Begin Message ---
Version: 0.9.9-1

--- End Message ---

Reply via email to