- github
- ocaml
- opam-repository
- e70d48
- distributions,fedora-43-ocaml-4.14,opentelemetry-client-ocurl.0.90
(not at the head of any monitored branch or PR)
2026-04-02 19:47.43: New job: build opentelemetry-client-ocurl.0.90, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29633/head (e70d48a1952a7edcae52bb270d471ba97379795b)
on fedora-43-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/29633/head" && git reset --hard e70d48a1
git fetch origin master
git merge --no-edit c0deda526f99d43a05c065e9218404492897c64b
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-4.14@sha256:4ad5a1f88875ac790e15dfe31057a0ca04b048af1e50676f809d36dc8c956909
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.90 0.90
RUN opam reinstall opentelemetry-client-ocurl.0.90; \
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 "\"fedora-43\""; 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.90' && 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-04-02 19:47.43: Using cache hint "ocaml/opam:fedora-43-ocaml-4.14@sha256:4ad5a1f88875ac790e15dfe31057a0ca04b048af1e50676f809d36dc8c956909-opentelemetry-client-ocurl.0.90-e70d48a1952a7edcae52bb270d471ba97379795b"
2026-04-02 19:47.43: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-4.14@sha256:4ad5a1f88875ac790e15dfe31057a0ca04b048af1e50676f809d36dc8c956909)
(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.90 0.90"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall opentelemetry-client-ocurl.0.90;\
\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 \"\\\"fedora-43\\\"\"; 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.90' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-04-02 19:47.43: Waiting for resource in pool OCluster
2026-04-02 19:51.43: Waiting for worker…
2026-04-02 19:53.30: Got resource from pool OCluster
Building on phoebe.caelum.ci.dev
All commits already cached
HEAD is now at c0deda526f Merge pull request #29625 from xvw/release-lunar-v1.0.0
Updating c0deda526f..e70d48a195
Fast-forward
.../opentelemetry-client-cohttp-eio.0.90/opam | 48 ++++++++++++++++++++
.../opentelemetry-client-cohttp-lwt.0.90/opam | 48 ++++++++++++++++++++
.../opentelemetry-client-ocurl-lwt.0.90/opam | 48 ++++++++++++++++++++
.../opentelemetry-client-ocurl.0.90/opam | 45 +++++++++++++++++++
.../opentelemetry-client.0.90/opam | 39 +++++++++++++++++
.../opentelemetry-cohttp-lwt.0.90/opam | 43 ++++++++++++++++++
.../opentelemetry-logs.0.90/opam | 43 ++++++++++++++++++
.../opentelemetry-lwt/opentelemetry-lwt.0.90/opam | 43 ++++++++++++++++++
packages/opentelemetry/opentelemetry.0.90/opam | 51 ++++++++++++++++++++++
9 files changed, 408 insertions(+)
create mode 100644 packages/opentelemetry-client-cohttp-eio/opentelemetry-client-cohttp-eio.0.90/opam
create mode 100644 packages/opentelemetry-client-cohttp-lwt/opentelemetry-client-cohttp-lwt.0.90/opam
create mode 100644 packages/opentelemetry-client-ocurl-lwt/opentelemetry-client-ocurl-lwt.0.90/opam
create mode 100644 packages/opentelemetry-client-ocurl/opentelemetry-client-ocurl.0.90/opam
create mode 100644 packages/opentelemetry-client/opentelemetry-client.0.90/opam
create mode 100644 packages/opentelemetry-cohttp-lwt/opentelemetry-cohttp-lwt.0.90/opam
create mode 100644 packages/opentelemetry-logs/opentelemetry-logs.0.90/opam
create mode 100644 packages/opentelemetry-lwt/opentelemetry-lwt.0.90/opam
create mode 100644 packages/opentelemetry/opentelemetry.0.90/opam
(from ocaml/opam:fedora-43-ocaml-4.14@sha256:4ad5a1f88875ac790e15dfe31057a0ca04b048af1e50676f809d36dc8c956909)
2026-04-02 19:53.55 ---> using "60189ca726f76f58145728eb930a7719625ebf26b19625967a4d690292f47a6d" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-04-02 19:53.55 ---> using "7489ecf971ccaca84a089fa96c510d2b878da2d3d84b25f5825109ac5317b440" 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 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches
[default] Initialised
2026-04-02 19:53.55 ---> using "70f8800079075611f053f1ba7466a4c347e7370256ddca4429a3c9bd48836a97" 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_64 os=linux os-distribution=fedora os-version=43
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 71
# repositories 2 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
# invariant ["ocaml-base-compiler" {= "4.14.3"}]
# compiler-packages ocaml-base-compiler.4.14.3, 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.3
2026-04-02 19:53.55 ---> using "9353f79ca9df0ffeb84aafb6fcb6fa204d5dab6fc3eed52ec0a6adcd4be4c6d2" 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-04-02 19:53.55 ---> using "32f82612811bd94ab3102a32491e5da31f35f243ba0c2a6810ceb3d8fc895fc3" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-02 19:53.56 ---> using "423a24f095b1e19ff555ffb7cfed38753e02fcaf68631dcd68b439ccb7a3ba08" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-02 19:53.56 ---> using "2e5888c10cd95c7ff64a55266be732d3cbb01d13d47b838331e61ace074977a4" from cache
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Fedora 43 openh264 (From Cisco) - x86_ 100% | 1.3 KiB/s | 986.0 B | 00m01s
- Fedora 43 - x86_64 - Updates 100% | 55.1 KiB/s | 15.6 KiB | 00m00s
- Fedora 43 - x86_64 100% | 117.6 KiB/s | 21.8 KiB | 00m00s
- Repositories loaded.
- Metadata cache created.
2026-04-02 19:53.56 ---> using "8400327e9e076fdb019ce0c23d713a88e90eb46221e7948fbcd7a752b84706e4" from cache
/home/opam: (run (shell "opam pin add -k version -yn opentelemetry-client-ocurl.0.90 0.90"))
opentelemetry-client-ocurl is now pinned to version 0.90
2026-04-02 19:53.56 ---> using "7ef5f91ceb59133abef14b3f2bcb31979493b88510b3223a55cc0e05dbe8b432" from cache
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall opentelemetry-client-ocurl.0.90;\
\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 \"\\\"fedora-43\\\"\"; 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.90' && 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.90 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 20 packages
- install ambient-context 0.2 [required by opentelemetry]
- install base64 3.5.2 [required by pbrt_yojson]
- install conf-libcurl 2 [required by ocurl]
- install dune 3.22.0 [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.90 [required by opentelemetry-client-ocurl]
- install opentelemetry-client 0.90 [required by opentelemetry-client-ocurl]
- install opentelemetry-client-ocurl 0.90 (pinned)
- install pbrt 4.1 [required by opentelemetry]
- install pbrt_yojson 4.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, opentelemetry-client]
- install topkg 1.1.1 [required by mtime]
- install yojson 3.0.0 [required by pbrt_yojson]
The following system packages will first need to be installed:
libcurl-devel
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run yum to install them (may need root/sudo access)
2. Display the recommended yum 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/sbin/sudo "yum" "install" "-y" "libcurl-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package Arch Version Repository Size
- Upgrading:
- krb5-libs x86_64 1.22.2-3.fc43 updates 2.3 MiB
- replacing krb5-libs x86_64 1.22.2-2.fc43 updates 2.3 MiB
- zlib-ng-compat x86_64 2.3.3-2.fc43 updates 161.7 KiB
- replacing zlib-ng-compat x86_64 2.3.3-1.fc43 updates 161.7 KiB
- Installing:
- libcurl-devel x86_64 8.15.0-5.fc43 updates 1.3 MiB
- Installing dependencies:
- brotli x86_64 1.2.0-1.fc43 updates 33.6 KiB
- brotli-devel x86_64 1.2.0-1.fc43 updates 65.9 KiB
- cmake-filesystem x86_64 3.31.11-1.fc43 updates 0.0 B
- keyutils-libs-devel x86_64 1.6.3-6.fc43 fedora 48.2 KiB
- krb5-devel x86_64 1.22.2-3.fc43 updates 709.9 KiB
- libcom_err-devel x86_64 1.47.3-2.fc43 fedora 16.7 KiB
- libidn2-devel x86_64 2.3.8-2.fc43 fedora 149.1 KiB
- libkadm5 x86_64 1.22.2-3.fc43 updates 214.0 KiB
- libnghttp2-devel x86_64 1.66.0-2.fc43 fedora 286.3 KiB
- libpsl-devel x86_64 0.21.5-6.fc43 fedora 110.2 KiB
- libselinux-devel x86_64 3.9-5.fc43 fedora 127.3 KiB
- libsepol-devel x86_64 3.9-2.fc43 fedora 121.4 KiB
- libssh-devel x86_64 0.11.4-1.fc43 updates 178.0 KiB
- libverto-devel x86_64 0.3.2-11.fc43 fedora 25.7 KiB
- openssl-devel x86_64 1:3.5.4-2.fc43 updates 4.6 MiB
- pcre2-devel x86_64 10.47-1.fc43 updates 2.1 MiB
- pcre2-utf16 x86_64 10.47-1.fc43 updates 639.2 KiB
- pcre2-utf32 x86_64 10.47-1.fc43 updates 611.1 KiB
- publicsuffix-list noarch 20260116-1.fc43 updates 342.2 KiB
- zlib-ng-compat-devel x86_64 2.3.3-2.fc43 updates 107.0 KiB
-
- Transaction Summary:
- Installing: 21 packages
- Upgrading: 2 packages
- Replacing: 2 packages
-
- Total size of inbound packages is 7 MiB. Need to download 7 MiB.
- After this operation, 12 MiB extra will be used (install 14 MiB, remove 2 MiB).
- [ 1/23] brotli-0:1.2.0-1.fc43.x86_64 100% | 242.9 KiB/s | 23.8 KiB | 00m00s
- [ 2/23] brotli-devel-0:1.2.0-1.fc43.x86 100% | 343.5 KiB/s | 34.4 KiB | 00m00s
- [ 3/23] libkadm5-0:1.22.2-3.fc43.x86_64 100% | 1.7 MiB/s | 76.3 KiB | 00m00s
- [ 4/23] krb5-devel-0:1.22.2-3.fc43.x86_ 100% | 1.8 MiB/s | 142.5 KiB | 00m00s
- [ 5/23] libcurl-devel-0:8.15.0-5.fc43.x 100% | 4.1 MiB/s | 919.7 KiB | 00m00s
- [ 6/23] libnghttp2-devel-0:1.66.0-2.fc4 100% | 1.0 MiB/s | 54.4 KiB | 00m00s
- [ 7/23] libidn2-devel-0:2.3.8-2.fc43.x8 100% | 703.2 KiB/s | 64.0 KiB | 00m00s
- [ 8/23] libssh-devel-0:0.11.4-1.fc43.x8 100% | 2.7 MiB/s | 41.9 KiB | 00m00s
- [ 9/23] libpsl-devel-0:0.21.5-6.fc43.x8 100% | 941.5 KiB/s | 33.0 KiB | 00m00s
- [10/23] zlib-ng-compat-devel-0:2.3.3-2. 100% | 840.8 KiB/s | 37.8 KiB | 00m00s
- [11/23] libcom_err-devel-0:1.47.3-2.fc4 100% | 3.2 MiB/s | 16.6 KiB | 00m00s
- [12/23] keyutils-libs-devel-0:1.6.3-6.f 100% | 1.6 MiB/s | 59.8 KiB | 00m00s
- [13/23] libsepol-devel-0:3.9-2.fc43.x86 100% | 5.9 MiB/s | 48.4 KiB | 00m00s
- [14/23] libverto-devel-0:0.3.2-11.fc43. 100% | 2.0 MiB/s | 14.3 KiB | 00m00s
- [15/23] libselinux-devel-0:3.9-5.fc43.x 100% | 5.7 MiB/s | 152.1 KiB | 00m00s
- [16/23] openssl-devel-1:3.5.4-2.fc43.x8 100% | 24.5 MiB/s | 3.0 MiB | 00m00s
- [17/23] pcre2-utf16-0:10.47-1.fc43.x86_ 100% | 5.6 MiB/s | 246.1 KiB | 00m00s
- [18/23] pcre2-devel-0:10.47-1.fc43.x86_ 100% | 8.7 MiB/s | 550.9 KiB | 00m00s
- [19/23] publicsuffix-list-0:20260116-1. 100% | 5.0 MiB/s | 91.7 KiB | 00m00s
- [20/23] cmake-filesystem-0:3.31.11-1.fc 100% | 636.8 KiB/s | 13.4 KiB | 00m00s
- [21/23] pcre2-utf32-0:10.47-1.fc43.x86_ 100% | 4.4 MiB/s | 232.9 KiB | 00m00s
- [22/23] zlib-ng-compat-0:2.3.3-2.fc43.x 100% | 4.1 MiB/s | 88.7 KiB | 00m00s
- [23/23] krb5-libs-0:1.22.2-3.fc43.x86_6 100% | 13.7 MiB/s | 771.0 KiB | 00m00s
- --------------------------------------------------------------------------------
- [23/23] Total 100% | 9.1 MiB/s | 6.6 MiB | 00m01s
- Running transaction
- [ 1/27] Verify package files 100% | 214.0 B/s | 23.0 B | 00m00s
- [ 2/27] Prepare transaction 100% | 161.0 B/s | 25.0 B | 00m00s
- [ 3/27] Upgrading krb5-libs-0:1.22.2-3. 100% | 106.2 MiB/s | 2.3 MiB | 00m00s
- [ 4/27] Installing cmake-filesystem-0:3 100% | 1.9 MiB/s | 7.6 KiB | 00m00s
- [ 5/27] Installing libssh-devel-0:0.11. 100% | 58.8 MiB/s | 180.6 KiB | 00m00s
- [ 6/27] Installing libkadm5-0:1.22.2-3. 100% | 52.7 MiB/s | 216.0 KiB | 00m00s
- [ 7/27] Upgrading zlib-ng-compat-0:2.3. 100% | 52.9 MiB/s | 162.6 KiB | 00m00s
- [ 8/27] Installing zlib-ng-compat-devel 100% | 35.3 MiB/s | 108.6 KiB | 00m00s
- [ 9/27] Installing publicsuffix-list-0: 100% | 83.8 MiB/s | 343.2 KiB | 00m00s
- [10/27] Installing libpsl-devel-0:0.21. 100% | 110.9 MiB/s | 113.5 KiB | 00m00s
- [11/27] Installing pcre2-utf32-0:10.47- 100% | 119.5 MiB/s | 611.9 KiB | 00m00s
- [12/27] Installing pcre2-utf16-0:10.47- 100% | 89.3 MiB/s | 640.0 KiB | 00m00s
- [13/27] Installing pcre2-devel-0:10.47- 100% | 70.6 MiB/s | 2.1 MiB | 00m00s
- [14/27] Installing libverto-devel-0:0.3 100% | 12.9 MiB/s | 26.4 KiB | 00m00s
- [15/27] Installing libsepol-devel-0:3.9 100% | 21.0 MiB/s | 128.9 KiB | 00m00s
- [16/27] Installing libselinux-devel-0:3 100% | 31.7 MiB/s | 162.1 KiB | 00m00s
- [17/27] Installing libcom_err-devel-0:1 100% | 761.4 KiB/s | 18.3 KiB | 00m00s
- [18/27] Installing keyutils-libs-devel- 100% | 27.0 MiB/s | 55.2 KiB | 00m00s
- [19/27] Installing krb5-devel-0:1.22.2- 100% | 14.3 MiB/s | 719.2 KiB | 00m00s
- [20/27] Installing openssl-devel-1:3.5. 100% | 74.6 MiB/s | 5.6 MiB | 00m00s
- [21/27] Installing libnghttp2-devel-0:1 100% | 93.6 MiB/s | 287.4 KiB | 00m00s
- [22/27] Installing libidn2-devel-0:2.3. 100% | 76.5 MiB/s | 156.7 KiB | 00m00s
- [23/27] Installing brotli-0:1.2.0-1.fc4 100% | 1.5 MiB/s | 34.4 KiB | 00m00s
- [24/27] Installing brotli-devel-0:1.2.0 100% | 11.1 MiB/s | 68.4 KiB | 00m00s
- [25/27] Installing libcurl-devel-0:8.15 100% | 37.3 MiB/s | 1.4 MiB | 00m00s
- [26/27] Removing zlib-ng-compat-0:2.3.3 100% | 4.9 KiB/s | 5.0 B | 00m00s
- [27/27] Removing krb5-libs-0:1.22.2-2.f 100% | 670.0 B/s | 65.0 B | 00m00s
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "libcurl-devel"
- libcurl-devel-8.15.0-5.fc43.x86_64
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ambient-context.0.2 (cached)
-> retrieved base64.3.5.2 (cached)
-> installed conf-libcurl.2
-> retrieved dune.3.22.0 (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.90, opentelemetry-client.0.90, opentelemetry-client-ocurl.0.90 (cached)
-> retrieved pbrt.4.1, pbrt_yojson.4.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)
-> retrieved yojson.3.0.0 (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.22.0
-> installed stdlib-shims.0.3.0
-> installed base64.3.5.2
-> installed thread-local-storage.0.2
-> installed pbrt.4.1
-> installed ambient-context.0.2
-> installed yojson.3.0.0
-> installed pbrt_yojson.4.1
-> installed ocurl.0.9.2
-> installed opentelemetry.0.90
-> installed ezcurl.0.3
-> installed opentelemetry-client.0.90
-> installed opentelemetry-client-ocurl.0.90
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-02 19:54.56 ---> saved as "db96608509f4848d862511dc7e1d6381a30595dc14b60ac401bef7625d83f9cb"
Job succeeded
2026-04-02 19:55.14: Job succeeded