Build:
- 0
2024-12-01 20:11.28: New job: Build Dockerfile using linux-x86_64 in [https://github.com/ocurrent/ocurrent-deployer.git#refs/pull/244/head (d321dca655cb16b9133a25400365bab0d12f7f0b)] 2024-12-01 20:11.28: Using cache hint "https://github.com/ocurrent/ocurrent-deployer.git-Dockerfile" 2024-12-01 20:11.28: Waiting for resource in pool OCluster 2024-12-01 20:11.28: Waiting for worker… 2024-12-01 20:11.29: Got resource from pool OCluster Building on x86-bm-c10.sw.ocaml.org Submodule path 'ocluster': checked out 'c8d092f0d0c01253a9199b94465f00f1dcbbe94d' Submodule path 'ocurrent': checked out '87dc7d1959b5d03a3d6ba462f2d96392988e7426' HEAD is now at 4ed7ba3 Fix docs Synchronizing submodule url for 'ocluster' Synchronizing submodule url for 'ocurrent' 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' HEAD is now at d321dca Replace git submodules with published dependencies Sending build context to Docker daemon 275.5kB Step 1/20 : FROM ocaml/opam:debian-12-ocaml-4.14@sha256:06d58a5cb1ab7875e8d94848102be43f6492e95320e8e9a9ecb9167654d0ee3f AS build docker.io/ocaml/opam:debian-12-ocaml-4.14@sha256:06d58a5cb1ab7875e8d94848102be43f6492e95320e8e9a9ecb9167654d0ee3f: Pulling from ocaml/opam Digest: sha256:06d58a5cb1ab7875e8d94848102be43f6492e95320e8e9a9ecb9167654d0ee3f Status: Image is up to date for ocaml/opam:debian-12-ocaml-4.14@sha256:06d58a5cb1ab7875e8d94848102be43f6492e95320e8e9a9ecb9167654d0ee3f ---> f293d9703a05 Step 2/20 : RUN sudo apt-get update && sudo apt-get install libffi-dev libev-dev m4 pkg-config libsqlite3-dev libgmp-dev libssl-dev capnproto graphviz -y --no-install-recommends ---> Using cache ---> b4c28ef9413f Step 3/20 : RUN cd ~/opam-repository && git fetch -q origin master && git reset --hard 99bc90ff813af4d02cb0627f6b3e5a8c84e2e04a && opam update ---> Using cache ---> f4b2d2eac31d Step 4/20 : COPY --chown=opam deployer.opam /src/ ---> Using cache ---> c209dcc12709 Step 5/20 : WORKDIR /src ---> Using cache ---> ef9390cb6968 Step 6/20 : RUN opam pin -yn add . ---> Using cache ---> 3b302742c27e Step 7/20 : RUN opam install -y --deps-only . ---> Using cache ---> 72f7f4f9060c Step 8/20 : ADD --chown=opam . . ---> f41bea25823e Step 9/20 : RUN opam config exec -- dune build ./_build/install/default/bin/ocurrent-deployer ---> Running in b8c4eb3dae03 Removing intermediate container b8c4eb3dae03 ---> b280622fbf39 Step 10/20 : FROM debian:12 12: Pulling from library/debian Digest: sha256:10901ccd8d249047f9761845b4594f121edef079cfd8224edebd9ea726f0a7f6 Status: Image is up to date for debian:12 ---> 63ba939a68fd Step 11/20 : RUN apt-get update && apt-get install libffi-dev libev4 openssh-client curl gnupg2 dumb-init git graphviz libsqlite3-dev ca-certificates netbase rsync awscli -y --no-install-recommends ---> Using cache ---> 3788af76315d Step 12/20 : RUN curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add - ---> Using cache ---> 1af5097937ec Step 13/20 : RUN echo 'deb [arch=amd64] https://download.docker.com/linux/debian bookworm stable' >> /etc/apt/sources.list ---> Using cache ---> 22a03c9e4cca Step 14/20 : RUN apt-get update && apt-get install docker-ce docker-ce-cli docker-buildx-plugin docker-compose-plugin -y --no-install-recommends ---> Using cache ---> 326358e90727 Step 15/20 : WORKDIR /var/lib/ocurrent ---> Using cache ---> d9ce86082c31 Step 16/20 : ENTRYPOINT ["dumb-init", "/usr/local/bin/ocurrent-deployer"] ---> Using cache ---> 7bc4f8961664 Step 17/20 : COPY create-config.sh create-config.sh ---> Using cache ---> 3188a3f9f491 Step 18/20 : RUN ./create-config.sh ---> Using cache ---> b8cca96ccca0 Step 19/20 : RUN docker context use default ---> Using cache ---> 5b4c0930e118 Step 20/20 : COPY --from=build /src/_build/install/default/bin/ocurrent-deployer /usr/local/bin/ ---> d4b134297cba Successfully built d4b134297cba Job succeeded 2024-12-01 20:11.44: Job succeeded