build error

Job failed with exit code: 1. Reason: cache miss: [builder 8/8] RUN --mount=type=cache,target=/root/.cache/uv if [ -f uv.lock ]; then uv sync --frozen --no-editable; else uv sync --no-editable; fi cache miss: [builder 6/8] 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: [builder 7/8] RUN --mount=type=cache,target=/root/.cache/uv if [ -f uv.lock ]; then uv sync --frozen --no-install-project --no-editable; else uv sync --no-install-project --no-editable; fi cache miss: [builder 5/8] WORKDIR /app/env cache miss: [builder 4/8] COPY . /app/env cache miss: [stage-1 4/4] COPY --from=builder /app/env /app/env cache miss: [builder 3/8] RUN apt-get update && apt-get install -y --no-install-recommends git && rm -rf /var/lib/apt/lists/* cache miss: [builder 2/8] WORKDIR /app cache miss: [stage-1 3/4] COPY --from=builder /app/env/.venv /app/.venv {"total":15,"completed":12,"user_total":10,"user_cached":0,"user_completed":7,"user_cacheable":9,"from":1,"miss":9,"client_duration_ms":61028}

Build logs:

Fetching error logs...