===== Building live filesystems ===== Tue Sep 19 22:30:02 UTC 2023 Traceback (most recent call last): File "/srv/cdimage.ubuntu.com/bin/../lib/cdimage/build.py", line 735, 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 339, in get_lp_livefs livefs = lp.livefses.getByName( File "/srv/cdimage.ubuntu.com/bin/../lib/cdimage/launchpad.py", line 149, in getByName self._lp_livefses.getByName( File "/usr/lib/python3/dist-packages/lazr/restfulclient/resource.py", line 592, in __call__ response, content = self.root._browser._request( File "/usr/lib/python3/dist-packages/lazr/restfulclient/_browser.py", line 429, in _request raise error lazr.restfulclient.errors.NotFound: HTTP Error 404: Not Found Response headers: --- -content-encoding: gzip content-length: 70 content-type: text/plain;charset=utf-8 date: Tue, 19 Sep 2023 22:30:05 GMT server: gunicorn status: 404 vary: Accept-Encoding x-powered-by: Zope (www.zope.org), Python (www.python.org) x-request-id: 806976f1-0b64-45c7-9c52-00bc61a44462 x-vcs-revision: d47b73632f1fccdd9fdd4e6145a4784874303779 --- Response body: --- b"No such live filesystem with this owner/distroseries: 'ubuntu-server'." ---