Skip to content

Nightly code check #317

Nightly code check

Nightly code check #317

Triggered via schedule May 13, 2023 04:02
Status Failure
Total duration 54m 20s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

nightly.yml

on: schedule
unit-tests  /  unit-tests
38s
unit-tests / unit-tests
code-check  /  check-code
1m 0s
code-check / check-code
Matrix: tests
security-scan  /  security-scan
1m 10s
security-scan / security-scan
Fit to window
Zoom out
Zoom in

Annotations

16 errors and 15 warnings
tests (ubuntu-latest, 3.10)
Traceback (most recent call last): File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.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/master/.venv/lib/python3.10/site-packages/httpx/_models.py", line 736, in raise_for_status raise HTTPStatusError(message, request=request, response=self) httpx.HTTPStatusError: Server error '500 Internal Server Error' for url 'https://api.dev.firebolt.io/core/v1/accounts/15ff9dd6-32a6-417b-b004-6f69d7cc4c8b/engines/0d79371a-8a1f-433b-87fe-f8a46e89c810' For more information check: https://httpstatuses.com/500 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/master/scripts/start_engine.py", line 38, in <module> engine.start() File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.10/site-packages/firebolt/model/engine.py", line 97, in inner return func(self, *args, **kwargs) File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.10/site-packages/firebolt/model/engine.py", line 289, in start engine = engine.get_latest() File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.10/site-packages/firebolt/model/engine.py", line 168, in get_latest return self._service.get(id_=self.engine_id) File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.10/site-packages/firebolt/service/engine.py", line 28, in get response = self.client.get( File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.10/site-packages/httpx/_client.py", line 1039, in get return self.request( File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.10/site-packages/httpx/_client.py", line 815, in request return self.send(request, auth=auth, follow_redirects=follow_redirects) File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.10/site-packages/httpx/_client.py", line 902, in send response = self._send_handling_auth( File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.10/site-packages/httpx/_client.py", line 930, in _send_handling_auth response = self._send_handling_redirects( File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.10/site-packages/firebolt/client/client.py", line 112, in _send_handling_redirects return super()._send_handling_redirects( File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.10/site-packages/httpx/_client.py", line 987, in _send_handling_redirects raise exc File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.10/site-packages/httpx/_client.py", line 970, in _send_handling_redirects hook(response) File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.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: Internal server error
tests (ubuntu-latest, 3.10)
[Foresight Test Kit] Test results couldn't retrieved: The process '/usr/local/bin/node' failed with exit code 1
tests (ubuntu-latest, 3.10)
Command failed: /home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/bin/python /home/runner/work/_actions/firebolt-db/integration-testing-setup/master/scripts/stop_all.py integration_testing_ubuntulatest_310_1683951185 Traceback (most recent call last): File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.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/master/.venv/lib/python3.10/site-packages/httpx/_models.py", line 736, in raise_for_status raise HTTPStatusError(message, request=request, response=self) httpx.HTTPStatusError: Server error '500 Internal Server Error' for url 'https://api.dev.firebolt.io/core/v1/accounts/15ff9dd6-32a6-417b-b004-6f69d7cc4c8b/bindings?page.first=5000&filter.id_engine_id_eq=0d79371a-8a1f-433b-87fe-f8a46e89c810' For more information check: https://httpstatuses.com/500 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/master/scripts/stop_all.py", line 53, in <module> engine_wait_stop(engine) File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.10/site-packages/decorator.py", line 232, in fun return caller(func, *(extras + args), **kw) File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.10/site-packages/retry/api.py", line 73, in retry_decorator return __retry_internal(partial(f, *args, **kwargs), exceptions, tries, delay, max_delay, backoff, jitter, File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.10/site-packages/retry/api.py", line 33, in __retry_internal return f() File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/scripts/stop_all.py", line 18, in engine_wait_stop engine.stop() File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.10/site-packages/firebolt/model/engine.py", line 95, in inner if self.database is None: File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.10/site-packages/firebolt/model/engine.py", line 162, in database return self._service.resource_manager.bindings.get_database_bound_to_engine( File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.10/site-packages/firebolt/service/binding.py", line 72, in get_database_bound_to_engine binding = self.get_many(engine_id=engine.engine_id)[0] File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.10/site-packages/firebolt/service/binding.py", line 56, in get_many response = self.client.get( File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.10/site-packages/httpx/_client.py", line 1039, in get return self.request( File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.10/site-packages/httpx/_client.py", line 815, in request return self.send(request, auth=auth, follow_redirects=follow_redirects) File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.10/site-packages/httpx/_client.py", line 902, in send response = self._send_handling_auth( File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.10/site-packages/httpx/_client.py", line 930, in _send_handling_auth response = self._send_handling_redirects( File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.10/site-packages/firebolt/client/client.py", line 112, in _send_handling_redirects return super()._send_handling_redirects( File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.10/sit
tests (ubuntu-latest, 3.9)
Command failed: /home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/bin/python /home/runner/work/_actions/firebolt-db/integration-testing-setup/master/scripts/stop_all.py integration_testing_ubuntulatest_39_1683951177 Traceback (most recent call last): File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.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/master/.venv/lib/python3.9/site-packages/httpx/_models.py", line 736, in raise_for_status raise HTTPStatusError(message, request=request, response=self) httpx.HTTPStatusError: Server error '500 Internal Server Error' for url 'https://api.dev.firebolt.io/core/v1/accounts/15ff9dd6-32a6-417b-b004-6f69d7cc4c8b/bindings?page.first=5000&filter.id_engine_id_eq=a8e40081-ff01-4f5a-8749-d8a84eb79f7f' For more information check: https://httpstatuses.com/500 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/master/scripts/stop_all.py", line 53, in <module> engine_wait_stop(engine) File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.9/site-packages/decorator.py", line 232, in fun return caller(func, *(extras + args), **kw) File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.9/site-packages/retry/api.py", line 73, in retry_decorator return __retry_internal(partial(f, *args, **kwargs), exceptions, tries, delay, max_delay, backoff, jitter, File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.9/site-packages/retry/api.py", line 33, in __retry_internal return f() File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/scripts/stop_all.py", line 18, in engine_wait_stop engine.stop() File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.9/site-packages/firebolt/model/engine.py", line 95, in inner if self.database is None: File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.9/site-packages/firebolt/model/engine.py", line 162, in database return self._service.resource_manager.bindings.get_database_bound_to_engine( File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.9/site-packages/firebolt/service/binding.py", line 72, in get_database_bound_to_engine binding = self.get_many(engine_id=engine.engine_id)[0] File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.9/site-packages/firebolt/service/binding.py", line 56, in get_many response = self.client.get( File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.9/site-packages/httpx/_client.py", line 1039, in get return self.request( File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.9/site-packages/httpx/_client.py", line 815, in request return self.send(request, auth=auth, follow_redirects=follow_redirects) File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.9/site-packages/httpx/_client.py", line 902, in send response = self._send_handling_auth( File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.9/site-packages/httpx/_client.py", line 930, in _send_handling_auth response = self._send_handling_redirects( File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.9/site-packages/firebolt/client/client.py", line 112, in _send_handling_redirects return super()._send_handling_redirects( File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.9/site-packages/httpx
tests (ubuntu-latest, 3.9)
Traceback (most recent call last): File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.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/master/.venv/lib/python3.9/site-packages/httpx/_models.py", line 736, in raise_for_status raise HTTPStatusError(message, request=request, response=self) httpx.HTTPStatusError: Server error '500 Internal Server Error' for url 'https://api.dev.firebolt.io/core/v1/accounts/15ff9dd6-32a6-417b-b004-6f69d7cc4c8b/engines/a8e40081-ff01-4f5a-8749-d8a84eb79f7f' For more information check: https://httpstatuses.com/500 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/master/scripts/start_engine.py", line 38, in <module> engine.start() File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.9/site-packages/firebolt/model/engine.py", line 97, in inner return func(self, *args, **kwargs) File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.9/site-packages/firebolt/model/engine.py", line 289, in start engine = engine.get_latest() File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.9/site-packages/firebolt/model/engine.py", line 168, in get_latest return self._service.get(id_=self.engine_id) File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.9/site-packages/firebolt/service/engine.py", line 28, in get response = self.client.get( File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.9/site-packages/httpx/_client.py", line 1039, in get return self.request( File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.9/site-packages/httpx/_client.py", line 815, in request return self.send(request, auth=auth, follow_redirects=follow_redirects) File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.9/site-packages/httpx/_client.py", line 902, in send response = self._send_handling_auth( File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.9/site-packages/httpx/_client.py", line 930, in _send_handling_auth response = self._send_handling_redirects( File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.9/site-packages/firebolt/client/client.py", line 112, in _send_handling_redirects return super()._send_handling_redirects( File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.9/site-packages/httpx/_client.py", line 987, in _send_handling_redirects raise exc File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.9/site-packages/httpx/_client.py", line 970, in _send_handling_redirects hook(response) File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.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: Internal server error
tests (ubuntu-latest, 3.9)
[Foresight Test Kit] Test results couldn't retrieved: The process '/usr/local/bin/node' failed with exit code 1
tests (macos-latest, 3.7)
[Foresight Test Kit] Test results couldn't retrieved: The process '/usr/local/bin/node' failed with exit code 1
tests (macos-latest, 3.7)
Command failed: /Users/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/bin/python /Users/runner/work/_actions/firebolt-db/integration-testing-setup/master/scripts/stop_all.py Traceback (most recent call last): File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/master/scripts/stop_all.py", line 42, in <module> raise RuntimeError("database name argument should be provided") RuntimeError: database name argument should be provided
tests (macos-latest, 3.7)
Traceback (most recent call last): File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.7/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/master/.venv/lib/python3.7/site-packages/httpx/_models.py", line 736, in raise_for_status raise HTTPStatusError(message, request=request, response=self) httpx.HTTPStatusError: Server error '500 Internal Server Error' for url 'https://api.dev.firebolt.io/core/v1/accounts/15ff9dd6-32a6-417b-b004-6f69d7cc4c8b/databases' For more information check: https://httpstatuses.com/500 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/master/scripts/start_database.py", line 15, in <module> rm.databases.create(database_name) File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.7/site-packages/firebolt/service/database.py", line 123, in create ).jsonable_dict(by_alias=True), File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.7/site-packages/httpx/_client.py", line 1143, in post extensions=extensions, File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.7/site-packages/httpx/_client.py", line 815, in request return self.send(request, auth=auth, follow_redirects=follow_redirects) File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.7/site-packages/httpx/_client.py", line 906, in send history=[], File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.7/site-packages/httpx/_client.py", line 933, in _send_handling_auth history=history, File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.7/site-packages/firebolt/client/client.py", line 113, in _send_handling_redirects self._merge_auth_request(request), *args, **kwargs File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.7/site-packages/httpx/_client.py", line 987, in _send_handling_redirects raise exc File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.7/site-packages/httpx/_client.py", line 970, in _send_handling_redirects hook(response) File "/Users/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.7/site-packages/firebolt/client/resource_manager_hooks.py", line 75, in raise_on_4xx_5xx raise RuntimeError(error_message) from exc RuntimeError: Internal server error
tests (windows-latest, 3.7)
[Foresight Test Kit] Test results couldn't retrieved: The process 'C:\Program Files\nodejs\node.exe' failed with exit code 1
tests (windows-latest, 3.7)
Process completed with exit code 1.
tests (windows-latest, 3.8)
[Foresight Test Kit] Test results couldn't retrieved: The process 'C:\Program Files\nodejs\node.exe' failed with exit code 1
tests (windows-latest, 3.8)
Event loop is closed
tests (windows-latest, 3.9)
Event loop is closed
tests (windows-latest, 3.9)
[Foresight Test Kit] Test results couldn't retrieved: The process 'C:\Program Files\nodejs\node.exe' failed with exit code 1
tests (windows-latest, 3.10)
[Foresight Test Kit] Test results couldn't retrieved: The process 'C:\Program Files\nodejs\node.exe' failed with exit code 1
unit-tests / unit-tests
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-python@v2, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
code-check / check-code
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-python@v2, pre-commit/action@v2.0.3. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
security-scan / security-scan
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/download-artifact@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
tests (ubuntu-latest, 3.8)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-python@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
tests (ubuntu-latest, 3.7)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-python@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
tests (ubuntu-latest, 3.10)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-python@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
tests (ubuntu-latest, 3.9)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-python@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
tests (macos-latest, 3.7)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-python@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
tests (macos-latest, 3.8)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-python@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
tests (macos-latest, 3.9)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-python@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
tests (macos-latest, 3.10)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-python@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
tests (windows-latest, 3.7)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-python@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
tests (windows-latest, 3.8)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-python@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
tests (windows-latest, 3.9)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-python@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
tests (windows-latest, 3.10)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-python@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.