Skip to content

logspec: skip kbuild packaging-target failures#1488

Merged
nuclearcat merged 1 commit into
kernelci:mainfrom
bhcopeland:skip-packaging-issues
May 21, 2026
Merged

logspec: skip kbuild packaging-target failures#1488
nuclearcat merged 1 commit into
kernelci:mainfrom
bhcopeland:skip-packaging-issues

Conversation

@bhcopeland
Copy link
Copy Markdown
Member

Kbuild packaging targets (binrpm-pkg, bindeb-pkg, etc.) fail with RPM/DEB tooling errors like "error: Bad exit status from /var/tmp/rpm-tmp.XXX (%install) in binrpm-pkg" — packaging infra failures, not kernel build errors. Logspec currently classifies these as kbuild.other and the random rpm-tmp filename in the summary causes many distinct issues to be filed for the same root cause, flooding the dashboard with infra noise.

Skip issue/incident generation for any logspec error whose target is in a known packaging-target set, alongside the existing linux.kernel.error_return_code skip.

Kbuild packaging targets (binrpm-pkg, bindeb-pkg, etc.) fail with
RPM/DEB tooling errors like "error: Bad exit status from
/var/tmp/rpm-tmp.XXX (%install) in binrpm-pkg" — packaging infra
failures, not kernel build errors. Logspec currently classifies these
as kbuild.other and the random rpm-tmp filename in the summary causes
many distinct issues to be filed for the same root cause, flooding
the dashboard with infra noise.

Skip issue/incident generation for any logspec error whose target is
in a known packaging-target set, alongside the existing
linux.kernel.error_return_code skip.

Signed-off-by: Ben Copeland <ben.copeland@linaro.org>
@nuclearcat
Copy link
Copy Markdown
Member

Wonderful, thank you @bhcopeland !

@nuclearcat nuclearcat added this pull request to the merge queue May 21, 2026
Merged via the queue into kernelci:main with commit 5b24ed8 May 21, 2026
5 checks passed
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

Successfully merging this pull request may close these issues.

2 participants