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

some driverdisk and repo tests failing on github-kstest-30-f39-20240408 with "" #1342

Closed
rvykydal opened this issue Nov 27, 2024 · 4 comments
Assignees
Labels
failing test The test is failing. (Not disabled yet - waiting for PR review or because the failure is flaky ...) priority: high Issues with the highest priority.

Comments

@rvykydal
Copy link
Contributor

First hit 11-26-2024.
There are some kickstart tests failing on daily run of daily-iso: https://github.com/rhinstaller/kickstart-tests/actions/runs/12020594830

I suspect the update of the container to be the cause: #1339
I didn't check totaly properly to confirm, but

  • the test seem to fail in early stage during vm creating
  • I run driverdisk-disk locally with the new daily-iso with the old container and it passed

The tests

driverdisk-disk
driverdisk-disk-kargs
packages-ignorebroken
proxy-auth
proxy-kickstart
repo-addrepo
repo-enable
repo-exclude
repo-include

The logs gathered by weekly summary action on the repo (see the 11-26-2024/logs-daily-iso/failed):
weekly-logs-archive.zip

a snippet:

2024-11-26 00:22:38,222 DEBUG: Preparing test
2024-11-26 00:22:38,222 DEBUG: Linking image to temp directory /var/tmp/kstest-repo-addrepo.2024_11_26-00_22_38.layjd04a
2024-11-26 00:22:38,222 DEBUG: Running command: ['/opt/kstest/kickstart-tests/scripts/launcher/lib/launcher_interface.sh', '-i', '/opt/kstest/data/images/boot.iso', '-k', '1', '-w', '/var/tmp/kstest-repo-addrepo.2024_11_26-00_22_38.layjd04a', '-t', '/opt/kstest/kickstart-tests/repo-addrepo.sh', 'prepare']
2024-11-26 00:22:38,390 DEBUG: stderr:
Traceback (most recent call last):
  File "/opt/kstest/kickstart-tests/scripts/generate-repository.py", line 55, in <module>
    import rpmfluff
  File "/usr/lib/python3.13/site-packages/rpmfluff/__init__.py", line 34, in <module>
    import rpm
ModuleNotFoundError: No module named 'rpm'
Traceback (most recent call last):
  File "/opt/kstest/kickstart-tests/scripts/httpd.py", line 52, in <module>
    os.chdir(sys.argv[1])
    ~~~~~~~~^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/tmp/kstest-repo-addrepo.2024_11_26-00_22_38.layjd04a/addon'
stdout:
/opt/kstest/kickstart-tests/repo-addrepo.ks

@rvykydal rvykydal added failing test The test is failing. (Not disabled yet - waiting for PR review or because the failure is flaky ...) priority: high Issues with the highest priority. labels Nov 27, 2024
@rvykydal rvykydal self-assigned this Nov 28, 2024
@rvykydal
Copy link
Contributor Author

rvykydal commented Nov 28, 2024

So it seems the problem happens only on one of our runners: github-kstest-30-f39-20240408.
It has the container 4 days old while the other runners have 11 days old container.

@rvykydal rvykydal changed the title some driverdisk and repo tests failing on daily-iso with "" some driverdisk and repo tests failing on github-kstest-30-f39-20240408 with "" Nov 28, 2024
@rvykydal
Copy link
Contributor Author

Confirmed, cause is the container newly based on f41

@rvykydal
Copy link
Contributor Author

rvykydal commented Nov 28, 2024

PR with container image update: #1344

@rvykydal
Copy link
Contributor Author

rvykydal commented Nov 29, 2024

The /test-os-variants on #1345 which triggers container rebuild shows that the issue should be fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
failing test The test is failing. (Not disabled yet - waiting for PR review or because the failure is flaky ...) priority: high Issues with the highest priority.
Projects
None yet
Development

No branches or pull requests

1 participant