Build:
  1. 0
2023-03-17 17:34.32: New job: Build Dockerfile 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"
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:48.25: Got resource from pool OCluster
Building on cree.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
Synchronizing submodule url for 'ocaml-dockerfile'
Synchronizing submodule url for 'ocaml-gitlab'
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-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/25 : 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/25 : 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
 ---> 0cb87c2c3a7d
Step 3/25 : RUN cd ~/opam-repository && git fetch -q origin master && git reset --hard c59aec93bab15c48f633a83cea5344ddbfbf5556 && opam update
 ---> Using cache
 ---> 3e49227de605
Step 4/25 : 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
 ---> a658e8bd5058
Step 5/25 : COPY --chown=opam 	ocluster/ocluster-api.opam 	ocluster/current_ocluster.opam 	/src/ocluster/
 ---> Using cache
 ---> 7a2d172d83a2
Step 6/25 : COPY --chown=opam 	solver-service/solver-service-api.opam 	solver-service/solver-service.opam 	/src/solver-service/
 ---> Using cache
 ---> 801289731406
Step 7/25 : COPY --chown=opam 	ocaml-dockerfile/dockerfile*.opam 	/src/ocaml-dockerfile/
 ---> Using cache
 ---> 2400b9d6d495
Step 8/25 : WORKDIR /src
 ---> Using cache
 ---> 121823071e05
Step 9/25 : 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 ocluster-api.dev "./ocluster"
 ---> Using cache
 ---> cb12584451b3
Step 10/25 : COPY --chown=opam ocaml-ci.opam ocaml-ci-service.opam ocaml-ci-api.opam /src/
 ---> Using cache
 ---> 7dd55aed41f3
Step 11/25 : RUN opam-2.1 install -y --deps-only .
 ---> Using cache
 ---> bdf38e545d37
Step 12/25 : ADD --chown=opam . .
 ---> efd2f7c334eb
Step 13/25 : RUN opam-2.1 exec -- dune build ./_build/install/default/bin/ocaml-ci-service
 ---> Running in 9994d0634e29
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 9994d0634e29
 ---> 63fd2e72662d
Step 14/25 : FROM debian:11
11: Pulling from library/debian
Digest: sha256:f81bf5a8b57d6aa1824e4edb9aea6bd5ef6240bcc7d86f303f197a2eb77c430f
Status: Image is up to date for debian:11
 ---> 72b624312240
Step 15/25 : 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
 ---> 12aa0b7ebf57
Step 16/25 : RUN curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -
 ---> Using cache
 ---> 83d77a235396
Step 17/25 : RUN echo 'deb https://download.docker.com/linux/debian buster stable' >> /etc/apt/sources.list
 ---> Using cache
 ---> 671553ac6d55
Step 18/25 : RUN apt-get update && apt-get install docker-ce docker-buildx-plugin -y --no-install-recommends
 ---> Using cache
 ---> 1140a3753598
Step 19/25 : WORKDIR /var/lib/ocurrent
 ---> Using cache
 ---> 7430aadb7ec0
Step 20/25 : ENTRYPOINT ["dumb-init", "/usr/local/bin/ocaml-ci-service"]
 ---> Using cache
 ---> b7a313342120
Step 21/25 : ENV OCAMLRUNPARAM=a=2
 ---> Using cache
 ---> 552c55531623
Step 22/25 : ENV DOCKER_CLI_EXPERIMENTAL=enabled
 ---> Using cache
 ---> 6d00028bcf04
Step 23/25 : COPY --from=build /src/_build/install/default/bin/ocaml-ci-service /src/_build/install/default/bin/solver-service /usr/local/bin/
 ---> 70df42771d9b
Step 24/25 : RUN mkdir -p /migrations
 ---> Running in dc7d82ca81e7
Removing intermediate container dc7d82ca81e7
 ---> 3a4cf8f33120
Step 25/25 : COPY --from=build /src/migrations /migrations
 ---> 3be08753fcf4
Successfully built 3be08753fcf4
Job succeeded
2023-03-17 17:48.59: Job succeeded