BZR branch import failed and now does not work for my branch

Asked by Ignas Mikalajūnas

I have registered my branch in launchpad in https://code.launchpad.net/~ignas/schooltool/schooltool_date_management , and after some time got:

This branch may be out of date, as Launchpad was not able to access it 19 minutes ago. (KeyboardInterrupt)

I have clicked "Try again" and got:

Launchpad has not been able to mirror this branch. The last attempt was 10 minutes ago. (File exists: u'/srv/bazaar.launchpad.net/mirrors/00/00/59/11/.bzr': [Errno 17] File exists: ...) Launchpad will try again in 11 hours. If you have fixed the problem, please ask Launchpad to try again.

What should I do, and how can I avoid KeyboardInterrupt errors in the future?

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Ignas Mikalajūnas
Solved:
Last query:
Last reply:
Revision history for this message
Christian Reis (kiko) said :
#1

KeyboardInterrupt are just confusing error messages; what it means is that the job timed out and was killed by a watchdog.

The other reason your branch is failing is very confusing and may point to a bug; I'm going to let Michael answer that. Was there anything special about this branch?

Revision history for this message
Ignas Mikalajūnas (ignas) said :
#2

No, not really, I kind of assumed that the second error appeared because some code failed to clean up after itself and left the failed bzr import in there...

Revision history for this message
Ignas Mikalajūnas (ignas) said :
#3

Well, maybe this will be related:

I had a bzr 1.5 repository Knit1 or something, the server is 1.5 too.

I have upgraded my local shared repository to the most up to date format using bzr 1.6rc5 and pushed this branch to the server using bzr+ssh

and it is the first branch that was created that way...

Revision history for this message
Michael Hudson-Doyle (mwhudson) said :
#4

Ah, yes, so this is a bug: we completely re-mirror a branch when the format changes, but the way we do this is a bit broken at the moment... I'll file a bug in a moment.

Revision history for this message
Ignas Mikalajūnas (ignas) said :
#5

Ok, so i am not getting the "File exists" error anymore, but branch import times out every single time, and I am not sure how to fix it and what to do about it...

Revision history for this message
Ignas Mikalajūnas (ignas) said :
#6

Ok, as bzr1.6 got released I just upgraded our bzr repository on schooltool.org to the newest format, and the import completed successfully.

Though - other people still might have some problems when mirroring their projects from servers with old version of bzr...

Revision history for this message
Michael Hudson-Doyle (mwhudson) said :
#7

We fixed the bug, sorry to not post a reminder here. Not sure why it stopped timing out, that sort of thing is a bit of a worry.

Glad you have a working branch now though!