- github
- ocaml
- opam-repository
- 09289b
- compilers,5.3,opentelemetry-logs.0.13,tests
(not at the head of any monitored branch or PR)
2026-03-03 15:02.58: New job: test opentelemetry-logs.0.13, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29501/head (09289b64226ee9776647999a9aa34b32fa810200)
on debian-13-ocaml-5.3/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 09289b64
git fetch origin master
git merge --no-edit 1e2ff749f83856d7d062692d6171f3f79e4aac8a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.3@sha256:f2bbb86f42999ef5d38e4a8206209c4cdc90433cfeb662f23373caaed1c74628
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-logs.0.13 0.13
RUN opam reinstall opentelemetry-logs.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-logs.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-logs.0.13) || true
RUN opam reinstall --with-test --verbose opentelemetry-logs.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-logs.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-03 15:02.58: Using cache hint "ocaml/opam:debian-13-ocaml-5.3@sha256:f2bbb86f42999ef5d38e4a8206209c4cdc90433cfeb662f23373caaed1c74628-opentelemetry-logs.0.13-09289b64226ee9776647999a9aa34b32fa810200"
2026-03-03 15:02.58: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.3@sha256:f2bbb86f42999ef5d38e4a8206209c4cdc90433cfeb662f23373caaed1c74628)
(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-logs.0.13 0.13"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall opentelemetry-logs.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-logs.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-logs.0.13) || true"))
(run (shell "opam reinstall --with-test --verbose opentelemetry-logs.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-logs.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-03 15:02.58: Waiting for resource in pool OCluster
2026-03-03 15:03.10: Waiting for worker…
2026-03-03 15:06.10: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at 1e2ff749f8 Merge pull request #29500 from hannesm/solo5-v0.10.1
Updating 1e2ff749f8..09289b6422
Fast-forward
.../opentelemetry-client-cohttp-eio.0.13/opam | 51 +++++++++++++++++++
.../opentelemetry-client-cohttp-lwt.0.13/opam | 50 +++++++++++++++++++
.../opentelemetry-client-ocurl.0.13/opam | 47 ++++++++++++++++++
.../opentelemetry-cohttp-lwt.0.13/opam | 47 ++++++++++++++++++
.../opentelemetry-logs.0.13/opam | 45 +++++++++++++++++
.../opentelemetry-lwt/opentelemetry-lwt.0.13/opam | 48 ++++++++++++++++++
packages/opentelemetry/opentelemetry.0.13/opam | 57 ++++++++++++++++++++++
7 files changed, 345 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.3@sha256:f2bbb86f42999ef5d38e4a8206209c4cdc90433cfeb662f23373caaed1c74628)
2026-03-03 15:06.28 ---> saved as "bb51b21a2078d5f1886ca979201824d89025d2d6fbfc4190b5bc57f5f43ec899"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-03-03 15:06.29 ---> saved as "0732d0c2aa210fbd658830f28daf8f89d9d41c1404774385a8395b7bbe69cebd"
/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-03 15:06.59 ---> saved as "ed46cc16a591021acd128203d5d7861203d366a3d82b48876fd553fbf11ba733"
/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=debian os-version=13
# 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 5.3
# invariant ["ocaml-base-compiler" {= "5.3.0"}]
# compiler-packages ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.3/lib/ocaml/stublibs:/home/opam/.opam/5.3/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.3.0
2026-03-03 15:07.00 ---> saved as "4bc3eb02b49e92e6d5aa72646135edf16c4e60fa0b56f9af133be74614559354"
/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-03 15:07.10 ---> saved as "35a7ea51136cfaf4b6e651859dafa38205e7b6a48ab5314d07fb6b30c6d0f3ba"
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-03 15:07.24 ---> saved as "e56fa3fc676dddc8a5483fe9f867b03a7c877caa1554b33747f153dc22b57775"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-03 15:07.49 ---> saved as "343413e8450cc40f0286513ddd32c3fd6c379b08d14f5312a90fc54faa539d76"
/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 amd64 Packages [108 kB]
- Fetched 199 kB in 0s (1253 kB/s)
- Reading package lists...
-
2026-03-03 15:07.51 ---> saved as "f1f39c86f11807f9adfcfa45b485669ba9f7afdbf35edf706952bce751172979"
/home/opam: (run (shell "opam pin add -k version -yn opentelemetry-logs.0.13 0.13"))
opentelemetry-logs is now pinned to version 0.13
2026-03-03 15:07.52 ---> saved as "6b50ab7c6f552441a64428df3d38ff91300051ff1bcf0173ac2452b2adb3e114"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall opentelemetry-logs.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-logs.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-logs.0.13 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 15 packages
- install ambient-context 0.2 [required by opentelemetry]
- install atomic base [required by opentelemetry]
- install dune 3.21.1 [required by opentelemetry-logs]
- install hmap 0.8.1 [required by opentelemetry]
- install logs 0.10.0 [required by opentelemetry-logs]
- install mtime 2.1.0 [required by opentelemetry]
- install ocamlbuild 0.16.1 [required by logs]
- install ocamlfind 1.9.8 [required by logs]
- install opentelemetry 0.13 [required by opentelemetry-logs]
- install opentelemetry-logs 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 logs]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ambient-context.0.2 (cached)
-> retrieved atomic.base (cached)
-> installed atomic.base
-> retrieved dune.3.21.1 (cached)
-> retrieved hmap.0.8.1 (cached)
-> retrieved logs.0.10.0 (cached)
-> retrieved mtime.2.1.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved opentelemetry.0.13, opentelemetry-logs.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 logs.0.10.0
-> 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 opentelemetry-logs.0.13
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-03 15:08.42 ---> saved as "27a5c964a3c95b0cdf02453f456d31339180f0b7a8b0c3ef57b5341d9c96107b"
/home/opam: (run (network host)
(shell "(opam reinstall --with-test opentelemetry-logs.0.13) || true"))
The following actions will be performed:
=== recompile 2 packages
- recompile logs 0.10.0 [uses cmdliner]
- recompile opentelemetry-logs 0.13 (pinned)
=== install 7 packages
- install alcotest 1.9.1 [required by opentelemetry-logs]
- 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 logs.0.10.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 re.1.14.0
-> installed astring.0.8.5
-> removed opentelemetry-logs.0.13
-> removed logs.0.10.0
-> installed cmdliner.2.1.0
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed alcotest.1.9.1
-> installed logs.0.10.0
[ERROR] The compilation of opentelemetry-logs.0.13 failed at "dune build -p opentelemetry-logs -j 71 --promote-install-files=false @install @runtest".
#=== ERROR while compiling opentelemetry-logs.0.13 ============================#
# context 2.5.0 | linux/x86_64 | ocaml-base-compiler.5.3.0 | pinned(https://github.com/ocaml-tracing/ocaml-opentelemetry/releases/download/v0.13/opentelemetry-0.13.tbz)
# path ~/.opam/5.3/.opam-switch/build/opentelemetry-logs.0.13
# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p opentelemetry-logs -j 71 --promote-install-files=false @install @runtest
# exit-code 1
# env-file ~/.opam/log/opentelemetry-logs-7-dfb710.env
# output-file ~/.opam/log/opentelemetry-logs-7-dfb710.out
### output ###
# File "tests/client_e2e/dune", line 20, characters 2-12:
# 20 | containers
# ^^^^^^^^^^
# Error: Library "containers" not found.
# -> required by library "signal_gatherer" in _build/default/tests/client_e2e
# -> required by executable test_logs_e2e in tests/logs/dune:9
# -> required by _build/default/tests/logs/test_logs_e2e.exe
# -> required by _build/default/tests/logs/test_logs_e2e.exe.output
# -> required by alias tests/logs/runtest-test_logs_e2e in tests/logs/dune:9
# -> required by alias tests/logs/runtest
# File "tests/bin/dune", line 49, characters 2-26:
# 49 | opentelemetry-cohttp-lwt
# ^^^^^^^^^^^^^^^^^^^^^^^^
# Error: Library "opentelemetry-cohttp-lwt" not found.
# -> required by _build/default/tests/bin/emit_logs_cohttp.exe
# -> required by _build/default/tests/logs/.bin/emit_logs_cohttp
# -> required by %{bin:emit_logs_cohttp} at tests/logs/dune:12
# -> required by alias tests/logs/runtest-test_logs_e2e in tests/logs/dune:9
# -> required by alias tests/logs/runtest
# File "tests/bin/dune", line 44, characters 7-14:
# 44 | (pps lwt_ppx))
# ^^^^^^^
# Error: Library "lwt_ppx" not found.
# -> required by _build/default/tests/bin/.merlin-conf/exe-emit_logs_cohttp
# -> required by _build/default/tests/bin/emit_logs_cohttp.exe
# -> required by _build/default/tests/logs/.bin/emit_logs_cohttp
# -> required by %{bin:emit_logs_cohttp} at tests/logs/dune:12
# -> required by alias tests/logs/runtest-test_logs_e2e in tests/logs/dune:9
# -> required by alias tests/logs/runtest
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build opentelemetry-logs 0.13
+-
+- The following changes have been performed
| - remove opentelemetry-logs 0.13
| - recompile logs 0.10.0
| - install alcotest 1.9.1
| - install astring 0.8.5
| - install cmdliner 2.1.0
| - install fmt 0.11.0
| - install ocaml-syntax-shims 1.0.0
| - install re 1.14.0
| - install uutf 1.0.4
+-
# To update the current shell environment, run: eval $(opam env)
The former state can be restored with:
/usr/bin/opam switch import "/home/opam/.opam/5.3/.opam-switch/backup/state-20260303150843.export"
Or you can retry to install your package selection with:
/usr/bin/opam install --restore
2026-03-03 15:09.02 ---> saved as "3d1565dc285f97912d8eeccffbe93c54926dd5846075445b21b217d9de2b98f6"
/home/opam: (run (shell "opam reinstall --with-test --verbose opentelemetry-logs.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-logs.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-logs.0.13 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 1 package
- install opentelemetry-logs 0.13 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 2/3: [opentelemetry-logs: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "opentelemetry-logs" "-j" "71" "--promote-install-files=false" "@install" "@runtest" (CWD=/home/opam/.opam/5.3/.opam-switch/build/opentelemetry-logs.0.13)
- File "tests/client_e2e/dune", line 20, characters 2-12:
- 20 | containers
- ^^^^^^^^^^
- Error: Library "containers" not found.
- -> required by library "signal_gatherer" in _build/default/tests/client_e2e
- -> required by executable test_logs_e2e in tests/logs/dune:9
- -> required by _build/default/tests/logs/test_logs_e2e.exe
- -> required by _build/default/tests/logs/test_logs_e2e.exe.output
- -> required by alias tests/logs/runtest-test_logs_e2e in tests/logs/dune:9
- -> required by alias tests/logs/runtest
- File "tests/bin/dune", line 49, characters 2-26:
- 49 | opentelemetry-cohttp-lwt
- ^^^^^^^^^^^^^^^^^^^^^^^^
- Error: Library "opentelemetry-cohttp-lwt" not found.
- -> required by _build/default/tests/bin/emit_logs_cohttp.exe
- -> required by _build/default/tests/logs/.bin/emit_logs_cohttp
- -> required by %{bin:emit_logs_cohttp} at tests/logs/dune:12
- -> required by alias tests/logs/runtest-test_logs_e2e in tests/logs/dune:9
- -> required by alias tests/logs/runtest
- File "tests/bin/dune", line 44, characters 7-14:
- 44 | (pps lwt_ppx))
- ^^^^^^^
- Error: Library "lwt_ppx" not found.
- -> required by _build/default/tests/bin/.merlin-conf/exe-emit_logs_cohttp
- -> required by _build/default/tests/bin/emit_logs_cohttp.exe
- -> required by _build/default/tests/logs/.bin/emit_logs_cohttp
- -> required by %{bin:emit_logs_cohttp} at tests/logs/dune:12
- -> required by alias tests/logs/runtest-test_logs_e2e in tests/logs/dune:9
- -> required by alias tests/logs/runtest
[ERROR] The compilation of opentelemetry-logs.0.13 failed at "dune build -p opentelemetry-logs -j 71 --promote-install-files=false @install @runtest".
#=== ERROR while compiling opentelemetry-logs.0.13 ============================#
# context 2.5.0 | linux/x86_64 | ocaml-base-compiler.5.3.0 | pinned(https://github.com/ocaml-tracing/ocaml-opentelemetry/releases/download/v0.13/opentelemetry-0.13.tbz)
# path ~/.opam/5.3/.opam-switch/build/opentelemetry-logs.0.13
# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p opentelemetry-logs -j 71 --promote-install-files=false @install @runtest
# exit-code 1
# env-file ~/.opam/log/opentelemetry-logs-7-04903c.env
# output-file ~/.opam/log/opentelemetry-logs-7-04903c.out
### output ###
# File "tests/client_e2e/dune", line 20, characters 2-12:
# 20 | containers
# ^^^^^^^^^^
# Error: Library "containers" not found.
# -> required by library "signal_gatherer" in _build/default/tests/client_e2e
# -> required by executable test_logs_e2e in tests/logs/dune:9
# -> required by _build/default/tests/logs/test_logs_e2e.exe
# -> required by _build/default/tests/logs/test_logs_e2e.exe.output
# -> required by alias tests/logs/runtest-test_logs_e2e in tests/logs/dune:9
# -> required by alias tests/logs/runtest
# File "tests/bin/dune", line 49, characters 2-26:
# 49 | opentelemetry-cohttp-lwt
# ^^^^^^^^^^^^^^^^^^^^^^^^
# Error: Library "opentelemetry-cohttp-lwt" not found.
# -> required by _build/default/tests/bin/emit_logs_cohttp.exe
# -> required by _build/default/tests/logs/.bin/emit_logs_cohttp
# -> required by %{bin:emit_logs_cohttp} at tests/logs/dune:12
# -> required by alias tests/logs/runtest-test_logs_e2e in tests/logs/dune:9
# -> required by alias tests/logs/runtest
# File "tests/bin/dune", line 44, characters 7-14:
# 44 | (pps lwt_ppx))
# ^^^^^^^
# Error: Library "lwt_ppx" not found.
# -> required by _build/default/tests/bin/.merlin-conf/exe-emit_logs_cohttp
# -> required by _build/default/tests/bin/emit_logs_cohttp.exe
# -> required by _build/default/tests/logs/.bin/emit_logs_cohttp
# -> required by %{bin:emit_logs_cohttp} at tests/logs/dune:12
# -> required by alias tests/logs/runtest-test_logs_e2e in tests/logs/dune:9
# -> required by alias tests/logs/runtest
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build opentelemetry-logs 0.13
+-
- No changes have been performed
# To update the current shell environment, run: eval $(opam env)
'opam reinstall --with-test --verbose opentelemetry-logs.0.13' failed.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
"/usr/bin/env" "bash" "-c" "opam reinstall --with-test --verbose opentelemetry-logs.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-logs.0.13' && partial_fails="$partial_fails $pkg";
done;
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
exit 1" failed with exit status 1
2026-03-03 15:09.41: Job failed: Failed: Build failed
2026-03-03 15:09.41: Log analysis:
2026-03-03 15:09.41: >>>
[ERROR] The compilation of opentelemetry-logs.0.13 failed at "dune build -p opentelemetry-logs -j 71 --promote-install-files=false @install @runtest".
(score = 20)
2026-03-03 15:09.41: >>>
# Error: Library "containers" not found.
(score = 48)
2026-03-03 15:09.41: >>>
# Error: Library "opentelemetry-cohttp-lwt" not found.
(score = 48)
2026-03-03 15:09.41: >>>
# Error: Library "lwt_ppx" not found.
(score = 48)
2026-03-03 15:09.41: >>>
[ERROR] The compilation of opentelemetry-logs.0.13 failed at "dune build -p opentelemetry-logs -j 71 --promote-install-files=false @install @runtest".
(score = 20)
2026-03-03 15:09.41: >>>
# Error: Library "containers" not found.
(score = 48)
2026-03-03 15:09.41: >>>
# Error: Library "opentelemetry-cohttp-lwt" not found.
(score = 48)
2026-03-03 15:09.41: >>>
# Error: Library "lwt_ppx" not found.
(score = 48)
2026-03-03 15:09.41: Library "containers" not found.