Build:
  1. 0
2024-10-01 17:56.41: New job: Build Dockerfile using linux-arm64 in
                                [https://github.com/ocurrent/opam-repo-ci.git#refs/pull/367/head (e60d8fcb135711c0baa8f6c942b81c01e2af3f1b)]
2024-10-01 17:56.41: Using cache hint "https://github.com/ocurrent/opam-repo-ci.git-Dockerfile"
2024-10-01 17:56.41: Waiting for resource in pool OCluster
2024-10-01 17:56.41: Waiting for worker…
2024-10-01 17:57.26: Got resource from pool OCluster
Building on molpadia.caelum.ci.dev
HEAD is now at 2e081b9 Add instructions to reproduce linting locally
HEAD is now at e60d8fc Use absorbed opam-ci-check instead of pin depends
Sending build context to Docker daemon  614.9kB

Step 1/17 : FROM ocaml/opam:debian-12-ocaml-4.14 AS build
debian-12-ocaml-4.14: Pulling from ocaml/opam
Digest: sha256:c62f4182fcecdc7fd1e7d68d4e9f4861b1076d20be5dae4b342cd4a53e316aff
Status: Image is up to date for ocaml/opam:debian-12-ocaml-4.14
 ---> 949ad4481229
Step 2/17 : RUN sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni
 ---> Using cache
 ---> 17b89295bf4d
Step 3/17 : RUN sudo apt-get update && sudo apt-get install libev-dev capnproto graphviz m4 pkg-config libsqlite3-dev libgmp-dev libffi-dev -y --no-install-recommends
 ---> Using cache
 ---> b93754f0f7bf
Step 4/17 : RUN cd ~/opam-repository && git fetch origin master && git reset --hard 8df59b79937426fefdf443f2202c514b5dfa479d && opam update
 ---> Using cache
 ---> 4003a57ce59e
Step 5/17 : COPY --chown=opam opam-repo-ci-service.opam opam-repo-ci-api.opam /src/
 ---> 6eb8798c53b8
Step 6/17 : WORKDIR /src
 ---> Running in 50c111d5a10d
Removing intermediate container 50c111d5a10d
 ---> efa441f3e7c5
Step 7/17 : RUN opam install -y --deps-only .
 ---> Running in fcc01e73155f
[ERROR] Package conflict!
  * Missing dependency:
    - opam-ci-check
    unknown package

No solution found, exiting
The command '/bin/sh -c opam install -y --deps-only .' returned a non-zero code: 20
docker-build failed with exit-code 20
2024-10-01 17:57.40: Job failed: Failed: Build failed