Skip to content

failed to upload image tar into container --> Timeout error #427

@turbolego

Description

@turbolego
ubuntu@openclaw:~$ nemoclaw list

  No sandboxes registered. Run `nemoclaw onboard` to get started.

ubuntu@openclaw:~$ nemoclaw onboard

  NemoClaw Onboarding
  ===================

  [1/7] Preflight checks
  ──────────────────────────────────────────────────
  ✓ Docker is running
  ✓ openshell CLI: openshell 0.0.10
  ⓘ No GPU detected — will use cloud inference

  [2/7] Starting OpenShell gateway
  ──────────────────────────────────────────────────
✓ Checking Docker
✓ Downloading gateway
✓ Initializing environment
✓ Starting gateway                                                                     
✓ Gateway ready

  Name: nemoclaw
  Endpoint: https://127.0.0.1:8080

✓ Active gateway set to 'nemoclaw'
  ✓ Gateway is healthy

  [3/7] Creating sandbox
  ──────────────────────────────────────────────────
  Sandbox name (lowercase, numbers, hyphens) [my-assistant]: my-assistant
  Creating sandbox 'my-assistant' (this takes a few minutes on first run)...
Building image openshell/sandbox-from:1773863563 from /tmp/nemoclaw-build-KzCfSb/Dockerfile
  Context: /tmp/nemoclaw-build-KzCfSb
  Gateway: nemoclaw

  Building image openshell/sandbox-from:1773863563 from /tmp/nemoclaw-build-KzCfSb/Dockerfile
  Step 1/22 : FROM node:22-slim
   ---> c7d2ba7d15bc
  Step 2/22 : ENV DEBIAN_FRONTEND=noninteractive
   ---> Using cache
   ---> a9255f96f6f3
  Step 3/22 : RUN apt-get update && apt-get install -y --no-install-recommends         python3 python3-pip python3-venv         curl git ca-certificates         iproute2     && rm -rf /var/lib/apt/lists/*
   ---> Using cache
   ---> 5c80097345f1
  Step 4/22 : RUN groupadd -r sandbox && useradd -r -g sandbox -d /sandbox -s /bin/bash sandbox     && mkdir -p /sandbox/.openclaw /sandbox/.nemoclaw     && chown -R sandbox:sandbox /sandbox
   ---> Using cache
   ---> bd616ae67a83
  Step 5/22 : RUN npm install -g openclaw@2026.3.11
   ---> Using cache
   ---> f6157bcdb2db
  Step 6/22 : RUN pip3 install --break-system-packages pyyaml
   ---> Using cache
   ---> 25bbdabbcbac
  Step 7/22 : COPY nemoclaw/dist/ /opt/nemoclaw/dist/
   ---> Using cache
   ---> 804a69a0ea11
  Step 8/22 : COPY nemoclaw/openclaw.plugin.json /opt/nemoclaw/
   ---> Using cache
   ---> 90ff319b1cac
  Step 9/22 : COPY nemoclaw/package.json /opt/nemoclaw/
   ---> Using cache
   ---> 8a9dde680a50
  Step 10/22 : COPY nemoclaw-blueprint/ /opt/nemoclaw-blueprint/
   ---> Using cache
   ---> a703ff1ea6f2
  Step 11/22 : WORKDIR /opt/nemoclaw
   ---> Using cache
   ---> 5ac41b506979
  Step 12/22 : RUN npm install --omit=dev
   ---> Using cache
   ---> 080bbf833a6a
  Step 13/22 : RUN mkdir -p /sandbox/.nemoclaw/blueprints/0.1.0     && cp -r /opt/nemoclaw-blueprint/* /sandbox/.nemoclaw/blueprints/0.1.0/
   ---> Using cache
   ---> 1e4e978493f9
  Step 14/22 : COPY scripts/nemoclaw-start.sh /usr/local/bin/nemoclaw-start
   ---> Using cache
   ---> 334edc1c84be
  Step 15/22 : RUN chmod +x /usr/local/bin/nemoclaw-start
   ---> Using cache
   ---> dcdcec1ae58a
  Step 16/22 : WORKDIR /sandbox
   ---> Using cache
   ---> bd81f1f8b4f4
  Step 17/22 : USER sandbox
   ---> Using cache
   ---> 96a75f273d67
  Step 18/22 : RUN mkdir -p /sandbox/.openclaw/agents/main/agent     && chmod 700 /sandbox/.openclaw
   ---> Using cache
   ---> 606074effd17
  Step 19/22 : RUN python3 -c "import json, os; config = {     'agents': {'defaults': {'model': {'primary': 'nvidia/nemotron-3-super-120b-a12b'}}},     'models': {'mode': 'merge', 'providers': {'nvidia': {         'baseUrl': 'https://inference.local/v1',         'apiKey': 'openshell-managed',         'api': 'openai-completions',         'models': [{'id': 'nemotron-3-super-120b-a12b', 'name': 'NVIDIA Nemotron 3 Super 120B', 'reasoning': False, 'input': ['text'], 'cost': {'input': 0, 'output': 0, 'cacheRead': 0, 'cacheWrite': 0}, 'contextWindow': 131072, 'maxTokens': 4096}]     }}} }; path = os.path.expanduser('~/.openclaw/openclaw.json'); json.dump(config, open(path, 'w'), indent=2); os.chmod(path, 0o600)"
   ---> Using cache
   ---> 04cbd31ce611
  Step 20/22 : RUN openclaw doctor --fix > /dev/null 2>&1 || true     && openclaw plugins install /opt/nemoclaw > /dev/null 2>&1 || true
   ---> Using cache
   ---> c59fe4d3cd2e
  Step 21/22 : ENTRYPOINT ["/bin/bash"]
   ---> Using cache
   ---> 597625a452c1
  Step 22/22 : CMD []
   ---> Using cache
   ---> ed90792b8441
  Successfully built ed90792b8441
  Successfully tagged openshell/sandbox-from:1773863563
  Built image openshell/sandbox-from:1773863563
  Pushing image openshell/sandbox-from:1773863563 into gateway "nemoclaw"
  [progress] Exported 2557 MiB
Error:   × failed to upload image tar into container
  ╰─▶ Timeout error

  Command failed (exit 1): set -o pipefail; openshell sandbox create --from "/tmp/nemoclaw-build-KzCfSb/Doc
ubuntu@openclaw:~$ 

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions