Closed
Description
Sentry Issue: CONNECTORS-CI-S
CancelledError:
File "httpcore/_backends/anyio.py", line 34, in read
return await self._stream.receive(max_bytes=max_bytes)
File "anyio/_backends/_asyncio.py", line 1203, in receive
await self._protocol.read_event.wait()
File "asyncio/locks.py", line 214, in wait
await fut
TimeoutError:
File "httpcore/_exceptions.py", line 10, in map_exceptions
yield
File "httpcore/_backends/anyio.py", line 32, in read
with anyio.fail_after(timeout):
File "anyio/_core/_tasks.py", line 119, in __exit__
raise TimeoutError
ReadTimeout:
(7 additional frame(s) were not displayed)
...
File "httpcore/_async/http11.py", line 164, in _receive_response_headers
event = await self._receive_event(timeout=timeout)
File "httpcore/_async/http11.py", line 200, in _receive_event
data = await self._network_stream.read(
File "httpcore/_backends/anyio.py", line 31, in read
with map_exceptions(exc_map):
File "contextlib.py", line 153, in __exit__
self.gen.throw(typ, value, traceback)
File "httpcore/_exceptions.py", line 14, in map_exceptions
raise to_exc(exc) from exc
ReadTimeout:
(10 additional frame(s) were not displayed)
...
File "httpx/_client.py", line 1682, in _send_handling_redirects
response = await self._send_single_request(request)
File "httpx/_client.py", line 1719, in _send_single_request
response = await transport.handle_async_request(request)
File "httpx/_transports/default.py", line 352, in handle_async_request
with map_httpcore_exceptions():
File "contextlib.py", line 153, in __exit__
self.gen.throw(typ, value, traceback)
File "httpx/_transports/default.py", line 77, in map_httpcore_exceptions
raise mapped_exc(message) from exc
ExecuteTimeoutError: Request timed out. Try setting a higher value in 'execute_timeout' config for this `dagger.Connection()`.
(13 additional frame(s) were not displayed)
...
File "pipelines/utils.py", line 478, in invoke
pipeline_success = super().invoke(ctx)
File "pipelines/commands/groups/connectors.py", line 352, in publish
publish_connector_contexts = anyio.run(
File "pipelines/pipelines/connectors.py", line 90, in run_connectors_pipelines
async with anyio.create_task_group() as tg_main:
File "<@beartype(dagger.api.gen.Container.sync) at 0x7fa32795e170>", line 11, in sync
Dagger Command publish failed