0s autopkgtest [17:25:01]: starting date and time: 2025-07-02 17:25:01+0000 0s autopkgtest [17:25:01]: git checkout: 508d4a25 a-v-ssh wait_for_ssh: demote "ssh connection failed" to a debug message 0s autopkgtest [17:25:01]: host juju-7f2275-prod-proposed-migration-environment-23; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.ap0hb9_n/out --timeout-copy=6000 -a i386 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:qemu --apt-upgrade cloud-utils --timeout-short=300 --timeout-copy=20000 --timeout-build=20000 --env=ADT_TEST_TRIGGERS=qemu/1:9.2.1+ds-1ubuntu5.1 -- ssh -s /home/ubuntu/autopkgtest/ssh-setup/nova -- --flavor autopkgtest-cpu2-ram4-disk20-amd64 --security-groups autopkgtest-juju-7f2275-prod-proposed-migration-environment-23@sto01-28.secgroup --name adt-plucky-i386-cloud-utils-20250702-171449-juju-7f2275-prod-proposed-migration-environment-23-4c501506-c020-44d3-ab3b-3e37cb0208bf --image adt/ubuntu-plucky-amd64-server --keyname testbed-juju-7f2275-prod-proposed-migration-environment-23 --net-id=net_prod-autopkgtest-workers-amd64 -e TERM=linux --mirror=http://ftpmaster.internal/ubuntu/ 2s Traceback (most recent call last): 2s File "/usr/lib/python3/dist-packages/urllib3/contrib/pyopenssl.py", line 485, in wrap_socket 2s cnx.do_handshake() 2s File "/usr/lib/python3/dist-packages/OpenSSL/SSL.py", line 1915, in do_handshake 2s self._raise_ssl_error(self._ssl, result) 2s File "/usr/lib/python3/dist-packages/OpenSSL/SSL.py", line 1640, in _raise_ssl_error 2s raise SysCallError(-1, "Unexpected EOF") 2s OpenSSL.SSL.SysCallError: (-1, 'Unexpected EOF') 2s 2s During handling of the above exception, another exception occurred: 2s 2s Traceback (most recent call last): 2s File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 666, in urlopen 2s httplib_response = self._make_request( 2s File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 377, in _make_request 2s self._validate_conn(conn) 2s File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1001, in _validate_conn 2s conn.connect() 2s File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 366, in connect 2s self.sock = ssl_wrap_socket( 2s File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 370, in ssl_wrap_socket 2s return context.wrap_socket(sock, server_hostname=server_hostname) 2s File "/usr/lib/python3/dist-packages/urllib3/contrib/pyopenssl.py", line 491, in wrap_socket 2s raise ssl.SSLError("bad handshake: %r" % e) 2s ssl.SSLError: ("bad handshake: SysCallError(-1, 'Unexpected EOF')",) 2s 2s During handling of the above exception, another exception occurred: 2s 2s Traceback (most recent call last): 2s File "/usr/lib/python3/dist-packages/requests/adapters.py", line 439, in send 2s resp = conn.urlopen( 2s File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 720, in urlopen 2s retries = retries.increment( 2s File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 438, in increment 2s raise MaxRetryError(_pool, url, error or ResponseError(cause)) 2s urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='glance.ps7.canonical.com', port=9292): Max retries exceeded with url: /v2/images?limit=20 (Caused by SSLError(SSLError("bad handshake: SysCallError(-1, 'Unexpected EOF')"))) 2s 2s During handling of the above exception, another exception occurred: 2s 2s Traceback (most recent call last): 2s File "/usr/lib/python3/dist-packages/keystoneauth1/session.py", line 1004, in _send_request 2s resp = self.session.request(method, url, **kwargs) 2s File "/usr/lib/python3/dist-packages/requests/sessions.py", line 535, in request 2s resp = self.send(prep, **send_kwargs) 2s File "/usr/lib/python3/dist-packages/requests/sessions.py", line 648, in send 2s r = adapter.send(request, **kwargs) 2s File "/usr/lib/python3/dist-packages/requests/adapters.py", line 514, in send 2s raise SSLError(e, request=request) 2s requests.exceptions.SSLError: HTTPSConnectionPool(host='glance.ps7.canonical.com', port=9292): Max retries exceeded with url: /v2/images?limit=20 (Caused by SSLError(SSLError("bad handshake: SysCallError(-1, 'Unexpected EOF')"))) 2s 2s During handling of the above exception, another exception occurred: 2s 2s Traceback (most recent call last): 2s File "", line 27, in 2s File "/usr/lib/python3/dist-packages/glanceclient/common/utils.py", line 581, in __next__ 2s return self._next() 2s File "/usr/lib/python3/dist-packages/glanceclient/common/utils.py", line 570, in _next 2s obj, resp = next(self._self_wrapped) 2s File "/usr/lib/python3/dist-packages/glanceclient/v2/images.py", line 184, in list 2s for image, resp in paginate(url, page_size, limit): 2s File "/usr/lib/python3/dist-packages/glanceclient/v2/images.py", line 111, in paginate 2s resp, body = self.http_client.get(next_url, headers=req_id_hdr) 2s File "/usr/lib/python3/dist-packages/keystoneauth1/adapter.py", line 386, in get 2s return self.request(url, 'GET', **kwargs) 2s File "/usr/lib/python3/dist-packages/glanceclient/common/http.py", line 368, in request 2s resp = super(SessionClient, 2s File "/usr/lib/python3/dist-packages/keystoneauth1/adapter.py", line 248, in request 2s return self.session.request(url, method, **kwargs) 2s File "/usr/lib/python3/dist-packages/keystoneauth1/session.py", line 913, in request 2s resp = send(**kwargs) 2s File "/usr/lib/python3/dist-packages/keystoneauth1/session.py", line 1008, in _send_request 2s raise exceptions.SSLError(msg) 2s keystoneauth1.exceptions.connection.SSLError: SSL exception connecting to https://glance.ps7.canonical.com:9292/v2/images?limit=20: HTTPSConnectionPool(host='glance.ps7.canonical.com', port=9292): Max retries exceeded with url: /v2/images?limit=20 (Caused by SSLError(SSLError("bad handshake: SysCallError(-1, 'Unexpected EOF')"))) 2s nova [E] No UUID given. Instance won't be deleted! 2s : failure: failed to run setup script '/home/ubuntu/autopkgtest/ssh-setup/nova' with command 'open' 2s autopkgtest [17:25:03]: ERROR: testbed failure: unexpected eof from the testbed