build error

Job failed with exit code: 1. Reason: cache miss: [builder 8/9] RUN --mount=type=cache,target=/root/.cache/uv if [ -f uv.lock ]; then uv sync --no-install-project --no-editable; else uv sync --no-install-project --no-editable; fi cache miss: [builder 6/9] RUN apt-get update && apt-get install -y --no-install-recommends git && rm -rf /var/lib/apt/lists/* cache miss: [builder 5/9] RUN if ! command -v uv >/dev/null 2>&1; then curl -LsSf https://astral.sh/uv/install.sh | sh && mv /root/.local/bin/uv /usr/local/bin/uv && mv /root/.local/bin/uvx /usr/local/bin/uvx; fi cache miss: [stage-1 4/4] COPY --from=builder /app/env /app/env cache miss: [stage-1 3/4] COPY --from=builder /app/env/.venv /app/.venv cache miss: [builder 9/9] RUN --mount=type=cache,target=/root/.cache/uv if [ -f uv.lock ]; then uv sync --no-editable; else uv sync --no-editable; fi cache miss: [builder 7/9] RUN curl -LsSf https://astral.sh/uv/install.sh | sh && install -m 0755 /root/.local/bin/uv /usr/local/bin/uv && install -m 0755 /root/.local/bin/uvx /usr/local/bin/uvx cache miss: [builder 4/9] WORKDIR /app/env cache miss: [builder 2/9] WORKDIR /app cache miss: [builder 3/9] COPY . /app/env cache miss: [stage-1 2/4] WORKDIR /app {"total":19,"completed":12,"user_total":13,"user_cached":0,"user_completed":6,"user_cacheable":11,"from":2,"miss":11,"client_duration_ms":1877}

Build logs:

Fetching error logs...