Comment 1 for bug 1488186

Revision history for this message
Michael Vogt (mvo) wrote :

This error comes from the "system-image-cli" binary which uses pycurl/gnutls. This means that either the system-image server or the client have problems, its odd that it only happens sometimes (or a network problem with the datacenter which seems unlikely).

Do you see any pattern when it comes to the architecture or anything else? Or is it just random?

Fwiw, it seems like its happening in gnutls deep in gnutls_record.c:recv_headers() its also not a timeout issue as this will trigger a different error code in gnutls.

Whats strange is that
"""
for i in $(seq 10); do curl https://system-image.ubuntu.com/gpg/image-master.tar.xz >/dev/null; sleep 0.2; done
"""
does work just fine for me. I wonder if we could run this on the jenkins host to see if that shows errors there.