pungi.global.log
[ERROR ] [FAIL] Buildinstall (variant Server, arch ppc64le) failed, but going on anyway. [ERROR ] Runroot task failed: 97554696. See /mnt/koji/compose/rawhide/Fedora-Rawhide-20230216.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: 97554695. See /mnt/koji/compose/rawhide/Fedora-Rawhide-20230216.n.0/logs/ppc64le/buildinstall-Everything.ppc64le.log for more details.
[ERROR ] [FAIL] Buildinstall (variant Server, arch s390x) failed, but going on anyway. [ERROR ] Runroot task failed: 97554699. See /mnt/koji/compose/rawhide/Fedora-Rawhide-20230216.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: 97554699. See /mnt/koji/compose/rawhide/Fedora-Rawhide-20230216.n.0/logs/s390x/buildinstall-Server.s390x.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: 97556322. See /mnt/koji/compose/rawhide/Fedora-Rawhide-20230216.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: 97556321. See /mnt/koji/compose/rawhide/Fedora-Rawhide-20230216.n.0/logs/x86_64/Sericea/ostree_installer-4/runroot.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: 97556324. See /mnt/koji/compose/rawhide/Fedora-Rawhide-20230216.n.0/logs/x86_64/Kinoite/ostree_installer-3/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: 97556325. See /mnt/koji/compose/rawhide/Fedora-Rawhide-20230216.n.0/logs/ppc64le/Kinoite/ostree_installer-2/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: 97556323. See /mnt/koji/compose/rawhide/Fedora-Rawhide-20230216.n.0/logs/aarch64/Silverblue/ostree_installer-5/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: 97556319. See /mnt/koji/compose/rawhide/Fedora-Rawhide-20230216.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: 97556320. See /mnt/koji/compose/rawhide/Fedora-Rawhide-20230216.n.0/logs/ppc64le/Silverblue/ostree_installer-6/runroot.log for more details.
[ERROR ] Compose run failed: Runroot task failed: 97554687. See /mnt/koji/compose/rawhide/Fedora-Rawhide-20230216.n.0/logs/aarch64/buildinstall-Server.aarch64.log for more details.
Compose Total time: 1:42:16 Compose phase INIT time: 0:00:21. Compose phase PKGSET time: 0:18:45. Compose phase WEAVER: FAILED. Compose phase BUILDINSTALL: FAILED. Compose phase GATHER time: 0:17:37. Compose phase OSTREE time: 0:56:04. Compose phase CREATEREPO time: 0:07:58. Compose phase OSTREE_INSTALLER time: 0:26:58.
this is because gtk4 is now getting pulled into the installer environment via mutter, which is now linked against gtk3 and gtk4. gtk4 contains /usr/bin/gtk4-launch which is linked against libtiff, but we strip libtiff from the installer environment in lorax runtime-cleanup.tmpl. there's a later sanity check in lorax which makes things blow up if any binary that remains in the installer env requires a library that's been stripped, and that's what is failing. So we either have to keep the library or strip the binary. I sent a PR to strip the binary and am backporting it to Rawhide.
/usr/bin/gtk4-launch
runtime-cleanup.tmpl
Metadata Update from @humaton: - Issue status updated to: Closed (was: Open)