Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.23.1 breaks provisioning beaker machines from tmt #304

Open
sharkcz opened this issue Jan 8, 2025 · 4 comments · Fixed by teemtee/tmt#3397
Open

1.23.1 breaks provisioning beaker machines from tmt #304

sharkcz opened this issue Jan 8, 2025 · 4 comments · Fixed by teemtee/tmt#3397

Comments

@sharkcz
Copy link

sharkcz commented Jan 8, 2025

Seems that commit 0cabc75 breaks provisioning Red Hat beaker systems from tmt. We are getting

/var/tmp/tmt/run-006

/plans/gating
    provision
        queued provision.provision task #1: default-0
        
        provision.provision task #1: default-0
        how: beaker
        arch: s390x
        image: rhel-9.5
        whiteboard: tmt-006-CvgeRHum
        fail: Failed to create Beaker job
    finish
        warn: Nothing to finish, no guests provisioned.

plan failed

The exception was caused by 1 earlier exceptions

Cause number 1:

    provision step failed

    The exception was caused by 1 earlier exceptions

    Cause number 1:

        Failed to create Beaker job

        The exception was caused by 1 earlier exceptions

        Cause number 1:

            ({'response': "\t<type 'exceptions.ValueError'>\n\tlinux is not a valid group"}, {'name': 'rhel-9.5-s390x', 'distro': 'RHEL-9.5%', 'os': 'rhel-9.5', 'job_group': 'linux', 'meta_distro': False, 'arch': 's390x', 'variant': 'BaseOS', 'job_owner': None, 'ks_meta': None, 'kernel_options': None, 'kernel_options_post': None, 'retention_tag': 'audit', 'product': '[internal]', 'whiteboard': 'tmt-006-CvgeRHum', 'priority': 'Normal', 'tasks': [{'name': '/distribution/dummy', 'role': 'STANDALONE'}], 'ks_append': [], 'hostRequires': None, 'distro_tags': [], 'host_id': 'rhel-9.5-s390x'})

            The exception was caused by 1 earlier exceptions

            Cause number 1:

                <Fault 1: "<type 'exceptions.ValueError'>:linux is not a valid group">

with

tmt-1.40.0-1.fc40.noarch
beaker-common-29.1-1.fc40.noarch
beaker-redhat-0.2.1-15.fc40eng.noarch
python3-mracklib-1.23.1-1.fc40.noarch
python3-mrack-beaker-1.23.1-1.fc40.noarch
@sharkcz
Copy link
Author

sharkcz commented Jan 8, 2025

downgrading to 1.23.0 "fixes" the issue

@skycastlelily
Copy link
Contributor

This issue is because teemtee/tmt#3397 has not been merged yet due to the Christmas break and then the tmt test issue(still there), I already contact tmt lead, and hopefully that mr would be merged soon.

@sharkcz
Copy link
Author

sharkcz commented Jan 8, 2025

thanks, was wondering whether there isn't an update in tmt missing :-)

@psss
Copy link

psss commented Jan 13, 2025

The tmt part has been merged:

Will be released in 1.41.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants