Retry packages that failed to build because of network errors #250

Open
opened 2024-06-23 16:54:26 +02:00 by LukESC · 1 comment

I'm not sure if there already is a mechanism in place to retry packages that failed, but looking at the current failure logs (of which there are 1075)

205 logs contain "==> ERROR: Could not download sources."
70 logs contain "==> ERROR: Failure while downloading"
41 logs contain "==> ERROR: One or more files did not pass the validity check!"

(duplicates not removed)

Since these should be somewhat "cheap" to retry (as nothing was built), maybe it's worth it to give them some more attempts?

I'm not sure if there already is a mechanism in place to retry packages that failed, but looking at the current failure logs (of which there are 1075) 205 logs contain "==> ERROR: Could not download sources." 70 logs contain "==> ERROR: Failure while downloading" 41 logs contain "==> ERROR: One or more files did not pass the validity check!" (duplicates not removed) Since these should be somewhat "cheap" to retry (as nothing was built), maybe it's worth it to give them some more attempts?
Owner

205 logs contain "==> ERROR: Could not download sources."

I retried these ones just a few days ago (should be visible from the build-date in the logs), so that should be a pretty accurate status quo and not worth retrying just now.

70 logs contain "==> ERROR: Failure while downloading"
41 logs contain "==> ERROR: One or more files did not pass the validity check!"

I'll have a look at those.

> 205 logs contain "==> ERROR: Could not download sources." I retried these ones just a few days ago (should be visible from the build-date in the logs), so that should be a pretty accurate status quo and not worth retrying just now. > 70 logs contain "==> ERROR: Failure while downloading" > 41 logs contain "==> ERROR: One or more files did not pass the validity check!" I'll have a look at those.
Sign in to join this conversation.
No description provided.