On Tue, 4 Jun 2024 at 05:57, Paul Gevers <elb...@debian.org> wrote: > I looked at the results of the autopkgtest of your package, because it > showed up in the glibc regressions. I noticed that it regularly fails on > amd64, ppc64el and s390x. For your info, as it seems to correlate, those > are the architectures where multiple tests run in parallel, each in > their own lxc container. So the lxc container is probably presenting something odd to the procfs because that type of virtualisation in particular naively overwrites files in /proc. What is strange is this works every time on my (amd64) system. It also works on salsa.
> 53s [1;31mASSERT: [0mvalue line I see the prepare_testbed just before this failed too, not sure what that is. The value line is running 'vmstat' and then for the third line grep -E '^([[:space:]]+[[:digit:]]+){18}$' "${stdoutF}" i.e. is there 18 fields. - Craig