[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible trbo system health check: detect kernels with wrong perms
Holger Levsen
gitlab at salsa.debian.org
Mon Sep 28 09:16:33 BST 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
585ecee1 by Holger Levsen at 2020-09-28T10:16:21+02:00
reproducible trbo system health check: detect kernels with wrong perms
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -172,6 +172,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
small_note "failed to delete schroots"
elif $(grep -q "Warning: Tried, but failed to delete these schroot sessions:" $LOG) ; then
small_note "failed to delete schroot sessions"
+ elif $(grep -q "^UNKNOWN: Failed to get a version string from image /boot/vmlinuz" $LOG) ; then
+ small_note "/boot/vmlinuz* not readable for check-running-kernel"
elif $(grep -q "Warning: found reproducible_build.sh processes which have pid 1 as parent (and not sshd)" $LOG) ; then
small_note "reproducible_build.sh zombies"
elif $(grep -q "State: starting" $LOG) ; then
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/585ecee1bfd3003974ed6df01dbbeb582233b356
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/585ecee1bfd3003974ed6df01dbbeb582233b356
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20200928/c8990863/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list