8.32 switched stat(1) to use statx() if available, for file attributtes to optimize performance on linux. The issue is that statx() was added in glibc-2.28 and requires linux>=4.11. This makes stat(1) always fail on travis. Disable statx detection completely for now, to make glibc also use the same code path than musl.