All Android jenkins jobs are broken when syncing AOSP source code from launchpad by using repo

Bug #1896558 reported by Gary.Wang
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
turnip
Fix Released
Critical
Thiago F. Pappacena

Bug Description

We've noticed that all Android related jobs failing in synching the source code from launchpad since 18 Seq, please check the following jobs for details:
https://pastebin.canonical.com/p/hKt9Q54V39/

Just being told by pappacena that it may relate to the recent work around git protocol v2 support.

For now, as a workaround, we have to disable the parallel fetching when syncing the source code like
`repo sync --optimized-fetch --force-sync -j1`
Then this situation get medicated somehow and we don't run into `bad pack header` error, everything looks fine.

But the side effect of applying workaround is that it took more than 1 hour to sync the source
code from lp
`Shell Script - (1 hr 1 min in self) repo sync --optimized-fetch --force-sync -j1`
which is way longer than expected.

Related branches

Changed in turnip:
importance: Undecided → Critical
status: New → In Progress
assignee: nobody → Thiago F. Pappacena (pappacena)
Changed in turnip:
status: In Progress → Fix Committed
Revision history for this message
Colin Watson (cjwatson) wrote :

This should be fixed now; please let us know if you're still running into problems of this kind.

Changed in turnip:
status: Fix Committed → Fix Released
Revision history for this message
Gary.Wang (gary-wzl77) wrote :

After re-enabling AOSP source sync in parallel(4 cpu core), everything seems to work quite well.
Thanks for the fix!

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.