New comment by paper42 on void-packages repository https://github.com/void-linux/void-packages/pull/32103#issuecomment-890574286 Comment: The lint check fails because you merged upstream's master to your branch instead of rebasing on top of it. You can fix it by running `git pull --rebase --autostash upstream master` The random check failures are unfortunately a known issue with all rust projects, you can ignore them.