===== Building live filesystems ===== Wed Sep 20 03:10: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: Wed, 20 Sep 2023 03:10:04 GMT server: gunicorn status: 404 vary: Accept-Encoding x-powered-by: Zope (www.zope.org), Python (www.python.org) x-request-id: f7df1afe-4357-4630-ae95-2afaf8a664ce x-vcs-revision: d47b73632f1fccdd9fdd4e6145a4784874303779 --- Response body: --- b"No such live filesystem with this owner/distroseries: 'ubuntu-server'." ---