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

[rawhide] kdump.crash fails missing makedumpfile #1692

Closed
dustymabe opened this issue Mar 15, 2024 · 3 comments
Closed

[rawhide] kdump.crash fails missing makedumpfile #1692

dustymabe opened this issue Mar 15, 2024 · 3 comments

Comments

@dustymabe
Copy link
Member

On the kexec-tools 2.0.28-4.fc40 -> 2.0.28-5.fc41 transition the
ext.config.kdump.crash is now failing.

This happened in https://jenkins-fedora-coreos-pipeline.apps.ocp.fedoraproject.org/blue/organizations/jenkins/build/detail/build/2385

The failure looks like:

Mar 15 19:53:06 qemu0 systemd[1]: Started kola-runext.service.
Mar 15 19:53:06 qemu0 kola-runext-test.sh[2169]: + . /var/opt/kola/extdata/commonlib.sh
Mar 15 19:53:06 qemu0 kola-runext-test.sh[2169]: ++ IFS=' '
Mar 15 19:53:06 qemu0 kola-runext-test.sh[2169]: ++ read -r -a cmdline
Mar 15 19:53:06 qemu0 kola-runext-test.sh[2169]: + case "${AUTOPKGTEST_REBOOT_MARK:-}" in
Mar 15 19:53:06 qemu0 kola-runext-test.sh[2169]: + is_service_active kdump.service
Mar 15 19:53:06 qemu0 kola-runext-test.sh[2169]: + local service=kdump.service
Mar 15 19:53:06 qemu0 kola-runext-test.sh[2169]: + for _x in {0..60}
Mar 15 19:53:06 qemu0 kola-runext-test.sh[2170]: ++ systemctl is-active kdump.service
Mar 15 19:53:06 qemu0 kola-runext-test.sh[2169]: + '[' failed '!=' activating ']'
Mar 15 19:53:06 qemu0 kola-runext-test.sh[2169]: + break
Mar 15 19:53:06 qemu0 kola-runext-test.sh[2169]: + systemctl is-active kdump.service
Mar 15 19:53:06 qemu0 kola-runext-test.sh[2172]: failed
Mar 15 19:53:06 qemu0 kola-runext-test.sh[2169]: + fatal 'kdump.service failed to start'
Mar 15 19:53:06 qemu0 kola-runext-test.sh[2169]: + echo 'kdump.service failed to start'
Mar 15 19:53:06 qemu0 kola-runext-test.sh[2169]: kdump.service failed to start
Mar 15 19:53:06 qemu0 kola-runext-test.sh[2169]: + exit 1
Mar 15 19:53:06 qemu0 systemd[1]: kola-runext.service: Main process exited, code=exited, status=1/FAILURE
Mar 15 19:53:06 qemu0 systemd[1]: kola-runext.service: Failed with result 'exit-code'.
--- FAIL: ext.config.kdump.crash (44.76s)

Looking at the logs:

kdump.service[1726]: /sbin/mkdumprd: line 278: makedumpfile: command not found 
kdump.service[1600]: kdump: makedumpfile parameter check failed.               
kdump.service[1536]: kdump: mkdumprd: failed to make kdump initrd              
kdump.service[1536]: kdump: Starting kdump: [FAILED]                           
@dustymabe
Copy link
Member Author

regarding https://src.fedoraproject.org/rpms/kexec-tools/c/ec3bccdf326881decd13f0ac7b4558f4a22875bd?branch=rawhide it looks like now we need to specify the makedumpfile rpm in our package lists?

@dustymabe dustymabe changed the title [rawhide] ext.config.kdump.crash test failing [rawhide] kdump.crash fails missing makedumpfile Mar 15, 2024
dustymabe added a commit to dustymabe/fedora-coreos-config that referenced this issue Mar 15, 2024
This was made into a subpackage, but is required for kdump to work.
See coreos/fedora-coreos-tracker#1692
@dustymabe
Copy link
Member Author

dustymabe added a commit to dustymabe/fedora-coreos-config that referenced this issue Mar 15, 2024
This was made into a subpackage, but is required for kdump to work.
See coreos/fedora-coreos-tracker#1692
dustymabe added a commit to coreos/fedora-coreos-config that referenced this issue Mar 16, 2024
This was made into a subpackage, but is required for kdump to work.
See coreos/fedora-coreos-tracker#1692
aaradhak pushed a commit to aaradhak/fedora-coreos-config that referenced this issue Mar 18, 2024
This was made into a subpackage, but is required for kdump to work.
See coreos/fedora-coreos-tracker#1692
@dustymabe
Copy link
Member Author

We should be able to close this with coreos/fedora-coreos-config#2903 now merged.

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

No branches or pull requests

1 participant