New comment by Duncaen on void-packages repository https://github.com/void-linux/void-packages/issues/24577#issuecomment-683699615 Comment: This should be resolved for hwids at least, there seems to be some race between aarch64 and aarch64-musl for noarch packages. Both builders have to build the package, but the second to finish sees the there is already the same package and just adds the existing package to its repository index. For some reason in this case, the second (aarch64-musl in this case) overwrote the package that was already indexed for aarch64 so the checksum changed. The build logs containing both hwids builds: * https://build.voidlinux.org/builders/aarch64-musl_builder/builds/28519/steps/shell_3/logs/stdio * https://build.voidlinux.org/builders/aarch64_builder/builds/28132/steps/shell_3/logs/stdio