v1 Nightly code check #948
nightly-v1.yml
on: schedule
unit-tests
/
unit-tests
2m 18s
code-check
/
check-code
1m 10s
Matrix: core
Matrix: tests
security-scan
/
security-scan
58s
Annotations
32 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.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.
|
|
core (ubuntu-latest, 3.11) / run-core-integration-tests
Process completed with exit code 1.
|
|
core (ubuntu-latest, 3.10) / 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.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.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.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 (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 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: firebolt-db/integration-testing-setup@eb35b7719247c93392cb3a8aa4f554a4c11a770b, slackapi/slack-github-action@v1.23.0. 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 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: firebolt-db/integration-testing-setup@eb35b7719247c93392cb3a8aa4f554a4c11a770b, slackapi/slack-github-action@v1.23.0. 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 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, docker/login-action@v3. 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 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, docker/login-action@v3. 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 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, docker/login-action@v3. 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 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, docker/login-action@v3. 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 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: firebolt-db/integration-testing-setup@eb35b7719247c93392cb3a8aa4f554a4c11a770b, slackapi/slack-github-action@v1.23.0. 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 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: SonarSource/sonarqube-scan-action@a31c9398be7ace6bbfaf30c0bd5d415f843d45e9. 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 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: firebolt-db/integration-testing-setup@eb35b7719247c93392cb3a8aa4f554a4c11a770b, slackapi/slack-github-action@v1.23.0. 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 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: firebolt-db/integration-testing-setup@eb35b7719247c93392cb3a8aa4f554a4c11a770b, slackapi/slack-github-action@v1.23.0. 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 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: firebolt-db/integration-testing-setup@eb35b7719247c93392cb3a8aa4f554a4c11a770b, slackapi/slack-github-action@v1.23.0. 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 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: firebolt-db/integration-testing-setup@eb35b7719247c93392cb3a8aa4f554a4c11a770b, slackapi/slack-github-action@v1.23.0. 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 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: firebolt-db/integration-testing-setup@eb35b7719247c93392cb3a8aa4f554a4c11a770b, slackapi/slack-github-action@v1.23.0. 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 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: firebolt-db/integration-testing-setup@eb35b7719247c93392cb3a8aa4f554a4c11a770b, slackapi/slack-github-action@v1.23.0. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
tests (macos-latest, 3.9)
The macos-latest label will migrate to macOS 26 beginning June 15, 2026. For more information see https://github.com/actions/runner-images/issues/14167
|
|
tests (macos-latest, 3.10)
The macos-latest label will migrate to macOS 26 beginning June 15, 2026. For more information see https://github.com/actions/runner-images/issues/14167
|
|
tests (macos-latest, 3.11)
The macos-latest label will migrate to macOS 26 beginning June 15, 2026. For more information see https://github.com/actions/runner-images/issues/14167
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
pytest-coverage-report
|
9.57 KB |
sha256:b4ed2ec7192901cfa90648c3407214f219dbd53fda4cca12dbb898e62c8595ea
|
|