On 29/05/2025 16.45, Stefan Hajnoczi wrote:
The OrangePi, Cubieboard, Banana Pi, and replay tests use a sunxi
armhf Linux package URL that is failing due to an expired TLS
certificate:
2025-05-29 13:37:56,005 - qemu-test - INFO - Downloading
https://apt.armbian.com/pool/main/l/linux-6.6.16/linux-image-current-sunxi_24.2.1_armhf__6.6.16-Seb3e-D6b4a-P2359-Ce96bHfe66-HK01ba-V014b-B067e-R448a.deb
to
/builds/qemu-project/qemu/functional-cache/download/3d968c15b121ede871dce49d13ee7644d6f74b6b121b84c9a40f51b0c80d6d22...
...
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED]
certificate verify failed: certificate has expired (_ssl.c:992)>
I will ignore these test failures for the time being. Hopefully the
server admins will fix it. Otherwise it will be necessary to find a
working URL for these tests.
I just gave it a try, and it seems like the certificate has been updated
already? Anyway, in the worst case, we could also try to switch to http
instead of https for this download (we're still checking the hashsum to make
sure that nobody messed with the content).
Thomas