build error

Job failed with exit code: 1. Reason: cache miss: [builder 4/6] RUN cargo add tokio --features full && cargo add futures && cargo add serde --features derive && cargo add serde_json && cargo add warp --features server && cargo add anyhow && cargo add chaser-oxide@0.2.3 cache miss: [builder 2/6] WORKDIR /app cache miss: [stage-1 2/5] RUN apt-get update && apt-get install -y --no-install-recommends wget gnupg ca-certificates && wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | gpg --dearmor -o /usr/share/keyrings/googlechrome-keyring.gpg && echo "deb [arch=amd64 signed-by=/usr/share/keyrings/googlechrome-keyring.gpg] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list && apt-get update && apt-get install -y --no-install-recommends google-chrome-stable fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst fonts-freefont-ttf libxss1 && apt-get clean && rm -rf /var/lib/apt/lists/* cache miss: [stage-1 4/5] COPY --from=builder /app/target/release/hf-rust-api ./main cache miss: [builder 6/6] RUN cargo build --release cache miss: [builder 5/6] COPY main.rs src/main.rs cache miss: [builder 3/6] RUN cargo init --bin --name hf-rust-api . cache miss: [stage-1 3/5] WORKDIR /app cache miss: [stage-1 5/5] RUN mkdir -p /tmp && chmod 777 /tmp {"total":17,"completed":15,"user_total":11,"user_cached":0,"user_completed":9,"user_cacheable":9,"from":2,"miss":9,"client_duration_ms":153095}

Build logs:

Fetching error logs...