New comment by AnErrupTion on void-packages repository https://github.com/void-linux/void-packages/pull/44310#issuecomment-1584814543 Comment: Why is the i686 build failing? It seems like some cryptography/TLS issue... ``` Unexpected error in qcrypto_tls_creds_check_cert_pair() at ../crypto/tlscredsx509.c:362: /builddir/qemu-7.2.3/build/tests/unit/test-crypto-tlscredsx509: Our own certificate tests/test-crypto-tlscredsx509-certs//server-cert.pem failed validation against tests/test-crypto-tlscredsx509-certs//ca-cert.pem: The certificate is not trusted [...] Unexpected error in qcrypto_tls_session_check_certificate() at ../crypto/tlssession.c:299: /builddir/qemu-7.2.3/build/tests/unit/test-crypto-tlssession: The certificate is not trusted [...] ERROR:../tests/unit/test-io-channel-tls.c:224:test_io_channel_tls: assertion failed: (clientHandshake.failed == data->expectClientFail) [...] 1/95 qemu:unit / test-crypto-tlscredsx509 ERROR 1.77s killed by signal 6 SIGABRT 26/95 qemu:unit / test-crypto-tlssession ERROR 2.48s killed by signal 6 SIGABRT 92/95 qemu:unit / test-io-channel-tls ERROR 6.97s killed by signal 6 SIGABRT ```