Build:
  1. 0
2024-04-26 07:47.50: New job: Build Dockerfile.web using linux-arm64 in
                                [https://github.com/ocurrent/opam-repo-ci.git#refs/pull/297/head (3a2107e6daea0d144bf0da35533daedf46374a17)]
2024-04-26 07:47.50: Using cache hint "https://github.com/ocurrent/opam-repo-ci.git-Dockerfile.web"
2024-04-26 07:47.50: Waiting for resource in pool OCluster
2024-04-26 07:47.50: Waiting for worker…
2024-04-26 07:47.50: Got resource from pool OCluster
Building on molpadia.caelum.ci.dev
Submodule path 'ocaml-dockerfile': checked out '20116eeff92025994741782d36e6371064c1a4a6'
Submodule path 'ocaml-version': checked out '7a8d86e1fc66329b189a155136147970e03a3a54'
Submodule path 'ocluster': checked out '912ecfd38f003c6f537abca7e5313973b15ba615'
Submodule path 'ocurrent': checked out 'e43b6c5c896a4cc5ca5c1d0cfbf10a6401fbcd47'
HEAD is now at 0c9bb02 Update test expectations
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 3a2107e Update user accounts
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 '30f0376e7fa7b8290d0c24a88cccc32e5a6a9c3b'
Submodule path 'ocaml-version': checked out '7a8d86e1fc66329b189a155136147970e03a3a54'
Submodule path 'ocluster': checked out '164a3252d3a39f400ee4d3a2ac66d28585c62c7d'
Submodule path 'ocluster/obuilder': checked out '727fc265a86f388fe592db5cbb55e854630acc72'
Submodule path 'ocurrent': checked out '8e0b9d4bb348b13df8696fe63feba303b9a476fd'
Submodule path 'ocurrent/vendor/ocaml-gitlab': checked out '134d702d195504c024a380cf577bf8672aa5e91e'
Sending build context to Docker daemon  3.457MB

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
 ---> 9216f4241ce2
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
 ---> b75634214417
Step 4/16 : RUN cd ~/opam-repository && git fetch origin master && git reset --hard 6d3d7021d944058cc7531905e065fe2cd72f01e8 && opam update
 ---> Using cache
 ---> 317f3af4f465
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
 ---> cf859ab21a12
Step 6/16 : WORKDIR /src
 ---> Using cache
 ---> 4e353557f3fd
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
 ---> 0faf308317bc
Step 8/16 : COPY --chown=opam opam-repo-ci-api.opam opam-repo-ci-web.opam opam-repo-ci-service.opam /src/
 ---> Using cache
 ---> 6d5e8199a636
Step 9/16 : RUN opam install -y --deps-only .
 ---> Using cache
 ---> 200a8ad75635
Step 10/16 : ADD --chown=opam . .
 ---> 55a6e00fd820
Step 11/16 : RUN opam exec -- dune build ./_build/install/default/bin/opam-repo-ci-web
 ---> Running in 798a4f19a4a5
schema.capnp --> schema.mli schema.ml
kj/filesystem-disk-unix.c++:1681: warning: PWD environment variable doesn't match current directory; pwd = /src
schema.capnp --> schema.mli schema.ml
ocurrent.capnp --> ocurrent.mli ocurrent.ml
kj/filesystem-disk-unix.c++:1681: warning: PWD environment variable doesn't match current directory; pwd = /src
schema.capnp --> schema.mli schema.ml
kj/filesystem-disk-unix.c++:1681: warning: PWD environment variable doesn't match current directory; pwd = /src
Removing intermediate container 798a4f19a4a5
 ---> 8eb8fd399ac0
Step 12/16 : FROM debian:12
12: Pulling from library/debian
Digest: sha256:1aadfee8d292f64b045adb830f8a58bfacc15789ae5f489a0fedcd517a862cb9
Status: Image is up to date for debian:12
 ---> dc0de672ed12
Step 13/16 : RUN apt-get update && apt-get install ca-certificates libev4 dumb-init -y --no-install-recommends
 ---> Using cache
 ---> d49385a04abd
Step 14/16 : WORKDIR /
 ---> Using cache
 ---> 29c27a6b2be7
Step 15/16 : ENTRYPOINT ["dumb-init", "/usr/local/bin/opam-repo-ci-web"]
 ---> Using cache
 ---> fd1482487081
Step 16/16 : COPY --from=build /src/_build/install/default/bin/opam-repo-ci-web /usr/local/bin/
 ---> Using cache
 ---> 9de1ae501b0f
Successfully built 9de1ae501b0f
Job succeeded
2024-04-26 07:48.03: Job succeeded