Build:
- 0
2024-11-29 20:00.34: New job: Build Dockerfile.web using linux-x86_64 in [https://github.com/ocurrent/opam-repo-ci.git#refs/heads/master (619aac5c77558111519c6d24f7dfcee792f0941c)] 2024-11-29 20:00.34: Using cache hint "https://github.com/ocurrent/opam-repo-ci.git-Dockerfile.web" 2024-11-29 20:00.34: Waiting for resource in pool OCluster 2024-11-29 20:00.34: Waiting for worker… 2024-11-29 20:01.54: Got resource from pool OCluster Building on x86-bm-c1.sw.ocaml.org HEAD is now at 6be995d Add Windows testing HEAD is now at 619aac5 Merge pull request #397 from shonfeder/dont-crash-on-new-dirs Sending build context to Docker daemon 624.1kB Step 1/14 : FROM ocaml/opam:debian-12-ocaml-4.14 AS build debian-12-ocaml-4.14: Pulling from ocaml/opam Digest: sha256:f05f38f5d5e8f470c11a044daae64a75df96bb637d5d2bc6779733bcf3f157f5 Status: Image is up to date for ocaml/opam:debian-12-ocaml-4.14 ---> 82d1f1f635b4 Step 2/14 : RUN sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni ---> Using cache ---> 748c497fb267 Step 3/14 : RUN sudo apt-get update && sudo apt-get install libev-dev capnproto m4 pkg-config libgmp-dev libffi-dev -y --no-install-recommends ---> Using cache ---> 7a12352732d8 Step 4/14 : RUN cd ~/opam-repository && git fetch origin master && git reset --hard 65a1519b6d82a358204a1a33b6d84821d56da6bd && opam update ---> Using cache ---> bc38e862eb05 Step 5/14 : COPY --chown=opam opam-repo-ci-api.opam opam-repo-ci-web.opam opam-repo-ci-service.opam opam-ci-check.opam /src/ ---> Using cache ---> 7823973eeee5 Step 6/14 : WORKDIR /src ---> Using cache ---> 94bf8fba794f Step 7/14 : RUN opam install -y --deps-only . ---> Using cache ---> d382d8bbe1c3 Step 8/14 : ADD --chown=opam . . ---> Using cache ---> 356f519788f4 Step 9/14 : RUN opam exec -- dune build ./_build/install/default/bin/opam-repo-ci-web ---> Using cache ---> cda996f92956 Step 10/14 : FROM debian:12 12: Pulling from library/debian Digest: sha256:10901ccd8d249047f9761845b4594f121edef079cfd8224edebd9ea726f0a7f6 Status: Image is up to date for debian:12 ---> 63ba939a68fd Step 11/14 : RUN apt-get update && apt-get install ca-certificates libev4 dumb-init -y --no-install-recommends ---> Using cache ---> 2492827f0d63 Step 12/14 : WORKDIR / ---> Using cache ---> 26a7b5897778 Step 13/14 : ENTRYPOINT ["dumb-init", "/usr/local/bin/opam-repo-ci-web"] ---> Using cache ---> 409430263644 Step 14/14 : COPY --from=build /src/_build/install/default/bin/opam-repo-ci-web /usr/local/bin/ ---> Using cache ---> ef2f410f0b1a Successfully built ef2f410f0b1a Job succeeded 2024-11-29 20:01.57: Job succeeded