Build:
  1. 0
2024-11-20 16:52.19: New job: Build Dockerfile 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"
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 molpadia.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/17 : 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/17 : RUN sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni
 ---> Using cache
 ---> 12c088395f00
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
 ---> bb45147a1b78
Step 4/17 : RUN cd ~/opam-repository && git fetch origin master && git reset --hard 2dff29abd6cda0706f80503db11dd4af4e7db559 && opam update
 ---> Using cache
 ---> ac97baa56000
Step 5/17 : COPY --chown=opam opam-repo-ci-service.opam opam-repo-ci-api.opam opam-ci-check.opam /src/
 ---> Using cache
 ---> 821d35e7656a
Step 6/17 : WORKDIR /src
 ---> Using cache
 ---> fe4a16df965a
Step 7/17 : RUN opam install -y --deps-only .
 ---> Using cache
 ---> f0e1ffa69e49
Step 8/17 : ADD --chown=opam . .
 ---> e9f73e350616
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 30153fbe5aa4
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 30153fbe5aa4
 ---> ede526ed9ce2
Step 10/17 : FROM debian:12
12: Pulling from library/debian
Digest: sha256:10901ccd8d249047f9761845b4594f121edef079cfd8224edebd9ea726f0a7f6
Status: Image is up to date for debian:12
 ---> 853897d65bc9
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
 ---> e6eb6b43bb39
Step 12/17 : RUN git config --global user.name "ocaml" && git config --global user.email "ci"
 ---> Using cache
 ---> e63781a73f39
Step 13/17 : WORKDIR /var/lib/ocurrent
 ---> Using cache
 ---> ffff7f90f8cc
Step 14/17 : ENTRYPOINT ["dumb-init", "/usr/local/bin/opam-repo-ci-service"]
 ---> Using cache
 ---> 3e0c19db82c2
Step 15/17 : ENV OCAMLRUNPARAM=a=2
 ---> Using cache
 ---> 6875351871b7
Step 16/17 : COPY --from=build /src/_build/install/default/bin/opam-repo-ci-service /usr/local/bin/
 ---> cbcfdf08b496
Step 17/17 : COPY --from=build /src/_build/install/default/bin/opam-ci-check /usr/local/bin/
 ---> 8d0311282de7
Successfully built 8d0311282de7
Job succeeded
2024-11-20 16:52.32: Job succeeded