Is there an existing issue for this?
- I have searched the existing issues
Current behaviour
For the first time, running contrib/guix/guix-build, I ran into:
Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
SWH: found revision 53396a22afc04536ddf75d8f82ad2eafa5082725 with directory at 'https://archive.softwareheritage.org/api/1/directory/d6d830512c16e46521fab9a956c1842ab2fcdea9/'
SWH vault: failure: Internal Server Error. This incident will be reported.
The full error was:
Traceback (most recent call last):
File "/opt/swh/.local/lib/python3.10/site-packages/swh/vault/cookers/base.py", line 135, in cook
self.prepare_bundle()
File "/opt/swh/.local/lib/python3.10/site-packages/swh/vault/cookers/git_bare.py", line 168, in prepare_bundle
self.load_objects()
File "/opt/swh/.local/lib/python3.10/site-packages/swh/vault/cookers/git_bare.py", line 413, in load_objects
self.load_revisions(revision_ids)
File "/opt/swh/.local/lib/python3.10/site-packages/swh/vault/cookers/git_bare.py", line 586, in load_revisions
ret: List[Optional[Revision]] = self.storage.revision_get(obj_ids)
File "/opt/swh/.local/lib/python3.10/site-packages/tenacity/__init__.py", line 336, in wrapped_f
return copy(f, *args, **kw)
File "/opt/swh/.local/lib/python3.10/site-packages/tenacity/__init__.py", line 475, in __call__
do = self.iter(retry_state=retry_state)
File "/opt/swh/.local/lib/python3.10/site-packages/tenacity/__init__.py", line 376, in iter
result = action(retry_state)
File "/opt/swh/.local/lib/python3.10/site-packages/tenacity/__init__.py", line 418, in exc_check
raise retry_exc.reraise()
File "/opt/swh/.local/lib/python3.10/site-packages/tenacity/__init__.py", line 185, in reraise
raise self.last_attempt.result()
File "/usr/local/lib/python3.10/concurrent/futures/_base.py", line 451, in result
return self.__get_result()
File "/usr/local/lib/python3.10/concurrent/futures/_base.py", line 403, in __get_result
raise self._exception
File "/opt/swh/.local/lib/python3.10/site-packages/tenacity/__init__.py", line 478, in __call__
result = fn(*args, **kwargs)
File "/opt/swh/.local/lib/python3.10/site-packages/swh/storage/proxies/retry.py", line 81, in newf
return getattr(storage, attribute_name)(*args, **kwargs)
File "/opt/swh/.local/lib/python3.10/site-packages/swh/core/api/__init__.py", line 196, in meth_
return self._post(meth._endpoint_path, post_data)
File "/opt/swh/.local/lib/python3.10/site-packages/swh/core/api/__init__.py", line 356, in _post
return self._decode_response(response)
File "/opt/swh/.local/lib/python3.10/site-packages/swh/core/api/__init__.py", line 443, in _decode_response
self.raise_for_status(response)
File "/opt/swh/.local/lib/python3.10/site-packages/swh/storage/api/client.py", line 45, in raise_for_status
super().raise_for_status(response)
File "/opt/swh/.local/lib/python3.10/site-packages/swh/core/api/__init__.py", line 433, in raise_for_status
raise exception from None
swh.core.api.RemoteException: <RemoteException 500 ReadTimeout: ['Error from server: code=1200 [Coordinator node timed out waiting for replica nodes\' responses] message="Operation timed out - received only 1 responses." info={\'consistency\': \'LOCAL_QUORUM\', \'required_responses\': 2, \'received_responses\': 1}']>
SWH vault: retrying...
SWH vault: requested bundle cooking, waiting for completion...
Has anyone else seen this before? Anyone else seeing this? Is it just me? Thank you.
Expected behaviour
Should compile as normal.
Steps to reproduce
contrib/guix/guix-build
Relevant log output
No response
How did you obtain Bitcoin Core
Compiled from source
What version of Bitcoin Core are you using?
commit b432e367427f1f9fe0f0a5800e31e496f00cd38d
Operating system and version
Ubuntu 24.04.1 LTS
Machine specifications
ancient machine, but good Ubuntu.
$ guix --version guix (GNU Guix) 1.4.0 Copyright (C) 2022 the Guix authors