Build:
  1. 0
2026-05-28 14:39.57: New job: Build Dockerfile.web using linux-arm64 in
                                [https://github.com/ocurrent/ocaml-ci.git#refs/pull/1056/head (b7c76fb98b9fcdcb503ba61525dd65ca5108ed06)]
2026-05-28 14:39.57: Using cache hint "https://github.com/ocurrent/ocaml-ci.git-Dockerfile.web"
2026-05-28 14:39.57: Waiting for resource in pool OCluster
2026-05-28 14:39.57: Waiting for worker…
2026-05-28 14:39.57: Got resource from pool OCluster
Building on okypous.caelum.ci.dev
All commits already cached
HEAD is now at b7c76fb Pass os to docker peek so Windows images resolve
#0 building with "default" instance using docker driver

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

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

#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:
#6 transferring context: 114B done
#6 DONE 0.4s

#7 [build  1/11] 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.19MB 0.1s done
#9 DONE 0.1s

#10 [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
#10 CACHED

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

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

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

#14 [build  3/11] 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
#14 CACHED

#15 [build  7/10] WORKDIR /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

#8 [internal] setting cache mount permissions
#8 CACHED

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

#18 [build 10/10] RUN opam config exec -- dune build ./_build/install/default/bin/ocaml-ci-web
#18 0.192 [WARNING] exec was deprecated in version 2.1 of the opam CLI. Use opam exec instead or set OPAMCLI environment variable to 2.0.
#18 ...

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

#18 [build 10/10] RUN opam config exec -- dune build ./_build/install/default/bin/ocaml-ci-web
#18 1.016 schema.capnp --> schema.mli schema.ml
#18 1.016 ocurrent.capnp --> ocurrent.mli ocurrent.ml
#18 2.995 File "lib/builder.ml", line 21, characters 27-29:
#18 2.995 21 |   Current_docker.Raw.peek ~os ~arch tag ~docker_context
#18 2.995                                 ^^
#18 2.995 Error: The function applied to this argument has type
#18 2.995          schedule:Current_cache.Schedule.t ->
#18 2.995          (Current_docker.S.repo_id Current_term.Output.t *
#18 2.995           Current.Metadata.t option)
#18 2.995          Current_incr.t
#18 2.995 This argument cannot be applied with label ~os
#18 3.935 Browserslist: caniuse-lite is outdated. Please run:
#18 3.935   npx update-browserslist-db@latest
#18 3.935   Why you should do it regularly: https://github.com/browserslist/update-db#readme
#18 3.935 
#18 3.935 Rebuilding...
#18 3.935 
#18 3.935 Done in 1370ms.
#18 4.157 Generating static.ml
#18 4.157 Skipping generation of .mli
#18 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:
2.995 This argument cannot be applied with label ~os
3.935 Browserslist: caniuse-lite is outdated. Please run:
3.935   npx update-browserslist-db@latest
3.935   Why you should do it regularly: https://github.com/browserslist/update-db#readme
3.935 
3.935 Rebuilding...
3.935 
3.935 Done in 1370ms.
4.157 Generating static.ml
4.157 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-05-28 14:40.09: Job failed: Failed: Build failed