- github
- ocaml
- opam-repository
- 6e365c
- distributions,centos-9-ocaml-4.14,liquidsoap-lang.2.4.3
(not at the head of any monitored branch or PR)
2026-04-11 21:11.42: New job: build liquidsoap-lang.2.4.3, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29708/head (6e365c3152323f2e4b6fb688668cd535d3dd08a0)
on centos-9-ocaml-4.14/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/29708/head" && git reset --hard 6e365c31
git fetch origin master
git merge --no-edit c18adeb75d158d5999645fdf3e6e1503c882cdc3
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:centos-9-ocaml-4.14@sha256:c88a8dd5557c6e7de3112fb0a71c6e479a9463c7d7db04b91ba60e34082cc73d
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 liquidsoap-lang.2.4.3 2.4.3
RUN opam reinstall liquidsoap-lang.2.4.3; \
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 "\"centos-9\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'liquidsoap-lang.2.4.3' && 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-04-11 21:11.42: Using cache hint "ocaml/opam:centos-9-ocaml-4.14@sha256:c88a8dd5557c6e7de3112fb0a71c6e479a9463c7d7db04b91ba60e34082cc73d-liquidsoap-lang.2.4.3-6e365c3152323f2e4b6fb688668cd535d3dd08a0"
2026-04-11 21:11.42: Using OBuilder spec:
((from ocaml/opam:centos-9-ocaml-4.14@sha256:c88a8dd5557c6e7de3112fb0a71c6e479a9463c7d7db04b91ba60e34082cc73d)
(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 liquidsoap-lang.2.4.3 2.4.3"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall liquidsoap-lang.2.4.3;\
\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 \"\\\"centos-9\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'liquidsoap-lang.2.4.3' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-04-11 21:11.42: Waiting for resource in pool OCluster
2026-04-11 21:11.44: Waiting for worker…
2026-04-11 21:12.34: Got resource from pool OCluster
Building on eumache.caelum.ci.dev
All commits already cached
HEAD is now at c18adeb75d Merge pull request #29698 from daysv/release-sm-0.1.1
Updating c18adeb75d..6e365c3152
Fast-forward
packages/liquidsoap-js/liquidsoap-js.2.4.3/opam | 44 ++++++
.../liquidsoap-lang/liquidsoap-lang.2.4.3/opam | 47 ++++++
.../liquidsoap-mode/liquidsoap-mode.2.4.3/opam | 47 ++++++
packages/liquidsoap/liquidsoap.2.4.3/opam | 163 +++++++++++++++++++++
4 files changed, 301 insertions(+)
create mode 100644 packages/liquidsoap-js/liquidsoap-js.2.4.3/opam
create mode 100644 packages/liquidsoap-lang/liquidsoap-lang.2.4.3/opam
create mode 100644 packages/liquidsoap-mode/liquidsoap-mode.2.4.3/opam
create mode 100644 packages/liquidsoap/liquidsoap.2.4.3/opam
(from ocaml/opam:centos-9-ocaml-4.14@sha256:c88a8dd5557c6e7de3112fb0a71c6e479a9463c7d7db04b91ba60e34082cc73d)
Unable to find image 'ocaml/opam:centos-9-ocaml-4.14@sha256:c88a8dd5557c6e7de3112fb0a71c6e479a9463c7d7db04b91ba60e34082cc73d' locally
docker.io/ocaml/opam@sha256:c88a8dd5557c6e7de3112fb0a71c6e479a9463c7d7db04b91ba60e34082cc73d: Pulling from ocaml/opam
770dd3c6e92a: Pulling fs layer
2911f7a46957: Pulling fs layer
1ba9cdf1cfa2: Pulling fs layer
b8cab8220132: Pulling fs layer
0fc6a39ae9a6: Pulling fs layer
8e3c4b256b97: Pulling fs layer
81d04adc2c14: Pulling fs layer
32c8500591a6: Pulling fs layer
770dd3c6e92a: Waiting
4742b13dfe20: Pulling fs layer
b8cab8220132: Waiting
2911f7a46957: Waiting
75e8da1c41c0: Pulling fs layer
1ba9cdf1cfa2: Waiting
0fc6a39ae9a6: Waiting
4ab47d63416a: Pulling fs layer
8e3c4b256b97: Waiting
cfcf083e24eb: Pulling fs layer
81d04adc2c14: Waiting
32c8500591a6: Waiting
11a895b5c6b8: Pulling fs layer
4742b13dfe20: Waiting
4ab47d63416a: Waiting
7315a5f1d521: Pulling fs layer
11a895b5c6b8: Waiting
6d53afc9944a: Pulling fs layer
7315a5f1d521: Waiting
01a19d7847db: Pulling fs layer
468b202f5c51: Pulling fs layer
6d53afc9944a: Waiting
01a19d7847db: Waiting
9483876bca3a: Pulling fs layer
468b202f5c51: Waiting
d6107db0e83f: Pulling fs layer
9483876bca3a: Waiting
9c6e5669169a: Pulling fs layer
d6107db0e83f: Waiting
4df4284e66b0: Pulling fs layer
9c6e5669169a: Waiting
0edefb19f27d: Pulling fs layer
4f4fb700ef54: Pulling fs layer
4df4284e66b0: Waiting
0edefb19f27d: Waiting
2807c7feeb16: Pulling fs layer
8680bb8a718a: Pulling fs layer
4f4fb700ef54: Waiting
2807c7feeb16: Waiting
06751cba04f2: Pulling fs layer
13f5be086fed: Pulling fs layer
8680bb8a718a: Waiting
957abdf3ad3f: Pulling fs layer
13f5be086fed: Waiting
06751cba04f2: Waiting
09d6d06570d8: Pulling fs layer
957abdf3ad3f: Waiting
cc7c7e93d349: Pulling fs layer
9a2f817a1a31: Pulling fs layer
09d6d06570d8: Waiting
edd80250b1b7: Pulling fs layer
cc7c7e93d349: Waiting
9a2f817a1a31: Waiting
62d651938aec: Pulling fs layer
edd80250b1b7: Waiting
eb6ca9ab5ee4: Pulling fs layer
62d651938aec: Waiting
cf62d41b045f: Pulling fs layer
eb6ca9ab5ee4: Waiting
95cf778f2748: Pulling fs layer
980d060a5b06: Pulling fs layer
f2f419e9f123: Pulling fs layer
cf62d41b045f: Waiting
2862ab4a5d4a: Pulling fs layer
980d060a5b06: Waiting
cd2c468df6a8: Pulling fs layer
2862ab4a5d4a: Waiting
cd2c468df6a8: Waiting
2520e20ac8f9: Pulling fs layer
95cf778f2748: Waiting
f2f419e9f123: Waiting
34f32e8081d2: Pulling fs layer
7599ab655cd4: Pulling fs layer
34f32e8081d2: Waiting
6677f2542f59: Pulling fs layer
7599ab655cd4: Waiting
ad7a79772988: Pulling fs layer
6677f2542f59: Waiting
ad7a79772988: Waiting
2520e20ac8f9: Waiting
2911f7a46957: Download complete
770dd3c6e92a: Verifying Checksum
770dd3c6e92a: Download complete
1ba9cdf1cfa2: Verifying Checksum
1ba9cdf1cfa2: Download complete
0fc6a39ae9a6: Verifying Checksum
0fc6a39ae9a6: Download complete
8e3c4b256b97: Verifying Checksum
8e3c4b256b97: Download complete
81d04adc2c14: Verifying Checksum
81d04adc2c14: Download complete
32c8500591a6: Verifying Checksum
32c8500591a6: Download complete
4742b13dfe20: Verifying Checksum
4742b13dfe20: Download complete
75e8da1c41c0: Verifying Checksum
75e8da1c41c0: Download complete
770dd3c6e92a: Pull complete
2911f7a46957: Pull complete
4ab47d63416a: Verifying Checksum
4ab47d63416a: Download complete
cfcf083e24eb: Verifying Checksum
cfcf083e24eb: Download complete
1ba9cdf1cfa2: Pull complete
11a895b5c6b8: Verifying Checksum
11a895b5c6b8: Download complete
7315a5f1d521: Download complete
6d53afc9944a: Verifying Checksum
6d53afc9944a: Download complete
01a19d7847db: Verifying Checksum
01a19d7847db: Download complete
468b202f5c51: Verifying Checksum
9483876bca3a: Download complete
d6107db0e83f: Verifying Checksum
d6107db0e83f: Download complete
9c6e5669169a: Verifying Checksum
9c6e5669169a: Download complete
4df4284e66b0: Verifying Checksum
4df4284e66b0: Download complete
0edefb19f27d: Verifying Checksum
0edefb19f27d: Download complete
4f4fb700ef54: Download complete
2807c7feeb16: Verifying Checksum
2807c7feeb16: Download complete
8680bb8a718a: Verifying Checksum
8680bb8a718a: Download complete
06751cba04f2: Verifying Checksum
06751cba04f2: Download complete
13f5be086fed: Verifying Checksum
13f5be086fed: Download complete
957abdf3ad3f: Verifying Checksum
957abdf3ad3f: Download complete
09d6d06570d8: Verifying Checksum
09d6d06570d8: Download complete
cc7c7e93d349: Verifying Checksum
cc7c7e93d349: Download complete
9a2f817a1a31: Download complete
edd80250b1b7: Download complete
62d651938aec: Verifying Checksum
62d651938aec: Download complete
eb6ca9ab5ee4: Verifying Checksum
eb6ca9ab5ee4: Download complete
cf62d41b045f: Download complete
95cf778f2748: Verifying Checksum
95cf778f2748: Download complete
980d060a5b06: Verifying Checksum
980d060a5b06: Download complete
2862ab4a5d4a: Verifying Checksum
2862ab4a5d4a: Download complete
cd2c468df6a8: Download complete
2520e20ac8f9: Verifying Checksum
2520e20ac8f9: Download complete
f2f419e9f123: Verifying Checksum
f2f419e9f123: Download complete
7599ab655cd4: Download complete
6677f2542f59: Verifying Checksum
6677f2542f59: Download complete
ad7a79772988: Verifying Checksum
ad7a79772988: Download complete
b8cab8220132: Verifying Checksum
b8cab8220132: Download complete
34f32e8081d2: Verifying Checksum
34f32e8081d2: Download complete
b8cab8220132: Pull complete
0fc6a39ae9a6: Pull complete
8e3c4b256b97: Pull complete
81d04adc2c14: Pull complete
32c8500591a6: Pull complete
4742b13dfe20: Pull complete
75e8da1c41c0: Pull complete
4ab47d63416a: Pull complete
cfcf083e24eb: Pull complete
11a895b5c6b8: Pull complete
7315a5f1d521: Pull complete
6d53afc9944a: Pull complete
01a19d7847db: Pull complete
468b202f5c51: Pull complete
9483876bca3a: Pull complete
d6107db0e83f: Pull complete
9c6e5669169a: Pull complete
4df4284e66b0: Pull complete
0edefb19f27d: Pull complete
4f4fb700ef54: Pull complete
2807c7feeb16: Pull complete
8680bb8a718a: Pull complete
06751cba04f2: Pull complete
13f5be086fed: Pull complete
957abdf3ad3f: Pull complete
09d6d06570d8: Pull complete
cc7c7e93d349: Pull complete
9a2f817a1a31: Pull complete
edd80250b1b7: Pull complete
62d651938aec: Pull complete
eb6ca9ab5ee4: Pull complete
cf62d41b045f: Pull complete
95cf778f2748: Pull complete
980d060a5b06: Pull complete
f2f419e9f123: Pull complete
2862ab4a5d4a: Pull complete
cd2c468df6a8: Pull complete
2520e20ac8f9: Pull complete
34f32e8081d2: Pull complete
7599ab655cd4: Pull complete
6677f2542f59: Pull complete
ad7a79772988: Pull complete
Digest: sha256:c88a8dd5557c6e7de3112fb0a71c6e479a9463c7d7db04b91ba60e34082cc73d
Status: Downloaded newer image for ocaml/opam@sha256:c88a8dd5557c6e7de3112fb0a71c6e479a9463c7d7db04b91ba60e34082cc73d
2026-04-11 21:18.40 ---> saved as "c12e2683b1b7ccfd4c3fbeab718f9187e348fe216065f1494d2140dffddc01a2"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-04-11 21:18.40 ---> saved as "65280ae944a3d789bae6518b368f1a8da0d261ce83bde3bd2773b24ed5890349"
/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-04-11 21:19.07 ---> saved as "007fe2a6ea8fcb5134e6a455038f453f7754a6e2eff6e9c589467dbeb25d6310"
/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=centos os-version=9
# 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.14
# invariant ["ocaml-base-compiler" {= "4.14.3"}]
# compiler-packages ocaml-base-compiler.4.14.3, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.3
2026-04-11 21:19.08 ---> saved as "6ea348567818f3efd15ff5914a3401c33c88366492ac7386bd5ac8f5a9d132b4"
/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-04-11 21:19.25 ---> saved as "0876e5deec9e4a9f153239abfebbb2b346abbfef9264a5b4b6f414be496cc668"
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-11 21:19.32 ---> saved as "40da7870a20841712955df444421b3fdd671fdd169da132326d6cc92321128d2"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-11 21:19.59 ---> saved as "ef3feb770c9a30d9775acb76d7554223f6185b9bbd3b9038c4b74260e7aa3b34"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 9 - BaseOS 60 kB/s | 14 kB 00:00
- CentOS Stream 9 - BaseOS 9.0 MB/s | 8.9 MB 00:00
- CentOS Stream 9 - AppStream 111 kB/s | 15 kB 00:00
- CentOS Stream 9 - AppStream 12 MB/s | 27 MB 00:02
- CentOS Stream 9 - CRB 109 kB/s | 14 kB 00:00
- CentOS Stream 9 - CRB 8.2 MB/s | 8.0 MB 00:00
- CentOS Stream 9 - Extras packages 116 kB/s | 16 kB 00:00
- Metadata cache created.
2026-04-11 21:20.20 ---> saved as "dfeb1d57b77fd8507eec887bed6663d02fd2518869c240a6d40f30464d9b823e"
/home/opam: (run (shell "opam pin add -k version -yn liquidsoap-lang.2.4.3 2.4.3"))
liquidsoap-lang is now pinned to version 2.4.3
2026-04-11 21:20.21 ---> saved as "6963a3b904474b72e1f30f69ba61b54d538490734dfb4eca55fea68526ec26b0"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall liquidsoap-lang.2.4.3;\
\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 \"\\\"centos-9\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'liquidsoap-lang.2.4.3' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
liquidsoap-lang.2.4.3 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 38 packages
- install base v0.16.4 [required by ppx_hash, ppx_string]
- install csexp 1.5.2 [required by dune-private-libs]
- install domain_shims 0.1.0 [required by liquidsoap-lang]
- install dune 3.22.1 [required by liquidsoap-lang]
- install dune-configurator 3.22.1 [required by base]
- install dune-private-libs 3.22.1 [required by dune-site]
- install dune-site 3.22.1 [required by liquidsoap-lang]
- install dyn 3.22.1 [required by dune-private-libs]
- install fileutils 0.6.6 [required by liquidsoap-lang]
- install fs-io 3.22.1 [required by stdune]
- install gen 1.1 [required by sedlex]
- install liquidsoap-lang 2.4.3 (pinned)
- install menhir 20260209 [required by liquidsoap-lang]
- install menhirCST 20260209 [required by menhir]
- install menhirGLR 20260209 [required by menhir]
- install menhirLib 20260209 [required by menhir]
- install menhirSdk 20260209 [required by menhir]
- install ocaml-compiler-libs v0.12.4 [required by ppxlib]
- install ordering 3.22.1 [required by dyn, stdune]
- install pp 2.0.0 [required by dune-private-libs]
- install ppx_base v0.16.0 [required by ppx_string]
- install ppx_cold v0.16.0 [required by ppx_base]
- install ppx_compare v0.16.0 [required by ppx_hash]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppx_enumerate v0.16.0 [required by ppx_base]
- install ppx_globalize v0.16.0 [required by ppx_base]
- install ppx_hash v0.16.0 [required by liquidsoap-lang]
- install ppx_sexp_conv v0.16.0 [required by ppx_hash]
- install ppx_string v0.16.0 [required by liquidsoap-lang]
- install ppxlib 0.35.0 [required by ppx_string, ppx_hash, sedlex]
- install re 1.14.0 [required by liquidsoap-lang]
- install sedlex 3.7 [required by liquidsoap-lang]
- install seq base [required by gen]
- install sexplib0 v0.16.0 [required by base, ppx_sexp_conv]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install stdune 3.22.1 [required by dune-private-libs]
- install top-closure 3.22.1 [required by stdune]
- install xml-light 2.5 [required by liquidsoap-lang]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.16.4 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved domain_shims.0.1.0 (cached)
-> retrieved dune.3.22.1, dune-configurator.3.22.1, dune-private-libs.3.22.1, dune-site.3.22.1, dyn.3.22.1, fs-io.3.22.1, ordering.3.22.1, stdune.3.22.1, top-closure.3.22.1 (cached)
-> retrieved fileutils.0.6.6 (cached)
-> retrieved gen.1.1 (cached)
-> retrieved liquidsoap-lang.2.4.3 (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)
-> retrieved ocaml-compiler-libs.v0.12.4 (cached)
-> retrieved pp.2.0.0 (cached)
-> retrieved ppx_base.v0.16.0 (cached)
-> retrieved ppx_cold.v0.16.0 (cached)
-> retrieved ppx_compare.v0.16.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_enumerate.v0.16.0 (cached)
-> retrieved ppx_globalize.v0.16.0 (cached)
-> retrieved ppx_hash.v0.16.0 (cached)
-> retrieved ppx_sexp_conv.v0.16.0 (cached)
-> retrieved ppx_string.v0.16.0 (cached)
-> retrieved ppxlib.0.35.0 (cached)
-> retrieved re.1.14.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 xml-light.2.5 (cached)
-> installed dune.3.22.1
-> installed csexp.1.5.2
-> installed domain_shims.0.1.0
-> installed fs-io.3.22.1
-> installed gen.1.1
-> installed menhirCST.20260209
-> installed menhirGLR.20260209
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed ocaml-compiler-libs.v0.12.4
-> installed ordering.3.22.1
-> installed pp.2.0.0
-> installed ppx_derivers.1.2.1
-> installed re.1.14.0
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed top-closure.3.22.1
-> installed xml-light.2.5
-> installed dune-configurator.3.22.1
-> installed fileutils.0.6.6
-> installed dyn.3.22.1
-> installed base.v0.16.4
-> installed menhir.20260209
-> installed stdune.3.22.1
-> installed dune-private-libs.3.22.1
-> installed dune-site.3.22.1
-> installed ppxlib.0.35.0
-> installed ppx_globalize.v0.16.0
-> installed ppx_cold.v0.16.0
-> installed ppx_enumerate.v0.16.0
-> installed ppx_compare.v0.16.0
-> installed ppx_sexp_conv.v0.16.0
-> installed sedlex.3.7
-> installed ppx_hash.v0.16.0
-> installed ppx_base.v0.16.0
-> installed ppx_string.v0.16.0
-> installed liquidsoap-lang.2.4.3
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-11 21:22.03 ---> saved as "39149e449a7df50a3a7d65c375fb3eef44b8162526cf5d73edda4e745ec07c80"
Job succeeded
2026-04-11 21:22.08: Job succeeded