v1 Nightly code check #934
nightly-v1.yml
on: schedule
unit-tests
/
unit-tests
2m 9s
code-check
/
check-code
1m 15s
Matrix: core
Matrix: tests
security-scan
/
security-scan
59s
Annotations
33 errors, 14 warnings, and 3 notices
|
tests (ubuntu-latest, 3.10)
Command failed: /home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/bin/python /home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/scripts/stop_all.py
Traceback (most recent call last):
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.10/site-packages/firebolt/client/resource_manager_hooks.py", line 57, in raise_on_4xx_5xx
response.raise_for_status()
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.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 '403 Forbidden' for url 'https://api.staging.firebolt.io/iam/v2/account'
For more information check: https://httpstatuses.com/403
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/eb35b7719247c93392cb3a8aa4f554a4c11a770b/scripts/stop_all.py", line 38, in <module>
rm = ResourceManager(Settings(auth=UsernamePassword(
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.10/site-packages/firebolt/service/manager.py", line 59, in __init__
self.account_id = self.client.account_id
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.10/site-packages/firebolt/client/client.py", line 97, in account_id
return self.get(url=ACCOUNT_URL).json()["account"]["id"]
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.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/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.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/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.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/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.10/site-packages/httpx/_client.py", line 929, in _send_handling_auth
response = self._send_handling_redirects(
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.10/site-packages/firebolt/client/client.py", line 102, in _send_handling_redirects
return super()._send_handling_redirects(
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.10/site-packages/httpx/_client.py", line 986, in _send_handling_redirects
raise exc
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.10/site-packages/httpx/_client.py", line 969, in _send_handling_redirects
hook(response)
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.10/site-packages/firebolt/client/resource_manager_hooks.py", line 75, in raise_on_4xx_5xx
raise RuntimeError(error_message) from exc
RuntimeError: You are not allowed to perform this action
|
|
tests (ubuntu-latest, 3.10)
Error: An API error occurred: channel_not_found
|
|
tests (ubuntu-latest, 3.10)
Traceback (most recent call last):
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.10/site-packages/firebolt/client/resource_manager_hooks.py", line 57, in raise_on_4xx_5xx
response.raise_for_status()
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.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 '403 Forbidden' for url 'https://api.staging.firebolt.io/iam/v2/account'
For more information check: https://httpstatuses.com/403
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/eb35b7719247c93392cb3a8aa4f554a4c11a770b/scripts/start_database.py", line 10, in <module>
rm = ResourceManager(Settings(auth=UsernamePassword(
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.10/site-packages/firebolt/service/manager.py", line 59, in __init__
self.account_id = self.client.account_id
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.10/site-packages/firebolt/client/client.py", line 97, in account_id
return self.get(url=ACCOUNT_URL).json()["account"]["id"]
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.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/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.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/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.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/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.10/site-packages/httpx/_client.py", line 929, in _send_handling_auth
response = self._send_handling_redirects(
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.10/site-packages/firebolt/client/client.py", line 102, in _send_handling_redirects
return super()._send_handling_redirects(
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.10/site-packages/httpx/_client.py", line 986, in _send_handling_redirects
raise exc
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.10/site-packages/httpx/_client.py", line 969, in _send_handling_redirects
hook(response)
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.10/site-packages/firebolt/client/resource_manager_hooks.py", line 75, in raise_on_4xx_5xx
raise RuntimeError(error_message) from exc
RuntimeError: You are not allowed to perform this action
|
|
tests (ubuntu-latest, 3.9)
Command failed: /home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/bin/python /home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/scripts/stop_all.py
Traceback (most recent call last):
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.9/site-packages/firebolt/client/resource_manager_hooks.py", line 57, in raise_on_4xx_5xx
response.raise_for_status()
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.9/site-packages/httpx/_models.py", line 749, in raise_for_status
raise HTTPStatusError(message, request=request, response=self)
httpx.HTTPStatusError: Client error '403 Forbidden' for url 'https://api.staging.firebolt.io/iam/v2/account'
For more information check: https://httpstatuses.com/403
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/eb35b7719247c93392cb3a8aa4f554a4c11a770b/scripts/stop_all.py", line 38, in <module>
rm = ResourceManager(Settings(auth=UsernamePassword(
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.9/site-packages/firebolt/service/manager.py", line 59, in __init__
self.account_id = self.client.account_id
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.9/site-packages/firebolt/client/client.py", line 97, in account_id
return self.get(url=ACCOUNT_URL).json()["account"]["id"]
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.9/site-packages/httpx/_client.py", line 1041, in get
return self.request(
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.9/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/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.9/site-packages/httpx/_client.py", line 901, in send
response = self._send_handling_auth(
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.9/site-packages/httpx/_client.py", line 929, in _send_handling_auth
response = self._send_handling_redirects(
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.9/site-packages/firebolt/client/client.py", line 102, in _send_handling_redirects
return super()._send_handling_redirects(
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.9/site-packages/httpx/_client.py", line 986, in _send_handling_redirects
raise exc
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.9/site-packages/httpx/_client.py", line 969, in _send_handling_redirects
hook(response)
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.9/site-packages/firebolt/client/resource_manager_hooks.py", line 75, in raise_on_4xx_5xx
raise RuntimeError(error_message) from exc
RuntimeError: You are not allowed to perform this action
|
|
tests (ubuntu-latest, 3.9)
Error: An API error occurred: channel_not_found
|
|
tests (ubuntu-latest, 3.9)
Traceback (most recent call last):
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.9/site-packages/firebolt/client/resource_manager_hooks.py", line 57, in raise_on_4xx_5xx
response.raise_for_status()
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.9/site-packages/httpx/_models.py", line 749, in raise_for_status
raise HTTPStatusError(message, request=request, response=self)
httpx.HTTPStatusError: Client error '403 Forbidden' for url 'https://api.staging.firebolt.io/iam/v2/account'
For more information check: https://httpstatuses.com/403
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/eb35b7719247c93392cb3a8aa4f554a4c11a770b/scripts/start_database.py", line 10, in <module>
rm = ResourceManager(Settings(auth=UsernamePassword(
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.9/site-packages/firebolt/service/manager.py", line 59, in __init__
self.account_id = self.client.account_id
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.9/site-packages/firebolt/client/client.py", line 97, in account_id
return self.get(url=ACCOUNT_URL).json()["account"]["id"]
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.9/site-packages/httpx/_client.py", line 1041, in get
return self.request(
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.9/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/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.9/site-packages/httpx/_client.py", line 901, in send
response = self._send_handling_auth(
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.9/site-packages/httpx/_client.py", line 929, in _send_handling_auth
response = self._send_handling_redirects(
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.9/site-packages/firebolt/client/client.py", line 102, in _send_handling_redirects
return super()._send_handling_redirects(
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.9/site-packages/httpx/_client.py", line 986, in _send_handling_redirects
raise exc
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.9/site-packages/httpx/_client.py", line 969, in _send_handling_redirects
hook(response)
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.9/site-packages/firebolt/client/resource_manager_hooks.py", line 75, in raise_on_4xx_5xx
raise RuntimeError(error_message) from exc
RuntimeError: You are not allowed to perform this action
|
|
core (ubuntu-latest, 3.10) / run-core-integration-tests
Process completed with exit code 1.
|
|
core (ubuntu-latest, 3.12) / run-core-integration-tests
Process completed with exit code 1.
|
|
core (ubuntu-latest, 3.13) / run-core-integration-tests
Process completed with exit code 1.
|
|
core (ubuntu-latest, 3.11) / run-core-integration-tests
Process completed with exit code 1.
|
|
tests (ubuntu-latest, 3.11)
Command failed: /home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/bin/python /home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/scripts/stop_all.py
Traceback (most recent call last):
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.11/site-packages/firebolt/client/resource_manager_hooks.py", line 57, in raise_on_4xx_5xx
response.raise_for_status()
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.11/site-packages/httpx/_models.py", line 749, in raise_for_status
raise HTTPStatusError(message, request=request, response=self)
httpx.HTTPStatusError: Client error '403 Forbidden' for url 'https://api.staging.firebolt.io/iam/v2/account'
For more information check: https://httpstatuses.com/403
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/eb35b7719247c93392cb3a8aa4f554a4c11a770b/scripts/stop_all.py", line 38, in <module>
rm = ResourceManager(Settings(auth=UsernamePassword(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.11/site-packages/firebolt/service/manager.py", line 59, in __init__
self.account_id = self.client.account_id
^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.11/site-packages/firebolt/client/client.py", line 97, in account_id
return self.get(url=ACCOUNT_URL).json()["account"]["id"]
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.11/site-packages/httpx/_client.py", line 1041, in get
return self.request(
^^^^^^^^^^^^^
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.11/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/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.11/site-packages/httpx/_client.py", line 901, in send
response = self._send_handling_auth(
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.11/site-packages/httpx/_client.py", line 929, in _send_handling_auth
response = self._send_handling_redirects(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.11/site-packages/firebolt/client/client.py", line 102, in _send_handling_redirects
return super()._send_handling_redirects(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.11/site-packages/httpx/_client.py", line 986, in _send_handling_redirects
raise exc
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.11/site-packages/httpx/_client.py", line 969, in _send_handling_redirects
hook(response)
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.11/site-packages/firebolt/client/resource_manager_hooks.py", line 75, in raise_on_4xx_5xx
raise RuntimeError(error_messag
|
|
tests (ubuntu-latest, 3.11)
Error: An API error occurred: channel_not_found
|
|
tests (ubuntu-latest, 3.11)
Traceback (most recent call last):
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.11/site-packages/firebolt/client/resource_manager_hooks.py", line 57, in raise_on_4xx_5xx
response.raise_for_status()
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.11/site-packages/httpx/_models.py", line 749, in raise_for_status
raise HTTPStatusError(message, request=request, response=self)
httpx.HTTPStatusError: Client error '403 Forbidden' for url 'https://api.staging.firebolt.io/iam/v2/account'
For more information check: https://httpstatuses.com/403
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/eb35b7719247c93392cb3a8aa4f554a4c11a770b/scripts/start_database.py", line 10, in <module>
rm = ResourceManager(Settings(auth=UsernamePassword(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.11/site-packages/firebolt/service/manager.py", line 59, in __init__
self.account_id = self.client.account_id
^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.11/site-packages/firebolt/client/client.py", line 97, in account_id
return self.get(url=ACCOUNT_URL).json()["account"]["id"]
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.11/site-packages/httpx/_client.py", line 1041, in get
return self.request(
^^^^^^^^^^^^^
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.11/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/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.11/site-packages/httpx/_client.py", line 901, in send
response = self._send_handling_auth(
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.11/site-packages/httpx/_client.py", line 929, in _send_handling_auth
response = self._send_handling_redirects(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.11/site-packages/firebolt/client/client.py", line 102, in _send_handling_redirects
return super()._send_handling_redirects(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.11/site-packages/httpx/_client.py", line 986, in _send_handling_redirects
raise exc
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.11/site-packages/httpx/_client.py", line 969, in _send_handling_redirects
hook(response)
File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.11/site-packages/firebolt/client/resource_manager_hooks.py", line 75, in raise_on_4xx_5xx
raise RuntimeError(error_message) from exc
RuntimeError: You are not allowed to perform this action
|
|
tests (macos-latest, 3.10)
Command failed: /Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/bin/python /Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/scripts/stop_all.py
Traceback (most recent call last):
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.10/site-packages/firebolt/client/resource_manager_hooks.py", line 57, in raise_on_4xx_5xx
response.raise_for_status()
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.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 '403 Forbidden' for url 'https://api.staging.firebolt.io/iam/v2/account'
For more information check: https://httpstatuses.com/403
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/scripts/stop_all.py", line 38, in <module>
rm = ResourceManager(Settings(auth=UsernamePassword(
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.10/site-packages/firebolt/service/manager.py", line 59, in __init__
self.account_id = self.client.account_id
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.10/site-packages/firebolt/client/client.py", line 97, in account_id
return self.get(url=ACCOUNT_URL).json()["account"]["id"]
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.10/site-packages/httpx/_client.py", line 1041, in get
return self.request(
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.10/site-packages/httpx/_client.py", line 814, in request
return self.send(request, auth=auth, follow_redirects=follow_redirects)
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.10/site-packages/httpx/_client.py", line 901, in send
response = self._send_handling_auth(
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.10/site-packages/httpx/_client.py", line 929, in _send_handling_auth
response = self._send_handling_redirects(
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.10/site-packages/firebolt/client/client.py", line 102, in _send_handling_redirects
return super()._send_handling_redirects(
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.10/site-packages/httpx/_client.py", line 986, in _send_handling_redirects
raise exc
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.10/site-packages/httpx/_client.py", line 969, in _send_handling_redirects
hook(response)
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.10/site-packages/firebolt/client/resource_manager_hooks.py", line 75, in raise_on_4xx_5xx
raise RuntimeError(error_message) from exc
RuntimeError: You are not allowed to perform this action
|
|
tests (macos-latest, 3.10)
Error: An API error occurred: channel_not_found
|
|
tests (macos-latest, 3.10)
Traceback (most recent call last):
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.10/site-packages/firebolt/client/resource_manager_hooks.py", line 57, in raise_on_4xx_5xx
response.raise_for_status()
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.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 '403 Forbidden' for url 'https://api.staging.firebolt.io/iam/v2/account'
For more information check: https://httpstatuses.com/403
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/scripts/start_database.py", line 10, in <module>
rm = ResourceManager(Settings(auth=UsernamePassword(
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.10/site-packages/firebolt/service/manager.py", line 59, in __init__
self.account_id = self.client.account_id
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.10/site-packages/firebolt/client/client.py", line 97, in account_id
return self.get(url=ACCOUNT_URL).json()["account"]["id"]
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.10/site-packages/httpx/_client.py", line 1041, in get
return self.request(
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.10/site-packages/httpx/_client.py", line 814, in request
return self.send(request, auth=auth, follow_redirects=follow_redirects)
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.10/site-packages/httpx/_client.py", line 901, in send
response = self._send_handling_auth(
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.10/site-packages/httpx/_client.py", line 929, in _send_handling_auth
response = self._send_handling_redirects(
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.10/site-packages/firebolt/client/client.py", line 102, in _send_handling_redirects
return super()._send_handling_redirects(
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.10/site-packages/httpx/_client.py", line 986, in _send_handling_redirects
raise exc
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.10/site-packages/httpx/_client.py", line 969, in _send_handling_redirects
hook(response)
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.10/site-packages/firebolt/client/resource_manager_hooks.py", line 75, in raise_on_4xx_5xx
raise RuntimeError(error_message) from exc
RuntimeError: You are not allowed to perform this action
|
|
tests (macos-latest, 3.10)
WARNING: Cache entry deserialization failed, entry ignored
|
|
tests (macos-latest, 3.11)
Command failed: /Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/bin/python /Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/scripts/stop_all.py
Traceback (most recent call last):
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.11/site-packages/firebolt/client/resource_manager_hooks.py", line 57, in raise_on_4xx_5xx
response.raise_for_status()
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.11/site-packages/httpx/_models.py", line 749, in raise_for_status
raise HTTPStatusError(message, request=request, response=self)
httpx.HTTPStatusError: Client error '403 Forbidden' for url 'https://api.staging.firebolt.io/iam/v2/account'
For more information check: https://httpstatuses.com/403
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/scripts/stop_all.py", line 38, in <module>
rm = ResourceManager(Settings(auth=UsernamePassword(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.11/site-packages/firebolt/service/manager.py", line 59, in __init__
self.account_id = self.client.account_id
^^^^^^^^^^^^^^^^^^^^^^
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.11/site-packages/firebolt/client/client.py", line 97, in account_id
return self.get(url=ACCOUNT_URL).json()["account"]["id"]
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.11/site-packages/httpx/_client.py", line 1041, in get
return self.request(
^^^^^^^^^^^^^
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.11/site-packages/httpx/_client.py", line 814, in request
return self.send(request, auth=auth, follow_redirects=follow_redirects)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.11/site-packages/httpx/_client.py", line 901, in send
response = self._send_handling_auth(
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.11/site-packages/httpx/_client.py", line 929, in _send_handling_auth
response = self._send_handling_redirects(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.11/site-packages/firebolt/client/client.py", line 102, in _send_handling_redirects
return super()._send_handling_redirects(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.11/site-packages/httpx/_client.py", line 986, in _send_handling_redirects
raise exc
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.11/site-packages/httpx/_client.py", line 969, in _send_handling_redirects
hook(response)
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.11/site-packages/firebolt/client/resource_manager_hooks.py", line 75, in raise_on_4xx_5xx
raise RuntimeErr
|
|
tests (macos-latest, 3.11)
Error: An API error occurred: channel_not_found
|
|
tests (macos-latest, 3.11)
Traceback (most recent call last):
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.11/site-packages/firebolt/client/resource_manager_hooks.py", line 57, in raise_on_4xx_5xx
response.raise_for_status()
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.11/site-packages/httpx/_models.py", line 749, in raise_for_status
raise HTTPStatusError(message, request=request, response=self)
httpx.HTTPStatusError: Client error '403 Forbidden' for url 'https://api.staging.firebolt.io/iam/v2/account'
For more information check: https://httpstatuses.com/403
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/scripts/start_database.py", line 10, in <module>
rm = ResourceManager(Settings(auth=UsernamePassword(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.11/site-packages/firebolt/service/manager.py", line 59, in __init__
self.account_id = self.client.account_id
^^^^^^^^^^^^^^^^^^^^^^
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.11/site-packages/firebolt/client/client.py", line 97, in account_id
return self.get(url=ACCOUNT_URL).json()["account"]["id"]
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.11/site-packages/httpx/_client.py", line 1041, in get
return self.request(
^^^^^^^^^^^^^
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.11/site-packages/httpx/_client.py", line 814, in request
return self.send(request, auth=auth, follow_redirects=follow_redirects)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.11/site-packages/httpx/_client.py", line 901, in send
response = self._send_handling_auth(
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.11/site-packages/httpx/_client.py", line 929, in _send_handling_auth
response = self._send_handling_redirects(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.11/site-packages/firebolt/client/client.py", line 102, in _send_handling_redirects
return super()._send_handling_redirects(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.11/site-packages/httpx/_client.py", line 986, in _send_handling_redirects
raise exc
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.11/site-packages/httpx/_client.py", line 969, in _send_handling_redirects
hook(response)
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.11/site-packages/firebolt/client/resource_manager_hooks.py", line 75, in raise_on_4xx_5xx
raise RuntimeError(error_message) from exc
RuntimeError: You are not allowed to perform this action
|
|
tests (macos-latest, 3.9)
Command failed: /Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/bin/python /Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/scripts/stop_all.py
Traceback (most recent call last):
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.9/site-packages/firebolt/client/resource_manager_hooks.py", line 57, in raise_on_4xx_5xx
response.raise_for_status()
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.9/site-packages/httpx/_models.py", line 749, in raise_for_status
raise HTTPStatusError(message, request=request, response=self)
httpx.HTTPStatusError: Client error '403 Forbidden' for url 'https://api.staging.firebolt.io/iam/v2/account'
For more information check: https://httpstatuses.com/403
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/scripts/stop_all.py", line 38, in <module>
rm = ResourceManager(Settings(auth=UsernamePassword(
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.9/site-packages/firebolt/service/manager.py", line 59, in __init__
self.account_id = self.client.account_id
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.9/site-packages/firebolt/client/client.py", line 97, in account_id
return self.get(url=ACCOUNT_URL).json()["account"]["id"]
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.9/site-packages/httpx/_client.py", line 1041, in get
return self.request(
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.9/site-packages/httpx/_client.py", line 814, in request
return self.send(request, auth=auth, follow_redirects=follow_redirects)
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.9/site-packages/httpx/_client.py", line 901, in send
response = self._send_handling_auth(
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.9/site-packages/httpx/_client.py", line 929, in _send_handling_auth
response = self._send_handling_redirects(
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.9/site-packages/firebolt/client/client.py", line 102, in _send_handling_redirects
return super()._send_handling_redirects(
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.9/site-packages/httpx/_client.py", line 986, in _send_handling_redirects
raise exc
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.9/site-packages/httpx/_client.py", line 969, in _send_handling_redirects
hook(response)
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.9/site-packages/firebolt/client/resource_manager_hooks.py", line 75, in raise_on_4xx_5xx
raise RuntimeError(error_message) from exc
RuntimeError: You are not allowed to perform this action
|
|
tests (macos-latest, 3.9)
Error: An API error occurred: channel_not_found
|
|
tests (macos-latest, 3.9)
Traceback (most recent call last):
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.9/site-packages/firebolt/client/resource_manager_hooks.py", line 57, in raise_on_4xx_5xx
response.raise_for_status()
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.9/site-packages/httpx/_models.py", line 749, in raise_for_status
raise HTTPStatusError(message, request=request, response=self)
httpx.HTTPStatusError: Client error '403 Forbidden' for url 'https://api.staging.firebolt.io/iam/v2/account'
For more information check: https://httpstatuses.com/403
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/scripts/start_database.py", line 10, in <module>
rm = ResourceManager(Settings(auth=UsernamePassword(
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.9/site-packages/firebolt/service/manager.py", line 59, in __init__
self.account_id = self.client.account_id
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.9/site-packages/firebolt/client/client.py", line 97, in account_id
return self.get(url=ACCOUNT_URL).json()["account"]["id"]
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.9/site-packages/httpx/_client.py", line 1041, in get
return self.request(
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.9/site-packages/httpx/_client.py", line 814, in request
return self.send(request, auth=auth, follow_redirects=follow_redirects)
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.9/site-packages/httpx/_client.py", line 901, in send
response = self._send_handling_auth(
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.9/site-packages/httpx/_client.py", line 929, in _send_handling_auth
response = self._send_handling_redirects(
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.9/site-packages/firebolt/client/client.py", line 102, in _send_handling_redirects
return super()._send_handling_redirects(
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.9/site-packages/httpx/_client.py", line 986, in _send_handling_redirects
raise exc
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.9/site-packages/httpx/_client.py", line 969, in _send_handling_redirects
hook(response)
File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/eb35b7719247c93392cb3a8aa4f554a4c11a770b/.venv/lib/python3.9/site-packages/firebolt/client/resource_manager_hooks.py", line 75, in raise_on_4xx_5xx
raise RuntimeError(error_message) from exc
RuntimeError: You are not allowed to perform this action
|
|
tests (macos-latest, 3.9)
WARNING: Cache entry deserialization failed, entry ignored
|
|
tests (windows-latest, 3.9)
Command failed: D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\Scripts\python D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\scripts\stop_all.py
Traceback (most recent call last):
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\lib\site-packages\firebolt\client\resource_manager_hooks.py", line 57, in raise_on_4xx_5xx
response.raise_for_status()
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\lib\site-packages\httpx\_models.py", line 749, in raise_for_status
raise HTTPStatusError(message, request=request, response=self)
httpx.HTTPStatusError: Client error '403 Forbidden' for url 'https://api.staging.firebolt.io/iam/v2/account'
For more information check: https://httpstatuses.com/403
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\scripts\stop_all.py", line 38, in <module>
rm = ResourceManager(Settings(auth=UsernamePassword(
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\lib\site-packages\firebolt\service\manager.py", line 59, in __init__
self.account_id = self.client.account_id
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\lib\site-packages\firebolt\client\client.py", line 97, in account_id
return self.get(url=ACCOUNT_URL).json()["account"]["id"]
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\lib\site-packages\httpx\_client.py", line 1041, in get
return self.request(
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\lib\site-packages\httpx\_client.py", line 814, in request
return self.send(request, auth=auth, follow_redirects=follow_redirects)
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\lib\site-packages\httpx\_client.py", line 901, in send
response = self._send_handling_auth(
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\lib\site-packages\httpx\_client.py", line 929, in _send_handling_auth
response = self._send_handling_redirects(
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\lib\site-packages\firebolt\client\client.py", line 102, in _send_handling_redirects
return super()._send_handling_redirects(
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\lib\site-packages\httpx\_client.py", line 986, in _send_handling_redirects
raise exc
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\lib\site-packages\httpx\_client.py", line 969, in _send_handling_redirects
hook(response)
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\lib\site-packages\firebolt\client\resource_manager_hooks.py", line 75, in raise_on_4xx_5xx
raise RuntimeError(error_message) from exc
RuntimeError: You are not allowed to perform this action
|
|
tests (windows-latest, 3.9)
Error: An API error occurred: channel_not_found
|
|
tests (windows-latest, 3.9)
Traceback (most recent call last):
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\lib\site-packages\firebolt\client\resource_manager_hooks.py", line 57, in raise_on_4xx_5xx
response.raise_for_status()
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\lib\site-packages\httpx\_models.py", line 749, in raise_for_status
raise HTTPStatusError(message, request=request, response=self)
httpx.HTTPStatusError: Client error '403 Forbidden' for url 'https://api.staging.firebolt.io/iam/v2/account'
For more information check: https://httpstatuses.com/403
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\scripts\start_database.py", line 10, in <module>
rm = ResourceManager(Settings(auth=UsernamePassword(
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\lib\site-packages\firebolt\service\manager.py", line 59, in __init__
self.account_id = self.client.account_id
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\lib\site-packages\firebolt\client\client.py", line 97, in account_id
return self.get(url=ACCOUNT_URL).json()["account"]["id"]
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\lib\site-packages\httpx\_client.py", line 1041, in get
return self.request(
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\lib\site-packages\httpx\_client.py", line 814, in request
return self.send(request, auth=auth, follow_redirects=follow_redirects)
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\lib\site-packages\httpx\_client.py", line 901, in send
response = self._send_handling_auth(
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\lib\site-packages\httpx\_client.py", line 929, in _send_handling_auth
response = self._send_handling_redirects(
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\lib\site-packages\firebolt\client\client.py", line 102, in _send_handling_redirects
return super()._send_handling_redirects(
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\lib\site-packages\httpx\_client.py", line 986, in _send_handling_redirects
raise exc
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\lib\site-packages\httpx\_client.py", line 969, in _send_handling_redirects
hook(response)
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\lib\site-packages\firebolt\client\resource_manager_hooks.py", line 75, in raise_on_4xx_5xx
raise RuntimeError(error_message) from exc
RuntimeError: You are not allowed to perform this action
|
|
tests (windows-latest, 3.10)
Command failed: D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\Scripts\python D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\scripts\stop_all.py
Traceback (most recent call last):
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\lib\site-packages\firebolt\client\resource_manager_hooks.py", line 57, in raise_on_4xx_5xx
response.raise_for_status()
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\lib\site-packages\httpx\_models.py", line 749, in raise_for_status
raise HTTPStatusError(message, request=request, response=self)
httpx.HTTPStatusError: Client error '403 Forbidden' for url 'https://api.staging.firebolt.io/iam/v2/account'
For more information check: https://httpstatuses.com/403
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\scripts\stop_all.py", line 38, in <module>
rm = ResourceManager(Settings(auth=UsernamePassword(
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\lib\site-packages\firebolt\service\manager.py", line 59, in __init__
self.account_id = self.client.account_id
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\lib\site-packages\firebolt\client\client.py", line 97, in account_id
return self.get(url=ACCOUNT_URL).json()["account"]["id"]
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\lib\site-packages\httpx\_client.py", line 1041, in get
return self.request(
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\lib\site-packages\httpx\_client.py", line 814, in request
return self.send(request, auth=auth, follow_redirects=follow_redirects)
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\lib\site-packages\httpx\_client.py", line 901, in send
response = self._send_handling_auth(
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\lib\site-packages\httpx\_client.py", line 929, in _send_handling_auth
response = self._send_handling_redirects(
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\lib\site-packages\firebolt\client\client.py", line 102, in _send_handling_redirects
return super()._send_handling_redirects(
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\lib\site-packages\httpx\_client.py", line 986, in _send_handling_redirects
raise exc
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\lib\site-packages\httpx\_client.py", line 969, in _send_handling_redirects
hook(response)
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\lib\site-packages\firebolt\client\resource_manager_hooks.py", line 75, in raise_on_4xx_5xx
raise RuntimeError(error_message) from exc
RuntimeError: You are not allowed to perform this action
|
|
tests (windows-latest, 3.10)
Error: An API error occurred: channel_not_found
|
|
tests (windows-latest, 3.10)
Traceback (most recent call last):
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\lib\site-packages\firebolt\client\resource_manager_hooks.py", line 57, in raise_on_4xx_5xx
response.raise_for_status()
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\lib\site-packages\httpx\_models.py", line 749, in raise_for_status
raise HTTPStatusError(message, request=request, response=self)
httpx.HTTPStatusError: Client error '403 Forbidden' for url 'https://api.staging.firebolt.io/iam/v2/account'
For more information check: https://httpstatuses.com/403
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\scripts\start_database.py", line 10, in <module>
rm = ResourceManager(Settings(auth=UsernamePassword(
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\lib\site-packages\firebolt\service\manager.py", line 59, in __init__
self.account_id = self.client.account_id
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\lib\site-packages\firebolt\client\client.py", line 97, in account_id
return self.get(url=ACCOUNT_URL).json()["account"]["id"]
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\lib\site-packages\httpx\_client.py", line 1041, in get
return self.request(
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\lib\site-packages\httpx\_client.py", line 814, in request
return self.send(request, auth=auth, follow_redirects=follow_redirects)
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\lib\site-packages\httpx\_client.py", line 901, in send
response = self._send_handling_auth(
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\lib\site-packages\httpx\_client.py", line 929, in _send_handling_auth
response = self._send_handling_redirects(
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\lib\site-packages\firebolt\client\client.py", line 102, in _send_handling_redirects
return super()._send_handling_redirects(
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\lib\site-packages\httpx\_client.py", line 986, in _send_handling_redirects
raise exc
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\lib\site-packages\httpx\_client.py", line 969, in _send_handling_redirects
hook(response)
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\lib\site-packages\firebolt\client\resource_manager_hooks.py", line 75, in raise_on_4xx_5xx
raise RuntimeError(error_message) from exc
RuntimeError: You are not allowed to perform this action
|
|
tests (windows-latest, 3.11)
Command failed: D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\Scripts\python D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\scripts\stop_all.py
Traceback (most recent call last):
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\Lib\site-packages\firebolt\client\resource_manager_hooks.py", line 57, in raise_on_4xx_5xx
response.raise_for_status()
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\Lib\site-packages\httpx\_models.py", line 749, in raise_for_status
raise HTTPStatusError(message, request=request, response=self)
httpx.HTTPStatusError: Client error '403 Forbidden' for url 'https://api.staging.firebolt.io/iam/v2/account'
For more information check: https://httpstatuses.com/403
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\scripts\stop_all.py", line 38, in <module>
rm = ResourceManager(Settings(auth=UsernamePassword(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\Lib\site-packages\firebolt\service\manager.py", line 59, in __init__
self.account_id = self.client.account_id
^^^^^^^^^^^^^^^^^^^^^^
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\Lib\site-packages\firebolt\client\client.py", line 97, in account_id
return self.get(url=ACCOUNT_URL).json()["account"]["id"]
^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\Lib\site-packages\httpx\_client.py", line 1041, in get
return self.request(
^^^^^^^^^^^^^
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\Lib\site-packages\httpx\_client.py", line 814, in request
return self.send(request, auth=auth, follow_redirects=follow_redirects)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\Lib\site-packages\httpx\_client.py", line 901, in send
response = self._send_handling_auth(
^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\Lib\site-packages\httpx\_client.py", line 929, in _send_handling_auth
response = self._send_handling_redirects(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\Lib\site-packages\firebolt\client\client.py", line 102, in _send_handling_redirects
return super()._send_handling_redirects(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\Lib\site-packages\httpx\_client.py", line 986, in _send_handling_redirects
raise exc
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\Lib\site-packages\httpx\_client.py", line 969, in _send_handling_redirects
hook(response)
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\Lib\site-packages\firebolt\client\resource_manager_hooks.py", line 75, in raise_on_4xx_5xx
raise RuntimeError(error_message) from exc
RuntimeError: You are not allowed to perform this action
|
|
tests (windows-latest, 3.11)
Error: An API error occurred: channel_not_found
|
|
tests (windows-latest, 3.11)
Traceback (most recent call last):
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\Lib\site-packages\firebolt\client\resource_manager_hooks.py", line 57, in raise_on_4xx_5xx
response.raise_for_status()
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\Lib\site-packages\httpx\_models.py", line 749, in raise_for_status
raise HTTPStatusError(message, request=request, response=self)
httpx.HTTPStatusError: Client error '403 Forbidden' for url 'https://api.staging.firebolt.io/iam/v2/account'
For more information check: https://httpstatuses.com/403
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\scripts\start_database.py", line 10, in <module>
rm = ResourceManager(Settings(auth=UsernamePassword(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\Lib\site-packages\firebolt\service\manager.py", line 59, in __init__
self.account_id = self.client.account_id
^^^^^^^^^^^^^^^^^^^^^^
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\Lib\site-packages\firebolt\client\client.py", line 97, in account_id
return self.get(url=ACCOUNT_URL).json()["account"]["id"]
^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\Lib\site-packages\httpx\_client.py", line 1041, in get
return self.request(
^^^^^^^^^^^^^
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\Lib\site-packages\httpx\_client.py", line 814, in request
return self.send(request, auth=auth, follow_redirects=follow_redirects)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\Lib\site-packages\httpx\_client.py", line 901, in send
response = self._send_handling_auth(
^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\Lib\site-packages\httpx\_client.py", line 929, in _send_handling_auth
response = self._send_handling_redirects(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\Lib\site-packages\firebolt\client\client.py", line 102, in _send_handling_redirects
return super()._send_handling_redirects(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\Lib\site-packages\httpx\_client.py", line 986, in _send_handling_redirects
raise exc
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\Lib\site-packages\httpx\_client.py", line 969, in _send_handling_redirects
hook(response)
File "D:\a\_actions\firebolt-db\integration-testing-setup\eb35b7719247c93392cb3a8aa4f554a4c11a770b\.venv\Lib\site-packages\firebolt\client\resource_manager_hooks.py", line 75, in raise_on_4xx_5xx
raise RuntimeError(error_message) from exc
RuntimeError: You are not allowed to perform this action
|
|
tests (ubuntu-latest, 3.10)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: firebolt-db/integration-testing-setup@eb35b7719247c93392cb3a8aa4f554a4c11a770b, slackapi/slack-github-action@v1.23.0. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
tests (ubuntu-latest, 3.9)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: firebolt-db/integration-testing-setup@eb35b7719247c93392cb3a8aa4f554a4c11a770b, slackapi/slack-github-action@v1.23.0. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
core (ubuntu-latest, 3.10) / run-core-integration-tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/login-action@v3. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
core (ubuntu-latest, 3.12) / run-core-integration-tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/login-action@v3. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
core (ubuntu-latest, 3.13) / run-core-integration-tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/login-action@v3. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
core (ubuntu-latest, 3.11) / run-core-integration-tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/login-action@v3. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
tests (ubuntu-latest, 3.11)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: firebolt-db/integration-testing-setup@eb35b7719247c93392cb3a8aa4f554a4c11a770b, slackapi/slack-github-action@v1.23.0. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
security-scan / security-scan
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: SonarSource/sonarqube-scan-action@a31c9398be7ace6bbfaf30c0bd5d415f843d45e9. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
tests (macos-latest, 3.10)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: firebolt-db/integration-testing-setup@eb35b7719247c93392cb3a8aa4f554a4c11a770b, slackapi/slack-github-action@v1.23.0. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
tests (macos-latest, 3.11)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: firebolt-db/integration-testing-setup@eb35b7719247c93392cb3a8aa4f554a4c11a770b, slackapi/slack-github-action@v1.23.0. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
tests (macos-latest, 3.9)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: firebolt-db/integration-testing-setup@eb35b7719247c93392cb3a8aa4f554a4c11a770b, slackapi/slack-github-action@v1.23.0. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
tests (windows-latest, 3.9)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: firebolt-db/integration-testing-setup@eb35b7719247c93392cb3a8aa4f554a4c11a770b, slackapi/slack-github-action@v1.23.0. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
tests (windows-latest, 3.10)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: firebolt-db/integration-testing-setup@eb35b7719247c93392cb3a8aa4f554a4c11a770b, slackapi/slack-github-action@v1.23.0. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
tests (windows-latest, 3.11)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: firebolt-db/integration-testing-setup@eb35b7719247c93392cb3a8aa4f554a4c11a770b, slackapi/slack-github-action@v1.23.0. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
tests (windows-latest, 3.9)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
tests (windows-latest, 3.10)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
tests (windows-latest, 3.11)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
pytest-coverage-report
|
9.57 KB |
sha256:1658764bcfd4e95a0b44011f625eb46020c648ba6dd9146c54f34bb7ae38fe20
|
|