Skip to content

Nightly code check #343

Nightly code check

Nightly code check #343

Triggered via schedule June 8, 2023 04:03
Status Failure
Total duration 50m 10s
Artifacts

nightly.yml

on: schedule
unit-tests  /  unit-tests
41s
unit-tests / unit-tests
code-check  /  check-code
43s
code-check / check-code
Matrix: tests
security-scan  /  security-scan
1m 32s
security-scan / security-scan
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 15 warnings
tests (ubuntu-latest, 3.7)
Traceback (most recent call last): File "/home/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 "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.7/site-packages/httpx/_models.py", line 749, in raise_for_status raise HTTPStatusError(message, request=request, response=self) httpx.HTTPStatusError: Server error '503 Service Unavailable' for url 'https://api.dev.firebolt.io/core/v1/accounts/15ff9dd6-32a6-417b-b004-6f69d7cc4c8b/engines/a60b23e8-6996-4584-96e9-ef67d887afe3' For more information check: https://httpstatuses.com/503 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.7/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.7/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.7/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.7/site-packages/firebolt/service/engine.py", line 29, in get url=ACCOUNT_ENGINE_URL.format(account_id=self.account_id, engine_id=id_), File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.7/site-packages/httpx/_client.py", line 1050, in get extensions=extensions, File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.7/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/master/.venv/lib/python3.7/site-packages/httpx/_client.py", line 905, in send history=[], File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.7/site-packages/httpx/_client.py", line 932, in _send_handling_auth history=history, File "/home/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 "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.7/site-packages/httpx/_client.py", line 986, in _send_handling_redirects raise exc File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.7/site-packages/httpx/_client.py", line 969, in _send_handling_redirects hook(response) File "/home/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: unable to load data from the storage: storage error: failed to load roles: storage error: failed to get latest roles from Pensieve: rpc error: code = Unavailable desc = unexpected HTTP status code received from server: 502 (Bad Gateway)
tests (ubuntu-latest, 3.7)
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_37_1686197052 Traceback (most recent call last): File "/home/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 "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.7/site-packages/httpx/_models.py", line 749, in raise_for_status raise HTTPStatusError(message, request=request, response=self) httpx.HTTPStatusError: Client error '400 Bad Request' for url 'https://api.dev.firebolt.io/core/v1/accounts/15ff9dd6-32a6-417b-b004-6f69d7cc4c8b/engines/a60b23e8-6996-4584-96e9-ef67d887afe3:stop' For more information check: https://httpstatuses.com/400 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.7/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.7/site-packages/retry/api.py", line 74, in retry_decorator logger) File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.7/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.7/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.7/site-packages/firebolt/model/engine.py", line 305, in stop engine = self._send_engine_request(ACCOUNT_ENGINE_STOP_URL) File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.7/site-packages/firebolt/model/engine.py", line 478, in _send_engine_request account_id=self._service.account_id, engine_id=self.engine_id File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.7/site-packages/httpx/_client.py", line 1145, in post extensions=extensions, File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.7/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/master/.venv/lib/python3.7/site-packages/httpx/_client.py", line 905, in send history=[], File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.7/site-packages/httpx/_client.py", line 932, in _send_handling_auth history=history, File "/home/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 "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.7/site-packages/httpx/_client.py", line 986, in _send_handling_redirects raise exc File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.7/site-packages/httpx/_client.py", line 969, in _send_handling_redirects hook(response) File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.7/site-packages/firebolt/client/resourc
tests (ubuntu-latest, 3.8)
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_38_1686197049 Traceback (most recent call last): File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.8/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.8/site-packages/httpx/_models.py", line 749, in raise_for_status raise HTTPStatusError(message, request=request, response=self) httpx.HTTPStatusError: Client error '400 Bad Request' for url 'https://api.dev.firebolt.io/core/v1/accounts/15ff9dd6-32a6-417b-b004-6f69d7cc4c8b/engines/4ec6d1b9-8e22-4706-a8d5-0d257b5661e7:stop' For more information check: https://httpstatuses.com/400 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.8/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.8/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.8/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.8/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.8/site-packages/firebolt/model/engine.py", line 305, in stop engine = self._send_engine_request(ACCOUNT_ENGINE_STOP_URL) File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.8/site-packages/firebolt/model/engine.py", line 476, in _send_engine_request response = self._service.client.post( File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.8/site-packages/httpx/_client.py", line 1132, in post return self.request( File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.8/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/master/.venv/lib/python3.8/site-packages/httpx/_client.py", line 901, in send response = self._send_handling_auth( File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.8/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/master/.venv/lib/python3.8/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.8/site-packages/httpx/_client.py", line 986, in _send_handling_redirects raise exc File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.8/site-packages/httpx/_client.py", line 969, in _send_handling_redirects hook(response) File "/home/runner/wor
tests (ubuntu-latest, 3.8)
Traceback (most recent call last): File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.8/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.8/site-packages/httpx/_models.py", line 749, in raise_for_status raise HTTPStatusError(message, request=request, response=self) httpx.HTTPStatusError: Server error '503 Service Unavailable' for url 'https://api.dev.firebolt.io/core/v1/accounts/15ff9dd6-32a6-417b-b004-6f69d7cc4c8b/engines/4ec6d1b9-8e22-4706-a8d5-0d257b5661e7' For more information check: https://httpstatuses.com/503 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.8/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.8/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.8/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.8/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.8/site-packages/httpx/_client.py", line 1041, in get return self.request( File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.8/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/master/.venv/lib/python3.8/site-packages/httpx/_client.py", line 901, in send response = self._send_handling_auth( File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.8/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/master/.venv/lib/python3.8/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.8/site-packages/httpx/_client.py", line 986, in _send_handling_redirects raise exc File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.8/site-packages/httpx/_client.py", line 969, in _send_handling_redirects hook(response) File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.8/site-packages/firebolt/client/resource_manager_hooks.py", line 75, in raise_on_4xx_5xx raise RuntimeError(error_message) from exc RuntimeError: unable to load data from the storage: storage error: failed to load roles: storage error: failed to get latest roles from Pensieve: rpc error: code = Unavailable desc = unexpected HTTP status code received from server: 502 (Bad Gateway)
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 749, in raise_for_status raise HTTPStatusError(message, request=request, response=self) httpx.HTTPStatusError: Server error '503 Service Unavailable' for url 'https://api.dev.firebolt.io/core/v1/accounts/15ff9dd6-32a6-417b-b004-6f69d7cc4c8b/databases:getIdByName?database_name=integration_testing_ubuntulatest_310_1686197110' For more information check: https://httpstatuses.com/503 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 29, in <module> database = rm.databases.get_by_name(database_name) File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.10/site-packages/firebolt/service/database.py", line 32, in get_by_name database_id = self.get_id_by_name(name=name) File "/home/runner/work/_actions/firebolt-db/integration-testing-setup/master/.venv/lib/python3.10/site-packages/firebolt/service/database.py", line 38, in get_id_by_name 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 1041, 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 814, 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 901, 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 929, 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 986, 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 969, 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: unable to load data from the storage: storage error: failed to load roles: storage error: failed to get latest roles from Pensieve: rpc error: code = Unavailable desc = unexpected HTTP status code received from server: 504 (Gateway Timeout)
tests (windows-latest, 3.7)
Command failed: D:\a\_actions\firebolt-db\integration-testing-setup\master\.venv\Scripts\python D:\a\_actions\firebolt-db\integration-testing-setup\master\scripts\stop_all.py integration_testing_windowslatest_37_1686198350 Traceback (most recent call last): File "D:\a\_actions\firebolt-db\integration-testing-setup\master\.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\master\.venv\lib\site-packages\httpx\_models.py", line 749, in raise_for_status raise HTTPStatusError(message, request=request, response=self) httpx.HTTPStatusError: Server error '503 Service Unavailable' for url 'https://api.dev.firebolt.io/core/v1/accounts/15ff9dd6-32a6-417b-b004-6f69d7cc4c8b/engines/cb12be9d-c619-4909-aa4a-8b67c7bca69c:stop' For more information check: https://httpstatuses.com/503 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\master\scripts\stop_all.py", line 53, in <module> engine_wait_stop(engine) File "D:\a\_actions\firebolt-db\integration-testing-setup\master\.venv\lib\site-packages\decorator.py", line 232, in fun return caller(func, *(extras + args), **kw) File "D:\a\_actions\firebolt-db\integration-testing-setup\master\.venv\lib\site-packages\retry\api.py", line 74, in retry_decorator logger) File "D:\a\_actions\firebolt-db\integration-testing-setup\master\.venv\lib\site-packages\retry\api.py", line 33, in __retry_internal return f() File "D:\a\_actions\firebolt-db\integration-testing-setup\master\scripts\stop_all.py", line 18, in engine_wait_stop engine.stop() File "D:\a\_actions\firebolt-db\integration-testing-setup\master\.venv\lib\site-packages\firebolt\model\engine.py", line 97, in inner return func(self, *args, **kwargs) File "D:\a\_actions\firebolt-db\integration-testing-setup\master\.venv\lib\site-packages\firebolt\model\engine.py", line 305, in stop engine = self._send_engine_request(ACCOUNT_ENGINE_STOP_URL) File "D:\a\_actions\firebolt-db\integration-testing-setup\master\.venv\lib\site-packages\firebolt\model\engine.py", line 478, in _send_engine_request account_id=self._service.account_id, engine_id=self.engine_id File "D:\a\_actions\firebolt-db\integration-testing-setup\master\.venv\lib\site-packages\httpx\_client.py", line 1145, in post extensions=extensions, File "D:\a\_actions\firebolt-db\integration-testing-setup\master\.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\master\.venv\lib\site-packages\httpx\_client.py", line 905, in send history=[], File "D:\a\_actions\firebolt-db\integration-testing-setup\master\.venv\lib\site-packages\httpx\_client.py", line 932, in _send_handling_auth history=history, File "D:\a\_actions\firebolt-db\integration-testing-setup\master\.venv\lib\site-packages\firebolt\client\client.py", line 113, in _send_handling_redirects self._merge_auth_request(request), *args, **kwargs File "D:\a\_actions\firebolt-db\integration-testing-setup\master\.venv\lib\site-packages\httpx\_client.py", line 986, in _send_handling_redirects raise exc File "D:\a\_actions\firebolt-db\integration-testing-setup\master\.venv\lib\site-packages\httpx\_client.py", line 969, in _send_handling_redirects hook(response) File "D:\a\_actions\firebolt-db\integration-testing-setup\master\.venv\lib\site-packages\firebolt\client\resource_manager_hooks.py", line 75, in raise_on_4xx_5xx raise RuntimeError(error_message) from exc RuntimeError: unable to load data from the storage: storage error: failed to load roles: storage error: failed to get latest roles from Pensieve: rpc error: code = Unavailable desc = unexpected HTTP status code received from server: 504 (Gateway Timeout)
tests (windows-latest, 3.8)
Event loop is closed
tests (windows-latest, 3.9)
Event loop is closed
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/.
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.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.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/.
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.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/.