Build:
- 1
- 0
2026-03-05 22:53.25: New job: test opentelemetry-client-ocurl.0.13, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29501/head (fee83bbe33e4b4e7608ba61bb82ca9ea3c0ad932)
on ubuntu-25.04-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.04-ocaml-4.14@sha256:7657ea02d7a7b7f4f49758b645708d29d0022e87965ffa09718f78d346b446ef
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.04\""; 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
RUN (opam reinstall --with-test opentelemetry-client-ocurl.0.13) || true
RUN opam reinstall --with-test --verbose 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.04\""; 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.25: Using cache hint "ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:7657ea02d7a7b7f4f49758b645708d29d0022e87965ffa09718f78d346b446ef-opentelemetry-client-ocurl.0.13-fee83bbe33e4b4e7608ba61bb82ca9ea3c0ad932"
2026-03-05 22:53.25: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:7657ea02d7a7b7f4f49758b645708d29d0022e87965ffa09718f78d346b446ef)
(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.04\\\"\"; 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"))
(run (network host)
(shell "(opam reinstall --with-test opentelemetry-client-ocurl.0.13) || true"))
(run (shell "opam reinstall --with-test --verbose 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.04\\\"\"; 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.25: Waiting for resource in pool OCluster
2026-03-05 22:53.25: Waiting for worker…
2026-03-05 22:53.25: 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:ubuntu-25.04-ocaml-4.14@sha256:7657ea02d7a7b7f4f49758b645708d29d0022e87965ffa09718f78d346b446ef)
Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:7657ea02d7a7b7f4f49758b645708d29d0022e87965ffa09718f78d346b446ef' locally
docker.io/ocaml/opam@sha256:7657ea02d7a7b7f4f49758b645708d29d0022e87965ffa09718f78d346b446ef: Pulling from ocaml/opam
c62190a9ab61: Pulling fs layer
9a2e0901dff5: Pulling fs layer
b1f9cc70ae42: Pulling fs layer
ce0546b0dd1f: Pulling fs layer
79301f00e8ba: Pulling fs layer
c62190a9ab61: Waiting
9b295b25667c: Pulling fs layer
a31f71beef5e: Pulling fs layer
9a2e0901dff5: Waiting
5f6f7ff1dd75: Pulling fs layer
b1f9cc70ae42: Waiting
79301f00e8ba: Waiting
9b295b25667c: Waiting
3326c804f772: Pulling fs layer
a31f71beef5e: Waiting
5f6f7ff1dd75: Waiting
dbc305c5cd35: Pulling fs layer
c2cccf40b87f: Pulling fs layer
3326c804f772: Waiting
ce0546b0dd1f: Waiting
dbc305c5cd35: Waiting
45e66d8ca585: Pulling fs layer
c2cccf40b87f: Waiting
fcefa7241269: Pulling fs layer
5bf160151561: Pulling fs layer
45e66d8ca585: Waiting
874b2264723c: Pulling fs layer
fcefa7241269: Waiting
ada98df8f669: Pulling fs layer
874b2264723c: Waiting
ab8d0ea6e4f6: Pulling fs layer
ada98df8f669: Waiting
5bf160151561: Waiting
18a72a4bedd6: Pulling fs layer
ab8d0ea6e4f6: Waiting
bfcd7ea0ace8: Pulling fs layer
76a18c947be5: Pulling fs layer
18a72a4bedd6: Waiting
bfcd7ea0ace8: Waiting
6fd9d51ce26c: Pulling fs layer
76a18c947be5: Waiting
4f4fb700ef54: Pulling fs layer
6fd9d51ce26c: Waiting
77d410803a59: Pulling fs layer
4f4fb700ef54: Waiting
44e2dad9dd55: Pulling fs layer
77d410803a59: Waiting
b51e285283d3: Pulling fs layer
dd8da5b96ca2: Pulling fs layer
b46c436fcec9: Pulling fs layer
b51e285283d3: Waiting
a9e62b40a1cc: Pulling fs layer
dd8da5b96ca2: Waiting
b46c436fcec9: Waiting
44e2dad9dd55: Waiting
f5ab56558ad4: Pulling fs layer
8f52d3d09866: Pulling fs layer
f5ab56558ad4: Waiting
39ac1f9b485e: Pulling fs layer
a9e62b40a1cc: Waiting
8f52d3d09866: Waiting
503fbe92c3b9: Pulling fs layer
f3db52c04fc1: Pulling fs layer
3bb40995af78: Pulling fs layer
6d3eedecbaf6: Pulling fs layer
54d9b8997e57: Pulling fs layer
7ac9824e9d33: Pulling fs layer
503fbe92c3b9: Waiting
c1f90a8d5106: Pulling fs layer
3bb40995af78: Waiting
6d3eedecbaf6: Waiting
d336c837e373: Pulling fs layer
54d9b8997e57: Waiting
944b009c31cf: Pulling fs layer
7ac9824e9d33: Waiting
c1f90a8d5106: Waiting
69d85f15a7a3: Pulling fs layer
f64adb67c1c6: Pulling fs layer
c06ce5753f71: Pulling fs layer
452e1f99b4bc: Pulling fs layer
944b009c31cf: Waiting
69d85f15a7a3: Waiting
452e1f99b4bc: Waiting
c06ce5753f71: Waiting
c62190a9ab61: Verifying Checksum
c62190a9ab61: Download complete
9a2e0901dff5: Verifying Checksum
9a2e0901dff5: Download complete
b1f9cc70ae42: Verifying Checksum
b1f9cc70ae42: Download complete
ce0546b0dd1f: Verifying Checksum
ce0546b0dd1f: Download complete
79301f00e8ba: Verifying Checksum
79301f00e8ba: Download complete
c62190a9ab61: Pull complete
9a2e0901dff5: Pull complete
b1f9cc70ae42: Pull complete
ce0546b0dd1f: Pull complete
79301f00e8ba: Pull complete
9b295b25667c: Verifying Checksum
9b295b25667c: Download complete
a31f71beef5e: Verifying Checksum
a31f71beef5e: Download complete
5f6f7ff1dd75: Verifying Checksum
5f6f7ff1dd75: Download complete
3326c804f772: Verifying Checksum
3326c804f772: Download complete
dbc305c5cd35: Verifying Checksum
dbc305c5cd35: Download complete
c2cccf40b87f: Verifying Checksum
c2cccf40b87f: Download complete
45e66d8ca585: Verifying Checksum
45e66d8ca585: Download complete
fcefa7241269: Verifying Checksum
fcefa7241269: Download complete
5bf160151561: Verifying Checksum
5bf160151561: Download complete
874b2264723c: Verifying Checksum
874b2264723c: Download complete
ada98df8f669: Verifying Checksum
ada98df8f669: Download complete
ab8d0ea6e4f6: Download complete
18a72a4bedd6: Verifying Checksum
18a72a4bedd6: Download complete
bfcd7ea0ace8: Download complete
76a18c947be5: Verifying Checksum
76a18c947be5: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
6fd9d51ce26c: Verifying Checksum
6fd9d51ce26c: Download complete
44e2dad9dd55: Download complete
77d410803a59: Download complete
b51e285283d3: Verifying Checksum
dd8da5b96ca2: Download complete
b46c436fcec9: Verifying Checksum
b46c436fcec9: Download complete
a9e62b40a1cc: Verifying Checksum
a9e62b40a1cc: Download complete
9b295b25667c: Pull complete
8f52d3d09866: Verifying Checksum
8f52d3d09866: Download complete
f5ab56558ad4: Verifying Checksum
f5ab56558ad4: Download complete
a31f71beef5e: Pull complete
503fbe92c3b9: Verifying Checksum
503fbe92c3b9: Download complete
5f6f7ff1dd75: Pull complete
39ac1f9b485e: Verifying Checksum
39ac1f9b485e: Download complete
3326c804f772: Pull complete
f3db52c04fc1: Verifying Checksum
f3db52c04fc1: Download complete
3bb40995af78: Verifying Checksum
3bb40995af78: Download complete
54d9b8997e57: Download complete
dbc305c5cd35: Pull complete
c2cccf40b87f: Pull complete
45e66d8ca585: Pull complete
fcefa7241269: Pull complete
5bf160151561: Pull complete
874b2264723c: Pull complete
ada98df8f669: Pull complete
ab8d0ea6e4f6: Pull complete
18a72a4bedd6: Pull complete
bfcd7ea0ace8: Pull complete
76a18c947be5: Pull complete
6fd9d51ce26c: Pull complete
4f4fb700ef54: Pull complete
77d410803a59: Pull complete
44e2dad9dd55: Pull complete
b51e285283d3: Pull complete
dd8da5b96ca2: Pull complete
b46c436fcec9: Pull complete
a9e62b40a1cc: Pull complete
f5ab56558ad4: Pull complete
8f52d3d09866: Pull complete
39ac1f9b485e: Pull complete
503fbe92c3b9: Pull complete
f3db52c04fc1: Pull complete
3bb40995af78: Pull complete
7ac9824e9d33: Verifying Checksum
7ac9824e9d33: Download complete
c1f90a8d5106: Download complete
d336c837e373: Verifying Checksum
d336c837e373: Download complete
944b009c31cf: Verifying Checksum
944b009c31cf: Download complete
69d85f15a7a3: Verifying Checksum
69d85f15a7a3: Download complete
f64adb67c1c6: Download complete
c06ce5753f71: Verifying Checksum
c06ce5753f71: Download complete
452e1f99b4bc: Verifying Checksum
452e1f99b4bc: Download complete
6d3eedecbaf6: Verifying Checksum
6d3eedecbaf6: Download complete
6d3eedecbaf6: Pull complete
54d9b8997e57: Pull complete
7ac9824e9d33: Pull complete
c1f90a8d5106: Pull complete
d336c837e373: Pull complete
944b009c31cf: Pull complete
69d85f15a7a3: Pull complete
f64adb67c1c6: Pull complete
c06ce5753f71: Pull complete
452e1f99b4bc: Pull complete
Digest: sha256:7657ea02d7a7b7f4f49758b645708d29d0022e87965ffa09718f78d346b446ef
Status: Downloaded newer image for ocaml/opam@sha256:7657ea02d7a7b7f4f49758b645708d29d0022e87965ffa09718f78d346b446ef
2026-03-05 22:57.51 ---> saved as "7c8f99d780fdf07c3ab06551b0f351b1d49fa3446743bfaba819cf299e95df36"
/: (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.51 ---> saved as "18104587b6d6ea9454af292f85c3879eb12cd21329006b46742cffc9cda2c539"
/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
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-05 22:58.13 ---> saved as "b3d1c6741845a8b69c20c4926cc6db5988da3ab0e9df6cfde43426825fecb020"
/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.04
# 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 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.14 ---> saved as "3d44bf9e2a3179e48dcea77a52edfc7d30eecb443ee3f7bf050929c243a61182"
/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:58.27 ---> saved as "5f9249a72c516a64a74e4cfd3801f4c995948327c1d43fa194c2e502fc3077c1"
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-05 22:58.36 ---> saved as "11620c5bcff2f837d92856a34026c8d5cac42f409e3479a44025be5960531a6e"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-05 22:58.55 ---> saved as "0a53e02899547cd69f51838ae7562f677e1d51742395176b269cdc08e809e929"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://security.ubuntu.com/ubuntu plucky-security InRelease
- Hit:2 http://archive.ubuntu.com/ubuntu plucky InRelease
- Hit:3 http://archive.ubuntu.com/ubuntu plucky-updates InRelease
- Hit:4 http://archive.ubuntu.com/ubuntu plucky-backports InRelease
- Reading package lists...
-
2026-03-05 22:58.57 ---> saved as "08b12d2f0e9d5a155673029fe05c593c9ea79c4e232c5264886793a589556ca8"
/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:58.57 ---> saved as "7dcc430cbfa371d64e17ccbabd7a062a847906acf2429b2a39af4826bec0d637"
/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.04\\\"\"; 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 ... 16503 files and directories currently installed.)
- Preparing to unpack .../00-comerr-dev_2.1-1.47.2-1ubuntu1_amd64.deb ...
- Unpacking comerr-dev:amd64 (2.1-1.47.2-1ubuntu1) ...
- Selecting previously unselected package libgssrpc4t64:amd64.
- Preparing to unpack .../01-libgssrpc4t64_1.21.3-4ubuntu2_amd64.deb ...
- Unpacking libgssrpc4t64:amd64 (1.21.3-4ubuntu2) ...
- Selecting previously unselected package libkadm5clnt-mit12:amd64.
- Preparing to unpack .../02-libkadm5clnt-mit12_1.21.3-4ubuntu2_amd64.deb ...
- Unpacking libkadm5clnt-mit12:amd64 (1.21.3-4ubuntu2) ...
- Selecting previously unselected package libkdb5-10t64:amd64.
- Preparing to unpack .../03-libkdb5-10t64_1.21.3-4ubuntu2_amd64.deb ...
- Unpacking libkdb5-10t64:amd64 (1.21.3-4ubuntu2) ...
- Selecting previously unselected package libkadm5srv-mit12:amd64.
- Preparing to unpack .../04-libkadm5srv-mit12_1.21.3-4ubuntu2_amd64.deb ...
- Unpacking libkadm5srv-mit12:amd64 (1.21.3-4ubuntu2) ...
- Selecting previously unselected package krb5-multidev:amd64.
- Preparing to unpack .../05-krb5-multidev_1.21.3-4ubuntu2_amd64.deb ...
- Unpacking krb5-multidev:amd64 (1.21.3-4ubuntu2) ...
- Selecting previously unselected package libbrotli-dev:amd64.
- Preparing to unpack .../06-libbrotli-dev_1.1.0-2build4_amd64.deb ...
- Unpacking libbrotli-dev:amd64 (1.1.0-2build4) ...
- Selecting previously unselected package libevent-2.1-7t64:amd64.
- Preparing to unpack .../07-libevent-2.1-7t64_2.1.12-stable-10_amd64.deb ...
- Unpacking libevent-2.1-7t64:amd64 (2.1.12-stable-10) ...
- Selecting previously unselected package libunbound8:amd64.
- Preparing to unpack .../08-libunbound8_1.22.0-1ubuntu1.3_amd64.deb ...
- Unpacking libunbound8:amd64 (1.22.0-1ubuntu1.3) ...
- Selecting previously unselected package libgnutls-dane0t64:amd64.
- Preparing to unpack .../09-libgnutls-dane0t64_3.8.9-2ubuntu3.1_amd64.deb ...
- Unpacking libgnutls-dane0t64:amd64 (3.8.9-2ubuntu3.1) ...
- Selecting previously unselected package libgnutls-openssl27t64:amd64.
- Preparing to unpack .../10-libgnutls-openssl27t64_3.8.9-2ubuntu3.1_amd64.deb ...
- Unpacking libgnutls-openssl27t64:amd64 (3.8.9-2ubuntu3.1) ...
- Selecting previously unselected package libidn2-dev:amd64.
- Preparing to unpack .../11-libidn2-dev_2.3.8-2_amd64.deb ...
- Unpacking libidn2-dev:amd64 (2.3.8-2) ...
- Selecting previously unselected package libp11-kit-dev:amd64.
- Preparing to unpack .../12-libp11-kit-dev_0.25.5-2ubuntu3_amd64.deb ...
- Unpacking libp11-kit-dev:amd64 (0.25.5-2ubuntu3) ...
- Selecting previously unselected package libtasn1-6-dev:amd64.
- Preparing to unpack .../13-libtasn1-6-dev_4.20.0-2ubuntu0.25.04.1_amd64.deb ...
- Unpacking libtasn1-6-dev:amd64 (4.20.0-2ubuntu0.25.04.1) ...
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- Preparing to unpack .../14-libgmpxx4ldbl_2%3a6.3.0+dfsg-3ubuntu1_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3ubuntu1) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../15-libgmp-dev_2%3a6.3.0+dfsg-3ubuntu1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3ubuntu1) ...
- Selecting previously unselected package nettle-dev:amd64.
- Preparing to unpack .../16-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 .../17-libgnutls28-dev_3.8.9-2ubuntu3.1_amd64.deb ...
- Unpacking libgnutls28-dev:amd64 (3.8.9-2ubuntu3.1) ...
- Selecting previously unselected package libkrb5-dev:amd64.
- Preparing to unpack .../18-libkrb5-dev_1.21.3-4ubuntu2_amd64.deb ...
- Unpacking libkrb5-dev:amd64 (1.21.3-4ubuntu2) ...
- Selecting previously unselected package libldap-dev:amd64.
- Preparing to unpack .../19-libldap-dev_2.6.9+dfsg-2ubuntu1_amd64.deb ...
- Unpacking libldap-dev:amd64 (2.6.9+dfsg-2ubuntu1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../20-libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../21-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../22-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package libnghttp2-dev:amd64.
- Preparing to unpack .../23-libnghttp2-dev_1.64.0-1ubuntu1_amd64.deb ...
- Unpacking libnghttp2-dev:amd64 (1.64.0-1ubuntu1) ...
- Selecting previously unselected package libpsl-dev:amd64.
- Preparing to unpack .../24-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 .../25-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1ubuntu1_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1ubuntu1) ...
- Selecting previously unselected package librtmp-dev:amd64.
- Preparing to unpack .../26-librtmp-dev_2.4+20151223.gitfa8646d.1-2build7_amd64.deb ...
- Unpacking librtmp-dev:amd64 (2.4+20151223.gitfa8646d.1-2build7) ...
- Selecting previously unselected package libssl-dev:amd64.
- Preparing to unpack .../27-libssl-dev_3.4.1-1ubuntu4_amd64.deb ...
- Unpacking libssl-dev:amd64 (3.4.1-1ubuntu4) ...
- Selecting previously unselected package libssh2-1-dev:amd64.
- Preparing to unpack .../28-libssh2-1-dev_1.11.1-1_amd64.deb ...
- Unpacking libssh2-1-dev:amd64 (1.11.1-1) ...
- Selecting previously unselected package libzstd-dev:amd64.
- Preparing to unpack .../29-libzstd-dev_1.5.6+dfsg-2_amd64.deb ...
- Unpacking libzstd-dev:amd64 (1.5.6+dfsg-2) ...
- Selecting previously unselected package libcurl4-gnutls-dev:amd64.
- Preparing to unpack .../30-libcurl4-gnutls-dev_8.12.1-3ubuntu1_amd64.deb ...
- Unpacking libcurl4-gnutls-dev:amd64 (8.12.1-3ubuntu1) ...
- Selecting previously unselected package libtasn1-doc.
- Preparing to unpack .../31-libtasn1-doc_4.20.0-2ubuntu0.25.04.1_all.deb ...
- Unpacking libtasn1-doc (4.20.0-2ubuntu0.25.04.1) ...
- Setting up libgnutls-openssl27t64:amd64 (3.8.9-2ubuntu3.1) ...
- Setting up libzstd-dev:amd64 (1.5.6+dfsg-2) ...
- Setting up libtasn1-doc (4.20.0-2ubuntu0.25.04.1) ...
- Setting up libevent-2.1-7t64:amd64 (2.1.12-stable-10) ...
- Setting up libpsl-dev:amd64 (0.21.2-1.1build1) ...
- Setting up libunbound8:amd64 (1.22.0-1ubuntu1.3) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3ubuntu1) ...
- Setting up libgnutls-dane0t64:amd64 (3.8.9-2ubuntu3.1) ...
- Setting up libgssrpc4t64:amd64 (1.21.3-4ubuntu2) ...
- Setting up libldap-dev:amd64 (2.6.9+dfsg-2ubuntu1) ...
- Setting up comerr-dev:amd64 (2.1-1.47.2-1ubuntu1) ...
- Setting up libssl-dev:amd64 (3.4.1-1ubuntu4) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libidn2-dev:amd64 (2.3.8-2) ...
- Setting up zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1ubuntu1) ...
- Setting up libtasn1-6-dev:amd64 (4.20.0-2ubuntu0.25.04.1) ...
- Setting up libbrotli-dev:amd64 (1.1.0-2build4) ...
- Setting up libp11-kit-dev:amd64 (0.25.5-2ubuntu3) ...
- Setting up libkadm5clnt-mit12:amd64 (1.21.3-4ubuntu2) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3ubuntu1) ...
- Setting up nettle-dev:amd64 (3.10.1-1) ...
- Setting up libkdb5-10t64:amd64 (1.21.3-4ubuntu2) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up libssh2-1-dev:amd64 (1.11.1-1) ...
- Setting up libkadm5srv-mit12:amd64 (1.21.3-4ubuntu2) ...
- Setting up krb5-multidev:amd64 (1.21.3-4ubuntu2) ...
- Setting up libgnutls28-dev:amd64 (3.8.9-2ubuntu3.1) ...
- Setting up libnghttp2-dev:amd64 (1.64.0-1ubuntu1) ...
- Setting up libkrb5-dev:amd64 (1.21.3-4ubuntu2) ...
- Setting up librtmp-dev:amd64 (2.4+20151223.gitfa8646d.1-2build7) ...
- Setting up libcurl4-gnutls-dev:amd64 (8.12.1-3ubuntu1) ...
- Processing triggers for libc-bin (2.41-6ubuntu1.2) ...
<><> 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 22:59.42 ---> saved as "c7d315e57375cac7d1bf6923bc95f81841fe4b5aaf6ad22d9bab6d6444d0501f"
/home/opam: (run (network host)
(shell "(opam reinstall --with-test opentelemetry-client-ocurl.0.13) || true"))
The following actions will be performed:
=== recompile 1 package
- recompile opentelemetry-client-ocurl 0.13 (pinned)
=== install 7 packages
- install alcotest 1.9.1 [required by opentelemetry-client-ocurl]
- install astring 0.8.5 [required by alcotest]
- install cmdliner 2.1.0 [required by alcotest]
- install fmt 0.11.0 [required by alcotest]
- install ocaml-syntax-shims 1.0.0 [required by alcotest]
- install re 1.14.0 [required by alcotest]
- install uutf 1.0.4 [required by alcotest]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1 (https://opam.ocaml.org/cache)
-> retrieved astring.0.8.5 (https://opam.ocaml.org/cache)
-> retrieved cmdliner.2.1.0 (https://opam.ocaml.org/cache)
-> retrieved fmt.0.11.0 (https://opam.ocaml.org/cache)
-> retrieved ocaml-syntax-shims.1.0.0 (https://opam.ocaml.org/cache)
-> retrieved re.1.14.0 (https://opam.ocaml.org/cache)
-> retrieved uutf.1.0.4 (https://opam.ocaml.org/cache)
-> installed ocaml-syntax-shims.1.0.0
-> installed astring.0.8.5
-> installed re.1.14.0
-> removed opentelemetry-client-ocurl.0.13
-> installed cmdliner.2.1.0
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed alcotest.1.9.1
-> installed opentelemetry-client-ocurl.0.13
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-05 22:59.54 ---> saved as "029589b81e7112aad42a8a32ebd2e4d63db6bade27c3cee4818a026be4e9fb96"
/home/opam: (run (shell "opam reinstall --with-test --verbose 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.04\\\"\"; 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"))
The following actions will be performed:
=== recompile 1 package
- recompile opentelemetry-client-ocurl 0.13 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 2/4: [opentelemetry-client-ocurl: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "opentelemetry-client-ocurl" "-j" "255" "--promote-install-files=false" "@install" "@runtest" (CWD=/home/opam/.opam/4.14/.opam-switch/build/opentelemetry-client-ocurl.0.13)
Processing 2/4: [opentelemetry-client-ocurl: dune install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "install" "-p" "opentelemetry-client-ocurl" "--create-install-files" "opentelemetry-client-ocurl" (CWD=/home/opam/.opam/4.14/.opam-switch/build/opentelemetry-client-ocurl.0.13)
-> compiled opentelemetry-client-ocurl.0.13
-> removed opentelemetry-client-ocurl.0.13
-> installed opentelemetry-client-ocurl.0.13
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-05 22:59.58 ---> saved as "3f15b61ea0b7cc46b21d1f41494bb22926e749ee91fee45b8e9c1b9312b5fa01"
Job succeeded
2026-03-05 23:00.03: Job succeeded