Closed simondeziel closed 6 months ago
@simondeziel impact of this? Images getting out of date?
Sounds like a high priority @MusicDin
The impact of this issue is quite critical as it prevents rebuilding the product catalog.
Products are never added to the catalog if there is no version (image) associated with it. However, when a certain product no longer contains any version, the empty product remained in the catalog after pruning (for example, we no longer build Funtoo 1.4, so it does not contain any versions and should be removed from the catalog). This caused a panic because field versions
is nil
for a product from the catalog.
Since May 5th,
simplestream-maintainer
panics prevent publication of new images toimages:
. Here's the logs from the first panic:Note, this
simplestream-maintainer
binary is not from the newly createdlxd-imagebuilder
snap so maybe this panic would be fixed by switching to the snap (PR not yet merged).