- github
- ocaml
- opam-repository
- 04bb69
- extras,arm32-ocaml-4.14,liquidsoap.2.4.2
(not at the head of any monitored branch or PR)
2026-04-13 14:55.07: New job: build liquidsoap.2.4.2, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29703/head (04bb6962c1b0506de5a277289b857c4093d55649)
on debian-13-ocaml-4.14/arm32v7
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29703/head" && git reset --hard 04bb6962
git fetch origin master
git merge --no-edit ba4685aeec7b28fde6af30c7b83004704c68c86a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:39b91237818617b0a71a7080b6942f04dcc6a0ca58db06c5eb6e03eacbae6bc7
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
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.2.4.2 2.4.2
RUN opam reinstall liquidsoap.2.4.2; \
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" != 'liquidsoap.2.4.2' && 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-13 14:55.07: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:39b91237818617b0a71a7080b6942f04dcc6a0ca58db06c5eb6e03eacbae6bc7-liquidsoap.2.4.2-04bb6962c1b0506de5a277289b857c4093d55649"
2026-04-13 14:55.07: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:39b91237818617b0a71a7080b6942f04dcc6a0ca58db06c5eb6e03eacbae6bc7)
(shell /usr/bin/linux32 /bin/sh -c)
(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.2.4.2 2.4.2"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall liquidsoap.2.4.2;\
\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\" != 'liquidsoap.2.4.2' && 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-13 14:55.07: Waiting for resource in pool OCluster
2026-04-13 14:55.08: Waiting for worker…
2026-04-13 15:16.48: Got resource from pool OCluster
Building on kydoime.caelum.ci.dev
All commits already cached
HEAD is now at ba4685aeec Merge pull request #29653 from yakobowski/camlidl
Merge made by the 'ort' strategy.
packages/ffmpeg-av/ffmpeg-av.1.3.0/opam | 51 ++++++++++++++++++++++
packages/ffmpeg-avcodec/ffmpeg-avcodec.1.3.0/opam | 50 +++++++++++++++++++++
.../ffmpeg-avdevice/ffmpeg-avdevice.1.3.0/opam | 50 +++++++++++++++++++++
.../ffmpeg-avfilter/ffmpeg-avfilter.1.3.0/opam | 50 +++++++++++++++++++++
packages/ffmpeg-avutil/ffmpeg-avutil.1.3.0/opam | 51 ++++++++++++++++++++++
.../ffmpeg-swresample/ffmpeg-swresample.1.3.0/opam | 51 ++++++++++++++++++++++
packages/ffmpeg-swscale/ffmpeg-swscale.1.3.0/opam | 50 +++++++++++++++++++++
packages/ffmpeg/ffmpeg.1.3.0/opam | 44 +++++++++++++++++++
.../liquidsoap-core/liquidsoap-core.2.2.0/opam | 2 +-
.../liquidsoap-core/liquidsoap-core.2.2.1/opam | 2 +-
.../liquidsoap-core/liquidsoap-core.2.2.2/opam | 2 +-
.../liquidsoap-core/liquidsoap-core.2.2.3/opam | 2 +-
.../liquidsoap-core/liquidsoap-core.2.2.4-1/opam | 2 +-
.../liquidsoap-core/liquidsoap-core.2.2.5/opam | 2 +-
.../liquidsoap-core/liquidsoap-core.2.3.0/opam | 2 +-
packages/liquidsoap/liquidsoap.2.4.0/opam | 2 +-
packages/liquidsoap/liquidsoap.2.4.2/opam | 2 +-
17 files changed, 406 insertions(+), 9 deletions(-)
create mode 100644 packages/ffmpeg-av/ffmpeg-av.1.3.0/opam
create mode 100644 packages/ffmpeg-avcodec/ffmpeg-avcodec.1.3.0/opam
create mode 100644 packages/ffmpeg-avdevice/ffmpeg-avdevice.1.3.0/opam
create mode 100644 packages/ffmpeg-avfilter/ffmpeg-avfilter.1.3.0/opam
create mode 100644 packages/ffmpeg-avutil/ffmpeg-avutil.1.3.0/opam
create mode 100644 packages/ffmpeg-swresample/ffmpeg-swresample.1.3.0/opam
create mode 100644 packages/ffmpeg-swscale/ffmpeg-swscale.1.3.0/opam
create mode 100644 packages/ffmpeg/ffmpeg.1.3.0/opam
(from ocaml/opam:debian-13-ocaml-4.14@sha256:39b91237818617b0a71a7080b6942f04dcc6a0ca58db06c5eb6e03eacbae6bc7)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:39b91237818617b0a71a7080b6942f04dcc6a0ca58db06c5eb6e03eacbae6bc7' locally
docker.io/ocaml/opam@sha256:39b91237818617b0a71a7080b6942f04dcc6a0ca58db06c5eb6e03eacbae6bc7: Pulling from ocaml/opam
83d3fd32d825: Already exists
3df0dfd72ad0: Pulling fs layer
2a316f9c9b76: Pulling fs layer
efa82de2efff: Pulling fs layer
d71a99aebdea: Pulling fs layer
11c6a6b2d179: Pulling fs layer
ed37d593561b: Pulling fs layer
36ec5d086018: Pulling fs layer
b3744c7b02b9: Pulling fs layer
74a5417f91d9: Pulling fs layer
25f5bcf4379e: Pulling fs layer
9fa3c3859f66: Pulling fs layer
64cce05bcb6f: Pulling fs layer
746dc10c1c44: Pulling fs layer
96edbf3011df: Pulling fs layer
8038df952c10: Pulling fs layer
0c7a1007dfab: Pulling fs layer
bd4929421a2f: Pulling fs layer
c55ab25930c0: Pulling fs layer
41f370f53dae: Pulling fs layer
812b8365e613: Pulling fs layer
e7a8058b1ead: Pulling fs layer
4f4fb700ef54: Pulling fs layer
ec70781f5b22: Pulling fs layer
544b56d15f50: Pulling fs layer
ddcdb0c2c6bf: Pulling fs layer
16273490fd8a: Pulling fs layer
9c2e00e3bda1: Pulling fs layer
0c464e135915: Pulling fs layer
4be044fda122: Pulling fs layer
622b3eaf7ae3: Pulling fs layer
0018e3a3eb78: Pulling fs layer
da0dbef084c2: Pulling fs layer
d52300c63e78: Pulling fs layer
8883434d731b: Pulling fs layer
3ee9122ea050: Pulling fs layer
83ff0e002aeb: Pulling fs layer
ba3a8daef1d4: Pulling fs layer
214f634062fd: Pulling fs layer
3dbf8f7a1e4f: Pulling fs layer
8f02f1e5df11: Pulling fs layer
37cbae15dc64: Pulling fs layer
09617c6375b9: Pulling fs layer
e55627e14102: Pulling fs layer
79083d159882: Pulling fs layer
ec70781f5b22: Waiting
544b56d15f50: Waiting
64cce05bcb6f: Waiting
746dc10c1c44: Waiting
96edbf3011df: Waiting
16273490fd8a: Waiting
8038df952c10: Waiting
0c7a1007dfab: Waiting
9c2e00e3bda1: Waiting
0c464e135915: Waiting
ddcdb0c2c6bf: Waiting
622b3eaf7ae3: Waiting
4be044fda122: Waiting
da0dbef084c2: Waiting
0018e3a3eb78: Waiting
d52300c63e78: Waiting
8883434d731b: Waiting
bd4929421a2f: Waiting
36ec5d086018: Waiting
c55ab25930c0: Waiting
3ee9122ea050: Waiting
b3744c7b02b9: Waiting
25f5bcf4379e: Waiting
74a5417f91d9: Waiting
41f370f53dae: Waiting
83ff0e002aeb: Waiting
812b8365e613: Waiting
ba3a8daef1d4: Waiting
d71a99aebdea: Waiting
8f02f1e5df11: Waiting
e7a8058b1ead: Waiting
3dbf8f7a1e4f: Waiting
11c6a6b2d179: Waiting
37cbae15dc64: Waiting
9fa3c3859f66: Waiting
09617c6375b9: Waiting
4f4fb700ef54: Waiting
79083d159882: Waiting
e55627e14102: Waiting
ed37d593561b: Waiting
3df0dfd72ad0: Verifying Checksum
3df0dfd72ad0: Download complete
3df0dfd72ad0: Pull complete
2a316f9c9b76: Verifying Checksum
2a316f9c9b76: Download complete
2a316f9c9b76: Pull complete
efa82de2efff: Verifying Checksum
efa82de2efff: Pull complete
ed37d593561b: Verifying Checksum
ed37d593561b: Download complete
d71a99aebdea: Verifying Checksum
d71a99aebdea: Download complete
d71a99aebdea: Pull complete
b3744c7b02b9: Verifying Checksum
b3744c7b02b9: Download complete
36ec5d086018: Verifying Checksum
36ec5d086018: Download complete
74a5417f91d9: Verifying Checksum
74a5417f91d9: Download complete
9fa3c3859f66: Verifying Checksum
9fa3c3859f66: Download complete
64cce05bcb6f: Verifying Checksum
64cce05bcb6f: Download complete
25f5bcf4379e: Verifying Checksum
25f5bcf4379e: Download complete
96edbf3011df: Download complete
746dc10c1c44: Verifying Checksum
746dc10c1c44: Download complete
8038df952c10: Verifying Checksum
8038df952c10: Download complete
0c7a1007dfab: Verifying Checksum
0c7a1007dfab: Download complete
bd4929421a2f: Verifying Checksum
bd4929421a2f: Download complete
41f370f53dae: Verifying Checksum
41f370f53dae: Download complete
c55ab25930c0: Verifying Checksum
c55ab25930c0: Download complete
e7a8058b1ead: Verifying Checksum
e7a8058b1ead: Download complete
812b8365e613: Verifying Checksum
812b8365e613: Download complete
4f4fb700ef54: Download complete
544b56d15f50: Verifying Checksum
544b56d15f50: Download complete
ec70781f5b22: Verifying Checksum
ec70781f5b22: Download complete
ddcdb0c2c6bf: Verifying Checksum
ddcdb0c2c6bf: Download complete
16273490fd8a: Verifying Checksum
16273490fd8a: Download complete
9c2e00e3bda1: Verifying Checksum
9c2e00e3bda1: Download complete
0c464e135915: Verifying Checksum
0c464e135915: Download complete
4be044fda122: Verifying Checksum
4be044fda122: Download complete
622b3eaf7ae3: Verifying Checksum
622b3eaf7ae3: Download complete
0018e3a3eb78: Verifying Checksum
0018e3a3eb78: Download complete
da0dbef084c2: Verifying Checksum
da0dbef084c2: Download complete
d52300c63e78: Verifying Checksum
d52300c63e78: Download complete
8883434d731b: Verifying Checksum
8883434d731b: Download complete
83ff0e002aeb: Verifying Checksum
83ff0e002aeb: Download complete
ba3a8daef1d4: Verifying Checksum
ba3a8daef1d4: Download complete
214f634062fd: Verifying Checksum
214f634062fd: Download complete
3dbf8f7a1e4f: Verifying Checksum
3dbf8f7a1e4f: Download complete
8f02f1e5df11: Verifying Checksum
8f02f1e5df11: Download complete
11c6a6b2d179: Verifying Checksum
11c6a6b2d179: Download complete
09617c6375b9: Verifying Checksum
09617c6375b9: Download complete
e55627e14102: Verifying Checksum
e55627e14102: Download complete
79083d159882: Verifying Checksum
79083d159882: Download complete
37cbae15dc64: Verifying Checksum
37cbae15dc64: Download complete
3ee9122ea050: Verifying Checksum
3ee9122ea050: Download complete
11c6a6b2d179: Pull complete
ed37d593561b: Pull complete
36ec5d086018: Pull complete
b3744c7b02b9: Pull complete
74a5417f91d9: Pull complete
25f5bcf4379e: Pull complete
9fa3c3859f66: Pull complete
64cce05bcb6f: Pull complete
746dc10c1c44: Pull complete
96edbf3011df: Pull complete
8038df952c10: Pull complete
0c7a1007dfab: Pull complete
bd4929421a2f: Pull complete
c55ab25930c0: Pull complete
41f370f53dae: Pull complete
812b8365e613: Pull complete
e7a8058b1ead: Pull complete
4f4fb700ef54: Pull complete
ec70781f5b22: Pull complete
544b56d15f50: Pull complete
ddcdb0c2c6bf: Pull complete
16273490fd8a: Pull complete
9c2e00e3bda1: Pull complete
0c464e135915: Pull complete
4be044fda122: Pull complete
622b3eaf7ae3: Pull complete
0018e3a3eb78: Pull complete
da0dbef084c2: Pull complete
d52300c63e78: Pull complete
8883434d731b: Pull complete
3ee9122ea050: Pull complete
83ff0e002aeb: Pull complete
ba3a8daef1d4: Pull complete
214f634062fd: Pull complete
3dbf8f7a1e4f: Pull complete
8f02f1e5df11: Pull complete
37cbae15dc64: Pull complete
09617c6375b9: Pull complete
e55627e14102: Pull complete
79083d159882: Pull complete
Digest: sha256:39b91237818617b0a71a7080b6942f04dcc6a0ca58db06c5eb6e03eacbae6bc7
Status: Downloaded newer image for ocaml/opam@sha256:39b91237818617b0a71a7080b6942f04dcc6a0ca58db06c5eb6e03eacbae6bc7
2026-04-13 15:16.50 ---> using "d8704a1eb4be8992901edc30ae858afd677afbaf9ee7a0f6bc60bc9bd0a7f2da" from cache
/: (shell /usr/bin/linux32 /bin/sh -c)
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-04-13 15:16.50 ---> using "0115d5b3a1e72f783a953e92320f8914a96b6c2684a57903d8c4c389997ce753" 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.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-13 15:16.50 ---> using "511524c898d9451e75e07340dc4dfd0a99cb5cd7c0260937bffdf5292d2a543b" from cache
/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version 2.5.0
# self-upgrade no
# system arch=arm32 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 79
# 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-13 15:16.50 ---> using "97d706482b83f54bcfeb6e73e9298e235c728ff3d3593949698d1349070dff90" 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-04-13 15:16.50 ---> using "e24ffb6c728d4d50c5c3bd385a080114ab980790a257ec3c4f3974c6241c5c6a" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-13 15:16.57 ---> saved as "a0c78bd7c051063e48bb7b61d6580cdc80d2b6aeadad89898844a19f028116e4"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-13 15:17.26 ---> saved as "e435ad88932cbae120d911c0ecdcc2c8dbc07cd57232a506c3b603e18ed00bfe"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- 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-security trixie-security/main armhf Packages [117 kB]
- Fetched 208 kB in 1s (306 kB/s)
- Reading package lists...
-
2026-04-13 15:17.28 ---> saved as "2f2cf15e4e9ccd517b02052c86608cb1b2b0bb3bd0efa18c52cba89e6c853d9b"
/home/opam: (run (shell "opam pin add -k version -yn liquidsoap.2.4.2 2.4.2"))
liquidsoap is now pinned to version 2.4.2
2026-04-13 15:17.28 ---> saved as "f0ff3d31f1c6b6533d1404c2540ee1ecd76eac5454323345f695a36c51ea2834"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall liquidsoap.2.4.2;\
\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\" != 'liquidsoap.2.4.2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
liquidsoap.2.4.2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 54 packages
- install angstrom 0.16.1 [required by uri]
- install base v0.16.4 [required by ppx_hash, ppx_string]
- install base-bytes base [required by liquidsoap]
- install bigstringaf 0.10.0 [required by angstrom]
- install camlp-streams 5.0.1 [required by camomile]
- install camomile 2.0.0 [required by liquidsoap]
- install conf-libcurl 2 [required by curl]
- install csexp 1.5.2 [required by dune-configurator]
- install curl 0.10.0 [required by liquidsoap]
- install dune 3.22.1 [required by liquidsoap]
- install dune-build-info 3.22.1 [required by liquidsoap]
- install dune-configurator 3.22.1 [required by curl, mm]
- install dune-private-libs 3.22.1 [required by dune-site]
- install dune-site 3.22.1 [required by camomile, 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 2.4.2 (pinned)
- install liquidsoap-lang 2.4.2 [required by liquidsoap]
- install magic-mime 1.3.1 [required by liquidsoap]
- install mem_usage 0.1.3 [required by liquidsoap]
- install menhir 20260209 [required by liquidsoap-lang]
- install menhirCST 20260209 [required by menhir]
- install menhirGLR 20260209 [required by menhir]
- install menhirLib 20260209 [required by liquidsoap]
- install menhirSdk 20260209 [required by menhir]
- install metadata 0.3.2 [required by liquidsoap]
- install mm 0.8.6 [required by liquidsoap]
- install ocaml-compiler-libs v0.12.4 [required by ppxlib]
- install ocaml-syntax-shims 1.0.0 [required by angstrom]
- install ocamlfind 1.9.8 [required by base-bytes]
- 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]
- install ppxlib 0.35.0 [required by ppx_string, ppx_hash, sedlex]
- install re 1.13.2 [required by liquidsoap]
- install sedlex 3.7 [required by liquidsoap-lang]
- install seq base [required by re]
- 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 stringext 1.6.0 [required by uri]
- install top-closure 3.22.1 [required by stdune]
- install uri 4.4.0 [required by liquidsoap]
- install xml-light 2.5 [required by liquidsoap-lang]
The following system packages will first need to be installed:
libcurl4-gnutls-dev
<><> 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" "libcurl4-gnutls-dev"
- (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 ... 20349 files and directories currently installed.)
- Preparing to unpack .../openssl-provider-legacy_3.5.5-1~deb13u2_armhf.deb ...
- Unpacking openssl-provider-legacy (3.5.5-1~deb13u2) over (3.5.5-1~deb13u1) ...
- Setting up openssl-provider-legacy (3.5.5-1~deb13u2) ...
- (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 ... 20349 files and directories currently installed.)
- Preparing to unpack .../libssl3t64_3.5.5-1~deb13u2_armhf.deb ...
- Unpacking libssl3t64:armhf (3.5.5-1~deb13u2) over (3.5.5-1~deb13u1) ...
- Setting up libssl3t64:armhf (3.5.5-1~deb13u2) ...
- Selecting previously unselected package comerr-dev:armhf.
- (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 ... 20349 files and directories currently installed.)
- Preparing to unpack .../00-comerr-dev_2.1-1.47.2-3+b10_armhf.deb ...
- Unpacking comerr-dev:armhf (2.1-1.47.2-3+b10) ...
- Selecting previously unselected package libgssrpc4t64:armhf.
- Preparing to unpack .../01-libgssrpc4t64_1.21.3-5_armhf.deb ...
- Unpacking libgssrpc4t64:armhf (1.21.3-5) ...
- Selecting previously unselected package libkadm5clnt-mit12:armhf.
- Preparing to unpack .../02-libkadm5clnt-mit12_1.21.3-5_armhf.deb ...
- Unpacking libkadm5clnt-mit12:armhf (1.21.3-5) ...
- Selecting previously unselected package libkdb5-10t64:armhf.
- Preparing to unpack .../03-libkdb5-10t64_1.21.3-5_armhf.deb ...
- Unpacking libkdb5-10t64:armhf (1.21.3-5) ...
- Selecting previously unselected package libkadm5srv-mit12:armhf.
- Preparing to unpack .../04-libkadm5srv-mit12_1.21.3-5_armhf.deb ...
- Unpacking libkadm5srv-mit12:armhf (1.21.3-5) ...
- Selecting previously unselected package krb5-multidev:armhf.
- Preparing to unpack .../05-krb5-multidev_1.21.3-5_armhf.deb ...
- Unpacking krb5-multidev:armhf (1.21.3-5) ...
- Selecting previously unselected package libbrotli-dev:armhf.
- Preparing to unpack .../06-libbrotli-dev_1.1.0-2+b7_armhf.deb ...
- Unpacking libbrotli-dev:armhf (1.1.0-2+b7) ...
- Selecting previously unselected package libevent-2.1-7t64:armhf.
- Preparing to unpack .../07-libevent-2.1-7t64_2.1.12-stable-10+b1_armhf.deb ...
- Unpacking libevent-2.1-7t64:armhf (2.1.12-stable-10+b1) ...
- Selecting previously unselected package libunbound8:armhf.
- Preparing to unpack .../08-libunbound8_1.22.0-2+deb13u1_armhf.deb ...
- Unpacking libunbound8:armhf (1.22.0-2+deb13u1) ...
- Selecting previously unselected package libgnutls-dane0t64:armhf.
- Preparing to unpack .../09-libgnutls-dane0t64_3.8.9-3+deb13u2_armhf.deb ...
- Unpacking libgnutls-dane0t64:armhf (3.8.9-3+deb13u2) ...
- Selecting previously unselected package libgnutls-openssl27t64:armhf.
- Preparing to unpack .../10-libgnutls-openssl27t64_3.8.9-3+deb13u2_armhf.deb ...
- Unpacking libgnutls-openssl27t64:armhf (3.8.9-3+deb13u2) ...
- Selecting previously unselected package libidn2-dev:armhf.
- Preparing to unpack .../11-libidn2-dev_2.3.8-2_armhf.deb ...
- Unpacking libidn2-dev:armhf (2.3.8-2) ...
- Selecting previously unselected package libp11-kit-dev:armhf.
- Preparing to unpack .../12-libp11-kit-dev_0.25.5-3_armhf.deb ...
- Unpacking libp11-kit-dev:armhf (0.25.5-3) ...
- Selecting previously unselected package libtasn1-6-dev:armhf.
- Preparing to unpack .../13-libtasn1-6-dev_4.20.0-2_armhf.deb ...
- Unpacking libtasn1-6-dev:armhf (4.20.0-2) ...
- Selecting previously unselected package libgmpxx4ldbl:armhf.
- Preparing to unpack .../14-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_armhf.deb ...
- Unpacking libgmpxx4ldbl:armhf (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libgmp-dev:armhf.
- Preparing to unpack .../15-libgmp-dev_2%3a6.3.0+dfsg-3_armhf.deb ...
- Unpacking libgmp-dev:armhf (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package nettle-dev:armhf.
- Preparing to unpack .../16-nettle-dev_3.10.1-1_armhf.deb ...
- Unpacking nettle-dev:armhf (3.10.1-1) ...
- Selecting previously unselected package libgnutls28-dev:armhf.
- Preparing to unpack .../17-libgnutls28-dev_3.8.9-3+deb13u2_armhf.deb ...
- Unpacking libgnutls28-dev:armhf (3.8.9-3+deb13u2) ...
- Selecting previously unselected package libkrb5-dev:armhf.
- Preparing to unpack .../18-libkrb5-dev_1.21.3-5_armhf.deb ...
- Unpacking libkrb5-dev:armhf (1.21.3-5) ...
- Selecting previously unselected package libldap-dev:armhf.
- Preparing to unpack .../19-libldap-dev_2.6.10+dfsg-1_armhf.deb ...
- Unpacking libldap-dev:armhf (2.6.10+dfsg-1) ...
- Selecting previously unselected package libpkgconf3:armhf.
- Preparing to unpack .../20-libpkgconf3_1.8.1-4_armhf.deb ...
- Unpacking libpkgconf3:armhf (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../21-pkgconf-bin_1.8.1-4_armhf.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:armhf.
- Preparing to unpack .../22-pkgconf_1.8.1-4_armhf.deb ...
- Unpacking pkgconf:armhf (1.8.1-4) ...
- Selecting previously unselected package libnghttp2-dev:armhf.
- Preparing to unpack .../23-libnghttp2-dev_1.64.0-1.1_armhf.deb ...
- Unpacking libnghttp2-dev:armhf (1.64.0-1.1) ...
- Selecting previously unselected package libnghttp3-dev:armhf.
- Preparing to unpack .../24-libnghttp3-dev_1.8.0-1_armhf.deb ...
- Unpacking libnghttp3-dev:armhf (1.8.0-1) ...
- Selecting previously unselected package libngtcp2-crypto-gnutls-dev:armhf.
- Preparing to unpack .../25-libngtcp2-crypto-gnutls-dev_1.11.0-1_armhf.deb ...
- Unpacking libngtcp2-crypto-gnutls-dev:armhf (1.11.0-1) ...
- Selecting previously unselected package libngtcp2-dev:armhf.
- Preparing to unpack .../26-libngtcp2-dev_1.11.0-1_armhf.deb ...
- Unpacking libngtcp2-dev:armhf (1.11.0-1) ...
- Selecting previously unselected package libpsl-dev:armhf.
- Preparing to unpack .../27-libpsl-dev_0.21.2-1.1+b1_armhf.deb ...
- Unpacking libpsl-dev:armhf (0.21.2-1.1+b1) ...
- Selecting previously unselected package zlib1g-dev:armhf.
- Preparing to unpack .../28-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_armhf.deb ...
- Unpacking zlib1g-dev:armhf (1:1.3.dfsg+really1.3.1-1+b1) ...
- Selecting previously unselected package librtmp-dev:armhf.
- Preparing to unpack .../29-librtmp-dev_2.4+20151223.gitfa8646d.1-2+b5_armhf.deb ...
- Unpacking librtmp-dev:armhf (2.4+20151223.gitfa8646d.1-2+b5) ...
- Selecting previously unselected package libssl-dev:armhf.
- Preparing to unpack .../30-libssl-dev_3.5.5-1~deb13u2_armhf.deb ...
- Unpacking libssl-dev:armhf (3.5.5-1~deb13u2) ...
- Selecting previously unselected package libssh2-1-dev:armhf.
- Preparing to unpack .../31-libssh2-1-dev_1.11.1-1_armhf.deb ...
- Unpacking libssh2-1-dev:armhf (1.11.1-1) ...
- Selecting previously unselected package libzstd-dev:armhf.
- Preparing to unpack .../32-libzstd-dev_1.5.7+dfsg-1_armhf.deb ...
- Unpacking libzstd-dev:armhf (1.5.7+dfsg-1) ...
- Selecting previously unselected package libcurl4-gnutls-dev:armhf.
- Preparing to unpack .../33-libcurl4-gnutls-dev_8.14.1-2+deb13u2_armhf.deb ...
- Unpacking libcurl4-gnutls-dev:armhf (8.14.1-2+deb13u2) ...
- Selecting previously unselected package libtasn1-doc.
- Preparing to unpack .../34-libtasn1-doc_4.20.0-2_all.deb ...
- Unpacking libtasn1-doc (4.20.0-2) ...
- Preparing to unpack .../35-openssl_3.5.5-1~deb13u2_armhf.deb ...
- Unpacking openssl (3.5.5-1~deb13u2) over (3.5.5-1~deb13u1) ...
- Setting up libgnutls-openssl27t64:armhf (3.8.9-3+deb13u2) ...
- Setting up libzstd-dev:armhf (1.5.7+dfsg-1) ...
- Setting up libtasn1-doc (4.20.0-2) ...
- Setting up libevent-2.1-7t64:armhf (2.1.12-stable-10+b1) ...
- Setting up libngtcp2-crypto-gnutls-dev:armhf (1.11.0-1) ...
- Setting up libngtcp2-dev:armhf (1.11.0-1) ...
- Setting up libpsl-dev:armhf (0.21.2-1.1+b1) ...
- Setting up libunbound8:armhf (1.22.0-2+deb13u1) ...
- Setting up libpkgconf3:armhf (1.8.1-4) ...
- Setting up libgmpxx4ldbl:armhf (2:6.3.0+dfsg-3) ...
- Setting up libgnutls-dane0t64:armhf (3.8.9-3+deb13u2) ...
- Setting up libgssrpc4t64:armhf (1.21.3-5) ...
- Setting up libldap-dev:armhf (2.6.10+dfsg-1) ...
- Setting up comerr-dev:armhf (2.1-1.47.2-3+b10) ...
- Setting up libssl-dev:armhf (3.5.5-1~deb13u2) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libidn2-dev:armhf (2.3.8-2) ...
- Setting up libnghttp3-dev:armhf (1.8.0-1) ...
- Setting up zlib1g-dev:armhf (1:1.3.dfsg+really1.3.1-1+b1) ...
- Setting up libtasn1-6-dev:armhf (4.20.0-2) ...
- Setting up openssl (3.5.5-1~deb13u2) ...
- Setting up libbrotli-dev:armhf (1.1.0-2+b7) ...
- Setting up libp11-kit-dev:armhf (0.25.5-3) ...
- Setting up libkadm5clnt-mit12:armhf (1.21.3-5) ...
- Setting up libgmp-dev:armhf (2:6.3.0+dfsg-3) ...
- Setting up nettle-dev:armhf (3.10.1-1) ...
- Setting up libkdb5-10t64:armhf (1.21.3-5) ...
- Setting up pkgconf:armhf (1.8.1-4) ...
- Setting up libssh2-1-dev:armhf (1.11.1-1) ...
- Setting up libkadm5srv-mit12:armhf (1.21.3-5) ...
- Setting up krb5-multidev:armhf (1.21.3-5) ...
- Setting up libgnutls28-dev:armhf (3.8.9-3+deb13u2) ...
- Setting up libnghttp2-dev:armhf (1.64.0-1.1) ...
- Setting up libkrb5-dev:armhf (1.21.3-5) ...
- Setting up librtmp-dev:armhf (2.4+20151223.gitfa8646d.1-2+b5) ...
- Setting up libcurl4-gnutls-dev:armhf (8.14.1-2+deb13u2) ...
- Processing triggers for libc-bin (2.41-12+deb13u2) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1 (cached)
-> retrieved base.v0.16.4 (cached)
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved camomile.2.0.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved curl.0.10.0 (cached)
-> installed conf-libcurl.2
-> retrieved dune.3.22.1, dune-build-info.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.2.4.2, liquidsoap-lang.2.4.2 (https://opam.ocaml.org/cache)
-> retrieved magic-mime.1.3.1 (cached)
-> retrieved mem_usage.0.1.3 (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)
-> retrieved metadata.0.3.2 (cached)
-> retrieved mm.0.8.6 (cached)
-> retrieved ocaml-compiler-libs.v0.12.4 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocamlfind.1.9.8 (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.13.2 (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 stringext.1.6.0 (cached)
-> retrieved uri.4.4.0 (cached)
-> retrieved xml-light.2.5 (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed dune.3.22.1
-> installed camlp-streams.5.0.1
-> installed csexp.1.5.2
-> installed dune-build-info.3.22.1
-> installed fs-io.3.22.1
-> installed gen.1.1
-> installed magic-mime.1.3.1
-> installed mem_usage.0.1.3
-> installed menhirCST.20260209
-> installed menhirGLR.20260209
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed metadata.0.3.2
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocaml-syntax-shims.1.0.0
-> installed ordering.3.22.1
-> installed pp.2.0.0
-> installed ppx_derivers.1.2.1
-> installed re.1.13.2
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed top-closure.3.22.1
-> installed xml-light.2.5
-> installed fileutils.0.6.6
-> installed dune-configurator.3.22.1
-> installed dyn.3.22.1
-> installed bigstringaf.0.10.0
-> installed curl.0.10.0
-> installed mm.0.8.6
-> installed angstrom.0.16.1
-> installed uri.4.4.0
-> installed stdune.3.22.1
-> installed base.v0.16.4
-> installed menhir.20260209
-> 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 sedlex.3.7
-> installed ppx_sexp_conv.v0.16.0
-> installed camomile.2.0.0
-> installed ppx_hash.v0.16.0
-> installed ppx_base.v0.16.0
-> installed ppx_string.v0.16.0
-> installed liquidsoap-lang.2.4.2
-> installed liquidsoap.2.4.2
Done.
<><> liquidsoap.2.4.2 installed successfully ><><><><><><><><><><><><><><><><><>
=> ✨ Congratulations on installing liquidsoap! ✨
=> We noticed that you did not install the ffmpeg package. This package is
highly recommended for most users and provides a lot of useful features,
including decoding and encoding multiple media format, sending and
receiving from various inputs and outputs and more.
=> We noticed that you did not install any ssl or tls support. Liquidsoap won't
be able to use SSL encryption in its input or output operators. You might want
to install one of ssl or tls-liquidsoap package.
# To update the current shell environment, run: eval $(opam env)
2026-04-13 15:22.08 ---> saved as "1b3b3cf64a6ed15d822270a6755b78d1053587693db792e4f26a63132a19afac"
Job succeeded
2026-04-13 15:22.16: Job succeeded