Build:
- 0
2024-11-29 20:00.34: New job: Build Dockerfile.web using linux-arm64 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:00.59: Got resource from pool OCluster Building on okypous.caelum.ci.dev 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 ---> 413f7f8b5325 Step 2/14 : RUN sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni ---> Using cache ---> b83e4f5532bf 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 ---> 76f924ccf627 Step 4/14 : RUN cd ~/opam-repository && git fetch origin master && git reset --hard 65a1519b6d82a358204a1a33b6d84821d56da6bd && opam update ---> Using cache ---> fee0ac38fa59 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 ---> c198f907232d Step 6/14 : WORKDIR /src ---> Using cache ---> 9f3e53b0a89e Step 7/14 : RUN opam install -y --deps-only . ---> Using cache ---> fd444251149a Step 8/14 : ADD --chown=opam . . ---> Using cache ---> 6025d9dc8750 Step 9/14 : RUN opam exec -- dune build ./_build/install/default/bin/opam-repo-ci-web ---> Using cache ---> ecab802e0ff2 Step 10/14 : FROM debian:12 12: Pulling from library/debian Digest: sha256:10901ccd8d249047f9761845b4594f121edef079cfd8224edebd9ea726f0a7f6 Status: Image is up to date for debian:12 ---> 853897d65bc9 Step 11/14 : RUN apt-get update && apt-get install ca-certificates libev4 dumb-init -y --no-install-recommends ---> Using cache ---> b05a9e8b96de Step 12/14 : WORKDIR / ---> Using cache ---> 6c391555a680 Step 13/14 : ENTRYPOINT ["dumb-init", "/usr/local/bin/opam-repo-ci-web"] ---> Using cache ---> e3d8676fb3f5 Step 14/14 : COPY --from=build /src/_build/install/default/bin/opam-repo-ci-web /usr/local/bin/ ---> Using cache ---> 513a0741ffc1 Successfully built 513a0741ffc1 Job succeeded 2024-11-29 20:01.02: Job succeeded