- github
- ocaml
- opam-repository
- d2c2fd
- extras,s390x-ocaml-5.4,liquidsoap.2.4.2
(not at the head of any monitored branch or PR)
2026-04-10 14:44.30: 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-13-ocaml-5.4/s390x
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-13-ocaml-5.4@sha256:71abdbb2737cf7511872fc835ed2bb56ae643155123dad367d7a0ed846867fbd
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-10 14:44.30: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:71abdbb2737cf7511872fc835ed2bb56ae643155123dad367d7a0ed846867fbd-liquidsoap.2.4.2-d2c2fde7ed0f03ab1c97ec11eae2846e1c000577"
2026-04-10 14:44.30: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:71abdbb2737cf7511872fc835ed2bb56ae643155123dad367d7a0ed846867fbd)
(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-10 14:44.30: Waiting for resource in pool OCluster
2026-04-10 14:44.32: Waiting for worker…
2026-04-10 14:49.07: Got resource from pool OCluster
Building on s390x-worker-01.marist.ci.dev
HEAD is now at a9bba4e905 [new release] nats-client (2 packages) (0.0.3)
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-13-ocaml-5.4@sha256:71abdbb2737cf7511872fc835ed2bb56ae643155123dad367d7a0ed846867fbd)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:71abdbb2737cf7511872fc835ed2bb56ae643155123dad367d7a0ed846867fbd' locally
docker.io/ocaml/opam@sha256:71abdbb2737cf7511872fc835ed2bb56ae643155123dad367d7a0ed846867fbd: Pulling from ocaml/opam
7bc76783a615: Already exists
8dbcd3a4e722: Pulling fs layer
5e46081967ba: Pulling fs layer
51f670f45840: Pulling fs layer
cf83fa403235: Pulling fs layer
d8a61169ec08: Pulling fs layer
4ff5ef32bf41: Pulling fs layer
1a797a958d4f: Pulling fs layer
cf83fa403235: Waiting
d8a61169ec08: Waiting
9d4c05413e20: Pulling fs layer
1a797a958d4f: Waiting
4ff5ef32bf41: Waiting
6f7c8654f1cc: Pulling fs layer
9d4c05413e20: Waiting
b5f7d8056060: Pulling fs layer
662a673997a7: Pulling fs layer
b89b3502974d: Pulling fs layer
d5c7db8e1630: Pulling fs layer
662a673997a7: Waiting
6f7c8654f1cc: Waiting
b5f7d8056060: Waiting
b89b3502974d: Waiting
c90a33751c59: Pulling fs layer
d5c7db8e1630: Waiting
c20303b36b54: Pulling fs layer
899fea7ca531: Pulling fs layer
70c690f7c82a: Pulling fs layer
c90a33751c59: Waiting
c20303b36b54: Waiting
6b5e49e0fcb8: Pulling fs layer
37eb8c5d093e: Pulling fs layer
5d8ede78500e: Pulling fs layer
98811a15d333: Pulling fs layer
4f4fb700ef54: Pulling fs layer
70c690f7c82a: Waiting
37eb8c5d093e: Waiting
6b5e49e0fcb8: Waiting
5d8ede78500e: Waiting
98811a15d333: Waiting
6d05c6d66aa2: Pulling fs layer
168a75d9f40d: Pulling fs layer
4f4fb700ef54: Waiting
8ef8fdef8a57: Pulling fs layer
2a0218df673c: Pulling fs layer
3275beaca5b3: Pulling fs layer
0373400a301f: Pulling fs layer
00727e0ff1e3: Pulling fs layer
8e5ea53eab8d: Pulling fs layer
1cefdd7ce26c: Pulling fs layer
b1212d986d4e: Pulling fs layer
623d25109d6a: Pulling fs layer
9407102c9fc1: Pulling fs layer
d1f99b499dfa: Pulling fs layer
2fe4da4d5a54: Pulling fs layer
ef9ccaf5a6ba: Pulling fs layer
34128f1133e2: Pulling fs layer
058343ee62e9: Pulling fs layer
e8e4f03e71a3: Pulling fs layer
05dba415ddef: Pulling fs layer
a0196852f7dd: Pulling fs layer
6d05c6d66aa2: Waiting
168a75d9f40d: Waiting
70aabd71c182: Pulling fs layer
8ef8fdef8a57: Waiting
083c6ce42446: Pulling fs layer
2a0218df673c: Waiting
3275beaca5b3: Waiting
38ab54f5809e: Pulling fs layer
0373400a301f: Waiting
09ff637babb7: Pulling fs layer
00727e0ff1e3: Waiting
8e5ea53eab8d: Waiting
ab2a9e5f86ae: Pulling fs layer
1cefdd7ce26c: Waiting
b1212d986d4e: Waiting
34128f1133e2: Waiting
623d25109d6a: Waiting
058343ee62e9: Waiting
e8e4f03e71a3: Waiting
9407102c9fc1: Waiting
05dba415ddef: Waiting
d1f99b499dfa: Waiting
2fe4da4d5a54: Waiting
ef9ccaf5a6ba: Waiting
a0196852f7dd: Waiting
70aabd71c182: Waiting
083c6ce42446: Waiting
38ab54f5809e: Waiting
09ff637babb7: Waiting
ab2a9e5f86ae: Waiting
5e46081967ba: Verifying Checksum
5e46081967ba: Download complete
8dbcd3a4e722: Verifying Checksum
8dbcd3a4e722: Download complete
8dbcd3a4e722: Pull complete
5e46081967ba: Pull complete
cf83fa403235: Verifying Checksum
cf83fa403235: Download complete
51f670f45840: Verifying Checksum
51f670f45840: Download complete
4ff5ef32bf41: Verifying Checksum
4ff5ef32bf41: Download complete
51f670f45840: Pull complete
cf83fa403235: Pull complete
1a797a958d4f: Verifying Checksum
1a797a958d4f: Download complete
9d4c05413e20: Verifying Checksum
9d4c05413e20: Download complete
6f7c8654f1cc: Verifying Checksum
6f7c8654f1cc: Download complete
b5f7d8056060: Verifying Checksum
b5f7d8056060: Download complete
662a673997a7: Verifying Checksum
662a673997a7: Download complete
d8a61169ec08: Verifying Checksum
d8a61169ec08: Download complete
b89b3502974d: Download complete
c90a33751c59: Verifying Checksum
c90a33751c59: Download complete
c20303b36b54: Download complete
d5c7db8e1630: Verifying Checksum
d5c7db8e1630: Download complete
899fea7ca531: Download complete
70c690f7c82a: Verifying Checksum
70c690f7c82a: Download complete
37eb8c5d093e: Verifying Checksum
37eb8c5d093e: Download complete
6b5e49e0fcb8: Verifying Checksum
6b5e49e0fcb8: Download complete
5d8ede78500e: Verifying Checksum
5d8ede78500e: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
98811a15d333: Verifying Checksum
98811a15d333: Download complete
6d05c6d66aa2: Verifying Checksum
6d05c6d66aa2: Download complete
168a75d9f40d: Verifying Checksum
168a75d9f40d: Download complete
8ef8fdef8a57: Verifying Checksum
8ef8fdef8a57: Download complete
2a0218df673c: Verifying Checksum
2a0218df673c: Download complete
3275beaca5b3: Verifying Checksum
3275beaca5b3: Download complete
0373400a301f: Verifying Checksum
0373400a301f: Download complete
8e5ea53eab8d: Verifying Checksum
8e5ea53eab8d: Download complete
00727e0ff1e3: Verifying Checksum
00727e0ff1e3: Download complete
1cefdd7ce26c: Verifying Checksum
1cefdd7ce26c: Download complete
b1212d986d4e: Verifying Checksum
b1212d986d4e: Download complete
623d25109d6a: Verifying Checksum
623d25109d6a: Download complete
9407102c9fc1: Download complete
2fe4da4d5a54: Verifying Checksum
2fe4da4d5a54: Download complete
34128f1133e2: Verifying Checksum
34128f1133e2: Download complete
058343ee62e9: Verifying Checksum
058343ee62e9: Download complete
e8e4f03e71a3: Verifying Checksum
e8e4f03e71a3: Download complete
05dba415ddef: Download complete
a0196852f7dd: Verifying Checksum
a0196852f7dd: Download complete
70aabd71c182: Verifying Checksum
70aabd71c182: Download complete
d8a61169ec08: Pull complete
4ff5ef32bf41: Pull complete
1a797a958d4f: Pull complete
9d4c05413e20: Pull complete
6f7c8654f1cc: Pull complete
b5f7d8056060: Pull complete
662a673997a7: Pull complete
b89b3502974d: Pull complete
ef9ccaf5a6ba: Verifying Checksum
ef9ccaf5a6ba: Download complete
d5c7db8e1630: Pull complete
38ab54f5809e: Verifying Checksum
38ab54f5809e: Download complete
c90a33751c59: Pull complete
d1f99b499dfa: Download complete
c20303b36b54: Pull complete
899fea7ca531: Pull complete
083c6ce42446: Verifying Checksum
083c6ce42446: Download complete
ab2a9e5f86ae: Verifying Checksum
ab2a9e5f86ae: Download complete
09ff637babb7: Verifying Checksum
09ff637babb7: Download complete
70c690f7c82a: Pull complete
6b5e49e0fcb8: Pull complete
37eb8c5d093e: Pull complete
5d8ede78500e: Pull complete
98811a15d333: Pull complete
4f4fb700ef54: Pull complete
6d05c6d66aa2: Pull complete
168a75d9f40d: Pull complete
8ef8fdef8a57: Pull complete
2a0218df673c: Pull complete
3275beaca5b3: Pull complete
0373400a301f: Pull complete
00727e0ff1e3: Pull complete
8e5ea53eab8d: Pull complete
1cefdd7ce26c: Pull complete
b1212d986d4e: Pull complete
623d25109d6a: Pull complete
9407102c9fc1: Pull complete
d1f99b499dfa: Pull complete
2fe4da4d5a54: Pull complete
ef9ccaf5a6ba: Pull complete
34128f1133e2: Pull complete
058343ee62e9: Pull complete
e8e4f03e71a3: Pull complete
05dba415ddef: Pull complete
a0196852f7dd: Pull complete
70aabd71c182: Pull complete
083c6ce42446: Pull complete
38ab54f5809e: Pull complete
09ff637babb7: Pull complete
ab2a9e5f86ae: Pull complete
Digest: sha256:71abdbb2737cf7511872fc835ed2bb56ae643155123dad367d7a0ed846867fbd
Status: Downloaded newer image for ocaml/opam@sha256:71abdbb2737cf7511872fc835ed2bb56ae643155123dad367d7a0ed846867fbd
2026-04-10 14:49.11 ---> using "c7da1d637bdea3d5702632657cc051b516a9e858045093b83141e185996d5b65" 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:49.11 ---> using "9fb1b858723bf20508eec14f738193fe7d63d4d77698bd9fe4789fabaf60cfe4" 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.
Continue? [Y/n] y
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.
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-10 14:49.11 ---> using "af0ef33e55139d77af0e7859c3b265d08fa02d245294a695a4648ac8d271e4f4" 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=s390x 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 3
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.4
# invariant ["ocaml-base-compiler" {= "5.4.1"}]
# compiler-packages ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.1
2026-04-10 14:49.11 ---> using "64e5ad8761a87f2f0628558698e5221c7b03e2a4280631492d0e06817525f0cc" 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:49.11 ---> using "934b7fc7b7c056e5dcea33f937d8de1e809e69becfbdba124fa213a96e5129bf" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-10 14:49.27 ---> saved as "f3c47d42174e977855a0ec0660b2e8f8e9f9e08594a8c25efd84b59be45e57e2"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-10 14:49.52 ---> saved as "5026dd99f8a2aed43006eebe75194690920fb6659f3dcd2927d99d0dfed4ca4c"
/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 s390x Packages [113 kB]
- Fetched 204 kB in 0s (1395 kB/s)
- Reading package lists...
2026-04-10 14:49.55 ---> saved as "5220d132c6b266168be85a2318bb09c0bc20179909525cd0e8b475eeee31654c"
/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:49.58 ---> saved as "084460e3140fcce412972c84955b7d070bf5a75cfad88856f28d0b2f9cd3a232"
/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 56 packages
- install angstrom 0.16.1 [required by uri]
- install base v0.17.3 [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.17.0 [required by ppxlib]
- install ocaml-syntax-shims 1.0.0 [required by angstrom]
- install ocaml_intrinsics_kernel v0.17.1 [required by base]
- 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.17.0 [required by ppx_string]
- install ppx_cold v0.17.0 [required by ppx_base]
- install ppx_compare v0.17.0 [required by ppx_hash]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppx_enumerate v0.17.0 [required by ppx_base]
- install ppx_globalize v0.17.2 [required by ppx_base]
- install ppx_hash v0.17.0 [required by liquidsoap-lang]
- install ppx_sexp_conv v0.17.1 [required by ppx_hash]
- install ppx_string v0.17.0 [required by liquidsoap]
- install ppxlib 0.38.0 [required by ppx_string, ppx_hash, sedlex]
- install ppxlib_jane v0.17.4 [required by ppx_hash]
- 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.17.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 ... 20413 files and directories currently installed.)
- Preparing to unpack .../openssl-provider-legacy_3.5.5-1~deb13u2_s390x.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 ... 20413 files and directories currently installed.)
- Preparing to unpack .../libssl3t64_3.5.5-1~deb13u2_s390x.deb ...
- Unpacking libssl3t64:s390x (3.5.5-1~deb13u2) over (3.5.5-1~deb13u1) ...
- Setting up libssl3t64:s390x (3.5.5-1~deb13u2) ...
- Selecting previously unselected package comerr-dev:s390x.
- (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 ... 20413 files and directories currently installed.)
- Preparing to unpack .../00-comerr-dev_2.1-1.47.2-3+b10_s390x.deb ...
- Unpacking comerr-dev:s390x (2.1-1.47.2-3+b10) ...
- Selecting previously unselected package libgssrpc4t64:s390x.
- Preparing to unpack .../01-libgssrpc4t64_1.21.3-5_s390x.deb ...
- Unpacking libgssrpc4t64:s390x (1.21.3-5) ...
- Selecting previously unselected package libkadm5clnt-mit12:s390x.
- Preparing to unpack .../02-libkadm5clnt-mit12_1.21.3-5_s390x.deb ...
- Unpacking libkadm5clnt-mit12:s390x (1.21.3-5) ...
- Selecting previously unselected package libkdb5-10t64:s390x.
- Preparing to unpack .../03-libkdb5-10t64_1.21.3-5_s390x.deb ...
- Unpacking libkdb5-10t64:s390x (1.21.3-5) ...
- Selecting previously unselected package libkadm5srv-mit12:s390x.
- Preparing to unpack .../04-libkadm5srv-mit12_1.21.3-5_s390x.deb ...
- Unpacking libkadm5srv-mit12:s390x (1.21.3-5) ...
- Selecting previously unselected package krb5-multidev:s390x.
- Preparing to unpack .../05-krb5-multidev_1.21.3-5_s390x.deb ...
- Unpacking krb5-multidev:s390x (1.21.3-5) ...
- Selecting previously unselected package libbrotli-dev:s390x.
- Preparing to unpack .../06-libbrotli-dev_1.1.0-2+b7_s390x.deb ...
- Unpacking libbrotli-dev:s390x (1.1.0-2+b7) ...
- Selecting previously unselected package libevent-2.1-7t64:s390x.
- Preparing to unpack .../07-libevent-2.1-7t64_2.1.12-stable-10+b1_s390x.deb ...
- Unpacking libevent-2.1-7t64:s390x (2.1.12-stable-10+b1) ...
- Selecting previously unselected package libunbound8:s390x.
- Preparing to unpack .../08-libunbound8_1.22.0-2+deb13u1_s390x.deb ...
- Unpacking libunbound8:s390x (1.22.0-2+deb13u1) ...
- Selecting previously unselected package libgnutls-dane0t64:s390x.
- Preparing to unpack .../09-libgnutls-dane0t64_3.8.9-3+deb13u2_s390x.deb ...
- Unpacking libgnutls-dane0t64:s390x (3.8.9-3+deb13u2) ...
- Selecting previously unselected package libgnutls-openssl27t64:s390x.
- Preparing to unpack .../10-libgnutls-openssl27t64_3.8.9-3+deb13u2_s390x.deb ...
- Unpacking libgnutls-openssl27t64:s390x (3.8.9-3+deb13u2) ...
- Selecting previously unselected package libidn2-dev:s390x.
- Preparing to unpack .../11-libidn2-dev_2.3.8-2_s390x.deb ...
- Unpacking libidn2-dev:s390x (2.3.8-2) ...
- Selecting previously unselected package libp11-kit-dev:s390x.
- Preparing to unpack .../12-libp11-kit-dev_0.25.5-3_s390x.deb ...
- Unpacking libp11-kit-dev:s390x (0.25.5-3) ...
- Selecting previously unselected package libtasn1-6-dev:s390x.
- Preparing to unpack .../13-libtasn1-6-dev_4.20.0-2_s390x.deb ...
- Unpacking libtasn1-6-dev:s390x (4.20.0-2) ...
- Selecting previously unselected package libgmpxx4ldbl:s390x.
- Preparing to unpack .../14-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_s390x.deb ...
- Unpacking libgmpxx4ldbl:s390x (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libgmp-dev:s390x.
- Preparing to unpack .../15-libgmp-dev_2%3a6.3.0+dfsg-3_s390x.deb ...
- Unpacking libgmp-dev:s390x (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package nettle-dev:s390x.
- Preparing to unpack .../16-nettle-dev_3.10.1-1_s390x.deb ...
- Unpacking nettle-dev:s390x (3.10.1-1) ...
- Selecting previously unselected package libgnutls28-dev:s390x.
- Preparing to unpack .../17-libgnutls28-dev_3.8.9-3+deb13u2_s390x.deb ...
- Unpacking libgnutls28-dev:s390x (3.8.9-3+deb13u2) ...
- Selecting previously unselected package libkrb5-dev:s390x.
- Preparing to unpack .../18-libkrb5-dev_1.21.3-5_s390x.deb ...
- Unpacking libkrb5-dev:s390x (1.21.3-5) ...
- Selecting previously unselected package libldap-dev:s390x.
- Preparing to unpack .../19-libldap-dev_2.6.10+dfsg-1_s390x.deb ...
- Unpacking libldap-dev:s390x (2.6.10+dfsg-1) ...
- Selecting previously unselected package libpkgconf3:s390x.
- Preparing to unpack .../20-libpkgconf3_1.8.1-4_s390x.deb ...
- Unpacking libpkgconf3:s390x (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../21-pkgconf-bin_1.8.1-4_s390x.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:s390x.
- Preparing to unpack .../22-pkgconf_1.8.1-4_s390x.deb ...
- Unpacking pkgconf:s390x (1.8.1-4) ...
- Selecting previously unselected package libnghttp2-dev:s390x.
- Preparing to unpack .../23-libnghttp2-dev_1.64.0-1.1_s390x.deb ...
- Unpacking libnghttp2-dev:s390x (1.64.0-1.1) ...
- Selecting previously unselected package libnghttp3-dev:s390x.
- Preparing to unpack .../24-libnghttp3-dev_1.8.0-1_s390x.deb ...
- Unpacking libnghttp3-dev:s390x (1.8.0-1) ...
- Selecting previously unselected package libngtcp2-crypto-gnutls-dev:s390x.
- Preparing to unpack .../25-libngtcp2-crypto-gnutls-dev_1.11.0-1_s390x.deb ...
- Unpacking libngtcp2-crypto-gnutls-dev:s390x (1.11.0-1) ...
- Selecting previously unselected package libngtcp2-dev:s390x.
- Preparing to unpack .../26-libngtcp2-dev_1.11.0-1_s390x.deb ...
- Unpacking libngtcp2-dev:s390x (1.11.0-1) ...
- Selecting previously unselected package libpsl-dev:s390x.
- Preparing to unpack .../27-libpsl-dev_0.21.2-1.1+b1_s390x.deb ...
- Unpacking libpsl-dev:s390x (0.21.2-1.1+b1) ...
- Selecting previously unselected package zlib1g-dev:s390x.
- Preparing to unpack .../28-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_s390x.deb ...
- Unpacking zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1+b1) ...
- Selecting previously unselected package librtmp-dev:s390x.
- Preparing to unpack .../29-librtmp-dev_2.4+20151223.gitfa8646d.1-2+b5_s390x.deb ...
- Unpacking librtmp-dev:s390x (2.4+20151223.gitfa8646d.1-2+b5) ...
- Selecting previously unselected package libssl-dev:s390x.
- Preparing to unpack .../30-libssl-dev_3.5.5-1~deb13u2_s390x.deb ...
- Unpacking libssl-dev:s390x (3.5.5-1~deb13u2) ...
- Selecting previously unselected package libssh2-1-dev:s390x.
- Preparing to unpack .../31-libssh2-1-dev_1.11.1-1_s390x.deb ...
- Unpacking libssh2-1-dev:s390x (1.11.1-1) ...
- Selecting previously unselected package libcurl4-gnutls-dev:s390x.
- Preparing to unpack .../32-libcurl4-gnutls-dev_8.14.1-2+deb13u2_s390x.deb ...
- Unpacking libcurl4-gnutls-dev:s390x (8.14.1-2+deb13u2) ...
- Selecting previously unselected package libtasn1-doc.
- Preparing to unpack .../33-libtasn1-doc_4.20.0-2_all.deb ...
- Unpacking libtasn1-doc (4.20.0-2) ...
- Preparing to unpack .../34-openssl_3.5.5-1~deb13u2_s390x.deb ...
- Unpacking openssl (3.5.5-1~deb13u2) over (3.5.5-1~deb13u1) ...
- Setting up libgnutls-openssl27t64:s390x (3.8.9-3+deb13u2) ...
- Setting up libtasn1-doc (4.20.0-2) ...
- Setting up libevent-2.1-7t64:s390x (2.1.12-stable-10+b1) ...
- Setting up libngtcp2-crypto-gnutls-dev:s390x (1.11.0-1) ...
- Setting up libngtcp2-dev:s390x (1.11.0-1) ...
- Setting up libpsl-dev:s390x (0.21.2-1.1+b1) ...
- Setting up libunbound8:s390x (1.22.0-2+deb13u1) ...
- Setting up libpkgconf3:s390x (1.8.1-4) ...
- Setting up libgmpxx4ldbl:s390x (2:6.3.0+dfsg-3) ...
- Setting up libgnutls-dane0t64:s390x (3.8.9-3+deb13u2) ...
- Setting up libgssrpc4t64:s390x (1.21.3-5) ...
- Setting up libldap-dev:s390x (2.6.10+dfsg-1) ...
- Setting up comerr-dev:s390x (2.1-1.47.2-3+b10) ...
- Setting up libssl-dev:s390x (3.5.5-1~deb13u2) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libidn2-dev:s390x (2.3.8-2) ...
- Setting up libnghttp3-dev:s390x (1.8.0-1) ...
- Setting up zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1+b1) ...
- Setting up libtasn1-6-dev:s390x (4.20.0-2) ...
- Setting up openssl (3.5.5-1~deb13u2) ...
- Setting up libbrotli-dev:s390x (1.1.0-2+b7) ...
- Setting up libp11-kit-dev:s390x (0.25.5-3) ...
- Setting up libkadm5clnt-mit12:s390x (1.21.3-5) ...
- Setting up libgmp-dev:s390x (2:6.3.0+dfsg-3) ...
- Setting up nettle-dev:s390x (3.10.1-1) ...
- Setting up libkdb5-10t64:s390x (1.21.3-5) ...
- Setting up pkgconf:s390x (1.8.1-4) ...
- Setting up libssh2-1-dev:s390x (1.11.1-1) ...
- Setting up libkadm5srv-mit12:s390x (1.21.3-5) ...
- Setting up krb5-multidev:s390x (1.21.3-5) ...
- Setting up libgnutls28-dev:s390x (3.8.9-3+deb13u2) ...
- Setting up libnghttp2-dev:s390x (1.64.0-1.1) ...
- Setting up libkrb5-dev:s390x (1.21.3-5) ...
- Setting up librtmp-dev:s390x (2.4+20151223.gitfa8646d.1-2+b5) ...
- Setting up libcurl4-gnutls-dev:s390x (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.17.3 (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)
-> installed conf-libcurl.2
-> retrieved curl.0.10.0 (cached)
-> 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.17.0 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved pp.2.0.0 (cached)
-> retrieved ppx_base.v0.17.0 (cached)
-> retrieved ppx_cold.v0.17.0 (cached)
-> retrieved ppx_compare.v0.17.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_enumerate.v0.17.0 (cached)
-> retrieved ppx_globalize.v0.17.2 (cached)
-> retrieved ppx_hash.v0.17.0 (cached)
-> retrieved ppx_sexp_conv.v0.17.1 (cached)
-> retrieved ppx_string.v0.17.0 (cached)
-> retrieved ppxlib.0.38.0 (cached)
-> retrieved ppxlib_jane.v0.17.4 (cached)
-> retrieved re.1.13.2 (cached)
-> retrieved sedlex.3.7 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.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 fileutils.0.6.6
-> installed magic-mime.1.3.1
-> installed gen.1.1
-> installed mem_usage.0.1.3
-> installed dune-configurator.3.22.1
-> installed menhirCST.20260209
-> installed bigstringaf.0.10.0
-> installed menhirGLR.20260209
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed metadata.0.3.2
-> installed curl.0.10.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed mm.0.8.6
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ordering.3.22.1
-> installed angstrom.0.16.1
-> installed pp.2.0.0
-> installed ppx_derivers.1.2.1
-> installed re.1.13.2
-> installed dyn.3.22.1
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.17.0
-> installed stringext.1.6.0
-> installed top-closure.3.22.1
-> installed menhir.20260209
-> installed stdune.3.22.1
-> installed base.v0.17.3
-> installed uri.4.4.0
-> installed dune-private-libs.3.22.1
-> installed xml-light.2.5
-> installed dune-site.3.22.1
-> installed ppxlib.0.38.0
-> installed ppx_cold.v0.17.0
-> installed ppxlib_jane.v0.17.4
-> installed ppx_compare.v0.17.0
-> installed sedlex.3.7
-> installed ppx_enumerate.v0.17.0
-> installed ppx_globalize.v0.17.2
-> installed camomile.2.0.0
-> installed ppx_sexp_conv.v0.17.1
-> installed ppx_hash.v0.17.0
-> installed ppx_base.v0.17.0
-> installed ppx_string.v0.17.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:52.27 ---> saved as "8a6c8d9aba813f2f42d315331f6c8d944bb76c63672a7175a9922aa78637fad4"
Job succeeded
2026-04-10 14:52.30: Job succeeded