[Git][qa/jenkins.debian.net][master] 2 commits: document that bmake was installed on freebsd-vm
Holger Levsen (@holger)
gitlab at salsa.debian.org
Tue Jan 28 13:48:06 GMT 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
57211085 by Holger Levsen at 2025-01-28T14:11:01+01:00
document that bmake was installed on freebsd-vm
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
816dd47a by Holger Levsen at 2025-01-28T14:47:58+01:00
r.d.n/stats: detect yet another common case of diskspace issues
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- TODO.legacy
- bin/rebuilderd_stats.py
Changes:
=====================================
TODO.legacy
=====================================
@@ -182,7 +182,7 @@
*** and with: 'freebsd-update upgrade -r 13.2' followed by 'pkg-static install pkg ; pkg upgrade'
*** and with: 'freebsd-update upgrade -r 14.0' followed by 'pkg-static install pkg ; pkg upgrade'
*** and with: 'freebsd-update upgrade -r 14.1' followed by 'pkg-static install pkg ; pkg upgrade'
-*** and with: 'freebsd-update upgrade -r 14.2' followed by 'pkg-static install pkg ; pkg upgrade'
+*** and with: 'freebsd-update upgrade -r 14.2' followed by 'pkg-static install pkg ; pkg upgrade; pkg install bmake'
* online disk resizing howto: https://www.freebsd.org/doc/handbook/disks-growing.html
=====================================
bin/rebuilderd_stats.py
=====================================
@@ -47,7 +47,7 @@ def main() -> None:
return f
error_messages = {
- "rebuilderd failed, no diskspace (temporary)": log_has_re(r"rebuilderd: unexpected error while rebuilding package: Failed to download original package from.*: No space left on device \(os error 28\)"),
+ "rebuilderd failed, no diskspace (temporary)": log_has_re(r"(^rebuilderd: unexpected error while rebuilding package: Failed to download original package from.*: No space left on device \(os error 28\|^E: Failed to fetch https://deb.debian.org/debian/dists/.*/main/source/Sources 404 Not Found )"),
"buildinfo file 404 (maybe temporary)": log_has("rebuilderd: unexpected error while rebuilding package: Failed to download build input from"),
"package file 404 (temporary)": log_has("rebuilderd: unexpected error while rebuilding package: Failed to download original package from"),
"packages missing on metasnap (maybe temporary)": log_has_re(r"cannot find:.*debootsnap failed at /usr/bin/debrebuild line 48"),
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/f0f331f254f8ab1196a71632e87548484bc1c089...816dd47ae77cf3dfee9eba41076aaa332f824979
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/f0f331f254f8ab1196a71632e87548484bc1c089...816dd47ae77cf3dfee9eba41076aaa332f824979
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/20250128/e42e4fa6/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list