Build:
  1. 1
  2. 0
2024-11-20 06:09.38: New job: Build Dockerfile using linux-x86_64 in
                                [https://github.com/ocaml/ocaml.org.git#refs/heads/main (350d10cf47e230d961bc83690ede1fcd2c1b6d75)]
2024-11-20 06:09.38: Will push staging image to ocurrentbuilder/staging:live-ocurrent-v3.ocaml.org-server-linux-x86_64
2024-11-20 06:09.38: Using cache hint "https://github.com/ocaml/ocaml.org.git-Dockerfile"
2024-11-20 06:09.38: Waiting for resource in pool OCluster
2024-11-20 06:09.38: Waiting for worker…
2024-11-20 06:13.06: Got resource from pool OCluster
Building on x86-bm-c15.sw.ocaml.org
All commits already cached
HEAD is now at 350d10cf4 [scrape.yml] New OCaml Planet blog posts and videos (#2821)
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 . .
 ---> 6b3d6d229ef7
Step 8/28 : RUN opam exec -- dune build @install --profile=release
 ---> Running in b243e465d6a6
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 06:14.09: Job failed: Failed: Build failed