Source: assimp Severity: normal It seems that the autopkg tests fail on all 32-bit archs (they always did, so there is no regression):
| ARCH | state || kernel-arch | |---------|-------||-------------| | amd64 | pass || amd64 | | arm64 | pass || arm64 | | ppc64el | pass || ppc64el | | armel | fail || arm64 | | armhf | fail || arm64 | | i386 | fail || amd64 | On armel/armhf/i386, the test fails with a segfault when trying to open '/usr/share/assimp/models/COB/dwarf.cob' Also note, that for all failing tests there is an architecture mismatch between the user-space and the kernel.

