Build:
- 0
2026-09-08 16:52.28: New job: Build Dockerfile.web using linux-x86_64 in
[https://github.com/ocurrent/opam-repo-ci.git#refs/heads/live (010bfd8c45240dbb40abf5093ca2e350ff62dead)]
2026-09-08 16:52.28: Using cache hint "https://github.com/ocurrent/opam-repo-ci.git-Dockerfile.web"
2026-09-08 16:52.28: Waiting for resource in pool OCluster
2026-09-08 16:52.28: Waiting for worker…
2026-09-08 16:52.28: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
HEAD is now at 208dd07 day10: --update-invariant for compiler targets + lower-bounds via day10
HEAD is now at 010bfd8 day10/riscv64: test on debian-13 (master_distro), not ubuntu-24.04
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile.web
#1 transferring dockerfile: 992B done
#1 DONE 0.2s
#2 [internal] load metadata for docker.io/library/debian:13
#2 DONE 0.9s
#3 [internal] load metadata for docker.io/ocaml/opam:debian-13-ocaml-4.14
#3 DONE 6.8s
#4 [internal] load .dockerignore
#4 transferring context: 114B done
#4 DONE 0.2s
#5 [build 1/10] FROM docker.io/ocaml/opam:debian-13-ocaml-4.14@sha256:c192589e3022eb3960fac80bcea67bac5236053ef98df009549e945c1c3975b7
#5 DONE 0.0s
#6 [stage-1 1/4] FROM docker.io/library/debian:13@sha256:f324c7ff54321e8d9c588493a20244965938ce0aa50bbd1022d38010e9ffc4b1
#6 DONE 0.0s
#7 [stage-1 2/4] RUN apt-get update && apt-get install ca-certificates libev4 dumb-init -y --no-install-recommends
#7 CACHED
#8 [internal] load build context
#8 transferring context: 511.84kB 0.1s done
#8 DONE 0.3s
#9 [build 6/10] WORKDIR /src
#9 CACHED
#10 [build 7/10] RUN opam option --global solver=builtin-0install
#10 CACHED
#11 [build 2/10] RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam && opam init --reinit -ni
#11 CACHED
#12 [build 3/10] RUN sudo apt-get update && sudo apt-get install libev-dev capnproto m4 pkg-config libgmp-dev libffi-dev -y --no-install-recommends
#12 CACHED
#13 [build 4/10] RUN cd ~/opam-repository && git fetch origin master && git reset --hard ceed23f9d33677f323a62325ad42599d14f46b98 && opam update
#13 CACHED
#14 [build 5/10] COPY --chown=opam opam-repo-ci-api.opam opam-repo-ci-web.opam opam-repo-ci-service.opam opam-ci-check.opam /src/
#14 CACHED
#15 [build 8/10] RUN opam install -y --deps-only .
#15 CACHED
#16 [build 9/10] ADD --chown=opam . .
#16 DONE 0.2s
#17 [build 10/10] RUN opam exec -- dune build ./_build/install/default/bin/opam-repo-ci-web
#17 2.238 schema.capnp --> schema.mli schema.ml
#17 2.238 ocurrent.capnp --> ocurrent.mli ocurrent.ml
#17 4.641 File "lib/cluster_build.ml", line 109, characters 19-48:
#17 4.641 109 | let module B = Cluster_api.Raw.Builder.Day10 in
#17 4.641 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#17 4.641 Error: Unbound module Cluster_api.Raw.Builder.Day10
#17 ERROR: process "/bin/sh -c opam exec -- dune build ./_build/install/default/bin/opam-repo-ci-web" did not complete successfully: exit code: 1
------
> [build 10/10] RUN opam exec -- dune build ./_build/install/default/bin/opam-repo-ci-web:
2.238 schema.capnp --> schema.mli schema.ml
2.238 ocurrent.capnp --> ocurrent.mli ocurrent.ml
4.641 File "lib/cluster_build.ml", line 109, characters 19-48:
4.641 109 | let module B = Cluster_api.Raw.Builder.Day10 in
4.641 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4.641 Error: Unbound module Cluster_api.Raw.Builder.Day10
------
Dockerfile.web:10
--------------------
8 | RUN opam install -y --deps-only .
9 | ADD --chown=opam . .
10 | >>> RUN opam exec -- dune build ./_build/install/default/bin/opam-repo-ci-web
11 |
12 | FROM debian:13
--------------------
ERROR: failed to build: failed to solve: process "/bin/sh -c opam exec -- dune build ./_build/install/default/bin/opam-repo-ci-web" did not complete successfully: exit code: 1
docker-build failed with exit-code 1
2026-09-08 16:52.43: Job failed: Failed: Build failed