Skip to content

Translations update #578

Translations update

Translations update #578

Triggered via pull request May 25, 2024 19:06
@weblateweblate
synchronize #386
weblate
Status Failure
Total duration 7m 22s
Artifacts 4

ci.yml

on: pull_request
Matrix: test
publish-images
0s
publish-images
publish-release
0s
publish-release
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 8 warnings
test (sqlite)
compose up failed {"exitCode":1,"err":"Creating network \"tests_integration_default\" with the default driver\nCreating tests_integration_spoolman_1 ... \r\nCreating tests_integration_spoolman_1 ... done\r\nCreating tests_integration_tester_1 ... \r\nCreating tests_integration_tester_1 ... done\r\nStopping tests_integration_spoolman_1 ... \r\nStopping tests_integration_spoolman_1 ... done\r\n1\n","out":"Attaching to tests_integration_spoolman_1, tests_integration_tester_1\n\u001b[33mtester_1 |\u001b[0m ============================= test session starts ==============================\n\u001b[33mtester_1 |\u001b[0m platform linux -- Python 3.11.9, pytest-7.3.1, pluggy-1.5.0\n\u001b[33mtester_1 |\u001b[0m rootdir: /tester\n\u001b[33mtester_1 |\u001b[0m plugins: asyncio-0.21.0, anyio-4.3.0\n\u001b[33mtester_1 |\u001b[0m asyncio: mode=Mode.STRICT\n\u001b[33mtester_1 |\u001b[0m collected 220 items\n\u001b[33mtester_1 |\u001b[0m \n\u001b[36mspoolman_1 |\u001b[0m usermod: no changes\n\u001b[36mspoolman_1 |\u001b[0m User UID: 1000\n\u001b[36mspoolman_1 |\u001b[0m User GID: 1000\n\u001b[36mspoolman_1 |\u001b[0m Starting uvicorn...\n\u001b[33mtester_1 |\u001b[0m tests/test_backup.py E\n\u001b[33mtester_1 |\u001b[0m \n\u001b[33mtester_1 |\u001b[0m ==================================== ERRORS ====================================\n\u001b[33mtester_1 |\u001b[0m ________________________ ERROR at setup of test_backup _________________________\n\u001b[33mtester_1 |\u001b[0m \n\u001b[33mtester_1 |\u001b[0m map = {<class 'TimeoutError'>: <class 'httpcore.ConnectTimeout'>, <class 'OSError'>: <class 'httpcore.ConnectError'>}\n\u001b[33mtester_1 |\u001b[0m \n\u001b[33mtester_1 |\u001b[0m @contextlib.contextmanager\n\u001b[33mtester_1 |\u001b[0m def map_exceptions(map: ExceptionMapping) -> Iterator[None]:\n\u001b[33mtester_1 |\u001b[0m try:\n\u001b[33mtester_1 |\u001b[0m > yield\n\u001b[33mtester_1 |\u001b[0m \n\u001b[33mtester_1 |\u001b[0m /usr/local/lib/python3.11/site-packages/httpcore/_exceptions.py:10: \n\u001b[33mtester_1 |\u001b[0m _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\u001b[33mtester_1 |\u001b[0m \n\u001b[33mtester_1 |\u001b[0m self = <httpcore.SyncBackend object at 0x7ff765dcde90>, host = 'spoolman'\n\u001b[33mtester_1 |\u001b[0m port = 8000, timeout = 1, local_address = None, socket_options = []\n\u001b[33mtester_1 |\u001b[0m \n\u001b[33mtester_1 |\u001b[0m def connect_tcp(\n\u001b[33mtester_1 |\u001b[0m self,\n\u001b[33mtester_1 |\u001b[0m host: str,\n\u001b[33mtester_1 |\u001b[0m port: int,\n\u001b[33mtester_1 |\u001b[0m timeout: typing.Optional[float] = None,\n\u001b[33mtester_1 |\u001b[0m local_address: typing.Optional[str] = None,\n\u001b[33mtester_1 |\u001b[0m socket_options: typing.Optional[typing.Iterable[SOCKET_OPTION]] = None,\n\u001b[33mtester_1 |\u001b[0m ) -> NetworkStream:\n\u001b[33mtester_1 |\u001b[0m # Note that we automatically include `TCP_NODELAY`\n\u001b[33mtester_1 |\u001b[0m # in addition to any other custom socket options.\n\u001b[33mtester_1 |\u001b[0m if socket_options is None:\n\u001b[33mtester_1 |\u001b[0m socket_options = [] # pragma: no cover\n\u001b[33mtester_1 |\u001b[0m address = (host, port)\n\u001b[33mtester_1 |\u001b[0m source_address = None if local_address is None else (local_address, 0)\n\u001b[33mtester_1 |\u001b[0m exc_map: ExceptionMapping = {\n\u001b[33mtester_1 |\u001b[0m socket.timeout: ConnectTimeout,\n\u001b[33mtester_1 |\u001b[0m OSError: ConnectError,\n\u001b[33mtester_1 |\u001b[0m }\n\u001b[33mtester_1 |\u001b[0m \n\u001b[33mtester_1 |\u001b[0m with map_exceptions(exc_map):\n\u001b[33mtester_1 |\u001b[0m > sock = socket.create_connection(\n\u001b[33mtester_1 |\u001b[0m address,\n\u001b[33
test (cockroachdb)
The job was canceled because "sqlite" failed.
test (cockroachdb)
The operation was canceled.
build-tester
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v4, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
style
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-client
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-amd64
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/download-artifact@v3, docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v4, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (postgres)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/download-artifact@v3, isbang/compose-action@v1.4.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (mariadb)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/download-artifact@v3, isbang/compose-action@v1.4.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (sqlite)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/download-artifact@v3, isbang/compose-action@v1.4.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "client", "spoolman", "spoolman-image", "spoolman-tester-image". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
client Expired
8.53 MB
spoolman Expired
8.98 MB
spoolman-image Expired
383 MB
spoolman-tester-image Expired
26.1 MB