Build:
- 0
2024-09-05 09:59.22: New job: Build Dockerfile using linux-x86_64 in [https://github.com/ocurrent/docker-base-images.git#refs/heads/master (d976101fe64ffa7112b2e3846b0cba07b7106bd8)] 2024-09-05 09:59.22: Using cache hint "https://github.com/ocurrent/docker-base-images.git-Dockerfile" 2024-09-05 09:59.22: Waiting for resource in pool OCluster 2024-09-05 09:59.22: Waiting for worker… 2024-09-05 09:59.50: Got resource from pool OCluster Building on asteria.caelum.ci.dev Submodule path 'ocaml-dockerfile': checked out '35711fc684c0cadefac1cfa5ab579a6ca953d5e9' Submodule path 'ocaml-version': checked out 'b80aad5425c7dd6f1e6f8925f5719c72f8b8f7fa' Submodule path 'ocluster': checked out '8fd1ca1da935154e6c532c45a4d8d4c6a2f9d307' Submodule path 'ocurrent': checked out '41e2a72872d6711410c771c5537023a120d85fee' HEAD is now at 1517993 Use official Ubuntu RISCV images Synchronizing submodule url for 'ocaml-dockerfile' Synchronizing submodule url for 'ocaml-version' Synchronizing submodule url for 'ocluster' Synchronizing submodule url for 'ocurrent' 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' HEAD is now at d976101 Merge pull request #296 from mtelvers/ubuntu-riscv warning: Could not unset core.worktree setting in submodule 'ocaml-dockerfile' Cleared directory 'ocaml-dockerfile' warning: Could not unset core.worktree setting in submodule 'ocaml-version' Cleared directory 'ocaml-version' warning: Could not unset core.worktree setting in submodule 'ocluster' Cleared directory 'ocluster' warning: Could not unset core.worktree setting in submodule 'ocurrent' Cleared directory 'ocurrent' 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 path 'ocaml-dockerfile': checked out '35711fc684c0cadefac1cfa5ab579a6ca953d5e9' Submodule path 'ocaml-version': checked out 'b80aad5425c7dd6f1e6f8925f5719c72f8b8f7fa' Submodule path 'ocluster': checked out '8fd1ca1da935154e6c532c45a4d8d4c6a2f9d307' Submodule path 'ocluster/obuilder': checked out '2d0af3df9d934c936736986e827e9d1f5b94aed9' Submodule path 'ocurrent': checked out '41e2a72872d6711410c771c5537023a120d85fee' Submodule path 'ocurrent/vendor/ocaml-gitlab': checked out '134d702d195504c024a380cf577bf8672aa5e91e' Sending build context to Docker daemon 3.92MB Step 1/19 : FROM ocaml/opam:debian-12-ocaml-4.14@sha256:b716ae07fd6520cc80c71eb199239c73558732a3df313a6296a61999c8b44ab0 as build docker.io/ocaml/opam:debian-12-ocaml-4.14@sha256:b716ae07fd6520cc80c71eb199239c73558732a3df313a6296a61999c8b44ab0: Pulling from ocaml/opam Digest: sha256:b716ae07fd6520cc80c71eb199239c73558732a3df313a6296a61999c8b44ab0 Status: Image is up to date for ocaml/opam:debian-12-ocaml-4.14@sha256:b716ae07fd6520cc80c71eb199239c73558732a3df313a6296a61999c8b44ab0 ---> a271c0acb6f5 Step 2/19 : RUN sudo apt-get update && sudo apt-get install libev-dev capnproto graphviz m4 pkg-config libsqlite3-dev libgmp-dev libssl-dev libffi-dev -y --no-install-recommends ---> Using cache ---> 92cd034780b0 Step 3/19 : RUN cd ~/opam-repository && git fetch -q origin master && git reset --hard e9109edc27c28041e35e0da1290a86275573c98a && opam update ---> Using cache ---> b640da051cbe Step 4/19 : COPY --chown=opam ocurrent/current.opam ocurrent/current_web.opam ocurrent/current_docker.opam ocurrent/current_git.opam ocurrent/current_github.opam ocurrent/current_slack.opam ocurrent/current_rpc.opam /src/ocurrent/ ---> Using cache ---> aa40f76476b6 Step 5/19 : COPY --chown=opam ocluster/*.opam /src/ocluster/ ---> Using cache ---> fb59c9247f12 Step 6/19 : WORKDIR /src ---> Using cache ---> 218e3109b614 Step 7/19 : RUN opam pin add -yn current_docker.dev "./ocurrent" && opam pin add -yn current_git.dev "./ocurrent" && opam pin add -yn current_github.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 ocluster-api.dev "./ocluster" ---> Using cache ---> 38425785e6ce Step 8/19 : COPY --chown=opam base-images.opam /src/ ---> Using cache ---> 9974652a5d23 Step 9/19 : RUN opam install -y --deps-only . ---> Using cache ---> f4141c661801 Step 10/19 : ADD --chown=opam . . ---> Using cache ---> cd979f79ebcf Step 11/19 : RUN opam config exec -- dune build ./src/base_images.exe ---> Using cache ---> 00245c8fd593 Step 12/19 : FROM debian:12 12: Pulling from library/debian Digest: sha256:b8084b1a576c5504a031936e1132574f4ce1d6cc7130bbcc25a28f074539ae6b Status: Image is up to date for debian:12 ---> 4fd3f4b75df3 Step 13/19 : RUN apt-get update && apt-get install libev4 curl git graphviz libsqlite3-dev ca-certificates netbase gnupg2 -y --no-install-recommends ---> Using cache ---> b6001820ec0d Step 14/19 : RUN curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add - ---> Using cache ---> c704e9fd361b Step 15/19 : RUN echo 'deb https://download.docker.com/linux/debian bookworm stable' >> /etc/apt/sources.list ---> Using cache ---> 84314ad954ca Step 16/19 : RUN apt-get update && apt-get install docker-ce docker-buildx-plugin -y --no-install-recommends ---> Using cache ---> 182bd96ca30d Step 17/19 : COPY --from=build /src/_build/default/src/base_images.exe /usr/local/bin/base-images ---> Using cache ---> 6293aecf02a3 Step 18/19 : WORKDIR /var/lib/ocurrent ---> Using cache ---> afe0b2681968 Step 19/19 : ENTRYPOINT ["/usr/local/bin/base-images"] ---> Using cache ---> 105c748bb1d2 Successfully built 105c748bb1d2 Job succeeded 2024-09-05 09:59.53: Job succeeded