On Tue, Jan 07, 2025 at 12:06:34AM +0000, ci4ic4 wrote: > I am running 'make test' in lang/python313 on two systems, built > today from exact same sources - one, amd64, the other, aarch64. Today > 'make test' completed on both, with 10 errors on amd64 and 12 - on > aarch64.
Is the file system setup identical? I would compare dumpfs output for both - maybe one is ffsv2, the other ffsv2ea and that leads to different test paths being taken? If you have enough space you could run the whole test under ktrace -i, then kdump the result and search for the first NAMI with the strange name, then compare the outputs following that. Martin