Open Conan-Kudo opened 1 year ago
https://github.com/google/fscrypt/commit/b928729b995fbbc007e47ec39a111ef059fcb29c probably fixed this. Can you try the latest master branch?
Well, now POWER works, but IBM Z and AArch64 don't: https://koji.fedoraproject.org/koji/taskinfo?taskID=105965161
So the tests do work on AArch64; I just tested it. You seem to be doing your builds in containers, and I think this failure is actually related to that. Is /sys
mounted in your containers?
I'm not sure... @nirik or @praiskup would be able to answer that confidently for the build system environments.
It's mock using (default) systemd-nspawn container. /sys should be there...
@nirik is right; rpmbuild in mock is wrapped with systemd-nspawn, and it provides it's own /sys (Mock actually pre-creates one as well, but nspawn overmounts it).
Actually, there's a reported Copr issue that relates to /proc/sys
. Is this /sys
or /proc/sys
related?
While packaging fscrypt for Fedora Linux, I encountered that the tests fail on non-x86_64 arches.
On those architectures, I get a variation of this error:
Full build logs: