Build:
  1. 0
2024-10-01 17:59.23: New job: Build Dockerfile.web using linux-x86_64 in
                                [https://github.com/ocurrent/opam-repo-ci.git#refs/pull/367/head (30ea8858864bc46cefce68362f8d81ac4f87ca0e)]
2024-10-01 17:59.23: Using cache hint "https://github.com/ocurrent/opam-repo-ci.git-Dockerfile.web"
2024-10-01 17:59.23: Waiting for resource in pool OCluster
2024-10-01 17:59.23: Waiting for worker…
2024-10-01 18:01.13: Got resource from pool OCluster
Building on x86-bm-c1.sw.ocaml.org
HEAD is now at e60d8fc Use absorbed opam-ci-check instead of pin depends
HEAD is now at 30ea885 Use absorbed opam-ci-check instead of pin depends
Sending build context to Docker daemon  614.9kB

Step 1/14 : 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
 ---> 0786234a90c7
Step 2/14 : RUN sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni
 ---> Using cache
 ---> 892822e4e635
Step 3/14 : RUN sudo apt-get update && sudo apt-get install libev-dev capnproto m4 pkg-config libgmp-dev libffi-dev -y --no-install-recommends
 ---> Using cache
 ---> 7065f3e2707c
Step 4/14 : RUN cd ~/opam-repository && git fetch origin master && git reset --hard 8df59b79937426fefdf443f2202c514b5dfa479d && opam update
 ---> Using cache
 ---> dc10ed717dc4
Step 5/14 : COPY --chown=opam opam-repo-ci-api.opam opam-repo-ci-web.opam opam-repo-ci-service.opam /src/
 ---> Using cache
 ---> c6f0535d72a3
Step 6/14 : WORKDIR /src
 ---> Using cache
 ---> be2136d94a0f
Step 7/14 : RUN opam install -y --deps-only .
 ---> Running in ab80e26accee
[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 18:01.50: Job failed: Failed: Build failed