(root)/adei/trunk : error

An unexpected error occurred whileprocessing the request:

Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/loggerhead/apps/transport.py", line 106, in __call__ b = branch.Branch.open_from_transport(self.transport) File "/usr/lib/python3.8/site-packages/breezy/branch.py", line 188, in open_from_transport control = controldir.ControlDir.open_from_transport( File "/usr/lib/python3.8/site-packages/breezy/controldir.py", line 756, in open_from_transport transport, format = _mod_transport.do_catching_redirections( File "/usr/lib/python3.8/site-packages/breezy/transport/__init__.py", line 1619, in do_catching_redirections return action(transport) File "/usr/lib/python3.8/site-packages/breezy/controldir.py", line 744, in find_format return transport, ControlDirFormat.find_format(transport, File "/usr/lib/python3.8/site-packages/breezy/controldir.py", line 1171, in find_format raise errors.NotBranchError(path=transport.base) breezy.errors.NotBranchError: Not a branch: "readonly+file:///home/csa/.bazaar/". During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/breezy/transport/local.py", line 157, in get return osutils.open_file(path, 'rb') FileNotFoundError: [Errno 2] No such file or directory: '/home/csa/.bazaar/adei/.bzr/branch/format' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/breezy/bzr/branch.py", line 743, in find_format format_string = transport.get_bytes("format") File "/usr/lib/python3.8/site-packages/breezy/transport/__init__.py", line 634, in get_bytes f = self.get(relpath) File "/usr/lib/python3.8/site-packages/breezy/transport/decorator.py", line 105, in get return self._decorated.get(relpath) File "/usr/lib/python3.8/site-packages/breezy/transport/local.py", line 161, in get self._translate_error(e, path) File "/usr/lib/python3.8/site-packages/breezy/transport/__init__.py", line 359, in _translate_error raise errors.NoSuchFile(path, extra=e) breezy.errors.NoSuchFile: No such file: '/home/csa/.bazaar/adei/.bzr/branch/format': [Errno 2] No such file or directory: '/home/csa/.bazaar/adei/.bzr/branch/format' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/loggerhead/apps/transport.py", line 106, in __call__ b = branch.Branch.open_from_transport(self.transport) File "/usr/lib/python3.8/site-packages/breezy/branch.py", line 190, in open_from_transport return control.open_branch( File "/usr/lib/python3.8/site-packages/breezy/bzr/bzrdir.py", line 1092, in open_branch format = self.find_branch_format(name=name) File "/usr/lib/python3.8/site-packages/breezy/bzr/bzrdir.py", line 932, in find_branch_format return BranchFormatMetadir.find_format(self, name=name) File "/usr/lib/python3.8/site-packages/breezy/bzr/branch.py", line 745, in find_format raise errors.NotBranchError( breezy.errors.NotBranchError: Not a branch: "readonly+file:///home/csa/.bazaar/adei/.bzr/branch/": location is a repository. During handling of the above exception, another exception occurred: MemoryError