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

[BUG] Beaker job fails to complete on a multilib system #164

Open
jikortus opened this issue Sep 9, 2022 · 0 comments
Open

[BUG] Beaker job fails to complete on a multilib system #164

jikortus opened this issue Sep 9, 2022 · 0 comments
Labels

Comments

@jikortus
Copy link

jikortus commented Sep 9, 2022

Describe the bug
Beaker jobs that are executed on a multilib system fail to complete (see issue #163). The reason is that the installation of restraint-rhts fails due to file conflicts in the multilib (i686, x86_64) packages, and subsequent jobs that should be run after system installation aren't run and finally the job fails with a warning after the watchdog expires.

Beside a proper fix consisting of removing the file conflicts in restraint-rhts package, a simple workaround would be to specify architecture of the restraint-rhts package to be installed, in a similar way to a workaround implemented in our automated graphical installations testing tool, Anabot:

$package_command -y install restraint-rhts.$(uname -m) instead of just $package_command -y install restraint-rhts

Version-Release number
restraint-rhts-0.4.0-1

To Reproduce
Steps to reproduce the behavior:

  • Schedule a job with 'inst.multilib' on kernel command line.

Actual behavior
The job fails with a warning after the watchdog times out, due to a failure to install restraint-rths.

Expected behavior
The job finishes without issues, restraint-rhts is installed within kickstart %post script.

@jikortus jikortus added the bug label Sep 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant