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

rhel-9.6/c9s: ext.config.shared.boot.bootupd-validate failing on ppc64le #1687

Open
jlebon opened this issue Dec 10, 2024 · 3 comments · May be fixed by coreos/fedora-coreos-config#3300
Open

Comments

@jlebon
Copy link
Member

jlebon commented Dec 10, 2024

[2024-12-10T17:31:33.280Z] Dec 10 17:31:27 qemu0 kola-runext-bootupd-validate[2154]: + adopt_and_update
[2024-12-10T17:31:33.280Z] Dec 10 17:31:27 qemu0 kola-runext-bootupd-validate[2154]: + local state_file=/boot/bootupd-state.json
[2024-12-10T17:31:33.280Z] Dec 10 17:31:27 qemu0 kola-runext-bootupd-validate[2154]: + '[' -f /boot/bootupd-state.json ']'
[2024-12-10T17:31:33.280Z] Dec 10 17:31:27 qemu0 kola-runext-bootupd-validate[2154]: + mount -o remount,rw /boot
[2024-12-10T17:31:33.280Z] Dec 10 17:31:27 qemu0 kola-runext-bootupd-validate[2154]: + rm -f /boot/bootupd-state.json
[2024-12-10T17:31:33.280Z] Dec 10 17:31:27 qemu0 kola-runext-bootupd-validate[2169]: + grep 'Adopted and updated.*'
[2024-12-10T17:31:33.280Z] Dec 10 17:31:27 qemu0 kola-runext-bootupd-validate[2168]: + bootupctl adopt-and-update
[2024-12-10T17:31:33.280Z] Dec 10 17:31:27 qemu0 systemd[1]: kola-runext.service: Main process exited, code=exited, status=1/FAILURE
[2024-12-10T17:31:33.280Z] Dec 10 17:31:27 qemu0 systemd[1]: kola-runext.service: Failed with result 'exit-code'.
[2024-12-10T17:31:33.280Z] Dec 10 17:31:27 qemu0 systemd[1]: kola-runext.service: Consumed 11.501s CPU time.
[2024-12-10T17:31:33.280Z] --- FAIL: ext.config.shared.boot.bootupd-validate (56.24s)

No interesting additional info in the journal/console that I can see.

@HuijingHei is looking at it.

@HuijingHei
Copy link
Contributor

I guess we should skip the adopt test on ppc64le as it is using older bootupd 0.2.19 which does not include bios adopt (since 0.2.22), but have not yet tested as set up ppc64le debug-pod failed. Will do more testing once the env is available.

@dustymabe
Copy link
Member

can we not just update the package?

@HuijingHei
Copy link
Contributor

can we not just update the package?

You are right, will build the new package soon. Once the new package is landed, will refresh the script.

marmijo added a commit to marmijo/os that referenced this issue Dec 13, 2024
This test is also failing on the rhel-9.4 variant with the same
symptoms as: openshift#1687.
Denylist the test on the rhel-9.4 variant to unblock the pipeline
until we can investigate.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants