- github
- ocaml
- opam-repository
- d2c2fd
- distributions,debian-unstable-ocaml-4.14,liquidsoap.2.4.2
(not at the head of any monitored branch or PR)
2026-04-10 14:44.28: New job: build liquidsoap.2.4.2, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29703/head (d2c2fde7ed0f03ab1c97ec11eae2846e1c000577)
on debian-unstable-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/29703/head" && git reset --hard d2c2fde7
git fetch origin master
git merge --no-edit 812fb968341c1eec82e23a29dcf794db8f990936
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-unstable-ocaml-4.14@sha256:0c3ababc1f563003997b2bcf9228d0baccbc9dd43734b624b19673e04482e8c9
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-unstable\""; 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-10 14:44.28: Using cache hint "ocaml/opam:debian-unstable-ocaml-4.14@sha256:0c3ababc1f563003997b2bcf9228d0baccbc9dd43734b624b19673e04482e8c9-liquidsoap.2.4.2-d2c2fde7ed0f03ab1c97ec11eae2846e1c000577"
2026-04-10 14:44.28: Using OBuilder spec:
((from ocaml/opam:debian-unstable-ocaml-4.14@sha256:0c3ababc1f563003997b2bcf9228d0baccbc9dd43734b624b19673e04482e8c9)
(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-unstable\\\"\"; 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-10 14:44.28: Waiting for resource in pool OCluster
2026-04-10 14:51.54: Waiting for worker…
2026-04-10 14:55.07: Got resource from pool OCluster
Building on phoebe.caelum.ci.dev
All commits already cached
HEAD is now at 812fb96834 Merge pull request #29689 from voodoos/release-merlin-v5.7.0-504
Updating 812fb96834..d2c2fde7ed
Fast-forward
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-unstable-ocaml-4.14@sha256:0c3ababc1f563003997b2bcf9228d0baccbc9dd43734b624b19673e04482e8c9)
Unable to find image 'ocaml/opam:debian-unstable-ocaml-4.14@sha256:0c3ababc1f563003997b2bcf9228d0baccbc9dd43734b624b19673e04482e8c9' locally
docker.io/ocaml/opam@sha256:0c3ababc1f563003997b2bcf9228d0baccbc9dd43734b624b19673e04482e8c9: Pulling from ocaml/opam
cfc223668840: Pulling fs layer
eef29ee15ab9: Pulling fs layer
50f8e67e2e58: Pulling fs layer
b9d26bf5f05d: Pulling fs layer
cfc223668840: Waiting
eef29ee15ab9: Waiting
50f8e67e2e58: Waiting
75c5c0b090cc: Pulling fs layer
7565366359d6: Pulling fs layer
75c5c0b090cc: Waiting
18d92a495e06: Pulling fs layer
50ca5c1d0182: Pulling fs layer
7565366359d6: Waiting
ed1da238ecd3: Pulling fs layer
50ca5c1d0182: Waiting
18d92a495e06: Waiting
58d6f1922d93: Pulling fs layer
426661e86dfa: Pulling fs layer
ed1da238ecd3: Waiting
58d6f1922d93: Waiting
5a820b479e59: Pulling fs layer
426661e86dfa: Waiting
dbf46a43a36e: Pulling fs layer
8df8b765e73e: Pulling fs layer
0512d3f28d51: Pulling fs layer
8df8b765e73e: Waiting
cdef9b8401e2: Pulling fs layer
dbf46a43a36e: Waiting
080bf4e786dc: Pulling fs layer
cdef9b8401e2: Waiting
080bf4e786dc: Waiting
7d714b416ee5: Pulling fs layer
63d653d269fa: Pulling fs layer
7d714b416ee5: Waiting
9470dd93c83e: Pulling fs layer
65989fc31923: Pulling fs layer
9470dd93c83e: Waiting
4f4fb700ef54: Pulling fs layer
65989fc31923: Waiting
63d653d269fa: Waiting
4f4fb700ef54: Waiting
c408c528f704: Pulling fs layer
be329d9faff7: Pulling fs layer
860fc2f88fc4: Pulling fs layer
be329d9faff7: Waiting
3b98d1f4c0ee: Pulling fs layer
c408c528f704: Waiting
45b41ab763c5: Pulling fs layer
860fc2f88fc4: Waiting
790f1cedbd8f: Pulling fs layer
8ea9b3e75480: Pulling fs layer
790f1cedbd8f: Waiting
0fefe4bd68d3: Pulling fs layer
872e3afb2935: Pulling fs layer
8ea9b3e75480: Waiting
c2bd06443d3c: Pulling fs layer
872e3afb2935: Waiting
2988dc862105: Pulling fs layer
0fefe4bd68d3: Waiting
fb1cc58923da: Pulling fs layer
6e2cea2092d9: Pulling fs layer
2988dc862105: Waiting
64ab61d774c8: Pulling fs layer
a789e4774708: Pulling fs layer
6e2cea2092d9: Waiting
fb1cc58923da: Waiting
a5331f03b535: Pulling fs layer
3df536c5e12b: Pulling fs layer
472adccd6d6c: Pulling fs layer
5ad752186621: Pulling fs layer
472adccd6d6c: Waiting
4d736157f7a1: Pulling fs layer
5ad752186621: Waiting
ce80035aa2ac: Pulling fs layer
d88bcb9e9352: Pulling fs layer
de5934374b81: Pulling fs layer
4d736157f7a1: Waiting
ce80035aa2ac: Waiting
d88bcb9e9352: Waiting
de5934374b81: Waiting
eef29ee15ab9: Verifying Checksum
eef29ee15ab9: Download complete
cfc223668840: Verifying Checksum
cfc223668840: Download complete
50f8e67e2e58: Download complete
b9d26bf5f05d: Verifying Checksum
b9d26bf5f05d: Download complete
18d92a495e06: Verifying Checksum
18d92a495e06: Download complete
cfc223668840: Pull complete
eef29ee15ab9: Pull complete
50f8e67e2e58: Pull complete
50ca5c1d0182: Verifying Checksum
50ca5c1d0182: Download complete
b9d26bf5f05d: Pull complete
7565366359d6: Verifying Checksum
7565366359d6: Download complete
ed1da238ecd3: Verifying Checksum
ed1da238ecd3: Download complete
58d6f1922d93: Verifying Checksum
58d6f1922d93: Download complete
5a820b479e59: Verifying Checksum
5a820b479e59: Download complete
dbf46a43a36e: Verifying Checksum
dbf46a43a36e: Download complete
75c5c0b090cc: Verifying Checksum
75c5c0b090cc: Download complete
75c5c0b090cc: Pull complete
0512d3f28d51: Verifying Checksum
0512d3f28d51: Download complete
cdef9b8401e2: Verifying Checksum
cdef9b8401e2: Download complete
8df8b765e73e: Verifying Checksum
8df8b765e73e: Download complete
080bf4e786dc: Verifying Checksum
080bf4e786dc: Download complete
7d714b416ee5: Verifying Checksum
7d714b416ee5: Download complete
63d653d269fa: Verifying Checksum
63d653d269fa: Download complete
9470dd93c83e: Download complete
65989fc31923: Verifying Checksum
65989fc31923: Download complete
4f4fb700ef54: Download complete
426661e86dfa: Verifying Checksum
426661e86dfa: Download complete
be329d9faff7: Download complete
860fc2f88fc4: Verifying Checksum
860fc2f88fc4: Download complete
3b98d1f4c0ee: Download complete
c408c528f704: Download complete
8ea9b3e75480: Verifying Checksum
8ea9b3e75480: Download complete
45b41ab763c5: Verifying Checksum
45b41ab763c5: Download complete
790f1cedbd8f: Verifying Checksum
790f1cedbd8f: Download complete
872e3afb2935: Verifying Checksum
872e3afb2935: Download complete
c2bd06443d3c: Verifying Checksum
c2bd06443d3c: Download complete
0fefe4bd68d3: Verifying Checksum
0fefe4bd68d3: Download complete
2988dc862105: Verifying Checksum
2988dc862105: Download complete
fb1cc58923da: Download complete
64ab61d774c8: Verifying Checksum
64ab61d774c8: Download complete
a5331f03b535: Verifying Checksum
a5331f03b535: Download complete
3df536c5e12b: Download complete
472adccd6d6c: Verifying Checksum
472adccd6d6c: Download complete
a789e4774708: Verifying Checksum
a789e4774708: Download complete
7565366359d6: Pull complete
18d92a495e06: Pull complete
50ca5c1d0182: Pull complete
ed1da238ecd3: Pull complete
58d6f1922d93: Pull complete
426661e86dfa: Pull complete
5a820b479e59: Pull complete
dbf46a43a36e: Pull complete
8df8b765e73e: Pull complete
0512d3f28d51: Pull complete
cdef9b8401e2: Pull complete
080bf4e786dc: Pull complete
4d736157f7a1: Verifying Checksum
4d736157f7a1: Download complete
ce80035aa2ac: Verifying Checksum
ce80035aa2ac: Download complete
d88bcb9e9352: Verifying Checksum
d88bcb9e9352: Download complete
de5934374b81: Download complete
7d714b416ee5: Pull complete
63d653d269fa: Pull complete
9470dd93c83e: Pull complete
65989fc31923: Pull complete
4f4fb700ef54: Pull complete
c408c528f704: Pull complete
be329d9faff7: Pull complete
860fc2f88fc4: Pull complete
3b98d1f4c0ee: Pull complete
45b41ab763c5: Pull complete
790f1cedbd8f: Pull complete
8ea9b3e75480: Pull complete
0fefe4bd68d3: Pull complete
872e3afb2935: Pull complete
c2bd06443d3c: Pull complete
2988dc862105: Pull complete
fb1cc58923da: Pull complete
5ad752186621: Verifying Checksum
5ad752186621: Download complete
6e2cea2092d9: Verifying Checksum
6e2cea2092d9: Download complete
6e2cea2092d9: Pull complete
64ab61d774c8: Pull complete
a789e4774708: Pull complete
a5331f03b535: Pull complete
3df536c5e12b: Pull complete
472adccd6d6c: Pull complete
5ad752186621: Pull complete
4d736157f7a1: Pull complete
ce80035aa2ac: Pull complete
d88bcb9e9352: Pull complete
de5934374b81: Pull complete
Digest: sha256:0c3ababc1f563003997b2bcf9228d0baccbc9dd43734b624b19673e04482e8c9
Status: Downloaded newer image for ocaml/opam@sha256:0c3ababc1f563003997b2bcf9228d0baccbc9dd43734b624b19673e04482e8c9
2026-04-10 14:55.09 ---> using "1f51cd1a36fe6df28b35573ccaeb306ebac27c8958fd20552e2127f256b78272" 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-04-10 14:55.09 ---> using "3b8c3e895f1fd0fc91fd2be7dfef8b55fe8e891d5ffc1775f23880708070de48" 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
[NOTE] The 'jobs' option was reset, its value was 255 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=255 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches
[default] Initialised
2026-04-10 14:55.09 ---> using "ed158281a9e6ef10b5230acebe54e3a920e7b511f74aa9bb3891a96b9d99733b" 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=x86_64 os=linux os-distribution=debian os-version=unknown
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 71
# repositories 2 (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-10 14:55.09 ---> using "f2a995650027200263d8dcda02a49aa9c2cbbed3ef54da37dd6482d97785b33b" 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-10 14:55.09 ---> using "e75c6295cac85e4ac9cee304780bfde585300dbb027892dffadf570bf9976854" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-10 14:55.16 ---> saved as "d7bbb349eee9a68423b2d04bc21acb07ec8cc1d606dc3a63a953566b558ff1f0"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-10 14:55.37 ---> saved as "6767ed80c8d9e1589b8a5e8233bbd7bafa6d94e7c75ba1391f987cded02e33ff"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [187 kB]
- Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
- Err:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index
- Couldn't find the start of the patch series
- Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
- Ign:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages [10.4 MB]
- Fetched 10.6 MB in 11s (1010 kB/s)
- Reading package lists...
-
2026-04-10 14:55.49 ---> saved as "821df920c58c6f7c24ba860acd0688a5158ca16df4a1141f85c7ec1dc9d09849"
/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-10 14:55.50 ---> saved as "18b6be4378b08643660bf2d2dc5ccf7bc813914ebc1a3a775706290fbff0fb8b"
/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-unstable\\\"\"; 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 ... 22086 files and directories currently installed.)
- Preparing to unpack .../libnettle8t64_3.10.2-1+b1_amd64.deb ...
- Unpacking libnettle8t64:amd64 (3.10.2-1+b1) over (3.10.2-1) ...
- Setting up libnettle8t64:amd64 (3.10.2-1+b1) ...
- (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 ... 22087 files and directories currently installed.)
- Preparing to unpack .../libhogweed6t64_3.10.2-1+b1_amd64.deb ...
- Unpacking libhogweed6t64:amd64 (3.10.2-1+b1) over (3.10.2-1) ...
- Setting up libhogweed6t64:amd64 (3.10.2-1+b1) ...
- (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 ... 22088 files and directories currently installed.)
- Preparing to unpack .../zlib1g_1%3a1.3.dfsg+really1.3.2-3_amd64.deb ...
- Unpacking zlib1g:amd64 (1:1.3.dfsg+really1.3.2-3) over (1:1.3.dfsg+really1.3.1-3) ...
- Setting up zlib1g:amd64 (1:1.3.dfsg+really1.3.2-3) ...
- Selecting previously unselected package comerr-dev:amd64.
- (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 ... 22088 files and directories currently installed.)
- Preparing to unpack .../00-comerr-dev_2.1-1.47.4-1_amd64.deb ...
- Unpacking comerr-dev:amd64 (2.1-1.47.4-1) ...
- Preparing to unpack .../01-libgssapi-krb5-2_1.22.1-2+b1_amd64.deb ...
- Unpacking libgssapi-krb5-2:amd64 (1.22.1-2+b1) over (1.22.1-2) ...
- Preparing to unpack .../02-libkrb5-3_1.22.1-2+b1_amd64.deb ...
- Unpacking libkrb5-3:amd64 (1.22.1-2+b1) over (1.22.1-2) ...
- Preparing to unpack .../03-libkrb5support0_1.22.1-2+b1_amd64.deb ...
- Unpacking libkrb5support0:amd64 (1.22.1-2+b1) over (1.22.1-2) ...
- Preparing to unpack .../04-libk5crypto3_1.22.1-2+b1_amd64.deb ...
- Unpacking libk5crypto3:amd64 (1.22.1-2+b1) over (1.22.1-2) ...
- Preparing to unpack .../05-libnghttp2-14_1.68.1-1_amd64.deb ...
- Unpacking libnghttp2-14:amd64 (1.68.1-1) over (1.68.0-2) ...
- Preparing to unpack .../06-libpsl5t64_0.21.5-1_amd64.deb ...
- Unpacking libpsl5t64:amd64 (0.21.5-1) over (0.21.2-1.1+b2) ...
- Preparing to unpack .../07-librtmp1_2.6-1_amd64.deb ...
- Unpacking librtmp1:amd64 (2.6-1) over (2.4+20151223.gitfa8646d.1-3+b1) ...
- Preparing to unpack .../08-curl_8.19.0-3_amd64.deb ...
- Unpacking curl (8.19.0-3) over (8.19.0-1) ...
- Preparing to unpack .../09-libcurl4t64_8.19.0-3_amd64.deb ...
- Unpacking libcurl4t64:amd64 (8.19.0-3) over (8.19.0-1) ...
- Selecting previously unselected package libgssrpc4t64:amd64.
- Preparing to unpack .../10-libgssrpc4t64_1.22.1-2+b1_amd64.deb ...
- Unpacking libgssrpc4t64:amd64 (1.22.1-2+b1) ...
- Selecting previously unselected package libkadm5clnt-mit12:amd64.
- Preparing to unpack .../11-libkadm5clnt-mit12_1.22.1-2+b1_amd64.deb ...
- Unpacking libkadm5clnt-mit12:amd64 (1.22.1-2+b1) ...
- Selecting previously unselected package libkdb5-10t64:amd64.
- Preparing to unpack .../12-libkdb5-10t64_1.22.1-2+b1_amd64.deb ...
- Unpacking libkdb5-10t64:amd64 (1.22.1-2+b1) ...
- Selecting previously unselected package libkadm5srv-mit12:amd64.
- Preparing to unpack .../13-libkadm5srv-mit12_1.22.1-2+b1_amd64.deb ...
- Unpacking libkadm5srv-mit12:amd64 (1.22.1-2+b1) ...
- Selecting previously unselected package krb5-multidev:amd64.
- Preparing to unpack .../14-krb5-multidev_1.22.1-2+b1_amd64.deb ...
- Unpacking krb5-multidev:amd64 (1.22.1-2+b1) ...
- Selecting previously unselected package libbrotli-dev:amd64.
- Preparing to unpack .../15-libbrotli-dev_1.2.0-3_amd64.deb ...
- Unpacking libbrotli-dev:amd64 (1.2.0-3) ...
- Preparing to unpack .../16-libcurl3t64-gnutls_8.19.0-3_amd64.deb ...
- Unpacking libcurl3t64-gnutls:amd64 (8.19.0-3) over (8.19.0-1) ...
- Selecting previously unselected package libevent-2.1-7t64:amd64.
- Preparing to unpack .../17-libevent-2.1-7t64_2.1.12-stable-10+b2_amd64.deb ...
- Unpacking libevent-2.1-7t64:amd64 (2.1.12-stable-10+b2) ...
- Selecting previously unselected package libunbound8:amd64.
- Preparing to unpack .../18-libunbound8_1.24.2-1+b1_amd64.deb ...
- Unpacking libunbound8:amd64 (1.24.2-1+b1) ...
- Selecting previously unselected package libgnutls-dane0t64:amd64.
- Preparing to unpack .../19-libgnutls-dane0t64_3.8.12-3_amd64.deb ...
- Unpacking libgnutls-dane0t64:amd64 (3.8.12-3) ...
- Selecting previously unselected package libidn2-dev:amd64.
- Preparing to unpack .../20-libidn2-dev_2.3.8-4+b1_amd64.deb ...
- Unpacking libidn2-dev:amd64 (2.3.8-4+b1) ...
- Selecting previously unselected package libp11-kit-dev:amd64.
- Preparing to unpack .../21-libp11-kit-dev_0.26.2-2_amd64.deb ...
- Unpacking libp11-kit-dev:amd64 (0.26.2-2) ...
- Selecting previously unselected package libtasn1-6-dev:amd64.
- Preparing to unpack .../22-libtasn1-6-dev_4.21.0-2_amd64.deb ...
- Unpacking libtasn1-6-dev:amd64 (4.21.0-2) ...
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- Preparing to unpack .../23-libgmpxx4ldbl_2%3a6.3.0+dfsg-5+b1_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-5+b1) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../24-libgmp-dev_2%3a6.3.0+dfsg-5+b1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-5+b1) ...
- Selecting previously unselected package nettle-dev:amd64.
- Preparing to unpack .../25-nettle-dev_3.10.2-1+b1_amd64.deb ...
- Unpacking nettle-dev:amd64 (3.10.2-1+b1) ...
- Selecting previously unselected package libgnutls28-dev:amd64.
- Preparing to unpack .../26-libgnutls28-dev_3.8.12-3_amd64.deb ...
- Unpacking libgnutls28-dev:amd64 (3.8.12-3) ...
- Selecting previously unselected package libkrb5-dev:amd64.
- Preparing to unpack .../27-libkrb5-dev_1.22.1-2+b1_amd64.deb ...
- Unpacking libkrb5-dev:amd64 (1.22.1-2+b1) ...
- Selecting previously unselected package libldap-dev:amd64.
- Preparing to unpack .../28-libldap-dev_2.6.10+dfsg-1+b1_amd64.deb ...
- Unpacking libldap-dev:amd64 (2.6.10+dfsg-1+b1) ...
- Selecting previously unselected package libpkgconf7:amd64.
- Preparing to unpack .../29-libpkgconf7_2.5.1-4_amd64.deb ...
- Unpacking libpkgconf7:amd64 (2.5.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../30-pkgconf-bin_2.5.1-4_amd64.deb ...
- Unpacking pkgconf-bin (2.5.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../31-pkgconf_2.5.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (2.5.1-4) ...
- Selecting previously unselected package libnghttp2-dev:amd64.
- Preparing to unpack .../32-libnghttp2-dev_1.68.1-1_amd64.deb ...
- Unpacking libnghttp2-dev:amd64 (1.68.1-1) ...
- Selecting previously unselected package libnghttp3-dev:amd64.
- Preparing to unpack .../33-libnghttp3-dev_1.15.0-1_amd64.deb ...
- Unpacking libnghttp3-dev:amd64 (1.15.0-1) ...
- Selecting previously unselected package libngtcp2-crypto-gnutls-dev:amd64.
- Preparing to unpack .../34-libngtcp2-crypto-gnutls-dev_1.21.0-1_amd64.deb ...
- Unpacking libngtcp2-crypto-gnutls-dev:amd64 (1.21.0-1) ...
- Selecting previously unselected package libngtcp2-dev:amd64.
- Preparing to unpack .../35-libngtcp2-dev_1.21.0-1_amd64.deb ...
- Unpacking libngtcp2-dev:amd64 (1.21.0-1) ...
- Selecting previously unselected package libpsl-dev:amd64.
- Preparing to unpack .../36-libpsl-dev_0.21.5-1_amd64.deb ...
- Unpacking libpsl-dev:amd64 (0.21.5-1) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../37-zlib1g-dev_1%3a1.3.dfsg+really1.3.2-3_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.2-3) ...
- Selecting previously unselected package librtmp-dev:amd64.
- Preparing to unpack .../38-librtmp-dev_2.6-1_amd64.deb ...
- Unpacking librtmp-dev:amd64 (2.6-1) ...
- Selecting previously unselected package libssl-dev:amd64.
- Preparing to unpack .../39-libssl-dev_3.6.1-3_amd64.deb ...
- Unpacking libssl-dev:amd64 (3.6.1-3) ...
- Selecting previously unselected package libssh2-1-dev:amd64.
- Preparing to unpack .../40-libssh2-1-dev_1.11.1-2_amd64.deb ...
- Unpacking libssh2-1-dev:amd64 (1.11.1-2) ...
- Selecting previously unselected package libzstd-dev:amd64.
- Preparing to unpack .../41-libzstd-dev_1.5.7+dfsg-3+b1_amd64.deb ...
- Unpacking libzstd-dev:amd64 (1.5.7+dfsg-3+b1) ...
- Selecting previously unselected package libcurl4-gnutls-dev:amd64.
- Preparing to unpack .../42-libcurl4-gnutls-dev_8.19.0-3_amd64.deb ...
- Unpacking libcurl4-gnutls-dev:amd64 (8.19.0-3) ...
- Selecting previously unselected package libtasn1-doc.
- Preparing to unpack .../43-libtasn1-doc_4.21.0-2_all.deb ...
- Unpacking libtasn1-doc (4.21.0-2) ...
- Setting up libzstd-dev:amd64 (1.5.7+dfsg-3+b1) ...
- Setting up libtasn1-doc (4.21.0-2) ...
- Setting up libpkgconf7:amd64 (2.5.1-4) ...
- Setting up libpsl5t64:amd64 (0.21.5-1) ...
- Setting up libnghttp2-14:amd64 (1.68.1-1) ...
- Setting up libevent-2.1-7t64:amd64 (2.1.12-stable-10+b2) ...
- Setting up libngtcp2-crypto-gnutls-dev:amd64 (1.21.0-1) ...
- Setting up libngtcp2-dev:amd64 (1.21.0-1) ...
- Setting up libpsl-dev:amd64 (0.21.5-1) ...
- Setting up libkrb5support0:amd64 (1.22.1-2+b1) ...
- Setting up libunbound8:amd64 (1.24.2-1+b1) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-5+b1) ...
- Setting up libgnutls-dane0t64:amd64 (3.8.12-3) ...
- Setting up librtmp1:amd64 (2.6-1) ...
- Setting up libldap-dev:amd64 (2.6.10+dfsg-1+b1) ...
- Setting up comerr-dev:amd64 (2.1-1.47.4-1) ...
- Setting up libssl-dev:amd64 (3.6.1-3) ...
- Setting up pkgconf-bin (2.5.1-4) ...
- Setting up libk5crypto3:amd64 (1.22.1-2+b1) ...
- Setting up libidn2-dev:amd64 (2.3.8-4+b1) ...
- Setting up libnghttp3-dev:amd64 (1.15.0-1) ...
- Setting up zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.2-3) ...
- Setting up libkrb5-3:amd64 (1.22.1-2+b1) ...
- Setting up libtasn1-6-dev:amd64 (4.21.0-2) ...
- Setting up libbrotli-dev:amd64 (1.2.0-3) ...
- Setting up libp11-kit-dev:amd64 (0.26.2-2) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-5+b1) ...
- Setting up nettle-dev:amd64 (3.10.2-1+b1) ...
- Setting up pkgconf:amd64 (2.5.1-4) ...
- Setting up libgssapi-krb5-2:amd64 (1.22.1-2+b1) ...
- Setting up libssh2-1-dev:amd64 (1.11.1-2) ...
- Setting up libgnutls28-dev:amd64 (3.8.12-3) ...
- Setting up libnghttp2-dev:amd64 (1.68.1-1) ...
- Setting up libcurl4t64:amd64 (8.19.0-3) ...
- Setting up libcurl3t64-gnutls:amd64 (8.19.0-3) ...
- Setting up libgssrpc4t64:amd64 (1.22.1-2+b1) ...
- Setting up librtmp-dev:amd64 (2.6-1) ...
- Setting up curl (8.19.0-3) ...
- Setting up libkadm5clnt-mit12:amd64 (1.22.1-2+b1) ...
- Setting up libkdb5-10t64:amd64 (1.22.1-2+b1) ...
- Setting up libkadm5srv-mit12:amd64 (1.22.1-2+b1) ...
- Setting up krb5-multidev:amd64 (1.22.1-2+b1) ...
- Setting up libkrb5-dev:amd64 (1.22.1-2+b1) ...
- Setting up libcurl4-gnutls-dev:amd64 (8.19.0-3) ...
- Processing triggers for libc-bin (2.42-13) ...
<><> 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 (cached)
-> 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 dune-configurator.3.22.1
-> installed fileutils.0.6.6
-> installed dyn.3.22.1
-> installed bigstringaf.0.10.0
-> installed angstrom.0.16.1
-> installed mm.0.8.6
-> installed curl.0.10.0
-> installed uri.4.4.0
-> installed stdune.3.22.1
-> installed menhir.20260209
-> installed base.v0.16.4
-> installed dune-private-libs.3.22.1
-> installed dune-site.3.22.1
-> installed camomile.2.0.0
-> 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.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-10 14:57.46 ---> saved as "35f60b23ff0193cc64ad2a67051cd4fa6ea39dc56f9723126d6808950fe6c87a"
Job succeeded
2026-04-10 14:57.55: Job succeeded