On the core-updates branch, glib-networking 2.68.2 fails to build due a timeout in the test suite. I ran the tests outside of the build container, to see if the tests were trying and failing to make a remote network connection, but they timed out there too.
It's weird because the test log shows that all the tests are "ok"... Any ideas? ------ 6/6 connection-gnutls-tls1.2 TIMEOUT 30.03s killed by signal 15 SIGTERM 15:17:13 GIO_MODULE_DIR=/tmp/guix-build-glib-networking-2.68.1.drv-0/build/tls/gnutls G_TLS_GNUTLS_PRIORITY='NORMAL:%COMPAT:!VERS-TLS1.3' G_TEST_BUILDDIR=/tmp/guix-build-glib-networking-2.68.1.drv-0/build/tls/tests G_TEST_SRCDIR=/tmp/guix-build-glib-networking-2.68.1.drv-0/glib-networking-2.68.1/tls/tests MALLOC_PERTURB_=103 /tmp/guix-build-glib-networking-2.68.1.drv-0/build/tls/tests/connection-gnutls ----------------------------------- output ----------------------------------- # random seed: R02Sb92be2fa70e9e2c5c47f77a8a525480a # GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation gnutls (GTlsBackendGnutls) for ?gio-tls-backend? 1..41 # Start of tls tests # Start of gnutls tests # Start of connection tests # GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation dummy (GDummyProxyResolver) for ?gio-proxy-resolver? ok 1 /tls/gnutls/connection/basic ok 2 /tls/gnutls/connection/verified ok 3 /tls/gnutls/connection/verified-chain ok 4 /tls/gnutls/connection/verified-chain-with-redundant-root-cert ok 5 /tls/gnutls/connection/verified-chain-with-duplicate-server-cert ok 6 /tls/gnutls/connection/verified-unordered-chain ok 7 /tls/gnutls/connection/verified-chain-with-alternative-ca-cert ok 8 /tls/gnutls/connection/invalid-chain-with-alternative-ca-cert ok 9 /tls/gnutls/connection/client-auth ok 10 /tls/gnutls/connection/client-auth-rehandshake ok 11 /tls/gnutls/connection/client-auth-failure # Bug Reference: http://bugzilla.gnome.org/793712 ok 12 /tls/gnutls/connection/client-auth-fail-missing-client-private-key ok 13 /tls/gnutls/connection/client-auth-request-cert ok 14 /tls/gnutls/connection/client-auth-request-fail ok 15 /tls/gnutls/connection/client-auth-request-none ------------------------------------------------------------------------------ Summary of Failures: 6/6 connection-gnutls-tls1.2 TIMEOUT 30.03s killed by signal 15 SIGTERM ------
