Build:
- 1
- 0
2026-03-05 19:45.20: New job: build opentelemetry-cohttp-lwt.0.13, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29501/head (fee83bbe33e4b4e7608ba61bb82ca9ea3c0ad932)
on freebsd-14.3-ocaml-5.4/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 f3ca8d6739c241b5e16cab2307b0bf8a5db266e9
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-14.3-ocaml-5.4
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/local/bin/opam-dev /usr/local/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-cohttp-lwt.0.13 0.13
RUN opam reinstall opentelemetry-cohttp-lwt.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 "\"freebsd-14.3\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'opentelemetry-cohttp-lwt.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 19:45.20: Using cache hint "freebsd-14.3-ocaml-5.4-opentelemetry-cohttp-lwt.0.13-fee83bbe33e4b4e7608ba61bb82ca9ea3c0ad932"
2026-03-05 19:45.20: Using OBuilder spec:
((from freebsd-14.3-ocaml-5.4)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/local/bin/opam-dev /usr/local/bin/opam"))
(run (network host)
(shell "opam init --reinit -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-cohttp-lwt.0.13 0.13"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall opentelemetry-cohttp-lwt.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 \"\\\"freebsd-14.3\\\"\"; 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-cohttp-lwt.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 19:45.20: Waiting for resource in pool OCluster
2026-03-05 19:45.21: Waiting for worker…
2026-03-05 19:45.21: Got resource from pool OCluster
Building on rosemary
All commits already cached
Updating files: 100% (18378/18378), done.
HEAD is now at f3ca8d6739 Merge pull request #29503 from plermusiaux/release-saltoIL-0.2.1
Updating f3ca8d6739..fee83bbe33
Fast-forward
.../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 freebsd-14.3-ocaml-5.4)
2026-03-05 19:40.32 ---> using "463e9b939b79b2568bf98b05cff00f85b3ec5717170cf88773a44ae3b08f11e7" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/local/bin/opam-dev /usr/local/bin/opam"))
2026-03-05 19:40.33 ---> using "0f4f38cca0f09ffdac905c0015fdbe56f9214c89e28a28ae3325cd6eed47fd99" from cache
/home/opam: (run (network host)
(shell "opam init --reinit -ni"))
No configuration file found, using 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.1 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 1 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=1 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2026-03-05 19:40.33 ---> using "430d75e95f6be08ef0776e6e6bb864bc698709d5f7d071fd7fbbf37d0a8617d5" 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=freebsd os-distribution=freebsd os-version=1403000
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 39
# repositories 1 (version-controlled)
# pinned 0
# current-switch 5.4.0
# invariant ["ocaml-base-compiler" {= "5.4.0"} | "ocaml-system" {= "5.4.0"}]
# compiler-packages ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.4.0/lib/ocaml/stublibs:/home/opam/.opam/5.4.0/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.0
2026-03-05 19:40.33 ---> using "8a5a57fecc1d42886ddc4a5b75b36583eef8196838ccdc1bf870bc7798f6f185" 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 19:40.34 ---> using "5d57b5e6a2b42d2aa72fb2cc8558fd5735263edde7f2032c7588b729f1b1565f" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-05 19:40.35 ---> using "55fdb67c2ad88031342129f3bbe6716dad4cc705a12b0b84f453c3a72c06a6f6" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-05 19:40.40 ---> saved as "7be3c4379805d57e0cfcc97b3c249125a9c967937a23fbf1a157353baf3097a4"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
[WARNING] Unknown update command for bsd, skipping system update
2026-03-05 19:40.41 ---> saved as "562ec60c3435ae3d3714ea1d1a5ad85c755f6ed7f2fd35e5fda2ee63c9854b4e"
/home/opam: (run (shell "opam pin add -k version -yn opentelemetry-cohttp-lwt.0.13 0.13"))
opentelemetry-cohttp-lwt is now pinned to version 0.13
2026-03-05 19:40.42 ---> saved as "39f815fe8e5dd710213fab0bbe8afac283816f625d88acb8a3698d78c415bcf6"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall opentelemetry-cohttp-lwt.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 \"\\\"freebsd-14.3\\\"\"; 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-cohttp-lwt.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-cohttp-lwt.0.13 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 45 packages
∗ ambient-context 0.2 [required by opentelemetry]
∗ angstrom 0.16.1 [required by uri]
∗ atomic base [required by opentelemetry]
∗ base v0.17.3 [required by ppx_sexp_conv]
∗ base-bytes base [required by ocplib-endian]
∗ base64 3.5.2 [required by cohttp]
∗ bigstringaf 0.10.0 [required by angstrom]
∗ cohttp 6.2.1 [required by cohttp-lwt]
∗ cohttp-lwt 6.2.1 [required by opentelemetry-cohttp-lwt]
∗ cppo 1.8.0 [required by lwt]
∗ csexp 1.5.2 [required by dune-configurator]
∗ domain-name 0.5.0 [required by ipaddr]
∗ dune 3.21.1 [required by opentelemetry-cohttp-lwt]
∗ dune-configurator 3.21.1 [required by lwt, base]
∗ hmap 0.8.1 [required by opentelemetry]
∗ http 6.2.1 [required by cohttp-lwt]
∗ ipaddr 5.6.2 [required by cohttp-lwt]
∗ logs 0.10.0 [required by cohttp-lwt]
∗ lwt 6.1.1 [required by opentelemetry-cohttp-lwt]
∗ lwt_ppx 6.1.0 [required by opentelemetry-lwt]
∗ macaddr 5.6.2 [required by ipaddr]
∗ mtime 2.1.0 [required by opentelemetry]
∗ ocaml-compiler-libs v0.17.0 [required by ppxlib]
∗ ocaml-syntax-shims 1.0.0 [required by angstrom]
∗ ocaml_intrinsics_kernel v0.17.1 [required by base]
∗ ocamlbuild 0.16.1 [required by mtime, ptime]
∗ ocamlfind 1.9.8 [required by mtime, ptime]
∗ ocplib-endian 1.2 [required by lwt]
∗ opentelemetry 0.13 [required by opentelemetry-cohttp-lwt]
∗ opentelemetry-cohttp-lwt 0.13 (pinned)
∗ opentelemetry-lwt 0.13 [required by opentelemetry-cohttp-lwt]
∗ pbrt 3.1.1 [required by opentelemetry]
∗ ppx_derivers 1.2.1 [required by ppxlib]
∗ ppx_sexp_conv v0.17.1 [required by cohttp-lwt]
∗ ppxlib 0.37.0 [required by lwt_ppx]
∗ ppxlib_jane v0.17.4 [required by ppx_sexp_conv]
∗ ptime 1.2.0 [required by opentelemetry]
∗ re 1.14.0 [required by cohttp]
∗ sexplib0 v0.17.0 [required by cohttp-lwt]
∗ stdlib-shims 0.3.0 [required by pbrt]
∗ stringext 1.6.0 [required by cohttp]
∗ thread-local-storage 0.2 [required by opentelemetry]
∗ topkg 1.1.1 [required by mtime, ptime]
∗ uri 4.4.0 [required by cohttp-lwt]
∗ uri-sexp 4.4.0 [required by cohttp]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved ambient-context.0.2 (cached)
⬇ retrieved angstrom.0.16.1 (cached)
⬇ retrieved atomic.base (cached)
∗ installed atomic.base
⬇ retrieved base.v0.17.3 (cached)
⬇ retrieved base64.3.5.2 (cached)
⬇ retrieved bigstringaf.0.10.0 (cached)
⬇ retrieved cohttp.6.2.1, cohttp-lwt.6.2.1, http.6.2.1 (cached)
⬇ retrieved cppo.1.8.0 (cached)
⬇ retrieved csexp.1.5.2 (cached)
⬇ retrieved domain-name.0.5.0 (cached)
⬇ retrieved dune.3.21.1, dune-configurator.3.21.1 (cached)
⬇ retrieved hmap.0.8.1 (cached)
⬇ retrieved ipaddr.5.6.2, macaddr.5.6.2 (cached)
⬇ retrieved logs.0.10.0 (cached)
⬇ retrieved lwt.6.1.1 (cached)
⬇ retrieved lwt_ppx.6.1.0 (cached)
⬇ retrieved mtime.2.1.0 (cached)
⬇ retrieved ocaml-compiler-libs.v0.17.0 (cached)
⬇ retrieved ocaml-syntax-shims.1.0.0 (cached)
⬇ retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)
⬇ retrieved ocamlbuild.0.16.1 (cached)
⬇ retrieved ocamlfind.1.9.8 (cached)
⬇ retrieved ocplib-endian.1.2 (cached)
⬇ retrieved opentelemetry.0.13, opentelemetry-cohttp-lwt.0.13, opentelemetry-lwt.0.13 (https://github.com/ocaml-tracing/ocaml-opentelemetry/releases/download/v0.13/opentelemetry-0.13.tbz)
⬇ retrieved pbrt.3.1.1 (cached)
⬇ retrieved ppx_derivers.1.2.1 (cached)
⬇ retrieved ppx_sexp_conv.v0.17.1 (cached)
⬇ retrieved ppxlib.0.37.0 (cached)
⬇ retrieved ppxlib_jane.v0.17.4 (cached)
⬇ retrieved ptime.1.2.0 (cached)
⬇ retrieved re.1.14.0 (cached)
⬇ retrieved sexplib0.v0.17.0 (cached)
⬇ retrieved stdlib-shims.0.3.0 (cached)
⬇ retrieved stringext.1.6.0 (cached)
⬇ retrieved thread-local-storage.0.2 (cached)
⬇ retrieved topkg.1.1.1 (cached)
⬇ retrieved uri.4.4.0, uri-sexp.4.4.0 (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 ppx_derivers.1.2.1
∗ installed http.6.2.1
∗ installed domain-name.0.5.0
∗ installed ocaml-syntax-shims.1.0.0
∗ installed stringext.1.6.0
∗ installed stdlib-shims.0.3.0
∗ installed thread-local-storage.0.2
∗ installed sexplib0.v0.17.0
∗ installed pbrt.3.1.1
∗ installed ocaml_intrinsics_kernel.v0.17.1
∗ installed re.1.14.0
∗ installed ambient-context.0.2
∗ installed ocaml-compiler-libs.v0.17.0
∗ installed macaddr.5.6.2
∗ installed csexp.1.5.2
∗ installed ipaddr.5.6.2
[ERROR] The compilation of ppxlib.0.37.0 failed at "dune build -p ppxlib -j 39 @install".
∗ installed cppo.1.8.0
∗ installed base64.3.5.2
∗ installed ocplib-endian.1.2
∗ installed dune-configurator.3.21.1
∗ installed bigstringaf.0.10.0
∗ installed angstrom.0.16.1
∗ installed uri.4.4.0
[ERROR] The compilation of lwt.6.1.1 failed at "dune build -p lwt -j 39 @install".
∗ installed base.v0.17.3
#=== ERROR while compiling ppxlib.0.37.0 ======================================#
# context 2.5.0 | freebsd/x86_64 | ocaml-base-compiler.5.4.0 | file:///home/opam/opam-repository
# path ~/.opam/5.4.0/.opam-switch/build/ppxlib.0.37.0
# command ~/.opam/5.4.0/bin/dune build -p ppxlib -j 39 @install
# exit-code 1
# env-file ~/.opam/log/ppxlib-464-a9b3cb.env
# output-file ~/.opam/log/ppxlib-464-a9b3cb.out
### output ###
# Error:
# open(_build/.sandbox/2ae95b0150641dd1f9b4bd35d4e6c1ac/default/ast/versions.pp.ml): No such file or directory
# -> required by _build/default/ast/versions.pp.ml
# -> required by
# _build/default/ast/.ppxlib_ast.objs/byte/ppxlib_ast__Versions.cmt
# -> required by _build/install/default/lib/ppxlib/ast/ppxlib_ast__Versions.cmt
# -> required by _build/default/ppxlib.install
# -> required by alias install
#=== ERROR while compiling lwt.6.1.1 ==========================================#
# context 2.5.0 | freebsd/x86_64 | ocaml-base-compiler.5.4.0 | file:///home/opam/opam-repository
# path ~/.opam/5.4.0/.opam-switch/build/lwt.6.1.1
# command ~/.opam/5.4.0/bin/dune build -p lwt -j 39 @install
# exit-code 1
# env-file ~/.opam/log/lwt-464-789773.env
# output-file ~/.opam/log/lwt-464-789773.out
### output ###
# File "src/core/.lwt.objs/_unknown_", line 1, characters 0-0:
# Error: Error trying to read targets after a rule was run:
# - src/core/.lwt.objs/lwt_mutex.intf.d: chmod(_build/default/src/core/.lwt.objs/lwt_mutex.intf.d): Bad file descriptor
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
┌─ The following actions failed
│ λ build lwt 6.1.1
│ λ build ppxlib 0.37.0
└─
┌─ The following changes have been performed (the rest was aborted)
│ ∗ install ambient-context 0.2
│ ∗ install angstrom 0.16.1
│ ∗ install atomic base
│ ∗ install base v0.17.3
│ ∗ install base-bytes base
│ ∗ install base64 3.5.2
│ ∗ install bigstringaf 0.10.0
│ ∗ install cppo 1.8.0
│ ∗ install csexp 1.5.2
│ ∗ install domain-name 0.5.0
│ ∗ install dune 3.21.1
│ ∗ install dune-configurator 3.21.1
│ ∗ install hmap 0.8.1
│ ∗ install http 6.2.1
│ ∗ install ipaddr 5.6.2
│ ∗ install macaddr 5.6.2
│ ∗ install mtime 2.1.0
│ ∗ install ocaml-compiler-libs v0.17.0
│ ∗ install ocaml-syntax-shims 1.0.0
│ ∗ install ocaml_intrinsics_kernel v0.17.1
│ ∗ install ocamlbuild 0.16.1
│ ∗ install ocamlfind 1.9.8
│ ∗ install ocplib-endian 1.2
│ ∗ install pbrt 3.1.1
│ ∗ install ppx_derivers 1.2.1
│ ∗ install ptime 1.2.0
│ ∗ install re 1.14.0
│ ∗ install sexplib0 v0.17.0
│ ∗ install stdlib-shims 0.3.0
│ ∗ install stringext 1.6.0
│ ∗ install thread-local-storage 0.2
│ ∗ install topkg 1.1.1
│ ∗ install uri 4.4.0
└─
The former state can be restored with:
/usr/local/bin/opam switch import "/home/opam/.opam/5.4.0/.opam-switch/backup/state-20260305194043.export"
[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.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
opam-repo-ci detected dependencies failing: lwt.6.1.1 ppxlib.0.37.0
jail: /usr/bin/su -l opam -c cd '/home/opam' && env OPAM_REPO_CI='true' CI='true' OPAMPRECISETRACKING='1' OPAMERRLOGLEN='0' OPAMDOWNLOADJOBS='1' '/usr/bin/env' 'bash' '-c' 'opam reinstall opentelemetry-cohttp-lwt.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 "\"freebsd-14.3\""; then
echo "A package failed and has been disabled for CI using the '\''x-ci-accept-failures'\'' field.";
fi;
test "$pkg" != '\''opentelemetry-cohttp-lwt.0.13'\'' && partial_fails="$partial_fails $pkg";
done;
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
exit 1': failed
"jail" "-c" "name=obuilder_1974_41046" "mount.fstab=/tmp/obuilder-jail-b63949/fstab" "mount.devfs" "path=/obuilder/result/aee76c62bf085985dc7692b87ddbabe039bad6ed2ae5c140062dbe095c07f260/rootfs" "host=inherit" "ip6=inherit" "ip4=inherit" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/home/opam' && env OPAM_REPO_CI='true' CI='true' OPAMPRECISETRACKING='1' OPAMERRLOGLEN='0' OPAMDOWNLOADJOBS='1' '/usr/bin/env' 'bash' '-c' 'opam reinstall opentelemetry-cohttp-lwt.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 "\"freebsd-14.3\""; then
echo "A package failed and has been disabled for CI using the '\''x-ci-accept-failures'\'' field.";
fi;
test "$pkg" != '\''opentelemetry-cohttp-lwt.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-05 21:15.07: Job failed: Failed: Build failed
2026-03-05 21:15.07: Log analysis:
2026-03-05 21:15.07: >>>
[ERROR] The compilation of ppxlib.0.37.0 failed at "dune build -p ppxlib -j 39 @install".
(score = 20)
2026-03-05 21:15.07: >>>
[ERROR] The compilation of lwt.6.1.1 failed at "dune build -p lwt -j 39 @install".
(score = 20)
2026-03-05 21:15.07: >>>
# Error: Error trying to read targets after a rule was run:
(score = 48)
2026-03-05 21:15.07: >>>
opam-repo-ci detected dependencies failing: lwt.6.1.1 ppxlib.0.37.0
(score = 75)
2026-03-05 21:15.07: lwt.6.1.1 ppxlib.0.37.0 failed to build