#525 Fedora-Cloud-28-20180711.0 DOOMED
Opened 5 years ago by dustymabe. Modified 5 years ago

pungi.global.log

  • Compose run failed because: - 28119847
[ERROR   ] Compose run failed: ImageBuild task failed: 28119847. See /mnt/koji/compose/cloud/Fedora-Cloud-28-20180711.0/logs/aarch64-ppc64-ppc64le-s390x-x86_64/imagebuild-Cloud-Cloud_Base-qcow2-raw-xz.aarch64-ppc64-ppc64le-s390x-x86_64.log for more details.

This failed due to the aarch64 build failing. Looking at the logs, looks like I never even started based on:

', 'offline_icicle': True}, 'icicle': None, 'data': '/var/tmp/koji/tasks/9848/28119848/output_image/3b4479ae-0273-401e-97aa-983bbadecec9.body', 'status_detail': {'error': 'No disk activity in 300 seconds, failing.  No graphics device found, screenshot skipped', 'activity': 'Base Image build failed with exception.'}, 'template': "<template>
    <name>Fedora-Cloud-Base-28-20180711.0.aarch64</name>
        <os>
            <name>Fedora</name>
            <version>22</version>
            <arch>aarch64</arch>
            <install type='url'>
                <url>https://kojipkgs.fedoraproject.org/compose/28/latest-Fedora-28/compose/Everything/aarch64/os/</url>
            </install>
        <icicle>
                <extra_command>rpm -qa --qf '%{NAME},%{VERSION},%{RELEASE},%{ARCH},%{EPOCH},%{SIZE},%{SIGMD5},%{BUILDTIME}
                '</extra_command>
            </icicle>
        </os>
    <description>Fedora-Cloud-Base-28-20180711.0.aarch64 OS</description>
    <disk>
        <size>4G</size>
    </disk>
    </template>
", 'percent_complete': 0, 'type': 'BaseImage', 'properties': {}}
Exception encountered in _build_image_from_template thread
No disk activity in 300 seconds, failing.  No graphics device found, screenshot skipped
Traceback (most recent call last):100: 

Looking at https://kojipkgs.fedoraproject.org//work/tasks/9852/28119852/koji-f28-build-28119852-base.ks it seems there is a typo in the kickstart file? @^cloud-server-environment isn't a valid group package when trying to install it manually:

[jdoss@sts71 rpmbuild]$ sudo dnf install @^cloud-server-environment
Last metadata expiration check: 0:00:00 ago on Wed 11 Jul 2018 08:55:56 AM CDT.
Warning: Module or Group '^cloud-server-environment' does not exist.
Error: Nothing to do.

interesting theory can you investigate:

  • has the kickstart file changed for f28 branch in pagure.io/fedora-kickstarts ?
  • did comps change in pagure.io/comps for f28 branch ?

The line in question https://pagure.io/fedora-kickstarts/c/91e15f750cb3168fc6c4b3f5322a6ed850a7f455 has been in place for over three years per git blame. I am unsure why it is being written as @^cloud-server-environment. Per https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/installation_guide/s1-kickstart2-packageselection it says you should use @group name. The last change to pagure.io/fedora-kickstarts was Date: Wed Apr 25 11:22:46 2018 -0400 so I doubt that anything there is a cause of this failure.

As for https://pagure.io/comps gives me a 404 error. Maybe the aarch64 build box ran into an issue itself and the compose should just be retried?

Login to comment on this ticket.

Metadata