Hi Petr, On Fri, 2021-03-12 at 12:41 +0100, Petr Vorel wrote: > openSUSE Tumbleweed build fails due broken permission detection due > faccessat2() incompatibility in libseccomp/runc used in old docker with > old kernel on Ubuntu Focal on hosts in Travis CI together with guests > with the newest glibc 2.33. > > Fixing Tumbleweed required switch to podman and downloading newest runc > release (v1.0.0-rc93) which contains the fix [1], because proposed glibc > fix [2] aren't going to merged to upstream [3] nor to Tumbleweed > downstream glibc [4]. > > Using podman requires --no-same-owner tar option to workaround > running out of subuids/subgids: > tar: ./LICENSE: Cannot change ownership to uid 339315, gid 578953: Invalid argument > (sudo would also work) > > Sooner or later it will be required for more distros (Fedora, Debian > Ubuntu), but don't waste build time until required. > > [1] https://github.com/opencontainers/runc/pull/2750 > [2] https://sourceware.org/pipermail/libc-alpha/2020-November/119955.html > [3] https://sourceware.org/pipermail/libc-alpha/2020-November/119978.html > [4] https://bugzilla.opensuse.org/1182451 > > Signed-off-by: Petr Vorel <pvorel@xxxxxxx> The mismatch seems to be when compiling with clang, at least on our internal travis. Compiling opensuse/tumbleweed with gcc works fine. Compiling opensuse/leap with clang is fine too. Does that make sense? Mimi