(not at the head of any monitored branch or PR)
2026-04-13 14:55.04: New job: build liquidsoap.2.4.2, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29703/head (04bb6962c1b0506de5a277289b857c4093d55649)
                              on opensuse-15.6-ocaml-5.4/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:opensuse-15.6-ocaml-5.4@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745
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 "\"opensuse-15.6\""; 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.04: Using cache hint "ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745-liquidsoap.2.4.2-04bb6962c1b0506de5a277289b857c4093d55649"
2026-04-13 14:55.04: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745)
 (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 \"\\\"opensuse-15.6\\\"\"; 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.04: Waiting for resource in pool OCluster
2026-04-13 15:41.46: Waiting for worker…
2026-04-13 15:46.04: Got resource from pool OCluster
Building on eumache.caelum.ci.dev
All commits already cached
HEAD is now at ba4685aeec Merge pull request #29653 from yakobowski/camlidl
Merge made by the 'ort' strategy.
 packages/ffmpeg-av/ffmpeg-av.1.3.0/opam            | 51 ++++++++++++++++++++++
 packages/ffmpeg-avcodec/ffmpeg-avcodec.1.3.0/opam  | 50 +++++++++++++++++++++
 .../ffmpeg-avdevice/ffmpeg-avdevice.1.3.0/opam     | 50 +++++++++++++++++++++
 .../ffmpeg-avfilter/ffmpeg-avfilter.1.3.0/opam     | 50 +++++++++++++++++++++
 packages/ffmpeg-avutil/ffmpeg-avutil.1.3.0/opam    | 51 ++++++++++++++++++++++
 .../ffmpeg-swresample/ffmpeg-swresample.1.3.0/opam | 51 ++++++++++++++++++++++
 packages/ffmpeg-swscale/ffmpeg-swscale.1.3.0/opam  | 50 +++++++++++++++++++++
 packages/ffmpeg/ffmpeg.1.3.0/opam                  | 44 +++++++++++++++++++
 .../liquidsoap-core/liquidsoap-core.2.2.0/opam     |  2 +-
 .../liquidsoap-core/liquidsoap-core.2.2.1/opam     |  2 +-
 .../liquidsoap-core/liquidsoap-core.2.2.2/opam     |  2 +-
 .../liquidsoap-core/liquidsoap-core.2.2.3/opam     |  2 +-
 .../liquidsoap-core/liquidsoap-core.2.2.4-1/opam   |  2 +-
 .../liquidsoap-core/liquidsoap-core.2.2.5/opam     |  2 +-
 .../liquidsoap-core/liquidsoap-core.2.3.0/opam     |  2 +-
 packages/liquidsoap/liquidsoap.2.4.0/opam          |  2 +-
 packages/liquidsoap/liquidsoap.2.4.2/opam          |  2 +-
 17 files changed, 406 insertions(+), 9 deletions(-)
 create mode 100644 packages/ffmpeg-av/ffmpeg-av.1.3.0/opam
 create mode 100644 packages/ffmpeg-avcodec/ffmpeg-avcodec.1.3.0/opam
 create mode 100644 packages/ffmpeg-avdevice/ffmpeg-avdevice.1.3.0/opam
 create mode 100644 packages/ffmpeg-avfilter/ffmpeg-avfilter.1.3.0/opam
 create mode 100644 packages/ffmpeg-avutil/ffmpeg-avutil.1.3.0/opam
 create mode 100644 packages/ffmpeg-swresample/ffmpeg-swresample.1.3.0/opam
 create mode 100644 packages/ffmpeg-swscale/ffmpeg-swscale.1.3.0/opam
 create mode 100644 packages/ffmpeg/ffmpeg.1.3.0/opam

(from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745)
Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745' locally
docker.io/ocaml/opam@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745: Pulling from ocaml/opam
2824220eb759: Pulling fs layer
d6e0f6bf3ee8: Pulling fs layer
98ea95f8982c: Pulling fs layer
66c4e2d11417: Pulling fs layer
178bf13c4542: Pulling fs layer
3363b6690622: Pulling fs layer
2f360ed5ed1c: Pulling fs layer
98ea95f8982c: Waiting
0157dc55738d: Pulling fs layer
178bf13c4542: Waiting
adbd7b083662: Pulling fs layer
2824220eb759: Waiting
66c4e2d11417: Waiting
d6e0f6bf3ee8: Waiting
08da4b8ec306: Pulling fs layer
0157dc55738d: Waiting
2d08af6962f0: Pulling fs layer
3363b6690622: Waiting
adbd7b083662: Waiting
2f360ed5ed1c: Waiting
0eb7579d9e49: Pulling fs layer
2d08af6962f0: Waiting
a469e6a3633d: Pulling fs layer
08da4b8ec306: Waiting
0eb7579d9e49: Waiting
82c744fdb18a: Pulling fs layer
a469e6a3633d: Waiting
36b9f578dfd0: Pulling fs layer
82c744fdb18a: Waiting
67e235ccb630: Pulling fs layer
36b9f578dfd0: Waiting
054af01a93fc: Pulling fs layer
67e235ccb630: Waiting
e8dd567f0fce: Pulling fs layer
054af01a93fc: Waiting
4f4fb700ef54: Pulling fs layer
e8dd567f0fce: Waiting
95a8dc77b77e: Pulling fs layer
4f4fb700ef54: Waiting
cc10f5cb66cf: Pulling fs layer
c6967ed40884: Pulling fs layer
cc10f5cb66cf: Waiting
86261b212eac: Pulling fs layer
95a8dc77b77e: Waiting
c6967ed40884: Waiting
c593fa27ed82: Pulling fs layer
86261b212eac: Waiting
327409bbc709: Pulling fs layer
c593fa27ed82: Waiting
68843b0965c1: Pulling fs layer
1dce24306ea4: Pulling fs layer
327409bbc709: Waiting
68843b0965c1: Waiting
d41b89be77dc: Pulling fs layer
1dce24306ea4: Waiting
a847491754f8: Pulling fs layer
d41b89be77dc: Waiting
2ba6e682b334: Pulling fs layer
a847491754f8: Waiting
88783f87eac5: Pulling fs layer
2ba6e682b334: Waiting
94a228a5ee2b: Pulling fs layer
effccec7e4d4: Pulling fs layer
88783f87eac5: Waiting
2f4d54523759: Pulling fs layer
effccec7e4d4: Waiting
c433d8fc16c8: Pulling fs layer
2f4d54523759: Waiting
e8dea40a6ae6: Pulling fs layer
c433d8fc16c8: Waiting
5be5b25f37bd: Pulling fs layer
8a320261bc75: Pulling fs layer
f36d6c98cb79: Pulling fs layer
e8dea40a6ae6: Waiting
48745103a26a: Pulling fs layer
f36d6c98cb79: Waiting
2c60e853f538: Pulling fs layer
48745103a26a: Waiting
303d675deef6: Pulling fs layer
10d6d5991602: Pulling fs layer
8a320261bc75: Waiting
2c60e853f538: Waiting
303d675deef6: Waiting
49510a9bffbc: Pulling fs layer
10d6d5991602: Waiting
2824220eb759: Verifying Checksum
2824220eb759: Download complete
d6e0f6bf3ee8: Download complete
2824220eb759: Pull complete
d6e0f6bf3ee8: Pull complete
66c4e2d11417: Verifying Checksum
66c4e2d11417: Download complete
178bf13c4542: Download complete
3363b6690622: Verifying Checksum
3363b6690622: Download complete
0157dc55738d: Verifying Checksum
0157dc55738d: Download complete
2f360ed5ed1c: Verifying Checksum
2f360ed5ed1c: Download complete
08da4b8ec306: Download complete
adbd7b083662: Verifying Checksum
adbd7b083662: Download complete
0eb7579d9e49: Verifying Checksum
0eb7579d9e49: Download complete
2d08af6962f0: Verifying Checksum
2d08af6962f0: Download complete
82c744fdb18a: Verifying Checksum
82c744fdb18a: Download complete
a469e6a3633d: Verifying Checksum
a469e6a3633d: Download complete
36b9f578dfd0: Verifying Checksum
36b9f578dfd0: Download complete
67e235ccb630: Download complete
e8dd567f0fce: Download complete
054af01a93fc: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
95a8dc77b77e: Verifying Checksum
95a8dc77b77e: Download complete
c6967ed40884: Download complete
cc10f5cb66cf: Verifying Checksum
cc10f5cb66cf: Download complete
86261b212eac: Verifying Checksum
86261b212eac: Download complete
c593fa27ed82: Download complete
327409bbc709: Verifying Checksum
327409bbc709: Download complete
1dce24306ea4: Verifying Checksum
1dce24306ea4: Download complete
d41b89be77dc: Download complete
68843b0965c1: Download complete
2ba6e682b334: Verifying Checksum
2ba6e682b334: Download complete
a847491754f8: Verifying Checksum
a847491754f8: Download complete
88783f87eac5: Verifying Checksum
88783f87eac5: Download complete
effccec7e4d4: Verifying Checksum
effccec7e4d4: Download complete
2f4d54523759: Verifying Checksum
2f4d54523759: Download complete
c433d8fc16c8: Verifying Checksum
c433d8fc16c8: Download complete
e8dea40a6ae6: Verifying Checksum
e8dea40a6ae6: Download complete
5be5b25f37bd: Verifying Checksum
5be5b25f37bd: Download complete
8a320261bc75: Download complete
f36d6c98cb79: Verifying Checksum
f36d6c98cb79: Download complete
48745103a26a: Verifying Checksum
48745103a26a: Download complete
98ea95f8982c: Download complete
303d675deef6: Download complete
10d6d5991602: Verifying Checksum
10d6d5991602: Download complete
49510a9bffbc: Verifying Checksum
49510a9bffbc: Download complete
98ea95f8982c: Pull complete
2c60e853f538: Verifying Checksum
2c60e853f538: Download complete
66c4e2d11417: Pull complete
178bf13c4542: Pull complete
3363b6690622: Pull complete
2f360ed5ed1c: Pull complete
0157dc55738d: Pull complete
adbd7b083662: Pull complete
08da4b8ec306: Pull complete
2d08af6962f0: Pull complete
0eb7579d9e49: Pull complete
a469e6a3633d: Pull complete
82c744fdb18a: Pull complete
36b9f578dfd0: Pull complete
67e235ccb630: Pull complete
054af01a93fc: Pull complete
e8dd567f0fce: Pull complete
4f4fb700ef54: Pull complete
95a8dc77b77e: Pull complete
cc10f5cb66cf: Pull complete
c6967ed40884: Pull complete
86261b212eac: Pull complete
c593fa27ed82: Pull complete
327409bbc709: Pull complete
68843b0965c1: Pull complete
1dce24306ea4: Pull complete
d41b89be77dc: Pull complete
a847491754f8: Pull complete
2ba6e682b334: Pull complete
88783f87eac5: Pull complete
94a228a5ee2b: Download complete
94a228a5ee2b: Pull complete
effccec7e4d4: Pull complete
2f4d54523759: Pull complete
c433d8fc16c8: Pull complete
e8dea40a6ae6: Pull complete
5be5b25f37bd: Pull complete
8a320261bc75: Pull complete
f36d6c98cb79: Pull complete
48745103a26a: Pull complete
2c60e853f538: Pull complete
303d675deef6: Pull complete
10d6d5991602: Pull complete
49510a9bffbc: Pull complete
Digest: sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745
Status: Downloaded newer image for ocaml/opam@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745
2026-04-13 15:46.06 ---> using "5a3680208c73beb3331771a2f7c7cfa44299220a0d1ff13e680cdae5b80bdaf8" 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-13 15:46.06 ---> using "ce250c8fbe3dc9cb0015d2566d58e5b09f790a3e3c1e97b2213fa4c5cd787243" from cache

/home/opam: (run (network host)
                 (shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-13 15:46.06 ---> using "3326fb9f18848ad9b28891e07ba04b7b0edfeb36bfd235bff817b1d519db73ce" 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=opensuse-leap os-version=15.6
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 71
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       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-13 15:46.06 ---> using "dc08cc83cd1dc451428dea69e6cba6a62669a6c3c78d30d1321d1e80dfa525e5" from cache

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMPRECISETRACKING 1)

/home/opam: (env CI true)

/home/opam: (env OPAM_REPO_CI true)

/home/opam: (run (shell "rm -rf opam-repository/"))
2026-04-13 15:46.06 ---> using "d83eacbb5196cbc8c8d06b68ed0b2e0c4b9d653f03c2e466c0fcac4b1326b002" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-13 15:46.15 ---> saved as "fb232872bf9d0152e720e9bd2eacb381d387c0e7856e03beba00313d4787af66"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-13 15:46.36 ---> saved as "5321f8beb8e48c0c6d3bb3a6ea0bcbca5a3f9271f5b79a54268bd26cf2586f5c"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Retrieving repository 'Update repository of openSUSE Backports' metadata [..
- Looking for gpg keys in repository Update repository of openSUSE Backports.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key
- ....
- .....
- ....
- ....
- ....
- ....
- ........
- ..............
- .........
- ....
- ......
- ...
- ....
- ......
- .......
- .......
- ........
- ...........
- ..........
- ....done]
- Building repository 'Update repository of openSUSE Backports' cache [..
- ..done]
- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [.
- .
- Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key
- ..
- .....
- ....
- ....
- ....
- .......
- ....
- ....
- .........
- ...........
- .......
- .........
- ..........
- .........
- ..........
- .........
- ..........
- ..........
- .........
- ..........
- ..........
- ..........
- .........
- ..........
- ........
- ...
- .......
- .....
- ........
- ........
- .........
- ..........
- ..........
- ........
- .........
- ..........
- ..........
- ..........
- ..........
- .........
- ........
- ........
- ..........
- ..........
- .........
- .......
- .........
- .........
- .......
- ..........
- .......
- ..........
- .........
- .........
- .........
- ..........
- .........
- ..........
- .........
- ........
- .........
- ..........
- ..........
- .......
- ..........
- ........
- .........
- .........
- ..........
- .........
- .........
- ..........
- .......
- .........
- .......
- ..........
- .........
- ..........
- .........
- .......
- .......
- ........
- ......
- ..........
- .........
- .......
- ..........
- .........
- .....
- ........
- .........
- ..........
- .........
- ........
- .........
- ..........
- ...
- ......
- ..
- ....
- .......
- .......
- ........
- .........
- ..........
- .......
- ........
- ......
- ........
- ....
- .....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- .......
- ......
- ......
- ......
- .....
- .......
- ......
- .......
- .........
- .........
- ........
- .....
- ........
- .....
- .......
- .........
- ..........
- .........
- ..........
- .........
- .......
- .....done]
- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..
- ..done]
- Repository 'Main Update Repository' is up to date.
- Repository 'Update Repository (Non-Oss)' is up to date.
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- All repositories have been refreshed.
2026-04-13 15:49.59 ---> saved as "28fd5b7e683099bf5efae6baf58cc6be33f14169325006caa069a88910e40208"

/home/opam: (run (shell "opam pin add -k version -yn liquidsoap.2.4.2 2.4.2"))
liquidsoap is now pinned to version 2.4.2
2026-04-13 15:50.00 ---> saved as "32cf4be99b56dd1e00f1bc40c7191fa8b2de21a615a2c9adf9d1f2d092f8c662"

/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 \"\\\"opensuse-15.6\\\"\"; 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:
    libcurl-devel

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run zypper to install them (may need root/sudo access)
  2. Display the recommended zypper 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 "zypper" "--non-interactive" "install" "libcurl-devel"
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- 
- The following 22 NEW packages are going to be installed:
-   cmake cmake-full jitterentropy-devel keyutils-devel krb5-devel libarchive13 libbrotli-devel libbrotlienc1 libcom_err-devel libcurl-devel libidn2-devel libjsoncpp19 libnghttp2-devel libopenssl-3-devel libopenssl1_1 libpsl-devel libpython3_6m1_0 librhash0 libssh-devel libverto-devel libzstd-devel python3-base
- 
- 22 new packages to install.
- 
- Package download size:    26.4 MiB
- 
- Package install size change:
-               |      93.7 MiB  required by packages that will be installed
-     93.7 MiB  |  -      0 B    released by packages that will be removed
- 
- Backend:  classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Retrieving: keyutils-devel-1.6.3-5.6.1.x86_64 (Main Repository) (1/22),  13.8 KiB    
- Retrieving: keyutils-devel-1.6.3-5.6.1.x86_64.rpm [...
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ...done]
- Retrieving: libidn2-devel-2.2.0-3.6.1.x86_64 (Main Repository) (2/22),  37.2 KiB    
- Retrieving: libidn2-devel-2.2.0-3.6.1.x86_64.rpm [..done (31.8 KiB/s)]
- Retrieving: libjsoncpp19-1.8.4-1.17.x86_64 (Main Repository) (3/22),  77.1 KiB    
- Retrieving: libjsoncpp19-1.8.4-1.17.x86_64.rpm [..
- .done (62.5 KiB/s)]
- Retrieving: libnghttp2-devel-1.40.0-150600.23.2.x86_64 (Main Repository) (4/22),  94.4 KiB    
- Retrieving: libnghttp2-devel-1.40.0-150600.23.2.x86_64.rpm [...done (71.9 KiB/s)]
- Retrieving: libpsl-devel-0.20.1-150000.3.3.1.x86_64 (Main Repository) (5/22),  30.3 KiB    
- Retrieving: libpsl-devel-0.20.1-150000.3.3.1.x86_64.rpm [..done (19.8 KiB/s)]
- Retrieving: librhash0-1.3.5-1.25.x86_64 (Main Repository) (6/22),  84.7 KiB    
- Retrieving: librhash0-1.3.5-1.25.x86_64.rpm [.
- ....done (81.2 KiB/s)]
- Retrieving: libverto-devel-0.2.6-3.20.x86_64 (Main Repository) (7/22),  14.4 KiB    
- Retrieving: libverto-devel-0.2.6-3.20.x86_64.rpm [..done (14.4 KiB/s)]
- Retrieving: libzstd-devel-1.5.5-150600.1.3.x86_64 (Main Repository) (8/22),  72.0 KiB    
- Retrieving: libzstd-devel-1.5.5-150600.1.3.x86_64.rpm [....done (72.0 KiB/s)]
- Retrieving: jitterentropy-devel-3.4.1-150000.1.12.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (9/22),  29.5 KiB    
- Retrieving: jitterentropy-devel-3.4.1-150000.1.12.1.x86_64.rpm [.....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ..done (1.1 KiB/s)]
- Retrieving: libarchive13-3.7.2-150600.3.17.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (10/22), 341.4 KiB    
- Retrieving: libarchive13-3.7.2-150600.3.17.1.x86_64.rpm [.not found]
- Retrieving: libarchive13-3.7.2-150600.3.17.1.x86_64.rpm [.not found]
- Retrieving: libarchive13-3.7.2-150600.3.17.1.x86_64.rpm [.....
- .done (100.1 KiB/s)]
- Retrieving: libbrotlienc1-1.0.7-150200.3.5.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (11/22), 203.4 KiB    
- Retrieving: libbrotlienc1-1.0.7-150200.3.5.1.x86_64.rpm [.not found]
- Retrieving: libbrotlienc1-1.0.7-150200.3.5.1.x86_64.rpm [.not found]
- Retrieving: libbrotlienc1-1.0.7-150200.3.5.1.x86_64.rpm [.done]
- Retrieving: libcom_err-devel-1.47.0-150600.4.6.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (12/22),  39.6 KiB    
- Retrieving: libcom_err-devel-1.47.0-150600.4.6.2.x86_64.rpm [.
- .not found]
- Retrieving: libcom_err-devel-1.47.0-150600.4.6.2.x86_64.rpm [.not found]
- Retrieving: libcom_err-devel-1.47.0-150600.4.6.2.x86_64.rpm [.done]
- Retrieving: libopenssl1_1-1.1.1w-150600.5.21.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (13/22),   1.4 MiB    
- Retrieving: libopenssl1_1-1.1.1w-150600.5.21.1.x86_64.rpm [.not found]
- Retrieving: libopenssl1_1-1.1.1w-150600.5.21.1.x86_64.rpm [..not found]
- Retrieving: libopenssl1_1-1.1.1w-150600.5.21.1.x86_64.rpm [.
- .......
- .......
- .......
- ........
- ........
- .....done (286.1 KiB/s)]
- Retrieving: libopenssl-3-devel-3.1.4-150600.5.45.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (14/22), 379.6 KiB    
- Retrieving: libopenssl-3-devel-3.1.4-150600.5.45.1.x86_64.rpm [.not found]
- Retrieving: libopenssl-3-devel-3.1.4-150600.5.45.1.x86_64.rpm [.not found]
- Retrieving: libopenssl-3-devel-3.1.4-150600.5.45.1.x86_64.rpm [...
- ........
- ........
- .done (187.4 KiB/s)]
- Retrieving: libbrotli-devel-1.0.7-150200.3.5.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (15/22),  32.2 KiB    
- Retrieving: libbrotli-devel-1.0.7-150200.3.5.1.x86_64.rpm [..not found]
- Retrieving: libbrotli-devel-1.0.7-150200.3.5.1.x86_64.rpm [.not found]
- Retrieving: libbrotli-devel-1.0.7-150200.3.5.1.x86_64.rpm [...done (32.2 KiB/s)]
- Retrieving: krb5-devel-1.20.1-150600.11.14.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (16/22), 166.9 KiB    
- Retrieving: krb5-devel-1.20.1-150600.11.14.1.x86_64.rpm [.not found]
- Retrieving: krb5-devel-1.20.1-150600.11.14.1.x86_64.rpm [.not found]
- Retrieving: krb5-devel-1.20.1-150600.11.14.1.x86_64.rpm [..
- ......done (147.6 KiB/s)]
- Retrieving: python3-base-3.6.15-150300.10.109.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (17/22),   7.8 MiB    
- Retrieving: python3-base-3.6.15-150300.10.109.1.x86_64.rpm [.not found]
- Retrieving: python3-base-3.6.15-150300.10.109.1.x86_64.rpm [.not found]
- Retrieving: python3-base-3.6.15-150300.10.109.1.x86_64.rpm [.
- .........
- ........
- .......
- .......
- .......
- .....
- ......
- ....
- ..
- ......
- ......
- ....
- ..
- ....
- .......
- .....
- .......
- ...
- .......
- .....
- .....
- ......
- .....
- .....
- ......
- ......
- .......
- ......
- ......
- .......
- ........
- ........
- .......
- ........
- ........
- ........
- ........
- .........
- .........
- ..........
- ......
- ..........
- ........
- .........
- .........
- .........
- ......
- .......
- ........
- ........
- ........
- ..........
- .......
- .done (150.9 KiB/s)]
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.109.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (18/22),   1.2 MiB    
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.109.1.x86_64.rpm [.....
- ....
- ....
- ....
- ...
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ..error]
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.109.1.x86_64.rpm [....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- .....not found]
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.109.1.x86_64.rpm [.
- .
- ........
- ...
- ..
- ....
- .....
- .......
- .......
- .........
- .........
- ......
- ......
- .done (102.5 KiB/s)]
- Retrieving: cmake-full-3.28.3-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (19/22),  13.9 MiB    
- Retrieving: cmake-full-3.28.3-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: cmake-full-3.28.3-150600.3.3.1.x86_64.rpm [..not found]
- Retrieving: cmake-full-3.28.3-150600.3.3.1.x86_64.rpm [...
- .......
- .......
- ....
- .....
- .....
- ........
- .......
- ........
- .......
- ........
- ........
- ......
- ........
- ........
- .........
- .......
- ..
- ........
- .....
- .
- .....
- ......
- .....
- ........
- .......
- .........
- .........
- .........
- ..........
- .....
- .......
- ....
- .....
- .....
- ......
- ......
- ......
- ....
- ......
- .....
- ..
- ......
- ....
- .......
- .......
- .....
- .....
- .....
- .....
- ......
- ........
- ........
- .........
- ........
- .........
- .........
- ........
- .........
- ......
- ......
- .......
- .......
- .......
- .......
- .........
- .......
- ......
- ........
- ........
- ........
- .......
- ..
- ....
- ......
- ......
- ....
- ......
- ....
- ....
- ........
- ......
- ........
- .........
- .........
- ........
- ....
- ........
- .
- .....
- .......
- .......
- .......
- ......
- ........
- .
- .
- .
- ....
- .......
- ...
- .......
- ........
- ........
- .......
- ........
- .........
- .........
- .........
- .........
- .........
- .........
- ......
- .......
- ....
- .........
- ........
- .........
- ........
- .
- ........
- .........
- .........
- .done (115.9 KiB/s)]
- Retrieving: cmake-3.28.3-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (20/22), 104.6 KiB    
- Retrieving: cmake-3.28.3-150600.3.3.1.x86_64.rpm [.....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- .
- .not found]
- Retrieving: cmake-3.28.3-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: cmake-3.28.3-150600.3.3.1.x86_64.rpm [.....
- ....done (104.6 KiB/s)]
- Retrieving: libssh-devel-0.9.8-150600.11.9.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (21/22),  50.9 KiB    
- Retrieving: libssh-devel-0.9.8-150600.11.9.1.x86_64.rpm [.not found]
- Retrieving: libssh-devel-0.9.8-150600.11.9.1.x86_64.rpm [.not found]
- Retrieving: libssh-devel-0.9.8-150600.11.9.1.x86_64.rpm [...
- ....
- ....done (17.0 KiB/s)]
- Retrieving: libcurl-devel-8.14.1-150600.4.40.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (22/22), 312.5 KiB    
- Retrieving: libcurl-devel-8.14.1-150600.4.40.1.x86_64.rpm [..not found]
- Retrieving: libcurl-devel-8.14.1-150600.4.40.1.x86_64.rpm [.
- not found]
- Retrieving: libcurl-devel-8.14.1-150600.4.40.1.x86_64.rpm [...
- .
- ...
- ......
- .....
- .....
- ....
- ....
- ...
- .......done (26.0 KiB/s)]
- 
- Checking for file conflicts: [..
- ..done]
- ( 1/22) Installing: keyutils-devel-1.6.3-5.6.1.x86_64 [..done]
- ( 2/22) Installing: libidn2-devel-2.2.0-3.6.1.x86_64 [..done]
- ( 3/22) Installing: libjsoncpp19-1.8.4-1.17.x86_64 [..done]
- ( 4/22) Installing: libnghttp2-devel-1.40.0-150600.23.2.x86_64 [..done]
- ( 5/22) Installing: libpsl-devel-0.20.1-150000.3.3.1.x86_64 [..done]
- ( 6/22) Installing: librhash0-1.3.5-1.25.x86_64 [..done]
- ( 7/22) Installing: libverto-devel-0.2.6-3.20.x86_64 [..done]
- ( 8/22) Installing: libzstd-devel-1.5.5-150600.1.3.x86_64 [..done]
- ( 9/22) Installing: jitterentropy-devel-3.4.1-150000.1.12.1.x86_64 [..done]
- (10/22) Installing: libarchive13-3.7.2-150600.3.17.1.x86_64 [..done]
- (11/22) Installing: libbrotlienc1-1.0.7-150200.3.5.1.x86_64 [..done]
- (12/22) Installing: libcom_err-devel-1.47.0-150600.4.6.2.x86_64 [..done]
- (13/22) Installing: libopenssl1_1-1.1.1w-150600.5.21.1.x86_64 [...done]
- (14/22) Installing: libopenssl-3-devel-3.1.4-150600.5.45.1.x86_64 [..done]
- (15/22) Installing: libbrotli-devel-1.0.7-150200.3.5.1.x86_64 [..done]
- (16/22) Installing: krb5-devel-1.20.1-150600.11.14.1.x86_64 [..done]
- (17/22) Installing: python3-base-3.6.15-150300.10.109.1.x86_64 [...........
- done]
- (18/22) Installing: libpython3_6m1_0-3.6.15-150300.10.109.1.x86_64 [...done]
- (19/22) Installing: cmake-full-3.28.3-150600.3.3.1.x86_64 [........
- ..........
- .done]
- (20/22) Installing: cmake-3.28.3-150600.3.3.1.x86_64 [..done]
- (21/22) Installing: libssh-devel-0.9.8-150600.11.9.1.x86_64 [..done]
- (22/22) Installing: libcurl-devel-8.14.1-150600.4.40.1.x86_64 [..done]

<><> 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)
-> 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.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 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.17.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ordering.3.22.1
-> installed pp.2.0.0
-> installed ppx_derivers.1.2.1
-> installed re.1.13.2
-> installed sexplib0.v0.17.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 mm.0.8.6
-> installed angstrom.0.16.1
-> installed curl.0.10.0
-> installed uri.4.4.0
-> installed stdune.3.22.1
-> installed menhir.20260209
-> installed base.v0.17.3
-> installed dune-private-libs.3.22.1
-> installed dune-site.3.22.1
-> installed camomile.2.0.0
-> installed ppxlib.0.38.0
-> installed ppxlib_jane.v0.17.4
-> installed ppx_cold.v0.17.0
-> installed ppx_enumerate.v0.17.0
-> installed ppx_globalize.v0.17.2
-> installed ppx_compare.v0.17.0
-> installed sedlex.3.7
-> 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-13 15:56.48 ---> saved as "b350251f47e9e6c90083a0f2ddee12b7e53bb39f3bbafa35280cfadbf6952f99"
Job succeeded
2026-04-13 15:56.54: Job succeeded