(for PR #29929)
2026-05-20 11:19.39: New job: build embedded_ocaml_templates.0.8.1, lower-bounds, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29929/head (9002fdb7d59fe104e77fb515ef69be1381d12a14)
on debian-13-ocaml-4.11/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/29929/head" && git reset --hard 9002fdb7
git fetch origin master
git merge --no-edit 64a847a29e96527a72f3e45822610f25e7ad0a40
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.11@sha256:6c34153b2b07fc0f884e792a60178e250c2d06a45050e01ed0883a67ec11440c
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 embedded_ocaml_templates.0.8.1 0.8.1
RUN opam reinstall embedded_ocaml_templates.0.8.1; \
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" != 'embedded_ocaml_templates.0.8.1' && 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 embedded_ocaml_templates.0.8.1; \
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" != 'embedded_ocaml_templates.0.8.1' && 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-05-20 11:19.39: Using cache hint "ocaml/opam:debian-13-ocaml-4.11@sha256:6c34153b2b07fc0f884e792a60178e250c2d06a45050e01ed0883a67ec11440c-embedded_ocaml_templates.0.8.1-9002fdb7d59fe104e77fb515ef69be1381d12a14"
2026-05-20 11:19.39: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.11@sha256:6c34153b2b07fc0f884e792a60178e250c2d06a45050e01ed0883a67ec11440c)
(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 embedded_ocaml_templates.0.8.1 0.8.1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall embedded_ocaml_templates.0.8.1;\
\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\" != 'embedded_ocaml_templates.0.8.1' && 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 embedded_ocaml_templates.0.8.1;\
\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\" != 'embedded_ocaml_templates.0.8.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-05-20 11:19.39: Waiting for resource in pool OCluster
2026-05-20 11:19.42: Waiting for worker…
2026-05-20 11:19.42: Got resource from pool OCluster
Building on clete.caelum.ci.dev
All commits already cached
HEAD is now at 64a847a29e Merge pull request #29924 from jmid/add-dune-3.23.0-ocaml-bound
Updating 64a847a29e..9002fdb7d5
Fast-forward
.../embedded_ocaml_templates.0.8.1/opam | 49 ++++++++++++++++++++++
1 file changed, 49 insertions(+)
create mode 100644 packages/embedded_ocaml_templates/embedded_ocaml_templates.0.8.1/opam
(from ocaml/opam:debian-13-ocaml-4.11@sha256:6c34153b2b07fc0f884e792a60178e250c2d06a45050e01ed0883a67ec11440c)
2026-05-20 11:19.47 ---> using "36abb6db1723167d15c41f53ef05d371444812dc64e2ea7fe109d222db988473" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-05-20 11:19.47 ---> using "ddac252099c5b2d54339d1d5ce1680dc0efdcd97685ea67e98bf00e3969a4cbb" from cache
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
This version of opam requires an update to the layout of /home/opam/.opam from version 2.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.
[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
Continue? [Y/n] y
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2026-05-20 11:19.47 ---> using "46a82dae54b5c9788e3dae57433d9118a21aa0088ec416269ef3069584c03a6a" 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.1
# 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 4.11
# invariant ["ocaml-base-compiler" {= "4.11.2"}]
# compiler-packages ocaml-base-compiler.4.11.2
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/4.11/lib/ocaml/stublibs:/home/opam/.opam/4.11/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.11.2
2026-05-20 11:19.47 ---> using "53985bcb3f24565c20d2da6967e68f88a84007fd873c323a2e036f7132746b08" 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-05-20 11:19.47 ---> using "36cd69ae995028e64e8bf00b096c47dd3797cc556c353001ca5950f1dd2b0528" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-05-20 11:19.56 ---> saved as "107f9e9875a02e3ab211f9432c6726634587d21e57b5fb80933f57dc355b43c7"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-20 11:20.07 ---> saved as "a2bc45e4b353f78684173d408ca371b26d50319a1d739b3d867660a356f3b6eb"
/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 [165 kB]
- Fetched 10.1 MB in 4s (2796 kB/s)
- Reading package lists...
-
2026-05-20 11:20.11 ---> saved as "6094ca239958a80de7df8b8dad2427daca79fe033aa44f078ed71f8535b1ee96"
/home/opam: (run (shell "opam pin add -k version -yn embedded_ocaml_templates.0.8.1 0.8.1"))
embedded_ocaml_templates is now pinned to version 0.8.1
2026-05-20 11:20.12 ---> saved as "ff3a5f77b6eda6e9cb7bd83ab5a3e31d8d76053faccc274ed0eebe58223c7ea5"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall embedded_ocaml_templates.0.8.1;\
\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\" != 'embedded_ocaml_templates.0.8.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
embedded_ocaml_templates.0.8.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 21 packages
- install containers 3.18 [required by embedded_ocaml_templates]
- install csexp 1.5.2 [required by dune-configurator]
- install dune 3.23.1 [required by embedded_ocaml_templates]
- install dune-configurator 3.22.2 [required by containers]
- install either 1.0.0 [required by containers]
- install embedded_ocaml_templates 0.8.1 (pinned)
- install gen 1.1 [required by sedlex]
- install ocaml-compiler-libs v0.12.4 [required by ppxlib]
- install ocaml-secondary-compiler 4.14.2 [required by dune]
- install ocamlbuild 0.16.1 [required by uutf]
- install ocamlfind 1.9.6 [required by uutf]
- install ocamlfind-secondary 1.9.6 [required by dune]
- install pprint 20230830 [required by embedded_ocaml_templates]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppxlib 0.38.0 [required by embedded_ocaml_templates]
- install sedlex 3.7 [required by embedded_ocaml_templates]
- install seq base [required by gen]
- install sexplib0 v0.16.0 [required by ppxlib]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install topkg 1.1.1 [required by uutf]
- install uutf 1.0.4 [required by embedded_ocaml_templates]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved containers.3.18 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved dune.3.23.1 (cached)
-> retrieved dune-configurator.3.22.2 (cached)
-> retrieved either.1.0.0 (cached)
-> retrieved embedded_ocaml_templates.0.8.1 (https://github.com/EmileTrotignon/embedded_ocaml_templates/archive/refs/tags/0.8.1.tar.gz)
-> retrieved gen.1.1 (cached)
-> retrieved ocaml-compiler-libs.v0.12.4 (cached)
-> retrieved ocaml-secondary-compiler.4.14.2 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.6, ocamlfind-secondary.1.9.6 (cached)
-> retrieved pprint.20230830 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppxlib.0.38.0 (cached)
-> retrieved sedlex.3.7 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved sexplib0.v0.16.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved uutf.1.0.4 (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed ocaml-secondary-compiler.4.14.2
-> installed ocamlfind-secondary.1.9.6
-> installed dune.3.23.1
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed either.1.0.0
-> installed gen.1.1
-> installed ocaml-compiler-libs.v0.12.4
-> installed pprint.20230830
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed dune-configurator.3.22.2
-> installed containers.3.18
-> installed ppxlib.0.38.0
-> installed sedlex.3.7
-> installed embedded_ocaml_templates.0.8.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-20 11:23.05 ---> saved as "0bcc376a44917f7b706d4dff7009a9f4deaaeeef7de704ef06f2275ce50b1e3c"
/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 embedded_ocaml_templates.0.8.1;\
\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\" != 'embedded_ocaml_templates.0.8.1' && 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 4 packages
- remove csexp 1.5.2 [conflicts with dune]
- remove either 1.0.0 [conflicts with dune]
- remove ocaml-secondary-compiler 4.14.2
- remove ocamlfind-secondary 1.9.6 [conflicts with dune]
=== downgrade 16 packages
- downgrade containers 3.18 to 3.0 [required by embedded_ocaml_templates]
- downgrade dune 3.23.1 to 3.6.2 [required by embedded_ocaml_templates]
- downgrade dune-configurator 3.22.2 to 2.5.1 [required by containers]
- downgrade gen 1.1 to 0.2.2 [uses ocamlfind]
- downgrade ocaml-compiler-libs v0.12.4 to v0.11.0 [required by ppxlib]
- downgrade ocamlbuild 0.16.1 to 0.14.0 [required by gen]
- downgrade ocamlfind 1.9.6 to 1.8.1 [upstream or system changes]
- downgrade pprint 20230830 to 20171003 [required by embedded_ocaml_templates]
- downgrade ppx_derivers 1.2.1 to 1.0 [required by ppxlib]
- downgrade ppxlib 0.38.0 to 0.20.0 [required by embedded_ocaml_templates]
- downgrade sedlex 3.7 to 2.3 [required by embedded_ocaml_templates]
- downgrade seq base to 0.3 [required by containers]
- downgrade sexplib0 v0.16.0 to v0.12.0 [uses dune]
- downgrade stdlib-shims 0.3.0 to 0.1.0 [uses dune]
- downgrade topkg 1.1.1 to 1.0.8 [uses ocamlfind]
- downgrade uutf 1.0.4 to 1.0.3 [required by embedded_ocaml_templates]
=== recompile 1 package
- recompile embedded_ocaml_templates 0.8.1 (pinned)
=== install 5 packages
- install conf-m4 1 [required by ocamlfind]
- install dune-private-libs 2.5.1 [required by dune-configurator]
- install jbuilder 1.0+beta20.1 (deprecated) [required by ocaml-compiler-libs]
- install ocaml-migrate-parsetree 2.1.0 (deprecated) [required by ppxlib]
- install uchar 0.0.2 [required by sedlex]
The following system packages will first need to be installed:
m4
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "m4"
- Selecting previously unselected package m4.
- (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20623 files and directories currently installed.)
- Preparing to unpack .../archives/m4_1.4.19-8_amd64.deb ...
- Unpacking m4 (1.4.19-8) ...
- Setting up m4 (1.4.19-8) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved containers.3.0 (cached)
-> installed conf-m4.1
-> retrieved dune.3.6.2 (cached)
-> retrieved dune-configurator.2.5.1, dune-private-libs.2.5.1 (cached)
-> retrieved embedded_ocaml_templates.0.8.1 (cached)
-> retrieved gen.0.2.2 (cached)
-> retrieved jbuilder.1.0+beta20.1 (cached)
-> retrieved ocaml-compiler-libs.v0.11.0 (cached)
-> retrieved ocaml-migrate-parsetree.2.1.0 (cached)
-> retrieved ocamlbuild.0.14.0 (cached)
-> retrieved ocamlfind.1.8.1 (cached)
-> retrieved pprint.20171003 (cached)
-> retrieved ppx_derivers.1.0 (cached)
-> retrieved ppxlib.0.20.0 (cached)
-> retrieved sedlex.2.3 (cached)
-> retrieved seq.0.3 (cached)
-> retrieved sexplib0.v0.12.0 (cached)
-> retrieved stdlib-shims.0.1.0 (cached)
-> retrieved topkg.1.0.8 (cached)
-> retrieved uchar.0.0.2 (cached)
-> retrieved uutf.1.0.3 (cached)
-> removed embedded_ocaml_templates.0.8.1
-> removed containers.3.18
-> removed dune-configurator.3.22.2
-> removed csexp.1.5.2
-> removed either.1.0.0
-> removed pprint.20230830
-> removed sedlex.3.7
-> removed gen.1.1
-> removed ppxlib.0.38.0
-> removed ocaml-compiler-libs.v0.12.4
-> removed ppx_derivers.1.2.1
-> removed seq.base
-> removed sexplib0.v0.16.0
-> removed stdlib-shims.0.3.0
-> removed dune.3.23.1
-> removed ocamlfind-secondary.1.9.6
-> removed ocaml-secondary-compiler.4.14.2
-> removed uutf.1.0.4
-> removed topkg.1.1.1
-> removed ocamlbuild.0.16.1
-> removed ocamlfind.1.9.6
-> installed jbuilder.1.0+beta20.1
-> installed ocamlbuild.0.14.0
-> installed ocamlfind.1.8.1
-> installed ocaml-compiler-libs.v0.11.0
-> installed ppx_derivers.1.0
-> installed uchar.0.0.2
-> installed pprint.20171003
-> installed gen.0.2.2
-> installed topkg.1.0.8
-> installed uutf.1.0.3
-> installed dune.3.6.2
-> installed seq.0.3
-> installed stdlib-shims.0.1.0
-> installed sexplib0.v0.12.0
-> installed ocaml-migrate-parsetree.2.1.0
-> installed dune-private-libs.2.5.1
-> installed dune-configurator.2.5.1
-> installed containers.3.0
-> installed ppxlib.0.20.0
-> installed sedlex.2.3
-> installed embedded_ocaml_templates.0.8.1
Done.
<><> ocaml-migrate-parsetree.2.1.0 installed successfully <><><><><><><><><><><>
=> Note: This package is deprecated.
<><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
# To update the current shell environment, run: eval $(opam env)
2026-05-20 11:24.10 ---> saved as "7ff216ec958dd410b41f228b564cd335916977276ddedbd6d413be6a31b7a35a"
Job succeeded
2026-05-20 11:24.17: Job succeeded