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