Build:
- 0
2023-09-26 13:45.05: New job: Build Dockerfile.gitlab using linux-x86_64 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-x86_64 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.27: Explicit approval received for this job 2023-09-26 13:54.27: Waiting for resource in pool OCluster 2023-09-26 13:54.27: Waiting for worker… 2023-09-26 13:54.27: Got resource from pool OCluster Building on marpe.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 ---> 34e895762c9f Step 2/27 : RUN sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni ---> Using cache ---> 83814b029b90 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 ---> 97a91f070959 Step 4/27 : RUN cd ~/opam-repository && git fetch -q origin master && git reset --hard f35584e0c472f68694d003e96ba513b1ca7b17c6 && opam update ---> Using cache ---> 558069ae6108 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 ---> a165ab0612a8 Step 6/27 : COPY --chown=opam ocluster/ocluster-api.opam ocluster/current_ocluster.opam /src/ocluster/ ---> Using cache ---> 21c4b7d9cff1 Step 7/27 : COPY --chown=opam solver-service/solver-service-api.opam solver-service/solver-service.opam /src/solver-service/ ---> Using cache ---> 013e82201da7 Step 8/27 : COPY --chown=opam ocurrent/vendor/ocaml-gitlab/gitlab.opam ocurrent/vendor/ocaml-gitlab/gitlab-unix.opam /src/ocaml-gitlab/ ---> Using cache ---> 7efd396d8a92 Step 9/27 : COPY --chown=opam ocaml-dockerfile/dockerfile*.opam /src/ocaml-dockerfile/ ---> Using cache ---> 52ce3fb72647 Step 10/27 : WORKDIR /src ---> Using cache ---> ec6a0ad3ca47 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 ---> 6c1b681b0ebb Step 12/27 : COPY --chown=opam ocaml-ci.opam ocaml-ci-gitlab.opam ocaml-ci-service.opam ocaml-ci-api.opam /src/ ---> Using cache ---> 9ae4875ab0f2 Step 13/27 : RUN opam install -y --deps-only . ---> Using cache ---> a58fc822eade Step 14/27 : ADD --chown=opam . . ---> Using cache ---> 94ebcf585120 Step 15/27 : RUN opam exec -- dune build ./_build/install/default/bin/ocaml-ci-gitlab ---> Using cache ---> 85430c2045e9 Step 16/27 : FROM debian:12 12: Pulling from library/debian Digest: sha256:eaace54a93d7b69c7c52bb8ddf9b3fcba0c106a497bc1fdbb89a6299cf945c63 Status: Image is up to date for debian:12 ---> 2657a4a0a6d5 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 ---> 3c2f17678f14 Step 18/27 : RUN curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add - ---> Using cache ---> 3a8136dfe0ee Step 19/27 : RUN echo 'deb https://download.docker.com/linux/debian bookworm stable' >> /etc/apt/sources.list ---> Using cache ---> 11beb37a566d Step 20/27 : RUN apt-get update && apt-get install docker-ce docker-buildx-plugin -y --no-install-recommends ---> Using cache ---> 7b7375fbce96 Step 21/27 : WORKDIR /var/lib/ocurrent ---> Using cache ---> 9527f34d8676 Step 22/27 : ENTRYPOINT ["dumb-init", "/usr/local/bin/ocaml-ci-gitlab"] ---> Using cache ---> 211229d1a91b Step 23/27 : ENV OCAMLRUNPARAM=a=2 ---> Using cache ---> 55e9fb1ec6c9 Step 24/27 : ENV DOCKER_CLI_EXPERIMENTAL=enabled ---> Using cache ---> b375f9a271eb 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 ---> 2b203e27e501 Step 26/27 : RUN mkdir -p /migrations ---> Using cache ---> e1d0de9a5b73 Step 27/27 : COPY --from=build /src/migrations /migrations ---> Using cache ---> 33302683e782 Successfully built 33302683e782 Pushing "sha256:33302683e7821e029fedde9b5806cad1e12dceadc38edea296be75ffb9f7dd89" to "ocurrentbuilder/staging:live-ocurrent-ocaml-ci-gitlab-service-linux-x86_64" as user "ocurrentbuilder" Login Succeeded The push refers to repository [docker.io/ocurrentbuilder/staging] a2a2ef6e8d23: Preparing 44e3015f813e: Preparing ec2c09cd54f8: Preparing 9208c8fe4350: Preparing c69cae4e2469: Preparing e05ed2a57f59: Preparing af738d80f028: Preparing 8c15aa2a1192: Preparing 7c85cfa30cb1: Preparing af738d80f028: Waiting 8c15aa2a1192: Waiting e05ed2a57f59: Waiting c69cae4e2469: Layer already exists e05ed2a57f59: Layer already exists 9208c8fe4350: Layer already exists 8c15aa2a1192: Layer already exists af738d80f028: Layer already exists 7c85cfa30cb1: Layer already exists a2a2ef6e8d23: Pushed 44e3015f813e: Pushed ec2c09cd54f8: Pushed live-ocurrent-ocaml-ci-gitlab-service-linux-x86_64: digest: sha256:a3b6a4178ef250ae131050364684f22179975ab9be4b1406f430567f87b6ad89 size: 2202 Job succeeded 2023-09-26 13:54.47: Job succeeded