https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: net-libs/glib-networking-2.76.1 fails tests. Discovered on: amd64 (internal ref: ci)
Created attachment 865220 [details] build.log build log and emerge --info
Created attachment 865221 [details] 1-testlog.txt 1-testlog.txt
Error(s) that match a know pattern: 2/6 environment-libproxy FAIL 0.02s killed by signal 6 SIGABRT 3/6 certificate-gnutls FAIL 0.02s killed by signal 6 SIGABRT 4/6 connection-gnutls FAIL 0.01s killed by signal 6 SIGABRT 5/6 connection-gnutls-tls1.2 FAIL 0.01s killed by signal 6 SIGABRT
For some reason, the tests don't fail for me anymore: >>> Test phase: net-libs/glib-networking-2.76.1 * abi_x86_64.amd64: running multilib-minimal_abi_src_test ninja: Entering directory `/var/tmp/portage/net-libs/glib-networking-2.76.1/work/glib-networking-2.76.1-abi_x86_64.amd64' ninja: no work to do. 1/6 gnome OK 0.03s 2/6 environment OK 0.03s 3/6 certificate-gnutls OK 0.04s 4/6 file-database-gnutls OK 0.04s 5/6 connection-gnutls-tls1.2 OK 6.68s 6/6 connection-gnutls OK 7.37s Ok: 6 Expected Fail: 0 Fail: 0 Unexpected Pass: 0 Skipped: 0 Timeout: 0
Possibly the same as https://gitlab.gnome.org/GNOME/glib-networking/-/issues/216 which says it was a bug in p11-kit. https://github.com/p11-glue/p11-kit/pull/535 Looks like this fix was added in > commit c3bea56a071e2f1a45a62dfff85b2322e9bbd153 > Author: Sam James <sam@gentoo.org> > Date: Thu Aug 3 23:16:06 2023 +0100 > > app-crypt/p11-kit: backport dlsym fix > > Signed-off-by: Sam James <sam@gentoo.org> > > app-crypt/p11-kit/files/p11-kit-0.25.0-fix-C_GetInterface.patch | 39 +++++++++++++++++++++++++++++++++++++++ > app-crypt/p11-kit/p11-kit-0.25.0-r1.ebuild | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 91 insertions(+) Given the timing - p11-kit-0.25.0 added June 29 - bug reported July 6 I suspect this was the problem.