Build:
  1. 0
2024-04-24 12:03.55: New job: Build Dockerfile using linux-arm64 in
                                [https://github.com/ocurrent/opam-repo-ci.git#refs/heads/live (0c9bb025f2b151e0e32f14f0a76aa1cd539b1286)]
2024-04-24 12:03.55: Will push staging image to ocurrentbuilder/staging:live-ocurrent-opam-repo-ci-linux-arm64
2024-04-24 12:03.55: Using cache hint "https://github.com/ocurrent/opam-repo-ci.git-Dockerfile"
2024-04-24 12:03.55: Waiting for resource in pool OCluster
2024-04-24 12:03.55: Waiting for worker…
2024-04-24 12:03.55: Got resource from pool OCluster
Building on okypous.caelum.ci.dev
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 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'
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/21 : 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/21 : RUN sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni
 ---> Using cache
 ---> 94b45a64c6ac
Step 3/21 : 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
 ---> ebce3141c7db
Step 4/21 : RUN cd ~/opam-repository && git fetch origin master && git reset --hard 6d3d7021d944058cc7531905e065fe2cd72f01e8 && opam update
 ---> Using cache
 ---> ce2851cc0db3
Step 5/21 : 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
 ---> 947efa844ecc
Step 6/21 : WORKDIR /src
 ---> Using cache
 ---> a4a00b3e293b
Step 7/21 : 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
 ---> 6f4c0cfd3b3a
Step 8/21 : COPY --chown=opam opam-repo-ci-service.opam opam-repo-ci-api.opam /src/
 ---> Using cache
 ---> 086623639d40
Step 9/21 : RUN opam install -y --deps-only .
 ---> Using cache
 ---> 03d272987d18
Step 10/21 : ADD --chown=opam . .
 ---> b300fbd9c303
Step 11/21 : RUN opam exec -- dune build ./_build/install/default/bin/opam-repo-ci-service
 ---> Running in decd20c0bf84
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 decd20c0bf84
 ---> 837c12f97222
Step 12/21 : FROM debian:12
12: Pulling from library/debian
Digest: sha256:1aadfee8d292f64b045adb830f8a58bfacc15789ae5f489a0fedcd517a862cb9
Status: Image is up to date for debian:12
 ---> dc0de672ed12
Step 13/21 : 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 -y --no-install-recommends
 ---> Using cache
 ---> 0e322b4c3009
Step 14/21 : RUN curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -
 ---> Using cache
 ---> 415a508ab176
Step 15/21 : RUN echo 'deb https://download.docker.com/linux/debian bookworm stable' >> /etc/apt/sources.list
 ---> Using cache
 ---> c678b6b74ba6
Step 16/21 : RUN apt-get update && apt-get install docker-ce -y --no-install-recommends
 ---> Using cache
 ---> b97c39123cc4
Step 17/21 : RUN git config --global user.name "ocaml" && git config --global user.email "ci"
 ---> Using cache
 ---> 4b2dd5f358df
Step 18/21 : WORKDIR /var/lib/ocurrent
 ---> Using cache
 ---> d0aa2125c821
Step 19/21 : ENTRYPOINT ["dumb-init", "/usr/local/bin/opam-repo-ci-service"]
 ---> Using cache
 ---> b6d73a4ee348
Step 20/21 : ENV OCAMLRUNPARAM=a=2
 ---> Using cache
 ---> 82ed7db2131b
Step 21/21 : COPY --from=build /src/_build/install/default/bin/opam-repo-ci-service /usr/local/bin/
 ---> 04c578553184
Successfully built 04c578553184
Pushing "sha256:04c578553184bb7e9bbe93b49ffce1929e15eb339e1aac75f8234bea3073ace9" to "ocurrentbuilder/staging:live-ocurrent-opam-repo-ci-linux-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrentbuilder/staging]
7863c75d7f4e: Preparing
52e29d88abcb: Preparing
9d3bf98a2c20: Preparing
18b5b6870f5d: Preparing
e6bf37d54812: Preparing
805927c1e193: Preparing
30aa1e7699db: Preparing
a0b7220ad76b: Preparing
805927c1e193: Waiting
30aa1e7699db: Waiting
a0b7220ad76b: Waiting
52e29d88abcb: Layer already exists
e6bf37d54812: Layer already exists
9d3bf98a2c20: Layer already exists
18b5b6870f5d: Layer already exists
805927c1e193: Layer already exists
30aa1e7699db: Layer already exists
a0b7220ad76b: Layer already exists
7863c75d7f4e: Pushed
live-ocurrent-opam-repo-ci-linux-arm64: digest: sha256:c605efadd757fc442fd57fc753e81127a9bd3950d6dc5795f60c91767ae13813 size: 1995
Job succeeded
2024-04-24 12:04.31: Job succeeded