Build:
  1. 0
2024-11-20 16:52.19: New job: Build Dockerfile.web using linux-arm64 in
                                [https://github.com/ocurrent/opam-repo-ci.git#refs/pull/384/head (2165d22d84e7eff6ab3bea751dc5e0e0f5335958)]
2024-11-20 16:52.19: Using cache hint "https://github.com/ocurrent/opam-repo-ci.git-Dockerfile.web"
2024-11-20 16:52.19: Waiting for resource in pool OCluster
2024-11-20 16:52.19: Waiting for worker…
2024-11-20 16:52.19: Got resource from pool OCluster
Building on okypous.caelum.ci.dev
HEAD is now at b94913a Add docs for build flags
HEAD is now at 2165d22 Add docs for build flags
Sending build context to Docker daemon  621.6kB

Step 1/14 : FROM ocaml/opam:debian-12-ocaml-4.14 AS build
debian-12-ocaml-4.14: Pulling from ocaml/opam
Digest: sha256:6246731ea5d2cd3a57669027aae33184d30d424e41ff8219d05a214726ef7426
Status: Image is up to date for ocaml/opam:debian-12-ocaml-4.14
 ---> be41d36e36bf
Step 2/14 : RUN sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni
 ---> Using cache
 ---> a52f84cd344b
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
 ---> 0721de99ef6a
Step 4/14 : RUN cd ~/opam-repository && git fetch origin master && git reset --hard 2dff29abd6cda0706f80503db11dd4af4e7db559 && opam update
 ---> Using cache
 ---> 2fd377256607
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
 ---> e663f6950eeb
Step 6/14 : WORKDIR /src
 ---> Using cache
 ---> 2c6ee9e2b763
Step 7/14 : RUN opam install -y --deps-only .
 ---> Using cache
 ---> 598a140949b2
Step 8/14 : ADD --chown=opam . .
 ---> 301b9657fb94
Step 9/14 : RUN opam exec -- dune build ./_build/install/default/bin/opam-repo-ci-web
 ---> Running in f4854b9daef4
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 f4854b9daef4
 ---> bca54d186f70
Step 10/14 : FROM debian:12
12: Pulling from library/debian
Digest: sha256:10901ccd8d249047f9761845b4594f121edef079cfd8224edebd9ea726f0a7f6
Status: Image is up to date for debian:12
 ---> 853897d65bc9
Step 11/14 : RUN apt-get update && apt-get install ca-certificates libev4 dumb-init -y --no-install-recommends
 ---> Using cache
 ---> b05a9e8b96de
Step 12/14 : WORKDIR /
 ---> Using cache
 ---> 6c391555a680
Step 13/14 : ENTRYPOINT ["dumb-init", "/usr/local/bin/opam-repo-ci-web"]
 ---> Using cache
 ---> e3d8676fb3f5
Step 14/14 : COPY --from=build /src/_build/install/default/bin/opam-repo-ci-web /usr/local/bin/
 ---> Using cache
 ---> 04fdec52be0e
Successfully built 04fdec52be0e
Job succeeded
2024-11-20 16:52.28: Job succeeded