#4580 Fedora-38-20230210.n.0 DOOMED
Closed by humaton. Opened by releng.

pungi.global.log

[ERROR   ] [FAIL] Buildinstall (variant Server, arch s390x) failed, but going on anyway.
[ERROR   ] Runroot task failed: 97336346. See /mnt/koji/compose/branched/Fedora-38-20230210.n.0/logs/s390x/buildinstall-Server.s390x.log for more details.
[ERROR   ] [FAIL] Buildinstall (variant Everything, arch s390x) failed, but going on anyway.
[ERROR   ] Runroot task failed: 97336345. See /mnt/koji/compose/branched/Fedora-38-20230210.n.0/logs/s390x/buildinstall-Everything.s390x.log for more details.
[ERROR   ] [FAIL] Buildinstall (variant Server, arch ppc64le) failed, but going on anyway.
[ERROR   ] Runroot task failed: 97336344. See /mnt/koji/compose/branched/Fedora-38-20230210.n.0/logs/ppc64le/buildinstall-Server.ppc64le.log for more details.
[ERROR   ] [FAIL] Buildinstall (variant Everything, arch ppc64le) failed, but going on anyway.
[ERROR   ] Runroot task failed: 97336342. See /mnt/koji/compose/branched/Fedora-38-20230210.n.0/logs/ppc64le/buildinstall-Everything.ppc64le.log for more details.
[OSTREE_INSTALLER] [ERROR   ] [FAIL] Ostree installer (variant Kinoite, arch x86_64) failed, but going on anyway.
[OSTREE_INSTALLER] [ERROR   ] Runroot task failed: 97340810. See /mnt/koji/compose/branched/Fedora-38-20230210.n.0/logs/x86_64/Kinoite/ostree_installer-3/runroot.log for more details.
[OSTREE_INSTALLER] [ERROR   ] [FAIL] Ostree installer (variant Kinoite, arch aarch64) failed, but going on anyway.
[OSTREE_INSTALLER] [ERROR   ] Runroot task failed: 97340812. See /mnt/koji/compose/branched/Fedora-38-20230210.n.0/logs/aarch64/Kinoite/ostree_installer-1/runroot.log for more details.
[OSTREE_INSTALLER] [ERROR   ] [FAIL] Ostree installer (variant Sericea, arch x86_64) failed, but going on anyway.
[OSTREE_INSTALLER] [ERROR   ] Runroot task failed: 97340808. See /mnt/koji/compose/branched/Fedora-38-20230210.n.0/logs/x86_64/Sericea/ostree_installer-4/runroot.log for more details.
[OSTREE_INSTALLER] [ERROR   ] [FAIL] Ostree installer (variant Silverblue, arch aarch64) failed, but going on anyway.
[OSTREE_INSTALLER] [ERROR   ] Runroot task failed: 97340813. See /mnt/koji/compose/branched/Fedora-38-20230210.n.0/logs/aarch64/Silverblue/ostree_installer-5/runroot.log for more details.
[OSTREE_INSTALLER] [ERROR   ] [FAIL] Ostree installer (variant Kinoite, arch ppc64le) failed, but going on anyway.
[OSTREE_INSTALLER] [ERROR   ] Runroot task failed: 97340814. See /mnt/koji/compose/branched/Fedora-38-20230210.n.0/logs/ppc64le/Kinoite/ostree_installer-2/runroot.log for more details.
[OSTREE_INSTALLER] [ERROR   ] [FAIL] Ostree installer (variant Silverblue, arch x86_64) failed, but going on anyway.
[OSTREE_INSTALLER] [ERROR   ] Runroot task failed: 97340811. See /mnt/koji/compose/branched/Fedora-38-20230210.n.0/logs/x86_64/Silverblue/ostree_installer-7/runroot.log for more details.
[OSTREE_INSTALLER] [ERROR   ] [FAIL] Ostree installer (variant Silverblue, arch ppc64le) failed, but going on anyway.
[OSTREE_INSTALLER] [ERROR   ] Runroot task failed: 97340809. See /mnt/koji/compose/branched/Fedora-38-20230210.n.0/logs/ppc64le/Silverblue/ostree_installer-6/runroot.log for more details.
  • Compose run failed because: - 97336332
[ERROR   ] Compose run failed: Runroot task failed: 97336332. See /mnt/koji/compose/branched/Fedora-38-20230210.n.0/logs/aarch64/buildinstall-Everything.aarch64.log for more details.

Compose Total time: 3:13:52
Compose phase INIT time: 0:00:22.
Compose phase PKGSET time: 0:20:05.
Compose phase WEAVER: FAILED.
Compose phase BUILDINSTALL: FAILED.
Compose phase GATHER time: 0:23:02.
Compose phase OSTREE time: 2:25:33.
Compose phase CREATEREPO time: 0:48:32.
Compose phase OSTREE_INSTALLER time: 0:27:41.


DEBUG util.py:445:  2023-02-10 11:09:16,576: libtiff.so.5, needed by /usr/bin/gtk4-launch, not found
DEBUG util.py:445:  libtiff.so.5, needed by /usr/bin/gtk4-launch, not found
DEBUG util.py:445:  2023-02-10 11:09:16,577: libtiff.so.5, needed by /usr/bin/adwaita-1-demo, not found
DEBUG util.py:445:  libtiff.so.5, needed by /usr/bin/adwaita-1-demo, not found
DEBUG util.py:445:  2023-02-10 11:09:16,577: libtiff.so.5, needed by /usr/bin/zenity, not found
DEBUG util.py:445:  libtiff.so.5, needed by /usr/bin/zenity, not found

So, what's happening here is, a new build of zenity showed up. It was ported to libadwaita and GTK4, which gives it a direct dep on libtiff and also means we get the other two binaries with a libtiff dep (which come from libadwaita and gtk4 packages).

lorax drops libtiff in runtime-cleanup to save space, on the basis it's not needed, which it wasn't before but is now.

So we either change lorax to not drop libtiff, or we decide we don't actually need zenity and have lorax remove zenity, gtk4 and libadwaita. zenity is pulled in by mutter, I'm examining that dep now to see whether we really need it in the installer environment.

Mutter dropped its zenity dep upstream in 43~alpha, so we can probably drop it downstream too. @catanzaro @kalev @ofourdan

I'm running a new mutter build with the dep dropped, but it's stuck on the s390x outage (build won't complete till s390x builders are back).

Metadata Update from @humaton:
- Issue status updated to: Closed (was: Open)

Metadata