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:
0Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
1SWH: found revision 53396a22afc04536ddf75d8f82ad2eafa5082725 with directory at 'https://archive.softwareheritage.org/api/1/directory/d6d830512c16e46521fab9a956c1842ab2fcdea9/'
2SWH vault: failure: Internal Server Error. This incident will be reported.
3The full error was:
4
5Traceback (most recent call last):
6 File "/opt/swh/.local/lib/python3.10/site-packages/swh/vault/cookers/base.py", line 135, in cook
7 self.prepare_bundle()
8 File "/opt/swh/.local/lib/python3.10/site-packages/swh/vault/cookers/git_bare.py", line 168, in prepare_bundle
9 self.load_objects()
10 File "/opt/swh/.local/lib/python3.10/site-packages/swh/vault/cookers/git_bare.py", line 413, in load_objects
11 self.load_revisions(revision_ids)
12 File "/opt/swh/.local/lib/python3.10/site-packages/swh/vault/cookers/git_bare.py", line 586, in load_revisions
13 ret: List[Optional[Revision]] = self.storage.revision_get(obj_ids)
14 File "/opt/swh/.local/lib/python3.10/site-packages/tenacity/__init__.py", line 336, in wrapped_f
15 return copy(f, *args, **kw)
16 File "/opt/swh/.local/lib/python3.10/site-packages/tenacity/__init__.py", line 475, in __call__
17 do = self.iter(retry_state=retry_state)
18 File "/opt/swh/.local/lib/python3.10/site-packages/tenacity/__init__.py", line 376, in iter
19 result = action(retry_state)
20 File "/opt/swh/.local/lib/python3.10/site-packages/tenacity/__init__.py", line 418, in exc_check
21 raise retry_exc.reraise()
22 File "/opt/swh/.local/lib/python3.10/site-packages/tenacity/__init__.py", line 185, in reraise
23 raise self.last_attempt.result()
24 File "/usr/local/lib/python3.10/concurrent/futures/_base.py", line 451, in result
25 return self.__get_result()
26 File "/usr/local/lib/python3.10/concurrent/futures/_base.py", line 403, in __get_result
27 raise self._exception
28 File "/opt/swh/.local/lib/python3.10/site-packages/tenacity/__init__.py", line 478, in __call__
29 result = fn(*args, **kwargs)
30 File "/opt/swh/.local/lib/python3.10/site-packages/swh/storage/proxies/retry.py", line 81, in newf
31 return getattr(storage, attribute_name)(*args, **kwargs)
32 File "/opt/swh/.local/lib/python3.10/site-packages/swh/core/api/__init__.py", line 196, in meth_
33 return self._post(meth._endpoint_path, post_data)
34 File "/opt/swh/.local/lib/python3.10/site-packages/swh/core/api/__init__.py", line 356, in _post
35 return self._decode_response(response)
36 File "/opt/swh/.local/lib/python3.10/site-packages/swh/core/api/__init__.py", line 443, in _decode_response
37 self.raise_for_status(response)
38 File "/opt/swh/.local/lib/python3.10/site-packages/swh/storage/api/client.py", line 45, in raise_for_status
39 super().raise_for_status(response)
40 File "/opt/swh/.local/lib/python3.10/site-packages/swh/core/api/__init__.py", line 433, in raise_for_status
41 raise exception from None
42swh.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}']>
43
44SWH vault: retrying...
45SWH 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