(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 opensuse-15.6-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:opensuse-15.6-ocaml-4.14@sha256:a555af41abe88b1dbc64c63a9a6451e9d62ceb0b67a23c057592ff9e213dec0b
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.05: Using cache hint "ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:a555af41abe88b1dbc64c63a9a6451e9d62ceb0b67a23c057592ff9e213dec0b-liquidsoap.2.4.2-04bb6962c1b0506de5a277289b857c4093d55649"
2026-04-13 14:55.05: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:a555af41abe88b1dbc64c63a9a6451e9d62ceb0b67a23c057592ff9e213dec0b)
 (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.05: Waiting for resource in pool OCluster
2026-04-13 15:48.14: Waiting for worker…
2026-04-13 15:53.34: Got resource from pool OCluster
Building on asteria.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-4.14@sha256:a555af41abe88b1dbc64c63a9a6451e9d62ceb0b67a23c057592ff9e213dec0b)
Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:a555af41abe88b1dbc64c63a9a6451e9d62ceb0b67a23c057592ff9e213dec0b' locally
docker.io/ocaml/opam@sha256:a555af41abe88b1dbc64c63a9a6451e9d62ceb0b67a23c057592ff9e213dec0b: Pulling from ocaml/opam
2824220eb759: Already exists
d6e0f6bf3ee8: Already exists
98ea95f8982c: Already exists
66c4e2d11417: Already exists
178bf13c4542: Already exists
3363b6690622: Already exists
2f360ed5ed1c: Already exists
0157dc55738d: Already exists
adbd7b083662: Already exists
08da4b8ec306: Already exists
2d08af6962f0: Already exists
0eb7579d9e49: Already exists
a469e6a3633d: Already exists
82c744fdb18a: Already exists
36b9f578dfd0: Already exists
67e235ccb630: Already exists
054af01a93fc: Already exists
e8dd567f0fce: Already exists
e8dd567f0fce: Already exists
4f4fb700ef54: Already exists
95a8dc77b77e: Already exists
cc10f5cb66cf: Already exists
c6967ed40884: Already exists
86261b212eac: Already exists
c593fa27ed82: Already exists
327409bbc709: Already exists
68843b0965c1: Already exists
1dce24306ea4: Already exists
d41b89be77dc: Already exists
a847491754f8: Already exists
2ba6e682b334: Already exists
88783f87eac5: Already exists
94a228a5ee2b: Already exists
effccec7e4d4: Already exists
2f4d54523759: Already exists
c433d8fc16c8: Already exists
e8dea40a6ae6: Already exists
5be5b25f37bd: Already exists
e52b6047333e: Pulling fs layer
afa8a0d7e45c: Pulling fs layer
435af0a90b71: Pulling fs layer
d999f9ca100c: Pulling fs layer
a6e400827881: Pulling fs layer
d999f9ca100c: Waiting
a6e400827881: Waiting
435af0a90b71: Download complete
d999f9ca100c: Verifying Checksum
d999f9ca100c: Download complete
a6e400827881: Download complete
afa8a0d7e45c: Verifying Checksum
afa8a0d7e45c: Download complete
e52b6047333e: Verifying Checksum
e52b6047333e: Download complete
e52b6047333e: Pull complete
afa8a0d7e45c: Pull complete
435af0a90b71: Pull complete
d999f9ca100c: Pull complete
a6e400827881: Pull complete
Digest: sha256:a555af41abe88b1dbc64c63a9a6451e9d62ceb0b67a23c057592ff9e213dec0b
Status: Downloaded newer image for ocaml/opam@sha256:a555af41abe88b1dbc64c63a9a6451e9d62ceb0b67a23c057592ff9e213dec0b
2026-04-13 15:53.35 ---> using "49accc682028b07ca944d0b24e297dc794bdc967642cc4dc266d83be042608f2" 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:53.35 ---> using "a888804810129b6f064eca43bff1879c7d653079303c903ec89f78befc86faf8" from cache

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

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

Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 71 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=71 --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:53.35 ---> using "5d76d9b0224065c9745d5e0710daf42fc7502b85b8abbe00659438b7bd36db8d" 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                 255
# 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:53.35 ---> using "7b1f1e224879cde6af2d945c8ea81f204126c16b7a33742bfe628aadcd926053" 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:53.35 ---> using "b5a6c062084788ff7ab65bdafb392eaaa55c13e744474061bc5376816f83fe74" from cache

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

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

/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 16:05.01 ---> saved as "257d2b64b8d66b8f1930e1dd46a071029769a5d053a35a73fcc96cd8239e4104"

/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:05.02 ---> saved as "ecaa1aabc2d163101585fe25cd92814bea13ab46f34874b492b87087e6bb6892"

/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 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:
    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 (1007 B/s)]
- 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 (27.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 (63.9 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 (93.2 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 (30.3 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 (70.5 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 (6.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.3 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 (3.2 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 (345.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 (333.0 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]
- 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 (154.5 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 (725.0 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 [..not found]
- 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 (587.0 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 (711.1 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]
- 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]
- 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 (303.8 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.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 mm.0.8.6
-> installed curl.0.10.0
-> installed angstrom.0.16.1
-> installed uri.4.4.0
-> installed menhir.20260209
-> installed stdune.3.22.1
-> installed base.v0.16.4
-> installed dune-private-libs.3.22.1
-> installed dune-site.3.22.1
-> installed ppxlib.0.35.0
-> installed ppx_globalize.v0.16.0
-> installed camomile.2.0.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:07.51 ---> saved as "232fa6ef4c02f8dc0856404f84c149f92c48ae88a100fe679cfe77e360471a09"
Job succeeded
2026-04-13 16:07.59: Job succeeded