Merge ~rbalint/autopkgtest-cloud:more-retry-strings into autopkgtest-cloud:master

Proposed by Balint Reczey
Status: Merged
Merge reported by: Iain Lane
Merged at revision: fb22bd7d0c44db76b81ec59e0cb4d40bcdc39f5c
Proposed branch: ~rbalint/autopkgtest-cloud:more-retry-strings
Merge into: autopkgtest-cloud:master
Diff against target: 14 lines (+3/-0)
1 file modified
worker/worker (+3/-0)
Reviewer Review Type Date Requested Status
Iain Lane Approve
Review via email: mp+393518@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Iain Lane (laney) wrote :

I can understand the PPA timeout, but what is the other one about?

Revision history for this message
Iain Lane (laney) :
review: Needs Information
Revision history for this message
Balint Reczey (rbalint) wrote :

@laney I've opened a bug for it, please see it in the commit message.

fb22bd7... by Balint Reczey

worker: Retry on E: Failed to fetch http://ftpmaster.internal/

Revision history for this message
Iain Lane (laney) wrote :

Semi-approve. I've not taken 93871e3, because I'm not sure you've hit the right message there.

If you look at the code for autopkgtest itself, you can see that apt-mark is something that the controller asks the testbed to execute. It could be any of the other commands run with check_exec() that fail like this, not just apt-mark. If we look like this I think we'll end up adding more and more messages for all the different things that area check_exec()ed.

Could you maybe re-submit another merge proposal targetting the other half of the error please? I'm not sure exactly what flakes out there either (the cloud itself?), would be good to investigate that too.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/worker/worker b/worker/worker
2index f0f304b..145e19b 100755
3--- a/worker/worker
4+++ b/worker/worker
5@@ -58,6 +58,9 @@ FAIL_STRINGS = ['Kernel panic - not syncing:',
6 'Faulting instruction address:',
7 'Call Trace:']
8 TEMPORARY_TEST_FAIL_STRINGS = ['Could not connect to ftpmaster.internal:80',
9+ 'Cannot initiate the connection to ppa.launchpad.net:80',
10+ 'ERROR: "apt-mark manual -qq ',
11+ 'E: Failed to fetch http://ftpmaster.internal/'
12 'Temporary failure resolving',
13 'Temporary failure in name resolution',
14 'Unable to connect to ftpmaster.internal:http:',

Subscribers

People subscribed via source and target branches