Build:
- 0
2026-08-20 17:37.59: New job: Build Dockerfile.web using linux-x86_64 in
[https://github.com/ocurrent/ocaml-ci.git#refs/heads/live-engine (19f1e064aeac9cf5a802bf3fd642a403f4ae13da)]
2026-08-20 17:37.59: Using cache hint "https://github.com/ocurrent/ocaml-ci.git-Dockerfile.web"
2026-08-20 17:37.59: Waiting for resource in pool OCluster
2026-08-20 17:37.59: Waiting for worker…
2026-08-20 17:40.05: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 19f1e06 Dockerfile: pin ocluster-api to the day10 branch (Day10 schema)
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile.web
#1 transferring dockerfile: 2.16kB done
#1 DONE 0.1s
#2 resolve image config for docker-image://docker.io/docker/dockerfile:1
#2 DONE 0.1s
#3 docker-image://docker.io/docker/dockerfile:1@sha256:ecfaec9ed6d810b56388c508f4121597bfbba70d41a6dfeee4d8cad5f295fc32
#3 CACHED
#4 [internal] load metadata for docker.io/library/debian:13
#4 ...
#5 [internal] load metadata for docker.io/ocaml/opam:debian-13-ocaml-4.14
#5 DONE 0.2s
#4 [internal] load metadata for docker.io/library/debian:13
#4 DONE 0.5s
#6 [internal] load .dockerignore
#6 transferring context: 114B done
#6 DONE 0.1s
#7 [stage-1 1/6] FROM docker.io/library/debian:13@sha256:34cd9e9fd437c0a095ec39cb2e73422c9f30821b0d0848ed74fd0d43bae4d958
#7 resolve docker.io/library/debian:13@sha256:34cd9e9fd437c0a095ec39cb2e73422c9f30821b0d0848ed74fd0d43bae4d958 0.0s done
#7 sha256:34cd9e9fd437c0a095ec39cb2e73422c9f30821b0d0848ed74fd0d43bae4d958 8.93kB / 8.93kB done
#7 sha256:d8f17b92dc7ff10f9c1fdecab0ad21103d1d24aed823c3a0359e4f50adfab3eb 1.02kB / 1.02kB done
#7 sha256:826a5616954ee645ca5c165d4c8c960d4d8d444347838cf7bdc1ac555385358b 451B / 451B done
#7 DONE 0.1s
#8 [stage-1 2/6] RUN rm -f /etc/apt/apt.conf.d/docker-clean; echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
#8 DONE 0.4s
#9 [build 1/13] FROM docker.io/ocaml/opam:debian-13-ocaml-4.14@sha256:ed2b393a41ea2deae242c8fa3fcca94b44351a24e1d62540c878e0f014b27442
#9 resolve docker.io/ocaml/opam:debian-13-ocaml-4.14@sha256:ed2b393a41ea2deae242c8fa3fcca94b44351a24e1d62540c878e0f014b27442 0.0s done
#9 DONE 1.3s
#10 [build 2/13] RUN sudo ln -sf /usr/bin/opam-2.5 /usr/bin/opam && opam init --reinit -ni
#10 0.728 Configuring from /home/opam/.opamrc and then from built-in defaults.
#10 0.728 Checking for available remotes: rsync and local, git.
#10 0.729 - you won't be able to use mercurial repositories unless you install the hg command on your system.
#10 0.729 - you won't be able to use darcs repositories unless you install the darcs command on your system.
#10 0.729
#10 0.732 This version of opam requires an update to the layout of /home/opam/.opam from version 2.1 to version 2.2, which can't be reverted.
#10 0.732 You may want to back it up before going further.
#10 0.732
#10 0.732 [NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
#10 0.732 opam option jobs=1 --global
#10 0.732 Continue? [Y/n] y
#10 0.733 Format upgrade done.
#10 ...
#11 [internal] setting cache mount permissions
#11 DONE 0.1s
#12 [internal] load build context
#12 transferring context: 9.06MB 0.1s done
#12 DONE 0.1s
#13 [stage-1 3/9] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked --mount=type=cache,target=/var/lib/apt,sharing=locked apt update && apt-get --no-install-recommends install -y ca-certificates curl dumb-init jq libev4 libsqlite3-dev
#13 ...
#10 [build 2/13] RUN sudo ln -sf /usr/bin/opam-2.5 /usr/bin/opam && opam init --reinit -ni
#10 9.264
#10 9.264 <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
#10 11.25 [default] no changes from git+file:///home/opam/opam-repository
#10 DONE 13.6s
#13 [stage-1 3/9] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked --mount=type=cache,target=/var/lib/apt,sharing=locked apt update && apt-get --no-install-recommends install -y ca-certificates curl dumb-init jq libev4 libsqlite3-dev
#13 ...
#14 [build 3/13] 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 0.324 Binary::apt::APT::Keep-Downloaded-Packages "true";
#14 DONE 0.4s
#15 [build 4/11] 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
#15 ...
#13 [stage-1 3/9] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked --mount=type=cache,target=/var/lib/apt,sharing=locked apt update && apt-get --no-install-recommends install -y ca-certificates curl dumb-init jq libev4 libsqlite3-dev
#13 117.5
#13 117.5 WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
#13 117.5
#13 117.6 Hit:1 http://deb.debian.org/debian trixie InRelease
#13 117.7 Hit:2 http://deb.debian.org/debian trixie-updates InRelease
#13 117.7 Hit:3 http://deb.debian.org/debian-security trixie-security InRelease
#13 117.7 Reading package lists...
#13 118.5 Building dependency tree...
#13 118.8 Reading state information...
#13 118.8 9 packages can be upgraded. Run 'apt list --upgradable' to see them.
#13 118.8 Reading package lists...
#13 118.9 Building dependency tree...
#13 119.1 Reading state information...
#13 119.5 The following additional packages will be installed:
#13 119.5 libbrotli1 libc-dev-bin libc6-dev libcom-err2 libcrypt-dev libcurl4t64
#13 119.5 libffi8 libgnutls30t64 libgssapi-krb5-2 libidn2-0 libjq1 libk5crypto3
#13 119.5 libkeyutils1 libkrb5-3 libkrb5support0 libldap2 libnghttp2-14 libnghttp3-9
#13 119.5 libonig5 libp11-kit0 libpsl5t64 librtmp1 libsasl2-2 libsasl2-modules-db
#13 119.5 libssh2-1t64 libtasn1-6 libunistring5 linux-libc-dev openssl rpcsvc-proto
#13 119.5 Suggested packages:
#13 119.5 libc-devtools glibc-doc manpages-dev gnutls-bin krb5-doc krb5-user
#13 119.5 sqlite3-doc
#13 119.5 Recommended packages:
#13 119.5 bash-completion manpages manpages-dev krb5-locales libldap-common
#13 119.5 publicsuffix libsasl2-modules
#13 119.8 The following NEW packages will be installed:
#13 119.8 ca-certificates curl dumb-init jq libbrotli1 libc-dev-bin libc6-dev
#13 119.8 libcom-err2 libcrypt-dev libcurl4t64 libev4t64 libffi8 libgnutls30t64
#13 119.8 libgssapi-krb5-2 libidn2-0 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
#13 119.8 libkrb5support0 libldap2 libnghttp2-14 libnghttp3-9 libonig5 libp11-kit0
#13 119.8 libpsl5t64 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-dev
#13 119.8 libssh2-1t64 libtasn1-6 libunistring5 linux-libc-dev openssl rpcsvc-proto
#13 120.1 0 upgraded, 36 newly installed, 0 to remove and 9 not upgraded.
#13 120.1 Need to get 436 kB/13.3 MB of archives.
#13 120.1 After this operation, 47.4 MB of additional disk space will be used.
#13 120.1 Get:1 http://deb.debian.org/debian trixie/main amd64 libonig5 amd64 6.9.9-1+b1 [189 kB]
#13 120.4 Get:2 http://deb.debian.org/debian-security trixie-security/main amd64 libjq1 amd64 1.7.1-6+deb13u3 [168 kB]
#13 120.8 Get:3 http://deb.debian.org/debian-security trixie-security/main amd64 jq amd64 1.7.1-6+deb13u3 [78.8 kB]
#13 121.3 debconf: unable to initialize frontend: Dialog
#13 121.3 debconf: (TERM is not set, so the dialog frontend is not usable.)
#13 121.3 debconf: falling back to frontend: Readline
#13 121.3 debconf: unable to initialize frontend: Readline
#13 121.3 debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC entries checked: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.40.1 /usr/local/share/perl/5.40.1 /usr/lib/x86_64-linux-gnu/perl5/5.40 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.40 /usr/share/perl/5.40 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 8, <STDIN> line 36.)
#13 121.3 debconf: falling back to frontend: Teletype
#13 121.3 debconf: unable to initialize frontend: Teletype
#13 121.3 debconf: (This frontend requires a controlling tty.)
#13 121.3 debconf: falling back to frontend: Noninteractive
#13 121.4 Preconfiguring packages ...
#13 121.4 Fetched 436 kB in 1s (327 kB/s)
#13 121.5 Selecting previously unselected package openssl.
#13 121.5 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4936 files and directories currently installed.)
#13 121.5 Preparing to unpack .../00-openssl_3.5.6-1~deb13u2_amd64.deb ...
#13 121.5 Unpacking openssl (3.5.6-1~deb13u2) ...
#13 121.5 Selecting previously unselected package ca-certificates.
#13 121.5 Preparing to unpack .../01-ca-certificates_20250419_all.deb ...
#13 121.5 Unpacking ca-certificates (20250419) ...
#13 121.6 Selecting previously unselected package libbrotli1:amd64.
#13 121.6 Preparing to unpack .../02-libbrotli1_1.1.0-2+b7_amd64.deb ...
#13 121.6 Unpacking libbrotli1:amd64 (1.1.0-2+b7) ...
#13 121.6 Selecting previously unselected package libkrb5support0:amd64.
#13 121.6 Preparing to unpack .../03-libkrb5support0_1.21.3-5+deb13u1_amd64.deb ...
#13 121.6 Unpacking libkrb5support0:amd64 (1.21.3-5+deb13u1) ...
#13 121.6 Selecting previously unselected package libcom-err2:amd64.
#13 121.6 Preparing to unpack .../04-libcom-err2_1.47.2-3+b11_amd64.deb ...
#13 121.6 Unpacking libcom-err2:amd64 (1.47.2-3+b11) ...
#13 121.7 Selecting previously unselected package libk5crypto3:amd64.
#13 121.7 Preparing to unpack .../05-libk5crypto3_1.21.3-5+deb13u1_amd64.deb ...
#13 121.7 Unpacking libk5crypto3:amd64 (1.21.3-5+deb13u1) ...
#13 121.7 Selecting previously unselected package libkeyutils1:amd64.
#13 121.7 Preparing to unpack .../06-libkeyutils1_1.6.3-6_amd64.deb ...
#13 121.7 Unpacking libkeyutils1:amd64 (1.6.3-6) ...
#13 121.7 Selecting previously unselected package libkrb5-3:amd64.
#13 121.7 Preparing to unpack .../07-libkrb5-3_1.21.3-5+deb13u1_amd64.deb ...
#13 121.7 Unpacking libkrb5-3:amd64 (1.21.3-5+deb13u1) ...
#13 121.7 Selecting previously unselected package libgssapi-krb5-2:amd64.
#13 121.7 Preparing to unpack .../08-libgssapi-krb5-2_1.21.3-5+deb13u1_amd64.deb ...
#13 121.7 Unpacking libgssapi-krb5-2:amd64 (1.21.3-5+deb13u1) ...
#13 121.8 Selecting previously unselected package libunistring5:amd64.
#13 121.8 Preparing to unpack .../09-libunistring5_1.3-2_amd64.deb ...
#13 121.8 Unpacking libunistring5:amd64 (1.3-2) ...
#13 121.8 Selecting previously unselected package libidn2-0:amd64.
#13 121.8 Preparing to unpack .../10-libidn2-0_2.3.8-2_amd64.deb ...
#13 121.8 Unpacking libidn2-0:amd64 (2.3.8-2) ...
#13 121.8 Selecting previously unselected package libsasl2-modules-db:amd64.
#13 121.8 Preparing to unpack .../11-libsasl2-modules-db_2.1.28+dfsg1-9_amd64.deb ...
#13 121.8 Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg1-9) ...
#13 121.9 Selecting previously unselected package libsasl2-2:amd64.
#13 121.9 Preparing to unpack .../12-libsasl2-2_2.1.28+dfsg1-9_amd64.deb ...
#13 121.9 Unpacking libsasl2-2:amd64 (2.1.28+dfsg1-9) ...
#13 121.9 Selecting previously unselected package libldap2:amd64.
#13 121.9 Preparing to unpack .../13-libldap2_2.6.10+dfsg-1_amd64.deb ...
#13 121.9 Unpacking libldap2:amd64 (2.6.10+dfsg-1) ...
#13 121.9 Selecting previously unselected package libnghttp2-14:amd64.
#13 121.9 Preparing to unpack .../14-libnghttp2-14_1.64.0-1.1+deb13u1_amd64.deb ...
#13 121.9 Unpacking libnghttp2-14:amd64 (1.64.0-1.1+deb13u1) ...
#13 121.9 Selecting previously unselected package libnghttp3-9:amd64.
#13 121.9 Preparing to unpack .../15-libnghttp3-9_1.8.0-1_amd64.deb ...
#13 121.9 Unpacking libnghttp3-9:amd64 (1.8.0-1) ...
#13 122.0 Selecting previously unselected package libpsl5t64:amd64.
#13 122.0 Preparing to unpack .../16-libpsl5t64_0.21.2-1.1+b1_amd64.deb ...
#13 122.0 Unpacking libpsl5t64:amd64 (0.21.2-1.1+b1) ...
#13 122.0 Selecting previously unselected package libffi8:amd64.
#13 122.0 Preparing to unpack .../17-libffi8_3.4.8-2_amd64.deb ...
#13 122.0 Unpacking libffi8:amd64 (3.4.8-2) ...
#13 122.0 Selecting previously unselected package libp11-kit0:amd64.
#13 122.0 Preparing to unpack .../18-libp11-kit0_0.25.5-3_amd64.deb ...
#13 122.0 Unpacking libp11-kit0:amd64 (0.25.5-3) ...
#13 122.0 Selecting previously unselected package libtasn1-6:amd64.
#13 122.1 Preparing to unpack .../19-libtasn1-6_4.20.0-2+deb13u1_amd64.deb ...
#13 122.1 Unpacking libtasn1-6:amd64 (4.20.0-2+deb13u1) ...
#13 122.1 Selecting previously unselected package libgnutls30t64:amd64.
#13 122.1 Preparing to unpack .../20-libgnutls30t64_3.8.9-3+deb13u4_amd64.deb ...
#13 122.1 Unpacking libgnutls30t64:amd64 (3.8.9-3+deb13u4) ...
#13 122.2 Selecting previously unselected package librtmp1:amd64.
#13 122.2 Preparing to unpack .../21-librtmp1_2.4+20151223.gitfa8646d.1-2+b5_amd64.deb ...
#13 122.2 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b5) ...
#13 122.2 Selecting previously unselected package libssh2-1t64:amd64.
#13 122.2 Preparing to unpack .../22-libssh2-1t64_1.11.1-1+deb13u1_amd64.deb ...
#13 122.2 Unpacking libssh2-1t64:amd64 (1.11.1-1+deb13u1) ...
#13 122.2 Selecting previously unselected package libcurl4t64:amd64.
#13 122.2 Preparing to unpack .../23-libcurl4t64_8.14.1-2+deb13u4_amd64.deb ...
#13 122.2 Unpacking libcurl4t64:amd64 (8.14.1-2+deb13u4) ...
#13 122.2 Selecting previously unselected package curl.
#13 122.2 Preparing to unpack .../24-curl_8.14.1-2+deb13u4_amd64.deb ...
#13 122.2 Unpacking curl (8.14.1-2+deb13u4) ...
#13 122.3 Selecting previously unselected package dumb-init.
#13 122.3 Preparing to unpack .../25-dumb-init_1.2.5-3_amd64.deb ...
#13 122.3 Unpacking dumb-init (1.2.5-3) ...
#13 122.3 Selecting previously unselected package libonig5:amd64.
#13 122.3 Preparing to unpack .../26-libonig5_6.9.9-1+b1_amd64.deb ...
#13 122.3 Unpacking libonig5:amd64 (6.9.9-1+b1) ...
#13 122.3 Selecting previously unselected package libjq1:amd64.
#13 122.3 Preparing to unpack .../27-libjq1_1.7.1-6+deb13u3_amd64.deb ...
#13 122.3 Unpacking libjq1:amd64 (1.7.1-6+deb13u3) ...
#13 122.3 Selecting previously unselected package jq.
#13 122.4 Preparing to unpack .../28-jq_1.7.1-6+deb13u3_amd64.deb ...
#13 122.4 Unpacking jq (1.7.1-6+deb13u3) ...
#13 122.4 Selecting previously unselected package libc-dev-bin.
#13 122.4 Preparing to unpack .../29-libc-dev-bin_2.41-12+deb13u3_amd64.deb ...
#13 122.4 Unpacking libc-dev-bin (2.41-12+deb13u3) ...
#13 122.4 Selecting previously unselected package linux-libc-dev.
#13 122.4 Preparing to unpack .../30-linux-libc-dev_6.12.101-1_all.deb ...
#13 122.4 Unpacking linux-libc-dev (6.12.101-1) ...
#13 122.7 Selecting previously unselected package libcrypt-dev:amd64.
#13 122.7 Preparing to unpack .../31-libcrypt-dev_1%3a4.4.38-1_amd64.deb ...
#13 122.8 Unpacking libcrypt-dev:amd64 (1:4.4.38-1) ...
#13 122.8 Selecting previously unselected package rpcsvc-proto.
#13 122.8 Preparing to unpack .../32-rpcsvc-proto_1.4.3-1_amd64.deb ...
#13 122.8 Unpacking rpcsvc-proto (1.4.3-1) ...
#13 122.8 Selecting previously unselected package libc6-dev:amd64.
#13 122.8 Preparing to unpack .../33-libc6-dev_2.41-12+deb13u3_amd64.deb ...
#13 122.8 Unpacking libc6-dev:amd64 (2.41-12+deb13u3) ...
#13 122.9 Selecting previously unselected package libev4t64:amd64.
#13 122.9 Preparing to unpack .../34-libev4t64_1%3a4.33-2.1+b1_amd64.deb ...
#13 122.9 Unpacking libev4t64:amd64 (1:4.33-2.1+b1) ...
#13 123.0 Selecting previously unselected package libsqlite3-dev:amd64.
#13 123.0 Preparing to unpack .../35-libsqlite3-dev_3.46.1-7+deb13u1_amd64.deb ...
#13 123.0 Unpacking libsqlite3-dev:amd64 (3.46.1-7+deb13u1) ...
#13 123.0 Setting up dumb-init (1.2.5-3) ...
#13 123.1 Setting up libev4t64:amd64 (1:4.33-2.1+b1) ...
#13 123.1 Setting up libkeyutils1:amd64 (1.6.3-6) ...
#13 123.1 Setting up libbrotli1:amd64 (1.1.0-2+b7) ...
#13 123.1 Setting up libnghttp2-14:amd64 (1.64.0-1.1+deb13u1) ...
#13 123.1 Setting up linux-libc-dev (6.12.101-1) ...
#13 123.1 Setting up libcom-err2:amd64 (1.47.2-3+b11) ...
#13 123.1 Setting up libkrb5support0:amd64 (1.21.3-5+deb13u1) ...
#13 123.1 Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg1-9) ...
#13 123.1 Setting up rpcsvc-proto (1.4.3-1) ...
#13 123.1 Setting up libunistring5:amd64 (1.3-2) ...
#13 123.1 Setting up libk5crypto3:amd64 (1.21.3-5+deb13u1) ...
#13 123.1 Setting up libsasl2-2:amd64 (2.1.28+dfsg1-9) ...
#13 123.1 Setting up libnghttp3-9:amd64 (1.8.0-1) ...
#13 123.1 Setting up libffi8:amd64 (3.4.8-2) ...
#13 123.1 Setting up libcrypt-dev:amd64 (1:4.4.38-1) ...
#13 123.1 Setting up libtasn1-6:amd64 (4.20.0-2+deb13u1) ...
#13 123.1 Setting up libkrb5-3:amd64 (1.21.3-5+deb13u1) ...
#13 123.1 Setting up libssh2-1t64:amd64 (1.11.1-1+deb13u1) ...
#13 123.1 Setting up libc-dev-bin (2.41-12+deb13u3) ...
#13 123.1 Setting up openssl (3.5.6-1~deb13u2) ...
#13 123.1 Setting up libldap2:amd64 (2.6.10+dfsg-1) ...
#13 123.1 Setting up libonig5:amd64 (6.9.9-1+b1) ...
#13 123.1 Setting up libjq1:amd64 (1.7.1-6+deb13u3) ...
#13 123.1 Setting up libidn2-0:amd64 (2.3.8-2) ...
#13 123.1 Setting up ca-certificates (20250419) ...
#13 123.2 debconf: unable to initialize frontend: Dialog
#13 123.2 debconf: (TERM is not set, so the dialog frontend is not usable.)
#13 123.2 debconf: falling back to frontend: Readline
#13 123.2 debconf: unable to initialize frontend: Readline
#13 123.2 debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC entries checked: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.40.1 /usr/local/share/perl/5.40.1 /usr/lib/x86_64-linux-gnu/perl5/5.40 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.40 /usr/share/perl/5.40 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 8.)
#13 123.2 debconf: falling back to frontend: Teletype
#13 123.2 debconf: unable to initialize frontend: Teletype
#13 123.2 debconf: (This frontend requires a controlling tty.)
#13 123.2 debconf: falling back to frontend: Noninteractive
#13 124.0 Updating certificates in /etc/ssl/certs...
#13 125.2 150 added, 0 removed; done.
#13 125.2 Setting up libp11-kit0:amd64 (0.25.5-3) ...
#13 125.2 Setting up libgssapi-krb5-2:amd64 (1.21.3-5+deb13u1) ...
#13 125.2 Setting up jq (1.7.1-6+deb13u3) ...
#13 125.3 Setting up libc6-dev:amd64 (2.41-12+deb13u3) ...
#13 125.3 Setting up libgnutls30t64:amd64 (3.8.9-3+deb13u4) ...
#13 125.3 Setting up libpsl5t64:amd64 (0.21.2-1.1+b1) ...
#13 125.3 Setting up libsqlite3-dev:amd64 (3.46.1-7+deb13u1) ...
#13 125.3 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b5) ...
#13 125.3 Setting up libcurl4t64:amd64 (8.14.1-2+deb13u4) ...
#13 125.3 Setting up curl (8.14.1-2+deb13u4) ...
#13 125.3 Processing triggers for libc-bin (2.41-12+deb13u3) ...
#13 125.3 Processing triggers for ca-certificates (20250419) ...
#13 125.3 Updating certificates in /etc/ssl/certs...
#13 126.2 0 added, 0 removed; done.
#13 126.2 Running hooks in /etc/ca-certificates/update.d...
#13 126.2 done.
#13 DONE 126.6s
#15 [build 4/11] 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
#15 117.2
#15 117.2 WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
#15 117.2
#15 117.4 Hit:1 http://deb.debian.org/debian trixie InRelease
#15 117.4 Hit:2 http://deb.debian.org/debian trixie-updates InRelease
#15 117.5 Hit:3 http://deb.debian.org/debian-security trixie-security InRelease
#15 117.5 Reading package lists...
#15 118.2 Building dependency tree...
#15 118.5 Reading state information...
#15 118.5 1 package can be upgraded. Run 'apt list --upgradable' to see it.
#15 118.6 Reading package lists...
#15 118.6 Building dependency tree...
#15 118.8 Reading state information...
#15 119.2 The following additional packages will be installed:
#15 119.2 libcapnp-1.1.0 libev4t64 libgmpxx4ldbl libpkgconf3 pkgconf pkgconf-bin
#15 119.2 Suggested packages:
#15 119.2 gmp-doc libgmp10-doc libmpfr-dev sqlite3-doc libssl-doc m4-doc
#15 119.4 The following NEW packages will be installed:
#15 119.4 capnproto libcapnp-1.1.0 libev-dev libev4t64 libffi-dev libgmp-dev
#15 119.4 libgmpxx4ldbl libpkgconf3 libsqlite3-dev libssl-dev m4 pkg-config pkgconf
#15 119.4 pkgconf-bin
#15 119.5 0 upgraded, 14 newly installed, 0 to remove and 1 not upgraded.
#15 119.5 Need to get 6264 kB/7416 kB of archives.
#15 119.5 After this operation, 31.2 MB of additional disk space will be used.
#15 119.5 Get:1 http://deb.debian.org/debian trixie/main amd64 libcapnp-1.1.0 amd64 1.1.0-2 [1479 kB]
#15 119.8 Get:2 http://deb.debian.org/debian trixie/main amd64 capnproto amd64 1.1.0-2 [259 kB]
#15 119.8 Get:3 http://deb.debian.org/debian trixie/main amd64 libev-dev amd64 1:4.33-2.1+b1 [135 kB]
#15 119.8 Get:4 http://deb.debian.org/debian trixie/main amd64 libffi-dev amd64 3.4.8-2 [61.1 kB]
#15 119.9 Get:5 http://deb.debian.org/debian trixie/main amd64 libgmpxx4ldbl amd64 2:6.3.0+dfsg-3 [329 kB]
#15 119.9 Get:6 http://deb.debian.org/debian trixie/main amd64 libgmp-dev amd64 2:6.3.0+dfsg-3 [642 kB]
#15 120.1 Get:7 http://deb.debian.org/debian trixie/main amd64 libpkgconf3 amd64 1.8.1-4 [36.4 kB]
#15 120.1 Get:8 http://deb.debian.org/debian trixie/main amd64 libssl-dev amd64 3.5.6-1~deb13u2 [2959 kB]
#15 120.9 Get:9 http://deb.debian.org/debian trixie/main amd64 m4 amd64 1.4.19-8 [294 kB]
#15 121.0 Get:10 http://deb.debian.org/debian trixie/main amd64 pkgconf-bin amd64 1.8.1-4 [30.2 kB]
#15 121.0 Get:11 http://deb.debian.org/debian trixie/main amd64 pkgconf amd64 1.8.1-4 [26.2 kB]
#15 121.0 Get:12 http://deb.debian.org/debian trixie/main amd64 pkg-config amd64 1.8.1-4 [14.0 kB]
#15 121.3 Fetched 6264 kB in 2s (3828 kB/s)
#15 121.3 Selecting previously unselected package libcapnp-1.1.0:amd64.
#15 121.3 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20630 files and directories currently installed.)
#15 121.3 Preparing to unpack .../00-libcapnp-1.1.0_1.1.0-2_amd64.deb ...
#15 121.3 Unpacking libcapnp-1.1.0:amd64 (1.1.0-2) ...
#15 121.4 Selecting previously unselected package capnproto.
#15 121.4 Preparing to unpack .../01-capnproto_1.1.0-2_amd64.deb ...
#15 121.4 Unpacking capnproto (1.1.0-2) ...
#15 121.4 Selecting previously unselected package libev4t64:amd64.
#15 121.4 Preparing to unpack .../02-libev4t64_1%3a4.33-2.1+b1_amd64.deb ...
#15 121.4 Unpacking libev4t64:amd64 (1:4.33-2.1+b1) ...
#15 121.5 Selecting previously unselected package libev-dev:amd64.
#15 121.5 Preparing to unpack .../03-libev-dev_1%3a4.33-2.1+b1_amd64.deb ...
#15 121.5 Unpacking libev-dev:amd64 (1:4.33-2.1+b1) ...
#15 121.5 Selecting previously unselected package libffi-dev:amd64.
#15 121.5 Preparing to unpack .../04-libffi-dev_3.4.8-2_amd64.deb ...
#15 121.5 Unpacking libffi-dev:amd64 (3.4.8-2) ...
#15 121.5 Selecting previously unselected package libgmpxx4ldbl:amd64.
#15 121.5 Preparing to unpack .../05-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_amd64.deb ...
#15 121.5 Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
#15 121.5 Selecting previously unselected package libgmp-dev:amd64.
#15 121.5 Preparing to unpack .../06-libgmp-dev_2%3a6.3.0+dfsg-3_amd64.deb ...
#15 121.5 Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
#15 121.6 Selecting previously unselected package libpkgconf3:amd64.
#15 121.6 Preparing to unpack .../07-libpkgconf3_1.8.1-4_amd64.deb ...
#15 121.6 Unpacking libpkgconf3:amd64 (1.8.1-4) ...
#15 121.6 Selecting previously unselected package libsqlite3-dev:amd64.
#15 121.6 Preparing to unpack .../08-libsqlite3-dev_3.46.1-7+deb13u1_amd64.deb ...
#15 121.6 Unpacking libsqlite3-dev:amd64 (3.46.1-7+deb13u1) ...
#15 121.7 Selecting previously unselected package libssl-dev:amd64.
#15 121.7 Preparing to unpack .../09-libssl-dev_3.5.6-1~deb13u2_amd64.deb ...
#15 121.7 Unpacking libssl-dev:amd64 (3.5.6-1~deb13u2) ...
#15 121.9 Selecting previously unselected package m4.
#15 121.9 Preparing to unpack .../10-m4_1.4.19-8_amd64.deb ...
#15 121.9 Unpacking m4 (1.4.19-8) ...
#15 121.9 Selecting previously unselected package pkgconf-bin.
#15 121.9 Preparing to unpack .../11-pkgconf-bin_1.8.1-4_amd64.deb ...
#15 121.9 Unpacking pkgconf-bin (1.8.1-4) ...
#15 122.0 Selecting previously unselected package pkgconf:amd64.
#15 122.0 Preparing to unpack .../12-pkgconf_1.8.1-4_amd64.deb ...
#15 122.0 Unpacking pkgconf:amd64 (1.8.1-4) ...
#15 122.0 Selecting previously unselected package pkg-config:amd64.
#15 122.0 Preparing to unpack .../13-pkg-config_1.8.1-4_amd64.deb ...
#15 122.0 Unpacking pkg-config:amd64 (1.8.1-4) ...
#15 122.1 Setting up libev4t64:amd64 (1:4.33-2.1+b1) ...
#15 122.1 Setting up m4 (1.4.19-8) ...
#15 122.1 Setting up libffi-dev:amd64 (3.4.8-2) ...
#15 122.1 Setting up libpkgconf3:amd64 (1.8.1-4) ...
#15 122.1 Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
#15 122.1 Setting up libsqlite3-dev:amd64 (3.46.1-7+deb13u1) ...
#15 122.1 Setting up libssl-dev:amd64 (3.5.6-1~deb13u2) ...
#15 122.1 Setting up pkgconf-bin (1.8.1-4) ...
#15 122.1 Setting up libcapnp-1.1.0:amd64 (1.1.0-2) ...
#15 122.1 Setting up libev-dev:amd64 (1:4.33-2.1+b1) ...
#15 122.1 Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
#15 122.1 Setting up pkgconf:amd64 (1.8.1-4) ...
#15 122.1 Setting up capnproto (1.1.0-2) ...
#15 122.1 Setting up pkg-config:amd64 (1.8.1-4) ...
#15 122.1 Processing triggers for libc-bin (2.41-12+deb13u3) ...
#15 DONE 122.3s
#16 [build 5/11] RUN cd ~/opam-repository && git fetch -q origin master && git reset --hard ceed23f9d33677f323a62325ad42599d14f46b98 && opam update
#16 5.565 Updating files: 27% (5070/18710)
Updating files: 28% (5239/18710)
Updating files: 29% (5426/18710)
Updating files: 30% (5613/18710)
Updating files: 31% (5801/18710)
Updating files: 32% (5988/18710)
Updating files: 33% (6175/18710)
Updating files: 34% (6362/18710)
Updating files: 35% (6549/18710)
Updating files: 36% (6736/18710)
Updating files: 37% (6923/18710)
Updating files: 38% (7110/18710)
Updating files: 39% (7297/18710)
Updating files: 40% (7484/18710)
Updating files: 41% (7672/18710)
Updating files: 42% (7859/18710)
Updating files: 43% (8046/18710)
Updating files: 44% (8233/18710)
Updating files: 45% (8420/18710)
Updating files: 46% (8607/18710)
Updating files: 47% (8794/18710)
Updating files: 48% (8981/18710)
Updating files: 49% (9168/18710)
Updating files: 50% (9355/18710)
Updating files: 51% (9543/18710)
Updating files: 52% (9730/18710)
Updating files: 53% (9917/18710)
Updating files: 54% (10104/18710)
Updating files: 55% (10291/18710)
Updating files: 55% (10456/18710)
Updating files: 56% (10478/18710)
Updating files: 57% (10665/18710)
Updating files: 58% (10852/18710)
Updating files: 59% (11039/18710)
Updating files: 60% (11226/18710)
Updating files: 61% (11414/18710)
Updating files: 62% (11601/18710)
Updating files: 63% (11788/18710)
Updating files: 64% (11975/18710)
Updating files: 65% (12162/18710)
Updating files: 66% (12349/18710)
Updating files: 67% (12536/18710)
Updating files: 68% (12723/18710)
Updating files: 69% (12910/18710)
Updating files: 70% (13097/18710)
Updating files: 71% (13285/18710)
Updating files: 72% (13472/18710)
Updating files: 73% (13659/18710)
Updating files: 74% (13846/18710)
Updating files: 75% (14033/18710)
Updating files: 76% (14220/18710)
Updating files: 77% (14407/18710)
Updating files: 78% (14594/18710)
Updating files: 79% (14781/18710)
Updating files: 80% (14968/18710)
Updating files: 81% (15156/18710)
Updating files: 82% (15343/18710)
Updating files: 83% (15530/18710)
Updating files: 83% (15682/18710)
Updating files: 84% (15717/18710)
Updating files: 85% (15904/18710)
Updating files: 86% (16091/18710)
Updating files: 87% (16278/18710)
Updating files: 88% (16465/18710)
Updating files: 89% (16652/18710)
Updating files: 90% (16839/18710)
Updating files: 91% (17027/18710)
Updating files: 92% (17214/18710)
Updating files: 93% (17401/18710)
Updating files: 94% (17588/18710)
Updating files: 95% (17775/18710)
Updating files: 96% (17962/18710)
Updating files: 97% (18149/18710)
Updating files: 98% (18336/18710)
Updating files: 99% (18523/18710)
Updating files: 100% (18710/18710)
Updating files: 100% (18710/18710), done.
#16 8.293 HEAD is now at ceed23f9d3 Merge pull request #30131 from mknaack/opam-publish-azure-cosmos-db-eio.0.4.1
#16 8.665
#16 8.665 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
#16 15.51 [default] synchronised from git+file:///home/opam/opam-repository
#16 16.14 Now run 'opam upgrade' to apply any package updates.
#16 DONE 16.9s
#17 [build 6/11] RUN opam option --global solver=builtin-0install
#17 0.284 Set to 'builtin-0install' the field solver in global configuration
#17 DONE 0.3s
#18 [build 7/11] COPY --chown=opam --link ocaml-ci-api.opam ocaml-ci-web.opam ocaml-ci.opam /src/
#18 DONE 0.1s
#19 [build 8/11] WORKDIR /src
#19 DONE 0.0s
#20 [build 9/11] RUN --mount=type=cache,target=/home/opam/.opam/download-cache,sharing=locked,uid=1000,gid=1000 opam install -y --deps-only .
#20 1.435 The following additional pinnings are required by ocaml-ci.dev:
#20 1.435 - solver-service.dev at git+https://github.com/ocurrent/solver-service.git#ca9ef7e8a4097ed56ef6e2d9befa7ca0dc5997cb
#20 1.435 - solver-service-api.dev at git+https://github.com/ocurrent/solver-service.git#ca9ef7e8a4097ed56ef6e2d9befa7ca0dc5997cb
#20 1.435 - solver-worker.dev at git+https://github.com/ocurrent/solver-service.git#ca9ef7e8a4097ed56ef6e2d9befa7ca0dc5997cb
#20 1.435 Pin and install them? [Y/n] y
#20 10.14 [NOTE] Package solver-service does not exist in opam repositories registered in the current switch.
#20 10.66 [solver-service.dev] synchronised (no changes)
#20 10.66 [WARNING] Failed checks on solver-service package definition from source at git+https://github.com/ocurrent/solver-service.git#ca9ef7e8a4097ed56ef6e2d9befa7ca0dc5997cb:
#20 10.66 warning 68: Missing field 'license'
#20 10.69 solver-service is now pinned to git+https://github.com/ocurrent/solver-service.git#ca9ef7e8a4097ed56ef6e2d9befa7ca0dc5997cb (version dev)
#20 10.69 [NOTE] Package solver-service-api does not exist in opam repositories registered in the current switch.
#20 11.21 [solver-service-api.dev] synchronised (no changes)
#20 11.21 [WARNING] Failed checks on solver-service-api package definition from source at git+https://github.com/ocurrent/solver-service.git#ca9ef7e8a4097ed56ef6e2d9befa7ca0dc5997cb:
#20 11.21 warning 68: Missing field 'license'
#20 11.21 solver-service-api is now pinned to git+https://github.com/ocurrent/solver-service.git#ca9ef7e8a4097ed56ef6e2d9befa7ca0dc5997cb (version dev)
#20 11.21 [NOTE] Package solver-worker does not exist in opam repositories registered in the current switch.
#20 11.70 [solver-worker.dev] synchronised (no changes)
#20 11.70 [WARNING] Failed checks on solver-worker package definition from source at git+https://github.com/ocurrent/solver-service.git#ca9ef7e8a4097ed56ef6e2d9befa7ca0dc5997cb:
#20 11.70 warning 68: Missing field 'license'
#20 11.71 solver-worker is now pinned to git+https://github.com/ocurrent/solver-service.git#ca9ef7e8a4097ed56ef6e2d9befa7ca0dc5997cb (version dev)
#20 11.71 The following additional pinnings are required by ocaml-ci-web.dev:
#20 11.71 - tailwindcss.dev at https://github.com/tmattio/opam-tailwindcss/archive/e5bb6361a50c7cc5cad802311e609336583ca08f.tar.gz
#20 11.71 Pin and install them? [Y/n] y
#20 35.65 [NOTE] Package tailwindcss does not exist in opam repositories registered in the current switch.
#20 69.75 [tailwindcss.dev] synchronised (https://github.com/tmattio/opam-tailwindcss/archive/e5bb6361a50c7cc5cad802311e609336583ca08f.tar.gz)
#20 69.75 tailwindcss is now pinned to https://github.com/tmattio/opam-tailwindcss/archive/e5bb6361a50c7cc5cad802311e609336583ca08f.tar.gz (version dev)
#20 72.50 The following actions will be performed:
#20 72.50 === install 244 packages
#20 72.50 - install 0install-solver 2.18 [required by opam-0install]
#20 72.50 - install angstrom 0.16.1 [required by timedesc]
#20 72.50 - install ansi 0.7.0 [required by ocaml-ci-web]
#20 72.50 - install arp 3.1.1 [required by tcpip]
#20 72.50 - install asetmap 0.8.1 [required by capnp-rpc-net, prometheus-app]
#20 72.50 - install asn1-combinators 0.2.6 [required by capnp-rpc-net]
#20 72.50 - install astring 0.8.5 [required by obuilder-spec, current, bos, etc.]
#20 72.50 - install awa 0.3.0 [required by git-unix]
#20 72.50 - install awa-mirage 0.3.0 [required by git-unix]
#20 72.50 - install base v0.16.5 [required by ppx_compare, capnp, ppx_sexp_conv, ppx_custom_printf]
#20 72.50 - install base-bytes base [required by extunix]
#20 72.50 - install base64 3.5.2 [required by capnp-rpc-unix]
#20 72.50 - install bigarray-compat 1.1.0 [required by dream]
#20 72.50 - install bigstringaf 0.10.0 [required by multipart_form, caqti, git-unix, etc.]
#20 72.50 - install bos 0.3.0 [required by ocaml-ci]
#20 72.50 - install bstr 0.0.4 [required by prettym]
#20 72.50 - install ca-certs 0.2.3 [required by conduit-lwt-unix]
#20 72.50 - install ca-certs-nss 3.101 [required by git-unix]
#20 72.50 - install camlp-streams 5.0.1 [required by tar, dream]
#20 72.50 - install capnp 3.6.0 [required by ocaml-ci-api]
#20 72.50 - install capnp-rpc 1.2.3 [required by current_rpc]
#20 72.50 - install capnp-rpc-lwt 1.2.3 [required by ocaml-ci-api]
#20 72.50 - install capnp-rpc-net 1.2.3 [required by capnp-rpc-unix]
#20 72.50 - install capnp-rpc-unix 1.2.3 [required by ocaml-ci, ocaml-ci-web]
#20 72.50 - install caqti 2.3.2 [required by dream]
#20 72.50 - install caqti-lwt 2.3.2 [required by dream]
#20 72.50 - install carton 0.7.2 [required by git]
#20 72.50 - install carton-git 0.7.2 [required by git]
#20 72.50 - install carton-lwt 0.7.2 [required by git]
#20 72.50 - install cf 0.5.0 [required by cf-lwt]
#20 72.50 - install cf-lwt 0.5.0 [required by irmin-watcher]
#20 72.50 - install checkseum 0.5.3 [required by decompress, git]
#20 72.50 - install cmdliner 1.3.0 [required by opam-0install, current, capnp-rpc-unix, etc.]
#20 72.50 - install cohttp 6.0.0 [required by cohttp-lwt-unix]
#20 72.50 - install cohttp-lwt 6.0.0 [required by cohttp-lwt-unix]
#20 72.50 - install cohttp-lwt-unix 6.0.0 [required by ocaml-ci]
#20 72.50 - install conduit 6.2.3 [required by conduit-lwt]
#20 72.50 - install conduit-lwt 6.2.3 [required by cohttp-lwt-unix]
#20 72.50 - install conduit-lwt-unix 6.2.3 [required by cohttp-lwt-unix]
#20 72.50 - install conf-capnproto 2 [required by capnp-rpc-net]
#20 72.50 - install conf-git 1.1 [required by current_git]
#20 72.50 - install conf-gmp 5 [required by zarith]
#20 72.50 - install conf-gmp-powm-sec 4 [required by mirage-crypto-pk]
#20 72.50 - install conf-libev 4-13 [required by solver-service, current, dream]
#20 72.50 - install conf-libffi 2.0.0 [required by ctypes-foreign]
#20 72.50 - install conf-libssl 4 [required by ssl]
#20 72.50 - install conf-pkg-config 5 [required by conf-sqlite3]
#20 72.50 - install conf-sqlite3 1 [required by sqlite3]
#20 72.50 - install cppo 1.8.0 [required by ppx_deriving]
#20 72.50 - install crunch 4.0.0 [required by ocaml-ci-web]
#20 72.50 - install csexp 1.5.2 [required by dune-configurator, dune-private-libs]
#20 72.50 - install cstruct 6.2.0 [required by tar-unix, tar, dream]
#20 72.50 - install cstruct-lwt 6.2.0 [required by capnp-rpc-unix, tar-unix]
#20 72.50 - install cstruct-unix 6.2.0 [required by awa]
#20 72.50 - install ctypes 0.24.0 [required by cf, fsevents]
#20 72.50 - install ctypes-foreign 0.24.0 [required by cf]
#20 72.50 - install current 0.7.5 [required by ocaml-ci]
#20 72.50 - install current_docker 0.7.5 [required by ocaml-ci]
#20 72.50 - install current_git 0.7.5 [required by current_docker, current_ocluster]
#20 72.50 - install current_incr 0.6.1 [required by current]
#20 72.50 - install current_ocluster 0.4.0 [required by ocaml-ci]
#20 72.50 - install current_rpc 0.7.5 [required by ocaml-ci, ocaml-ci-api]
#20 72.50 - install decompress 1.5.3 [required by tar]
#20 72.50 - install digestif 1.3.0 [required by dream]
#20 72.50 - install dns 7.0.3 [required by git-mirage]
#20 72.50 - install dns-client 7.0.3 [required by git-mirage]
#20 72.50 - install dns-client-lwt 7.0.3 [required by happy-eyeballs-lwt]
#20 72.50 - install dns-client-mirage 7.0.3 [required by happy-eyeballs-mirage]
#20 72.50 - install dockerfile 8.4.1 [required by dockerfile-opam]
#20 72.50 - install dockerfile-opam 8.4.1 [required by ocaml-ci]
#20 72.50 - install domain-name 0.5.0 [required by caqti, git-unix, caqti-lwt]
#20 72.50 - install dream 1.0.0~alpha6 [required by ocaml-ci-web]
#20 72.50 - install dream-httpaf 1.0.0~alpha3 [required by ocaml-ci-web]
#20 72.50 - install dream-pure 1.0.0~alpha2 [required by dream]
#20 72.50 - install duff 0.5 [required by carton]
#20 72.50 - install dune 3.23.1 [required by ocaml-ci-api, ocaml-ci, ocaml-ci-web]
#20 72.50 - install dune-build-info 3.23.1 [required by solver-service, solver-worker]
#20 72.50 - install dune-compiledb 0.6.0 [required by sqlite3]
#20 72.50 - install dune-configurator 3.23.1 [required by extunix, sqlite3]
#20 72.50 - install dune-private-libs 3.23.1 [required by dune-site]
#20 72.50 - install dune-site 3.23.1 [required by caqti]
#20 72.50 - install duration 0.3.1 [required by current_docker, current, current_ocluster]
#20 72.50 - install dyn 3.23.1 [required by dune-private-libs]
#20 72.50 - install emile 1.1 [required by git]
#20 72.50 - install encore 0.8.1 [required by git]
#20 72.50 - install eqaf 0.9 [required by awa, mirage-crypto, digestif]
#20 72.50 - install ethernet 3.2.0 [required by tcpip]
#20 72.50 - install extunix 0.4.3 [required by capnp-rpc-unix]
#20 72.50 - install ezjsonm 1.3.0 [required by dune-compiledb]
#20 72.50 - install faraday 0.8.2 [required by dream-httpaf]
#20 72.50 - install faraday-lwt 0.8.2 [required by faraday-lwt-unix]
#20 72.50 - install faraday-lwt-unix 0.8.2 [required by dream-httpaf]
#20 72.50 - install fmt 0.11.0 [required by ocaml-ci-web]
#20 72.50 - install fpath 0.7.3 [required by current_docker, bos, current, current_rpc]
#20 72.50 - install fs-io 3.23.1 [required by stdune]
#20 72.50 - install fsevents 0.3.0 [required by fsevents-lwt]
#20 72.50 - install fsevents-lwt 0.3.0 [required by irmin-watcher]
#20 72.50 - install git 3.15.0 [required by git-unix]
#20 72.50 - install git-mirage 3.15.0 [required by git-unix]
#20 72.50 - install git-paf 3.15.0 [required by git-mirage]
#20 72.50 - install git-unix 3.15.0 [required by solver-service]
#20 72.50 - install gmap 0.3.0 [required by x509, dns]
#20 72.50 - install graphql 0.14.0 [required by graphql-lwt]
#20 72.50 - install graphql-lwt 0.14.0 [required by dream]
#20 72.50 - install graphql_parser 0.14.0 [required by dream]
#20 72.50 - install h2 0.13.0 [required by paf]
#20 72.50 - install happy-eyeballs 0.6.0 [required by git-mirage, happy-eyeballs-lwt]
#20 72.50 - install happy-eyeballs-lwt 0.6.0 [required by git-unix]
#20 72.50 - install happy-eyeballs-mirage 0.6.0 [required by git-mirage]
#20 72.50 - install hex 1.5.0 [required by pgx]
#20 72.50 - install hkdf 1.0.4 (deprecated) [required by tls]
#20 72.50 - install hmap 0.8.1 [required by dream-pure]
#20 72.50 - install hpack 0.13.0 [required by h2]
#20 72.50 - install http 6.0.0 [required by cohttp-lwt-unix]
#20 72.50 - install httpaf 0.7.1 [required by git-paf]
#20 72.50 - install httpun-types 0.2.0 [required by h2]
#20 72.50 - install hxd 0.5.0 [required by git]
#20 72.50 - install inotify 2.6 [required by irmin-watcher]
#20 72.50 - install integers 0.8.0 [required by ctypes]
#20 72.50 - install ipaddr 5.6.2 [required by caqti, pgx, conduit-lwt-unix, etc.]
#20 72.50 - install ipaddr-cstruct 5.6.2 [required by tcpip]
#20 72.50 - install ipaddr-sexp 5.6.2 [required by conduit-lwt-unix]
#20 72.50 - install irmin-watcher 0.5.0 [required by current_git]
#20 72.50 - install jsonm 1.0.2 [required by opam-core]
#20 72.50 - install ke 0.6 [required by multipart_form, multipart_form-lwt]
#20 72.50 - install lambdasoup 1.1.1 [required by dream]
#20 72.50 - install logs 0.10.0 [required by ocaml-ci, ocaml-ci-web]
#20 72.50 - install lru 0.3.1 [required by caqti]
#20 72.50 - install lwt 5.10.0 [required by ocaml-ci-web]
#20 72.50 - install lwt-dllist 1.1.0 [required by current]
#20 72.50 - install lwt_ppx 5.9.1 [required by dream]
#20 72.50 - install lwt_ssl 1.2.0 [required by dream]
#20 72.50 - install macaddr 5.6.2 [required by ipaddr]
#20 72.50 - install macaddr-cstruct 5.6.2 [required by tcpip]
#20 72.50 - install magic-mime 1.3.1 [required by cohttp-lwt-unix, dream]
#20 72.50 - install markup 1.0.3 [required by dream]
#20 72.50 - install menhir 20260209 [required by opam-file-format, graphql_parser]
#20 72.50 - install menhirCST 20260209 [required by menhir]
#20 72.50 - install menhirGLR 20260209 [required by menhir]
#20 72.50 - install menhirLib 20260209 [required by menhir]
#20 72.50 - install menhirSdk 20260209 [required by menhir]
#20 72.50 - install metrics 0.5.0 [required by dns]
#20 72.50 - install mimic 0.0.6 [required by git-unix]
#20 72.50 - install mimic-happy-eyeballs 0.0.6 [required by git-mirage]
#20 72.50 - install mirage-clock 4.2.0 [required by dream]
#20 72.50 - install mirage-clock-unix 4.2.0 [required by git-unix]
#20 72.50 - install mirage-crypto 0.11.3 [required by dream]
#20 72.50 - install mirage-crypto-ec 0.11.3 [required by tls, awa]
#20 72.50 - install mirage-crypto-pk 0.11.3 [required by tls-mirage, tls, awa]
#20 72.50 - install mirage-crypto-rng 0.11.3 [required by dream]
#20 72.50 - install mirage-crypto-rng-lwt 0.11.3 [required by capnp-rpc-unix, dream]
#20 72.50 - install mirage-flow 3.0.0 [required by capnp-rpc-unix]
#20 72.50 - install mirage-kv 6.1.1 [required by tls-mirage]
#20 72.50 - install mirage-net 4.0.0 [required by tcpip]
#20 72.50 - install mirage-random 3.0.0 (deprecated) [required by git-mirage]
#20 72.50 - install mirage-runtime 4.11.0 [required by mirage-unix]
#20 72.50 - install mirage-time 3.0.0 [required by git-unix]
#20 72.50 - install mirage-unix 5.0.1 [required by git-unix]
#20 72.50 - install mtime 2.1.0 [required by caqti, mirage-crypto-rng-lwt, git-unix, caqti-lwt]
#20 72.50 - install multipart_form 0.8.0 [required by dream]
#20 72.50 - install multipart_form-lwt 0.8.0 [required by dream]
#20 72.50 - install num 1.6 [required by sexplib]
#20 72.50 - install obuilder-spec 0.7.0 [required by ocaml-ci]
#20 72.50 - install ocaml-compiler-libs v0.12.4 [required by ppxlib]
#20 72.50 - install ocaml-syntax-shims 1.0.0 [required by angstrom]
#20 72.50 - install ocaml-version 4.1.3 [required by ocaml-ci]
#20 72.50 - install ocamlbuild 0.16.1 [required by bos]
#20 72.50 - install ocamlfind 1.9.8 [required by bos]
#20 72.50 - install ocamlgraph 2.2.0 [required by opam-core, git]
#20 72.50 - install ocluster-api 0.4.0 [required by ocaml-ci]
#20 72.50 - install ocplib-endian 1.2 [required by lwt, capnp]
#20 72.50 - install omigrate 0.3.2 [required by ocaml-ci]
#20 72.50 - install opam-0install 0.5.1 [required by ocaml-ci]
#20 72.50 - install opam-core 2.5.1 [required by opam-format]
#20 72.50 - install opam-file-format 2.2.0 [required by opam-0install]
#20 72.50 - install opam-format 2.5.1 [required by opam-0install, solver-service]
#20 72.50 - install opam-repository 2.5.1 [required by opam-state]
#20 72.50 - install opam-state 2.5.1 [required by opam-0install]
#20 72.50 - install optint 0.3.0 [required by decompress, git]
#20 72.50 - install ordering 3.23.1 [required by dyn, stdune]
#20 72.50 - install paf 0.5.0 [required by git-paf]
#20 72.50 - install parsexp v0.16.0 [required by sexplib]
#20 72.50 - install patch 3.1.1 [required by opam-state]
#20 72.50 - install pbkdf 1.2.0 [required by x509]
#20 72.50 - install pecu 0.7 [required by multipart_form]
#20 72.50 - install pgx 2.2 [required by omigrate]
#20 72.50 - install pgx_lwt 2.2 [required by pgx_lwt_unix]
#20 72.50 - install pgx_lwt_unix 2.2 [required by omigrate]
#20 72.50 - install pp 2.0.0 [required by dune-private-libs]
#20 72.50 - install ppx_compare v0.16.0 [required by pgx]
#20 72.50 - install ppx_custom_printf v0.16.0 [required by pgx]
#20 72.50 - install ppx_derivers 1.2.1 [required by ppx_deriving]
#20 72.50 - install ppx_deriving 6.0.3 [required by ocaml-ci, ocaml-ci-api]
#20 72.50 - install ppx_deriving_yojson 3.9.1 [required by ocaml-ci-api, ocaml-ci, ocaml-ci-web]
#20 72.50 - install ppx_sexp_conv v0.16.0 [required by dockerfile-opam, cohttp-lwt-unix, obuilder-spec]
#20 72.50 - install ppxlib 0.35.0 [required by extunix, ppx_deriving]
#20 72.50 - install prettym 0.0.5 [required by multipart_form]
#20 72.50 - install prometheus 1.3 [required by current, current_ocluster]
#20 72.50 - install prometheus-app 1.3 [required by ocaml-ci-web]
#20 72.50 - install psq 0.2.1 [required by dream-httpaf]
#20 72.50 - install ptime 1.2.0 [required by crunch, timedesc, dream]
#20 72.50 - install randomconv 0.1.3 [required by dns-client]
#20 72.50 - install re 1.14.0 [required by current]
#20 72.50 - install res 5.0.2 [required by capnp]
#20 72.50 - install result 1.5 [required by omigrate, current_docker, current, etc.]
#20 72.50 - install rresult 0.7.0 [required by bos]
#20 72.50 - install seq base [required by timedesc]
#20 72.50 - install sexplib v0.16.0 [required by obuilder-spec]
#20 72.50 - install sexplib0 v0.16.0 [required by dockerfile-opam]
#20 72.50 - install sha 1.15.4 [required by opam-core]
#20 72.50 - install solver-service dev (pinned) [required by ocaml-ci]
#20 72.50 - install solver-service-api dev (pinned) [required by ocaml-ci, ocaml-ci-api]
#20 72.50 - install solver-worker dev (pinned) [required by ocaml-ci]
#20 72.50 - install spdx_licenses 1.4.0 [required by opam-state]
#20 72.50 - install sqlite3 5.4.1 [required by current, omigrate]
#20 72.50 - install ssl 0.7.0 [required by dream]
#20 72.50 - install stdint 0.7.2 [required by current_rpc]
#20 72.50 - install stdio v0.16.0 [required by capnp]
#20 72.50 - install stdlib-shims 0.3.0 [required by ppxlib]
#20 72.50 - install stdune 3.23.1 [required by dune-private-libs]
#20 72.50 - install stringext 1.6.0 [required by cohttp]
#20 72.50 - install swhid_core 0.1 [required by opam-core]
#20 72.50 - install tailwindcss dev (pinned) [required by ocaml-ci-web]
#20 72.50 - install tar 2.6.0 [required by ocaml-ci]
#20 72.50 - install tar-unix 2.6.0 [required by ocaml-ci]
#20 72.50 - install tcpip 8.0.0 [required by git-unix]
#20 72.50 - install timedesc 3.1.2 [required by ocaml-ci, ocaml-ci-web]
#20 72.50 - install timedesc-tzdb 3.1.2 [required by timedesc]
#20 72.50 - install timedesc-tzlocal 3.1.2 [required by timedesc]
#20 72.50 - install tls 0.17.3 [required by capnp-rpc-net, git-unix]
#20 72.50 - install tls-lwt 0.17.3 [required by conduit-lwt-unix]
#20 72.50 - install tls-mirage 0.17.3 [required by capnp-rpc-net, git-unix]
#20 72.50 - install top-closure 3.23.1 [required by stdune]
#20 72.50 - install topkg 1.1.1 [required by bos]
#20 72.50 - install tyxml 4.6.0 [required by ocaml-ci-web]
#20 72.50 - install uchar 0.0.2 [required by markup]
#20 72.50 - install unstrctrd 0.4 [required by multipart_form]
#20 72.50 - install uri 4.4.0 [required by omigrate, dream]
#20 72.50 - install uri-sexp 4.4.0 [required by cohttp]
#20 72.50 - install uuidm 0.9.10 [required by pgx]
#20 72.50 - install uutf 1.0.4 [required by tyxml, multipart_form]
#20 72.50 - install x509 0.16.5 [required by capnp-rpc-net, caqti]
#20 72.50 - install yojson 3.0.0 [required by ocaml-ci-web]
#20 72.50 - install zarith 1.14 [required by asn1-combinators, awa]
#20 73.18
#20 73.18 The following system packages will first need to be installed:
#20 73.18 libcapnp-dev
#20 73.18
#20 73.18 <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
#20 73.18
#20 73.18 opam believes some required external dependencies are missing. opam can:
#20 73.18 > 1. Run apt-get to install them (may need root/sudo access)
#20 73.18 2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal)
#20 73.18 3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
#20 73.18 4. Abort the installation
#20 73.18
#20 73.18 [1/2/3/4] 1
#20 73.18
#20 73.18 + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libcapnp-dev"
#20 84.69 - Selecting previously unselected package libcapnp-dev:amd64.
#20 84.69 - (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 21027 files and directories currently installed.)
#20 84.69 - Preparing to unpack .../libcapnp-dev_1.1.0-2_amd64.deb ...
#20 84.69 - Unpacking libcapnp-dev:amd64 (1.1.0-2) ...
#20 84.69 - Setting up libcapnp-dev:amd64 (1.1.0-2) ...
#20 84.77
#20 84.77 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#20 85.09 -> retrieved ansi.0.7.0 (https://opam.ocaml.org/cache)
#20 85.12 -> retrieved angstrom.0.16.1 (https://opam.ocaml.org/cache)
#20 85.28 -> retrieved 0install-solver.2.18 (https://opam.ocaml.org/cache)
#20 85.29 -> retrieved arp.3.1.1 (https://opam.ocaml.org/cache)
#20 85.49 -> retrieved asn1-combinators.0.2.6 (https://opam.ocaml.org/cache)
#20 85.50 -> retrieved astring.0.8.5 (https://opam.ocaml.org/cache)
#20 85.83 -> retrieved awa.0.3.0, awa-mirage.0.3.0 (https://opam.ocaml.org/cache)
#20 85.98 -> retrieved base64.3.5.2 (https://opam.ocaml.org/cache)
#20 86.19 -> retrieved base.v0.16.5 (https://opam.ocaml.org/cache)
#20 86.32 -> retrieved bigstringaf.0.10.0 (https://opam.ocaml.org/cache)
#20 86.44 -> retrieved bigarray-compat.1.1.0 (https://opam.ocaml.org/cache)
#20 86.59 -> retrieved bos.0.3.0 (https://opam.ocaml.org/cache)
#20 86.74 -> retrieved ca-certs.0.2.3 (https://opam.ocaml.org/cache)
#20 90.26 -> retrieved asetmap.0.8.1 (https://opam.ocaml.org/cache)
#20 90.54 -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache)
#20 91.87 -> retrieved capnp.3.6.0 (https://opam.ocaml.org/cache)
#20 92.07 -> retrieved ca-certs-nss.3.101 (https://opam.ocaml.org/cache)
#20 92.32 -> retrieved capnp-rpc.1.2.3, capnp-rpc-lwt.1.2.3, capnp-rpc-net.1.2.3, capnp-rpc-unix.1.2.3 (https://opam.ocaml.org/cache)
#20 92.58 -> retrieved caqti.2.3.2, caqti-lwt.2.3.2 (https://opam.ocaml.org/cache)
#20 92.73 -> retrieved carton.0.7.2, carton-git.0.7.2, carton-lwt.0.7.2 (https://opam.ocaml.org/cache)
#20 92.75 -> retrieved cf.0.5.0, cf-lwt.0.5.0 (https://opam.ocaml.org/cache)
#20 92.97 -> retrieved bstr.0.0.4 (https://opam.ocaml.org/cache)
#20 93.00 -> retrieved cmdliner.1.3.0 (https://opam.ocaml.org/cache)
#20 93.04 -> retrieved checkseum.0.5.3 (https://opam.ocaml.org/cache)
#20 93.06 -> installed conf-git.1.1
#20 93.06 -> installed conf-capnproto.2
#20 93.43 -> retrieved cohttp.6.0.0, cohttp-lwt.6.0.0, cohttp-lwt-unix.6.0.0, http.6.0.0 (https://opam.ocaml.org/cache)
#20 93.54 -> retrieved conduit.6.2.3, conduit-lwt.6.2.3, conduit-lwt-unix.6.2.3 (https://opam.ocaml.org/cache)
#20 93.86 -> retrieved conf-libev.4-13 (2 extra sources)
#20 93.86 -> retrieved conf-libev.4-13 (2 extra sources)
#20 93.99 -> retrieved conf-libssl.4 (https://opam.ocaml.org/cache)
#20 94.18 -> retrieved conf-gmp.5 (https://opam.ocaml.org/cache)
#20 94.19 -> installed conf-gmp.5
#20 94.21 -> installed conf-libev.4-13
#20 94.25 -> retrieved conf-pkg-config.5 (2 extra sources)
#20 94.25 -> retrieved conf-pkg-config.5 (2 extra sources)
#20 94.28 -> installed conf-pkg-config.5
#20 94.30 -> installed conf-libffi.2.0.0
#20 94.30 -> installed conf-libssl.4
#20 94.31 -> installed conf-sqlite3.1
#20 94.45 -> retrieved cppo.1.8.0 (https://opam.ocaml.org/cache)
#20 94.52 -> retrieved crunch.4.0.0 (https://opam.ocaml.org/cache)
#20 94.73 -> retrieved csexp.1.5.2 (https://opam.ocaml.org/cache)
#20 95.04 -> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0, cstruct-unix.6.2.0 (https://opam.ocaml.org/cache)
#20 95.42 -> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0 (https://opam.ocaml.org/cache)
#20 95.69 -> retrieved current.0.7.5, current_docker.0.7.5, current_git.0.7.5, current_rpc.0.7.5 (https://opam.ocaml.org/cache)
#20 96.90 -> retrieved current_incr.0.6.1 (https://opam.ocaml.org/cache)
#20 96.99 -> retrieved current_ocluster.0.4.0, ocluster-api.0.4.0 (https://opam.ocaml.org/cache)
#20 97.00 -> retrieved conf-gmp-powm-sec.4 (https://opam.ocaml.org/cache)
#20 97.13 -> installed cmdliner.1.3.0
#20 97.14 -> installed conf-gmp-powm-sec.4
#20 97.46 -> retrieved dns.7.0.3, dns-client.7.0.3, dns-client-lwt.7.0.3, dns-client-mirage.7.0.3 (https://opam.ocaml.org/cache)
#20 97.47 -> retrieved decompress.1.5.3 (https://opam.ocaml.org/cache)
#20 98.35 -> retrieved digestif.1.3.0 (https://opam.ocaml.org/cache)
#20 99.29 -> retrieved dream.1.0.0~alpha6, dream-httpaf.1.0.0~alpha3 (https://opam.ocaml.org/cache)
#20 99.79 -> retrieved dream-pure.1.0.0~alpha2 (https://opam.ocaml.org/cache)
#20 100.00 -> retrieved duff.0.5 (https://opam.ocaml.org/cache)
#20 102.7 -> retrieved domain-name.0.5.0 (https://opam.ocaml.org/cache)
#20 102.8 -> retrieved dockerfile.8.4.1, dockerfile-opam.8.4.1 (https://opam.ocaml.org/cache)
#20 118.2 -> retrieved dune.3.23.1, dune-build-info.3.23.1, dune-configurator.3.23.1, dune-private-libs.3.23.1, dune-site.3.23.1, dyn.3.23.1, fs-io.3.23.1, ordering.3.23.1, stdune.3.23.1, top-closure.3.23.1 (https://opam.ocaml.org/cache)
#20 119.6 -> retrieved duration.0.3.1 (https://opam.ocaml.org/cache)
#20 119.6 -> retrieved dune-compiledb.0.6.0 (https://opam.ocaml.org/cache)
#20 119.8 -> retrieved eqaf.0.9 (https://opam.ocaml.org/cache)
#20 119.8 -> retrieved encore.0.8.1 (https://opam.ocaml.org/cache)
#20 119.9 -> retrieved ethernet.3.2.0 (https://opam.ocaml.org/cache)
#20 120.0 -> retrieved extunix.0.4.3 (https://opam.ocaml.org/cache)
#20 120.1 -> retrieved ezjsonm.1.3.0 (https://opam.ocaml.org/cache)
#20 120.2 -> retrieved faraday.0.8.2, faraday-lwt.0.8.2, faraday-lwt-unix.0.8.2 (https://opam.ocaml.org/cache)
#20 120.4 -> retrieved fmt.0.11.0 (https://opam.ocaml.org/cache)
#20 120.5 -> retrieved fsevents.0.3.0, fsevents-lwt.0.3.0 (https://opam.ocaml.org/cache)
#20 120.5 -> retrieved fpath.0.7.3 (https://opam.ocaml.org/cache)
#20 121.1 -> retrieved git.3.15.0, git-mirage.3.15.0, git-paf.3.15.0, git-unix.3.15.0 (https://opam.ocaml.org/cache)
#20 121.5 -> retrieved graphql.0.14.0, graphql-lwt.0.14.0, graphql_parser.0.14.0 (https://opam.ocaml.org/cache)
#20 121.8 -> retrieved gmap.0.3.0 (https://opam.ocaml.org/cache)
#20 122.0 -> retrieved happy-eyeballs.0.6.0, happy-eyeballs-lwt.0.6.0, happy-eyeballs-mirage.0.6.0 (https://opam.ocaml.org/cache)
#20 122.2 -> retrieved hex.1.5.0 (https://opam.ocaml.org/cache)
#20 122.4 -> retrieved hkdf.1.0.4 (https://opam.ocaml.org/cache)
#20 123.0 -> retrieved h2.0.13.0, hpack.0.13.0 (https://opam.ocaml.org/cache)
#20 123.0 -> retrieved hmap.0.8.1 (https://opam.ocaml.org/cache)
#20 123.4 -> retrieved emile.1.1 (https://opam.ocaml.org/cache)
#20 123.6 -> retrieved hxd.0.5.0 (https://opam.ocaml.org/cache)
#20 123.9 -> retrieved inotify.2.6 (https://opam.ocaml.org/cache)
#20 124.0 -> retrieved integers.0.8.0 (https://opam.ocaml.org/cache)
#20 124.2 -> retrieved ipaddr.5.6.2, ipaddr-cstruct.5.6.2, ipaddr-sexp.5.6.2, macaddr.5.6.2, macaddr-cstruct.5.6.2 (https://opam.ocaml.org/cache)
#20 128.4 -> retrieved httpaf.0.7.1 (https://opam.ocaml.org/cache)
#20 128.5 -> retrieved httpun-types.0.2.0 (https://opam.ocaml.org/cache)
#20 128.7 -> retrieved jsonm.1.0.2 (https://opam.ocaml.org/cache)
#20 128.7 -> retrieved ke.0.6 (https://opam.ocaml.org/cache)
#20 128.9 -> retrieved lambdasoup.1.1.1 (https://opam.ocaml.org/cache)
#20 129.0 -> retrieved logs.0.10.0 (https://opam.ocaml.org/cache)
#20 129.0 -> retrieved lru.0.3.1 (https://opam.ocaml.org/cache)
#20 129.3 -> retrieved lwt-dllist.1.1.0 (https://opam.ocaml.org/cache)
#20 129.4 -> retrieved lwt.5.10.0 (https://opam.ocaml.org/cache)
#20 129.6 -> retrieved lwt_ppx.5.9.1 (https://opam.ocaml.org/cache)
#20 129.6 -> retrieved lwt_ssl.1.2.0 (https://opam.ocaml.org/cache)
#20 130.1 -> retrieved markup.1.0.3 (https://opam.ocaml.org/cache)
#20 131.6 -> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (https://opam.ocaml.org/cache)
#20 134.4 -> retrieved irmin-watcher.0.5.0 (https://opam.ocaml.org/cache)
#20 134.6 -> retrieved mimic.0.0.6, mimic-happy-eyeballs.0.0.6 (https://opam.ocaml.org/cache)
#20 134.7 -> retrieved mirage-clock.4.2.0, mirage-clock-unix.4.2.0 (https://opam.ocaml.org/cache)
#20 136.0 -> retrieved mirage-crypto.0.11.3, mirage-crypto-ec.0.11.3, mirage-crypto-pk.0.11.3, mirage-crypto-rng.0.11.3, mirage-crypto-rng-lwt.0.11.3 (https://opam.ocaml.org/cache)
#20 136.3 -> retrieved mirage-flow.3.0.0 (https://opam.ocaml.org/cache)
#20 136.4 -> retrieved mirage-kv.6.1.1 (https://opam.ocaml.org/cache)
#20 136.6 -> retrieved mirage-net.4.0.0 (https://opam.ocaml.org/cache)
#20 136.8 -> retrieved metrics.0.5.0 (https://opam.ocaml.org/cache)
#20 136.8 -> retrieved mirage-random.3.0.0 (https://opam.ocaml.org/cache)
#20 136.9 -> retrieved mirage-time.3.0.0 (https://opam.ocaml.org/cache)
#20 137.1 -> retrieved mirage-runtime.4.11.0 (https://opam.ocaml.org/cache)
#20 137.3 -> retrieved mtime.2.1.0 (https://opam.ocaml.org/cache)
#20 137.5 -> retrieved multipart_form.0.8.0, multipart_form-lwt.0.8.0 (https://opam.ocaml.org/cache)
#20 137.7 -> retrieved num.1.6 (https://opam.ocaml.org/cache)
#20 137.8 -> retrieved magic-mime.1.3.1 (https://opam.ocaml.org/cache)
#20 138.1 -> retrieved mirage-unix.5.0.1 (https://opam.ocaml.org/cache)
#20 138.2 -> retrieved obuilder-spec.0.7.0 (https://opam.ocaml.org/cache)
#20 138.4 -> retrieved ocaml-syntax-shims.1.0.0 (https://opam.ocaml.org/cache)
#20 138.8 -> retrieved ocamlbuild.0.16.1 (https://opam.ocaml.org/cache)
#20 139.0 -> installed dune.3.23.1
#20 145.2 -> installed num.1.6
#20 145.3 -> installed ocamlbuild.0.16.1
#20 145.3 -> installed 0install-solver.2.18
#20 145.3 -> installed base64.3.5.2
#20 145.3 -> installed bigarray-compat.1.1.0
#20 145.3 -> installed bstr.0.0.4
#20 145.4 -> installed camlp-streams.5.0.1
#20 145.4 -> installed cppo.1.8.0
#20 145.4 -> installed csexp.1.5.2
#20 146.7 -> installed current_incr.0.6.1
#20 146.7 -> installed domain-name.0.5.0
#20 146.7 -> installed dune-build-info.3.23.1
#20 146.7 -> installed duration.0.3.1
#20 146.8 -> installed fs-io.3.23.1
#20 146.8 -> installed gmap.0.3.0
#20 146.8 -> installed http.6.0.0
#20 146.8 -> installed lwt-dllist.1.1.0
#20 146.8 -> installed macaddr.5.6.2
#20 146.9 -> installed magic-mime.1.3.1
#20 146.9 -> installed menhirCST.20260209
#20 146.9 -> installed menhirGLR.20260209
#20 147.0 -> installed menhirLib.20260209
#20 147.0 -> installed menhirSdk.20260209
#20 147.1 -> installed mirage-clock.4.2.0
#20 147.2 -> installed ocaml-syntax-shims.1.0.0
#20 147.2 -> installed ordering.3.23.1
#20 147.2 -> installed top-closure.3.23.1
#20 147.2 -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache)
#20 147.2 -> retrieved ocaml-version.4.1.3 (https://opam.ocaml.org/cache)
#20 147.2 -> retrieved ocamlfind.1.9.8 (https://opam.ocaml.org/cache)
#20 147.3 -> installed ipaddr.5.6.2
#20 147.5 -> installed ocaml-version.4.1.3
#20 147.5 -> retrieved omigrate.0.3.2 (https://opam.ocaml.org/cache)
#20 147.8 -> retrieved ocamlgraph.2.2.0 (https://opam.ocaml.org/cache)
#20 147.9 -> installed dune-configurator.3.23.1
#20 148.1 -> installed ocaml-compiler-libs.v0.12.4
#20 148.4 -> installed mirage-clock-unix.4.2.0
#20 148.5 -> installed bigstringaf.0.10.0
#20 148.9 -> retrieved opam-core.2.5.1, opam-format.2.5.1, opam-repository.2.5.1, opam-state.2.5.1 (https://opam.ocaml.org/cache)
#20 149.0 -> installed angstrom.0.16.1
#20 149.0 -> installed faraday.0.8.2
#20 149.3 -> installed httpun-types.0.2.0
#20 149.4 -> retrieved opam-file-format.2.2.0 (https://opam.ocaml.org/cache)
#20 149.7 -> installed ocamlgraph.2.2.0
#20 149.8 -> installed hpack.0.13.0
#20 150.0 -> installed ocamlfind.1.9.8
#20 150.0 -> installed base-bytes.base
#20 150.0 -> retrieved optint.0.3.0 (https://opam.ocaml.org/cache)
#20 150.3 -> installed optint.0.3.0
#20 151.0 -> installed checkseum.0.5.3
#20 151.4 -> retrieved paf.0.5.0 (https://opam.ocaml.org/cache)
#20 151.9 -> retrieved parsexp.v0.16.0 (https://opam.ocaml.org/cache)
#20 152.2 -> installed decompress.1.5.3
#20 152.2 -> retrieved patch.3.1.1 (https://opam.ocaml.org/cache)
#20 152.5 -> installed patch.3.1.1
#20 153.0 -> installed menhir.20260209
#20 153.6 -> installed opam-file-format.2.2.0
#20 155.9 -> retrieved opam-0install.0.5.1 (https://opam.ocaml.org/cache)
#20 156.1 -> retrieved pecu.0.7 (https://opam.ocaml.org/cache)
#20 156.3 -> installed pecu.0.7
#20 156.8 -> retrieved pgx.2.2, pgx_lwt.2.2, pgx_lwt_unix.2.2 (https://opam.ocaml.org/cache)
#20 157.2 -> retrieved pp.2.0.0 (https://opam.ocaml.org/cache)
#20 157.4 -> installed pp.2.0.0
#20 158.7 -> retrieved pbkdf.1.2.0 (https://opam.ocaml.org/cache)
#20 158.7 -> retrieved ocplib-endian.1.2 (https://opam.ocaml.org/cache)
#20 158.8 -> retrieved ppx_compare.v0.16.0 (https://opam.ocaml.org/cache)
#20 159.0 -> retrieved ppx_deriving.6.0.3 (https://opam.ocaml.org/cache)
#20 159.1 -> installed ocplib-endian.1.2
#20 159.4 -> installed dyn.3.23.1
#20 160.6 -> retrieved ppx_deriving_yojson.3.9.1 (https://opam.ocaml.org/cache)
#20 160.7 -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache)
#20 160.8 -> installed ppx_derivers.1.2.1
#20 160.9 -> retrieved ppx_sexp_conv.v0.16.0 (https://opam.ocaml.org/cache)
#20 161.1 -> retrieved ppxlib.0.35.0 (https://opam.ocaml.org/cache)
#20 161.3 -> retrieved prometheus.1.3, prometheus-app.1.3 (https://opam.ocaml.org/cache)
#20 161.6 -> retrieved prettym.0.0.5 (https://opam.ocaml.org/cache)
#20 161.8 -> retrieved psq.0.2.1 (https://opam.ocaml.org/cache)
#20 162.0 -> retrieved randomconv.0.1.3 (https://opam.ocaml.org/cache)
#20 162.0 -> retrieved ptime.1.2.0 (https://opam.ocaml.org/cache)
#20 162.2 -> retrieved res.5.0.2 (https://opam.ocaml.org/cache)
#20 162.3 -> retrieved re.1.14.0 (https://opam.ocaml.org/cache)
#20 162.5 -> retrieved result.1.5 (https://opam.ocaml.org/cache)
#20 162.5 -> retrieved rresult.0.7.0 (https://opam.ocaml.org/cache)
#20 162.7 -> installed lwt.5.10.0
#20 162.8 -> installed res.5.0.2
#20 162.8 -> installed result.1.5
#20 162.9 -> retrieved sexplib.v0.16.0 (https://opam.ocaml.org/cache)
#20 162.9 -> installed faraday-lwt.0.8.2
#20 163.0 -> installed mirage-time.3.0.0
#20 163.0 -> installed inotify.2.6
#20 163.0 -> retrieved seq.base (2 extra sources)
#20 163.0 -> retrieved seq.base (2 extra sources)
#20 163.0 -> installed seq.base
#20 163.1 -> installed faraday-lwt-unix.0.8.2
#20 163.2 -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache)
#20 163.2 -> installed psq.0.2.1
#20 163.4 -> installed re.1.14.0
#20 163.4 -> installed httpaf.0.7.1
#20 163.6 -> retrieved sha.1.15.4 (https://opam.ocaml.org/cache)
#20 163.6 -> installed lru.0.3.1
#20 163.7 -> installed sexplib0.v0.16.0
#20 163.9 -> installed hxd.0.5.0
#20 164.2 -> installed stdune.3.23.1
#20 165.6 -> installed h2.0.13.0
#20 165.7 -> installed parsexp.v0.16.0
#20 165.7 -> retrieved ppx_custom_printf.v0.16.0 (https://opam.ocaml.org/cache)
#20 165.7 -> retrieved solver-service-api.dev (no changes)
#20 165.7 -> retrieved solver-service.dev (no changes)
#20 166.0 -> retrieved sqlite3.5.4.1 (https://opam.ocaml.org/cache)
#20 166.2 -> installed dune-private-libs.3.23.1
#20 167.6 -> installed sexplib.v0.16.0
#20 167.6 -> retrieved spdx_licenses.1.4.0 (https://opam.ocaml.org/cache)
#20 167.7 -> retrieved ssl.0.7.0 (https://opam.ocaml.org/cache)
#20 167.8 -> retrieved solver-worker.dev (no changes)
#20 167.9 -> retrieved stdint.0.7.2 (https://opam.ocaml.org/cache)
#20 167.9 -> installed spdx_licenses.1.4.0
#20 168.0 -> retrieved stringext.1.6.0 (https://opam.ocaml.org/cache)
#20 168.1 -> retrieved stdio.v0.16.0 (https://opam.ocaml.org/cache)
#20 168.2 -> installed stringext.1.6.0
#20 168.8 -> installed base.v0.16.5
#20 168.8 -> installed dune-site.3.23.1
#20 168.8 -> installed ssl.0.7.0
#20 168.9 -> installed stdint.0.7.2
#20 169.0 -> installed lwt_ssl.1.2.0
#20 169.0 -> installed stdio.v0.16.0
#20 170.2 -> retrieved swhid_core.0.1 (https://opam.ocaml.org/cache)
#20 170.5 -> installed swhid_core.0.1
#20 172.7 -> installed capnp.3.6.0
#20 175.4 -> retrieved tar.2.6.0, tar-unix.2.6.0 (https://opam.ocaml.org/cache)
#20 175.8 -> retrieved tcpip.8.0.0 (https://opam.ocaml.org/cache)
#20 177.0 -> retrieved timedesc.3.1.2, timedesc-tzdb.3.1.2, timedesc-tzlocal.3.1.2 (https://opam.ocaml.org/cache)
#20 177.4 -> installed timedesc-tzdb.3.1.2
#20 177.6 -> installed timedesc-tzlocal.3.1.2
#20 177.8 -> retrieved tls.0.17.3, tls-lwt.0.17.3, tls-mirage.0.17.3 (https://opam.ocaml.org/cache)
#20 178.0 -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache)
#20 178.0 -> retrieved topkg.1.1.1 (https://opam.ocaml.org/cache)
#20 178.1 -> installed stdlib-shims.0.3.0
#20 178.3 -> retrieved uchar.0.0.2 (https://opam.ocaml.org/cache)
#20 178.5 -> retrieved tyxml.4.6.0 (https://opam.ocaml.org/cache)
#20 178.5 -> installed integers.0.8.0
#20 178.6 -> installed uchar.0.0.2
#20 179.0 -> installed sha.1.15.4
#20 179.3 -> retrieved uri.4.4.0, uri-sexp.4.4.0 (https://opam.ocaml.org/cache)
#20 179.5 -> retrieved uuidm.0.9.10 (https://opam.ocaml.org/cache)
#20 179.6 -> retrieved uutf.1.0.4 (https://opam.ocaml.org/cache)
#20 180.6 -> installed uri.4.4.0
#20 182.1 -> installed topkg.1.1.1
#20 182.5 -> installed hmap.0.8.1
#20 182.5 -> installed asetmap.0.8.1
#20 182.6 -> installed rresult.0.7.0
#20 182.7 -> installed ctypes.0.24.0
#20 182.8 -> installed uuidm.0.9.10
#20 183.0 -> installed uutf.1.0.4
#20 183.1 -> installed fmt.0.11.0
#20 183.2 -> installed mtime.2.1.0
#20 183.3 -> installed ptime.1.2.0
#20 183.5 -> installed astring.0.8.5
#20 183.5 -> installed emile.1.1
#20 183.5 -> installed duff.0.5
#20 183.6 -> installed encore.0.8.1
#20 183.6 -> installed cstruct.6.2.0
#20 183.7 -> installed ke.0.6
#20 183.7 -> installed metrics.0.5.0
#20 183.7 -> installed mirage-kv.6.1.1
#20 183.7 -> installed prometheus.1.3
#20 183.8 -> installed crunch.4.0.0
#20 183.8 -> installed cstruct-lwt.6.2.0
#20 183.8 -> installed cstruct-unix.6.2.0
#20 183.8 -> installed ipaddr-cstruct.5.6.2
#20 183.8 -> installed macaddr-cstruct.5.6.2
#20 183.8 -> installed hex.1.5.0
#20 183.8 -> installed graphql_parser.0.14.0
#20 183.8 -> installed mirage-flow.3.0.0
#20 183.8 -> installed mirage-net.4.0.0
#20 183.9 -> installed mirage-random.3.0.0
#20 183.9 -> installed randomconv.0.1.3
#20 184.0 -> installed tar.2.6.0
#20 184.1 -> installed jsonm.1.0.2
#20 184.2 -> installed ctypes-foreign.0.24.0
#20 184.2 -> installed fpath.0.7.3
#20 184.3 -> installed eqaf.0.9
#20 184.3 -> installed logs.0.10.0
#20 184.5 -> installed prettym.0.0.5
#20 184.6 -> installed ezjsonm.1.3.0
#20 184.7 -> installed markup.1.0.3
#20 184.7 -> retrieved unstrctrd.0.4 (https://opam.ocaml.org/cache)
#20 184.8 -> installed timedesc.3.1.2
#20 184.8 -> installed tar-unix.2.6.0
#20 184.8 -> installed cf.0.5.0
#20 184.9 -> installed ethernet.3.2.0
#20 184.9 -> installed happy-eyeballs.0.6.0
#20 184.9 -> installed mimic.0.0.6
#20 185.0 -> installed mirage-runtime.4.11.0
#20 185.0 -> installed fsevents.0.3.0
#20 185.0 -> retrieved x509.0.16.5 (https://opam.ocaml.org/cache)
#20 185.0 -> installed cf-lwt.0.5.0
#20 185.1 -> installed fsevents-lwt.0.3.0
#20 185.2 -> installed dune-compiledb.0.6.0
#20 185.2 -> installed lambdasoup.1.1.1
#20 185.3 -> installed digestif.1.3.0
#20 185.3 -> installed unstrctrd.0.4
#20 185.3 -> installed arp.3.1.1
#20 185.4 -> installed mirage-unix.5.0.1
#20 185.4 -> retrieved zarith.1.14 (https://opam.ocaml.org/cache)
#20 185.5 -> installed irmin-watcher.0.5.0
#20 185.7 -> installed capnp-rpc.1.2.3
#20 185.9 -> installed dns.7.0.3
#20 186.0 -> installed tyxml.4.6.0
#20 186.2 -> installed multipart_form.0.8.0
#20 186.2 -> installed mirage-crypto.0.11.3
#20 186.3 -> installed sqlite3.5.4.1
#20 186.3 -> installed multipart_form-lwt.0.8.0
#20 186.5 -> installed tcpip.8.0.0
#20 186.5 -> installed ansi.0.7.0
#20 186.5 -> installed hkdf.1.0.4
#20 186.5 -> installed pbkdf.1.2.0
#20 186.7 -> installed mirage-crypto-rng.0.11.3
#20 187.0 -> installed bos.0.3.0
#20 187.1 -> installed mirage-crypto-rng-lwt.0.11.3
#20 187.5 -> installed dns-client.7.0.3
#20 187.7 -> installed capnp-rpc-lwt.1.2.3
#20 187.8 -> installed carton.0.7.2
#20 188.0 -> installed zarith.1.14
#20 188.1 -> installed carton-lwt.0.7.2
#20 188.4 -> installed carton-git.0.7.2
#20 188.5 -> installed mirage-crypto-pk.0.11.3
#20 188.6 -> installed asn1-combinators.0.2.6
#20 188.8 -> installed opam-core.2.5.1
#20 190.3 -> installed ppxlib.0.35.0
#20 190.6 -> retrieved yojson.3.0.0 (https://opam.ocaml.org/cache)
#20 190.8 -> installed git.3.15.0
#20 191.2 -> installed mirage-crypto-ec.0.11.3
#20 191.8 -> installed yojson.3.0.0
#20 192.2 -> installed ppx_compare.v0.16.0
#20 192.4 -> installed graphql.0.14.0
#20 192.5 -> installed x509.0.16.5
#20 192.6 -> installed graphql-lwt.0.14.0
#20 192.7 -> installed ca-certs.0.2.3
#20 192.8 -> installed lwt_ppx.5.9.1
#20 193.2 -> installed ppx_sexp_conv.v0.16.0
#20 193.4 -> installed ppx_deriving.6.0.3
#20 193.5 -> installed ca-certs-nss.3.101
#20 193.8 -> installed opam-format.2.5.1
#20 194.0 -> installed awa.0.3.0
#20 194.1 -> installed tls.0.17.3
#20 194.2 -> installed dream-pure.1.0.0~alpha2
#20 194.5 -> installed caqti.2.3.2
#20 194.5 -> installed awa-mirage.0.3.0
#20 194.6 -> installed ipaddr-sexp.5.6.2
#20 194.6 -> installed tls-lwt.0.17.3
#20 194.7 -> installed uri-sexp.4.4.0
#20 194.7 -> installed tls-mirage.0.17.3
#20 194.9 -> installed dockerfile.8.4.1
#20 195.0 -> installed caqti-lwt.2.3.2
#20 195.0 -> installed dns-client-lwt.7.0.3
#20 195.1 -> installed obuilder-spec.0.7.0
#20 195.3 -> installed dns-client-mirage.7.0.3
#20 195.4 -> installed ppx_deriving_yojson.3.9.1
#20 195.4 -> installed paf.0.5.0
#20 195.6 -> installed happy-eyeballs-mirage.0.6.0
#20 195.8 -> installed capnp-rpc-net.1.2.3
#20 195.9 -> installed git-paf.3.15.0
#20 196.0 -> installed current.0.7.5
#20 196.0 -> installed mimic-happy-eyeballs.0.0.6
#20 196.2 -> installed happy-eyeballs-lwt.0.6.0
#20 196.2 -> installed conduit.6.2.3
#20 196.4 -> installed ppx_custom_printf.v0.16.0
#20 196.5 -> installed git-mirage.3.15.0
#20 196.9 -> installed cohttp.6.0.0
#20 197.0 -> installed dockerfile-opam.8.4.1
#20 197.3 -> installed dream-httpaf.1.0.0~alpha3
#20 197.4 -> installed solver-service-api.dev
#20 197.6 -> installed current_git.0.7.5
#20 197.6 -> installed conduit-lwt.6.2.3
#20 197.8 -> installed extunix.0.4.3
#20 197.9 -> installed opam-repository.2.5.1
#20 198.4 -> installed git-unix.3.15.0
#20 198.4 -> installed pgx.2.2
#20 198.5 -> installed capnp-rpc-unix.1.2.3
#20 198.7 -> installed ocluster-api.0.4.0
#20 198.8 -> installed cohttp-lwt.6.0.0
#20 198.8 -> installed pgx_lwt.2.2
#20 199.1 -> installed pgx_lwt_unix.2.2
#20 199.3 -> installed current_docker.0.7.5
#20 199.4 -> installed conduit-lwt-unix.6.2.3
#20 199.7 -> retrieved tailwindcss.dev (https://github.com/tmattio/opam-tailwindcss/archive/e5bb6361a50c7cc5cad802311e609336583ca08f.tar.gz)
#20 200.2 -> installed tailwindcss.dev
#20 200.3 -> installed dream.1.0.0~alpha6
#20 200.3 -> installed current_ocluster.0.4.0
#20 200.4 -> installed omigrate.0.3.2
#20 201.0 -> installed cohttp-lwt-unix.6.0.0
#20 201.3 -> installed prometheus-app.1.3
#20 202.7 -> installed opam-state.2.5.1
#20 203.6 -> installed opam-0install.0.5.1
#20 204.0 -> installed current_rpc.0.7.5
#20 206.4 -> installed solver-service.dev
#20 208.7 -> installed solver-worker.dev
#20 217.6 Done.
#20 217.6
#20 217.6 <><> mirage-random.3.0.0 installed successfully <><><><><><><><><><><><><><><><>
#20 217.6 => Note: This package is deprecated.
#20 217.6 => mirage-random is deprecated
#20 217.6
#20 217.6 <><> hkdf.1.0.4 installed successfully ><><><><><><><><><><><><><><><><><><><><>
#20 217.6 => Note: This package is deprecated.
#20 217.6 # To update the current shell environment, run: eval $(opam env)
#20 DONE 219.3s
#21 [build 10/11] ADD --chown=opam . .
#21 DONE 0.1s
#22 [build 11/11] RUN opam config exec -- dune build ./_build/install/default/bin/ocaml-ci-web
#22 0.304 [WARNING] exec was deprecated in version 2.1 of the opam CLI. Use opam exec instead or set OPAMCLI environment variable to 2.0.
#22 0.958 schema.capnp --> schema.mli schema.ml
#22 0.958 ocurrent.capnp --> ocurrent.mli ocurrent.ml
#22 2.992 File "lib/cluster_build.ml", line 129, characters 21-50:
#22 2.992 129 | let module B = Cluster_api.Raw.Builder.Day10 in
#22 2.992 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#22 2.992 Error: Unbound module Cluster_api.Raw.Builder.Day10
#22 3.572 Browserslist: caniuse-lite is outdated. Please run:
#22 3.572 npx update-browserslist-db@latest
#22 3.572 Why you should do it regularly: https://github.com/browserslist/update-db#readme
#22 3.572
#22 3.572 Rebuilding...
#22 3.572
#22 3.572 Done in 1264ms.
#22 3.770 Generating static.ml
#22 3.770 Skipping generation of .mli
#22 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 11/11] RUN opam config exec -- dune build ./_build/install/default/bin/ocaml-ci-web:
2.992 Error: Unbound module Cluster_api.Raw.Builder.Day10
3.572 Browserslist: caniuse-lite is outdated. Please run:
3.572 npx update-browserslist-db@latest
3.572 Why you should do it regularly: https://github.com/browserslist/update-db#readme
3.572
3.572 Rebuilding...
3.572
3.572 Done in 1264ms.
3.770 Generating static.ml
3.770 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-08-20 17:46.25: Job failed: Failed: Build failed