Skip to content

wait_compose module doesn't exit when compose finishes #281

@sallyom

Description

@sallyom

Builder roles fail by timing out while waiting for the compose to finish, although the compose has already finished several minutes ago. The builder roles are running in ec2 rhel9.2 instance.

json output from vm, shows finished:

    {
        "method": "GET",
        "path": "/compose/finished",
        "status": 200,
        "body": {
            "finished": [
                {
                    "blueprint": "rhde",
                    "compose_type": "edge-container",
                    "id": "01d2e66b-96bc-4477-8978-4d27e16e417f",
                    "image_size": 0,
                    "job_created": 1692152909.3148224,
                    "job_finished": 1692153570.499627,
                    "job_started": 1692152909.3239973,
                    "queue_status": "FINISHED",
                    "version": "0.0.1"
                }
            ]
        }
    },
    

Run never progresses past the wait_compose.py / Wait for compose to finish task.

TASK [infra.osbuild.builder : Wait for compose to finish] **********************
task path: /runner/requirements_collections/ansible_collections/infra/osbuild/roles/builder/tasks/main.yml:121
--- no useful info ---

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions