Build:
- 0
2024-11-20 15:34.03: New job: Build Dockerfile using linux-x86_64 in [https://github.com/ocaml/ocaml.org.git#refs/heads/fix-ci (61fbcd158ea2da8cde45d5de7cf7cde75a6f80c4)] 2024-11-20 15:34.03: Using cache hint "https://github.com/ocaml/ocaml.org.git-Dockerfile" 2024-11-20 15:34.03: Waiting for resource in pool OCluster 2024-11-20 15:34.03: Waiting for worker… 2024-11-20 15:34.03: Got resource from pool OCluster Building on x86-bm-c15.sw.ocaml.org HEAD is now at 4c1c9174f Update Dockerfile SHA to include OCaml 5.2.1 HEAD is now at 61fbcd158 Prevent ci.yml to use ocaml beyond 5.2.0 Sending build context to Docker daemon 325.8MB Step 1/28 : FROM ocaml/opam:alpine-3.20-ocaml-5.2 as build alpine-3.20-ocaml-5.2: Pulling from ocaml/opam Digest: sha256:adfa0ae4a604e51657371ffc959ac0b8178465013853c2ef3e346d4dea760327 Status: Image is up to date for ocaml/opam:alpine-3.20-ocaml-5.2 ---> 60b3dac4259b Step 2/28 : RUN sudo apk update && sudo apk add --update libev-dev openssl-dev gmp-dev oniguruma-dev inotify-tools curl-dev autoconf ---> Using cache ---> 31a95279e9b0 Step 3/28 : RUN cd opam-repository && git pull origin c45f5bab71d3589f41f9603daca5acad14df0ab0 && opam update ---> Using cache ---> b8ac632b176c Step 4/28 : WORKDIR /home/opam ---> Using cache ---> 8e8a488df386 Step 5/28 : ADD ocamlorg.opam ocamlorg.opam ---> Using cache ---> 02f45dc69d76 Step 6/28 : RUN opam install . --deps-only ---> Using cache ---> 0f554055ad9f Step 7/28 : COPY --chown=opam:opam . . ---> 183136d001ca Step 8/28 : RUN opam exec -- dune build @install --profile=release ---> Running in 9d6f23d526c5 File "src/ocamlorg_data/dune", line 7, characters 25-42: 7 | (pps ppx_deriving_yaml ppx_deriving.show))) ^^^^^^^^^^^^^^^^^ Error: Library "ppx_deriving.show" not found. -> required by library "ocamlorg.data_intf" in _build/default/src/ocamlorg_data -> required by _build/default/META.ocamlorg -> required by _build/install/default/lib/ocamlorg/META -> required by _build/default/ocamlorg.install -> required by alias install File "tool/ood-gen/lib/dune", line 25, characters 36-53: 25 | (pps ppx_deriving_yaml ppx_stable ppx_deriving.show))) ^^^^^^^^^^^^^^^^^ Error: Library "ppx_deriving.show" not found. -> required by library "ood_gen" in _build/default/tool/ood-gen/lib -> required by executable gen in tool/ood-gen/bin/dune:2 -> required by _build/default/tool/ood-gen/bin/gen.exe -> required by _build/default/src/ocamlorg_data/academic_institution.ml -> required by _build/install/default/lib/ocamlorg/data/academic_institution.ml -> required by _build/default/ocamlorg.install -> required by alias install The command '/bin/sh -c opam exec -- dune build @install --profile=release' returned a non-zero code: 1 docker-build failed with exit-code 1 2024-11-20 15:35.01: Job failed: Failed: Build failed