-
Notifications
You must be signed in to change notification settings - Fork 97
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
more specific compiler warning string grep #34
Comments
obsoleted by: kernelci/kernelci-backend#144? |
This issue is about build reports, whereas kernelci/kernelci-backend#144 is about test reports. So it still needs to be resolved. |
@gctucker @JenySadadia Is it something that should be addressed in the new pipeline? |
Yes, right now the kernel builds don't parse the logs but we should be doing something about it at some point to report warnings etc. |
I think however that this issue should be closed, and instead we should have a new issue as part of the backlog to implement kernel build log parsing. |
for kernelCI, I see reports like:
when grepping logs for compiler warnings, I find that grepping for
warning:
, specifically with the end colon, helps filter to just the warnings. This would remove the count of warnings per file from the logs, which I think would be a little clearer. Also, I'm not sure if the "warnings generated" lines are polluting the total warning count at the top of the report? cc @khilman @broonieThe text was updated successfully, but these errors were encountered: