Reinhard Tartler <siret...@debian.org> writes: > Source: rust-axum > Version: 0.6.20-21 > Severity: serious > Tags: ftbfs > Justification: FTBFS > > Seem the buildds are having trouble building this package: > > error[E0433]: failed to resolve: use of undeclared type `TestClient` > --> axum/src/routing/tests/mod.rs:1039:18 > | > 1039 | let client = TestClient::new(app); > | ^^^^^^^^^^ use of undeclared type `TestClient` >
It seems this error is caused by https://sources.debian.org/src/rust-axum/0.6.20-21/debian/patches/1002_fence_tests.patch which was added to mitigate 1064232. I could reproduce the build failure locally, and was able to build the package after removing that patch from debian/patches/series. Jonas, is there a build log of why the autopkgtest run failed? -rt