(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 centos-9-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:centos-9-ocaml-4.14@sha256:441819635fa5d610a40dce9d7c4c702dcdad63eba26b2c5f9b97dab1d9625576
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 "\"centos-9\""; 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:centos-9-ocaml-4.14@sha256:441819635fa5d610a40dce9d7c4c702dcdad63eba26b2c5f9b97dab1d9625576-liquidsoap.2.4.2-04bb6962c1b0506de5a277289b857c4093d55649"
2026-04-13 14:55.05: Using OBuilder spec:
((from ocaml/opam:centos-9-ocaml-4.14@sha256:441819635fa5d610a40dce9d7c4c702dcdad63eba26b2c5f9b97dab1d9625576)
 (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 \"\\\"centos-9\\\"\"; 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:52.31: Waiting for worker…
2026-04-13 15:56.54: 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:centos-9-ocaml-4.14@sha256:441819635fa5d610a40dce9d7c4c702dcdad63eba26b2c5f9b97dab1d9625576)
Unable to find image 'ocaml/opam:centos-9-ocaml-4.14@sha256:441819635fa5d610a40dce9d7c4c702dcdad63eba26b2c5f9b97dab1d9625576' locally
docker.io/ocaml/opam@sha256:441819635fa5d610a40dce9d7c4c702dcdad63eba26b2c5f9b97dab1d9625576: Pulling from ocaml/opam
dfd0651ff746: Pulling fs layer
099244a1507a: Pulling fs layer
c603c3b8c90c: Pulling fs layer
dfd0651ff746: Waiting
bfa3f7de687a: Pulling fs layer
099244a1507a: Waiting
c603c3b8c90c: Waiting
2adb6451b3eb: Pulling fs layer
bfa3f7de687a: Waiting
8f26b0be017e: Pulling fs layer
b4059f67e234: Pulling fs layer
0daee2e97a6a: Pulling fs layer
2adb6451b3eb: Waiting
8f26b0be017e: Waiting
a11e814e6e8c: Pulling fs layer
b4059f67e234: Waiting
bbebb9529d51: Pulling fs layer
fcfcf4353fb3: Pulling fs layer
0daee2e97a6a: Waiting
c468c4889a0e: Pulling fs layer
fcfcf4353fb3: Waiting
bbebb9529d51: Waiting
3ca965362fb2: Pulling fs layer
c468c4889a0e: Waiting
01560500e0fa: Pulling fs layer
3ca965362fb2: Waiting
32d6d7b25319: Pulling fs layer
01560500e0fa: Waiting
dcb7bf2b306d: Pulling fs layer
32d6d7b25319: Waiting
3ff426a562a8: Pulling fs layer
dcb7bf2b306d: Waiting
932570896cca: Pulling fs layer
3ff426a562a8: Waiting
932570896cca: Waiting
24aa13e5c536: Pulling fs layer
f4ba88b01300: Pulling fs layer
1e737b234997: Pulling fs layer
24aa13e5c536: Waiting
7984c6ce384d: Pulling fs layer
f4ba88b01300: Waiting
4f4fb700ef54: Pulling fs layer
1e737b234997: Waiting
7984c6ce384d: Waiting
355213a2b261: Pulling fs layer
4f4fb700ef54: Waiting
48149b83c93d: Pulling fs layer
355213a2b261: Waiting
2a0e963e4fec: Pulling fs layer
ed6cd5afd9e3: Pulling fs layer
48149b83c93d: Waiting
2a0e963e4fec: Waiting
a709452c5c0a: Pulling fs layer
f79ed62d7d11: Pulling fs layer
ed6cd5afd9e3: Waiting
a709452c5c0a: Waiting
bec5c9892223: Pulling fs layer
f79ed62d7d11: Waiting
fb9138a43046: Pulling fs layer
7a4792d91305: Pulling fs layer
bec5c9892223: Waiting
fb9138a43046: Waiting
ca8696af0300: Pulling fs layer
dfc6d92d6add: Pulling fs layer
7a4792d91305: Waiting
ca8696af0300: Waiting
be67d5189e04: Pulling fs layer
28df4a86aee2: Pulling fs layer
dfc6d92d6add: Waiting
be67d5189e04: Waiting
4079fda3ad03: Pulling fs layer
e93252c2d3ac: Pulling fs layer
3d661540f591: Pulling fs layer
28df4a86aee2: Waiting
17f318d9190f: Pulling fs layer
4079fda3ad03: Waiting
e93252c2d3ac: Waiting
7e3ef9b11848: Pulling fs layer
3d661540f591: Waiting
1952febb3d8e: Pulling fs layer
23a30f869253: Pulling fs layer
7e3ef9b11848: Waiting
17f318d9190f: Waiting
8c071edb8cd9: Pulling fs layer
23a30f869253: Waiting
ba92b7bc0df6: Pulling fs layer
ba92b7bc0df6: Waiting
8c071edb8cd9: Waiting
099244a1507a: Verifying Checksum
099244a1507a: Download complete
dfd0651ff746: Verifying Checksum
dfd0651ff746: Download complete
dfd0651ff746: Pull complete
099244a1507a: Pull complete
c603c3b8c90c: Verifying Checksum
c603c3b8c90c: Download complete
bfa3f7de687a: Verifying Checksum
bfa3f7de687a: Download complete
2adb6451b3eb: Verifying Checksum
2adb6451b3eb: Download complete
8f26b0be017e: Verifying Checksum
8f26b0be017e: Download complete
b4059f67e234: Verifying Checksum
b4059f67e234: Download complete
a11e814e6e8c: Download complete
0daee2e97a6a: Verifying Checksum
0daee2e97a6a: Download complete
c603c3b8c90c: Pull complete
fcfcf4353fb3: Verifying Checksum
fcfcf4353fb3: Download complete
bbebb9529d51: Verifying Checksum
bbebb9529d51: Download complete
3ca965362fb2: Verifying Checksum
3ca965362fb2: Download complete
c468c4889a0e: Verifying Checksum
c468c4889a0e: Download complete
01560500e0fa: Verifying Checksum
01560500e0fa: Download complete
dcb7bf2b306d: Verifying Checksum
dcb7bf2b306d: Download complete
32d6d7b25319: Verifying Checksum
32d6d7b25319: Download complete
3ff426a562a8: Download complete
932570896cca: Download complete
24aa13e5c536: Download complete
f4ba88b01300: Verifying Checksum
f4ba88b01300: Download complete
1e737b234997: Verifying Checksum
1e737b234997: Download complete
7984c6ce384d: Download complete
4f4fb700ef54: Download complete
355213a2b261: Verifying Checksum
355213a2b261: Download complete
48149b83c93d: Verifying Checksum
48149b83c93d: Download complete
2a0e963e4fec: Verifying Checksum
2a0e963e4fec: Download complete
ed6cd5afd9e3: Verifying Checksum
ed6cd5afd9e3: Download complete
a709452c5c0a: Verifying Checksum
a709452c5c0a: Download complete
f79ed62d7d11: Verifying Checksum
f79ed62d7d11: Download complete
bec5c9892223: Verifying Checksum
bec5c9892223: Download complete
fb9138a43046: Verifying Checksum
fb9138a43046: Download complete
7a4792d91305: Verifying Checksum
7a4792d91305: Download complete
dfc6d92d6add: Download complete
ca8696af0300: Verifying Checksum
ca8696af0300: Download complete
be67d5189e04: Verifying Checksum
be67d5189e04: Download complete
4079fda3ad03: Verifying Checksum
4079fda3ad03: Download complete
28df4a86aee2: Verifying Checksum
28df4a86aee2: Download complete
3d661540f591: Verifying Checksum
3d661540f591: Download complete
17f318d9190f: Verifying Checksum
17f318d9190f: Download complete
7e3ef9b11848: Download complete
1952febb3d8e: Verifying Checksum
1952febb3d8e: Download complete
8c071edb8cd9: Verifying Checksum
8c071edb8cd9: Download complete
ba92b7bc0df6: Verifying Checksum
ba92b7bc0df6: Download complete
bfa3f7de687a: Pull complete
2adb6451b3eb: Pull complete
8f26b0be017e: Pull complete
b4059f67e234: Pull complete
0daee2e97a6a: Pull complete
a11e814e6e8c: Pull complete
bbebb9529d51: Pull complete
fcfcf4353fb3: Pull complete
c468c4889a0e: Pull complete
3ca965362fb2: Pull complete
01560500e0fa: Pull complete
32d6d7b25319: Pull complete
dcb7bf2b306d: Pull complete
3ff426a562a8: Pull complete
932570896cca: Pull complete
24aa13e5c536: Pull complete
f4ba88b01300: Pull complete
1e737b234997: Pull complete
7984c6ce384d: Pull complete
4f4fb700ef54: Pull complete
355213a2b261: Pull complete
48149b83c93d: Pull complete
2a0e963e4fec: Pull complete
ed6cd5afd9e3: Pull complete
a709452c5c0a: Pull complete
f79ed62d7d11: Pull complete
bec5c9892223: Pull complete
fb9138a43046: Pull complete
7a4792d91305: Pull complete
ca8696af0300: Pull complete
dfc6d92d6add: Pull complete
be67d5189e04: Pull complete
e93252c2d3ac: Verifying Checksum
e93252c2d3ac: Download complete
28df4a86aee2: Pull complete
4079fda3ad03: Pull complete
e93252c2d3ac: Pull complete
3d661540f591: Pull complete
17f318d9190f: Pull complete
7e3ef9b11848: Pull complete
1952febb3d8e: Pull complete
23a30f869253: Pull complete
8c071edb8cd9: Pull complete
ba92b7bc0df6: Pull complete
Digest: sha256:441819635fa5d610a40dce9d7c4c702dcdad63eba26b2c5f9b97dab1d9625576
Status: Downloaded newer image for ocaml/opam@sha256:441819635fa5d610a40dce9d7c4c702dcdad63eba26b2c5f9b97dab1d9625576
2026-04-13 15:56.57 ---> using "ae7c8c974e3705c864efa1096f2c50c5a36498bd37233ac0de3dfd1eaf2e3276" 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:56.57 ---> saved as "c6bc47dff3095fc25bf05e3976e91cbcb7af913306aba74a06472b82b63457dd"

/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:57.22 ---> saved as "1ffc7cab127a9a31faae773dc83daa6ab472abbbe4bf40e27b1060dec26e7bc6"

/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=centos os-version=9
# 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       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:57.23 ---> saved as "791fabf5a9ecc0caf9d3921582e3694223d3cf60289c09524fe9e299a677eddf"

/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:57.32 ---> saved as "21dfb1ce8f2d4a8aface701eeb7d6052af121f524bfa5650d70d5e2cd76d8a47"

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

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

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 9 - BaseOS                         57 kB/s |  15 kB     00:00    
- CentOS Stream 9 - AppStream                      67 kB/s |  15 kB     00:00    
- CentOS Stream 9 - CRB                            61 kB/s |  14 kB     00:00    
- CentOS Stream 9 - Extras packages                73 kB/s |  16 kB     00:00    
- Metadata cache created.
2026-04-13 15:58.04 ---> saved as "e5f42c75bd54c5c292fcb243cb9d2feea75ccfd6567b0138a96ed5e0f53305e0"

/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:58.05 ---> saved as "ea09dda9e5a184f0d2b74b6c680d2a026057058d2cfdd895b979d012b087308b"

/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 \"\\\"centos-9\\\"\"; 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 openssl-devel

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

opam believes some required external dependencies are missing. opam can:
> 1. Run yum to install them (may need root/sudo access)
  2. Display the recommended yum 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 "yum" "install" "-y" "libcurl-devel" "openssl-devel"
- Last metadata expiration check: 0:00:05 ago on Mon Apr 13 15:58:04 2026.
- Dependencies resolved.
- ================================================================================
-  Package              Architecture  Version              Repository        Size
- ================================================================================
- Installing:
-  libcurl-devel        x86_64        7.76.1-41.el9        appstream        975 k
-  openssl-devel        x86_64        1:3.5.5-1.el9        appstream        4.8 M
- 
- Transaction Summary
- ================================================================================
- Install  2 Packages
- 
- Total download size: 5.7 M
- Installed size: 6.5 M
- Downloading Packages:
- (1/2): libcurl-devel-7.76.1-41.el9.x86_64.rpm    87 kB/s | 975 kB     00:11    
- (2/2): openssl-devel-3.5.5-1.el9.x86_64.rpm     296 kB/s | 4.8 MB     00:16    
- --------------------------------------------------------------------------------
- Total                                           295 kB/s | 5.7 MB     00:19     
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Preparing        :                                                        1/1 
-   Installing       : openssl-devel-1:3.5.5-1.el9.x86_64                     1/2
-  
-   Installing       : libcurl-devel-7.76.1-41.el9.x86_64                     2/2 
-   Running scriptlet: libcurl-devel-7.76.1-41.el9.x86_64                     2/2 
-   Verifying        : libcurl-devel-7.76.1-41.el9.x86_64                     1/2 
-   Verifying        : openssl-devel-1:3.5.5-1.el9.x86_64                     2/2 
- 
- Installed:
-   libcurl-devel-7.76.1-41.el9.x86_64     openssl-devel-1:3.5.5-1.el9.x86_64    
- 
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "libcurl-devel" "openssl-devel"
- libcurl-devel-7.76.1-41.el9.x86_64
- openssl-devel-3.5.5-1.el9.x86_64

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1  (cached)
-> retrieved base.v0.16.4  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved camomile.2.0.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved curl.0.10.0  (cached)
-> installed conf-libcurl.2
-> retrieved dune.3.22.1, dune-build-info.3.22.1, dune-configurator.3.22.1, dune-private-libs.3.22.1, dune-site.3.22.1, dyn.3.22.1, fs-io.3.22.1, ordering.3.22.1, stdune.3.22.1, top-closure.3.22.1  (cached)
-> retrieved fileutils.0.6.6  (cached)
-> retrieved gen.1.1  (cached)
-> retrieved liquidsoap.2.4.2, liquidsoap-lang.2.4.2  (cached)
-> retrieved magic-mime.1.3.1  (cached)
-> retrieved mem_usage.0.1.3  (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (cached)
-> retrieved metadata.0.3.2  (cached)
-> retrieved mm.0.8.6  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved pp.2.0.0  (cached)
-> retrieved ppx_base.v0.16.0  (cached)
-> retrieved ppx_cold.v0.16.0  (cached)
-> retrieved ppx_compare.v0.16.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_enumerate.v0.16.0  (cached)
-> retrieved ppx_globalize.v0.16.0  (cached)
-> retrieved ppx_hash.v0.16.0  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved ppx_string.v0.16.0  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved re.1.13.2  (cached)
-> retrieved sedlex.3.7  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved uri.4.4.0  (cached)
-> retrieved xml-light.2.5  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed dune.3.22.1
-> installed camlp-streams.5.0.1
-> installed csexp.1.5.2
-> installed dune-build-info.3.22.1
-> installed fs-io.3.22.1
-> installed gen.1.1
-> installed magic-mime.1.3.1
-> installed mem_usage.0.1.3
-> installed menhirCST.20260209
-> installed menhirGLR.20260209
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed metadata.0.3.2
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocaml-syntax-shims.1.0.0
-> installed ordering.3.22.1
-> installed pp.2.0.0
-> installed ppx_derivers.1.2.1
-> installed re.1.13.2
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed top-closure.3.22.1
-> installed xml-light.2.5
-> installed dune-configurator.3.22.1
-> installed fileutils.0.6.6
-> installed dyn.3.22.1
-> installed bigstringaf.0.10.0
-> installed angstrom.0.16.1
-> installed mm.0.8.6
-> installed uri.4.4.0
-> installed stdune.3.22.1
-> installed menhir.20260209
-> installed base.v0.16.4
-> installed dune-private-libs.3.22.1
-> installed dune-site.3.22.1
-> installed camomile.2.0.0
-> installed ppxlib.0.35.0
-> installed ppx_globalize.v0.16.0
-> installed ppx_cold.v0.16.0
-> installed ppx_enumerate.v0.16.0
-> installed ppx_compare.v0.16.0
-> installed ppx_sexp_conv.v0.16.0
-> installed sedlex.3.7
-> installed ppx_hash.v0.16.0
-> installed ppx_base.v0.16.0
-> installed ppx_string.v0.16.0
-> installed liquidsoap-lang.2.4.2
-> installed curl.0.10.0
-> 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:00.13 ---> saved as "6f09a74cfc508181a748a8886a6a9c8f3f9b3d5389daef5ba94bf61ff2f77c30"
Job succeeded
2026-04-13 16:00.24: Job succeeded