build error
Job failed with exit code: 1. Reason: cache miss: [2/6] RUN echo "[build][layer1] installing deps..." && apt-get update && apt-get install -y --no-install-recommends git ca-certificates curl python3 python3-pip patch && rm -rf /var/lib/apt/lists/* && pip3 install --no-cache-dir --break-system-packages huggingface_hub && corepack enable && corepack prepare pnpm@10.23.0 --activate && mkdir -p /app cache miss: [6/6] WORKDIR /app/openclaw cache miss: [5/6] RUN echo "[build][layer2] clone + build..." && git clone --depth 1 https://github.com/openclaw/openclaw.git && cd openclaw && echo "[build] applying patches..." && for p in /app/patches/*.patch; do if [ -f "$p" ]; then patch -p1 < "$p" || echo "[build] patch skipped: $(basename $p)"; fi; done && echo "[build] installing deps (low memory mode)..." && pnpm install --frozen-lockfile --prefer-offline --child-concurrency=2 --network-concurrency=2 && echo "[build] building core..." && pnpm build && echo "[build] building UI..." && pnpm ui:build && echo "[build] cleanup to reduce RAM usage" && pnpm store prune cache miss: [4/6] COPY patches /app/patches cache miss: [3/6] WORKDIR /app {"total":11,"completed":10,"user_total":6,"user_cached":0,"user_completed":5,"user_cacheable":5,"from":1,"miss":5,"client_duration_ms":333306}
Build logs:
Fetching error logs...