On 13/03/2025 03.22, Stefan Hajnoczi wrote:
Hi,
CI jobs that run test_arm_orangepi.py are failing:
https://gitlab.com/qemu-project/qemu/-/jobs/9390048284#L1138
Please consider how to resolve this so the CI job passes again. If you
are in contact with the archive.netbsd.org administrators, maybe
contacting them will lead to a fix. Otherwise please update the QEMU
test to use a URL that works or remove the test.
The NetBSD Orange Pi image fails to download cleanly:
$ curl -O
'https://archive.netbsd.org/pub/NetBSD-archive/NetBSD-9.0/evbarm-earmv7hf/binary/gzimg/armv7.img.gz'
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 303M 0 2048k 0 0 1098k 0 0:04:42 0:00:01 0:04:41 1098k
curl: (18) end of response with 315646186 bytes missing
FYI, Nicholas already provided a nice patch series to skip the test in case
of such incomplete downloads:
https://lore.kernel.org/qemu-devel/20250312130002.945508-1-npig...@gmail.com/
I'll try to assemble a pull request with these patches today.
Thomas