Build:
- 0
2024-11-20 13:40.35: New job: Build Dockerfile using linux-x86_64 in
[https://github.com/ocurrent/opam-repo-ci.git#refs/pull/384/head (b8d0614efe19630258e1aa6c44029ed869092e7c)]
2024-11-20 13:40.35: Using cache hint "https://github.com/ocurrent/opam-repo-ci.git-Dockerfile"
2024-11-20 13:40.35: Waiting for resource in pool OCluster
2024-11-20 13:40.35: Waiting for worker…
2024-11-20 13:40.35: Got resource from pool OCluster
Building on x86-bm-c8.sw.ocaml.org
HEAD is now at d9236a1 Build image tag from flags
HEAD is now at b8d0614 Add a CLI flag to only print the dockerfile
Sending build context to Docker daemon 620kB
Step 1/17 : FROM ocaml/opam:debian-12-ocaml-4.14 AS build
debian-12-ocaml-4.14: Pulling from ocaml/opam
Digest: sha256:6246731ea5d2cd3a57669027aae33184d30d424e41ff8219d05a214726ef7426
Status: Image is up to date for ocaml/opam:debian-12-ocaml-4.14
---> e05543a71fb7
Step 2/17 : RUN sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni
---> Using cache
---> 66f592c9a60c
Step 3/17 : RUN sudo apt-get update && sudo apt-get install libev-dev capnproto graphviz m4 pkg-config libsqlite3-dev libgmp-dev libffi-dev -y --no-install-recommends
---> Using cache
---> e3fbae1f1d75
Step 4/17 : RUN cd ~/opam-repository && git fetch origin master && git reset --hard 2dff29abd6cda0706f80503db11dd4af4e7db559 && opam update
---> Using cache
---> 47819c0a537a
Step 5/17 : COPY --chown=opam opam-repo-ci-service.opam opam-repo-ci-api.opam opam-ci-check.opam /src/
---> Using cache
---> f460e3942a87
Step 6/17 : WORKDIR /src
---> Using cache
---> 28f5249b1f70
Step 7/17 : RUN opam install -y --deps-only .
---> Using cache
---> d4615257b4da
Step 8/17 : ADD --chown=opam . .
---> d8ddbb0276d6
Step 9/17 : RUN opam exec -- dune build ./_build/install/default/bin/opam-repo-ci-service ./_build/install/default/bin/opam-ci-check
---> Running in 720f0571fbe4
schema.capnp --> schema.mli schema.ml
ocurrent.capnp --> ocurrent.mli ocurrent.ml
kj/filesystem-disk-unix.c++:1703: warning: PWD environment variable doesn't match current directory; pwd = /src
Removing intermediate container 720f0571fbe4
---> bc5c112fc21a
Step 10/17 : FROM debian:12
12: Pulling from library/debian
Digest: sha256:10901ccd8d249047f9761845b4594f121edef079cfd8224edebd9ea726f0a7f6
Status: Image is up to date for debian:12
---> 63ba939a68fd
Step 11/17 : RUN apt-get update && apt-get install libev4 openssh-client curl gnupg2 dumb-init git graphviz libsqlite3-dev ca-certificates netbase gzip bzip2 xz-utils unzip tar docker.io -y --no-install-recommends
---> Using cache
---> 9747b1850d8d
Step 12/17 : RUN git config --global user.name "ocaml" && git config --global user.email "ci"
---> Using cache
---> 6b1666ffac0f
Step 13/17 : WORKDIR /var/lib/ocurrent
---> Using cache
---> 39388809a676
Step 14/17 : ENTRYPOINT ["dumb-init", "/usr/local/bin/opam-repo-ci-service"]
---> Using cache
---> 3db658a78643
Step 15/17 : ENV OCAMLRUNPARAM=a=2
---> Using cache
---> b48a2c059d7e
Step 16/17 : COPY --from=build /src/_build/install/default/bin/opam-repo-ci-service /usr/local/bin/
---> Using cache
---> 58a16751f8b0
Step 17/17 : COPY --from=build /src/_build/install/default/bin/opam-ci-check /usr/local/bin/
---> 9f39c184f20c
Successfully built 9f39c184f20c
Job succeeded
2024-11-20 13:40.47: Job succeeded