Breezy has encountered an internal error. This probably indicates a bug in Breezy.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Breezy |
Fix Released
|
Medium
|
Jelmer Vernooij | ||
breezy (Ubuntu) |
Triaged
|
Medium
|
Unassigned |
Bug Description
[able@arch libappindicator
==> Making package: libappindicator-bzr 12.10.0.r298-1 (Fri 30 Dec 2022 09:49:15 PM CST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Branching lp:libappindicator...
brz: ERROR: lazr.restfulcli
Response headers:
---
connection: close
content-length: 14
content-type: text/plain;
date: Sat, 31 Dec 2022 03:49:17 GMT
server: gunicorn/19.8.1
status: 500
x-lazr-oopsid: OOPS-469a948ce22c10ab0c555e4314c17afe
x-powered-by: Zope (www.zope.org), Python (www.python.org)
x-request-id: e08291e2-
x-vcs-revision: 31c78762a8046ac
---
Response body:
---
b'AssertionError'
---
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 class_run(*args, **kwargs)
File "/usr/lib/
accelerator
File "/usr/lib/
controldir = klass.open(
File "/usr/lib/
t = _mod_transport.
File "/usr/lib/
location_
File "/usr/lib/
location = directories.
File "/usr/lib/
return directory.
File "/usr/lib/
return self._resolve(url)
File "/usr/lib/
result = _api_resolver(path, url)
File "/usr/lib/
return {'urls': [lp_branch.
File "/home/
response, content = self.root.
File "/home/
raise error
lazr.restfulcli
Response headers:
---
connection: close
content-length: 14
content-type: text/plain;
date: Sat, 31 Dec 2022 03:49:17 GMT
server: gunicorn/19.8.1
status: 500
x-lazr-oopsid: OOPS-469a948ce22c10ab0c555e4314c17afe
x-powered-by: Zope (www.zope.org), Python (www.python.org)
x-request-id: e08291e2-
x-vcs-revision: 31c78762a8046ac
---
Response body:
---
b'AssertionError'
---
brz 3.3.1 on python 3.10.9 (Linux-
arguments: ['bzr', 'branch', 'lp:libappindicator', '/tmp/libappind
bzr/
plugins: bash_completion
commitfromn
fastimport[
gitlab[3.3.1], hg[3.3.1], launchpad[3.3.1], mtn[3.3.1],
netrc_
propose[3.3.1], pypi[3.3.1], quilt[unknown], repodebug[3.3.1],
rewrite[
weave_
encoding: 'utf-8', fsenc: 'utf-8', lang: 'en_US.UTF-8'
*** Breezy has encountered an internal error. This probably indicates a
bug in Breezy. You can help us fix it by filing a bug report at
https:/
including this traceback and a description of the problem.
==> ERROR: Failure while branching lp:libappindicator
Aborting...
Related branches
- Jelmer Vernooij: Approve
-
Diff: 47 lines (+20/-6)2 files modifiedbreezy/plugins/launchpad/lp_api.py (+19/-5)
breezy/plugins/launchpad/lp_directory.py (+1/-1)
Changed in brz: | |
status: | Triaged → Fix Committed |
assignee: | nobody → Jelmer Vernooij (jelmer) |
Changed in brz: | |
status: | Fix Committed → Fix Released |
This looks like a Launchpad error, though we should probably handle it and not print a traceback.