Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Paste
P54583
(An Untitled Masterwork)
Active
Public
Actions
Authored by
taavi
on Jan 9 2024, 10:54 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Tags
None
Referenced Files
F41661988: raw-paste-data.txt
Jan 9 2024, 10:54 PM
2024-01-09 22:54:31 (UTC+0)
Subscribers
None
tools.gitlab-account-approval@tools-sgebastion-11:~$ toolforge-build -v --debug start https://gitlab.wikimedia.org/toolforge-repos/gitlab-account-approval
DEBUG:toolforge_weld.config:Unable to find config file /etc/toolforge/builds.yaml, skipping
DEBUG:toolforge_weld.config:Updating config from /etc/toolforge/common.yaml
DEBUG:toolforge_weld.config:Unable to find config file /data/project/gitlab-account-approval/.toolforge.yaml, skipping
DEBUG:toolforge_weld.config:Unable to find config file /data/project/gitlab-account-approval/.config/toolforge.yaml, skipping
DEBUG:toolforge_weld.config:Unable to find config file $XDG_CONFIG_HOME/toolforge.yaml, skipping
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.svc.tools.eqiad1.wikimedia.cloud:30003
DEBUG:urllib3.connectionpool:https://api.svc.tools.eqiad1.wikimedia.cloud:30003 "POST /builds/v1/build HTTP/1.1" 503 146
BuildClientError: The build service seems to be down – please retry in a few minutes.
ERROR:toolforge_builds_cli.cli:The build service seems to be down – please retry in a few minutes.
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/toolforge_weld/api_client.py", line 117, in _make_request
response.raise_for_status()
File "/usr/lib/python3/dist-packages/requests/models.py", line 940, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 503 Server Error: Service Unavailable for url: https://api.svc.tools.eqiad1.wikimedia.cloud:30003/builds/v1/build
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/toolforge_builds_cli/cli.py", line 501, in main
toolforge_build()
File "/usr/lib/python3/dist-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "/usr/lib/python3/dist-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/usr/lib/python3/dist-packages/click/core.py", line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/usr/lib/python3/dist-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/lib/python3/dist-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/usr/lib/python3/dist-packages/click/decorators.py", line 17, in new_func
return f(get_current_context(), *args, **kwargs)
File "/usr/lib/python3/dist-packages/toolforge_builds_cli/cli.py", line 216, in build_start
new_build = build_client.post("/build", json=data)
File "/usr/lib/python3/dist-packages/toolforge_weld/api_client.py", line 150, in post
return self._make_request("POST", url, **kwargs).json()
File "/usr/lib/python3/dist-packages/toolforge_weld/api_client.py", line 127, in _make_request
raise self.connect_exception_handler(e) from e
toolforge_builds_cli.build.BuildClientError: The build service seems to be down – please retry in a few minutes.
ERROR:toolforge_weld.errors:Some additional context for the issue follows:
ERROR:toolforge_weld.errors: body = ""
Event Timeline
taavi
created this paste.
Jan 9 2024, 10:54 PM
2024-01-09 22:54:31 (UTC+0)
taavi
mentioned this in
T354727: builds-cli loses body text from 503 errors
.
Jan 10 2024, 9:31 AM
2024-01-10 09:31:48 (UTC+0)
Log In to Comment