-
Notifications
You must be signed in to change notification settings - Fork 46
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] No kernel boot log when SOF FW loading fails #1036
Comments
Originally posted by @marc-hb in #1033 (comment)
In jenkins logs generic_test/13429/
This is very likely because the new code runs "too early". |
marc-hb
added a commit
to marc-hb/sof-test
that referenced
this issue
May 8, 2024
Provide a new, boot_logs.txt file no matter what happens. Note that file now includes user-space logs, not just kernel logs. Also: fix bug where script times out and does not run when the SOF firmware is not loaded: no need to define NO_POLL_FW_LOADING anymore. The trick is to stop calling `start_test()`. verify-kernel-boot-log.sh is not an audio test! Fixes sof-test issues thesofproject#1036 and thesofproject#1112, find more details there. Signed-off-by: Marc Herbert <[email protected]>
Fix submitted: #1191 |
marc-hb
added a commit
that referenced
this issue
May 9, 2024
Provide a new, boot_logs.txt file no matter what happens. Note that file now includes user-space logs, not just kernel logs. Also: fix bug where script times out and does not run when the SOF firmware is not loaded: no need to define NO_POLL_FW_LOADING anymore. The trick is to stop calling `start_test()`. verify-kernel-boot-log.sh is not an audio test! Fixes sof-test issues #1036 and #1112, find more details there. Signed-off-by: Marc Herbert <[email protected]>
Should be good, will re-open if any issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
No kernel log is captured in test result. This is side effect after #1033 merged.
'start_test' will be called before the every test case, if it fails there, too early to capture the log
To Reproduce
This is one of example, FW loading is failed
https://sof-ci.01.org/sofpr/PR7584/build7585/devicetest/index.html?model=ADLP_RVP_SDW_IPC4ZPH&testcase=verify-kernel-boot-log
Expected behavior
kernel log should be available on the failure
The text was updated successfully, but these errors were encountered: