Build:
  1. 0
2026-06-02 14:47.28: New job: Build Dockerfile.web using linux-arm64 in
                                [https://github.com/ocurrent/ocaml-ci.git#refs/heads/live-engine (92c4c404b2ab5aa101e26141e387ce73e5439bb8)]
2026-06-02 14:47.28: Using cache hint "https://github.com/ocurrent/ocaml-ci.git-Dockerfile.web"
2026-06-02 14:47.28: Waiting for resource in pool OCluster
2026-06-02 14:47.28: Waiting for worker…
2026-06-02 14:47.28: Got resource from pool OCluster
Building on okypous.caelum.ci.dev
All commits already cached
HEAD is now at 92c4c40 Cap solves at 5 mins
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile.web
#1 transferring dockerfile: 2.13kB done
#1 DONE 0.0s

#2 resolve image config for docker-image://docker.io/docker/dockerfile:1
#2 DONE 0.4s

#3 docker-image://docker.io/docker/dockerfile:1@sha256:87999aa3d42bdc6bea60565083ee17e86d1f3339802f543c0d03998580f9cb89
#3 CACHED

#4 [internal] load metadata for docker.io/library/debian:13
#4 DONE 0.0s

#5 [internal] load metadata for docker.io/ocaml/opam:debian-13-ocaml-4.14
#5 DONE 0.5s

#6 [internal] load .dockerignore
#6 transferring context: 114B done
#6 DONE 0.0s

#7 [build  1/12] FROM docker.io/ocaml/opam:debian-13-ocaml-4.14@sha256:94d90b83ead2c47fab6036b98829ba949972b5e647f6d71f95468ad08168cd34
#7 DONE 0.0s

#8 [internal] setting cache mount permissions
#8 DONE 0.0s

#9 [internal] load build context
#9 transferring context: 9.06MB 0.1s done
#9 DONE 0.1s

#10 [build  3/12] RUN sudo rm -f /etc/apt/apt.conf.d/docker-clean; echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' | sudo tee /etc/apt/apt.conf.d/keep-cache
#10 CACHED

#11 [build  7/10] WORKDIR /src
#11 CACHED

#12 [build  5/10] RUN cd ~/opam-repository && git fetch -q origin master && git reset --hard 94c943996066236b7203cad4027522be61e33f45 && opam update
#12 CACHED

#13 [build  2/12] RUN sudo ln -sf /usr/bin/opam-2.5 /usr/bin/opam && opam init --reinit -ni
#13 CACHED

#14 [build  4/10] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked     --mount=type=cache,target=/var/lib/apt,sharing=locked     sudo apt update && sudo apt-get --no-install-recommends install -y     capnproto     libev-dev     libffi-dev     libgmp-dev     libsqlite3-dev     libssl-dev     m4     pkg-config
#14 CACHED

#15 [build  6/10] COPY --chown=opam --link ocaml-ci-api.opam ocaml-ci-web.opam ocaml-ci.opam /src/
#15 CACHED

#16 [build  8/10] RUN --mount=type=cache,target=/home/opam/.opam/download-cache,sharing=locked,uid=1000,gid=1000     opam install -y --deps-only .
#16 CACHED

#17 [build  9/10] ADD --chown=opam . .
#17 DONE 0.1s

#18 [stage-1 1/6] FROM docker.io/library/debian:13
#18 resolve docker.io/library/debian:13
#18 resolve docker.io/library/debian:13 0.5s done
#18 DONE 0.5s

#19 [build 10/10] RUN opam config exec -- dune build ./_build/install/default/bin/ocaml-ci-web
#19 0.191 [WARNING] exec was deprecated in version 2.1 of the opam CLI. Use opam exec instead or set OPAMCLI environment variable to 2.0.
#19 1.319 schema.capnp --> schema.mli schema.ml
#19 1.319 ocurrent.capnp --> ocurrent.mli ocurrent.ml
#19 3.421 File "lib/builder.ml", line 21, characters 27-29:
#19 3.421 21 |   Current_docker.Raw.peek ~os ~arch tag ~docker_context
#19 3.421                                 ^^
#19 3.421 Error: The function applied to this argument has type
#19 3.421          schedule:Current_cache.Schedule.t ->
#19 3.421          (Current_docker.S.repo_id Current_term.Output.t *
#19 3.421           Current.Metadata.t option)
#19 3.421          Current_incr.t
#19 3.421 This argument cannot be applied with label ~os
#19 4.375 Browserslist: caniuse-lite is outdated. Please run:
#19 4.375   npx update-browserslist-db@latest
#19 4.375   Why you should do it regularly: https://github.com/browserslist/update-db#readme
#19 4.375 
#19 4.375 Rebuilding...
#19 4.375 
#19 4.375 Done in 1423ms.
#19 4.594 Generating static.ml
#19 4.594 Skipping generation of .mli
#19 ERROR: process "/bin/sh -c opam config exec -- dune build ./_build/install/default/bin/ocaml-ci-web" did not complete successfully: exit code: 1
------
 > [build 10/10] RUN opam config exec -- dune build ./_build/install/default/bin/ocaml-ci-web:
3.421 This argument cannot be applied with label ~os
4.375 Browserslist: caniuse-lite is outdated. Please run:
4.375   npx update-browserslist-db@latest
4.375   Why you should do it regularly: https://github.com/browserslist/update-db#readme
4.375 
4.375 Rebuilding...
4.375 
4.375 Done in 1423ms.
4.594 Generating static.ml
4.594 Skipping generation of .mli
------
Dockerfile.web:23
--------------------
  21 |         opam install -y --deps-only .
  22 |     ADD --chown=opam . .
  23 | >>> RUN opam config exec -- dune build ./_build/install/default/bin/ocaml-ci-web
  24 |     
  25 |     FROM debian:13
--------------------
ERROR: failed to build: failed to solve: process "/bin/sh -c opam config exec -- dune build ./_build/install/default/bin/ocaml-ci-web" did not complete successfully: exit code: 1
docker-build failed with exit-code 1
2026-06-02 14:47.40: Job failed: Failed: Build failed