Build:
- 0
2026-08-25 19:05.23: New job: Build Dockerfile.web using linux-arm64 in
[https://github.com/ocurrent/ocaml-ci.git#refs/heads/live-engine (b2c56b444d53c729f75f483ed4ba880e4b848817)]
2026-08-25 19:05.23: Using cache hint "https://github.com/ocurrent/ocaml-ci.git-Dockerfile.web"
2026-08-25 19:05.23: Connecting to build cluster…
2026-08-25 19:05.23: Waiting for resource in pool OCluster
2026-08-25 19:05.23: Waiting for worker…
2026-08-25 19:05.23: Got resource from pool OCluster
Building on molpadia.caelum.ci.dev
HEAD is now at 19f1e06 Dockerfile: pin ocluster-api to the day10 branch (Day10 schema)
HEAD is now at b2c56b4 Pass the compatible package subset to day10 (--only-packages)
#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.0s
#2 resolve image config for docker-image://docker.io/docker/dockerfile:1
#2 DONE 1.0s
#3 docker-image://docker.io/docker/dockerfile:1@sha256:ecfaec9ed6d810b56388c508f4121597bfbba70d41a6dfeee4d8cad5f295fc32
#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 1.0s
#6 [internal] load .dockerignore
#6 transferring context: 114B done
#6 DONE 0.0s
#7 [internal] setting cache mount permissions
#7 DONE 0.0s
#8 [build 1/11] FROM docker.io/ocaml/opam:debian-13-ocaml-4.14@sha256:ed2b393a41ea2deae242c8fa3fcca94b44351a24e1d62540c878e0f014b27442
#8 DONE 0.0s
#9 [internal] load build context
#9 transferring context: 9.06MB 0.1s done
#9 DONE 0.1s
#10 [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
#10 CACHED
#11 [build 5/11] RUN cd ~/opam-repository && git fetch -q origin master && git reset --hard ceed23f9d33677f323a62325ad42599d14f46b98 && opam update
#11 CACHED
#12 [build 7/11] 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 6/11] RUN opam option --global solver=builtin-0install
#15 CACHED
#7 [internal] setting cache mount permissions
#7 CACHED
#16 [build 8/11] WORKDIR /src
#16 CACHED
#17 [build 9/11] RUN --mount=type=cache,target=/home/opam/.opam/download-cache,sharing=locked,uid=1000,gid=1000 opam install -y --deps-only .
#17 1.392 The following additional pinnings are required by ocaml-ci.dev:
#17 1.392 - solver-service.dev at git+https://github.com/ocurrent/solver-service.git#ca9ef7e8a4097ed56ef6e2d9befa7ca0dc5997cb
#17 1.392 - solver-service-api.dev at git+https://github.com/ocurrent/solver-service.git#ca9ef7e8a4097ed56ef6e2d9befa7ca0dc5997cb
#17 1.392 - solver-worker.dev at git+https://github.com/ocurrent/solver-service.git#ca9ef7e8a4097ed56ef6e2d9befa7ca0dc5997cb
#17 1.392 Pin and install them? [Y/n] y
#17 2.268 [NOTE] Package solver-service does not exist in opam repositories registered in the current switch.
#17 2.767 [solver-service.dev] synchronised (no changes)
#17 2.769 [WARNING] Failed checks on solver-service package definition from source at git+https://github.com/ocurrent/solver-service.git#ca9ef7e8a4097ed56ef6e2d9befa7ca0dc5997cb:
#17 2.769 warning 68: Missing field 'license'
#17 2.814 solver-service is now pinned to git+https://github.com/ocurrent/solver-service.git#ca9ef7e8a4097ed56ef6e2d9befa7ca0dc5997cb (version dev)
#17 2.815 [NOTE] Package solver-service-api does not exist in opam repositories registered in the current switch.
#17 3.313 [solver-service-api.dev] synchronised (no changes)
#17 3.314 [WARNING] Failed checks on solver-service-api package definition from source at git+https://github.com/ocurrent/solver-service.git#ca9ef7e8a4097ed56ef6e2d9befa7ca0dc5997cb:
#17 3.314 warning 68: Missing field 'license'
#17 3.315 solver-service-api is now pinned to git+https://github.com/ocurrent/solver-service.git#ca9ef7e8a4097ed56ef6e2d9befa7ca0dc5997cb (version dev)
#17 3.316 [NOTE] Package solver-worker does not exist in opam repositories registered in the current switch.
#17 3.798 [solver-worker.dev] synchronised (no changes)
#17 3.799 [WARNING] Failed checks on solver-worker package definition from source at git+https://github.com/ocurrent/solver-service.git#ca9ef7e8a4097ed56ef6e2d9befa7ca0dc5997cb:
#17 3.799 warning 68: Missing field 'license'
#17 3.817 solver-worker is now pinned to git+https://github.com/ocurrent/solver-service.git#ca9ef7e8a4097ed56ef6e2d9befa7ca0dc5997cb (version dev)
#17 3.817 The following additional pinnings are required by ocaml-ci-web.dev:
#17 3.817 - tailwindcss.dev at https://github.com/tmattio/opam-tailwindcss/archive/e5bb6361a50c7cc5cad802311e609336583ca08f.tar.gz
#17 3.817 Pin and install them? [Y/n] y
#17 ...
#18 [stage-1 1/9] FROM docker.io/library/debian:13
#18 resolve docker.io/library/debian:13 0.9s done
#18 sha256:f324c7ff54321e8d9c588493a20244965938ce0aa50bbd1022d38010e9ffc4b1 8.93kB / 8.93kB done
#18 sha256:0aa0908407cce3da2a90c1d80acc6ca5ca57401ed63eecfa8149b7ba3cc40829 1.04kB / 1.04kB done
#18 sha256:1c833814c4af76e31f294017972a8090daf873dcf6d260f8e24b8722e98aedac 466B / 466B done
#18 sha256:7f50a08a25277c02b8dfc99818a21e12083215981e0aa03cb07cb74c9116f205 49.70MB / 49.70MB 3.4s done
#18 extracting sha256:7f50a08a25277c02b8dfc99818a21e12083215981e0aa03cb07cb74c9116f205 2.1s
#18 extracting sha256:7f50a08a25277c02b8dfc99818a21e12083215981e0aa03cb07cb74c9116f205 3.4s done
#18 DONE 7.8s
#19 [stage-1 2/9] 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
#19 DONE 0.6s
#17 [build 9/11] RUN --mount=type=cache,target=/home/opam/.opam/download-cache,sharing=locked,uid=1000,gid=1000 opam install -y --deps-only .
#17 ...
#20 [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
#20 0.435
#20 0.435 WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
#20 0.435
#20 0.738 Hit:1 http://deb.debian.org/debian trixie InRelease
#20 0.738 Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
#20 0.752 Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
#20 0.796 Get:4 http://deb.debian.org/debian-security trixie-security/main arm64 Packages [245 kB]
#20 0.951 Fetched 336 kB in 0s (678 kB/s)
#20 0.951 Reading package lists...
#20 1.592 Building dependency tree...
#20 1.764 Reading state information...
#20 1.790 2 packages can be upgraded. Run 'apt list --upgradable' to see them.
#20 1.804 Reading package lists...
#20 1.821 Building dependency tree...
#20 1.985 Reading state information...
#20 2.238 The following additional packages will be installed:
#20 2.238 libbrotli1 libc-dev-bin libc6-dev libcom-err2 libcrypt-dev libcurl4t64
#20 2.238 libffi8 libgnutls30t64 libgssapi-krb5-2 libidn2-0 libjq1 libk5crypto3
#20 2.238 libkeyutils1 libkrb5-3 libkrb5support0 libldap2 libnghttp2-14 libnghttp3-9
#20 2.239 libonig5 libp11-kit0 libpsl5t64 librtmp1 libsasl2-2 libsasl2-modules-db
#20 2.239 libssh2-1t64 libssl3t64 libtasn1-6 libunistring5 linux-libc-dev openssl
#20 2.240 openssl-provider-legacy rpcsvc-proto
#20 2.241 Suggested packages:
#20 2.241 libc-devtools glibc-doc manpages-dev gnutls-bin krb5-doc krb5-user
#20 2.241 sqlite3-doc
#20 2.241 Recommended packages:
#20 2.241 bash-completion manpages manpages-dev krb5-locales libldap-common
#20 2.241 publicsuffix libsasl2-modules
#20 2.444 The following NEW packages will be installed:
#20 2.444 ca-certificates curl dumb-init jq libbrotli1 libc-dev-bin libc6-dev
#20 2.445 libcom-err2 libcrypt-dev libcurl4t64 libev4t64 libffi8 libgnutls30t64
#20 2.445 libgssapi-krb5-2 libidn2-0 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
#20 2.445 libkrb5support0 libldap2 libnghttp2-14 libnghttp3-9 libonig5 libp11-kit0
#20 2.445 libpsl5t64 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-dev
#20 2.446 libssh2-1t64 libtasn1-6 libunistring5 linux-libc-dev openssl rpcsvc-proto
#20 2.448 The following packages will be upgraded:
#20 2.448 libssl3t64 openssl-provider-legacy
#20 2.482 2 upgraded, 36 newly installed, 0 to remove and 0 not upgraded.
#20 2.482 Need to get 4552 kB/15.7 MB of archives.
#20 2.482 After this operation, 46.3 MB of additional disk space will be used.
#20 2.482 Get:1 http://deb.debian.org/debian-security trixie-security/main arm64 openssl-provider-legacy arm64 3.5.7-1~deb13u2 [313 kB]
#20 2.498 Get:2 http://deb.debian.org/debian-security trixie-security/main arm64 libssl3t64 arm64 3.5.7-1~deb13u2 [2766 kB]
#20 2.549 Get:3 http://deb.debian.org/debian-security trixie-security/main arm64 openssl arm64 3.5.7-1~deb13u2 [1472 kB]
#20 2.732 debconf: unable to initialize frontend: Dialog
#20 2.732 debconf: (TERM is not set, so the dialog frontend is not usable.)
#20 2.732 debconf: falling back to frontend: Readline
#20 2.732 debconf: unable to initialize frontend: Readline
#20 2.732 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/aarch64-linux-gnu/perl/5.40.1 /usr/local/share/perl/5.40.1 /usr/lib/aarch64-linux-gnu/perl5/5.40 /usr/share/perl5 /usr/lib/aarch64-linux-gnu/perl-base /usr/lib/aarch64-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 38.)
#20 2.732 debconf: falling back to frontend: Teletype
#20 2.740 debconf: unable to initialize frontend: Teletype
#20 2.740 debconf: (This frontend requires a controlling tty.)
#20 2.740 debconf: falling back to frontend: Noninteractive
#20 2.845 Preconfiguring packages ...
#20 2.921 Fetched 4552 kB in 0s (35.8 MB/s)
#20 2.940 (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 ... 4940 files and directories currently installed.)
#20 2.945 Preparing to unpack .../openssl-provider-legacy_3.5.7-1~deb13u2_arm64.deb ...
#20 2.947 Unpacking openssl-provider-legacy (3.5.7-1~deb13u2) over (3.5.6-1~deb13u2) ...
#20 2.979 Setting up openssl-provider-legacy (3.5.7-1~deb13u2) ...
#20 3.004 (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 ... 4940 files and directories currently installed.)
#20 3.009 Preparing to unpack .../libssl3t64_3.5.7-1~deb13u2_arm64.deb ...
#20 3.011 Unpacking libssl3t64:arm64 (3.5.7-1~deb13u2) over (3.5.6-1~deb13u2) ...
#20 3.156 Setting up libssl3t64:arm64 (3.5.7-1~deb13u2) ...
#20 3.180 Selecting previously unselected package openssl.
#20 3.180 (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 ... 4940 files and directories currently installed.)
#20 3.185 Preparing to unpack .../00-openssl_3.5.7-1~deb13u2_arm64.deb ...
#20 3.186 Unpacking openssl (3.5.7-1~deb13u2) ...
#20 3.289 Selecting previously unselected package ca-certificates.
#20 3.290 Preparing to unpack .../01-ca-certificates_20250419_all.deb ...
#20 3.292 Unpacking ca-certificates (20250419) ...
#20 3.331 Selecting previously unselected package libbrotli1:arm64.
#20 3.332 Preparing to unpack .../02-libbrotli1_1.1.0-2+b7_arm64.deb ...
#20 3.333 Unpacking libbrotli1:arm64 (1.1.0-2+b7) ...
#20 3.377 Selecting previously unselected package libkrb5support0:arm64.
#20 3.377 Preparing to unpack .../03-libkrb5support0_1.21.3-5+deb13u1_arm64.deb ...
#20 3.378 Unpacking libkrb5support0:arm64 (1.21.3-5+deb13u1) ...
#20 3.404 Selecting previously unselected package libcom-err2:arm64.
#20 3.405 Preparing to unpack .../04-libcom-err2_1.47.2-3+b11_arm64.deb ...
#20 3.406 Unpacking libcom-err2:arm64 (1.47.2-3+b11) ...
#20 3.432 Selecting previously unselected package libk5crypto3:arm64.
#20 3.432 Preparing to unpack .../05-libk5crypto3_1.21.3-5+deb13u1_arm64.deb ...
#20 3.433 Unpacking libk5crypto3:arm64 (1.21.3-5+deb13u1) ...
#20 3.463 Selecting previously unselected package libkeyutils1:arm64.
#20 3.463 Preparing to unpack .../06-libkeyutils1_1.6.3-6_arm64.deb ...
#20 3.464 Unpacking libkeyutils1:arm64 (1.6.3-6) ...
#20 3.488 Selecting previously unselected package libkrb5-3:arm64.
#20 3.489 Preparing to unpack .../07-libkrb5-3_1.21.3-5+deb13u1_arm64.deb ...
#20 3.490 Unpacking libkrb5-3:arm64 (1.21.3-5+deb13u1) ...
#20 3.534 Selecting previously unselected package libgssapi-krb5-2:arm64.
#20 3.534 Preparing to unpack .../08-libgssapi-krb5-2_1.21.3-5+deb13u1_arm64.deb ...
#20 3.535 Unpacking libgssapi-krb5-2:arm64 (1.21.3-5+deb13u1) ...
#20 3.568 Selecting previously unselected package libunistring5:arm64.
#20 3.568 Preparing to unpack .../09-libunistring5_1.3-2_arm64.deb ...
#20 3.569 Unpacking libunistring5:arm64 (1.3-2) ...
#20 3.623 Selecting previously unselected package libidn2-0:arm64.
#20 3.623 Preparing to unpack .../10-libidn2-0_2.3.8-2_arm64.deb ...
#20 3.624 Unpacking libidn2-0:arm64 (2.3.8-2) ...
#20 3.658 Selecting previously unselected package libsasl2-modules-db:arm64.
#20 3.660 Preparing to unpack .../11-libsasl2-modules-db_2.1.28+dfsg1-9_arm64.deb ...
#20 3.661 Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg1-9) ...
#20 3.685 Selecting previously unselected package libsasl2-2:arm64.
#20 3.686 Preparing to unpack .../12-libsasl2-2_2.1.28+dfsg1-9_arm64.deb ...
#20 3.687 Unpacking libsasl2-2:arm64 (2.1.28+dfsg1-9) ...
#20 3.715 Selecting previously unselected package libldap2:arm64.
#20 3.716 Preparing to unpack .../13-libldap2_2.6.10+dfsg-1_arm64.deb ...
#20 3.717 Unpacking libldap2:arm64 (2.6.10+dfsg-1) ...
#20 3.753 Selecting previously unselected package libnghttp2-14:arm64.
#20 3.753 Preparing to unpack .../14-libnghttp2-14_1.64.0-1.1+deb13u1_arm64.deb ...
#20 3.754 Unpacking libnghttp2-14:arm64 (1.64.0-1.1+deb13u1) ...
#20 3.783 Selecting previously unselected package libnghttp3-9:arm64.
#20 3.783 Preparing to unpack .../15-libnghttp3-9_1.8.0-1_arm64.deb ...
#20 3.784 Unpacking libnghttp3-9:arm64 (1.8.0-1) ...
#20 3.811 Selecting previously unselected package libpsl5t64:arm64.
#20 3.813 Preparing to unpack .../16-libpsl5t64_0.21.2-1.1+b1_arm64.deb ...
#20 3.814 Unpacking libpsl5t64:arm64 (0.21.2-1.1+b1) ...
#20 3.842 Selecting previously unselected package libffi8:arm64.
#20 3.842 Preparing to unpack .../17-libffi8_3.4.8-2_arm64.deb ...
#20 3.844 Unpacking libffi8:arm64 (3.4.8-2) ...
#20 3.866 Selecting previously unselected package libp11-kit0:arm64.
#20 3.868 Preparing to unpack .../18-libp11-kit0_0.25.5-3_arm64.deb ...
#20 3.869 Unpacking libp11-kit0:arm64 (0.25.5-3) ...
#20 3.914 Selecting previously unselected package libtasn1-6:arm64.
#20 3.915 Preparing to unpack .../19-libtasn1-6_4.20.0-2+deb13u1_arm64.deb ...
#20 3.916 Unpacking libtasn1-6:arm64 (4.20.0-2+deb13u1) ...
#20 3.941 Selecting previously unselected package libgnutls30t64:arm64.
#20 3.942 Preparing to unpack .../20-libgnutls30t64_3.8.9-3+deb13u4_arm64.deb ...
#20 3.943 Unpacking libgnutls30t64:arm64 (3.8.9-3+deb13u4) ...
#20 4.023 Selecting previously unselected package librtmp1:arm64.
#20 4.024 Preparing to unpack .../21-librtmp1_2.4+20151223.gitfa8646d.1-2+b5_arm64.deb ...
#20 4.024 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b5) ...
#20 4.050 Selecting previously unselected package libssh2-1t64:arm64.
#20 4.051 Preparing to unpack .../22-libssh2-1t64_1.11.1-1+deb13u1_arm64.deb ...
#20 4.052 Unpacking libssh2-1t64:arm64 (1.11.1-1+deb13u1) ...
#20 4.086 Selecting previously unselected package libcurl4t64:arm64.
#20 4.086 Preparing to unpack .../23-libcurl4t64_8.14.1-2+deb13u4_arm64.deb ...
#20 4.087 Unpacking libcurl4t64:arm64 (8.14.1-2+deb13u4) ...
#20 4.130 Selecting previously unselected package curl.
#20 4.131 Preparing to unpack .../24-curl_8.14.1-2+deb13u4_arm64.deb ...
#20 4.132 Unpacking curl (8.14.1-2+deb13u4) ...
#20 4.165 Selecting previously unselected package dumb-init.
#20 4.167 Preparing to unpack .../25-dumb-init_1.2.5-3_arm64.deb ...
#20 4.167 Unpacking dumb-init (1.2.5-3) ...
#20 4.190 Selecting previously unselected package libonig5:arm64.
#20 4.192 Preparing to unpack .../26-libonig5_6.9.9-1+b1_arm64.deb ...
#20 4.192 Unpacking libonig5:arm64 (6.9.9-1+b1) ...
#20 4.228 Selecting previously unselected package libjq1:arm64.
#20 4.229 Preparing to unpack .../27-libjq1_1.7.1-6+deb13u3_arm64.deb ...
#20 4.230 Unpacking libjq1:arm64 (1.7.1-6+deb13u3) ...
#20 4.259 Selecting previously unselected package jq.
#20 4.260 Preparing to unpack .../28-jq_1.7.1-6+deb13u3_arm64.deb ...
#20 4.261 Unpacking jq (1.7.1-6+deb13u3) ...
#20 4.288 Selecting previously unselected package libc-dev-bin.
#20 4.289 Preparing to unpack .../29-libc-dev-bin_2.41-12+deb13u3_arm64.deb ...
#20 4.290 Unpacking libc-dev-bin (2.41-12+deb13u3) ...
#20 4.319 Selecting previously unselected package linux-libc-dev.
#20 4.321 Preparing to unpack .../30-linux-libc-dev_6.12.101-1_all.deb ...
#20 4.322 Unpacking linux-libc-dev (6.12.101-1) ...
#20 4.586 Selecting previously unselected package libcrypt-dev:arm64.
#20 4.588 Preparing to unpack .../31-libcrypt-dev_1%3a4.4.38-1_arm64.deb ...
#20 4.598 Unpacking libcrypt-dev:arm64 (1:4.4.38-1) ...
#20 4.626 Selecting previously unselected package rpcsvc-proto.
#20 4.627 Preparing to unpack .../32-rpcsvc-proto_1.4.3-1+b1_arm64.deb ...
#20 4.628 Unpacking rpcsvc-proto (1.4.3-1+b1) ...
#20 4.660 Selecting previously unselected package libc6-dev:arm64.
#20 4.661 Preparing to unpack .../33-libc6-dev_2.41-12+deb13u3_arm64.deb ...
#20 4.662 Unpacking libc6-dev:arm64 (2.41-12+deb13u3) ...
#20 4.798 Selecting previously unselected package libev4t64:arm64.
#20 4.800 Preparing to unpack .../34-libev4t64_1%3a4.33-2.1+b1_arm64.deb ...
#20 4.801 Unpacking libev4t64:arm64 (1:4.33-2.1+b1) ...
#20 4.827 Selecting previously unselected package libsqlite3-dev:arm64.
#20 4.829 Preparing to unpack .../35-libsqlite3-dev_3.46.1-7+deb13u1_arm64.deb ...
#20 4.829 Unpacking libsqlite3-dev:arm64 (3.46.1-7+deb13u1) ...
#20 4.910 Setting up dumb-init (1.2.5-3) ...
#20 4.913 Setting up libev4t64:arm64 (1:4.33-2.1+b1) ...
#20 4.914 Setting up libkeyutils1:arm64 (1.6.3-6) ...
#20 4.916 Setting up libbrotli1:arm64 (1.1.0-2+b7) ...
#20 4.917 Setting up libnghttp2-14:arm64 (1.64.0-1.1+deb13u1) ...
#20 4.919 Setting up linux-libc-dev (6.12.101-1) ...
#20 4.921 Setting up libcom-err2:arm64 (1.47.2-3+b11) ...
#20 4.923 Setting up libkrb5support0:arm64 (1.21.3-5+deb13u1) ...
#20 4.925 Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg1-9) ...
#20 4.927 Setting up rpcsvc-proto (1.4.3-1+b1) ...
#20 4.929 Setting up libunistring5:arm64 (1.3-2) ...
#20 4.931 Setting up libk5crypto3:arm64 (1.21.3-5+deb13u1) ...
#20 4.933 Setting up libsasl2-2:arm64 (2.1.28+dfsg1-9) ...
#20 4.935 Setting up libnghttp3-9:arm64 (1.8.0-1) ...
#20 4.937 Setting up libffi8:arm64 (3.4.8-2) ...
#20 4.939 Setting up libcrypt-dev:arm64 (1:4.4.38-1) ...
#20 4.951 Setting up libtasn1-6:arm64 (4.20.0-2+deb13u1) ...
#20 4.953 Setting up libkrb5-3:arm64 (1.21.3-5+deb13u1) ...
#20 4.955 Setting up libssh2-1t64:arm64 (1.11.1-1+deb13u1) ...
#20 4.957 Setting up libc-dev-bin (2.41-12+deb13u3) ...
#20 4.959 Setting up openssl (3.5.7-1~deb13u2) ...
#20 4.963 Setting up libldap2:arm64 (2.6.10+dfsg-1) ...
#20 4.966 Setting up libonig5:arm64 (6.9.9-1+b1) ...
#20 4.968 Setting up libjq1:arm64 (1.7.1-6+deb13u3) ...
#20 4.970 Setting up libidn2-0:arm64 (2.3.8-2) ...
#20 4.972 Setting up ca-certificates (20250419) ...
#20 5.051 debconf: unable to initialize frontend: Dialog
#20 5.051 debconf: (TERM is not set, so the dialog frontend is not usable.)
#20 5.051 debconf: falling back to frontend: Readline
#20 5.051 debconf: unable to initialize frontend: Readline
#20 5.051 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/aarch64-linux-gnu/perl/5.40.1 /usr/local/share/perl/5.40.1 /usr/lib/aarch64-linux-gnu/perl5/5.40 /usr/share/perl5 /usr/lib/aarch64-linux-gnu/perl-base /usr/lib/aarch64-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.)
#20 5.051 debconf: falling back to frontend: Teletype
#20 5.061 debconf: unable to initialize frontend: Teletype
#20 5.061 debconf: (This frontend requires a controlling tty.)
#20 5.061 debconf: falling back to frontend: Noninteractive
#20 5.939 Updating certificates in /etc/ssl/certs...
#20 7.104 150 added, 0 removed; done.
#20 7.125 Setting up libp11-kit0:arm64 (0.25.5-3) ...
#20 7.126 Setting up libgssapi-krb5-2:arm64 (1.21.3-5+deb13u1) ...
#20 7.130 Setting up jq (1.7.1-6+deb13u3) ...
#20 7.132 Setting up libc6-dev:arm64 (2.41-12+deb13u3) ...
#20 7.134 Setting up libgnutls30t64:arm64 (3.8.9-3+deb13u4) ...
#20 7.136 Setting up libpsl5t64:arm64 (0.21.2-1.1+b1) ...
#20 7.138 Setting up libsqlite3-dev:arm64 (3.46.1-7+deb13u1) ...
#20 7.139 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b5) ...
#20 7.142 Setting up libcurl4t64:arm64 (8.14.1-2+deb13u4) ...
#20 7.143 Setting up curl (8.14.1-2+deb13u4) ...
#20 7.146 Processing triggers for libc-bin (2.41-12+deb13u3) ...
#20 7.160 Processing triggers for ca-certificates (20250419) ...
#20 7.168 Updating certificates in /etc/ssl/certs...
#20 8.134 0 added, 0 removed; done.
#20 8.134 Running hooks in /etc/ca-certificates/update.d...
#20 8.136 done.
#20 DONE 8.5s
#17 [build 9/11] RUN --mount=type=cache,target=/home/opam/.opam/download-cache,sharing=locked,uid=1000,gid=1000 opam install -y --deps-only .
#17 17.31 [NOTE] Package tailwindcss does not exist in opam repositories registered in the current switch.
#17 60.22 [tailwindcss.dev] synchronised (https://github.com/tmattio/opam-tailwindcss/archive/e5bb6361a50c7cc5cad802311e609336583ca08f.tar.gz)
#17 60.22 tailwindcss is now pinned to https://github.com/tmattio/opam-tailwindcss/archive/e5bb6361a50c7cc5cad802311e609336583ca08f.tar.gz (version dev)
#17 62.78 The following actions will be performed:
#17 62.79 === install 244 packages
#17 62.79 - install 0install-solver 2.18 [required by opam-0install]
#17 62.79 - install angstrom 0.16.1 [required by timedesc]
#17 62.79 - install ansi 0.7.0 [required by ocaml-ci-web]
#17 62.79 - install arp 3.1.1 [required by tcpip]
#17 62.79 - install asetmap 0.8.1 [required by capnp-rpc-net, prometheus-app]
#17 62.79 - install asn1-combinators 0.2.6 [required by capnp-rpc-net]
#17 62.79 - install astring 0.8.5 [required by obuilder-spec, current, bos, etc.]
#17 62.79 - install awa 0.3.0 [required by git-unix]
#17 62.79 - install awa-mirage 0.3.0 [required by git-unix]
#17 62.79 - install base v0.16.5 [required by ppx_compare, capnp, ppx_sexp_conv, ppx_custom_printf]
#17 62.79 - install base-bytes base [required by extunix]
#17 62.79 - install base64 3.5.2 [required by capnp-rpc-unix]
#17 62.79 - install bigarray-compat 1.1.0 [required by dream]
#17 62.79 - install bigstringaf 0.10.0 [required by multipart_form, caqti, git-unix, etc.]
#17 62.79 - install bos 0.3.0 [required by ocaml-ci]
#17 62.79 - install bstr 0.0.4 [required by prettym]
#17 62.79 - install ca-certs 0.2.3 [required by conduit-lwt-unix]
#17 62.79 - install ca-certs-nss 3.101 [required by git-unix]
#17 62.79 - install camlp-streams 5.0.1 [required by tar, dream]
#17 62.79 - install capnp 3.6.0 [required by ocaml-ci-api]
#17 62.79 - install capnp-rpc 1.2.3 [required by current_rpc]
#17 62.79 - install capnp-rpc-lwt 1.2.3 [required by ocaml-ci-api]
#17 62.79 - install capnp-rpc-net 1.2.3 [required by capnp-rpc-unix]
#17 62.79 - install capnp-rpc-unix 1.2.3 [required by ocaml-ci, ocaml-ci-web]
#17 62.79 - install caqti 2.3.2 [required by dream]
#17 62.79 - install caqti-lwt 2.3.2 [required by dream]
#17 62.79 - install carton 0.7.2 [required by git]
#17 62.79 - install carton-git 0.7.2 [required by git]
#17 62.79 - install carton-lwt 0.7.2 [required by git]
#17 62.79 - install cf 0.5.0 [required by cf-lwt]
#17 62.79 - install cf-lwt 0.5.0 [required by irmin-watcher]
#17 62.79 - install checkseum 0.5.3 [required by decompress, git]
#17 62.79 - install cmdliner 1.3.0 [required by opam-0install, current, capnp-rpc-unix, etc.]
#17 62.79 - install cohttp 6.0.0 [required by cohttp-lwt-unix]
#17 62.79 - install cohttp-lwt 6.0.0 [required by cohttp-lwt-unix]
#17 62.79 - install cohttp-lwt-unix 6.0.0 [required by ocaml-ci]
#17 62.79 - install conduit 6.2.3 [required by conduit-lwt]
#17 62.79 - install conduit-lwt 6.2.3 [required by cohttp-lwt-unix]
#17 62.79 - install conduit-lwt-unix 6.2.3 [required by cohttp-lwt-unix]
#17 62.79 - install conf-capnproto 2 [required by capnp-rpc-net]
#17 62.79 - install conf-git 1.1 [required by current_git]
#17 62.79 - install conf-gmp 5 [required by zarith]
#17 62.79 - install conf-gmp-powm-sec 4 [required by mirage-crypto-pk]
#17 62.79 - install conf-libev 4-13 [required by solver-service, current, dream]
#17 62.79 - install conf-libffi 2.0.0 [required by ctypes-foreign]
#17 62.79 - install conf-libssl 4 [required by ssl]
#17 62.79 - install conf-pkg-config 5 [required by conf-sqlite3]
#17 62.79 - install conf-sqlite3 1 [required by sqlite3]
#17 62.79 - install cppo 1.8.0 [required by ppx_deriving]
#17 62.79 - install crunch 4.0.0 [required by ocaml-ci-web]
#17 62.79 - install csexp 1.5.2 [required by dune-configurator, dune-private-libs]
#17 62.79 - install cstruct 6.2.0 [required by tar-unix, tar, dream]
#17 62.79 - install cstruct-lwt 6.2.0 [required by capnp-rpc-unix, tar-unix]
#17 62.79 - install cstruct-unix 6.2.0 [required by awa]
#17 62.79 - install ctypes 0.24.0 [required by cf, fsevents]
#17 62.79 - install ctypes-foreign 0.24.0 [required by cf]
#17 62.79 - install current 0.7.5 [required by ocaml-ci]
#17 62.79 - install current_docker 0.7.5 [required by ocaml-ci]
#17 62.79 - install current_git 0.7.5 [required by current_docker, current_ocluster]
#17 62.79 - install current_incr 0.6.1 [required by current]
#17 62.79 - install current_ocluster 0.4.0 [required by ocaml-ci]
#17 62.79 - install current_rpc 0.7.5 [required by ocaml-ci, ocaml-ci-api]
#17 62.79 - install decompress 1.5.3 [required by tar]
#17 62.79 - install digestif 1.3.0 [required by dream]
#17 62.79 - install dns 7.0.3 [required by git-mirage]
#17 62.79 - install dns-client 7.0.3 [required by git-mirage]
#17 62.79 - install dns-client-lwt 7.0.3 [required by happy-eyeballs-lwt]
#17 62.79 - install dns-client-mirage 7.0.3 [required by happy-eyeballs-mirage]
#17 62.79 - install dockerfile 8.4.1 [required by dockerfile-opam]
#17 62.79 - install dockerfile-opam 8.4.1 [required by ocaml-ci]
#17 62.79 - install domain-name 0.5.0 [required by caqti, git-unix, caqti-lwt]
#17 62.79 - install dream 1.0.0~alpha6 [required by ocaml-ci-web]
#17 62.79 - install dream-httpaf 1.0.0~alpha3 [required by ocaml-ci-web]
#17 62.79 - install dream-pure 1.0.0~alpha2 [required by dream]
#17 62.79 - install duff 0.5 [required by carton]
#17 62.79 - install dune 3.23.1 [required by ocaml-ci-api, ocaml-ci, ocaml-ci-web]
#17 62.79 - install dune-build-info 3.23.1 [required by solver-service, solver-worker]
#17 62.79 - install dune-compiledb 0.6.0 [required by sqlite3]
#17 62.79 - install dune-configurator 3.23.1 [required by extunix, sqlite3]
#17 62.79 - install dune-private-libs 3.23.1 [required by dune-site]
#17 62.79 - install dune-site 3.23.1 [required by caqti]
#17 62.79 - install duration 0.3.1 [required by current_docker, current, current_ocluster]
#17 62.79 - install dyn 3.23.1 [required by dune-private-libs]
#17 62.79 - install emile 1.1 [required by git]
#17 62.79 - install encore 0.8.1 [required by git]
#17 62.79 - install eqaf 0.9 [required by awa, mirage-crypto, digestif]
#17 62.79 - install ethernet 3.2.0 [required by tcpip]
#17 62.79 - install extunix 0.4.3 [required by capnp-rpc-unix]
#17 62.79 - install ezjsonm 1.3.0 [required by dune-compiledb]
#17 62.79 - install faraday 0.8.2 [required by dream-httpaf]
#17 62.79 - install faraday-lwt 0.8.2 [required by faraday-lwt-unix]
#17 62.79 - install faraday-lwt-unix 0.8.2 [required by dream-httpaf]
#17 62.79 - install fmt 0.11.0 [required by ocaml-ci-web]
#17 62.79 - install fpath 0.7.3 [required by current_docker, bos, current, current_rpc]
#17 62.79 - install fs-io 3.23.1 [required by stdune]
#17 62.79 - install fsevents 0.3.0 [required by fsevents-lwt]
#17 62.79 - install fsevents-lwt 0.3.0 [required by irmin-watcher]
#17 62.79 - install git 3.15.0 [required by git-unix]
#17 62.79 - install git-mirage 3.15.0 [required by git-unix]
#17 62.79 - install git-paf 3.15.0 [required by git-mirage]
#17 62.79 - install git-unix 3.15.0 [required by solver-service]
#17 62.79 - install gmap 0.3.0 [required by x509, dns]
#17 62.79 - install graphql 0.14.0 [required by graphql-lwt]
#17 62.79 - install graphql-lwt 0.14.0 [required by dream]
#17 62.79 - install graphql_parser 0.14.0 [required by dream]
#17 62.79 - install h2 0.13.0 [required by paf]
#17 62.79 - install happy-eyeballs 0.6.0 [required by git-mirage, happy-eyeballs-lwt]
#17 62.79 - install happy-eyeballs-lwt 0.6.0 [required by git-unix]
#17 62.79 - install happy-eyeballs-mirage 0.6.0 [required by git-mirage]
#17 62.79 - install hex 1.5.0 [required by pgx]
#17 62.79 - install hkdf 1.0.4 (deprecated) [required by tls]
#17 62.79 - install hmap 0.8.1 [required by dream-pure]
#17 62.79 - install hpack 0.13.0 [required by h2]
#17 62.79 - install http 6.0.0 [required by cohttp-lwt-unix]
#17 62.79 - install httpaf 0.7.1 [required by git-paf]
#17 62.79 - install httpun-types 0.2.0 [required by h2]
#17 62.79 - install hxd 0.5.0 [required by git]
#17 62.79 - install inotify 2.6 [required by irmin-watcher]
#17 62.79 - install integers 0.8.0 [required by ctypes]
#17 62.79 - install ipaddr 5.6.2 [required by caqti, pgx, conduit-lwt-unix, etc.]
#17 62.79 - install ipaddr-cstruct 5.6.2 [required by tcpip]
#17 62.79 - install ipaddr-sexp 5.6.2 [required by conduit-lwt-unix]
#17 62.79 - install irmin-watcher 0.5.0 [required by current_git]
#17 62.79 - install jsonm 1.0.2 [required by opam-core]
#17 62.79 - install ke 0.6 [required by multipart_form, multipart_form-lwt]
#17 62.79 - install lambdasoup 1.1.1 [required by dream]
#17 62.79 - install logs 0.10.0 [required by ocaml-ci, ocaml-ci-web]
#17 62.79 - install lru 0.3.1 [required by caqti]
#17 62.79 - install lwt 5.10.0 [required by ocaml-ci-web]
#17 62.79 - install lwt-dllist 1.1.0 [required by current]
#17 62.79 - install lwt_ppx 5.9.1 [required by dream]
#17 62.79 - install lwt_ssl 1.2.0 [required by dream]
#17 62.79 - install macaddr 5.6.2 [required by ipaddr]
#17 62.79 - install macaddr-cstruct 5.6.2 [required by tcpip]
#17 62.79 - install magic-mime 1.3.1 [required by cohttp-lwt-unix, dream]
#17 62.79 - install markup 1.0.3 [required by dream]
#17 62.79 - install menhir 20260209 [required by opam-file-format, graphql_parser]
#17 62.79 - install menhirCST 20260209 [required by menhir]
#17 62.79 - install menhirGLR 20260209 [required by menhir]
#17 62.79 - install menhirLib 20260209 [required by menhir]
#17 62.79 - install menhirSdk 20260209 [required by menhir]
#17 62.79 - install metrics 0.5.0 [required by dns]
#17 62.79 - install mimic 0.0.6 [required by git-unix]
#17 62.79 - install mimic-happy-eyeballs 0.0.6 [required by git-mirage]
#17 62.79 - install mirage-clock 4.2.0 [required by dream]
#17 62.79 - install mirage-clock-unix 4.2.0 [required by git-unix]
#17 62.79 - install mirage-crypto 0.11.3 [required by dream]
#17 62.79 - install mirage-crypto-ec 0.11.3 [required by tls, awa]
#17 62.79 - install mirage-crypto-pk 0.11.3 [required by tls-mirage, tls, awa]
#17 62.79 - install mirage-crypto-rng 0.11.3 [required by dream]
#17 62.79 - install mirage-crypto-rng-lwt 0.11.3 [required by capnp-rpc-unix, dream]
#17 62.79 - install mirage-flow 3.0.0 [required by capnp-rpc-unix]
#17 62.79 - install mirage-kv 6.1.1 [required by tls-mirage]
#17 62.79 - install mirage-net 4.0.0 [required by tcpip]
#17 62.79 - install mirage-random 3.0.0 (deprecated) [required by git-mirage]
#17 62.79 - install mirage-runtime 4.11.0 [required by mirage-unix]
#17 62.79 - install mirage-time 3.0.0 [required by git-unix]
#17 62.79 - install mirage-unix 5.0.1 [required by git-unix]
#17 62.79 - install mtime 2.1.0 [required by caqti, mirage-crypto-rng-lwt, git-unix, caqti-lwt]
#17 62.79 - install multipart_form 0.8.0 [required by dream]
#17 62.79 - install multipart_form-lwt 0.8.0 [required by dream]
#17 62.79 - install num 1.6 [required by sexplib]
#17 62.79 - install obuilder-spec 0.7.0 [required by ocaml-ci]
#17 62.79 - install ocaml-compiler-libs v0.12.4 [required by ppxlib]
#17 62.79 - install ocaml-syntax-shims 1.0.0 [required by angstrom]
#17 62.79 - install ocaml-version 4.1.3 [required by ocaml-ci]
#17 62.79 - install ocamlbuild 0.16.1 [required by bos]
#17 62.79 - install ocamlfind 1.9.8 [required by bos]
#17 62.79 - install ocamlgraph 2.2.0 [required by opam-core, git]
#17 62.79 - install ocluster-api 0.4.0 [required by ocaml-ci]
#17 62.79 - install ocplib-endian 1.2 [required by lwt, capnp]
#17 62.79 - install omigrate 0.3.2 [required by ocaml-ci]
#17 62.79 - install opam-0install 0.5.1 [required by ocaml-ci]
#17 62.79 - install opam-core 2.5.1 [required by opam-format]
#17 62.79 - install opam-file-format 2.2.0 [required by opam-0install]
#17 62.79 - install opam-format 2.5.1 [required by opam-0install, solver-service]
#17 62.79 - install opam-repository 2.5.1 [required by opam-state]
#17 62.79 - install opam-state 2.5.1 [required by opam-0install]
#17 62.79 - install optint 0.3.0 [required by decompress, git]
#17 62.79 - install ordering 3.23.1 [required by dyn, stdune]
#17 62.79 - install paf 0.5.0 [required by git-paf]
#17 62.79 - install parsexp v0.16.0 [required by sexplib]
#17 62.79 - install patch 3.1.1 [required by opam-state]
#17 62.79 - install pbkdf 1.2.0 [required by x509]
#17 62.79 - install pecu 0.7 [required by multipart_form]
#17 62.79 - install pgx 2.2 [required by omigrate]
#17 62.79 - install pgx_lwt 2.2 [required by pgx_lwt_unix]
#17 62.79 - install pgx_lwt_unix 2.2 [required by omigrate]
#17 62.79 - install pp 2.0.0 [required by dune-private-libs]
#17 62.79 - install ppx_compare v0.16.0 [required by pgx]
#17 62.79 - install ppx_custom_printf v0.16.0 [required by pgx]
#17 62.79 - install ppx_derivers 1.2.1 [required by ppx_deriving]
#17 62.79 - install ppx_deriving 6.0.3 [required by ocaml-ci, ocaml-ci-api]
#17 62.79 - install ppx_deriving_yojson 3.9.1 [required by ocaml-ci-api, ocaml-ci, ocaml-ci-web]
#17 62.79 - install ppx_sexp_conv v0.16.0 [required by dockerfile-opam, cohttp-lwt-unix, obuilder-spec]
#17 62.79 - install ppxlib 0.35.0 [required by extunix, ppx_deriving]
#17 62.79 - install prettym 0.0.5 [required by multipart_form]
#17 62.79 - install prometheus 1.3 [required by current, current_ocluster]
#17 62.79 - install prometheus-app 1.3 [required by ocaml-ci-web]
#17 62.79 - install psq 0.2.1 [required by dream-httpaf]
#17 62.79 - install ptime 1.2.0 [required by crunch, timedesc, dream]
#17 62.79 - install randomconv 0.1.3 [required by dns-client]
#17 62.79 - install re 1.14.0 [required by current]
#17 62.79 - install res 5.0.2 [required by capnp]
#17 62.79 - install result 1.5 [required by omigrate, current_docker, current, etc.]
#17 62.79 - install rresult 0.7.0 [required by bos]
#17 62.79 - install seq base [required by timedesc]
#17 62.79 - install sexplib v0.16.0 [required by obuilder-spec]
#17 62.79 - install sexplib0 v0.16.0 [required by dockerfile-opam]
#17 62.79 - install sha 1.15.4 [required by opam-core]
#17 62.79 - install solver-service dev (pinned) [required by ocaml-ci]
#17 62.79 - install solver-service-api dev (pinned) [required by ocaml-ci, ocaml-ci-api]
#17 62.79 - install solver-worker dev (pinned) [required by ocaml-ci]
#17 62.79 - install spdx_licenses 1.4.0 [required by opam-state]
#17 62.79 - install sqlite3 5.4.1 [required by current, omigrate]
#17 62.79 - install ssl 0.7.0 [required by dream]
#17 62.79 - install stdint 0.7.2 [required by current_rpc]
#17 62.79 - install stdio v0.16.0 [required by capnp]
#17 62.79 - install stdlib-shims 0.3.0 [required by ppxlib]
#17 62.79 - install stdune 3.23.1 [required by dune-private-libs]
#17 62.79 - install stringext 1.6.0 [required by cohttp]
#17 62.79 - install swhid_core 0.1 [required by opam-core]
#17 62.79 - install tailwindcss dev (pinned) [required by ocaml-ci-web]
#17 62.79 - install tar 2.6.0 [required by ocaml-ci]
#17 62.79 - install tar-unix 2.6.0 [required by ocaml-ci]
#17 62.79 - install tcpip 8.0.0 [required by git-unix]
#17 62.79 - install timedesc 3.1.2 [required by ocaml-ci, ocaml-ci-web]
#17 62.79 - install timedesc-tzdb 3.1.2 [required by timedesc]
#17 62.79 - install timedesc-tzlocal 3.1.2 [required by timedesc]
#17 62.79 - install tls 0.17.3 [required by capnp-rpc-net, git-unix]
#17 62.79 - install tls-lwt 0.17.3 [required by conduit-lwt-unix]
#17 62.79 - install tls-mirage 0.17.3 [required by capnp-rpc-net, git-unix]
#17 62.79 - install top-closure 3.23.1 [required by stdune]
#17 62.79 - install topkg 1.1.1 [required by bos]
#17 62.79 - install tyxml 4.6.0 [required by ocaml-ci-web]
#17 62.79 - install uchar 0.0.2 [required by markup]
#17 62.79 - install unstrctrd 0.4 [required by multipart_form]
#17 62.79 - install uri 4.4.0 [required by omigrate, dream]
#17 62.79 - install uri-sexp 4.4.0 [required by cohttp]
#17 62.79 - install uuidm 0.9.10 [required by pgx]
#17 62.79 - install uutf 1.0.4 [required by tyxml, multipart_form]
#17 62.79 - install x509 0.16.5 [required by capnp-rpc-net, caqti]
#17 62.79 - install yojson 3.0.0 [required by ocaml-ci-web]
#17 62.79 - install zarith 1.14 [required by asn1-combinators, awa]
#17 63.43
#17 63.43 The following system packages will first need to be installed:
#17 63.43 libcapnp-dev
#17 63.43
#17 63.43 <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
#17 63.43
#17 63.43 opam believes some required external dependencies are missing. opam can:
#17 63.43 > 1. Run apt-get to install them (may need root/sudo access)
#17 63.43 2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal)
#17 63.43 3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
#17 63.43 4. Abort the installation
#17 63.43
#17 63.43 [1/2/3/4] 1
#17 63.43
#17 63.43 + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libcapnp-dev"
#17 65.32 - Selecting previously unselected package libcapnp-dev:arm64.
#17 65.32 - (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 ... 21140 files and directories currently installed.)
#17 65.32 - Preparing to unpack .../libcapnp-dev_1.1.0-2_arm64.deb ...
#17 65.32 - Unpacking libcapnp-dev:arm64 (1.1.0-2) ...
#17 65.32 - Setting up libcapnp-dev:arm64 (1.1.0-2) ...
#17 65.40
#17 65.40 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#17 65.87 -> retrieved 0install-solver.2.18 (cached)
#17 65.88 -> retrieved angstrom.0.16.1 (cached)
#17 65.89 -> retrieved ansi.0.7.0 (cached)
#17 65.90 -> retrieved arp.3.1.1 (cached)
#17 65.91 -> retrieved asetmap.0.8.1 (cached)
#17 65.91 -> retrieved asn1-combinators.0.2.6 (cached)
#17 65.92 -> retrieved astring.0.8.5 (cached)
#17 65.96 -> retrieved awa.0.3.0, awa-mirage.0.3.0 (cached)
#17 66.11 -> retrieved base.v0.16.5 (cached)
#17 66.11 -> retrieved base64.3.5.2 (cached)
#17 66.12 -> retrieved bigarray-compat.1.1.0 (cached)
#17 66.12 -> retrieved bigstringaf.0.10.0 (cached)
#17 66.14 -> retrieved bos.0.3.0 (cached)
#17 66.15 -> retrieved bstr.0.0.4 (cached)
#17 66.15 -> retrieved ca-certs.0.2.3 (cached)
#17 66.16 -> retrieved camlp-streams.5.0.1 (cached)
#17 66.20 -> retrieved capnp.3.6.0 (cached)
#17 66.21 -> retrieved ca-certs-nss.3.101 (cached)
#17 66.43 -> retrieved capnp-rpc.1.2.3, capnp-rpc-lwt.1.2.3, capnp-rpc-net.1.2.3, capnp-rpc-unix.1.2.3 (cached)
#17 66.64 -> retrieved caqti.2.3.2, caqti-lwt.2.3.2 (cached)
#17 66.66 -> retrieved carton.0.7.2, carton-git.0.7.2, carton-lwt.0.7.2 (cached)
#17 66.68 -> retrieved cf.0.5.0, cf-lwt.0.5.0 (cached)
#17 66.78 -> retrieved checkseum.0.5.3 (cached)
#17 66.79 -> retrieved cmdliner.1.3.0 (cached)
#17 66.80 -> retrieved conf-gmp.5 (cached)
#17 66.80 -> retrieved conf-gmp-powm-sec.4 (cached)
#17 66.80 -> retrieved conf-libev.4-13 (cached)
#17 66.81 -> retrieved conf-libssl.4 (cached)
#17 66.81 -> retrieved conf-pkg-config.5 (cached)
#17 67.09 -> retrieved cohttp.6.0.0, cohttp-lwt.6.0.0, cohttp-lwt-unix.6.0.0, http.6.0.0 (cached)
#17 67.13 -> retrieved conduit.6.2.3, conduit-lwt.6.2.3, conduit-lwt-unix.6.2.3 (cached)
#17 67.24 -> retrieved cppo.1.8.0 (cached)
#17 67.24 -> installed conf-capnproto.2
#17 67.25 -> installed conf-git.1.1
#17 67.25 -> installed conf-gmp.5
#17 67.25 -> installed conf-libev.4-13
#17 67.26 -> retrieved crunch.4.0.0 (cached)
#17 67.27 -> retrieved csexp.1.5.2 (cached)
#17 67.34 -> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0, cstruct-unix.6.2.0 (cached)
#17 67.34 -> installed conf-gmp-powm-sec.4
#17 67.34 -> installed conf-pkg-config.5
#17 67.61 -> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0 (cached)
#17 67.95 -> retrieved current.0.7.5, current_docker.0.7.5, current_git.0.7.5, current_rpc.0.7.5 (cached)
#17 67.97 -> retrieved current_incr.0.6.1 (cached)
#17 68.00 -> installed conf-libffi.2.0.0
#17 68.00 -> installed conf-libssl.4
#17 68.00 -> installed conf-sqlite3.1
#17 68.06 -> retrieved current_ocluster.0.4.0, ocluster-api.0.4.0 (cached)
#17 68.26 -> retrieved dns.7.0.3, dns-client.7.0.3, dns-client-lwt.7.0.3, dns-client-mirage.7.0.3 (cached)
#17 68.28 -> retrieved decompress.1.5.3 (cached)
#17 68.30 -> retrieved dockerfile.8.4.1, dockerfile-opam.8.4.1 (cached)
#17 68.31 -> retrieved domain-name.0.5.0 (cached)
#17 68.55 -> retrieved dream.1.0.0~alpha6, dream-httpaf.1.0.0~alpha3 (cached)
#17 68.57 -> retrieved digestif.1.3.0 (cached)
#17 68.66 -> retrieved dream-pure.1.0.0~alpha2 (cached)
#17 68.66 -> retrieved duff.0.5 (cached)
#17 68.68 -> retrieved dune-compiledb.0.6.0 (cached)
#17 68.68 -> retrieved duration.0.3.1 (cached)
#17 68.69 -> retrieved emile.1.1 (cached)
#17 68.71 -> retrieved encore.0.8.1 (cached)
#17 68.75 -> retrieved eqaf.0.9 (cached)
#17 68.76 -> retrieved ethernet.3.2.0 (cached)
#17 68.80 -> retrieved extunix.0.4.3 (cached)
#17 68.83 -> retrieved ezjsonm.1.3.0 (cached)
#17 68.86 -> retrieved faraday.0.8.2, faraday-lwt.0.8.2, faraday-lwt-unix.0.8.2 (cached)
#17 68.87 -> retrieved fmt.0.11.0 (cached)
#17 68.88 -> retrieved fpath.0.7.3 (cached)
#17 68.90 -> retrieved fsevents.0.3.0, fsevents-lwt.0.3.0 (cached)
#17 68.91 -> retrieved gmap.0.3.0 (cached)
#17 69.06 -> retrieved graphql.0.14.0, graphql-lwt.0.14.0, graphql_parser.0.14.0 (cached)
#17 69.32 -> retrieved git.3.15.0, git-mirage.3.15.0, git-paf.3.15.0, git-unix.3.15.0 (cached)
#17 89.31 -> 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 (cached)
#17 91.05 -> retrieved h2.0.13.0, hpack.0.13.0 (cached)
#17 91.06 -> retrieved happy-eyeballs.0.6.0, happy-eyeballs-lwt.0.6.0, happy-eyeballs-mirage.0.6.0 (cached)
#17 91.07 -> retrieved hex.1.5.0 (cached)
#17 91.08 -> retrieved hkdf.1.0.4 (cached)
#17 91.09 -> retrieved hmap.0.8.1 (cached)
#17 91.10 -> retrieved httpaf.0.7.1 (cached)
#17 91.11 -> retrieved hxd.0.5.0 (cached)
#17 91.14 -> installed cmdliner.1.3.0
#17 91.16 -> retrieved httpun-types.0.2.0 (cached)
#17 91.17 -> retrieved inotify.2.6 (cached)
#17 91.24 -> retrieved integers.0.8.0 (cached)
#17 91.28 -> retrieved ipaddr.5.6.2, ipaddr-cstruct.5.6.2, ipaddr-sexp.5.6.2, macaddr.5.6.2, macaddr-cstruct.5.6.2 (cached)
#17 91.29 -> retrieved irmin-watcher.0.5.0 (cached)
#17 91.30 -> retrieved jsonm.1.0.2 (cached)
#17 91.30 -> retrieved ke.0.6 (cached)
#17 91.32 -> retrieved lambdasoup.1.1.1 (cached)
#17 91.34 -> retrieved logs.0.10.0 (cached)
#17 91.34 -> retrieved lru.0.3.1 (cached)
#17 91.39 -> retrieved lwt.5.10.0 (cached)
#17 91.40 -> retrieved lwt-dllist.1.1.0 (cached)
#17 91.43 -> retrieved lwt_ppx.5.9.1 (cached)
#17 91.51 -> retrieved lwt_ssl.1.2.0 (cached)
#17 91.53 -> retrieved magic-mime.1.3.1 (cached)
#17 91.56 -> retrieved markup.1.0.3 (cached)
#17 91.57 -> retrieved metrics.0.5.0 (cached)
#17 91.59 -> retrieved mimic.0.0.6, mimic-happy-eyeballs.0.0.6 (cached)
#17 92.58 -> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)
#17 92.69 -> retrieved mirage-clock.4.2.0, mirage-clock-unix.4.2.0 (cached)
#17 92.97 -> 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 (cached)
#17 92.98 -> retrieved mirage-flow.3.0.0 (cached)
#17 92.99 -> retrieved mirage-kv.6.1.1 (cached)
#17 92.99 -> retrieved mirage-net.4.0.0 (cached)
#17 93.00 -> retrieved mirage-random.3.0.0 (cached)
#17 93.01 -> retrieved mirage-time.3.0.0 (cached)
#17 93.02 -> retrieved mirage-unix.5.0.1 (cached)
#17 93.14 -> retrieved mirage-runtime.4.11.0 (cached)
#17 93.15 -> retrieved mtime.2.1.0 (cached)
#17 93.17 -> retrieved multipart_form.0.8.0, multipart_form-lwt.0.8.0 (cached)
#17 93.18 -> retrieved num.1.6 (cached)
#17 93.21 -> retrieved obuilder-spec.0.7.0 (cached)
#17 93.22 -> retrieved ocaml-compiler-libs.v0.12.4 (cached)
#17 93.23 -> retrieved ocaml-syntax-shims.1.0.0 (cached)
#17 93.23 -> retrieved ocaml-version.4.1.3 (cached)
#17 93.27 -> retrieved ocamlfind.1.9.8 (cached)
#17 93.42 -> retrieved ocamlbuild.0.16.1 (cached)
#17 93.50 -> retrieved ocamlgraph.2.2.0 (cached)
#17 93.51 -> retrieved ocplib-endian.1.2 (cached)
#17 93.53 -> retrieved omigrate.0.3.2 (cached)
#17 93.63 -> retrieved opam-0install.0.5.1 (cached)
#17 94.19 -> retrieved opam-core.2.5.1, opam-format.2.5.1, opam-repository.2.5.1, opam-state.2.5.1 (cached)
#17 94.20 -> retrieved opam-file-format.2.2.0 (cached)
#17 94.21 -> retrieved optint.0.3.0 (cached)
#17 94.22 -> retrieved paf.0.5.0 (cached)
#17 94.30 -> retrieved parsexp.v0.16.0 (cached)
#17 94.36 -> retrieved patch.3.1.1 (cached)
#17 94.36 -> retrieved pbkdf.1.2.0 (cached)
#17 94.37 -> retrieved pecu.0.7 (cached)
#17 94.43 -> retrieved pgx.2.2, pgx_lwt.2.2, pgx_lwt_unix.2.2 (cached)
#17 94.44 -> retrieved pp.2.0.0 (cached)
#17 94.44 -> retrieved ppx_compare.v0.16.0 (cached)
#17 94.45 -> retrieved ppx_custom_printf.v0.16.0 (cached)
#17 94.45 -> retrieved ppx_derivers.1.2.1 (cached)
#17 94.51 -> retrieved ppx_deriving.6.0.3 (cached)
#17 94.52 -> retrieved ppx_deriving_yojson.3.9.1 (cached)
#17 94.58 -> retrieved ppx_sexp_conv.v0.16.0 (cached)
#17 94.59 -> retrieved prettym.0.0.5 (cached)
#17 94.62 -> retrieved prometheus.1.3, prometheus-app.1.3 (cached)
#17 94.62 -> retrieved psq.0.2.1 (cached)
#17 94.70 -> retrieved ppxlib.0.35.0 (cached)
#17 94.72 -> installed num.1.6
#17 94.73 -> retrieved ptime.1.2.0 (cached)
#17 94.80 -> retrieved randomconv.0.1.3 (cached)
#17 94.87 -> retrieved re.1.14.0 (cached)
#17 94.88 -> retrieved res.5.0.2 (cached)
#17 94.88 -> retrieved seq.base (cached)
#17 94.89 -> installed seq.base
#17 94.89 -> retrieved result.1.5 (cached)
#17 94.90 -> retrieved rresult.0.7.0 (cached)
#17 94.92 -> retrieved sexplib.v0.16.0 (cached)
#17 94.94 -> retrieved sexplib0.v0.16.0 (cached)
#17 94.94 -> retrieved sha.1.15.4 (cached)
#17 95.46 -> retrieved solver-service-api.dev (no changes)
#17 95.47 -> retrieved solver-service.dev (no changes)
#17 95.47 -> retrieved spdx_licenses.1.4.0 (cached)
#17 95.49 -> retrieved sqlite3.5.4.1 (cached)
#17 95.50 -> retrieved ssl.0.7.0 (cached)
#17 95.50 -> retrieved solver-worker.dev (no changes)
#17 95.56 -> retrieved stdint.0.7.2 (cached)
#17 95.57 -> retrieved stdio.v0.16.0 (cached)
#17 95.62 -> retrieved stdlib-shims.0.3.0 (cached)
#17 95.64 -> retrieved stringext.1.6.0 (cached)
#17 95.65 -> retrieved swhid_core.0.1 (cached)
#17 95.68 -> retrieved tar.2.6.0, tar-unix.2.6.0 (cached)
#17 95.71 -> retrieved tcpip.8.0.0 (cached)
#17 96.45 -> retrieved timedesc.3.1.2, timedesc-tzdb.3.1.2, timedesc-tzlocal.3.1.2 (cached)
#17 96.60 -> retrieved tls.0.17.3, tls-lwt.0.17.3, tls-mirage.0.17.3 (cached)
#17 96.64 -> retrieved topkg.1.1.1 (cached)
#17 96.67 -> retrieved tyxml.4.6.0 (cached)
#17 96.68 -> retrieved uchar.0.0.2 (cached)
#17 96.68 -> retrieved unstrctrd.0.4 (cached)
#17 96.70 -> retrieved uuidm.0.9.10 (cached)
#17 96.71 -> retrieved uutf.1.0.4 (cached)
#17 96.80 -> retrieved uri.4.4.0, uri-sexp.4.4.0 (cached)
#17 96.88 -> installed ocamlfind.1.9.8
#17 96.88 -> installed base-bytes.base
#17 96.90 -> retrieved x509.0.16.5 (cached)
#17 96.97 -> retrieved yojson.3.0.0 (cached)
#17 96.98 -> retrieved zarith.1.14 (cached)
#17 98.89 -> installed ocamlbuild.0.16.1
#17 99.28 -> installed uchar.0.0.2
#17 99.77 -> installed zarith.1.14
#17 103.1 -> installed topkg.1.1.1
#17 103.5 -> installed hmap.0.8.1
#17 103.6 -> installed asetmap.0.8.1
#17 103.8 -> retrieved tailwindcss.dev (https://github.com/tmattio/opam-tailwindcss/archive/e5bb6361a50c7cc5cad802311e609336583ca08f.tar.gz)
#17 104.1 -> installed tailwindcss.dev
#17 104.1 -> installed rresult.0.7.0
#17 104.2 -> installed uuidm.0.9.10
#17 104.3 -> installed uutf.1.0.4
#17 104.4 -> installed mtime.2.1.0
#17 104.4 -> installed fmt.0.11.0
#17 104.5 -> installed ptime.1.2.0
#17 104.8 -> installed astring.0.8.5
#17 105.4 -> installed jsonm.1.0.2
#17 105.6 -> installed fpath.0.7.3
#17 114.1 -> installed dune.3.23.1
#17 122.8 -> installed 0install-solver.2.18
#17 122.8 -> installed base64.3.5.2
#17 122.8 -> installed bigarray-compat.1.1.0
#17 122.8 -> installed bstr.0.0.4
#17 122.8 -> installed camlp-streams.5.0.1
#17 122.9 -> installed cppo.1.8.0
#17 122.9 -> installed crunch.4.0.0
#17 122.9 -> installed csexp.1.5.2
#17 124.7 -> installed cstruct.6.2.0
#17 124.8 -> installed current_incr.0.6.1
#17 124.8 -> installed domain-name.0.5.0
#17 124.8 -> installed duff.0.5
#17 124.8 -> installed dune-build-info.3.23.1
#17 124.9 -> installed duration.0.3.1
#17 124.9 -> installed fs-io.3.23.1
#17 124.9 -> installed gmap.0.3.0
#17 125.0 -> installed http.6.0.0
#17 125.0 -> installed ke.0.6
#17 125.0 -> installed lwt-dllist.1.1.0
#17 125.0 -> installed macaddr.5.6.2
#17 125.0 -> installed magic-mime.1.3.1
#17 125.2 -> installed markup.1.0.3
#17 125.2 -> installed menhirCST.20260209
#17 125.2 -> installed menhirGLR.20260209
#17 125.3 -> installed menhirLib.20260209
#17 125.3 -> installed menhirSdk.20260209
#17 125.5 -> installed metrics.0.5.0
#17 125.5 -> installed mirage-clock.4.2.0
#17 125.6 -> installed ocaml-compiler-libs.v0.12.4
#17 125.6 -> installed ocaml-syntax-shims.1.0.0
#17 125.6 -> installed ocaml-version.4.1.3
#17 125.8 -> installed ocamlgraph.2.2.0
#17 125.9 -> installed optint.0.3.0
#17 125.9 -> installed ordering.3.23.1
#17 125.9 -> installed patch.3.1.1
#17 125.9 -> installed pecu.0.7
#17 125.9 -> installed pp.2.0.0
#17 127.7 -> installed ppx_derivers.1.2.1
#17 127.7 -> installed psq.0.2.1
#17 127.9 -> installed re.1.14.0
#17 128.0 -> installed res.5.0.2
#17 128.0 -> installed result.1.5
#17 128.0 -> installed sexplib0.v0.16.0
#17 128.1 -> installed spdx_licenses.1.4.0
#17 128.2 -> installed stdint.0.7.2
#17 128.2 -> installed stdlib-shims.0.3.0
#17 128.2 -> installed stringext.1.6.0
#17 128.3 -> installed swhid_core.0.1
#17 128.3 -> installed top-closure.3.23.1
#17 128.4 -> installed yojson.3.0.0
#17 128.4 -> installed ocplib-endian.1.2
#17 128.5 -> installed dune-configurator.3.23.1
#17 128.7 -> installed asn1-combinators.0.2.6
#17 128.7 -> installed cstruct-unix.6.2.0
#17 128.8 -> installed eqaf.0.9
#17 128.8 -> installed hex.1.5.0
#17 128.9 -> installed mirage-random.3.0.0
#17 129.0 -> installed randomconv.0.1.3
#17 129.0 -> installed prettym.0.0.5
#17 129.0 -> installed ipaddr.5.6.2
#17 129.0 -> installed macaddr-cstruct.5.6.2
#17 129.1 -> installed lambdasoup.1.1.1
#17 129.1 -> installed dyn.3.23.1
#17 131.0 -> installed lru.0.3.1
#17 131.1 -> installed parsexp.v0.16.0
#17 131.1 -> installed integers.0.8.0
#17 131.3 -> installed timedesc-tzdb.3.1.2
#17 131.3 -> installed timedesc-tzlocal.3.1.2
#17 131.3 -> installed bigstringaf.0.10.0
#17 131.4 -> installed checkseum.0.5.3
#17 131.5 -> installed mirage-clock-unix.4.2.0
#17 131.5 -> installed ssl.0.7.0
#17 131.6 -> installed digestif.1.3.0
#17 131.6 -> installed mirage-crypto.0.11.3
#17 131.7 -> installed ezjsonm.1.3.0
#17 131.7 -> installed ipaddr-cstruct.5.6.2
#17 131.8 -> installed sha.1.15.4
#17 131.9 -> installed faraday.0.8.2
#17 132.0 -> installed angstrom.0.16.1
#17 132.4 -> installed sexplib.v0.16.0
#17 132.4 -> installed hkdf.1.0.4
#17 132.5 -> installed pbkdf.1.2.0
#17 132.5 -> installed httpun-types.0.2.0
#17 132.6 -> installed tyxml.4.6.0
#17 132.7 -> installed emile.1.1
#17 132.7 -> installed encore.0.8.1
#17 132.8 -> installed unstrctrd.0.4
#17 132.9 -> installed httpaf.0.7.1
#17 133.0 -> installed hpack.0.13.0
#17 133.0 -> installed dune-compiledb.0.6.0
#17 133.1 -> installed ansi.0.7.0
#17 133.1 -> installed decompress.1.5.3
#17 133.8 -> installed tar.2.6.0
#17 133.9 -> installed timedesc.3.1.2
#17 134.0 -> installed menhir.20260209
#17 134.2 -> installed h2.0.13.0
#17 134.3 -> installed uri.4.4.0
#17 134.4 -> installed lwt.5.10.0
#17 134.6 -> installed sqlite3.5.4.1
#17 134.7 -> installed cstruct-lwt.6.2.0
#17 134.7 -> installed faraday-lwt.0.8.2
#17 134.7 -> installed mirage-time.3.0.0
#17 134.8 -> installed mirage-flow.3.0.0
#17 134.8 -> installed mirage-kv.6.1.1
#17 134.8 -> installed inotify.2.6
#17 134.8 -> installed opam-file-format.2.2.0
#17 134.9 -> installed graphql_parser.0.14.0
#17 134.9 -> installed lwt_ssl.1.2.0
#17 134.9 -> installed mirage-net.4.0.0
#17 135.0 -> installed prometheus.1.3
#17 135.0 -> installed faraday-lwt-unix.0.8.2
#17 135.2 -> installed tar-unix.2.6.0
#17 135.6 -> installed graphql.0.14.0
#17 135.8 -> installed hxd.0.5.0
#17 136.2 -> installed stdune.3.23.1
#17 138.4 -> installed base.v0.16.5
#17 138.5 -> installed ctypes.0.24.0
#17 138.7 -> installed logs.0.10.0
#17 139.1 -> installed opam-core.2.5.1
#17 139.2 -> installed graphql-lwt.0.14.0
#17 139.3 -> installed dune-private-libs.3.23.1
#17 141.0 -> installed stdio.v0.16.0
#17 141.0 -> installed ctypes-foreign.0.24.0
#17 141.2 -> installed capnp-rpc.1.2.3
#17 141.2 -> installed dns.7.0.3
#17 141.2 -> installed ethernet.3.2.0
#17 141.2 -> installed happy-eyeballs.0.6.0
#17 141.2 -> installed mimic.0.0.6
#17 141.3 -> installed mirage-crypto-rng.0.11.3
#17 141.5 -> installed bos.0.3.0
#17 141.6 -> installed mirage-runtime.4.11.0
#17 141.7 -> installed multipart_form.0.8.0
#17 141.7 -> installed arp.3.1.1
#17 141.7 -> installed mirage-crypto-rng-lwt.0.11.3
#17 141.8 -> installed cf.0.5.0
#17 141.8 -> installed fsevents.0.3.0
#17 141.9 -> installed cf-lwt.0.5.0
#17 142.0 -> installed mirage-unix.5.0.1
#17 142.0 -> installed multipart_form-lwt.0.8.0
#17 142.0 -> installed fsevents-lwt.0.3.0
#17 142.0 -> installed mirage-crypto-pk.0.11.3
#17 142.1 -> installed dns-client.7.0.3
#17 142.3 -> installed dune-site.3.23.1
#17 142.5 -> installed irmin-watcher.0.5.0
#17 142.7 -> installed carton.0.7.2
#17 143.2 -> installed tcpip.8.0.0
#17 143.3 -> installed carton-lwt.0.7.2
#17 143.6 -> installed carton-git.0.7.2
#17 144.9 -> installed opam-format.2.5.1
#17 145.2 -> installed mirage-crypto-ec.0.11.3
#17 145.8 -> installed ppxlib.0.35.0
#17 146.7 -> installed git.3.15.0
#17 146.8 -> installed x509.0.16.5
#17 147.1 -> installed ca-certs.0.2.3
#17 147.4 -> installed capnp.3.6.0
#17 148.3 -> installed ca-certs-nss.3.101
#17 148.3 -> installed ppx_compare.v0.16.0
#17 148.8 -> installed awa.0.3.0
#17 149.2 -> installed tls.0.17.3
#17 149.3 -> installed lwt_ppx.5.9.1
#17 149.5 -> installed opam-repository.2.5.1
#17 149.7 -> installed awa-mirage.0.3.0
#17 149.8 -> installed ppx_deriving.6.0.3
#17 150.0 -> installed ppx_sexp_conv.v0.16.0
#17 150.1 -> installed tls-lwt.0.17.3
#17 150.2 -> installed tls-mirage.0.17.3
#17 150.4 -> installed caqti.2.3.2
#17 150.6 -> installed dns-client-lwt.7.0.3
#17 150.7 -> installed dns-client-mirage.7.0.3
#17 150.8 -> installed capnp-rpc-lwt.1.2.3
#17 151.0 -> installed paf.0.5.0
#17 151.1 -> installed happy-eyeballs-mirage.0.6.0
#17 151.2 -> installed caqti-lwt.2.3.2
#17 151.2 -> installed dream-pure.1.0.0~alpha2
#17 151.4 -> installed mimic-happy-eyeballs.0.0.6
#17 151.5 -> installed git-paf.3.15.0
#17 151.8 -> installed happy-eyeballs-lwt.0.6.0
#17 151.8 -> installed ipaddr-sexp.5.6.2
#17 151.9 -> installed uri-sexp.4.4.0
#17 152.1 -> installed capnp-rpc-net.1.2.3
#17 152.1 -> installed ppx_deriving_yojson.3.9.1
#17 152.3 -> installed dockerfile.8.4.1
#17 152.3 -> installed obuilder-spec.0.7.0
#17 152.3 -> installed git-mirage.3.15.0
#17 152.9 -> installed current.0.7.5
#17 153.7 -> installed conduit.6.2.3
#17 154.0 -> installed ppx_custom_printf.v0.16.0
#17 155.0 -> installed dream-httpaf.1.0.0~alpha3
#17 155.2 -> installed extunix.0.4.3
#17 155.4 -> installed cohttp.6.0.0
#17 155.5 -> installed dockerfile-opam.8.4.1
#17 155.7 -> installed git-unix.3.15.0
#17 155.8 -> installed opam-state.2.5.1
#17 155.9 -> installed solver-service-api.dev
#17 155.9 -> installed current_git.0.7.5
#17 156.1 -> installed conduit-lwt.6.2.3
#17 156.1 -> installed capnp-rpc-unix.1.2.3
#17 156.4 -> installed pgx.2.2
#17 156.9 -> installed pgx_lwt.2.2
#17 157.0 -> installed ocluster-api.0.4.0
#17 157.2 -> installed opam-0install.0.5.1
#17 157.3 -> installed pgx_lwt_unix.2.2
#17 157.7 -> installed cohttp-lwt.6.0.0
#17 158.1 -> installed dream.1.0.0~alpha6
#17 158.2 -> installed current_docker.0.7.5
#17 158.4 -> installed conduit-lwt-unix.6.2.3
#17 158.6 -> installed omigrate.0.3.2
#17 159.0 -> installed current_ocluster.0.4.0
#17 160.4 -> installed cohttp-lwt-unix.6.0.0
#17 160.8 -> installed solver-service.dev
#17 160.8 -> installed prometheus-app.1.3
#17 163.8 -> installed solver-worker.dev
#17 164.3 -> installed current_rpc.0.7.5
#17 174.2 Done.
#17 174.2
#17 174.2 <><> mirage-random.3.0.0 installed successfully <><><><><><><><><><><><><><><><>
#17 174.2 => Note: This package is deprecated.
#17 174.2 => mirage-random is deprecated
#17 174.2
#17 174.2 <><> hkdf.1.0.4 installed successfully ><><><><><><><><><><><><><><><><><><><><>
#17 174.2 => Note: This package is deprecated.
#17 174.2 # To update the current shell environment, run: eval $(opam env)
#17 DONE 175.2s
#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.174 [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 1.051 schema.capnp --> schema.mli schema.ml
#22 1.051 ocurrent.capnp --> ocurrent.mli ocurrent.ml
#22 3.256 File "lib/cluster_build.ml", line 129, characters 21-50:
#22 3.256 129 | let module B = Cluster_api.Raw.Builder.Day10 in
#22 3.256 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#22 3.256 Error: Unbound module Cluster_api.Raw.Builder.Day10
#22 3.982 Browserslist: caniuse-lite is outdated. Please run:
#22 3.982 npx update-browserslist-db@latest
#22 3.982 Why you should do it regularly: https://github.com/browserslist/update-db#readme
#22 3.982
#22 3.982 Rebuilding...
#22 3.982
#22 3.982 Done in 1378ms.
#22 4.194 Generating static.ml
#22 4.194 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:
3.256 Error: Unbound module Cluster_api.Raw.Builder.Day10
3.982 Browserslist: caniuse-lite is outdated. Please run:
3.982 npx update-browserslist-db@latest
3.982 Why you should do it regularly: https://github.com/browserslist/update-db#readme
3.982
3.982 Rebuilding...
3.982
3.982 Done in 1378ms.
4.194 Generating static.ml
4.194 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-25 19:08.31: Job failed: Failed: Build failed