#1523 Fedora-29-updates-20190227.0 FINISHED_INCOMPLETE
Opened by dustymabe. Modified

pungi.global.log

  • No Task ID, look at log statement
[ERROR   ] [FAIL] Image build (variant AtomicHost, arch ppc64le, subvariant AtomicHost) failed, but going on anyway.
[IMAGE_BUILD     ] [INFO    ] Hardlinking /mnt/koji/packages/Fedora-AtomicHost/29/20190227.0/images/Fedora-AtomicHost-29-20190227.0.aarch64.qcow2 to /mnt/koji/compose/updates/Fedora-29-updates-20190227.0/compose/AtomicHost/aarch64/images/Fedora-AtomicHost-29-20190227.0.aarch64.qcow2

It took lot of time to figure out why this is failing now, due to various recent issues specific to P8, I try to stick with F28 ppc64le host.

Took an attempt to build imagefactory on F29, ppc64le vm. After recollect past events from few months it seems when we updated ppc64le imagebuilders, we got some updates which breaks ppc64le. We need to stick to qemu-2.12.0-4.fc29 and another one is libfdt-1.4.6-7.fc29.ppc64le package version.

@kevin Imagebuild should work fine after downgrading qemu and libfdt to required versions.

Filed a infra ticket with downgrade request - https://pagure.io/fedora-infrastructure/issue/7598

Locally, it gets stuck further down while customizing installed image at "Message: Got named lock (libguestfs_launch)" . Let's see in next compose if we see similar issue on imagebuilder as well:

2019-02-27 13:32:36,256 DEBUG imagefactory_plugins.TinMan.TinMan.TinMan thread(34223b81) Message: Base install complete - Doing customization and ICICLE generation
2019-02-27 13:32:36,256 INFO oz.Guest.FedoraGuest thread(34223b81) Message: Customizing image
2019-02-27 13:32:36,256 INFO oz.Guest.FedoraGuest thread(34223b81) Message: No additional packages, files, or commands to install, and icicle generation not requested, skipping customization
2019-02-27 13:32:36,463 DEBUG imgfac.ReservationManager.ReservationManager thread(34223b81) Message: Grabbing named lock (libguestfs_launch)
2019-02-27 13:32:36,463 DEBUG imgfac.ReservationManager.ReservationManager thread(34223b81) Message: Got named lock (libguestfs_launch)
2019-02-27 14:57:34,205 DEBUG imgfac.ReservationManager.ReservationManager thread(34223b81) Message: Releasing named lock (libguestfs_launch)
2019-02-27 14:57:34,206 DEBUG imagefactory_plugins.TinMan.TinMan.TinMan thread(34223b81) Message: Cleaning up install artifacts
2019-02-27 14:57:34,207 INFO oz.Guest.FedoraGuest thread(34223b81) Message: Cleaning up after install
2019-02-27 14:57:34,239 DEBUG imgfac.BuildDispatcher.BuildDispatcher thread(34223b81) Message: Removed builder from BuildDispatcher on notification from image 671f51dd-491f-49f1-8712-62ad1632b7ca: FAILED

Latest Fedora-29 updates and updates-testing from 20190302.0 are building fine now.

Metadata