build error

Job failed with exit code: 1. Reason: cache miss: [5/9] RUN pip install --no-cache-dir -r requirements.txt cache miss: [6/9] COPY main.py . cache miss: [8/9] COPY entrypoint.sh /entrypoint.sh.tmp cache miss: [7/9] COPY manage.py . cache miss: [3/9] RUN set -ex && apt-get update && apt-get install -y --no-install-recommends curl ca-certificates && case amd64 in amd64) export SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download//supercronic-linux-amd64; export SUPERCRONIC_SHA1SUM=c98bbf82c5f648aaac8708c182cc83046fe48423; export SUPERCRONIC=supercronic-linux-amd64; ;; arm64) export SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download//supercronic-linux-arm64; export SUPERCRONIC_SHA1SUM=5ef4ccc3d43f12d0f6c3763758bc37cc4e5af76e; export SUPERCRONIC=supercronic-linux-arm64; ;; *) echo "Unsupported architecture: amd64"; exit 1; ;; esac && echo "Downloading supercronic for amd64 from ${SUPERCRONIC_URL}" && for i in 1 2 3; do echo "Download attempt $i/3"; if curl -fsSL --connect-timeout 30 --max-time 60 -o "$SUPERCRONIC" "$SUPERCRONIC_URL"; then echo "Download successful"; break; else echo "Download attempt $i failed"; if [ $i -eq 3 ]; then echo "All download attempts failed"; exit 1; fi; sleep 2; fi; done && echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - && chmod +x "$SUPERCRONIC" && mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" && ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronic && supercronic -version && apt-get remove -y curl && apt-get clean && rm -rf /var/lib/apt/lists/* cache miss: [9/9] RUN sed -i 's/\r$//' /entrypoint.sh.tmp && mv /entrypoint.sh.tmp /entrypoint.sh && chmod +x /entrypoint.sh && chmod +x manage.py && mkdir -p /app/config /app/output cache miss: [4/9] COPY requirements.txt . cache miss: [2/9] WORKDIR /app {"total":14,"completed":8,"user_total":9,"user_cached":0,"user_completed":3,"user_cacheable":8,"from":1,"miss":8,"client_duration_ms":13285}

Build logs:

Fetching error logs...