Build:
  1. 0
2024-07-25 11:53.37: New job: Build Dockerfile.web using linux-arm64 in
                                [https://github.com/ocurrent/opam-repo-ci.git#refs/heads/master (e6e954cac2f50277cfed936c2c4367eba23e658d)]
2024-07-25 11:53.37: Using cache hint "https://github.com/ocurrent/opam-repo-ci.git-Dockerfile.web"
2024-07-25 11:53.37: Waiting for resource in pool OCluster
2024-07-25 11:53.37: Waiting for worker…
2024-07-25 11:53.37: Got resource from pool OCluster
Building on okypous.caelum.ci.dev
Submodule path 'ocaml-dockerfile': checked out '8961432d1d3b2fb5541f5bb16bfad7d35574b8b7'
Submodule path 'ocaml-version': checked out 'b80aad5425c7dd6f1e6f8925f5719c72f8b8f7fa'
Submodule path 'ocluster': checked out '912ecfd38f003c6f537abca7e5313973b15ba615'
Submodule path 'ocurrent': checked out 'e43b6c5c896a4cc5ca5c1d0cfbf10a6401fbcd47'
HEAD is now at 370cc1b Merge branch 'master' into opam-2.2
Synchronizing submodule url for 'ocaml-dockerfile'
Synchronizing submodule url for 'ocaml-version'
Synchronizing submodule url for 'ocluster'
Synchronizing submodule url for 'ocurrent'
Cleared directory 'ocaml-dockerfile'
Submodule 'ocaml-dockerfile' (https://github.com/ocurrent/ocaml-dockerfile.git) unregistered for path 'ocaml-dockerfile'
Cleared directory 'ocaml-version'
Submodule 'ocaml-version' (https://github.com/ocurrent/ocaml-version.git) unregistered for path 'ocaml-version'
Cleared directory 'ocluster'
Submodule 'ocluster' (https://github.com/ocurrent/ocluster.git) unregistered for path 'ocluster'
Cleared directory 'ocurrent'
Submodule 'ocurrent' (https://github.com/ocurrent/ocurrent.git) unregistered for path 'ocurrent'
HEAD is now at e6e954c Merge pull request #345 from cuihtlauac/admin-cuihtlauac
warning: Could not unset core.worktree setting in submodule 'ocaml-dockerfile'
Cleared directory 'ocaml-dockerfile'
warning: Could not unset core.worktree setting in submodule 'ocaml-version'
Cleared directory 'ocaml-version'
warning: Could not unset core.worktree setting in submodule 'ocluster'
Cleared directory 'ocluster'
warning: Could not unset core.worktree setting in submodule 'ocurrent'
Cleared directory 'ocurrent'
Submodule 'ocaml-dockerfile' (https://github.com/ocurrent/ocaml-dockerfile.git) registered for path 'ocaml-dockerfile'
Submodule 'ocaml-version' (https://github.com/ocurrent/ocaml-version.git) registered for path 'ocaml-version'
Submodule 'ocluster' (https://github.com/ocurrent/ocluster.git) registered for path 'ocluster'
Submodule 'ocurrent' (https://github.com/ocurrent/ocurrent.git) registered for path 'ocurrent'
Submodule path 'ocaml-dockerfile': checked out '8961432d1d3b2fb5541f5bb16bfad7d35574b8b7'
Submodule path 'ocaml-version': checked out 'b80aad5425c7dd6f1e6f8925f5719c72f8b8f7fa'
Submodule path 'ocluster': checked out '912ecfd38f003c6f537abca7e5313973b15ba615'
Submodule path 'ocluster/obuilder': checked out '2d0af3df9d934c936736986e827e9d1f5b94aed9'
Submodule path 'ocurrent': checked out 'e43b6c5c896a4cc5ca5c1d0cfbf10a6401fbcd47'
Sending build context to Docker daemon  2.608MB

Step 1/16 : FROM ocaml/opam:debian-12-ocaml-4.14@sha256:06d58a5cb1ab7875e8d94848102be43f6492e95320e8e9a9ecb9167654d0ee3f AS build
docker.io/ocaml/opam:debian-12-ocaml-4.14@sha256:06d58a5cb1ab7875e8d94848102be43f6492e95320e8e9a9ecb9167654d0ee3f: Pulling from ocaml/opam
Digest: sha256:06d58a5cb1ab7875e8d94848102be43f6492e95320e8e9a9ecb9167654d0ee3f
Status: Image is up to date for ocaml/opam:debian-12-ocaml-4.14@sha256:06d58a5cb1ab7875e8d94848102be43f6492e95320e8e9a9ecb9167654d0ee3f
 ---> a2247c3866a4
Step 2/16 : RUN sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni
 ---> Using cache
 ---> f8794179a3e3
Step 3/16 : 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
 ---> 2b66c1e1d3f4
Step 4/16 : RUN cd ~/opam-repository && git fetch origin master && git reset --hard 6d3d7021d944058cc7531905e065fe2cd72f01e8 && opam update
 ---> Using cache
 ---> bab6e86fbead
Step 5/16 : COPY --chown=opam 	ocurrent/current_docker.opam 	ocurrent/current_github.opam 	ocurrent/current_git.opam 	ocurrent/current.opam 	ocurrent/current_rpc.opam 	ocurrent/current_slack.opam 	ocurrent/current_web.opam 	/src/ocurrent/
 ---> Using cache
 ---> be292dd76379
Step 6/16 : WORKDIR /src
 ---> Using cache
 ---> cf234ae82dee
Step 7/16 : RUN opam pin add -yn current_docker.dev "./ocurrent" &&     opam pin add -yn current_github.dev "./ocurrent" &&     opam pin add -yn current_git.dev "./ocurrent" &&     opam pin add -yn current.dev "./ocurrent" &&     opam pin add -yn current_rpc.dev "./ocurrent" &&     opam pin add -yn current_slack.dev "./ocurrent" &&     opam pin add -yn current_web.dev "./ocurrent"
 ---> Using cache
 ---> f886b56b7815
Step 8/16 : COPY --chown=opam opam-repo-ci-api.opam opam-repo-ci-web.opam opam-repo-ci-service.opam /src/
 ---> Using cache
 ---> fc646e44e92d
Step 9/16 : RUN opam install -y --deps-only .
 ---> Using cache
 ---> 4aed81d4b83d
Step 10/16 : ADD --chown=opam . .
 ---> Using cache
 ---> d46a1aa18c9c
Step 11/16 : RUN opam exec -- dune build ./_build/install/default/bin/opam-repo-ci-web
 ---> Using cache
 ---> 6846e7ad4cc4
Step 12/16 : FROM debian:12
12: Pulling from library/debian
Digest: sha256:45f2e735295654f13e3be10da2a6892c708f71a71be845818f6058982761a6d3
Status: Image is up to date for debian:12
 ---> 425f8e4e2ae1
Step 13/16 : RUN apt-get update && apt-get install ca-certificates libev4 dumb-init -y --no-install-recommends
 ---> Using cache
 ---> daabc019b31c
Step 14/16 : WORKDIR /
 ---> Using cache
 ---> 340833168f5c
Step 15/16 : ENTRYPOINT ["dumb-init", "/usr/local/bin/opam-repo-ci-web"]
 ---> Using cache
 ---> 302df311f320
Step 16/16 : COPY --from=build /src/_build/install/default/bin/opam-repo-ci-web /usr/local/bin/
 ---> Using cache
 ---> d3473133960c
Successfully built d3473133960c
Job succeeded
2024-07-25 11:53.49: Job succeeded