Run integration tests #287
Annotations
8 errors and 1 warning
|
|
Command failed: /home/runner/work/_actions/firebolt-db/integration-testing-setup/v2/.venv/bin/python /home/runner/work/_actions/firebolt-db/integration-testing-setup/v2/scripts/stop_all.py
Traceback (most recent call last):
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v2/.venv/lib/python3.10/site-packages/firebolt/client/auth/request_auth_base.py", line 48, in get_new_token_generator
response.raise_for_status()
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v2/.venv/lib/python3.10/site-packages/httpx/_models.py", line 749, in raise_for_status
raise HTTPStatusError(message, request=request, response=self)
httpx.HTTPStatusError: Client error '401 Unauthorized' for url 'https://id.staging.firebolt.io/oauth/token'
For more information check: https://httpstatuses.com/401
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v2/scripts/stop_all.py", line 35, in <module>
rm = ResourceManager(
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v2/.venv/lib/python3.10/site-packages/firebolt/service/manager.py", line 97, in __init__
self._connection = connect(
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v2/.venv/lib/python3.10/site-packages/firebolt/db/connection.py", line 223, in connect
_get_system_engine_url(auth, account_name, api_endpoint)
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v2/.venv/lib/python3.10/site-packages/firebolt/db/util.py", line 78, in _get_system_engine_url
response = client.get(url=url)
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v2/.venv/lib/python3.10/site-packages/httpx/_client.py", line 1041, in get
return self.request(
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v2/.venv/lib/python3.10/site-packages/httpx/_client.py", line 814, in request
return self.send(request, auth=auth, follow_redirects=follow_redirects)
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v2/.venv/lib/python3.10/site-packages/httpx/_client.py", line 901, in send
response = self._send_handling_auth(
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v2/.venv/lib/python3.10/site-packages/httpx/_client.py", line 947, in _send_handling_auth
raise exc
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v2/.venv/lib/python3.10/site-packages/httpx/_client.py", line 936, in _send_handling_auth
next_request = auth_flow.send(response)
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v2/.venv/lib/python3.10/site-packages/httpx/_auth.py", line 79, in sync_auth_flow
request = flow.send(response)
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v2/.venv/lib/python3.10/site-packages/firebolt/client/auth/base.py", line 114, in auth_flow
yield from self.get_new_token_generator()
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v2/.venv/lib/python3.10/site-packages/firebolt/client/auth/request_auth_base.py", line 57, in get_new_token_generator
raise AuthenticationError(repr(e)) from e
firebolt.utils.exception.AuthenticationError: Failed to authenticate: HTTPStatusError("Client error '401 Unauthorized' for url 'https://id.staging.firebolt.io/oauth/token'\nFor more information check: https://httpstatuses.com/401").
|
Traceback (most recent call last):
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v2/.venv/lib/python3.10/site-packages/firebolt/client/auth/request_auth_base.py", line 48, in get_new_token_generator
response.raise_for_status()
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v2/.venv/lib/python3.10/site-packages/httpx/_models.py", line 749, in raise_for_status
raise HTTPStatusError(message, request=request, response=self)
httpx.HTTPStatusError: Client error '401 Unauthorized' for url 'https://id.staging.firebolt.io/oauth/token'
For more information check: https://httpstatuses.com/401
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v2/scripts/start_database.py", line 9, in <module>
rm = ResourceManager(
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v2/.venv/lib/python3.10/site-packages/firebolt/service/manager.py", line 97, in __init__
self._connection = connect(
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v2/.venv/lib/python3.10/site-packages/firebolt/db/connection.py", line 223, in connect
_get_system_engine_url(auth, account_name, api_endpoint)
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v2/.venv/lib/python3.10/site-packages/firebolt/db/util.py", line 78, in _get_system_engine_url
response = client.get(url=url)
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v2/.venv/lib/python3.10/site-packages/httpx/_client.py", line 1041, in get
return self.request(
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v2/.venv/lib/python3.10/site-packages/httpx/_client.py", line 814, in request
return self.send(request, auth=auth, follow_redirects=follow_redirects)
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v2/.venv/lib/python3.10/site-packages/httpx/_client.py", line 901, in send
response = self._send_handling_auth(
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v2/.venv/lib/python3.10/site-packages/httpx/_client.py", line 947, in _send_handling_auth
raise exc
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v2/.venv/lib/python3.10/site-packages/httpx/_client.py", line 936, in _send_handling_auth
next_request = auth_flow.send(response)
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v2/.venv/lib/python3.10/site-packages/httpx/_auth.py", line 79, in sync_auth_flow
request = flow.send(response)
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v2/.venv/lib/python3.10/site-packages/firebolt/client/auth/base.py", line 114, in auth_flow
yield from self.get_new_token_generator()
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/v2/.venv/lib/python3.10/site-packages/firebolt/client/auth/request_auth_base.py", line 57, in get_new_token_generator
raise AuthenticationError(repr(e)) from e
firebolt.utils.exception.AuthenticationError: Failed to authenticate: HTTPStatusError("Client error '401 Unauthorized' for url 'https://id.staging.firebolt.io/oauth/token'\nFor more information check: https://httpstatuses.com/401").
|
|
|
|
|
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The logs for this run have expired and are no longer available.
Loading