Build:
- 1
- 0
2026-03-05 22:53.26: New job: build opentelemetry-client-ocurl.0.13, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29501/head (fee83bbe33e4b4e7608ba61bb82ca9ea3c0ad932)
on ubuntu-25.10-ocaml-4.14/amd64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29501/head" && git reset --hard fee83bbe
git fetch origin master
git merge --no-edit 60ec6b8550edfae5d646174db3d4a71d61428705
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:8f9143a45106e27d933d7d1b077c5f607625b7ebb1167469f83b4ad34f51fa45
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn opentelemetry-client-ocurl.0.13 0.13
RUN opam reinstall opentelemetry-client-ocurl.0.13; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"ubuntu-25.10\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'opentelemetry-client-ocurl.0.13' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2026-03-05 22:53.26: Using cache hint "ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:8f9143a45106e27d933d7d1b077c5f607625b7ebb1167469f83b4ad34f51fa45-opentelemetry-client-ocurl.0.13-fee83bbe33e4b4e7608ba61bb82ca9ea3c0ad932"
2026-03-05 22:53.26: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:8f9143a45106e27d933d7d1b077c5f607625b7ebb1167469f83b4ad34f51fa45)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
(run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
(run (shell "opam option solver=builtin-0install && opam config report"))
(env OPAMDOWNLOADJOBS 1)
(env OPAMERRLOGLEN 0)
(env OPAMPRECISETRACKING 1)
(env CI true)
(env OPAM_REPO_CI true)
(run (shell "rm -rf opam-repository/"))
(copy (src .) (dst opam-repository/))
(run (shell "opam repository set-url --strict default opam-repository/"))
(run (network host)
(shell "opam update --depexts || true"))
(run (shell "opam pin add -k version -yn opentelemetry-client-ocurl.0.13 0.13"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall opentelemetry-client-ocurl.0.13;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"ubuntu-25.10\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'opentelemetry-client-ocurl.0.13' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-03-05 22:53.26: Waiting for resource in pool OCluster
2026-03-05 22:53.26: Waiting for worker…
2026-03-05 22:53.26: Got resource from pool OCluster
Building on phoebe
All commits already cached
HEAD is now at 60ec6b8550 Merge pull request #29448 from jeromemaloberti/obuild.0.2.2
Merge made by the 'ort' strategy.
.../opentelemetry-client-cohttp-eio.0.13/opam | 53 ++++++++++++++++++++
.../opentelemetry-client-cohttp-lwt.0.13/opam | 51 +++++++++++++++++++
.../opentelemetry-client-ocurl.0.13/opam | 47 ++++++++++++++++++
.../opentelemetry-cohttp-lwt.0.13/opam | 47 ++++++++++++++++++
.../opentelemetry-logs.0.13/opam | 49 +++++++++++++++++++
.../opentelemetry-lwt/opentelemetry-lwt.0.13/opam | 48 ++++++++++++++++++
packages/opentelemetry/opentelemetry.0.13/opam | 57 ++++++++++++++++++++++
7 files changed, 352 insertions(+)
create mode 100644 packages/opentelemetry-client-cohttp-eio/opentelemetry-client-cohttp-eio.0.13/opam
create mode 100644 packages/opentelemetry-client-cohttp-lwt/opentelemetry-client-cohttp-lwt.0.13/opam
create mode 100644 packages/opentelemetry-client-ocurl/opentelemetry-client-ocurl.0.13/opam
create mode 100644 packages/opentelemetry-cohttp-lwt/opentelemetry-cohttp-lwt.0.13/opam
create mode 100644 packages/opentelemetry-logs/opentelemetry-logs.0.13/opam
create mode 100644 packages/opentelemetry-lwt/opentelemetry-lwt.0.13/opam
create mode 100644 packages/opentelemetry/opentelemetry.0.13/opam
(from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:8f9143a45106e27d933d7d1b077c5f607625b7ebb1167469f83b4ad34f51fa45)
Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:8f9143a45106e27d933d7d1b077c5f607625b7ebb1167469f83b4ad34f51fa45' locally
docker.io/ocaml/opam@sha256:8f9143a45106e27d933d7d1b077c5f607625b7ebb1167469f83b4ad34f51fa45: Pulling from ocaml/opam
16c195d4c5e9: Already exists
eef1e591e8a9: Already exists
475b07e782b4: Already exists
18fb99e993e1: Already exists
ca37c6a45798: Already exists
c57691858953: Already exists
5512f1558e14: Already exists
43fe003df081: Already exists
6e925d30090e: Already exists
3417bab79df5: Already exists
0aa36f5a555a: Already exists
474fc3d17365: Already exists
49a3768a5f63: Already exists
c5abc7eafdff: Already exists
62941fb37fba: Already exists
378967450a13: Already exists
b77cfa4e2ae3: Already exists
cb268f925fd0: Already exists
cb268f925fd0: Already exists
3bf4591bde94: Already exists
34a47fe3891d: Already exists
0e9e8d8d7a8c: Already exists
024b2f94e104: Already exists
4f4fb700ef54: Already exists
071fbbcf50f3: Already exists
b43a2046bab2: Already exists
f34036196a91: Already exists
b07913c71979: Already exists
f1c987ef231c: Already exists
1a8485ec060a: Already exists
aa1dac00c891: Already exists
215e9614a861: Already exists
117130324f1d: Already exists
edf62db1b518: Already exists
0db4778affc6: Already exists
a7061a59a18a: Already exists
2e5d40faab28: Already exists
f66a9fca4b5f: Already exists
8b5e66859936: Already exists
587798822ffb: Already exists
bed329d8e6f0: Already exists
672e0dae6d58: Already exists
79599312eeca: Pulling fs layer
be094adcbcdd: Pulling fs layer
79599312eeca: Waiting
e26e359dfe87: Pulling fs layer
809a4d2e466e: Pulling fs layer
be094adcbcdd: Waiting
e26e359dfe87: Waiting
809a4d2e466e: Waiting
79599312eeca: Verifying Checksum
79599312eeca: Download complete
be094adcbcdd: Download complete
e26e359dfe87: Verifying Checksum
e26e359dfe87: Download complete
809a4d2e466e: Download complete
79599312eeca: Pull complete
be094adcbcdd: Pull complete
e26e359dfe87: Pull complete
809a4d2e466e: Pull complete
Digest: sha256:8f9143a45106e27d933d7d1b077c5f607625b7ebb1167469f83b4ad34f51fa45
Status: Downloaded newer image for ocaml/opam@sha256:8f9143a45106e27d933d7d1b077c5f607625b7ebb1167469f83b4ad34f51fa45
2026-03-05 22:57.53 ---> saved as "dfb0d4a86a63f901547a7bf00c4b251d05b15d51beeb91f09a86c242cdccefd4"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-03-05 22:57.54 ---> saved as "29c2fc39ce8bdbc0af0513c9a546df68f70ce1fcc90134d7c3a4ed50608a341f"
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=255 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-05 22:58.26 ---> saved as "c65fcc0c4165fdfd0f8bb1ac5c1ecebbdc3fcf4ac20255833a4b6e496f504d2a"
/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version 2.5.0
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=ubuntu os-version=25.10
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 71
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
# invariant ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.2
2026-03-05 22:58.26 ---> saved as "ed24e8a283d95f36b2c44b4af69476d75a9ff55bc7a6309d543eb6f22c7eb8ea"
/home/opam: (env OPAMDOWNLOADJOBS 1)
/home/opam: (env OPAMERRLOGLEN 0)
/home/opam: (env OPAMPRECISETRACKING 1)
/home/opam: (env CI true)
/home/opam: (env OPAM_REPO_CI true)
/home/opam: (run (shell "rm -rf opam-repository/"))
2026-03-05 22:59.06 ---> saved as "4cfddad55714c129981290f4cd28f22d5cde5d5ccd4128cc9e635adf4f0ed044"
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-05 22:59.44 ---> saved as "06999d82d71d9432fbd421ccf74e3310031b6b7d61bc335e5078fed9bebfb5ea"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-05 23:00.13 ---> saved as "4ecbdc36c2349de77e8297a93e1aa96db78259f0e899ab042402114a3a73e7bf"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu questing InRelease
- Get:2 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB]
- Get:3 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB]
- Get:4 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [258 kB]
- Get:5 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [409 kB]
- Get:6 http://security.ubuntu.com/ubuntu questing-security InRelease [136 kB]
- Get:7 http://security.ubuntu.com/ubuntu questing-security/restricted amd64 Packages [202 kB]
- Get:8 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [275 kB]
- Get:9 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [176 kB]
- Fetched 1724 kB in 3s (513 kB/s)
- Reading package lists...
-
2026-03-05 23:00.18 ---> saved as "bb7673d9a77ca46aabe64b81b9585e8b0ef704caa34bc83f5595bea5c3a9330c"
/home/opam: (run (shell "opam pin add -k version -yn opentelemetry-client-ocurl.0.13 0.13"))
opentelemetry-client-ocurl is now pinned to version 0.13
2026-03-05 23:00.19 ---> saved as "62f5288e70b01abd20fddda184854ad9d1c9a6281d928b2742cfe1839dd7859c"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall opentelemetry-client-ocurl.0.13;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"ubuntu-25.10\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'opentelemetry-client-ocurl.0.13' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
opentelemetry-client-ocurl.0.13 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 17 packages
- install ambient-context 0.2 [required by opentelemetry]
- install atomic base [required by opentelemetry]
- install conf-libcurl 2 [required by ocurl]
- install dune 3.21.1 [required by opentelemetry-client-ocurl]
- install ezcurl 0.3 [required by opentelemetry-client-ocurl]
- install hmap 0.8.1 [required by opentelemetry]
- install mtime 2.1.0 [required by opentelemetry-client-ocurl]
- install ocamlbuild 0.16.1 [required by mtime]
- install ocamlfind 1.9.8 [required by mtime]
- install ocurl 0.9.2 [required by opentelemetry-client-ocurl]
- install opentelemetry 0.13 [required by opentelemetry-client-ocurl]
- install opentelemetry-client-ocurl 0.13 (pinned)
- install pbrt 3.1.1 [required by opentelemetry]
- install ptime 1.2.0 [required by opentelemetry]
- install stdlib-shims 0.3.0 [required by pbrt]
- install thread-local-storage 0.2 [required by opentelemetry]
- install topkg 1.1.1 [required by mtime]
The following system packages will first need to be installed:
libcurl4-gnutls-dev
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libcurl4-gnutls-dev"
- Selecting previously unselected package comerr-dev:amd64.
- (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 ... 18712 files and directories currently installed.)
- Preparing to unpack .../00-comerr-dev_2.1-1.47.2-3ubuntu2_amd64.deb ...
- Unpacking comerr-dev:amd64 (2.1-1.47.2-3ubuntu2) ...
- Selecting previously unselected package libgssrpc4t64:amd64.
- Preparing to unpack .../01-libgssrpc4t64_1.21.3-5ubuntu2_amd64.deb ...
- Unpacking libgssrpc4t64:amd64 (1.21.3-5ubuntu2) ...
- Selecting previously unselected package libkadm5clnt-mit12:amd64.
- Preparing to unpack .../02-libkadm5clnt-mit12_1.21.3-5ubuntu2_amd64.deb ...
- Unpacking libkadm5clnt-mit12:amd64 (1.21.3-5ubuntu2) ...
- Selecting previously unselected package libkdb5-10t64:amd64.
- Preparing to unpack .../03-libkdb5-10t64_1.21.3-5ubuntu2_amd64.deb ...
- Unpacking libkdb5-10t64:amd64 (1.21.3-5ubuntu2) ...
- Selecting previously unselected package libkadm5srv-mit12:amd64.
- Preparing to unpack .../04-libkadm5srv-mit12_1.21.3-5ubuntu2_amd64.deb ...
- Unpacking libkadm5srv-mit12:amd64 (1.21.3-5ubuntu2) ...
- Selecting previously unselected package krb5-multidev:amd64.
- Preparing to unpack .../05-krb5-multidev_1.21.3-5ubuntu2_amd64.deb ...
- Unpacking krb5-multidev:amd64 (1.21.3-5ubuntu2) ...
- Selecting previously unselected package libbrotli-dev:amd64.
- Preparing to unpack .../06-libbrotli-dev_1.1.0-2build5_amd64.deb ...
- Unpacking libbrotli-dev:amd64 (1.1.0-2build5) ...
- Preparing to unpack .../07-libcurl3t64-gnutls_8.14.1-2ubuntu1.1_amd64.deb ...
- Unpacking libcurl3t64-gnutls:amd64 (8.14.1-2ubuntu1.1) over (8.14.1-2ubuntu1) ...
- Selecting previously unselected package libevent-2.1-7t64:amd64.
- Preparing to unpack .../08-libevent-2.1-7t64_2.1.12-stable-10build1_amd64.deb ...
- Unpacking libevent-2.1-7t64:amd64 (2.1.12-stable-10build1) ...
- Selecting previously unselected package libunbound8:amd64.
- Preparing to unpack .../09-libunbound8_1.22.0-2ubuntu2.2_amd64.deb ...
- Unpacking libunbound8:amd64 (1.22.0-2ubuntu2.2) ...
- Selecting previously unselected package libgnutls-dane0t64:amd64.
- Preparing to unpack .../10-libgnutls-dane0t64_3.8.9-3ubuntu2.1_amd64.deb ...
- Unpacking libgnutls-dane0t64:amd64 (3.8.9-3ubuntu2.1) ...
- Selecting previously unselected package libgnutls-openssl27t64:amd64.
- Preparing to unpack .../11-libgnutls-openssl27t64_3.8.9-3ubuntu2.1_amd64.deb ...
- Unpacking libgnutls-openssl27t64:amd64 (3.8.9-3ubuntu2.1) ...
- Selecting previously unselected package libidn2-dev:amd64.
- Preparing to unpack .../12-libidn2-dev_2.3.8-4_amd64.deb ...
- Unpacking libidn2-dev:amd64 (2.3.8-4) ...
- Selecting previously unselected package libp11-kit-dev:amd64.
- Preparing to unpack .../13-libp11-kit-dev_0.25.5-3ubuntu1_amd64.deb ...
- Unpacking libp11-kit-dev:amd64 (0.25.5-3ubuntu1) ...
- Selecting previously unselected package libtasn1-6-dev:amd64.
- Preparing to unpack .../14-libtasn1-6-dev_4.20.0-2ubuntu0.25.10.1_amd64.deb ...
- Unpacking libtasn1-6-dev:amd64 (4.20.0-2ubuntu0.25.10.1) ...
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- Preparing to unpack .../15-libgmpxx4ldbl_2%3a6.3.0+dfsg-5ubuntu1_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-5ubuntu1) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../16-libgmp-dev_2%3a6.3.0+dfsg-5ubuntu1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-5ubuntu1) ...
- Selecting previously unselected package nettle-dev:amd64.
- Preparing to unpack .../17-nettle-dev_3.10.1-1_amd64.deb ...
- Unpacking nettle-dev:amd64 (3.10.1-1) ...
- Selecting previously unselected package libgnutls28-dev:amd64.
- Preparing to unpack .../18-libgnutls28-dev_3.8.9-3ubuntu2.1_amd64.deb ...
- Unpacking libgnutls28-dev:amd64 (3.8.9-3ubuntu2.1) ...
- Selecting previously unselected package libkrb5-dev:amd64.
- Preparing to unpack .../19-libkrb5-dev_1.21.3-5ubuntu2_amd64.deb ...
- Unpacking libkrb5-dev:amd64 (1.21.3-5ubuntu2) ...
- Selecting previously unselected package libldap-dev:amd64.
- Preparing to unpack .../20-libldap-dev_2.6.10+dfsg-1ubuntu2.1_amd64.deb ...
- Unpacking libldap-dev:amd64 (2.6.10+dfsg-1ubuntu2.1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../21-libpkgconf3_1.8.1-4build1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4build1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../22-pkgconf-bin_1.8.1-4build1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4build1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../23-pkgconf_1.8.1-4build1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4build1) ...
- Selecting previously unselected package libnghttp2-dev:amd64.
- Preparing to unpack .../24-libnghttp2-dev_1.64.0-1.1ubuntu1_amd64.deb ...
- Unpacking libnghttp2-dev:amd64 (1.64.0-1.1ubuntu1) ...
- Selecting previously unselected package libpsl-dev:amd64.
- Preparing to unpack .../25-libpsl-dev_0.21.2-1.1build1_amd64.deb ...
- Unpacking libpsl-dev:amd64 (0.21.2-1.1build1) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../26-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1ubuntu2_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1ubuntu2) ...
- Selecting previously unselected package librtmp-dev:amd64.
- Preparing to unpack .../27-librtmp-dev_2.4+20151223.gitfa8646d.1-2build8_amd64.deb ...
- Unpacking librtmp-dev:amd64 (2.4+20151223.gitfa8646d.1-2build8) ...
- Selecting previously unselected package libssl-dev:amd64.
- Preparing to unpack .../28-libssl-dev_3.5.3-1ubuntu3_amd64.deb ...
- Unpacking libssl-dev:amd64 (3.5.3-1ubuntu3) ...
- Selecting previously unselected package libssh2-1-dev:amd64.
- Preparing to unpack .../29-libssh2-1-dev_1.11.1-1build1_amd64.deb ...
- Unpacking libssh2-1-dev:amd64 (1.11.1-1build1) ...
- Selecting previously unselected package libzstd-dev:amd64.
- Preparing to unpack .../30-libzstd-dev_1.5.7+dfsg-1build2_amd64.deb ...
- Unpacking libzstd-dev:amd64 (1.5.7+dfsg-1build2) ...
- Selecting previously unselected package libcurl4-gnutls-dev:amd64.
- Preparing to unpack .../31-libcurl4-gnutls-dev_8.14.1-2ubuntu1.1_amd64.deb ...
- Unpacking libcurl4-gnutls-dev:amd64 (8.14.1-2ubuntu1.1) ...
- Selecting previously unselected package libtasn1-doc.
- Preparing to unpack .../32-libtasn1-doc_4.20.0-2ubuntu0.25.10.1_all.deb ...
- Unpacking libtasn1-doc (4.20.0-2ubuntu0.25.10.1) ...
- Setting up libgnutls-openssl27t64:amd64 (3.8.9-3ubuntu2.1) ...
- Setting up libzstd-dev:amd64 (1.5.7+dfsg-1build2) ...
- Setting up libtasn1-doc (4.20.0-2ubuntu0.25.10.1) ...
- Setting up libcurl3t64-gnutls:amd64 (8.14.1-2ubuntu1.1) ...
- Setting up libevent-2.1-7t64:amd64 (2.1.12-stable-10build1) ...
- Setting up libpsl-dev:amd64 (0.21.2-1.1build1) ...
- Setting up libunbound8:amd64 (1.22.0-2ubuntu2.2) ...
- Setting up libpkgconf3:amd64 (1.8.1-4build1) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-5ubuntu1) ...
- Setting up libgnutls-dane0t64:amd64 (3.8.9-3ubuntu2.1) ...
- Setting up libgssrpc4t64:amd64 (1.21.3-5ubuntu2) ...
- Setting up libldap-dev:amd64 (2.6.10+dfsg-1ubuntu2.1) ...
- Setting up comerr-dev:amd64 (2.1-1.47.2-3ubuntu2) ...
- Setting up libssl-dev:amd64 (3.5.3-1ubuntu3) ...
- Setting up pkgconf-bin (1.8.1-4build1) ...
- Setting up libidn2-dev:amd64 (2.3.8-4) ...
- Setting up zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1ubuntu2) ...
- Setting up libtasn1-6-dev:amd64 (4.20.0-2ubuntu0.25.10.1) ...
- Setting up libbrotli-dev:amd64 (1.1.0-2build5) ...
- Setting up libp11-kit-dev:amd64 (0.25.5-3ubuntu1) ...
- Setting up libkadm5clnt-mit12:amd64 (1.21.3-5ubuntu2) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-5ubuntu1) ...
- Setting up nettle-dev:amd64 (3.10.1-1) ...
- Setting up libkdb5-10t64:amd64 (1.21.3-5ubuntu2) ...
- Setting up pkgconf:amd64 (1.8.1-4build1) ...
- Setting up libssh2-1-dev:amd64 (1.11.1-1build1) ...
- Setting up libkadm5srv-mit12:amd64 (1.21.3-5ubuntu2) ...
- Setting up krb5-multidev:amd64 (1.21.3-5ubuntu2) ...
- Setting up libgnutls28-dev:amd64 (3.8.9-3ubuntu2.1) ...
- Setting up libnghttp2-dev:amd64 (1.64.0-1.1ubuntu1) ...
- Setting up libkrb5-dev:amd64 (1.21.3-5ubuntu2) ...
- Setting up librtmp-dev:amd64 (2.4+20151223.gitfa8646d.1-2build8) ...
- Setting up libcurl4-gnutls-dev:amd64 (8.14.1-2ubuntu1.1) ...
- Processing triggers for libc-bin (2.42-0ubuntu3.1) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ambient-context.0.2 (cached)
-> retrieved atomic.base (cached)
-> installed atomic.base
-> installed conf-libcurl.2
-> retrieved dune.3.21.1 (cached)
-> retrieved ezcurl.0.3 (cached)
-> retrieved hmap.0.8.1 (cached)
-> retrieved mtime.2.1.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocurl.0.9.2 (cached)
-> retrieved opentelemetry.0.13, opentelemetry-client-ocurl.0.13 (cached)
-> retrieved pbrt.3.1.1 (cached)
-> retrieved ptime.1.2.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved thread-local-storage.0.2 (cached)
-> retrieved topkg.1.1.1 (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed hmap.0.8.1
-> installed mtime.2.1.0
-> installed ptime.1.2.0
-> installed dune.3.21.1
-> installed stdlib-shims.0.3.0
-> installed thread-local-storage.0.2
-> installed pbrt.3.1.1
-> installed ambient-context.0.2
-> installed opentelemetry.0.13
-> installed ocurl.0.9.2
-> installed ezcurl.0.3
-> installed opentelemetry-client-ocurl.0.13
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-05 23:01.49 ---> saved as "4473fc0f02ba2e2799e0ec7d042f705e4e09881a4b6abdcecdff948a4b37a87e"
Job succeeded
2026-03-05 23:01.59: Job succeeded