Build:
  1. 0
2023-03-17 17:34.32: New job: Build Dockerfile.gitlab using linux-x86_64 in
                                [https://github.com/ocurrent/ocaml-ci.git#refs/pull/790/head (8c93ddb5def8f868d709ea176ee1950148629cd1)]
2023-03-17 17:34.32: Using cache hint "https://github.com/ocurrent/ocaml-ci.git-Dockerfile.gitlab"
2023-03-17 17:34.32: Waiting for resource in pool OCluster
2023-03-17 17:34.32: Waiting for worker…
2023-03-17 17:49.45: Got resource from pool OCluster
Building on laodoke.ocamllabs.io
All commits already cached
Submodule path 'ocaml-dockerfile': checked out '60eb31dbea462ca993fa971ae62dc00443027eac'
Submodule path 'ocaml-gitlab': checked out 'f320f7f25cd26152082380edbf6063e01427014d'
Submodule path 'ocluster': checked out '513c17095fa97f3418970180cd72de880869c292'
Submodule path 'ocurrent': checked out '53fd3263d04407df6b7a627abe85667d011c0060'
Submodule path 'solver-service': checked out 'bea632588e4cff9b38fa66d6182cc9b0380e789d'
HEAD is now at 8c93ddb Tests for platforms
Synchronising submodule url for 'ocaml-dockerfile'
Synchronising submodule url for 'ocaml-gitlab'
Synchronising submodule url for 'ocluster'
Synchronising submodule url for 'ocurrent'
Synchronising 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-gitlab'
Submodule 'ocaml-gitlab' (https://github.com/tmcgilchrist/ocaml-gitlab.git) unregistered for path 'ocaml-gitlab'
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-gitlab' (https://github.com/tmcgilchrist/ocaml-gitlab.git) registered for path 'ocaml-gitlab'
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 '60eb31dbea462ca993fa971ae62dc00443027eac'
Submodule path 'ocaml-gitlab': checked out 'f320f7f25cd26152082380edbf6063e01427014d'
Submodule path 'ocluster': checked out '513c17095fa97f3418970180cd72de880869c292'
Submodule path 'ocluster/obuilder': checked out '6e05d0f2c34ff87d2bebdb960ba20ad1ac62d770'
Submodule path 'ocurrent': checked out '53fd3263d04407df6b7a627abe85667d011c0060'
Submodule path 'solver-service': checked out 'bea632588e4cff9b38fa66d6182cc9b0380e789d'
Sending build context to Docker daemon   12.2MB

Step 1/26 : FROM ocaml/opam:debian-11-ocaml-4.14@sha256:bc7e053abdfca481d15f49291f8151a63207d843d3065b4b5a2f6f68681cbd4b AS build
docker.io/ocaml/opam:debian-11-ocaml-4.14@sha256:bc7e053abdfca481d15f49291f8151a63207d843d3065b4b5a2f6f68681cbd4b: Pulling from ocaml/opam
Digest: sha256:bc7e053abdfca481d15f49291f8151a63207d843d3065b4b5a2f6f68681cbd4b
Status: Image is up to date for ocaml/opam:debian-11-ocaml-4.14@sha256:bc7e053abdfca481d15f49291f8151a63207d843d3065b4b5a2f6f68681cbd4b
 ---> baaf656acb54
Step 2/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
 ---> d9d91100a03e
Step 3/26 : RUN cd ~/opam-repository && git fetch -q origin master && git reset --hard c59aec93bab15c48f633a83cea5344ddbfbf5556 && opam update
 ---> Using cache
 ---> f8abf2cd2fe7
Step 4/26 : 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
 ---> d5bdeeb761a3
Step 5/26 : COPY --chown=opam 	ocluster/ocluster-api.opam 	ocluster/current_ocluster.opam 	/src/ocluster/
 ---> Using cache
 ---> 1fc23520152f
Step 6/26 : COPY --chown=opam 	solver-service/solver-service-api.opam 	solver-service/solver-service.opam 	/src/solver-service/
 ---> Using cache
 ---> 5814f9b29c78
Step 7/26 : COPY --chown=opam 	ocaml-gitlab/gitlab.opam 	ocaml-gitlab/gitlab-unix.opam 	/src/ocaml-gitlab/
 ---> Using cache
 ---> bdc89f4703d7
Step 8/26 : COPY --chown=opam 	ocaml-dockerfile/dockerfile*.opam 	/src/ocaml-dockerfile/
 ---> Using cache
 ---> 1d5eee1fc59f
Step 9/26 : WORKDIR /src
 ---> Using cache
 ---> e3821febd369
Step 10/26 : 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
 ---> f75a08d8deaf
Step 11/26 : COPY --chown=opam ocaml-ci.opam ocaml-ci-gitlab.opam ocaml-ci-service.opam ocaml-ci-api.opam /src/
 ---> Using cache
 ---> a18217f7b6b9
Step 12/26 : RUN opam-2.1 install -y --deps-only .
 ---> Using cache
 ---> b2d2be9e7b38
Step 13/26 : ADD --chown=opam . .
 ---> d4e5ffca2902
Step 14/26 : RUN opam-2.1 exec -- dune build ./_build/install/default/bin/ocaml-ci-gitlab
 ---> Running in dd5a925375c6
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
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
Removing intermediate container dd5a925375c6
 ---> fe6c3325c890
Step 15/26 : FROM debian:11
11: Pulling from library/debian
Digest: sha256:f81bf5a8b57d6aa1824e4edb9aea6bd5ef6240bcc7d86f303f197a2eb77c430f
Status: Image is up to date for debian:11
 ---> 72b624312240
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
 ---> f5410fb538bc
Step 17/26 : RUN curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -
 ---> Using cache
 ---> c17f341831fd
Step 18/26 : RUN echo 'deb https://download.docker.com/linux/debian buster stable' >> /etc/apt/sources.list
 ---> Using cache
 ---> 815a1d5e2333
Step 19/26 : RUN apt-get update && apt-get install docker-ce docker-buildx-plugin -y --no-install-recommends
 ---> Using cache
 ---> b01bedf59b6c
Step 20/26 : WORKDIR /var/lib/ocurrent
 ---> Using cache
 ---> fdd48c6e4010
Step 21/26 : ENTRYPOINT ["dumb-init", "/usr/local/bin/ocaml-ci-gitlab"]
 ---> Using cache
 ---> 413330cd8d23
Step 22/26 : ENV OCAMLRUNPARAM=a=2
 ---> Using cache
 ---> 418aa25dc457
Step 23/26 : ENV DOCKER_CLI_EXPERIMENTAL=enabled
 ---> Using cache
 ---> 9b5ea3fe499b
Step 24/26 : COPY --from=build /src/_build/install/default/bin/ocaml-ci-gitlab /src/_build/install/default/bin/solver-service /usr/local/bin/
 ---> cab2c6d5679d
Step 25/26 : RUN mkdir -p /migrations
 ---> Running in f1c583ec30d0
Removing intermediate container f1c583ec30d0
 ---> 44f81573e57d
Step 26/26 : COPY --from=build /src/migrations /migrations
 ---> 44a3aa156ebb
Successfully built 44a3aa156ebb
Job succeeded
2023-03-17 17:50.20: Job succeeded