bzr: ERROR: bzrlib.errors.RetryWithNewPacks: Unprintable exception RetryWithNewPacks
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
In Progress
|
High
|
Unassigned |
Bug Description
In the same setup described on #701940, but with bzr upgraded to 2.2.3, an update failed with a traceback like this:
Traceback (most recent call last):
File "/usr/lib/
return the_callable(*args, **kwargs)
File "/usr/lib/
ret = run(*run_argv)
File "/usr/lib/
return self.run(
File "/usr/lib/
return self._operation
File "/usr/lib/
self.cleanups, self.func, *args, **kwargs)
File "/usr/lib/
result = func(*args, **kwargs)
File "/usr/lib/
accelerator
File "/usr/lib/
hardlink=
File "/usr/lib/
checkout_
File "/usr/lib/
possible_
File "/usr/lib/
stop_revision, overwrite, limit=limit)
File "/usr/lib/
project=
File "/usr/lib/
self.
File "/usr/lib/
result = unbound(self, *args, **kwargs)
File "/usr/lib/
self.
File "/usr/lib/
self.
File "/usr/lib/
reload_
File "/usr/lib/
result = packer.pack()
File "/usr/lib/
return self._create_
File "/usr/lib/
self.
File "/usr/lib/
'revisions', self._get_
File "/usr/lib/
reuse_
File "/usr/lib/
for record in stream:
File "/usr/lib/
for idx, record in enumerate(
File "/usr/lib/
self.
File "/usr/lib/
elif not self._reload_
File "/usr/lib/
orig_keys, ordering, include_
File "/usr/lib/
for factory in batcher.
File "/usr/lib/
block_
File "/usr/lib/
zdata = raw_records.next()
File "/usr/lib/
exc_
RetryWithNewPacks: Unprintable exception RetryWithNewPacks: ....
The full exception (very long) is in the attached crash report. Note that like #701940, this is part of an automated build system. Something I realized since I filed the other ticket is that there are two builders using the shared repository this exception references, and they almost certainly both issued a pull of the same new revisions at the same time.
tags: | added: packs |
Changed in bzr: | |
status: | Confirmed → In Progress |
Changed in bzr: | |
assignee: | Andrew Bennetts (spiv) → nobody |
tags: | added: affects-twisted |
Also, the state of the shared repository after this failure is like it was in #701940. There are files in obsolete_packs which I have to move back to packs and indices before the repository is usable again.