Translations update #592
Annotations
1 error and 2 warnings
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[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 ============================= 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 223 items\n\u001b[33mtester_1 |\u001b[0m \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 0x7f47fa9bb750>, 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
|
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/.
|
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/
|
This job failed
Loading