- github
- ocaml
- opam-repository
- 04bb69
- distributions,debian-testing-ocaml-4.14,liquidsoap.2.4.2
(not at the head of any monitored branch or PR)
2026-04-13 14:55.05: 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-testing-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 04bb6962
git fetch origin master
git merge --no-edit ba4685aeec7b28fde6af30c7b83004704c68c86a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-testing-ocaml-4.14@sha256:45b280b6e1a2a50cb7401447feb68b48f95acd82b1228129c07a248c6b31b0e8
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-testing\""; 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.05: Using cache hint "ocaml/opam:debian-testing-ocaml-4.14@sha256:45b280b6e1a2a50cb7401447feb68b48f95acd82b1228129c07a248c6b31b0e8-liquidsoap.2.4.2-04bb6962c1b0506de5a277289b857c4093d55649"
2026-04-13 14:55.05: Using OBuilder spec:
((from ocaml/opam:debian-testing-ocaml-4.14@sha256:45b280b6e1a2a50cb7401447feb68b48f95acd82b1228129c07a248c6b31b0e8)
(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-testing\\\"\"; 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.05: Waiting for resource in pool OCluster
2026-04-13 15:50.26: Waiting for worker…
2026-04-13 15:55.27: Got resource from pool OCluster
Building on phoebe.caelum.ci.dev
All commits already cached
Updating files: 97% (18169/18711)
Updating files: 98% (18337/18711)
Updating files: 99% (18524/18711)
Updating files: 100% (18711/18711)
Updating files: 100% (18711/18711), done.
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-testing-ocaml-4.14@sha256:45b280b6e1a2a50cb7401447feb68b48f95acd82b1228129c07a248c6b31b0e8)
Unable to find image 'ocaml/opam:debian-testing-ocaml-4.14@sha256:45b280b6e1a2a50cb7401447feb68b48f95acd82b1228129c07a248c6b31b0e8' locally
docker.io/ocaml/opam@sha256:45b280b6e1a2a50cb7401447feb68b48f95acd82b1228129c07a248c6b31b0e8: Pulling from ocaml/opam
22b89b881e9d: Pulling fs layer
fb86513175f8: Pulling fs layer
c065303ecb3e: Pulling fs layer
c0506fb12df4: Pulling fs layer
b268d2761df0: Pulling fs layer
b0841a7bcb2b: Pulling fs layer
d3302c25dce7: Pulling fs layer
b268d2761df0: Waiting
c065303ecb3e: Waiting
b0841a7bcb2b: Waiting
ca875d3230b4: Pulling fs layer
c0506fb12df4: Waiting
22b89b881e9d: Waiting
d3302c25dce7: Waiting
fb86513175f8: Waiting
3f8bc16dfd39: Pulling fs layer
ca875d3230b4: Waiting
864c84b1530f: Pulling fs layer
3f8bc16dfd39: Waiting
9e2e64948d9d: Pulling fs layer
864c84b1530f: Waiting
3f65010666e9: Pulling fs layer
e493901afed3: Pulling fs layer
3f65010666e9: Waiting
10a669c543f9: Pulling fs layer
e493901afed3: Waiting
3d5581d78d2c: Pulling fs layer
10a669c543f9: Waiting
9d1cbe0930c1: Pulling fs layer
3d5581d78d2c: Waiting
ceefc32ff487: Pulling fs layer
9d1cbe0930c1: Waiting
fe84ce9566d2: Pulling fs layer
ceefc32ff487: Waiting
1f8db8920593: Pulling fs layer
fe84ce9566d2: Waiting
8f3e837a60a6: Pulling fs layer
1f8db8920593: Waiting
765b55daafeb: Pulling fs layer
8f3e837a60a6: Waiting
83387e238544: Pulling fs layer
4f4fb700ef54: Pulling fs layer
765b55daafeb: Waiting
83387e238544: Waiting
1179b4ca83d6: Pulling fs layer
4f4fb700ef54: Waiting
15479db224b9: Pulling fs layer
1179b4ca83d6: Waiting
f7fe8e92c936: Pulling fs layer
15479db224b9: Waiting
73b84bd9ef03: Pulling fs layer
f7fe8e92c936: Waiting
4f8b2cc924af: Pulling fs layer
73b84bd9ef03: Waiting
87bddcacbf5d: Pulling fs layer
4f8b2cc924af: Waiting
c4822fe2c5e9: Pulling fs layer
87bddcacbf5d: Waiting
4a043f2d36de: Pulling fs layer
c4822fe2c5e9: Waiting
8a43cd0a497b: Pulling fs layer
4a043f2d36de: Waiting
a9a890281371: Pulling fs layer
8a43cd0a497b: Waiting
8553ae58b91e: Pulling fs layer
a9a890281371: Waiting
bd6c5c6eba66: Pulling fs layer
8553ae58b91e: Waiting
7a827a000581: Pulling fs layer
bd6c5c6eba66: Waiting
15dce630f81e: Pulling fs layer
7a827a000581: Waiting
481c71b06504: Pulling fs layer
15dce630f81e: Waiting
577cdfb2c06b: Pulling fs layer
481c71b06504: Waiting
711d60730915: Pulling fs layer
577cdfb2c06b: Waiting
9436b4101ab7: Pulling fs layer
711d60730915: Waiting
8d804555f341: Pulling fs layer
9436b4101ab7: Waiting
2fa239ab65e1: Pulling fs layer
8d804555f341: Waiting
f20a111fc6ae: Pulling fs layer
2fa239ab65e1: Waiting
9ac09c762bbf: Pulling fs layer
f20a111fc6ae: Waiting
af060e729c04: Pulling fs layer
9ac09c762bbf: Waiting
af060e729c04: Waiting
22b89b881e9d: Verifying Checksum
22b89b881e9d: Download complete
fb86513175f8: Verifying Checksum
fb86513175f8: Download complete
c065303ecb3e: Verifying Checksum
c065303ecb3e: Download complete
c0506fb12df4: Verifying Checksum
c0506fb12df4: Download complete
b268d2761df0: Verifying Checksum
b268d2761df0: Download complete
22b89b881e9d: Pull complete
fb86513175f8: Pull complete
c065303ecb3e: Pull complete
c0506fb12df4: Pull complete
b268d2761df0: Pull complete
b0841a7bcb2b: Verifying Checksum
b0841a7bcb2b: Download complete
d3302c25dce7: Verifying Checksum
d3302c25dce7: Download complete
ca875d3230b4: Verifying Checksum
ca875d3230b4: Download complete
3f8bc16dfd39: Verifying Checksum
3f8bc16dfd39: Download complete
864c84b1530f: Verifying Checksum
864c84b1530f: Download complete
9e2e64948d9d: Verifying Checksum
9e2e64948d9d: Download complete
3f65010666e9: Verifying Checksum
3f65010666e9: Download complete
e493901afed3: Download complete
10a669c543f9: Verifying Checksum
10a669c543f9: Download complete
3d5581d78d2c: Verifying Checksum
3d5581d78d2c: Download complete
9d1cbe0930c1: Verifying Checksum
9d1cbe0930c1: Download complete
ceefc32ff487: Verifying Checksum
ceefc32ff487: Download complete
fe84ce9566d2: Verifying Checksum
fe84ce9566d2: Download complete
1f8db8920593: Verifying Checksum
1f8db8920593: Download complete
8f3e837a60a6: Verifying Checksum
8f3e837a60a6: Download complete
765b55daafeb: Verifying Checksum
765b55daafeb: Download complete
83387e238544: Verifying Checksum
83387e238544: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
1179b4ca83d6: Verifying Checksum
1179b4ca83d6: Download complete
15479db224b9: Verifying Checksum
15479db224b9: Download complete
f7fe8e92c936: Download complete
73b84bd9ef03: Verifying Checksum
73b84bd9ef03: Download complete
4f8b2cc924af: Download complete
87bddcacbf5d: Download complete
c4822fe2c5e9: Verifying Checksum
c4822fe2c5e9: Download complete
4a043f2d36de: Download complete
8a43cd0a497b: Download complete
a9a890281371: Verifying Checksum
a9a890281371: Download complete
8553ae58b91e: Download complete
bd6c5c6eba66: Download complete
b0841a7bcb2b: Pull complete
d3302c25dce7: Pull complete
15dce630f81e: Download complete
ca875d3230b4: Pull complete
3f8bc16dfd39: Pull complete
864c84b1530f: Pull complete
577cdfb2c06b: Download complete
9e2e64948d9d: Pull complete
711d60730915: Verifying Checksum
711d60730915: Download complete
3f65010666e9: Pull complete
9436b4101ab7: Download complete
e493901afed3: Pull complete
10a669c543f9: Pull complete
3d5581d78d2c: Pull complete
9d1cbe0930c1: Pull complete
ceefc32ff487: Pull complete
fe84ce9566d2: Pull complete
1f8db8920593: Pull complete
8f3e837a60a6: Pull complete
765b55daafeb: Pull complete
83387e238544: Pull complete
4f4fb700ef54: Pull complete
1179b4ca83d6: Pull complete
15479db224b9: Pull complete
f7fe8e92c936: Pull complete
73b84bd9ef03: Pull complete
4f8b2cc924af: Pull complete
87bddcacbf5d: Pull complete
c4822fe2c5e9: Pull complete
4a043f2d36de: Pull complete
8a43cd0a497b: Pull complete
a9a890281371: Pull complete
8553ae58b91e: Pull complete
bd6c5c6eba66: Pull complete
481c71b06504: Verifying Checksum
481c71b06504: Download complete
8d804555f341: Verifying Checksum
8d804555f341: Download complete
f20a111fc6ae: Verifying Checksum
f20a111fc6ae: Download complete
9ac09c762bbf: Verifying Checksum
9ac09c762bbf: Download complete
af060e729c04: Download complete
2fa239ab65e1: Verifying Checksum
2fa239ab65e1: Download complete
7a827a000581: Verifying Checksum
7a827a000581: Download complete
7a827a000581: Pull complete
15dce630f81e: Pull complete
481c71b06504: Pull complete
577cdfb2c06b: Pull complete
711d60730915: Pull complete
9436b4101ab7: Pull complete
8d804555f341: Pull complete
2fa239ab65e1: Pull complete
f20a111fc6ae: Pull complete
9ac09c762bbf: Pull complete
af060e729c04: Pull complete
Digest: sha256:45b280b6e1a2a50cb7401447feb68b48f95acd82b1228129c07a248c6b31b0e8
Status: Downloaded newer image for ocaml/opam@sha256:45b280b6e1a2a50cb7401447feb68b48f95acd82b1228129c07a248c6b31b0e8
2026-04-13 15:59.28 ---> saved as "e27b6169a7f2773c36da1a164984c06291cbffdbb4cc379381cf10c1e694758f"
/: (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:59.29 ---> saved as "a97e9b0a1203387a50a19ccbc9c5e869c7abd241546db5fb57d207f7aeae97e7"
/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-13 15:59.58 ---> saved as "a34bf6bab2c834a67debe92a02dbe7b9f9d9611695fe4be2ab29ba1d1f5816b5"
/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-13 15:59.59 ---> saved as "179e4e298e6216ad8fed952046dde7428b7102824daac468e0a1e035ab4ba4f9"
/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 16:00.07 ---> saved as "c9d97a77592b94b2d9bf65d605e929f18bb7a4185673db30d4d3c95ec983ceb7"
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-13 16:00.25 ---> saved as "7dd084ba42ffb2471b0f90c52acbd012327231e4159a194066a0812427d28079"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-13 16:00.45 ---> saved as "6f5c6116d682be03e9efe4f73f344bdb47e9897c1fb446fb215c9830e22ef2cd"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian testing InRelease [137 kB]
- Get:2 http://deb.debian.org/debian testing-updates InRelease [40.6 kB]
- Get:3 http://deb.debian.org/debian-security testing-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian testing/main amd64 Packages.diff/Index [63.6 kB]
- Get:5 http://deb.debian.org/debian testing/main amd64 Packages T-2026-04-13-1400.19-F-2026-04-11-0800.22.pdiff [161 kB]
- Get:5 http://deb.debian.org/debian testing/main amd64 Packages T-2026-04-13-1400.19-F-2026-04-11-0800.22.pdiff [161 kB]
- Fetched 446 kB in 2s (179 kB/s)
- Reading package lists...
-
2026-04-13 16:00.49 ---> saved as "598d866334978019eee227a51ea18ad117910b617edd8dd33bba7af508759663"
/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 16:00.50 ---> saved as "89606bfcb290fd2758ed2d504466f6815e2eb499aca83ccb21973774652ff137"
/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-testing\\\"\"; 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"
- 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 ... 21788 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) ...
- Selecting previously unselected package libgssrpc4t64:amd64.
- Preparing to unpack .../01-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 .../02-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 .../03-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 .../04-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 .../05-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 .../06-libbrotli-dev_1.2.0-3_amd64.deb ...
- Unpacking libbrotli-dev:amd64 (1.2.0-3) ...
- Selecting previously unselected package libevent-2.1-7t64:amd64.
- Preparing to unpack .../07-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 .../08-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 .../09-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 .../10-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 .../11-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 .../12-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 .../13-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 .../14-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 .../15-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 .../16-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 .../17-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 .../18-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 .../19-libpkgconf7_2.5.1-4_amd64.deb ...
- Unpacking libpkgconf7:amd64 (2.5.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../20-pkgconf-bin_2.5.1-4_amd64.deb ...
- Unpacking pkgconf-bin (2.5.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../21-pkgconf_2.5.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (2.5.1-4) ...
- Selecting previously unselected package libnghttp2-dev:amd64.
- Preparing to unpack .../22-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 .../23-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 .../24-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 .../25-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 .../26-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 .../27-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-3_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-3) ...
- Selecting previously unselected package librtmp-dev:amd64.
- Preparing to unpack .../28-librtmp-dev_2.4+20151223.gitfa8646d.1-3+b1_amd64.deb ...
- Unpacking librtmp-dev:amd64 (2.4+20151223.gitfa8646d.1-3+b1) ...
- Selecting previously unselected package libssl-dev:amd64.
- Preparing to unpack .../29-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 .../30-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 .../31-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 .../32-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 .../33-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 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 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 libgssrpc4t64:amd64 (1.22.1-2+b1) ...
- 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 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.1-3) ...
- 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 libkadm5clnt-mit12:amd64 (1.22.1-2+b1) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-5+b1) ...
- Setting up nettle-dev:amd64 (3.10.2-1+b1) ...
- Setting up libkdb5-10t64:amd64 (1.22.1-2+b1) ...
- Setting up pkgconf:amd64 (2.5.1-4) ...
- Setting up libssh2-1-dev:amd64 (1.11.1-2) ...
- Setting up libkadm5srv-mit12:amd64 (1.22.1-2+b1) ...
- Setting up krb5-multidev:amd64 (1.22.1-2+b1) ...
- Setting up libgnutls28-dev:amd64 (3.8.12-3) ...
- Setting up libnghttp2-dev:amd64 (1.68.1-1) ...
- Setting up libkrb5-dev:amd64 (1.22.1-2+b1) ...
- Setting up librtmp-dev:amd64 (2.4+20151223.gitfa8646d.1-3+b1) ...
- Setting up libcurl4-gnutls-dev:amd64 (8.19.0-3) ...
- Processing triggers for libc-bin (2.42-14) ...
<><> 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-13 16:02.58 ---> saved as "23d807970f4702d03f9bd32af0d4ce2f08c044a6ee0cebad90f7e66025ebcb99"
Job succeeded
2026-04-13 16:03.03: Job succeeded