Traceback (most recent call last):
  File "/usr/local/lib/python3.12/site-packages/harbor/trial/trial.py", line 160, in run
    await self._prepare()
  File "/usr/local/lib/python3.12/site-packages/harbor/trial/trial.py", line 191, in _prepare
    await self._setup_agent()
  File "/usr/local/lib/python3.12/site-packages/harbor/trial/trial.py", line 642, in _setup_agent
    await asyncio.wait_for(
  File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for
    return await fut
           ^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/harbor/agents/installed/base.py", line 380, in setup
    await self.install(environment)
  File "/usr/local/lib/python3.12/site-packages/harbor/agents/installed/openhands_sdk.py", line 118, in install
    await self.exec_as_agent(
  File "/usr/local/lib/python3.12/site-packages/harbor/agents/installed/base.py", line 354, in exec_as_agent
    return await self._exec(
           ^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/harbor/agents/installed/base.py", line 317, in _exec
    raise NonZeroAgentExitCodeError(
harbor.agents.installed.base.NonZeroAgentExitCodeError: Command failed (exit 1): set -euo pipefail; python3 -m venv /opt/openhands-sdk-venv && source /opt/openhands-sdk-venv/bin/activate && export PIP_DEFAULT_TIMEOUT=120 && pip install --upgrade pip || true && pip install openhands-sdk openhands-tools fastapi
stdout: Requirement already satisfied: pip in /opt/openhands-sdk-venv/lib/python3.12/site-packages (25.0.1)
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7a59e6900950>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/pip/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7a59e670b230>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/pip/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7a59e670b3b0>: Failed to establish a new connection: [Errno -3] Temporary fa ... [truncated]
stderr: None
