redhat/kernel.spec.template: Suppress 'extracting debug info' noise in build log
debugedit's find_debuginfo.sh script has been modified with a '-q' flag to
suppress the 'extracting debug info' messages in RPM logs. On a fedora
kernel build these messages account for 61% of the log [1]
Fedora's debugedit has been updated with the -q change in all supported
releases [2] so suppress the messages by adding -q.
[1] https://kojipkgs.fedoraproject.org//packages/kernel/6.2.0/0.rc5.20230123git2475bf0250de.38.fc38/data/logs/x86_64/build.log
[2] https://src.fedoraproject.org/rpms/debugedit
Signed-off-by: Prarit Bhargava prarit@redhat.com
Merge request reports
Activity
added CKIMissing label
added CKIRunning label and removed CKIMissing label
I have requested that debugedit be updated in cs9 here: https://bugzilla.redhat.com/show_bug.cgi?id=2177302
added CKIOK label and removed CKIRunning label
added DependenciesOK label
Requesting review of subsystem redhat with 1 required approval(s) from user(s) @scweaver @jmflinuxtx @hertonrk-rh @lgoncalv @dzickusrh @jwilsonrh @jstancek @jfaracco
added AcksNeedsReview Acks::redhatNeedsReview labels
ACK/NACK Summary: AcksOK
Approved by:
- Herton R. Krzesinski (hertonrk-rh)
Satisfied Approvals:
- Approval Rule "redhat" already has 1 ACK(s) (1 required).
Merge Request has all necessary Approvals.
Last updated at 2023-04-17T15:11:35.
Edited by CKI KWF Bot[prarit@prarit tmp]$ cat build.log | grep "extracting debug" | wc -l 8586 [prarit@prarit tmp]$ cat build.log | wc -l 12721
This means 'extracting debug' lines were 67% of the log.
After: https://kojipkgs.fedoraproject.org//work/tasks/6528/98536528/build.log
[prarit@prarit tmp]$ cat build.log | grep "extracting debug" | wc -l 0 [prarit@prarit tmp]$ cat build.log| wc -l 4115
added 1603 commits
-
13dc9655...68c4fb09 - 1602 commits from branch
cki-project:os-build
- 1118b495 - redhat/kernel.spec.template: Suppress 'extracting debug info' noise in build log
-
13dc9655...68c4fb09 - 1602 commits from branch
added CKIRunning label and removed CKIOK label
added CKIOK label and removed CKIRunning label
added MergeOK label
added AcksOK Acks::redhatOK readyForMerge labels and removed AcksNeedsReview Acks::redhatNeedsReview labels
mentioned in commit aeef6e30