Build:
  1. 0
2026-06-02 14:47.28: New job: Build Dockerfile.web using linux-x86_64 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:50.28: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
HEAD is now at 3540c29 retry after git storm
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.1s

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

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

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

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

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

#7 [build  1/10] 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 [stage-1 1/9] FROM docker.io/library/debian:13@sha256:4ae67669760b807c19f23902a3fd7c121a6a70cf2ae709035674b23e712e4d62
#9 DONE 0.0s

#10 [internal] load build context
#10 transferring context: 9.06MB 0.4s done
#10 DONE 0.5s

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

#12 [build  3/10] 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
#12 CACHED

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

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

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

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

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

#18 [build  9/10] ADD --chown=opam . .
#18 DONE 0.3s

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