Hi
I tried to close the queens/edge track for octavia, but unfortunately I’m hitting a 500 error from the store:
harmcraft -v close octavia queens/edge
Starting charmcraft version 2.0.0
Logging execution to '/home/alex/snap/charmcraft/common/cache/charmcraft/log/charmcraft-20221005-125834.267301.log'
Issue encountered while processing your request: [500] INTERNAL SERVER ERROR.
Full execution log: '/home/alex/snap/charmcraft/common/cache/charmcraft/log/charmcraft-20221005-125834.267301.log'
alex@alex-x570: victoria-ussuri-tools on victoria-ussuri-tools [$] 🐍 ❯ cat /home/alex/snap/charmcraft/common/cache/charmcraft/log/charmcraft-20221005-125834.267301.log
2022-10-05 12:58:34.267 Starting charmcraft version 2.0.0
2022-10-05 12:58:34.268 Couldn't find config file '/home/alex/Projects/Canonical/git/github.com/openstack-charmers/release-tools/__worktrees/victoria-ussuri-tools/charmcraft.yaml'
2022-10-05 12:58:34.268 System details: OSPlatform(system='ubuntu', release='20.04', machine='x86_64'); Environment: DESKTOP_SESSION='ubuntu', XDG_CURRENT_DESKTOP='ubuntu:GNOME'
2022-10-05 12:58:34.345 Retrieving credentials for 'charmcraft' on 'api.charmhub.io' from keyring 'SecretService Keyring'.
2022-10-05 12:58:34.458 HTTP 'POST' for 'https://api.charmhub.io/v1/charm/octavia/releases' with params None and headers {'Authorization': '<macaroon>', 'User-Agent': 'charmcraft/2.0.0 ubuntu/20.04 (x86_64) python/3.8.10'}
2022-10-05 12:58:36.559 Issue encountered while processing your request: [500] INTERNAL SERVER ERROR.
2022-10-05 12:58:36.561 Traceback (most recent call last):
2022-10-05 12:58:36.561 File "/snap/charmcraft/1033/lib/charmcraft/commands/store/store.py", line 140, in error_decorator
2022-10-05 12:58:36.561 return method(self, *args, **kwargs)
2022-10-05 12:58:36.561 File "/snap/charmcraft/1033/lib/charmcraft/commands/store/store.py", line 322, in release
2022-10-05 12:58:36.561 self._client.request_urlpath_json("POST", endpoint, json=items)
2022-10-05 12:58:36.561 File "/snap/charmcraft/1033/lib/charmcraft/commands/store/client.py", line 91, in request_urlpath_json
2022-10-05 12:58:36.561 response = super().request(method, self.api_base_url + urlpath, *args, **kwargs)
2022-10-05 12:58:36.561 File "/snap/charmcraft/1033/lib/craft_store/base_client.py", line 174, in request
2022-10-05 12:58:36.561 return self.http_client.request(
2022-10-05 12:58:36.561 File "/snap/charmcraft/1033/lib/craft_store/http_client.py", line 166, in request
2022-10-05 12:58:36.561 raise errors.StoreServerError(response)
2022-10-05 12:58:36.561 craft_store.errors.StoreServerError: Issue encountered while processing your request: [500] INTERNAL SERVER ERROR.
2022-10-05 12:58:36.561 Full execution log: '/home/alex/snap/charmcraft/common/cache/charmcraft/log/charmcraft-20221005-125834.267301.log'
What I’d really like to do is remove any releases from queens/edge and then close it, as the octavia charm has never supported ‘queens’.
Not sure if I’m doing anything wrong, or whether it’s a server issue. I shouldn’t have released anything to the queens track, nor created a queens track, for octavia, as it has never supported it.
Sorry for the additional task.
Thanks very much Alex.