So the problem causing tests to fail here is the previous build was (and all the RC builds were) incorrectly versioned. The previous build was shadow-utils-4.15.0rc3-1.fc41. To RPM, 4.15.0rc3 is a higher version than 4.15.0. So this build is lower versioned than the previous one.
You can only really fix this either with an epoch, or by perhaps versioning this as 4.15.1-0.0.fc41, with an explanation in the changelog, or something like that.
For help debugging failed Fedora CI tests (fedora-ci.*), contact the Fedora CI team.
For help debugging failed Fedora CoreOS tests (coreos.*), contact the Fedora CoreOS team.
For help debugging failed openQA tests (update.*), contact the Fedora Quality team, who will usually investigate and diagnose all failures within 24 hours.
This update was automatically created
This update's test gating status has been changed to 'waiting'.
This update's test gating status has been changed to 'failed'.
So the problem causing tests to fail here is the previous build was (and all the RC builds were) incorrectly versioned. The previous build was
shadow-utils-4.15.0rc3-1.fc41. To RPM,4.15.0rc3is a higher version than4.15.0. So this build is lower versioned than the previous one.You can only really fix this either with an epoch, or by perhaps versioning this as
4.15.1-0.0.fc41, with an explanation in the changelog, or something like that.The previous build should have been
4.15.0~rc3-1.fc41, i.e. a version of4.15.0~rc3, per https://docs.fedoraproject.org/en-US/packaging-guidelines/Versioning/#_complex_versioning_with_a_reasonable_upstream .Thanks for the clarification. I'll try with
4.15.1and see where that leads us.This update has been unpushed.