- github
- ocaml
- opam-repository
- 395113
- extras,opam-2.1-ocaml-5.4,moonpool-lwt.0.7,tests
(not at the head of any monitored branch or PR)
2026-03-17 10:26.00: New job: test moonpool-lwt.0.7, using opam 2.1
from https://github.com/ocaml/opam-repository.git#refs/pull/29530/head (395113449576622af70540fb22e5d90e18554bdc)
on debian-13-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/29530/head" && git reset --hard 39511344
git fetch origin master
git merge --no-edit e589be2bb3f3c3428c9c98a122428f3ad2d44845
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:bd342cbd7766c453282fdafbc2e565ae3361320ec344722cf4372b782e4a97f6
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.1 /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 moonpool-lwt.0.7 0.7
RUN opam reinstall moonpool-lwt.0.7; \
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" != 'moonpool-lwt.0.7' && 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 moonpool-lwt.0.7) || true
RUN opam reinstall --with-test --verbose moonpool-lwt.0.7; \
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" != 'moonpool-lwt.0.7' && 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-17 10:26.00: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:bd342cbd7766c453282fdafbc2e565ae3361320ec344722cf4372b782e4a97f6-moonpool-lwt.0.7-395113449576622af70540fb22e5d90e18554bdc"
2026-03-17 10:26.00: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:bd342cbd7766c453282fdafbc2e565ae3361320ec344722cf4372b782e4a97f6)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-2.1 /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 moonpool-lwt.0.7 0.7"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall moonpool-lwt.0.7;\
\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\" != 'moonpool-lwt.0.7' && 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 moonpool-lwt.0.7) || true"))
(run (shell "opam reinstall --with-test --verbose moonpool-lwt.0.7;\
\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\" != 'moonpool-lwt.0.7' && 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-17 10:26.00: Waiting for resource in pool OCluster
2026-03-17 11:50.14: Waiting for worker…
2026-03-17 11:52.27: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at e589be2bb3 Merge pull request #29546 from johnwhitington/opam-publish-camlpdf.2.9
Merge made by the 'ort' strategy.
packages/bimage-lwt/bimage-lwt.0.3.0/opam | 6 +++++-
packages/bimage-lwt/bimage-lwt.0.3.1/opam | 6 +++++-
packages/bimage-lwt/bimage-lwt.0.4.0/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.0.11.0/opam | 4 +++-
packages/caqti-lwt/caqti-lwt.1.0.0/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.1.2.0/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.1.3.0/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.1.6.0/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.1.7.0/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.1.8.0/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.1.9.0/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.2.0.1/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.2.1.1/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.2.2.4/opam | 6 +++++-
packages/fuseau-lwt/fuseau-lwt.0.1/opam | 6 +++++-
packages/lambda-term/lambda-term.1.13/opam | 6 +++++-
packages/lambda-term/lambda-term.2.0.1/opam | 6 +++++-
packages/lambda-term/lambda-term.2.0.2/opam | 6 +++++-
packages/lambda-term/lambda-term.2.0.3/opam | 6 +++++-
packages/lambda-term/lambda-term.2.0/opam | 6 +++++-
packages/lambda-term/lambda-term.3.0.0/opam | 6 +++++-
packages/lambda-term/lambda-term.3.0.1/opam | 6 +++++-
packages/lambda-term/lambda-term.3.1.0/opam | 6 +++++-
packages/lambda-term/lambda-term.3.2.0/opam | 6 +++++-
packages/lambda-term/lambda-term.3.3.0/opam | 6 +++++-
packages/lambda-term/lambda-term.3.3.1/opam | 6 +++++-
packages/lambda-term/lambda-term.3.3.2/opam | 6 +++++-
packages/lwt_domain/lwt_domain.0.1.0/opam | 6 +++++-
packages/lwt_domain/lwt_domain.0.2.0/opam | 6 +++++-
packages/lwt_domain/lwt_domain.0.3.0/opam | 6 +++++-
packages/lwt_eio/lwt_eio.0.1/opam | 6 +++++-
packages/lwt_eio/lwt_eio.0.2/opam | 6 +++++-
packages/lwt_eio/lwt_eio.0.3/opam | 6 +++++-
packages/lwt_eio/lwt_eio.0.4/opam | 7 ++++++-
packages/lwt_eio/lwt_eio.0.5.1/opam | 7 ++++++-
packages/lwt_eio/lwt_eio.0.5/opam | 7 ++++++-
packages/lwt_glib/lwt_glib.1.0.1/opam | 6 +++++-
packages/lwt_glib/lwt_glib.1.1.0/opam | 6 +++++-
packages/lwt_glib/lwt_glib.1.1.1/opam | 6 +++++-
packages/lwt_log/lwt_log.1.1.0/opam | 6 +++++-
packages/lwt_log/lwt_log.1.1.1/opam | 6 +++++-
packages/lwt_log/lwt_log.1.1.2/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.1.0.0/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.1.0.1/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.1.1.0/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.1.2.0/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.1.2.1/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.1.2.2/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.1.2.3/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.1.2.4/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.2.0.0/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.2.0.1/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.2.0.2/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.2.0.3/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.2.1.0/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.5.8.0/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.5.8.1/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.5.9.1/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.5.9.2/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.5.9.3/opam | 6 +++++-
packages/moonpool-lwt/moonpool-lwt.0.10/opam | 6 +++++-
packages/moonpool-lwt/moonpool-lwt.0.6/opam | 6 +++++-
packages/moonpool-lwt/moonpool-lwt.0.7/opam | 6 +++++-
packages/moonpool-lwt/moonpool-lwt.0.8/opam | 6 +++++-
packages/moonpool-lwt/moonpool-lwt.0.9/opam | 6 +++++-
packages/mwt/mwt.0.1.0/opam | 6 +++++-
packages/nocrypto/nocrypto.0.5.4-1/opam | 6 +++++-
packages/nocrypto/nocrypto.0.5.4-2/opam | 6 +++++-
packages/ocluster/ocluster.0.1/opam | 4 +++-
packages/ocluster/ocluster.0.2.1/opam | 6 +++++-
packages/ocluster/ocluster.0.2/opam | 4 +++-
packages/ocluster/ocluster.0.3.0/opam | 6 +++++-
packages/picos/picos.0.3.0/opam | 6 +++++-
packages/picos/picos.0.4.0/opam | 6 +++++-
packages/picos_lwt/picos_lwt.0.5.0/opam | 6 +++++-
packages/picos_lwt/picos_lwt.0.6.0/opam | 6 +++++-
packages/tezt/tezt.2.0.0/opam | 6 +++++-
packages/tezt/tezt.3.0.0/opam | 4 +++-
packages/tezt/tezt.3.1.0/opam | 4 +++-
packages/tezt/tezt.3.1.1/opam | 4 +++-
packages/tezt/tezt.4.0.0/opam | 4 +++-
packages/tezt/tezt.4.1.0/opam | 4 +++-
packages/tezt/tezt.4.2.0/opam | 4 +++-
packages/tezt/tezt.4.3.0/opam | 4 +++-
84 files changed, 403 insertions(+), 84 deletions(-)
(from ocaml/opam:debian-13-ocaml-5.4@sha256:bd342cbd7766c453282fdafbc2e565ae3361320ec344722cf4372b782e4a97f6)
2026-03-17 11:52.43 ---> using "41eea30e3f639c18d8cf57c309ec76919ec7b2398036f7e41744cbce59a133d3" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2026-03-17 11:52.43 ---> using "84073b6daa86f86d6aaabcae0b9510ae92aef1992c1d9d64600002afada31ede" 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 development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, 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-17 11:53.17 ---> saved as "d4a13c53d672ea86ca6eb9b1efd4ec14bfaff38dcf6cf71ff73f4a9a79c0a0da"
/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.1.6 (263921263e1f745613e2882745114b7b08f3608b)
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=debian os-version=13
# solver builtin-0install
# install-criteria
# upgrade-criteria
# jobs 71
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.4
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.0
2026-03-17 11:53.19 ---> saved as "b05d3b05d4c3c083ce745f90e05265d8bc1e37934712ceb0ea58c4229dc90669"
/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-17 11:53.33 ---> saved as "f9320a8a7e0da1cdce3fbd889035ad4dbbc1ef01b097e8eabcab41a0ecb7e8b1"
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-17 11:53.45 ---> saved as "908fadf6c1db24f47e29c7d9bae408aa1a3addc6bc01fff32451dea6def37a74"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-17 11:53.54 ---> saved as "df6ee55f636053253a946ef63e11d44d7256ca90442e92d81ebda508f525c94e"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- 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 trixie/main amd64 Packages [9671 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [111 kB]
- Fetched 10.0 MB in 1s (11.2 MB/s)
- Reading package lists...
-
2026-03-17 11:53.56 ---> saved as "20f3549cd9ea9e3ff8d1781f910ff9a1a5fb7fe69a45aad593f2fda4b6e8f199"
/home/opam: (run (shell "opam pin add -k version -yn moonpool-lwt.0.7 0.7"))
moonpool-lwt is now pinned to version 0.7
2026-03-17 11:53.57 ---> saved as "3440d5da80e8f32f58c2318788f09abd9eaaa9623d1ec697eec6fb9f96178846"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall moonpool-lwt.0.7;\
\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\" != 'moonpool-lwt.0.7' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
moonpool-lwt.0.7 is not installed. Install it? [Y/n] y
The following actions will be performed:
- recompile ocaml-compiler 5.4.0 [upstream or system changes]
- recompile ocaml-base-compiler 5.4.0* [uses ocaml-compiler]
- recompile ocaml-config 3 [uses ocaml-base-compiler]
- recompile ocaml 5.4.0 [uses ocaml-base-compiler]
- install ocamlfind 1.9.8 [required by base-bytes]
- install dune 3.21.1 [required by moonpool-lwt]
- recompile opam-depext 1.2.3 [uses ocaml]
- recompile base-effects base [uses ocaml]
- recompile base-domains base [uses ocaml]
- install base-bytes base [required by ocplib-endian]
- install thread-local-storage 0.2 [required by moonpool]
- install multicore-magic 2.3.2 [required by picos_std]
- install either 1.0.0 [required by moonpool]
- install csexp 1.5.2 [required by dune-configurator]
- install cppo 1.8.0 [required by lwt]
- install backoff 0.1.1 [required by picos, picos_std]
- recompile base-nnp base [uses base-domains]
- install dune-configurator 3.21.1 [required by lwt]
- install ocplib-endian 1.2 [required by lwt]
- install picos 0.5.0 [required by moonpool]
- install lwt 5.9.2 [required by moonpool-lwt]
- install picos_std 0.5.0 [required by moonpool]
- install moonpool 0.7 [required by moonpool-lwt]
- install moonpool-lwt 0.7*
===== 16 to install | 8 to recompile =====
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved backoff.0.1.1 (cached)
-> retrieved cppo.1.8.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved dune.3.21.1 (cached)
-> retrieved dune-configurator.3.21.1 (cached)
-> retrieved either.1.0.0 (cached)
-> retrieved lwt.5.9.2 (cached)
-> retrieved moonpool.0.7 (cached)
-> retrieved moonpool-lwt.0.7 (cached)
-> retrieved multicore-magic.2.3.2 (cached)
-> retrieved ocaml-compiler.5.4.0 (cached)
-> retrieved ocaml-config.3 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> retrieved opam-depext.1.2.3 (cached)
-> retrieved picos.0.5.0 (cached)
-> retrieved picos_std.0.5.0 (cached)
-> retrieved thread-local-storage.0.2 (cached)
-> removed base-effects.base
-> removed base-nnp.base
-> removed base-domains.base
-> removed opam-depext.1.2.3
-> removed ocaml.5.4.0
-> removed ocaml-config.3
-> removed ocaml-base-compiler.5.4.0
-> removed ocaml-compiler.5.4.0
-> installed ocaml-compiler.5.4.0
-> installed ocaml-base-compiler.5.4.0
-> installed ocaml-config.3
-> installed ocaml.5.4.0
-> installed base-domains.base
-> installed base-effects.base
-> installed base-nnp.base
-> installed opam-depext.1.2.3
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed dune.3.21.1
-> installed csexp.1.5.2
-> installed backoff.0.1.1
-> installed either.1.0.0
-> installed multicore-magic.2.3.2
-> installed thread-local-storage.0.2
-> installed cppo.1.8.0
-> installed picos.0.5.0
-> installed ocplib-endian.1.2
-> installed picos_std.0.5.0
-> installed dune-configurator.3.21.1
-> installed moonpool.0.7
-> installed lwt.5.9.2
-> installed moonpool-lwt.0.7
Done.
<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment
2026-03-17 11:56.28 ---> saved as "52a58f2c8a8225578bfa91b546a5c38e28eda51f1dd61ad15e5351701163d343"
/home/opam: (run (network host)
(shell "(opam reinstall --with-test moonpool-lwt.0.7) || true"))
The following actions will be performed:
- install ocamlbuild 0.16.1 [required by mtime]
- install topkg 1.1.1 [required by mtime]
- install mtime 2.1.0 [required by trace, trace-tef]
- install trace 0.12 [required by moonpool-lwt]
- install trace-tef 0.12 [required by moonpool-lwt]
- recompile moonpool 0.7 [uses trace]
- recompile moonpool-lwt 0.7*
===== 5 to install | 2 to recompile =====
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved moonpool.0.7 (https://opam.ocaml.org/cache)
-> retrieved mtime.2.1.0 (https://opam.ocaml.org/cache)
-> retrieved ocamlbuild.0.16.1 (https://opam.ocaml.org/cache)
-> retrieved topkg.1.1.1 (https://opam.ocaml.org/cache)
-> retrieved trace.0.12 (https://opam.ocaml.org/cache)
-> retrieved trace-tef.0.12 (cached)
-> removed moonpool-lwt.0.7
-> removed moonpool.0.7
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed mtime.2.1.0
-> installed trace.0.12
-> installed trace-tef.0.12
[ERROR] The compilation of moonpool.0.7 failed at "dune build -p moonpool -j 71 @install".
#=== ERROR while compiling moonpool.0.7 =======================================#
# context 2.1.6 | linux/x86_64 | ocaml-base-compiler.5.4.0 | file:///home/opam/opam-repository
# path ~/.opam/5.4/.opam-switch/build/moonpool.0.7
# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p moonpool -j 71 @install
# exit-code 1
# env-file ~/.opam/log/moonpool-7-ff85f3.env
# output-file ~/.opam/log/moonpool-7-ff85f3.out
### output ###
# (cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w -40 -strict-sequence -warn-error -a+8 -w +a-4-40-42-70 -g -bin-annot -bin-annot-occurrences -I src/private/.moonpool_private.objs/byte -I /home/opam/.opam/5.4/lib/either -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/ocaml/unix -I /home/opam/.opam/5.4/lib/trace/core -cmi-file src/private/.moonpool_private.objs/byte/moonpool_private__Tracing_.cmi -no-alias-deps -open Moonpool_private -o src/private/.moonpool_private.objs/byte/moonpool_private__Tracing_.cmo -c -impl src/private/tracing_.pp.ml)
# File "src/private/tracing_.real.ml", line 12, characters 4-59:
# Error: This expression has type Trace.span = Trace_core__Types.span
# but an expression was expected of type int64
# (cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w -40 -strict-sequence -warn-error -a+8 -w +a-4-40-42-70 -g -I src/private/.moonpool_private.objs/byte -I src/private/.moonpool_private.objs/native -I /home/opam/.opam/5.4/lib/either -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/ocaml/unix -I /home/opam/.opam/5.4/lib/trace/core -cmi-file src/private/.moonpool_private.objs/byte/moonpool_private__Tracing_.cmi -no-alias-deps -open Moonpool_private -o src/private/.moonpool_private.objs/native/moonpool_private__Tracing_.cmx -c -impl src/private/tracing_.pp.ml)
# File "src/private/tracing_.real.ml", line 12, characters 4-59:
# Error: This expression has type Trace.span = Trace_core__Types.span
# but an expression was expected of type int64
# (cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w -40 -strict-sequence -warn-error -a+8 -w +a-4-40-42-70 -open Moonpool_private -g -bin-annot -bin-annot-occurrences -I src/core/.moonpool.objs/byte -I src/core/.moonpool.objs/public_cmi -I /home/opam/.opam/5.4/lib/backoff -I /home/opam/.opam/5.4/lib/either -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/ocaml/unix -I /home/opam/.opam/5.4/lib/picos -H /home/opam/.opam/5.4/lib/picos/__private__/picos_bootstrap -H /home/opam/.opam/5.4/lib/picos/__private__/picos_bootstrap/.public_cmi -H /home/opam/.opam/5.4/lib/picos/__private__/picos_ocaml5 -H /home/opam/.opam/5.4/lib/picos/__private__/picos_ocaml5/.public_cmi -I /home/opam/.opam/5.4/lib/thread-local-storage -I /home/opam/.opam/5.4/lib/trace/core -I src/dpool/.moonpool_dpool.objs/byte -I src/private/.moonpool_private.objs/byte -no-alias-deps -open Moonpool__ -o src/core/.moonpool.objs/byte/moonpool__Worker_loop_.cmo -c -impl src/core/worker_loop_.pp.ml)
# File "src/core/worker_loop_.ml", line 41, characters 26-29:
# Warning 34 [unused-type-declaration]: unused type arg.
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build moonpool 0.7
+-
+- The following changes have been performed (the rest was aborted)
| - remove moonpool 0.7
| - remove moonpool-lwt 0.7
| - install mtime 2.1.0
| - install ocamlbuild 0.16.1
| - install topkg 1.1.1
| - install trace 0.12
| - install trace-tef 0.12
+-
# Run eval $(opam env) to update the current shell environment
The former state can be restored with:
/usr/bin/opam switch import "/home/opam/.opam/5.4/.opam-switch/backup/state-20260317115628.export"
Or you can retry to install your package selection with:
/usr/bin/opam install --restore
2026-03-17 11:56.48 ---> saved as "6e0b09c39d72f9db5bf789a0afc5354df0329fe983127e9a51c679e271db7944"
/home/opam: (run (shell "opam reinstall --with-test --verbose moonpool-lwt.0.7;\
\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\" != 'moonpool-lwt.0.7' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
moonpool-lwt.0.7 is not installed. Install it? [Y/n] y
The following actions will be performed:
- install moonpool 0.7 [required by moonpool-lwt]
- install moonpool-lwt 0.7*
===== 2 to install =====
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 1/6:
-> retrieved moonpool.0.7 (cached)
Processing 3/6: [moonpool: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "moonpool" "-j" "71" "@install" (CWD=/home/opam/.opam/5.4/.opam-switch/build/moonpool.0.7)
- (cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w -40 -strict-sequence -warn-error -a+8 -w +a-4-40-42-70 -g -bin-annot -bin-annot-occurrences -I src/private/.moonpool_private.objs/byte -I /home/opam/.opam/5.4/lib/either -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/ocaml/unix -I /home/opam/.opam/5.4/lib/trace/core -cmi-file src/private/.moonpool_private.objs/byte/moonpool_private__Tracing_.cmi -no-alias-deps -open Moonpool_private -o src/private/.moonpool_private.objs/byte/moonpool_private__Tracing_.cmo -c -impl src/private/tracing_.pp.ml)
- File "src/private/tracing_.real.ml", line 12, characters 4-59:
- Error: This expression has type Trace.span = Trace_core__Types.span
- but an expression was expected of type int64
- (cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w -40 -strict-sequence -warn-error -a+8 -w +a-4-40-42-70 -g -I src/private/.moonpool_private.objs/byte -I src/private/.moonpool_private.objs/native -I /home/opam/.opam/5.4/lib/either -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/ocaml/unix -I /home/opam/.opam/5.4/lib/trace/core -cmi-file src/private/.moonpool_private.objs/byte/moonpool_private__Tracing_.cmi -no-alias-deps -open Moonpool_private -o src/private/.moonpool_private.objs/native/moonpool_private__Tracing_.cmx -c -impl src/private/tracing_.pp.ml)
- File "src/private/tracing_.real.ml", line 12, characters 4-59:
- Error: This expression has type Trace.span = Trace_core__Types.span
- but an expression was expected of type int64
- (cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w -40 -strict-sequence -warn-error -a+8 -w +a-4-40-42-70 -open Moonpool_private -g -bin-annot -bin-annot-occurrences -I src/core/.moonpool.objs/byte -I src/core/.moonpool.objs/public_cmi -I /home/opam/.opam/5.4/lib/backoff -I /home/opam/.opam/5.4/lib/either -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/ocaml/unix -I /home/opam/.opam/5.4/lib/picos -H /home/opam/.opam/5.4/lib/picos/__private__/picos_bootstrap -H /home/opam/.opam/5.4/lib/picos/__private__/picos_bootstrap/.public_cmi -H /home/opam/.opam/5.4/lib/picos/__private__/picos_ocaml5 -H /home/opam/.opam/5.4/lib/picos/__private__/picos_ocaml5/.public_cmi -I /home/opam/.opam/5.4/lib/thread-local-storage -I /home/opam/.opam/5.4/lib/trace/core -I src/dpool/.moonpool_dpool.objs/byte -I src/private/.moonpool_private.objs/byte -no-alias-deps -open Moonpool__ -o src/core/.moonpool.objs/byte/moonpool__Worker_loop_.cmo -c -impl src/core/worker_loop_.pp.ml)
- File "src/core/worker_loop_.ml", line 41, characters 26-29:
- Warning 34 [unused-type-declaration]: unused type arg.
[ERROR] The compilation of moonpool.0.7 failed at "dune build -p moonpool -j 71 @install".
#=== ERROR while compiling moonpool.0.7 =======================================#
# context 2.1.6 | linux/x86_64 | ocaml-base-compiler.5.4.0 | file:///home/opam/opam-repository
# path ~/.opam/5.4/.opam-switch/build/moonpool.0.7
# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p moonpool -j 71 @install
# exit-code 1
# env-file ~/.opam/log/moonpool-7-dcd493.env
# output-file ~/.opam/log/moonpool-7-dcd493.out
### output ###
# (cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w -40 -strict-sequence -warn-error -a+8 -w +a-4-40-42-70 -g -bin-annot -bin-annot-occurrences -I src/private/.moonpool_private.objs/byte -I /home/opam/.opam/5.4/lib/either -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/ocaml/unix -I /home/opam/.opam/5.4/lib/trace/core -cmi-file src/private/.moonpool_private.objs/byte/moonpool_private__Tracing_.cmi -no-alias-deps -open Moonpool_private -o src/private/.moonpool_private.objs/byte/moonpool_private__Tracing_.cmo -c -impl src/private/tracing_.pp.ml)
# File "src/private/tracing_.real.ml", line 12, characters 4-59:
# Error: This expression has type Trace.span = Trace_core__Types.span
# but an expression was expected of type int64
# (cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w -40 -strict-sequence -warn-error -a+8 -w +a-4-40-42-70 -g -I src/private/.moonpool_private.objs/byte -I src/private/.moonpool_private.objs/native -I /home/opam/.opam/5.4/lib/either -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/ocaml/unix -I /home/opam/.opam/5.4/lib/trace/core -cmi-file src/private/.moonpool_private.objs/byte/moonpool_private__Tracing_.cmi -no-alias-deps -open Moonpool_private -o src/private/.moonpool_private.objs/native/moonpool_private__Tracing_.cmx -c -impl src/private/tracing_.pp.ml)
# File "src/private/tracing_.real.ml", line 12, characters 4-59:
# Error: This expression has type Trace.span = Trace_core__Types.span
# but an expression was expected of type int64
# (cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w -40 -strict-sequence -warn-error -a+8 -w +a-4-40-42-70 -open Moonpool_private -g -bin-annot -bin-annot-occurrences -I src/core/.moonpool.objs/byte -I src/core/.moonpool.objs/public_cmi -I /home/opam/.opam/5.4/lib/backoff -I /home/opam/.opam/5.4/lib/either -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/ocaml/unix -I /home/opam/.opam/5.4/lib/picos -H /home/opam/.opam/5.4/lib/picos/__private__/picos_bootstrap -H /home/opam/.opam/5.4/lib/picos/__private__/picos_bootstrap/.public_cmi -H /home/opam/.opam/5.4/lib/picos/__private__/picos_ocaml5 -H /home/opam/.opam/5.4/lib/picos/__private__/picos_ocaml5/.public_cmi -I /home/opam/.opam/5.4/lib/thread-local-storage -I /home/opam/.opam/5.4/lib/trace/core -I src/dpool/.moonpool_dpool.objs/byte -I src/private/.moonpool_private.objs/byte -no-alias-deps -open Moonpool__ -o src/core/.moonpool.objs/byte/moonpool__Worker_loop_.cmo -c -impl src/core/worker_loop_.pp.ml)
# File "src/core/worker_loop_.ml", line 41, characters 26-29:
# Warning 34 [unused-type-declaration]: unused type arg.
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions were aborted
| - install moonpool-lwt 0.7
+-
+- The following actions failed
| - build moonpool 0.7
+-
- No changes have been performed
# Run eval $(opam env) to update the current shell environment
'opam reinstall --with-test --verbose moonpool-lwt.0.7' 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.
opam-repo-ci detected dependencies failing: moonpool.0.7
"/usr/bin/env" "bash" "-c" "opam reinstall --with-test --verbose moonpool-lwt.0.7;
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" != 'moonpool-lwt.0.7' && 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-17 11:57.05: Job failed: Failed: Build failed
2026-03-17 11:57.05: Log analysis:
2026-03-17 11:57.05: >>>
[ERROR] The compilation of moonpool.0.7 failed at "dune build -p moonpool -j 71 @install".
(score = 20)
2026-03-17 11:57.05: >>>
# Error: This expression has type Trace.span = Trace_core__Types.span
(score = 48)
2026-03-17 11:57.05: >>>
# Error: This expression has type Trace.span = Trace_core__Types.span
(score = 48)
2026-03-17 11:57.05: >>>
[ERROR] The compilation of moonpool.0.7 failed at "dune build -p moonpool -j 71 @install".
(score = 20)
2026-03-17 11:57.05: >>>
# Error: This expression has type Trace.span = Trace_core__Types.span
(score = 48)
2026-03-17 11:57.05: >>>
# Error: This expression has type Trace.span = Trace_core__Types.span
(score = 48)
2026-03-17 11:57.05: >>>
opam-repo-ci detected dependencies failing: moonpool.0.7
(score = 75)
2026-03-17 11:57.05: moonpool.0.7 failed to build