Build:
- 0
2023-09-26 13:45.05: New job: Build Dockerfile using linux-arm64 in [https://github.com/ocurrent/ocaml-ci.git#refs/heads/live-engine (e258fb72d8753c3a83ffc7bdf78e0fd3b6ddef00)] 2023-09-26 13:45.05: Will push staging image to ocurrentbuilder/staging:live-ocurrent-ocaml-ci-service-linux-arm64 2023-09-26 13:45.05: Using cache hint "https://github.com/ocurrent/ocaml-ci.git-Dockerfile" 2023-09-26 13:45.05: Waiting for confirm-threshold > above-average 2023-09-26 13:54.36: Explicit approval received for this job 2023-09-26 13:54.36: Waiting for resource in pool OCluster 2023-09-26 13:54.36: Waiting for worker… 2023-09-26 13:54.36: Got resource from pool OCluster Building on molpadia.caelum.ci.dev All commits already cached Submodule path 'ocaml-dockerfile': checked out '416f91256b8d14e223412e5b71573ebb0936ab13' Submodule path 'ocaml-version': checked out '75304c7ceb2da139b11dfbfa84e8a4fa944e7527' Submodule path 'ocluster': checked out '3ef671ca10ec369bb9e7c828d78aa076b59cfd44' Submodule path 'ocurrent': checked out '5a51790d9da17b8a950e2b85afc8aa66fa8ae480' Submodule path 'solver-service': checked out 'f14bc6fdb22c1cef45bb3d3589bd778f4d6c8196' HEAD is now at e258fb7 Merge pull request #880 from moyodiallo/update-opam-lint Synchronizing submodule url for 'ocaml-dockerfile' Synchronizing submodule url for 'ocaml-version' Synchronizing submodule url for 'ocluster' Synchronizing submodule url for 'ocurrent' Synchronizing submodule url for 'solver-service' 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' Cleared directory 'solver-service' Submodule 'solver-service' (https://github.com/ocurrent/solver-service.git) unregistered for path 'solver-service' 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 'solver-service' (https://github.com/ocurrent/solver-service.git) registered for path 'solver-service' Submodule path 'ocaml-dockerfile': checked out '416f91256b8d14e223412e5b71573ebb0936ab13' Submodule path 'ocaml-version': checked out '75304c7ceb2da139b11dfbfa84e8a4fa944e7527' Submodule path 'ocluster': checked out '3ef671ca10ec369bb9e7c828d78aa076b59cfd44' Submodule path 'ocluster/obuilder': checked out '5420139a532d1b649b89b8f76171a021469cdf7e' Submodule path 'ocurrent': checked out '5a51790d9da17b8a950e2b85afc8aa66fa8ae480' Submodule path 'ocurrent/vendor/ocaml-gitlab': checked out 'aaddc3415f1ddfff2785329f90d2b55c94536d5f' Submodule path 'solver-service': checked out 'f14bc6fdb22c1cef45bb3d3589bd778f4d6c8196' Sending build context to Docker daemon 12.48MB Step 1/26 : FROM ocaml/opam:debian-12-ocaml-4.14@sha256:45b04e2a4c933c57549382045dfac12cb7e872cace0456f92f4b022066e48111 AS build docker.io/ocaml/opam:debian-12-ocaml-4.14@sha256:45b04e2a4c933c57549382045dfac12cb7e872cace0456f92f4b022066e48111: Pulling from ocaml/opam Digest: sha256:45b04e2a4c933c57549382045dfac12cb7e872cace0456f92f4b022066e48111 Status: Downloaded newer image for ocaml/opam:debian-12-ocaml-4.14@sha256:45b04e2a4c933c57549382045dfac12cb7e872cace0456f92f4b022066e48111 ---> 6dee1b6dfc46 Step 2/26 : RUN sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni ---> Using cache ---> ce20b3a8b613 Step 3/26 : RUN sudo apt-get update && sudo apt-get install libev-dev capnproto m4 pkg-config libsqlite3-dev libgmp-dev graphviz -y --no-install-recommends ---> Using cache ---> 0a406d861193 Step 4/26 : RUN cd ~/opam-repository && git fetch -q origin master && git reset --hard f35584e0c472f68694d003e96ba513b1ca7b17c6 && opam update ---> Using cache ---> 8ba80a792926 Step 5/26 : 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 ---> d9d3e3009911 Step 6/26 : COPY --chown=opam ocluster/ocluster-api.opam ocluster/current_ocluster.opam /src/ocluster/ ---> Using cache ---> de76675415bf Step 7/26 : COPY --chown=opam solver-service/solver-service-api.opam solver-service/solver-service.opam solver-service/solver-worker.opam /src/solver-service/ ---> Using cache ---> 780d16b2b4d2 Step 8/26 : COPY --chown=opam ocaml-dockerfile/dockerfile*.opam /src/ocaml-dockerfile/ ---> Using cache ---> 2d66b1f9775a Step 9/26 : WORKDIR /src ---> Using cache ---> 4f065240aaaa Step 10/26 : 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" && opam pin add -yn current_ocluster.dev "./ocluster" && opam pin add -yn dockerfile.dev "./ocaml-dockerfile" && opam pin add -yn dockerfile-opam.dev "./ocaml-dockerfile" && opam pin add -yn solver-service-api.dev "./solver-service" && opam pin add -yn solver-service.dev "./solver-service" && opam pin add -yn solver-worker.dev "./solver-service" && opam pin add -yn ocluster-api.dev "./ocluster" ---> Using cache ---> 4b1fc0f916a3 Step 11/26 : COPY --chown=opam ocaml-ci.opam ocaml-ci-service.opam ocaml-ci-api.opam /src/ ---> Using cache ---> 08760bce65b5 Step 12/26 : RUN opam install -y --deps-only . ---> Using cache ---> 6e00646eb3a5 Step 13/26 : ADD --chown=opam . . ---> Using cache ---> 286337f91963 Step 14/26 : RUN opam exec -- dune build ./_build/install/default/bin/ocaml-ci-service ---> Using cache ---> 7afcfc573fed Step 15/26 : FROM debian:12 12: Pulling from library/debian Digest: sha256:eaace54a93d7b69c7c52bb8ddf9b3fcba0c106a497bc1fdbb89a6299cf945c63 Status: Image is up to date for debian:12 ---> 5cd8b6447933 Step 16/26 : RUN apt-get update && apt-get install libev4 openssh-client curl gnupg2 dumb-init git graphviz libsqlite3-dev ca-certificates netbase -y --no-install-recommends ---> Using cache ---> 9fd2d0979705 Step 17/26 : RUN curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add - ---> Using cache ---> 7a30679c1503 Step 18/26 : RUN echo 'deb https://download.docker.com/linux/debian bookworm stable' >> /etc/apt/sources.list ---> Using cache ---> c50c000f1f19 Step 19/26 : RUN apt-get update && apt-get install docker-ce docker-buildx-plugin -y --no-install-recommends ---> Using cache ---> d0493b32c1b7 Step 20/26 : WORKDIR /var/lib/ocurrent ---> Using cache ---> 20c5d0982e38 Step 21/26 : ENTRYPOINT ["dumb-init", "/usr/local/bin/ocaml-ci-service"] ---> Using cache ---> 60ef88e6f304 Step 22/26 : ENV OCAMLRUNPARAM=a=2 ---> Using cache ---> 6d10077dd5c4 Step 23/26 : ENV DOCKER_CLI_EXPERIMENTAL=enabled ---> Using cache ---> 6de9e5521f03 Step 24/26 : COPY --from=build /src/_build/install/default/bin/ocaml-ci-service /src/_build/install/default/bin/solver-service /usr/local/bin/ ---> Using cache ---> 3a7119b8ffeb Step 25/26 : RUN mkdir -p /migrations ---> Using cache ---> 2f23b1533097 Step 26/26 : COPY --from=build /src/migrations /migrations ---> Using cache ---> c0db88214acc Successfully built c0db88214acc Pushing "sha256:c0db88214acc331f6d7a3108b37cd791bef947b0e669b1a5f592c50b226cc4cc" to "ocurrentbuilder/staging:live-ocurrent-ocaml-ci-service-linux-arm64" as user "ocurrentbuilder" Login Succeeded The push refers to repository [docker.io/ocurrentbuilder/staging] 0d5c634188cc: Preparing d2b30635bd83: Preparing d4facc9a21e6: Preparing fd092bdcafec: Preparing 19abc17ee342: Preparing f198bc1938e1: Preparing 6dae068817e7: Preparing 91d87d88ebc4: Preparing 1918497102ca: Preparing 91d87d88ebc4: Waiting f198bc1938e1: Waiting 6dae068817e7: Waiting 1918497102ca: Waiting fd092bdcafec: Layer already exists 19abc17ee342: Layer already exists f198bc1938e1: Layer already exists 6dae068817e7: Layer already exists 91d87d88ebc4: Layer already exists 1918497102ca: Layer already exists d2b30635bd83: Pushed 0d5c634188cc: Pushed d4facc9a21e6: Pushed live-ocurrent-ocaml-ci-service-linux-arm64: digest: sha256:7ad7c1a910ddac1de562205fa7e55b421b6b9d98b3136ef45332eb3f091a5f53 size: 2202 Job succeeded 2023-09-26 13:54.56: Job succeeded