===== Building live filesystems ===== Thu Jun 1 06:10:57 UTC 2023 Traceback (most recent call last): File "/usr/lib/python3/dist-packages/httplib2/__init__.py", line 1363, in _conn_request conn.connect() File "/usr/lib/python3/dist-packages/httplib2/__init__.py", line 1139, in connect address_info = socket.getaddrinfo(host, port, 0, socket.SOCK_STREAM) File "/usr/lib/python3.10/socket.py", line 955, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/srv/cdimage.ubuntu.com/bin/../lib/cdimage/build.py", line 730, in build_image_set_locked live_successful = run_live_builds(config) File "/srv/cdimage.ubuntu.com/bin/../lib/cdimage/livefs.py", line 357, in run_live_builds lp, lp_livefs = get_lp_livefs(config, arch) File "/srv/cdimage.ubuntu.com/bin/../lib/cdimage/livefs.py", line 335, in get_lp_livefs lp = get_launchpad(instance) File "/srv/cdimage.ubuntu.com/bin/../lib/cdimage/launchpad.py", line 195, in get_launchpad launchpad_cache = _LaunchpadCache(instance=instance) File "/srv/cdimage.ubuntu.com/bin/../lib/cdimage/launchpad.py", line 179, in __init__ self.lp = login(instance) File "/srv/cdimage.ubuntu.com/bin/../lib/cdimage/launchpad.py", line 159, in login return Launchpad.login_with("ubuntu-cdimage", File "/usr/lib/python3/dist-packages/launchpadlib/launchpad.py", line 700, in login_with return cls._authorize_token_and_login( File "/usr/lib/python3/dist-packages/launchpadlib/launchpad.py", line 464, in _authorize_token_and_login return cls( File "/usr/lib/python3/dist-packages/launchpadlib/launchpad.py", line 230, in __init__ super(Launchpad, self).__init__( File "/usr/lib/python3/dist-packages/lazr/restfulclient/resource.py", line 472, in __init__ self._wadl = self._browser.get_wadl_application(self._root_uri) File "/usr/lib/python3/dist-packages/lazr/restfulclient/_browser.py", line 447, in get_wadl_application response, content = self._request(url, media_type=wadl_type) File "/usr/lib/python3/dist-packages/lazr/restfulclient/_browser.py", line 389, in _request response, content = self._request_and_retry( File "/usr/lib/python3/dist-packages/lazr/restfulclient/_browser.py", line 359, in _request_and_retry response, content = self._connection.request( File "/usr/lib/python3/dist-packages/httplib2/__init__.py", line 1693, in request (response, new_content) = self._request( File "/usr/lib/python3/dist-packages/launchpadlib/launchpad.py", line 144, in _request response, content = super(LaunchpadOAuthAwareHttp, self)._request( File "/usr/lib/python3/dist-packages/lazr/restfulclient/_browser.py", line 184, in _request return super(RestfulHttp, self)._request( File "/usr/lib/python3/dist-packages/httplib2/__init__.py", line 1441, in _request (response, content) = self._conn_request(conn, request_uri, method, body, headers) File "/usr/lib/python3/dist-packages/httplib2/__init__.py", line 1370, in _conn_request raise ServerNotFoundError("Unable to find the server at %s" % conn.host) httplib2.error.ServerNotFoundError: Unable to find the server at api.launchpad.net