"git ubuntu build" races container readiness

Bug #1734370 reported by Robie Basak
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
git-ubuntu
New
Undecided
Unassigned

Bug Description

In 7e79017 (actually a feature branch based off that), I'm trying to use "git ubuntu build" to test that quiltification has not regressed.

I found that the call to "apt update" (which I changed to "apt-get update" due to bug 1734366) was returning immediately, but not in my manual testing.

This appears to be a race. Adding a "import time; time.sleep(20)" before the apt-get update retry loop works around the problem.

The failure is that the subsequent "apt-get install" (also changed from plain "apt install") cannot find packages because the index update apparently never took place, and this leads to a failure of the build.

Tags: build
Robie Basak (racb)
tags: added: build
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.