On Fri, 05 Sep 2025 at 18:18:16 +0000, Santiago Vila forwarded:
98/126 elements_curlhttpsrc FAIL
0.79s exit status 1
This is reproducible on a subset of the official buildds (amd64 and
arm64, but for whatever reason, not the other architectures?) and on the
reproducible-builds infrastructure, and I can also reproduce it locally
by building with sbuild (in unshare mode) inside a trixie VM. The test
output is not particularly enlightening, but does point to the specific
assertion that is failing:
98/126 elements_curlhttpsrc FAIL
1.84s exit status 1
――――――――――――――――――――――――――――――――――――― ✀ ―――――――――――――――――――――――――――――――――――――
Running suite(s): curlhttpsrc
88%: Checks: 9, Failures: 1, Errors: 0
../tests/check/elements/curlhttpsrc.c:483:F:general:test_redirect_yes:0:
Assertion 'has_error' failed
Check suite curlhttpsrc ran in 1.318s (tests failed: 1)
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
I initially thought that this might be a missing Build-Depends on
ca-certificates, but adding --add-depends=ca-certificates to the sbuild
command-line does not seem to resolve it.
smcv