(not at the head of any monitored branch or PR)
2026-04-11 21:11.42: New job: build liquidsoap-mode.2.4.3, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29708/head (6e365c3152323f2e4b6fb688668cd535d3dd08a0)
                              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/29708/head" && git reset --hard 6e365c31
git fetch origin master
git merge --no-edit c18adeb75d158d5999645fdf3e6e1503c882cdc3
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:centos-9-ocaml-4.14@sha256:c88a8dd5557c6e7de3112fb0a71c6e479a9463c7d7db04b91ba60e34082cc73d
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-mode.2.4.3 2.4.3
RUN opam reinstall liquidsoap-mode.2.4.3; \
    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-mode.2.4.3' && 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-11 21:11.42: Using cache hint "ocaml/opam:centos-9-ocaml-4.14@sha256:c88a8dd5557c6e7de3112fb0a71c6e479a9463c7d7db04b91ba60e34082cc73d-liquidsoap-mode.2.4.3-6e365c3152323f2e4b6fb688668cd535d3dd08a0"
2026-04-11 21:11.42: Using OBuilder spec:
((from ocaml/opam:centos-9-ocaml-4.14@sha256:c88a8dd5557c6e7de3112fb0a71c6e479a9463c7d7db04b91ba60e34082cc73d)
 (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-mode.2.4.3 2.4.3"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall liquidsoap-mode.2.4.3;\
             \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-mode.2.4.3' && 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-11 21:11.42: Waiting for resource in pool OCluster
2026-04-11 21:11.44: Waiting for worker…
2026-04-11 21:12.34: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
Updating files:  98% (18316/18676)
Updating files:  99% (18490/18676)
Updating files: 100% (18676/18676)
Updating files: 100% (18676/18676), done.
HEAD is now at c18adeb75d Merge pull request #29698 from daysv/release-sm-0.1.1
Updating c18adeb75d..6e365c3152
Fast-forward
 packages/liquidsoap-js/liquidsoap-js.2.4.3/opam    |  44 ++++++
 .../liquidsoap-lang/liquidsoap-lang.2.4.3/opam     |  47 ++++++
 .../liquidsoap-mode/liquidsoap-mode.2.4.3/opam     |  47 ++++++
 packages/liquidsoap/liquidsoap.2.4.3/opam          | 163 +++++++++++++++++++++
 4 files changed, 301 insertions(+)
 create mode 100644 packages/liquidsoap-js/liquidsoap-js.2.4.3/opam
 create mode 100644 packages/liquidsoap-lang/liquidsoap-lang.2.4.3/opam
 create mode 100644 packages/liquidsoap-mode/liquidsoap-mode.2.4.3/opam
 create mode 100644 packages/liquidsoap/liquidsoap.2.4.3/opam

(from ocaml/opam:centos-9-ocaml-4.14@sha256:c88a8dd5557c6e7de3112fb0a71c6e479a9463c7d7db04b91ba60e34082cc73d)
Unable to find image 'ocaml/opam:centos-9-ocaml-4.14@sha256:c88a8dd5557c6e7de3112fb0a71c6e479a9463c7d7db04b91ba60e34082cc73d' locally
docker.io/ocaml/opam@sha256:c88a8dd5557c6e7de3112fb0a71c6e479a9463c7d7db04b91ba60e34082cc73d: Pulling from ocaml/opam
770dd3c6e92a: Pulling fs layer
2911f7a46957: Pulling fs layer
1ba9cdf1cfa2: Pulling fs layer
b8cab8220132: Pulling fs layer
0fc6a39ae9a6: Pulling fs layer
b8cab8220132: Waiting
8e3c4b256b97: Pulling fs layer
0fc6a39ae9a6: Waiting
81d04adc2c14: Pulling fs layer
8e3c4b256b97: Waiting
32c8500591a6: Pulling fs layer
81d04adc2c14: Waiting
4742b13dfe20: Pulling fs layer
32c8500591a6: Waiting
75e8da1c41c0: Pulling fs layer
4742b13dfe20: Waiting
4ab47d63416a: Pulling fs layer
75e8da1c41c0: Waiting
cfcf083e24eb: Pulling fs layer
4ab47d63416a: Waiting
11a895b5c6b8: Pulling fs layer
cfcf083e24eb: Waiting
7315a5f1d521: Pulling fs layer
11a895b5c6b8: Waiting
6d53afc9944a: Pulling fs layer
7315a5f1d521: Waiting
01a19d7847db: Pulling fs layer
6d53afc9944a: Waiting
468b202f5c51: Pulling fs layer
01a19d7847db: Waiting
9483876bca3a: Pulling fs layer
468b202f5c51: Waiting
9483876bca3a: Waiting
d6107db0e83f: Pulling fs layer
9c6e5669169a: Pulling fs layer
d6107db0e83f: Waiting
4df4284e66b0: Pulling fs layer
9c6e5669169a: Waiting
0edefb19f27d: Pulling fs layer
4df4284e66b0: Waiting
4f4fb700ef54: Pulling fs layer
2807c7feeb16: Pulling fs layer
0edefb19f27d: Waiting
8680bb8a718a: Pulling fs layer
4f4fb700ef54: Waiting
2807c7feeb16: Waiting
06751cba04f2: Pulling fs layer
8680bb8a718a: Waiting
13f5be086fed: Pulling fs layer
06751cba04f2: Waiting
957abdf3ad3f: Pulling fs layer
13f5be086fed: Waiting
09d6d06570d8: Pulling fs layer
957abdf3ad3f: Waiting
cc7c7e93d349: Pulling fs layer
09d6d06570d8: Waiting
9a2f817a1a31: Pulling fs layer
cc7c7e93d349: Waiting
edd80250b1b7: Pulling fs layer
9a2f817a1a31: Waiting
62d651938aec: Pulling fs layer
edd80250b1b7: Waiting
eb6ca9ab5ee4: Pulling fs layer
62d651938aec: Waiting
cf62d41b045f: Pulling fs layer
eb6ca9ab5ee4: Waiting
95cf778f2748: Pulling fs layer
980d060a5b06: Pulling fs layer
95cf778f2748: Waiting
f2f419e9f123: Pulling fs layer
980d060a5b06: Waiting
2862ab4a5d4a: Pulling fs layer
f2f419e9f123: Waiting
cd2c468df6a8: Pulling fs layer
2862ab4a5d4a: Waiting
2520e20ac8f9: Pulling fs layer
cd2c468df6a8: Waiting
34f32e8081d2: Pulling fs layer
2520e20ac8f9: Waiting
7599ab655cd4: Pulling fs layer
34f32e8081d2: Waiting
6677f2542f59: Pulling fs layer
7599ab655cd4: Waiting
ad7a79772988: Pulling fs layer
6677f2542f59: Waiting
ad7a79772988: Waiting
2911f7a46957: Verifying Checksum
2911f7a46957: Download complete
770dd3c6e92a: Verifying Checksum
770dd3c6e92a: Download complete
1ba9cdf1cfa2: Verifying Checksum
1ba9cdf1cfa2: Download complete
0fc6a39ae9a6: Verifying Checksum
0fc6a39ae9a6: Download complete
8e3c4b256b97: Verifying Checksum
8e3c4b256b97: Download complete
81d04adc2c14: Verifying Checksum
81d04adc2c14: Download complete
32c8500591a6: Verifying Checksum
4742b13dfe20: Verifying Checksum
4742b13dfe20: Download complete
4ab47d63416a: Verifying Checksum
4ab47d63416a: Download complete
75e8da1c41c0: Verifying Checksum
75e8da1c41c0: Download complete
cfcf083e24eb: Verifying Checksum
cfcf083e24eb: Download complete
11a895b5c6b8: Verifying Checksum
11a895b5c6b8: Download complete
7315a5f1d521: Verifying Checksum
7315a5f1d521: Download complete
01a19d7847db: Download complete
6d53afc9944a: Verifying Checksum
6d53afc9944a: Download complete
468b202f5c51: Verifying Checksum
468b202f5c51: Download complete
9483876bca3a: Verifying Checksum
9483876bca3a: Download complete
d6107db0e83f: Download complete
9c6e5669169a: Download complete
4df4284e66b0: Download complete
0edefb19f27d: Verifying Checksum
0edefb19f27d: Download complete
4f4fb700ef54: Download complete
770dd3c6e92a: Pull complete
2911f7a46957: Pull complete
2807c7feeb16: Download complete
8680bb8a718a: Verifying Checksum
8680bb8a718a: Download complete
06751cba04f2: Verifying Checksum
06751cba04f2: Download complete
13f5be086fed: Verifying Checksum
13f5be086fed: Download complete
957abdf3ad3f: Verifying Checksum
957abdf3ad3f: Download complete
09d6d06570d8: Download complete
1ba9cdf1cfa2: Pull complete
cc7c7e93d349: Verifying Checksum
cc7c7e93d349: Download complete
9a2f817a1a31: Verifying Checksum
9a2f817a1a31: Download complete
edd80250b1b7: Verifying Checksum
edd80250b1b7: Download complete
62d651938aec: Verifying Checksum
62d651938aec: Download complete
cf62d41b045f: Verifying Checksum
cf62d41b045f: Download complete
eb6ca9ab5ee4: Verifying Checksum
eb6ca9ab5ee4: Download complete
980d060a5b06: Download complete
b8cab8220132: Verifying Checksum
b8cab8220132: Download complete
2862ab4a5d4a: Download complete
cd2c468df6a8: Verifying Checksum
cd2c468df6a8: Download complete
2520e20ac8f9: Verifying Checksum
2520e20ac8f9: Download complete
f2f419e9f123: Verifying Checksum
f2f419e9f123: Download complete
7599ab655cd4: Download complete
95cf778f2748: Verifying Checksum
95cf778f2748: Download complete
ad7a79772988: Download complete
6677f2542f59: Verifying Checksum
6677f2542f59: Download complete
34f32e8081d2: Verifying Checksum
34f32e8081d2: Download complete
b8cab8220132: Pull complete
0fc6a39ae9a6: Pull complete
8e3c4b256b97: Pull complete
81d04adc2c14: Pull complete
32c8500591a6: Pull complete
4742b13dfe20: Pull complete
75e8da1c41c0: Pull complete
4ab47d63416a: Pull complete
cfcf083e24eb: Pull complete
11a895b5c6b8: Pull complete
7315a5f1d521: Pull complete
6d53afc9944a: Pull complete
01a19d7847db: Pull complete
468b202f5c51: Pull complete
9483876bca3a: Pull complete
d6107db0e83f: Pull complete
9c6e5669169a: Pull complete
4df4284e66b0: Pull complete
0edefb19f27d: Pull complete
4f4fb700ef54: Pull complete
2807c7feeb16: Pull complete
8680bb8a718a: Pull complete
06751cba04f2: Pull complete
13f5be086fed: Pull complete
957abdf3ad3f: Pull complete
09d6d06570d8: Pull complete
cc7c7e93d349: Pull complete
9a2f817a1a31: Pull complete
edd80250b1b7: Pull complete
62d651938aec: Pull complete
eb6ca9ab5ee4: Pull complete
cf62d41b045f: Pull complete
95cf778f2748: Pull complete
980d060a5b06: Pull complete
f2f419e9f123: Pull complete
2862ab4a5d4a: Pull complete
cd2c468df6a8: Pull complete
2520e20ac8f9: Pull complete
34f32e8081d2: Pull complete
7599ab655cd4: Pull complete
6677f2542f59: Pull complete
ad7a79772988: Pull complete
Digest: sha256:c88a8dd5557c6e7de3112fb0a71c6e479a9463c7d7db04b91ba60e34082cc73d
Status: Downloaded newer image for ocaml/opam@sha256:c88a8dd5557c6e7de3112fb0a71c6e479a9463c7d7db04b91ba60e34082cc73d
2026-04-11 21:15.09 ---> saved as "c12e2683b1b7ccfd4c3fbeab718f9187e348fe216065f1494d2140dffddc01a2"

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-04-11 21:15.09 ---> saved as "65280ae944a3d789bae6518b368f1a8da0d261ce83bde3bd2773b24ed5890349"

/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-11 21:15.36 ---> saved as "007fe2a6ea8fcb5134e6a455038f453f7754a6e2eff6e9c589467dbeb25d6310"

/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-11 21:15.37 ---> saved as "6ea348567818f3efd15ff5914a3401c33c88366492ac7386bd5ac8f5a9d132b4"

/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-11 21:15.47 ---> saved as "0876e5deec9e4a9f153239abfebbb2b346abbfef9264a5b4b6f414be496cc668"

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-11 21:15.53 ---> saved as "40da7870a20841712955df444421b3fdd671fdd169da132326d6cc92321128d2"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-11 21:16.15 ---> saved as "ef3feb770c9a30d9775acb76d7554223f6185b9bbd3b9038c4b74260e7aa3b34"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 9 - BaseOS                        101 kB/s |  14 kB     00:00    
- CentOS Stream 9 - BaseOS                         11 MB/s | 8.9 MB     00:00    
- CentOS Stream 9 - AppStream                     106 kB/s |  15 kB     00:00    
- CentOS Stream 9 - AppStream                      10 MB/s |  27 MB     00:02    
- CentOS Stream 9 - CRB                            98 kB/s |  14 kB     00:00    
- CentOS Stream 9 - CRB                           8.8 MB/s | 8.0 MB     00:00    
- CentOS Stream 9 - Extras packages               116 kB/s |  16 kB     00:00    
- Metadata cache created.
2026-04-11 21:16.35 ---> saved as "dfeb1d57b77fd8507eec887bed6663d02fd2518869c240a6d40f30464d9b823e"

/home/opam: (run (shell "opam pin add -k version -yn liquidsoap-mode.2.4.3 2.4.3"))
liquidsoap-mode is now pinned to version 2.4.3
2026-04-11 21:16.35 ---> saved as "89b8cb630cc91abb84ff6753dfa5a8fb06436fe48d842bfcaaeedd2e16469969"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall liquidsoap-mode.2.4.3;\
                        \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-mode.2.4.3' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
liquidsoap-mode.2.4.3 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.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 domain_shims        0.1.0          [required by liquidsoap-lang]
  - install dune                3.22.1         [required by liquidsoap-mode]
  - 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.3          [required by liquidsoap-mode]
  - install liquidsoap-lang     2.4.3          [required by liquidsoap]
  - install liquidsoap-mode     2.4.3 (pinned)
  - 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:06 ago on Sat Apr 11 21:16:33 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   5.1 MB/s | 975 kB     00:00    
- (2/2): openssl-devel-3.5.5-1.el9.x86_64.rpm      11 MB/s | 4.8 MB     00:00    
- --------------------------------------------------------------------------------
- Total                                           9.7 MB/s | 5.7 MB     00:00     
- 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 domain_shims.0.1.0  (cached)
-> retrieved dune.3.22.1, dune-build-info.3.22.1, dune-configurator.3.22.1, dune-private-libs.3.22.1, dune-site.3.22.1, dyn.3.22.1, fs-io.3.22.1, ordering.3.22.1, stdune.3.22.1, top-closure.3.22.1  (cached)
-> retrieved fileutils.0.6.6  (cached)
-> retrieved gen.1.1  (cached)
-> retrieved liquidsoap.2.4.3, liquidsoap-lang.2.4.3, liquidsoap-mode.2.4.3  (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 domain_shims.0.1.0
-> 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 ppxlib.0.35.0
-> installed camomile.2.0.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.3
-> installed curl.0.10.0
-> installed liquidsoap.2.4.3
-> installed liquidsoap-mode.2.4.3
Done.

<><> liquidsoap-mode.2.4.3 installed successfully <><><><><><><><><><><><><><><>
=> This package requires additional configuration for use in editors. Install package 'user-setup', or manually:

   * for Emacs, add these lines to ~/.emacs:
     (add-to-list 'load-path "/home/opam/.opam/4.14/share/emacs/site-lisp")
     (require 'emacs-mode)

<><> liquidsoap.2.4.3 installed successfully ><><><><><><><><><><><><><><><><><>
=> ✨ Congratulations on installing liquidsoap! ✨
# To update the current shell environment, run: eval $(opam env)
2026-04-11 21:19.04 ---> saved as "d686c6259ddfaab09fa98a4fd6e3329ba6c0e5eb2ddd581491b3f3a3e6a8b016"
Job succeeded
2026-04-11 21:19.11: Job succeeded