Build:
  1. 0
2024-10-01 18:59.47: New job: Build Dockerfile using linux-arm64 in
                                [https://github.com/ocurrent/opam-repo-ci.git#refs/pull/367/head (dcc92a960c49320d5a38999c7fdb9ad1662304c0)]
2024-10-01 18:59.47: Using cache hint "https://github.com/ocurrent/opam-repo-ci.git-Dockerfile"
2024-10-01 18:59.47: Waiting for resource in pool OCluster
2024-10-01 18:59.47: Waiting for worker…
2024-10-01 18:59.55: Got resource from pool OCluster
Building on molpadia.caelum.ci.dev
HEAD is now at 8c3f4ed Use absorbed opam-ci-check instead of pin depends
HEAD is now at dcc92a9 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 opam-ci-check.opam /src/
 ---> Using cache
 ---> ba71af9ab4a0
Step 6/17 : WORKDIR /src
 ---> Using cache
 ---> 2535332a8939
Step 7/17 : RUN opam install -y --deps-only .
 ---> Using cache
 ---> e8b18ce2dc29
Step 8/17 : ADD --chown=opam . .
 ---> ce30db3244f0
Step 9/17 : RUN opam exec -- dune build ./_build/install/default/bin/opam-repo-ci-service ./_build/install/default/bin/opam-ci-check
 ---> Running in 1c651df1f819
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 1c651df1f819
 ---> a4e1054b7d96
Step 10/17 : FROM debian:12
12: Pulling from library/debian
Digest: sha256:27586f4609433f2f49a9157405b473c62c3cb28a581c413393975b4e8496d0ab
Status: Image is up to date for debian:12
 ---> a2a098df5635
Step 11/17 : RUN apt-get update && apt-get install libev4 openssh-client curl gnupg2 dumb-init git graphviz libsqlite3-dev ca-certificates netbase gzip bzip2 xz-utils unzip tar docker.io -y --no-install-recommends
 ---> Using cache
 ---> 6b68788d7c26
Step 12/17 : RUN git config --global user.name "ocaml" && git config --global user.email "ci"
 ---> Using cache
 ---> 6e12dfbf2d93
Step 13/17 : WORKDIR /var/lib/ocurrent
 ---> Using cache
 ---> d9a1cb4a67b6
Step 14/17 : ENTRYPOINT ["dumb-init", "/usr/local/bin/opam-repo-ci-service"]
 ---> Using cache
 ---> 1e775cf2fbc3
Step 15/17 : ENV OCAMLRUNPARAM=a=2
 ---> Using cache
 ---> 104045190910
Step 16/17 : COPY --from=build /src/_build/install/default/bin/opam-repo-ci-service /usr/local/bin/
 ---> Using cache
 ---> 7b5196c03dd8
Step 17/17 : COPY --from=build /src/_build/install/default/bin/opam-ci-check /usr/local/bin/
 ---> 769ac6d7ba2d
Successfully built 769ac6d7ba2d
Job succeeded
2024-10-01 19:00.07: Job succeeded