(for PR #29235)

2026-01-17 17:39.20: New job: test liquidsoap-mode.2.4.2, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29235/head (8f131cf5ec9475fd996105017aee31dd5ccdd419)
                              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/29235/head" && git reset --hard 8f131cf5
git fetch origin master
git merge --no-edit 6bda456f941d6c1e0773fcb1fd57c0eb54b8a2c1
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:ac94a3f6dbf24bc7d405e09fb4697a6f82ff2e417e3adb63dd8491c1141ab4a3
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.2 2.4.2
RUN opam reinstall liquidsoap-mode.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-mode.2.4.2' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
RUN (opam reinstall --with-test liquidsoap-mode.2.4.2) || true
RUN opam reinstall --with-test --verbose liquidsoap-mode.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-mode.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-01-17 17:39.20: Using cache hint "ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:ac94a3f6dbf24bc7d405e09fb4697a6f82ff2e417e3adb63dd8491c1141ab4a3-liquidsoap-mode.2.4.2-8f131cf5ec9475fd996105017aee31dd5ccdd419"
2026-01-17 17:39.20: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:ac94a3f6dbf24bc7d405e09fb4697a6f82ff2e417e3adb63dd8491c1141ab4a3)
 (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.2 2.4.2"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall liquidsoap-mode.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-mode.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"))
 (run (network host)
      (shell "(opam reinstall --with-test liquidsoap-mode.2.4.2) || true"))
 (run (shell  "opam reinstall --with-test --verbose liquidsoap-mode.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-mode.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-01-17 17:39.20: Waiting for resource in pool OCluster
2026-01-17 17:39.23: Waiting for worker…
2026-01-17 17:42.10: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
Updating files:  87% (16761/19224)
Updating files:  88% (16918/19224)
Updating files:  89% (17110/19224)
Updating files:  90% (17302/19224)
Updating files:  91% (17494/19224)
Updating files:  92% (17687/19224)
Updating files:  93% (17879/19224)
Updating files:  94% (18071/19224)
Updating files:  95% (18263/19224)
Updating files:  96% (18456/19224)
Updating files:  97% (18648/19224)
Updating files:  98% (18840/19224)
Updating files:  99% (19032/19224)
Updating files: 100% (19224/19224)
Updating files: 100% (19224/19224), done.
HEAD is now at 6bda456f94 Merge pull request #29229 from elias-utf8/opam-publish-qcaml.0.1.7
Updating 6bda456f94..8f131cf5ec
Fast-forward
 packages/liquidsoap-js/liquidsoap-js.2.4.2/opam    |  44 ++++++
 .../liquidsoap-lang/liquidsoap-lang.2.4.2/opam     |  46 ++++++
 .../liquidsoap-mode/liquidsoap-mode.2.4.2/opam     |  47 ++++++
 packages/liquidsoap/liquidsoap.2.4.2/opam          | 163 +++++++++++++++++++++
 4 files changed, 300 insertions(+)
 create mode 100644 packages/liquidsoap-js/liquidsoap-js.2.4.2/opam
 create mode 100644 packages/liquidsoap-lang/liquidsoap-lang.2.4.2/opam
 create mode 100644 packages/liquidsoap-mode/liquidsoap-mode.2.4.2/opam
 create mode 100644 packages/liquidsoap/liquidsoap.2.4.2/opam

(from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:ac94a3f6dbf24bc7d405e09fb4697a6f82ff2e417e3adb63dd8491c1141ab4a3)
2026-01-17 17:42.49 ---> using "4ecc09ac574f9a47d0ca76f242542d4a7f46fa9cb39d830d6a64fa07f6bb372d" 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-01-17 17:42.49 ---> using "79a8c071f2a96539a96e28ad7bb696251839d1221e6dd6b6b507c388b04ad227" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-01-17 17:42.49 ---> using "e6ad25e9c09cef88e89831fe38784bc88a6599606cc2e65290674c1e022effd5" 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         1 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages    ocaml-base-compiler.4.14.2, 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.2
2026-01-17 17:42.49 ---> using "4e28f9e56aeab603c0e61ad80e0f75748ae986a8f09c544f7dd7ffa0fec82576" 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-01-17 17:42.49 ---> using "d2baa7d8655b643a50fa379dd11cee556c24b92eb848d27db007298b7fcd9861" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-01-17 17:43.05 ---> saved as "db986bed23d8e052dd92d1b2c5daac5843cc0c014925c6e940147a02403e79ed"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-17 17:43.25 ---> saved as "3c0b3a9a30c5d1452485f65796c4b42ff540148f73f565aef99f8716ff7ef428"

/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]
- Retrieving repository 'Main Update Repository' metadata [..
- Looking for gpg keys in repository Main Update Repository.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/oss/repodata/repomd.xml.key
- .
- .....
- ....
- ....
- ....
- ....
- .............
- done]
- Building repository 'Main Update Repository' cache [....done]
- Retrieving repository 'Update Repository (Non-Oss)' metadata [..
- Looking for gpg keys in repository Update Repository (Non-Oss).
-   gpgkey=http://download.opensuse.org/update/leap/15.6/non-oss/repodata/repomd.xml.key
- ...
- .....
- ....
- ....
- ....
- ....
- ...........done]
- Building repository 'Update Repository (Non-Oss)' cache [....done]
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- All repositories have been refreshed.
2026-01-17 17:44.14 ---> saved as "6db4bd4206fb06519e84643a0702b9c58fd4aba0d230728c49f97dc4343275a0"

/home/opam: (run (shell "opam pin add -k version -yn liquidsoap-mode.2.4.2 2.4.2"))
liquidsoap-mode is now pinned to version 2.4.2
2026-01-17 17:44.15 ---> saved as "bd7def162cba4a38190f0d1c2ed13c9a0a5a66f2b48bcd7cf78a66976a7a0c94"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall liquidsoap-mode.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-mode.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-mode.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.21.0         [required by liquidsoap-mode]
  - install dune-build-info     3.21.0         [required by liquidsoap]
  - install dune-configurator   3.21.0         [required by curl, mm]
  - install dune-private-libs   3.21.0         [required by dune-site]
  - install dune-site           3.21.0         [required by camomile, liquidsoap-lang]
  - install dyn                 3.21.0         [required by dune-private-libs]
  - install fileutils           0.6.6          [required by liquidsoap-lang]
  - install fs-io               3.21.0         [required by stdune]
  - install gen                 1.1            [required by sedlex]
  - install liquidsoap          2.4.2          [required by liquidsoap-mode]
  - install liquidsoap-lang     2.4.2          [required by liquidsoap]
  - install liquidsoap-mode     2.4.2 (pinned)
  - install magic-mime          1.3.1          [required by liquidsoap]
  - install mem_usage           0.1.2          [required by liquidsoap]
  - install menhir              20250912       [required by liquidsoap-lang]
  - install menhirCST           20250912       [required by menhir]
  - install menhirLib           20250912       [required by liquidsoap]
  - install menhirSdk           20250912       [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.21.0         [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.21.0         [required by dune-private-libs]
  - install stringext           1.6.0          [required by uri]
  - install top-closure         3.21.0         [required by stdune]
  - install uri                 4.4.0          [required by liquidsoap]
  - install xml-light           2.5            [required by liquidsoap-lang]

The following system packages will first need to be installed:
    libcurl-devel

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

opam believes some required external dependencies are missing. opam can:
> 1. Run zypper to install them (may need root/sudo access)
  2. Display the recommended zypper command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ /usr/bin/sudo "zypper" "--non-interactive" "install" "libcurl-devel"
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- 
- The following 22 NEW packages are going to be installed:
-   cmake cmake-full jitterentropy-devel keyutils-devel krb5-devel libarchive13 libbrotli-devel libbrotlienc1 libcom_err-devel libcurl-devel libidn2-devel libjsoncpp19 libnghttp2-devel libopenssl-3-devel libopenssl1_1 libpsl-devel libpython3_6m1_0 librhash0 libssh-devel libverto-devel libzstd-devel python3-base
- 
- 22 new packages to install.
- 
- Package download size:    26.4 MiB
- 
- Package install size change:
-               |      93.7 MiB  required by packages that will be installed
-     93.7 MiB  |  -      0 B    released by packages that will be removed
- 
- Backend:  classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Retrieving: keyutils-devel-1.6.3-5.6.1.x86_64 (Main Repository) (1/22),  13.8 KiB    
- Retrieving: keyutils-devel-1.6.3-5.6.1.x86_64.rpm [..
- ....
- ....
- ....
- ....
- ....
- .....
- done]
- Retrieving: libidn2-devel-2.2.0-3.6.1.x86_64 (Main Repository) (2/22),  37.2 KiB    
- Retrieving: libidn2-devel-2.2.0-3.6.1.x86_64.rpm [.done]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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 (102.9 KiB/s)]
- 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.18.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.18.1.x86_64.rpm [.not found]
- Retrieving: libopenssl1_1-1.1.1w-150600.5.18.1.x86_64.rpm [.not found]
- Retrieving: libopenssl1_1-1.1.1w-150600.5.18.1.x86_64.rpm [..done (1.0 MiB/s)]
- Retrieving: libopenssl-3-devel-3.1.4-150600.5.39.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (14/22), 377.6 KiB    
- Retrieving: libopenssl-3-devel-3.1.4-150600.5.39.1.x86_64.rpm [.not found]
- Retrieving: libopenssl-3-devel-3.1.4-150600.5.39.1.x86_64.rpm [.not found]
- Retrieving: libopenssl-3-devel-3.1.4-150600.5.39.1.x86_64.rpm [.done]
- 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]
- Retrieving: python3-base-3.6.15-150300.10.103.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.103.1.x86_64.rpm [.not found]
- Retrieving: python3-base-3.6.15-150300.10.103.1.x86_64.rpm [.not found]
- Retrieving: python3-base-3.6.15-150300.10.103.1.x86_64.rpm [...
- ......done (7.2 MiB/s)]
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.103.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.103.1.x86_64.rpm [.not found]
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.103.1.x86_64.rpm [.not found]
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.103.1.x86_64.rpm [..done (316.3 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 (12.9 MiB/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.6.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (21/22),  50.0 KiB    
- Retrieving: libssh-devel-0.9.8-150600.11.6.1.x86_64.rpm [.not found]
- Retrieving: libssh-devel-0.9.8-150600.11.6.1.x86_64.rpm [.not found]
- Retrieving: libssh-devel-0.9.8-150600.11.6.1.x86_64.rpm [.done]
- Retrieving: libcurl-devel-8.14.1-150600.4.37.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (22/22), 312.0 KiB    
- Retrieving: libcurl-devel-8.14.1-150600.4.37.1.x86_64.rpm [.not found]
- Retrieving: libcurl-devel-8.14.1-150600.4.37.1.x86_64.rpm [.not found]
- Retrieving: libcurl-devel-8.14.1-150600.4.37.1.x86_64.rpm [.done]
- 
- 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.18.1.x86_64 [...done]
- (14/22) Installing: libopenssl-3-devel-3.1.4-150600.5.39.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.103.1.x86_64 [.....
- .....done]
- (18/22) Installing: libpython3_6m1_0-3.6.15-150300.10.103.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.6.1.x86_64 [..done]
- (22/22) Installing: libcurl-devel-8.14.1-150600.4.37.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.21.0, dune-build-info.3.21.0, dune-configurator.3.21.0, dune-private-libs.3.21.0, dune-site.3.21.0, dyn.3.21.0, fs-io.3.21.0, ordering.3.21.0, stdune.3.21.0, top-closure.3.21.0  (cached)
-> retrieved fileutils.0.6.6  (cached)
-> retrieved gen.1.1  (cached)
-> retrieved liquidsoap.2.4.2, liquidsoap-lang.2.4.2, liquidsoap-mode.2.4.2  (cached)
-> retrieved magic-mime.1.3.1  (cached)
-> retrieved mem_usage.0.1.2  (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912  (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.21.0
-> installed camlp-streams.5.0.1
-> installed csexp.1.5.2
-> installed gen.1.1
-> installed magic-mime.1.3.1
-> installed mem_usage.0.1.2
-> installed menhirCST.20250912
-> installed menhirLib.20250912
-> installed menhirSdk.20250912
-> installed metadata.0.3.2
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocaml-syntax-shims.1.0.0
-> 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 xml-light.2.5
-> installed fileutils.0.6.6
-> installed dune-build-info.3.21.0
-> installed ordering.3.21.0
-> installed fs-io.3.21.0
-> installed top-closure.3.21.0
-> installed dune-configurator.3.21.0
-> installed bigstringaf.0.10.0
-> installed dyn.3.21.0
-> installed curl.0.10.0
-> installed mm.0.8.6
-> installed angstrom.0.16.1
-> installed uri.4.4.0
-> installed base.v0.16.4
-> installed stdune.3.21.0
-> installed dune-private-libs.3.21.0
-> installed ppxlib.0.35.0
-> installed menhir.20250912
-> installed dune-site.3.21.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 camomile.2.0.0
-> 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
-> installed liquidsoap-mode.2.4.2
Done.

<><> liquidsoap-mode.2.4.2 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.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-01-17 17:46.22 ---> saved as "6a098cd6da2030623ae1b16163ab684131ea862d57738fd3ca5c15a972ce9d0f"

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test liquidsoap-mode.2.4.2) || true"))
The following actions will be performed:
=== recompile 1 package
  - recompile liquidsoap-mode 2.4.2 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> removed   liquidsoap-mode.2.4.2
-> installed liquidsoap-mode.2.4.2
Done.

<><> liquidsoap-mode.2.4.2 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)
# To update the current shell environment, run: eval $(opam env)
2026-01-17 17:46.37 ---> saved as "9f81a894f0451b8da92bffbda3415de99494f672f8e684d67956c4973476ba38"

/home/opam: (run (shell  "opam reinstall --with-test --verbose liquidsoap-mode.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-mode.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"))
The following actions will be performed:
=== recompile 1 package
  - recompile liquidsoap-mode 2.4.2 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/4: [liquidsoap-mode: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "liquidsoap-mode" "-j" "255" "--promote-install-files=false" "@install" "@runtest" (CWD=/home/opam/.opam/4.14/.opam-switch/build/liquidsoap-mode.2.4.2)
Processing  2/4: [liquidsoap-mode: dune install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "install" "-p" "liquidsoap-mode" "--create-install-files" "liquidsoap-mode" (CWD=/home/opam/.opam/4.14/.opam-switch/build/liquidsoap-mode.2.4.2)
-> compiled  liquidsoap-mode.2.4.2
-> removed   liquidsoap-mode.2.4.2
-> installed liquidsoap-mode.2.4.2
Done.

<><> liquidsoap-mode.2.4.2 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)
# To update the current shell environment, run: eval $(opam env)
2026-01-17 17:46.51 ---> saved as "5503808526b901e2f8f2a0ec8d7ea33945c6221842e78f72efd394c79c2f27b7"
Job succeeded
2026-01-17 17:47.03: Job succeeded