Control: merge 1114184 1115809
Control: affects -1 src:rust-pyo3
On Fri, 05 Sep 2025 at 18:19:46 +0000, Santiago Vila wrote:
sopv-gpgv inline-verify: error: the following arguments are required: CERTS
Santiago's scripts presumably picked this line for the original Subject
because it mentions "error:", but I don't think this actually caused the
FTBFS: dpkg-source attempts to verify the signature on the .dsc file,
but if verification fails it continues anyway.
I think the actual failure cause is this, also seen in #1115809:
error: failed to select a version for the requirement `pyo3 = ">=0.22, <0.24"`
candidate versions found which didn't match: 0.25.1
location searched: directory source `/usr/share/cargo/registry` (which is
replacing registry `crates-io`)
required by package `lintian-brush v0.158.19 (/<<PKGBUILDDIR>>/lintian-brush)`
perhaps a crate was updated and forgotten to be re-vendored?
and lintian-brush needs updating for the new version of rust-pyo3.
This is also seen on reproducible-builds.org so should hopefully be
easily reproducible anywhere (no special buildd configuration needed).
smcv