Build:
- 1
- 0
2026-03-05 22:53.48: 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 debian-13-ocaml-5.4/i386
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:debian-13-ocaml-5.4@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
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 "\"debian-13\""; 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.48: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e-opentelemetry-client-ocurl.0.13-fee83bbe33e4b4e7608ba61bb82ca9ea3c0ad932"
2026-03-05 22:53.48: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e)
(shell /usr/bin/linux32 /bin/sh -c)
(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 \"\\\"debian-13\\\"\"; 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.48: Waiting for resource in pool OCluster
2026-03-05 22:53.48: Waiting for worker…
2026-03-05 22:56.23: Got resource from pool OCluster
Building on doris.caelum.ci.dev
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:debian-13-ocaml-5.4@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e' locally
docker.io/ocaml/opam@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e: Pulling from ocaml/opam
b536877d3c0a: Pulling fs layer
bccea9e34407: Pulling fs layer
16a19f8f73ac: Pulling fs layer
b536877d3c0a: Waiting
bccea9e34407: Waiting
24b068660eba: Pulling fs layer
16a19f8f73ac: Waiting
0d733f3d73ff: Pulling fs layer
9e24ce741f51: Pulling fs layer
0d733f3d73ff: Waiting
24b068660eba: Waiting
8f72c68d553f: Pulling fs layer
9e24ce741f51: Waiting
f54f6fc8bfc4: Pulling fs layer
8f72c68d553f: Waiting
d06a9f3b5a73: Pulling fs layer
f54f6fc8bfc4: Waiting
d42229ae6b83: Pulling fs layer
d06a9f3b5a73: Waiting
d41dddb298da: Pulling fs layer
d42229ae6b83: Waiting
e9711f882917: Pulling fs layer
d41dddb298da: Waiting
07cbb93c10a3: Pulling fs layer
e9711f882917: Waiting
2b3607a942e5: Pulling fs layer
07cbb93c10a3: Waiting
d5893ae3accb: Pulling fs layer
2b3607a942e5: Waiting
c3146a632652: Pulling fs layer
3d57776a1d42: Pulling fs layer
d5893ae3accb: Waiting
c3146a632652: Waiting
3d57776a1d42: Waiting
839cefcf2b8e: Pulling fs layer
026aaf3511fa: Pulling fs layer
839cefcf2b8e: Waiting
0a2654a36ae9: Pulling fs layer
026aaf3511fa: Waiting
b23dc160efe7: Pulling fs layer
0a2654a36ae9: Waiting
4f4fb700ef54: Pulling fs layer
b23dc160efe7: Waiting
c84b92e17807: Pulling fs layer
4f4fb700ef54: Waiting
e6680f6f46b9: Pulling fs layer
c84b92e17807: Waiting
69486b6cae87: Pulling fs layer
9909fe838d3d: Pulling fs layer
69486b6cae87: Waiting
e6680f6f46b9: Waiting
3b1fbc03b573: Pulling fs layer
9909fe838d3d: Waiting
1d2df1685cc4: Pulling fs layer
3b1fbc03b573: Waiting
9bb166b2b0ea: Pulling fs layer
1d2df1685cc4: Waiting
9585c6d51dc3: Pulling fs layer
9bb166b2b0ea: Waiting
ddd1a568c795: Pulling fs layer
9585c6d51dc3: Waiting
64338fd8dd2d: Pulling fs layer
ddd1a568c795: Waiting
9be4283ff733: Pulling fs layer
64338fd8dd2d: Waiting
783fb857d3f0: Pulling fs layer
699fb07ac9eb: Pulling fs layer
9be4283ff733: Waiting
dfd2f30ac354: Pulling fs layer
783fb857d3f0: Waiting
0957629b6db6: Pulling fs layer
50b35bb0a587: Pulling fs layer
699fb07ac9eb: Waiting
dfd2f30ac354: Waiting
50b35bb0a587: Waiting
e4e361267282: Pulling fs layer
d8d67cfb2698: Pulling fs layer
e4e361267282: Waiting
1733597b7dba: Pulling fs layer
d8d67cfb2698: Waiting
921726d6d5f8: Pulling fs layer
cf4eebdd42ea: Pulling fs layer
2ea6c26346f9: Pulling fs layer
921726d6d5f8: Waiting
cf4eebdd42ea: Waiting
4e82b5c15dad: Pulling fs layer
2ea6c26346f9: Waiting
53cf02a49f89: Pulling fs layer
6d652118326c: Pulling fs layer
4e82b5c15dad: Waiting
6d652118326c: Waiting
bccea9e34407: Verifying Checksum
bccea9e34407: Download complete
b536877d3c0a: Verifying Checksum
b536877d3c0a: Download complete
16a19f8f73ac: Verifying Checksum
16a19f8f73ac: Download complete
0d733f3d73ff: Verifying Checksum
0d733f3d73ff: Download complete
24b068660eba: Verifying Checksum
24b068660eba: Download complete
b536877d3c0a: Pull complete
bccea9e34407: Pull complete
16a19f8f73ac: Pull complete
8f72c68d553f: Verifying Checksum
8f72c68d553f: Download complete
24b068660eba: Pull complete
0d733f3d73ff: Pull complete
f54f6fc8bfc4: Verifying Checksum
f54f6fc8bfc4: Download complete
d06a9f3b5a73: Verifying Checksum
d06a9f3b5a73: Download complete
9e24ce741f51: Download complete
d42229ae6b83: Verifying Checksum
d42229ae6b83: Download complete
d41dddb298da: Verifying Checksum
d41dddb298da: Download complete
e9711f882917: Verifying Checksum
e9711f882917: Download complete
07cbb93c10a3: Verifying Checksum
07cbb93c10a3: Download complete
2b3607a942e5: Verifying Checksum
2b3607a942e5: Download complete
d5893ae3accb: Verifying Checksum
d5893ae3accb: Download complete
c3146a632652: Verifying Checksum
c3146a632652: Download complete
3d57776a1d42: Verifying Checksum
3d57776a1d42: Download complete
839cefcf2b8e: Verifying Checksum
839cefcf2b8e: Download complete
026aaf3511fa: Download complete
0a2654a36ae9: Verifying Checksum
0a2654a36ae9: Download complete
4f4fb700ef54: Download complete
b23dc160efe7: Verifying Checksum
b23dc160efe7: Download complete
c84b92e17807: Download complete
e6680f6f46b9: Download complete
69486b6cae87: Verifying Checksum
69486b6cae87: Download complete
3b1fbc03b573: Verifying Checksum
3b1fbc03b573: Download complete
9909fe838d3d: Verifying Checksum
9909fe838d3d: Download complete
1d2df1685cc4: Verifying Checksum
1d2df1685cc4: Download complete
9bb166b2b0ea: Verifying Checksum
9bb166b2b0ea: Download complete
9585c6d51dc3: Verifying Checksum
9585c6d51dc3: Download complete
64338fd8dd2d: Verifying Checksum
64338fd8dd2d: Download complete
ddd1a568c795: Verifying Checksum
ddd1a568c795: Download complete
9be4283ff733: Download complete
783fb857d3f0: Verifying Checksum
dfd2f30ac354: Verifying Checksum
dfd2f30ac354: Download complete
9e24ce741f51: Pull complete
8f72c68d553f: Pull complete
f54f6fc8bfc4: Pull complete
d06a9f3b5a73: Pull complete
d42229ae6b83: Pull complete
d41dddb298da: Pull complete
e9711f882917: Pull complete
07cbb93c10a3: Pull complete
2b3607a942e5: Pull complete
d5893ae3accb: Pull complete
c3146a632652: Pull complete
3d57776a1d42: Pull complete
699fb07ac9eb: Verifying Checksum
699fb07ac9eb: Download complete
50b35bb0a587: Download complete
e4e361267282: Download complete
0957629b6db6: Verifying Checksum
0957629b6db6: Download complete
d8d67cfb2698: Verifying Checksum
d8d67cfb2698: Download complete
1733597b7dba: Download complete
921726d6d5f8: Verifying Checksum
921726d6d5f8: Download complete
4e82b5c15dad: Download complete
cf4eebdd42ea: Verifying Checksum
cf4eebdd42ea: Download complete
6d652118326c: Verifying Checksum
6d652118326c: Download complete
53cf02a49f89: Download complete
839cefcf2b8e: Pull complete
026aaf3511fa: Pull complete
0a2654a36ae9: Pull complete
b23dc160efe7: Pull complete
4f4fb700ef54: Pull complete
c84b92e17807: Pull complete
e6680f6f46b9: Pull complete
69486b6cae87: Pull complete
9909fe838d3d: Pull complete
3b1fbc03b573: Pull complete
1d2df1685cc4: Pull complete
9bb166b2b0ea: Pull complete
9585c6d51dc3: Pull complete
ddd1a568c795: Pull complete
64338fd8dd2d: Pull complete
9be4283ff733: Pull complete
783fb857d3f0: Pull complete
2ea6c26346f9: Verifying Checksum
2ea6c26346f9: Download complete
699fb07ac9eb: Pull complete
dfd2f30ac354: Pull complete
0957629b6db6: Pull complete
50b35bb0a587: Pull complete
e4e361267282: Pull complete
d8d67cfb2698: Pull complete
1733597b7dba: Pull complete
921726d6d5f8: Pull complete
cf4eebdd42ea: Pull complete
2ea6c26346f9: Pull complete
4e82b5c15dad: Pull complete
53cf02a49f89: Pull complete
6d652118326c: Pull complete
Digest: sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e
Status: Downloaded newer image for ocaml/opam@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e
2026-03-05 22:56.34 ---> using "b43c5bd5df55bb59e33984ce21c0929f569d40c264688b0ca0b4d2f840fcee64" from cache
/: (shell /usr/bin/linux32 /bin/sh -c)
/: (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:56.34 ---> using "a892eaee17c06df0cf26314fec4681775669d36fd1bd5aa9b7b13189f3e20934" from cache
/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 71 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=71 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-05 22:56.34 ---> using "ad3159727dbb48507b5adee66093c604796f2fe94682a7f21adc453fa86ded97" from cache
/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_32 os=linux os-distribution=debian os-version=13
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 255
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.4
# invariant ["ocaml-base-compiler" {>= "5.4.0"}]
# compiler-packages ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-option-bytecode-only.1, ocaml-options-vanilla.1
# ocaml:native false
# ocaml:native-tools false
# ocaml:native-dynlink false
# ocaml:stubsdir /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.0+bytecode-only
2026-03-05 22:56.34 ---> using "392127cad27a830e76f4989678c7986867aa4500d325307290f318c4f1c10a07" from cache
/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:56.34 ---> using "797f1dbe2f969cb8e273766cb1e91f9ce345acfb49cf28b3b28d0fd2717b2a3a" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-05 22:56.42 ---> saved as "d212344b2b58d61c13cde78779716d31962401760b6e11aa4e19c7bb807839a5"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-05 22:57.15 ---> saved as "345794f49b25fe27c95840f95c5d73bddb65fcb9f247d2f46cfd61d001148e4b"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main i386 Packages [101 kB]
- Fetched 192 kB in 0s (532 kB/s)
- Reading package lists...
-
2026-03-05 22:57.16 ---> saved as "d472d36d1afe622922789f246414049b5f76660a7bc84538bdb8e8ce92c655d8"
/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 22:57.17 ---> saved as "5f4d71d9beb332d30ff5a13002a29e9513a67b95fb7fb02c4b8609689d44d400"
/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 \"\\\"debian-13\\\"\"; 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 25 packages
- install ambient-context 0.2 [required by opentelemetry]
- install atomic base [required by opentelemetry]
- install base-bytes base [required by ocplib-endian]
- install conf-libcurl 2 [required by curl]
- install cppo 1.8.0 [required by lwt]
- install csexp 1.5.2 [required by dune-configurator]
- install curl 0.10.0 [required by ocurl]
- install curl_lwt 0.10.0 [required by ocurl]
- install dune 3.21.1 [required by opentelemetry-client-ocurl]
- install dune-configurator 3.21.1 [required by curl]
- install ezcurl 0.3 [required by opentelemetry-client-ocurl]
- install hmap 0.8.1 [required by opentelemetry]
- install lwt 6.1.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 ocplib-endian 1.2 [required by lwt]
- install ocurl transition (deprecated) [required by opentelemetry-client-ocurl]
- install opentelemetry 0.13 [required by opentelemetry-client-ocurl]
- install opentelemetry-client-ocurl 0.13 (pinned)
- install pbrt 3.0.0 [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:i386.
- (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 ... 20624 files and directories currently installed.)
- Preparing to unpack .../00-comerr-dev_2.1-1.47.2-3+b7_i386.deb ...
- Unpacking comerr-dev:i386 (2.1-1.47.2-3+b7) ...
- Selecting previously unselected package libgssrpc4t64:i386.
- Preparing to unpack .../01-libgssrpc4t64_1.21.3-5_i386.deb ...
- Unpacking libgssrpc4t64:i386 (1.21.3-5) ...
- Selecting previously unselected package libkadm5clnt-mit12:i386.
- Preparing to unpack .../02-libkadm5clnt-mit12_1.21.3-5_i386.deb ...
- Unpacking libkadm5clnt-mit12:i386 (1.21.3-5) ...
- Selecting previously unselected package libkdb5-10t64:i386.
- Preparing to unpack .../03-libkdb5-10t64_1.21.3-5_i386.deb ...
- Unpacking libkdb5-10t64:i386 (1.21.3-5) ...
- Selecting previously unselected package libkadm5srv-mit12:i386.
- Preparing to unpack .../04-libkadm5srv-mit12_1.21.3-5_i386.deb ...
- Unpacking libkadm5srv-mit12:i386 (1.21.3-5) ...
- Selecting previously unselected package krb5-multidev:i386.
- Preparing to unpack .../05-krb5-multidev_1.21.3-5_i386.deb ...
- Unpacking krb5-multidev:i386 (1.21.3-5) ...
- Selecting previously unselected package libbrotli-dev:i386.
- Preparing to unpack .../06-libbrotli-dev_1.1.0-2+b7_i386.deb ...
- Unpacking libbrotli-dev:i386 (1.1.0-2+b7) ...
- Preparing to unpack .../07-libgnutls30t64_3.8.9-3+deb13u2_i386.deb ...
- Unpacking libgnutls30t64:i386 (3.8.9-3+deb13u2) over (3.8.9-3+deb13u1) ...
- Selecting previously unselected package libevent-2.1-7t64:i386.
- Preparing to unpack .../08-libevent-2.1-7t64_2.1.12-stable-10+b1_i386.deb ...
- Unpacking libevent-2.1-7t64:i386 (2.1.12-stable-10+b1) ...
- Selecting previously unselected package libunbound8:i386.
- Preparing to unpack .../09-libunbound8_1.22.0-2+deb13u1_i386.deb ...
- Unpacking libunbound8:i386 (1.22.0-2+deb13u1) ...
- Selecting previously unselected package libgnutls-dane0t64:i386.
- Preparing to unpack .../10-libgnutls-dane0t64_3.8.9-3+deb13u2_i386.deb ...
- Unpacking libgnutls-dane0t64:i386 (3.8.9-3+deb13u2) ...
- Selecting previously unselected package libgnutls-openssl27t64:i386.
- Preparing to unpack .../11-libgnutls-openssl27t64_3.8.9-3+deb13u2_i386.deb ...
- Unpacking libgnutls-openssl27t64:i386 (3.8.9-3+deb13u2) ...
- Selecting previously unselected package libidn2-dev:i386.
- Preparing to unpack .../12-libidn2-dev_2.3.8-2_i386.deb ...
- Unpacking libidn2-dev:i386 (2.3.8-2) ...
- Selecting previously unselected package libp11-kit-dev:i386.
- Preparing to unpack .../13-libp11-kit-dev_0.25.5-3_i386.deb ...
- Unpacking libp11-kit-dev:i386 (0.25.5-3) ...
- Selecting previously unselected package libtasn1-6-dev:i386.
- Preparing to unpack .../14-libtasn1-6-dev_4.20.0-2_i386.deb ...
- Unpacking libtasn1-6-dev:i386 (4.20.0-2) ...
- Selecting previously unselected package libgmpxx4ldbl:i386.
- Preparing to unpack .../15-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_i386.deb ...
- Unpacking libgmpxx4ldbl:i386 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libgmp-dev:i386.
- Preparing to unpack .../16-libgmp-dev_2%3a6.3.0+dfsg-3_i386.deb ...
- Unpacking libgmp-dev:i386 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package nettle-dev:i386.
- Preparing to unpack .../17-nettle-dev_3.10.1-1_i386.deb ...
- Unpacking nettle-dev:i386 (3.10.1-1) ...
- Selecting previously unselected package libgnutls28-dev:i386.
- Preparing to unpack .../18-libgnutls28-dev_3.8.9-3+deb13u2_i386.deb ...
- Unpacking libgnutls28-dev:i386 (3.8.9-3+deb13u2) ...
- Selecting previously unselected package libkrb5-dev:i386.
- Preparing to unpack .../19-libkrb5-dev_1.21.3-5_i386.deb ...
- Unpacking libkrb5-dev:i386 (1.21.3-5) ...
- Selecting previously unselected package libldap-dev:i386.
- Preparing to unpack .../20-libldap-dev_2.6.10+dfsg-1_i386.deb ...
- Unpacking libldap-dev:i386 (2.6.10+dfsg-1) ...
- Selecting previously unselected package libpkgconf3:i386.
- Preparing to unpack .../21-libpkgconf3_1.8.1-4_i386.deb ...
- Unpacking libpkgconf3:i386 (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../22-pkgconf-bin_1.8.1-4_i386.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:i386.
- Preparing to unpack .../23-pkgconf_1.8.1-4_i386.deb ...
- Unpacking pkgconf:i386 (1.8.1-4) ...
- Selecting previously unselected package libnghttp2-dev:i386.
- Preparing to unpack .../24-libnghttp2-dev_1.64.0-1.1_i386.deb ...
- Unpacking libnghttp2-dev:i386 (1.64.0-1.1) ...
- Selecting previously unselected package libnghttp3-dev:i386.
- Preparing to unpack .../25-libnghttp3-dev_1.8.0-1_i386.deb ...
- Unpacking libnghttp3-dev:i386 (1.8.0-1) ...
- Selecting previously unselected package libngtcp2-crypto-gnutls-dev:i386.
- Preparing to unpack .../26-libngtcp2-crypto-gnutls-dev_1.11.0-1_i386.deb ...
- Unpacking libngtcp2-crypto-gnutls-dev:i386 (1.11.0-1) ...
- Selecting previously unselected package libngtcp2-dev:i386.
- Preparing to unpack .../27-libngtcp2-dev_1.11.0-1_i386.deb ...
- Unpacking libngtcp2-dev:i386 (1.11.0-1) ...
- Selecting previously unselected package libpsl-dev:i386.
- Preparing to unpack .../28-libpsl-dev_0.21.2-1.1+b1_i386.deb ...
- Unpacking libpsl-dev:i386 (0.21.2-1.1+b1) ...
- Selecting previously unselected package zlib1g-dev:i386.
- Preparing to unpack .../29-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_i386.deb ...
- Unpacking zlib1g-dev:i386 (1:1.3.dfsg+really1.3.1-1+b1) ...
- Selecting previously unselected package librtmp-dev:i386.
- Preparing to unpack .../30-librtmp-dev_2.4+20151223.gitfa8646d.1-2+b5_i386.deb ...
- Unpacking librtmp-dev:i386 (2.4+20151223.gitfa8646d.1-2+b5) ...
- Selecting previously unselected package libssl-dev:i386.
- Preparing to unpack .../31-libssl-dev_3.5.4-1~deb13u2_i386.deb ...
- Unpacking libssl-dev:i386 (3.5.4-1~deb13u2) ...
- Selecting previously unselected package libssh2-1-dev:i386.
- Preparing to unpack .../32-libssh2-1-dev_1.11.1-1_i386.deb ...
- Unpacking libssh2-1-dev:i386 (1.11.1-1) ...
- Selecting previously unselected package libcurl4-gnutls-dev:i386.
- Preparing to unpack .../33-libcurl4-gnutls-dev_8.14.1-2+deb13u2_i386.deb ...
- Unpacking libcurl4-gnutls-dev:i386 (8.14.1-2+deb13u2) ...
- Selecting previously unselected package libtasn1-doc.
- Preparing to unpack .../34-libtasn1-doc_4.20.0-2_all.deb ...
- Unpacking libtasn1-doc (4.20.0-2) ...
- Setting up libgnutls30t64:i386 (3.8.9-3+deb13u2) ...
- Setting up libgnutls-openssl27t64:i386 (3.8.9-3+deb13u2) ...
- Setting up libtasn1-doc (4.20.0-2) ...
- Setting up libevent-2.1-7t64:i386 (2.1.12-stable-10+b1) ...
- Setting up libngtcp2-crypto-gnutls-dev:i386 (1.11.0-1) ...
- Setting up libngtcp2-dev:i386 (1.11.0-1) ...
- Setting up libpsl-dev:i386 (0.21.2-1.1+b1) ...
- Setting up libunbound8:i386 (1.22.0-2+deb13u1) ...
- Setting up libpkgconf3:i386 (1.8.1-4) ...
- Setting up libgmpxx4ldbl:i386 (2:6.3.0+dfsg-3) ...
- Setting up libgnutls-dane0t64:i386 (3.8.9-3+deb13u2) ...
- Setting up libgssrpc4t64:i386 (1.21.3-5) ...
- Setting up libldap-dev:i386 (2.6.10+dfsg-1) ...
- Setting up comerr-dev:i386 (2.1-1.47.2-3+b7) ...
- Setting up libssl-dev:i386 (3.5.4-1~deb13u2) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libidn2-dev:i386 (2.3.8-2) ...
- Setting up libnghttp3-dev:i386 (1.8.0-1) ...
- Setting up zlib1g-dev:i386 (1:1.3.dfsg+really1.3.1-1+b1) ...
- Setting up libtasn1-6-dev:i386 (4.20.0-2) ...
- Setting up libbrotli-dev:i386 (1.1.0-2+b7) ...
- Setting up libp11-kit-dev:i386 (0.25.5-3) ...
- Setting up libkadm5clnt-mit12:i386 (1.21.3-5) ...
- Setting up libgmp-dev:i386 (2:6.3.0+dfsg-3) ...
- Setting up nettle-dev:i386 (3.10.1-1) ...
- Setting up libkdb5-10t64:i386 (1.21.3-5) ...
- Setting up pkgconf:i386 (1.8.1-4) ...
- Setting up libssh2-1-dev:i386 (1.11.1-1) ...
- Setting up libkadm5srv-mit12:i386 (1.21.3-5) ...
- Setting up krb5-multidev:i386 (1.21.3-5) ...
- Setting up libgnutls28-dev:i386 (3.8.9-3+deb13u2) ...
- Setting up libnghttp2-dev:i386 (1.64.0-1.1) ...
- Setting up libkrb5-dev:i386 (1.21.3-5) ...
- Setting up librtmp-dev:i386 (2.4+20151223.gitfa8646d.1-2+b5) ...
- Setting up libcurl4-gnutls-dev:i386 (8.14.1-2+deb13u2) ...
- Processing triggers for libc-bin (2.41-12+deb13u1) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ambient-context.0.2 (cached)
-> retrieved atomic.base (cached)
-> installed atomic.base
-> retrieved cppo.1.8.0 (cached)
-> installed conf-libcurl.2
-> retrieved csexp.1.5.2 (cached)
-> retrieved curl.0.10.0, curl_lwt.0.10.0, ocurl.transition (cached)
-> retrieved dune.3.21.1, dune-configurator.3.21.1 (cached)
-> retrieved ezcurl.0.3 (cached)
-> retrieved hmap.0.8.1 (cached)
-> retrieved lwt.6.1.1 (cached)
-> retrieved mtime.2.1.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> retrieved opentelemetry.0.13, opentelemetry-client-ocurl.0.13 (cached)
-> retrieved pbrt.3.0.0 (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 base-bytes.base
-> 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 csexp.1.5.2
-> installed thread-local-storage.0.2
-> installed pbrt.3.0.0
-> installed cppo.1.8.0
-> installed ocplib-endian.1.2
-> installed ambient-context.0.2
-> installed dune-configurator.3.21.1
-> installed curl.0.10.0
-> installed lwt.6.1.1
-> installed curl_lwt.0.10.0
-> installed ocurl.transition
-> installed ezcurl.0.3
-> installed opentelemetry.0.13
-> installed opentelemetry-client-ocurl.0.13
Done.
<><> ocurl.transition installed successfully ><><><><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
=> ocurl has been renamed and the ocurl package is now a transition package. Use the curl package instead.
# To update the current shell environment, run: eval $(opam env)
2026-03-05 22:58.48 ---> saved as "137e0bddd824bb500eedb321816659c4afef2a8311c582509b92687f3cb675b9"
Job succeeded
2026-03-05 22:58.56: Job succeeded