build error

Job failed with exit code: 1. Reason: cache miss: [stage-1 5/20] RUN useradd -u 1000 -g 1000 -d /app -s /usr/sbin/nologin service || true cache miss: [stage-1 11/20] RUN python3 -m venv /app/.venv && /app/.venv/bin/pip install -U pip setuptools && /app/.venv/bin/pip install poetry==1.6.1 cache miss: [stage-1 16/20] RUN /app/.venv/bin/pip install --no-cache-dir torch==1.13.1+cu117 -f https://download.pytorch.org/whl/torch cache miss: [stage-1 12/20] COPY --chown=1000:1000 poetry.lock pyproject.toml ./ cache miss: [stage-1 15/20] RUN poetry install && rm -rf /app/.cache/pypoetry cache miss: [stage-1 18/20] RUN make publish cache miss: [stage-1 7/20] COPY --chown=1000:1000 --from=swagger-ui /usr/share/nginx/html/swagger-ui.css /app/swagger-ui-assets/swagger-ui.css cache miss: [stage-1 20/20] RUN rm -rf reascripts cache miss: [stage-1 19/20] WORKDIR /app cache miss: [stage-1 14/20] RUN poetry install --no-root cache miss: [stage-1 4/20] RUN groupadd -g 1000 service || true cache miss: [stage-1 10/20] WORKDIR /app cache miss: [stage-1 2/20] RUN export DEBIAN_FRONTEND=noninteractive && apt-get -qq update && apt-get -qq install --no-install-recommends python3.10 python3.10-venv python3-pip lua5.3 lua5.4 lua-check fswatch make ffmpeg redis && rm -rf /var/lib/apt/lists/* cache miss: [stage-1 6/20] COPY --chown=1000:1000 . /app cache miss: [stage-1 13/20] RUN poetry config virtualenvs.in-project true cache miss: [stage-1 17/20] WORKDIR /app/reascripts/ReaSpeech cache miss: [stage-1 3/20] RUN ln -s -f /usr/bin/python3.10 /usr/bin/python3 && ln -s -f /usr/bin/python3.10 /usr/bin/python && ln -s -f /usr/bin/pip3 /usr/bin/pip cache miss: [stage-1 8/20] COPY --chown=1000:1000 --from=swagger-ui /usr/share/nginx/html/swagger-ui-bundle.js /app/swagger-ui-assets/swagger-ui-bundle.js cache miss: [stage-1 9/20] RUN chown 1000:1000 /app {"total":27,"completed":21,"user_total":21,"user_cached":0,"user_completed":15,"user_cacheable":19,"from":2,"miss":19,"client_duration_ms":85917}

Build logs:

Fetching error logs...