Build:
  1. 0
2024-10-01 19:29.20: New job: Build Dockerfile.web using linux-x86_64 in
                                [https://github.com/ocurrent/opam-repo-ci.git#refs/pull/367/head (80bddbd38cd70d2f8635f359623fdfe19af07c69)]
2024-10-01 19:29.20: Using cache hint "https://github.com/ocurrent/opam-repo-ci.git-Dockerfile.web"
2024-10-01 19:29.20: Waiting for resource in pool OCluster
2024-10-01 19:29.20: Waiting for worker…
2024-10-01 19:29.20: Got resource from pool OCluster
Building on x86-bm-c1.sw.ocaml.org
HEAD is now at dcc92a9 Use absorbed opam-ci-check instead of pin depends
HEAD is now at 80bddbd 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 opam-ci-check.opam /src/
 ---> Using cache
 ---> 8ab869e68bd0
Step 6/14 : WORKDIR /src
 ---> Using cache
 ---> af81f7e7bbc6
Step 7/14 : RUN opam install -y --deps-only .
 ---> Using cache
 ---> f5789537f716
Step 8/14 : ADD --chown=opam . .
 ---> 268a86d2bf9f
Step 9/14 : RUN opam exec -- dune build ./_build/install/default/bin/opam-repo-ci-web
 ---> Running in fa296b5bc65c
schema.capnp --> schema.mli schema.ml
ocurrent.capnp --> ocurrent.mli ocurrent.ml
kj/filesystem-disk-unix.c++:1703: warning: PWD environment variable doesn't match current directory; pwd = /src
Removing intermediate container fa296b5bc65c
 ---> 6bcf6e091528
Step 10/14 : FROM debian:12
12: Pulling from library/debian
Digest: sha256:27586f4609433f2f49a9157405b473c62c3cb28a581c413393975b4e8496d0ab
Status: Image is up to date for debian:12
 ---> c7f9867d6721
Step 11/14 : RUN apt-get update && apt-get install ca-certificates libev4 dumb-init -y --no-install-recommends
 ---> Using cache
 ---> 2a621cae02af
Step 12/14 : WORKDIR /
 ---> Using cache
 ---> f3054e42afec
Step 13/14 : ENTRYPOINT ["dumb-init", "/usr/local/bin/opam-repo-ci-web"]
 ---> Using cache
 ---> 79c962c2b083
Step 14/14 : COPY --from=build /src/_build/install/default/bin/opam-repo-ci-web /usr/local/bin/
 ---> Using cache
 ---> 058e9595c49d
Successfully built 058e9595c49d
Job succeeded
2024-10-01 19:29.30: Job succeeded