[Git][qa/jenkins.debian.net][master] 2 commits: r.d.n./stats: catch all "No space left on device"

Holger Levsen (@holger) gitlab at salsa.debian.org
Fri Mar 7 09:09:13 GMT 2025



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
a3eed6a2 by Jochen Sprickerhof at 2025-03-07T10:08:32+01:00
r.d.n./stats: catch all "No space left on device"

This could catch too much but maybe better as long as we have problems
with it.

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -
9629d2a5 by Holger Levsen at 2025-03-07T10:09:05+01:00
r.d.n: further²² improve about text

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


2 changed files:

- bin/rebuilderd_stats.py
- hosts/osuosl5-amd64/var/www/html/index.html


Changes:

=====================================
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\)|^E: Failed to fetch https://deb.debian.org/debian/dists/.*/main/source/Sources)"),
+        "rebuilderd failed, no diskspace (temporary)": log_has_re("No space left on device"),
         "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"),


=====================================
hosts/osuosl5-amd64/var/www/html/index.html
=====================================
@@ -135,14 +135,16 @@
         </h3>
 	<p>
 	To be a bit more verbose:
+	<br/>
 	rebuilderd calls debrebuild that calls debootsnap, mmdebstrap and sbuild
 	that finally builds that package in a user namespace.
+	<br/>
 	debootsnap uses <a href="https://snapshot.debian.org">snapshot.debian.org</a>
 	to recreate the build environment using the exact same package versions as were used
 	when the package was originally built by <a href="https://buildd.debian.org">buildd.debian.org</a>
 	based on the buildinfo file from <a href="https://buildinfos.debian.net">buildinfos.debian.net</a>.
 	</p><p>
-	This is focussed on reproducing the packages in the exact same way they are published on debian.org,
+	This is focussed on reproducing the packages in the exact same way they are published by Debian,
 	the tests with the latest toolchains and a maximum of variations between two builds, which we have done for years,
 	will be continued at
 	 <a href="https://tests.reproducible-builds.org/debian/reproducible.html">https://tests.reproducible-builds.org/debian/reproducible.html</a>.



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/a407cace02a0b9e46a87cb5e4b81bfe15287d752...9629d2a55a05323f4c5efbedd62c8a5488a888db

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/a407cace02a0b9e46a87cb5e4b81bfe15287d752...9629d2a55a05323f4c5efbedd62c8a5488a888db
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/20250307/01ed51d3/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list