Build:
  1. 0
2024-04-26 08:03.45: New job: Build Dockerfile.web using linux-x86_64 in
                                [https://github.com/ocurrent/opam-repo-ci.git#refs/heads/live (25797b8c8ec54068d13e9a13264995794112faeb)]
2024-04-26 08:03.45: Using cache hint "https://github.com/ocurrent/opam-repo-ci.git-Dockerfile.web"
2024-04-26 08:03.45: Waiting for resource in pool OCluster
2024-04-26 08:03.45: Waiting for worker…
2024-04-26 08:04.21: Got resource from pool OCluster
Building on x86-bm-c7.sw.ocaml.org
All commits already cached
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 25797b8 Update user accounts
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'
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 '20116eeff92025994741782d36e6371064c1a4a6'
Submodule path 'ocaml-version': checked out '7a8d86e1fc66329b189a155136147970e03a3a54'
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.664MB

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
 ---> f293d9703a05
Step 2/16 : RUN sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni
 ---> Using cache
 ---> 3802d914daf5
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
 ---> 00f87fe83860
Step 4/16 : RUN cd ~/opam-repository && git fetch origin master && git reset --hard 6d3d7021d944058cc7531905e065fe2cd72f01e8 && opam update
 ---> Using cache
 ---> 9f9d42cca435
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
 ---> 8e9257dbde51
Step 6/16 : WORKDIR /src
 ---> Using cache
 ---> 73e5cf843c42
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
 ---> c63b2b892266
Step 8/16 : COPY --chown=opam opam-repo-ci-api.opam opam-repo-ci-web.opam opam-repo-ci-service.opam /src/
 ---> Using cache
 ---> af22dfe2d33e
Step 9/16 : RUN opam install -y --deps-only .
 ---> Using cache
 ---> 411827cbf647
Step 10/16 : ADD --chown=opam . .
 ---> 27147522399e
Step 11/16 : RUN opam exec -- dune build ./_build/install/default/bin/opam-repo-ci-web
 ---> Running in 814f46f6746c
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
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 814f46f6746c
 ---> 72af81eec0de
Step 12/16 : FROM debian:12
12: Pulling from library/debian
Digest: sha256:1aadfee8d292f64b045adb830f8a58bfacc15789ae5f489a0fedcd517a862cb9
Status: Image is up to date for debian:12
 ---> d2a2c1ada45a
Step 13/16 : RUN apt-get update && apt-get install ca-certificates libev4 dumb-init -y --no-install-recommends
 ---> Using cache
 ---> 16f53ef15dd9
Step 14/16 : WORKDIR /
 ---> Using cache
 ---> 19aa7cde4bf3
Step 15/16 : ENTRYPOINT ["dumb-init", "/usr/local/bin/opam-repo-ci-web"]
 ---> Using cache
 ---> 305a68df2f27
Step 16/16 : COPY --from=build /src/_build/install/default/bin/opam-repo-ci-web /usr/local/bin/
 ---> Using cache
 ---> 82d492235a61
Successfully built 82d492235a61
Job succeeded
2024-04-26 08:04.52: Job succeeded