[Bug 2138215] Re: acl: FTBFS in resolute: test failure
John Chittum
2138215 at bugs.launchpad.net
Fri Mar 27 11:48:39 UTC 2026
** Also affects: acl (Ubuntu Questing)
Importance: Undecided
Status: New
** Also affects: rust-coreutils (Ubuntu Questing)
Importance: Undecided
Status: New
** Also affects: acl (Ubuntu Resolute)
Importance: Undecided
Assignee: John Chittum (jchittum)
Status: New
** Also affects: rust-coreutils (Ubuntu Resolute)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to rust-coreutils in Ubuntu.
https://bugs.launchpad.net/bugs/2138215
Title:
acl: FTBFS in resolute: test failure
Status in acl package in Ubuntu:
New
Status in rust-coreutils package in Ubuntu:
New
Status in acl source package in Questing:
New
Status in rust-coreutils source package in Questing:
New
Status in acl source package in Resolute:
New
Status in rust-coreutils source package in Resolute:
New
Bug description:
acl 2.3.2-2 FTBFS in Resolute
https://people.canonical.com/~ginggs/ftbfs-report/test-
rebuild-20251215-resolute-resolute.html
FAIL: test/misc
===============
Possible precedence issue with control flow operator (exit) at ./test/run line 147.
[6] $ rm -f f -- ok
[7] $ umask 027 -- ok
[8] $ touch f -- ok
[11] $ chacl u::rw,g::r,o::- f -- ok
[12] $ setfacl -m u::r f -- ok
[13] $ setfacl -m u::rw,u:bin:rw f -- ok
[14] $ ls -dl f | awk '{print $1}' -- ok
[17] $ getfacl --omit-header f -- ok
[25] $ rm f -- ok
[26] $ umask 022 -- ok
[27] $ touch f -- ok
[28] $ setfacl -m u:bin:rw f -- ok
[29] $ ls -dl f | awk '{print $1}' -- ok
[32] $ getfacl --omit-header f -- ok
[40] $ rm f -- ok
[41] $ umask 027 -- ok
[42] $ mkdir d -- ok
[43] $ setfacl -m u:bin:rwx d -- ok
[44] $ ls -dl d | awk '{print $1}' -- ok
[47] $ getfacl --omit-header d -- ok
[55] $ rmdir d -- ok
[56] $ umask 022 -- ok
[57] $ mkdir d -- ok
[58] $ setfacl -m u:bin:rwx d -- ok
[59] $ ls -dl d | awk '{print $1}' -- ok
[62] $ getfacl --omit-header d -- ok
[70] $ rmdir d -- ok
[75] $ umask 022 -- ok
[76] $ touch f -- ok
[77] $ setfacl -m u:bin:rw,u:daemon:r f -- ok
[78] $ ls -dl f | awk '{print $1}' -- ok
[81] $ getfacl --omit-header f -- ok
[92] $ setfacl -m g:users:rw,g:daemon:r f -- ok
[93] $ ls -dl f | awk '{print $1}' -- ok
[96] $ getfacl --omit-header f -- ok
[109] $ setfacl -x g:users f -- ok
[110] $ ls -dl f | awk '{print $1}' -- ok
[113] $ getfacl --omit-header f -- ok
[125] $ setfacl -x u:daemon f -- ok
[126] $ ls -dl f | awk '{print $1}' -- ok
[129] $ getfacl --omit-header f -- ok
[138] $ rm f -- ok
[142] $ umask 027 -- ok
[143] $ mkdir d -- ok
[144] $ setfacl -m u:bin:rwx,u:daemon:rw,d:u:bin:rwx,d:m:rx d -- ok
[145] $ ls -dl d | awk '{print $1}' -- ok
[148] $ getfacl --omit-header d -- ok
[164] $ umask 027 -- ok
[165] $ touch d/f -- ok
[166] $ ls -dl d/f | awk '{print $1}' -- ok
[169] $ getfacl --omit-header d/f -- ok
[177] $ rm d/f -- ok
[178] $ umask 022 -- ok
[179] $ touch d/f -- ok
[180] $ ls -dl d/f | awk '{print $1}' -- ok
[183] $ getfacl --omit-header d/f -- ok
[191] $ rm d/f -- ok
[195] $ umask 000 -- ok
[196] $ mkdir d/d -- ok
[197] $ ls -dl d/d | awk '{print $1}' -- failed
drwxrwxrwx+ != drwxr-x---+
[200] $ getfacl --omit-header d/d -- failed
user::rwx == user::rwx
user:bin:rwx != user:bin:rwx #effective:r-x
group::r-x == group::r-x
mask::rwx != mask::r-x
other::rwx != other::---
default:user::rwx == default:user::rwx
default:user:bin:rwx #effective:r-x == default:user:bin:rwx #effective:r-x
default:group::r-x == default:group::r-x
default:mask::r-x == default:mask::r-x
default:other::--- == default:other::---
==
[213] $ rmdir d/d -- ok
[214] $ umask 022 -- ok
[215] $ mkdir d/d -- ok
[216] $ ls -dl d/d | awk '{print $1}' -- failed
drwxr-xr-x+ != drwxr-x---+
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/acl/+bug/2138215/+subscriptions
More information about the foundations-bugs
mailing list