(for PR #29222)
2026-01-19 20:51.30: New job: build morbig.0.11.0, lower-bounds, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29222/head (ad79ca9644feb512edcb7b55f7521e075b88d976)
on debian-13-ocaml-5.0/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/29222/head" && git reset --hard ad79ca96
git fetch origin master
git merge --no-edit 1c997ec9e6ebc6ea699547000cb8dfa44e52efaa
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.0@sha256:a195c4ae24e1606a5d3928fc879cb7596bcaa5c7e43991c1d04fcb33f4b5b835
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 morbig.0.11.0 0.11.0
RUN opam reinstall morbig.0.11.0; \
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" != 'morbig.0.11.0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
ENV OPAMCRITERIA="+removed,+count[version-lag,solution]"
ENV OPAMFIXUPCRITERIA="+removed,+count[version-lag,solution]"
ENV OPAMUPGRADECRITERIA="+removed,+count[version-lag,solution]"
RUN opam reinstall morbig.0.11.0; \
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" != 'morbig.0.11.0' && 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-01-19 20:51.30: Using cache hint "ocaml/opam:debian-13-ocaml-5.0@sha256:a195c4ae24e1606a5d3928fc879cb7596bcaa5c7e43991c1d04fcb33f4b5b835-morbig.0.11.0-ad79ca9644feb512edcb7b55f7521e075b88d976"
2026-01-19 20:51.30: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.0@sha256:a195c4ae24e1606a5d3928fc879cb7596bcaa5c7e43991c1d04fcb33f4b5b835)
(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 morbig.0.11.0 0.11.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall morbig.0.11.0;\
\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\" != 'morbig.0.11.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
(env OPAMCRITERIA +removed,+count[version-lag,solution])
(env OPAMFIXUPCRITERIA +removed,+count[version-lag,solution])
(env OPAMUPGRADECRITERIA +removed,+count[version-lag,solution])
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall morbig.0.11.0;\
\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\" != 'morbig.0.11.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-01-19 20:51.30: Waiting for resource in pool OCluster
2026-01-19 21:32.08: Waiting for worker…
2026-01-19 21:36.38: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
Updating files: 67% (13040/19232)
Updating files: 68% (13078/19232)
Updating files: 69% (13271/19232)
Updating files: 70% (13463/19232)
Updating files: 71% (13655/19232)
Updating files: 72% (13848/19232)
Updating files: 73% (14040/19232)
Updating files: 74% (14232/19232)
Updating files: 75% (14424/19232)
Updating files: 76% (14617/19232)
Updating files: 77% (14809/19232)
Updating files: 78% (15001/19232)
Updating files: 79% (15194/19232)
Updating files: 80% (15386/19232)
Updating files: 81% (15578/19232)
Updating files: 82% (15771/19232)
Updating files: 83% (15963/19232)
Updating files: 84% (16155/19232)
Updating files: 85% (16348/19232)
Updating files: 86% (16540/19232)
Updating files: 87% (16732/19232)
Updating files: 88% (16925/19232)
Updating files: 89% (17117/19232)
Updating files: 90% (17309/19232)
Updating files: 91% (17502/19232)
Updating files: 92% (17694/19232)
Updating files: 93% (17886/19232)
Updating files: 94% (18079/19232)
Updating files: 95% (18271/19232)
Updating files: 96% (18463/19232)
Updating files: 97% (18656/19232)
Updating files: 98% (18848/19232)
Updating files: 99% (19040/19232)
Updating files: 100% (19232/19232)
Updating files: 100% (19232/19232), done.
HEAD is now at 1c997ec9e6 Merge pull request #29241 from polytypic/release-multicore-magic-2.3.2
Updating 1c997ec9e6..ad79ca9644
Fast-forward
packages/archetype/archetype.0.1.10/opam | 2 +-
packages/archetype/archetype.0.1.11/opam | 2 +-
packages/archetype/archetype.0.1.12/opam | 2 +-
packages/archetype/archetype.0.1.13/opam | 2 +-
packages/archetype/archetype.0.1.14/opam | 2 +-
packages/archetype/archetype.0.1.3/opam | 2 +-
packages/archetype/archetype.0.1.4/opam | 2 +-
packages/archetype/archetype.0.1.5/opam | 2 +-
packages/archetype/archetype.0.1.6/opam | 2 +-
packages/archetype/archetype.0.1.8/opam | 2 +-
packages/archetype/archetype.0.1.9/opam | 2 +-
packages/archetype/archetype.1.0.0/opam | 2 +-
packages/archetype/archetype.1.1.0/opam | 2 +-
packages/archetype/archetype.1.1.1/opam | 2 +-
packages/archetype/archetype.1.1.2/opam | 2 +-
packages/archetype/archetype.1.2.0/opam | 2 +-
packages/archetype/archetype.1.2.1/opam | 2 +-
packages/archetype/archetype.1.2.10/opam | 2 +-
packages/archetype/archetype.1.2.11/opam | 2 +-
packages/archetype/archetype.1.2.12/opam | 2 +-
packages/archetype/archetype.1.2.13/opam | 2 +-
packages/archetype/archetype.1.2.14/opam | 2 +-
packages/archetype/archetype.1.2.15/opam | 2 +-
packages/archetype/archetype.1.2.16/opam | 2 +-
packages/archetype/archetype.1.2.2/opam | 2 +-
packages/archetype/archetype.1.2.3/opam | 2 +-
packages/archetype/archetype.1.2.4/opam | 2 +-
packages/archetype/archetype.1.2.5/opam | 2 +-
packages/archetype/archetype.1.2.6/opam | 2 +-
packages/archetype/archetype.1.2.7/opam | 2 +-
packages/archetype/archetype.1.2.8/opam | 2 +-
packages/archetype/archetype.1.2.9/opam | 2 +-
packages/archetype/archetype.1.3.0/opam | 2 +-
packages/archetype/archetype.1.3.1/opam | 2 +-
packages/archetype/archetype.1.3.2/opam | 2 +-
packages/archetype/archetype.1.3.3/opam | 2 +-
packages/archetype/archetype.1.3.4/opam | 2 +-
packages/archetype/archetype.1.3.5/opam | 2 +-
packages/archetype/archetype.1.3.6/opam | 2 +-
packages/archetype/archetype.1.4.0/opam | 2 +-
packages/archetype/archetype.1.4.1/opam | 2 +-
packages/archetype/archetype.1.4.2/opam | 2 +-
packages/archetype/archetype.1.4.3/opam | 2 +-
packages/archetype/archetype.1.5.0/opam | 2 +-
packages/archetype/archetype.1.5.1/opam | 2 +-
packages/archetype/archetype.1.5.2/opam | 2 +-
packages/archetype/archetype.1.5.3/opam | 2 +-
packages/bnfgen/bnfgen.4.0.0/opam | 2 +-
packages/catala/catala.0.10.0/opam | 2 +-
packages/catala/catala.0.3.0/opam | 2 +-
packages/catala/catala.0.5.0/opam | 2 +-
packages/catala/catala.0.6.0/opam | 2 +-
packages/catala/catala.0.7.0/opam | 2 +-
packages/catala/catala.0.8.0/opam | 2 +-
packages/catala/catala.0.9.0/opam | 2 +-
packages/catala/catala.1.0.0/opam | 2 +-
packages/catala/catala.1.0.0~alpha/opam | 2 +-
packages/catala/catala.1.0.0~beta/opam | 2 +-
packages/dolmen/dolmen.0.1/opam | 2 +-
packages/dolmen/dolmen.0.10/opam | 2 +-
packages/dolmen/dolmen.0.2/opam | 2 +-
packages/dolmen/dolmen.0.4.1/opam | 2 +-
packages/dolmen/dolmen.0.4/opam | 2 +-
packages/dolmen/dolmen.0.5/opam | 2 +-
packages/dolmen/dolmen.0.6/opam | 4 ++--
packages/dolmen/dolmen.0.7/opam | 2 +-
packages/dolmen/dolmen.0.8.1/opam | 2 +-
packages/dolmen/dolmen.0.8/opam | 2 +-
packages/dolmen/dolmen.0.9/opam | 2 +-
.../embedded_ocaml_templates.0.1.4/opam | 12 ++++++------
.../embedded_ocaml_templates.0.2/opam | 12 ++++++------
.../embedded_ocaml_templates.0.3.1/opam | 8 ++++----
.../embedded_ocaml_templates.0.4/opam | 10 +++++-----
.../embedded_ocaml_templates.0.5.1/opam | 10 +++++-----
.../embedded_ocaml_templates.0.6/opam | 2 +-
.../embedded_ocaml_templates.0.7/opam | 2 +-
packages/morbig/morbig.0.10.3/opam | 2 +-
packages/morbig/morbig.0.10.4/opam | 2 +-
packages/morbig/morbig.0.11.0/opam | 2 +-
packages/morbig/morbig.0.9.1/opam | 2 +-
packages/morbig/morbig.0.9/opam | 2 +-
packages/otoml/otoml.0.9.0/opam | 2 +-
packages/otoml/otoml.0.9.1/opam | 2 +-
packages/otoml/otoml.0.9.2/opam | 2 +-
packages/otoml/otoml.0.9.3/opam | 2 +-
packages/otoml/otoml.1.0.0/opam | 2 +-
packages/otoml/otoml.1.0.1/opam | 2 +-
packages/otoml/otoml.1.0.2/opam | 2 +-
packages/otoml/otoml.1.0.3/opam | 2 +-
packages/otoml/otoml.1.0.4/opam | 2 +-
packages/otoml/otoml.1.0.5/opam | 2 +-
packages/touist/touist.3.0.0/opam | 2 +-
packages/touist/touist.3.1.0/opam | 2 +-
packages/touist/touist.3.2.0/opam | 2 +-
packages/touist/touist.3.2.1/opam | 2 +-
packages/touist/touist.3.5.0/opam | 2 +-
packages/unionFind/unionFind.20250818/opam | 2 +-
97 files changed, 119 insertions(+), 119 deletions(-)
(from ocaml/opam:debian-13-ocaml-5.0@sha256:a195c4ae24e1606a5d3928fc879cb7596bcaa5c7e43991c1d04fcb33f4b5b835)
2026-01-19 21:37.07 ---> saved as "223e9bec149ca9c63483d3388b783972d9169c8ecee6624d9f6945b430c957cd"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-01-19 21:37.08 ---> saved as "eede7f4861ef34eb8a9dad54338c832eae2cc5e0a18f5267635dd4775da186f2"
/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-01-19 21:37.54 ---> saved as "14052c8aee8489c360fb13d7a3f28c7ef5c5102fcc4c75c69ba1b8925cdccfbc"
/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.0
# invariant ["ocaml-base-compiler" {= "5.0.0"}]
# compiler-packages ocaml-base-compiler.5.0.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.0/lib/ocaml/stublibs:/home/opam/.opam/5.0/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.0.0
2026-01-19 21:37.55 ---> saved as "1f15fc6dac740665a1930bd838a3a228482902762a5126bc0ddff20923a56560"
/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-01-19 21:38.08 ---> saved as "ced8b9cebfed13a69c1d95287279b8879515a4931e2e2f78717bb2101ee571dd"
/home/opam: (copy (src .) (dst opam-repository/))
2026-01-19 21:38.36 ---> saved as "e8ac679234709228701e952a3a3cd6efbb26cc21ff5748dde7b2ffd19bf02fa2"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-19 21:38.57 ---> saved as "8e09ae4c7b0f6a003e4182d5b58ae60ff3ef47bae7788dc8a3e9ca63f00cc5ed"
/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 [9670 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [96.1 kB]
- Fetched 9998 kB in 1s (6668 kB/s)
- Reading package lists...
-
2026-01-19 21:38.59 ---> saved as "9d4afebcd6bf0dfce89e16138acf47d04924cb3297da903e42e5b1d487f1306a"
/home/opam: (run (shell "opam pin add -k version -yn morbig.0.11.0 0.11.0"))
morbig is now pinned to version 0.11.0
2026-01-19 21:39.00 ---> saved as "27602696c057fc93f7ec6b6a027a597a607dd96d8fc977d859d206e6e12bf7de"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall morbig.0.11.0;\
\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\" != 'morbig.0.11.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
morbig.0.11.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 19 packages
- install cppo 1.8.0 [required by ppx_deriving]
- install dune 3.21.0 [required by morbig]
- install menhir 20250912 [required by morbig]
- install menhirCST 20250912 [required by menhir]
- install menhirLib 20250912 [required by menhir]
- install menhirSdk 20250912 [required by menhir]
- install morbig 0.11.0 (pinned)
- install ocaml-compiler-libs v0.12.4 [required by ppxlib]
- install ocamlfind 1.9.8 [required by ppx_deriving]
- install ppx_derivers 1.2.1 [required by ppx_deriving]
- install ppx_deriving 6.1.1 [required by ppx_deriving_yojson, visitors]
- install ppx_deriving_yojson 3.10.0 [required by morbig]
- install ppxlib 0.37.0 [required by ppx_deriving_yojson, visitors]
- install result 1.5 [required by visitors]
- install seq base [required by yojson]
- install sexplib0 v0.17.0 [required by ppxlib]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install visitors 20251114 [required by morbig]
- install yojson 2.2.2 [required by morbig]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.8.0 (cached)
-> retrieved dune.3.21.0 (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)
-> retrieved morbig.0.11.0 (cached)
-> retrieved ocaml-compiler-libs.v0.12.4 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_deriving.6.1.1 (cached)
-> retrieved ppx_deriving_yojson.3.10.0 (cached)
-> retrieved ppxlib.0.37.0 (cached)
-> retrieved result.1.5 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved visitors.20251114 (cached)
-> retrieved yojson.2.2.2 (cached)
-> installed ocamlfind.1.9.8
-> installed dune.3.21.0
-> installed menhirCST.20250912
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed result.1.5
-> installed menhirSdk.20250912
-> installed sexplib0.v0.17.0
-> installed cppo.1.8.0
-> installed menhirLib.20250912
-> installed ocaml-compiler-libs.v0.12.4
-> installed yojson.2.2.2
-> installed menhir.20250912
-> installed ppxlib.0.37.0
-> installed ppx_deriving.6.1.1
-> installed ppx_deriving_yojson.3.10.0
-> installed visitors.20251114
-> installed morbig.0.11.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-19 21:41.00 ---> saved as "99bda9ace50db36e2a986b481bd2db78a4d4594b323def5323e80565386fb6dd"
/home/opam: (env OPAMCRITERIA +removed,+count[version-lag,solution])
/home/opam: (env OPAMFIXUPCRITERIA +removed,+count[version-lag,solution])
/home/opam: (env OPAMUPGRADECRITERIA +removed,+count[version-lag,solution])
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall morbig.0.11.0;\
\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\" != 'morbig.0.11.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
The following actions will be performed:
=== remove 2 packages
- remove menhirCST 20250912 [conflicts with dune]
- remove seq base
=== downgrade 14 packages
- downgrade cppo 1.8.0 to 1.6.6 [uses dune]
- downgrade dune 3.21.0 to 3.5.0 [required by morbig]
- downgrade menhir 20250912 to 20200211 [required by morbig]
- downgrade menhirLib 20250912 to 20200211 [uses dune]
- downgrade menhirSdk 20250912 to 20200211 [uses dune]
- downgrade ocaml-compiler-libs v0.12.4 to v0.12.0 [uses dune]
- downgrade ocamlfind 1.9.8 to 1.9.6 [required by ppx_deriving]
- downgrade ppx_deriving 6.1.1 to 5.2 [uses dune]
- downgrade ppx_deriving_yojson 3.10.0 to 3.6.1 [required by morbig]
- downgrade ppxlib 0.37.0 to 0.25.1 [uses dune]
- downgrade sexplib0 v0.17.0 to v0.15.1 [uses dune]
- downgrade stdlib-shims 0.3.0 to 0.1.0 [uses dune]
- downgrade visitors 20251114 to 20210608 [required by morbig]
- downgrade yojson 2.2.2 to 1.6.0 [required by morbig]
=== recompile 3 packages
- recompile morbig 0.11.0 (pinned)
- recompile ppx_derivers 1.2.1 [uses dune]
- recompile result 1.5 [uses dune]
=== install 3 packages
- install biniou 1.2.2 [required by yojson]
- install camlp-streams 5.0.1 [required by biniou]
- install easy-format 1.3.3 [required by yojson]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved biniou.1.2.2 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved cppo.1.6.6 (cached)
-> retrieved dune.3.5.0 (cached)
-> retrieved easy-format.1.3.3 (cached)
-> retrieved menhir.20200211, menhirLib.20200211, menhirSdk.20200211 (cached)
-> retrieved ocaml-compiler-libs.v0.12.0 (cached)
-> retrieved ocamlfind.1.9.6 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_deriving.5.2 (cached)
-> retrieved ppx_deriving_yojson.3.6.1 (cached)
-> retrieved ppxlib.0.25.1 (cached)
-> retrieved result.1.5 (cached)
-> retrieved sexplib0.v0.15.1 (cached)
-> retrieved stdlib-shims.0.1.0 (cached)
-> retrieved visitors.20210608 (cached)
-> retrieved yojson.1.6.0 (cached)
-> removed morbig.0.11.0
-> removed menhir.20250912
-> removed menhirCST.20250912
-> removed menhirLib.20250912
-> removed menhirSdk.20250912
-> removed ppx_deriving_yojson.3.10.0
-> removed visitors.20251114
-> removed ppx_deriving.6.1.1
-> removed cppo.1.8.0
-> removed ocamlfind.1.9.8
-> removed ppxlib.0.37.0
-> removed ocaml-compiler-libs.v0.12.4
-> removed ppx_derivers.1.2.1
-> removed result.1.5
-> removed sexplib0.v0.17.0
-> removed stdlib-shims.0.3.0
-> removed yojson.2.2.2
-> removed dune.3.21.0
-> removed seq.base
-> installed dune.3.5.0
-> installed ocamlfind.1.9.6
-> installed camlp-streams.5.0.1
-> installed cppo.1.6.6
-> installed easy-format.1.3.3
-> installed menhirLib.20200211
-> installed menhirSdk.20200211
-> installed ocaml-compiler-libs.v0.12.0
-> installed ppx_derivers.1.2.1
-> installed result.1.5
-> installed sexplib0.v0.15.1
-> installed stdlib-shims.0.1.0
-> installed biniou.1.2.2
-> installed yojson.1.6.0
-> installed menhir.20200211
-> installed ppxlib.0.25.1
-> installed ppx_deriving.5.2
-> installed visitors.20210608
-> installed ppx_deriving_yojson.3.6.1
-> installed morbig.0.11.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-19 21:42.56 ---> saved as "2f1e3b7f92670b0ceba0bdb0db58d486d989a514399473a84d15c80e6bac0627"
Job succeeded
2026-01-19 21:43.06: Job succeeded