[Git][qa/jenkins.debian.net][master] 2 commits: reproducible system health: correct language, those zombies are orphans
Holger Levsen (@holger)
gitlab at salsa.debian.org
Mon Jul 17 11:23:43 BST 2023
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
81a961a3 by Holger Levsen at 2023-07-17T12:15:55+02:00
reproducible system health: correct language, those zombies are orphans
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
3c85af5a by Holger Levsen at 2023-07-17T12:22:45+02:00
reproducible system health: show all non co-installable pkg sets
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -141,10 +141,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
elif $(grep -E -q "could not (download|determine) PureOS" $LOG) ; then
small_note "problem with PureOS pkg set"
elif $(grep -q "Warning: dose-deb-coinstall cannot calculate" $LOG) ; then
- PKG_SET_PROBLEM=$(grep "Warning: dose-deb-coinstall cannot calculate" $LOG | cut -d "'" -f2 | cut -d ' ' -f3-11 | cut -d '.' -f1 | head -1 || true)
- small_note "$PKG_SET_PROBLEM"
- elif $(grep -E -q "could not update cloud-image package list" $LOG) ; then
- small_note "problem with cloud-image pkg set"
+ PKG_SET_PROBLEMS=$(grep "Warning: dose-deb-coinstall cannot calculate" $LOG | cut -d "'" -f2 | cut -d ' ' -f9 | sort -u | xargs echo || true)
+ small_note "cannot calculate the installable set(s) for: $PKG_SET_PROBLEMS"
fi
# only show the most severe problem, don't aggregate them
elif $(grep -q "^Warning: rise of the jenkins job zombies has started again" $LOG) ; then
@@ -194,7 +192,7 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
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"
+ small_note "reproducible_build.sh orphans"
elif $(grep -q "State: starting" $LOG) ; then
small_note "node in starting state"
elif $(grep -q "Warning: systemd is reporting errors" $LOG) ; then
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/fea6c5d4700822f6f1ac6bfac26b00ee5a0f5168...3c85af5a0070b74d1ea0fe72dc7af5b87778f448
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/fea6c5d4700822f6f1ac6bfac26b00ee5a0f5168...3c85af5a0070b74d1ea0fe72dc7af5b87778f448
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/20230717/7944c27c/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list