Build:
- 0
2023-09-26 13:45.05: New job: Build Dockerfile.gitlab 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-gitlab-service-linux-arm64 2023-09-26 13:45.05: Using cache hint "https://github.com/ocurrent/ocaml-ci.git-Dockerfile.gitlab" 2023-09-26 13:45.05: Waiting for confirm-threshold > above-average 2023-09-26 13:54.21: Explicit approval received for this job 2023-09-26 13:54.21: Waiting for resource in pool OCluster 2023-09-26 13:54.21: Waiting for worker… 2023-09-26 13:54.21: Got resource from pool OCluster Building on okypous.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/27 : 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/27 : RUN sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni ---> Using cache ---> 2a117dbd4ce8 Step 3/27 : 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 ---> 2c0e59530b7c Step 4/27 : RUN cd ~/opam-repository && git fetch -q origin master && git reset --hard f35584e0c472f68694d003e96ba513b1ca7b17c6 && opam update ---> Using cache ---> e406bf1b0c39 Step 5/27 : COPY --chown=opam ocurrent/current_docker.opam ocurrent/current_github.opam ocurrent/current_gitlab.opam ocurrent/current_git.opam ocurrent/current.opam ocurrent/current_rpc.opam ocurrent/current_slack.opam ocurrent/current_web.opam /src/ocurrent/ ---> Using cache ---> eeedade38959 Step 6/27 : COPY --chown=opam ocluster/ocluster-api.opam ocluster/current_ocluster.opam /src/ocluster/ ---> Using cache ---> 5e78adcab134 Step 7/27 : COPY --chown=opam solver-service/solver-service-api.opam solver-service/solver-service.opam /src/solver-service/ ---> Using cache ---> 74154bb02d66 Step 8/27 : COPY --chown=opam ocurrent/vendor/ocaml-gitlab/gitlab.opam ocurrent/vendor/ocaml-gitlab/gitlab-unix.opam /src/ocaml-gitlab/ ---> Using cache ---> 01822d6aced8 Step 9/27 : COPY --chown=opam ocaml-dockerfile/dockerfile*.opam /src/ocaml-dockerfile/ ---> Using cache ---> 95647b94c93e Step 10/27 : WORKDIR /src ---> Using cache ---> bc00265b4f36 Step 11/27 : RUN opam pin add -yn current_docker.dev "./ocurrent" && opam pin add -yn current_github.dev "./ocurrent" && opam pin add -yn gitlab.dev "./ocaml-gitlab/" && opam pin add -yn gitlab-unix.dev "./ocaml-gitlab/" && opam pin add -yn current_gitlab.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 ocluster-api.dev "./ocluster" ---> Using cache ---> b2ce3aefec96 Step 12/27 : COPY --chown=opam ocaml-ci.opam ocaml-ci-gitlab.opam ocaml-ci-service.opam ocaml-ci-api.opam /src/ ---> Using cache ---> 2b0fef5b9e48 Step 13/27 : RUN opam install -y --deps-only . ---> Using cache ---> 3a05625cae36 Step 14/27 : ADD --chown=opam . . ---> Using cache ---> b1d40b610fc3 Step 15/27 : RUN opam exec -- dune build ./_build/install/default/bin/ocaml-ci-gitlab ---> Using cache ---> b69a2a5bbc10 Step 16/27 : FROM debian:12 12: Pulling from library/debian Digest: sha256:eaace54a93d7b69c7c52bb8ddf9b3fcba0c106a497bc1fdbb89a6299cf945c63 Status: Image is up to date for debian:12 ---> 5cd8b6447933 Step 17/27 : 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 ---> f70b4b1dc96b Step 18/27 : RUN curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add - ---> Using cache ---> 1b75acbe475d Step 19/27 : RUN echo 'deb https://download.docker.com/linux/debian bookworm stable' >> /etc/apt/sources.list ---> Using cache ---> 60d9ab54d896 Step 20/27 : RUN apt-get update && apt-get install docker-ce docker-buildx-plugin -y --no-install-recommends ---> Using cache ---> 7a6d46b9ceae Step 21/27 : WORKDIR /var/lib/ocurrent ---> Using cache ---> 3e4dc875756a Step 22/27 : ENTRYPOINT ["dumb-init", "/usr/local/bin/ocaml-ci-gitlab"] ---> Using cache ---> 28be05ba9adb Step 23/27 : ENV OCAMLRUNPARAM=a=2 ---> Using cache ---> 8282247eea0e Step 24/27 : ENV DOCKER_CLI_EXPERIMENTAL=enabled ---> Using cache ---> e26f91338bcb Step 25/27 : COPY --from=build /src/_build/install/default/bin/ocaml-ci-gitlab /src/_build/install/default/bin/solver-service /usr/local/bin/ ---> Using cache ---> 010b6d8a4017 Step 26/27 : RUN mkdir -p /migrations ---> Using cache ---> a16723405f86 Step 27/27 : COPY --from=build /src/migrations /migrations ---> Using cache ---> dbcfaad0018d Successfully built dbcfaad0018d Pushing "sha256:dbcfaad0018d7111aa03b721695a652ba9843a76ed0747fc8fc48e471baf3700" to "ocurrentbuilder/staging:live-ocurrent-ocaml-ci-gitlab-service-linux-arm64" as user "ocurrentbuilder" Login Succeeded The push refers to repository [docker.io/ocurrentbuilder/staging] 0f53f1f771f7: Preparing 2c70ee35510a: Preparing c3f0de027e69: Preparing 8ca637405b6e: Preparing 658c92b625ae: Preparing c817febb1275: Preparing dbb228b0d5db: Preparing bf1e3fec7caf: Preparing 1918497102ca: Preparing c817febb1275: Waiting dbb228b0d5db: Waiting bf1e3fec7caf: Waiting 1918497102ca: Waiting 8ca637405b6e: Layer already exists 658c92b625ae: Layer already exists c817febb1275: Layer already exists dbb228b0d5db: Layer already exists bf1e3fec7caf: Layer already exists 1918497102ca: Layer already exists 2c70ee35510a: Pushed 0f53f1f771f7: Pushed c3f0de027e69: Pushed live-ocurrent-ocaml-ci-gitlab-service-linux-arm64: digest: sha256:618de61244d39dad8045a268b7525da8c5c48687859739de7909970df783b5ac size: 2202 Job succeeded 2023-09-26 13:54.41: Job succeeded