(not at the head of any monitored branch or PR)
2026-04-13 14:55.04: New job: build liquidsoap.2.4.2, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29703/head (04bb6962c1b0506de5a277289b857c4093d55649)
                              on opensuse-tumbleweed-ocaml-5.4/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29703/head" && git reset --hard 04bb6962
git fetch origin master
git merge --no-edit ba4685aeec7b28fde6af30c7b83004704c68c86a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:1cf60feb39cd2535561294f587cf5add93ae494a0f19ad58d597d8e6998c170a
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn liquidsoap.2.4.2 2.4.2
RUN opam reinstall liquidsoap.2.4.2; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"opensuse-tumbleweed\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'liquidsoap.2.4.2' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1

END-OF-DOCKERFILE
docker build -f ../Dockerfile .

2026-04-13 14:55.04: Using cache hint "ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:1cf60feb39cd2535561294f587cf5add93ae494a0f19ad58d597d8e6998c170a-liquidsoap.2.4.2-04bb6962c1b0506de5a277289b857c4093d55649"
2026-04-13 14:55.04: Using OBuilder spec:
((from ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:1cf60feb39cd2535561294f587cf5add93ae494a0f19ad58d597d8e6998c170a)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
 (run (network host)
      (shell "opam init --reinit --config .opamrc-sandbox -ni"))
 (run (shell "opam option solver=builtin-0install && opam config report"))
 (env OPAMDOWNLOADJOBS 1)
 (env OPAMERRLOGLEN 0)
 (env OPAMPRECISETRACKING 1)
 (env CI true)
 (env OPAM_REPO_CI true)
 (run (shell "rm -rf opam-repository/"))
 (copy (src .) (dst opam-repository/))
 (run (shell "opam repository set-url --strict default opam-repository/"))
 (run (network host)
      (shell "opam update --depexts || true"))
 (run (shell "opam pin add -k version -yn liquidsoap.2.4.2 2.4.2"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall liquidsoap.2.4.2;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"opensuse-tumbleweed\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'liquidsoap.2.4.2' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-04-13 14:55.04: Waiting for resource in pool OCluster
2026-04-13 15:41.25: Waiting for worker…
2026-04-13 15:45.00: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at ba4685aeec Merge pull request #29653 from yakobowski/camlidl
Merge made by the 'ort' strategy.
 packages/ffmpeg-av/ffmpeg-av.1.3.0/opam            | 51 ++++++++++++++++++++++
 packages/ffmpeg-avcodec/ffmpeg-avcodec.1.3.0/opam  | 50 +++++++++++++++++++++
 .../ffmpeg-avdevice/ffmpeg-avdevice.1.3.0/opam     | 50 +++++++++++++++++++++
 .../ffmpeg-avfilter/ffmpeg-avfilter.1.3.0/opam     | 50 +++++++++++++++++++++
 packages/ffmpeg-avutil/ffmpeg-avutil.1.3.0/opam    | 51 ++++++++++++++++++++++
 .../ffmpeg-swresample/ffmpeg-swresample.1.3.0/opam | 51 ++++++++++++++++++++++
 packages/ffmpeg-swscale/ffmpeg-swscale.1.3.0/opam  | 50 +++++++++++++++++++++
 packages/ffmpeg/ffmpeg.1.3.0/opam                  | 44 +++++++++++++++++++
 .../liquidsoap-core/liquidsoap-core.2.2.0/opam     |  2 +-
 .../liquidsoap-core/liquidsoap-core.2.2.1/opam     |  2 +-
 .../liquidsoap-core/liquidsoap-core.2.2.2/opam     |  2 +-
 .../liquidsoap-core/liquidsoap-core.2.2.3/opam     |  2 +-
 .../liquidsoap-core/liquidsoap-core.2.2.4-1/opam   |  2 +-
 .../liquidsoap-core/liquidsoap-core.2.2.5/opam     |  2 +-
 .../liquidsoap-core/liquidsoap-core.2.3.0/opam     |  2 +-
 packages/liquidsoap/liquidsoap.2.4.0/opam          |  2 +-
 packages/liquidsoap/liquidsoap.2.4.2/opam          |  2 +-
 17 files changed, 406 insertions(+), 9 deletions(-)
 create mode 100644 packages/ffmpeg-av/ffmpeg-av.1.3.0/opam
 create mode 100644 packages/ffmpeg-avcodec/ffmpeg-avcodec.1.3.0/opam
 create mode 100644 packages/ffmpeg-avdevice/ffmpeg-avdevice.1.3.0/opam
 create mode 100644 packages/ffmpeg-avfilter/ffmpeg-avfilter.1.3.0/opam
 create mode 100644 packages/ffmpeg-avutil/ffmpeg-avutil.1.3.0/opam
 create mode 100644 packages/ffmpeg-swresample/ffmpeg-swresample.1.3.0/opam
 create mode 100644 packages/ffmpeg-swscale/ffmpeg-swscale.1.3.0/opam
 create mode 100644 packages/ffmpeg/ffmpeg.1.3.0/opam

(from ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:1cf60feb39cd2535561294f587cf5add93ae494a0f19ad58d597d8e6998c170a)
Unable to find image 'ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:1cf60feb39cd2535561294f587cf5add93ae494a0f19ad58d597d8e6998c170a' locally
docker.io/ocaml/opam@sha256:1cf60feb39cd2535561294f587cf5add93ae494a0f19ad58d597d8e6998c170a: Pulling from ocaml/opam
86c3a582f854: Pulling fs layer
11bd196f19f9: Pulling fs layer
219068dbb7bc: Pulling fs layer
034315cffe59: Pulling fs layer
0ea38ff7bc08: Pulling fs layer
840083241575: Pulling fs layer
86c3a582f854: Waiting
277061a84bff: Pulling fs layer
7b0e5d2accd6: Pulling fs layer
11bd196f19f9: Waiting
219068dbb7bc: Waiting
2656facaea58: Pulling fs layer
cc492d808045: Pulling fs layer
034315cffe59: Waiting
0ea38ff7bc08: Waiting
339d4195fabb: Pulling fs layer
99b41870cddb: Pulling fs layer
277061a84bff: Waiting
7b0e5d2accd6: Waiting
840083241575: Waiting
cc492d808045: Waiting
1c0bc0647a72: Pulling fs layer
2656facaea58: Waiting
339d4195fabb: Waiting
ee58951db79b: Pulling fs layer
99b41870cddb: Waiting
18104f923c2c: Pulling fs layer
ee58951db79b: Waiting
f23511347e15: Pulling fs layer
a998741c922d: Pulling fs layer
ec74e5caefed: Pulling fs layer
18104f923c2c: Waiting
4f4fb700ef54: Pulling fs layer
ec74e5caefed: Waiting
3828825aa6ed: Pulling fs layer
db4798567a43: Pulling fs layer
4f4fb700ef54: Waiting
3828825aa6ed: Waiting
f3358e0812f4: Pulling fs layer
9d7712abf51c: Pulling fs layer
c44a0de30b25: Pulling fs layer
21e144c31fba: Pulling fs layer
f3358e0812f4: Waiting
29e29e3bf911: Pulling fs layer
c44a0de30b25: Waiting
8037498cbc5e: Pulling fs layer
21e144c31fba: Waiting
29e29e3bf911: Waiting
156732c513b2: Pulling fs layer
8037498cbc5e: Waiting
70cd3d642be7: Pulling fs layer
156732c513b2: Waiting
4f455eb6393b: Pulling fs layer
70cd3d642be7: Waiting
8809f8fa0b11: Pulling fs layer
1f5214aaed7d: Pulling fs layer
a414cc97739b: Pulling fs layer
f5eda3e00301: Pulling fs layer
e40acc73d050: Pulling fs layer
1f5214aaed7d: Waiting
4f455eb6393b: Waiting
616d671daaaa: Pulling fs layer
a414cc97739b: Waiting
8809f8fa0b11: Waiting
f5eda3e00301: Waiting
0dbc203a2ed6: Pulling fs layer
33e306dc503f: Pulling fs layer
73609d66a818: Pulling fs layer
e40acc73d050: Waiting
cb70fe88e218: Pulling fs layer
1d23da4d3532: Pulling fs layer
0dbc203a2ed6: Waiting
4301adeaa912: Pulling fs layer
3903226b11be: Pulling fs layer
73609d66a818: Waiting
33e306dc503f: Waiting
1d23da4d3532: Waiting
6d3b7712c643: Pulling fs layer
9d7712abf51c: Waiting
3903226b11be: Waiting
6d3b7712c643: Waiting
4301adeaa912: Waiting
cb70fe88e218: Waiting
11bd196f19f9: Verifying Checksum
11bd196f19f9: Download complete
034315cffe59: Verifying Checksum
034315cffe59: Download complete
0ea38ff7bc08: Verifying Checksum
0ea38ff7bc08: Download complete
840083241575: Verifying Checksum
840083241575: Download complete
277061a84bff: Verifying Checksum
277061a84bff: Download complete
86c3a582f854: Verifying Checksum
86c3a582f854: Download complete
7b0e5d2accd6: Verifying Checksum
7b0e5d2accd6: Download complete
2656facaea58: Verifying Checksum
2656facaea58: Download complete
cc492d808045: Verifying Checksum
cc492d808045: Download complete
339d4195fabb: Verifying Checksum
339d4195fabb: Download complete
86c3a582f854: Pull complete
11bd196f19f9: Pull complete
99b41870cddb: Download complete
ee58951db79b: Verifying Checksum
ee58951db79b: Download complete
1c0bc0647a72: Verifying Checksum
1c0bc0647a72: Download complete
18104f923c2c: Verifying Checksum
18104f923c2c: Download complete
f23511347e15: Verifying Checksum
f23511347e15: Download complete
a998741c922d: Download complete
ec74e5caefed: Verifying Checksum
ec74e5caefed: Download complete
4f4fb700ef54: Download complete
3828825aa6ed: Download complete
db4798567a43: Verifying Checksum
db4798567a43: Download complete
9d7712abf51c: Download complete
f3358e0812f4: Verifying Checksum
f3358e0812f4: Download complete
c44a0de30b25: Download complete
21e144c31fba: Verifying Checksum
21e144c31fba: Download complete
29e29e3bf911: Verifying Checksum
29e29e3bf911: Download complete
8037498cbc5e: Download complete
70cd3d642be7: Verifying Checksum
70cd3d642be7: Download complete
156732c513b2: Download complete
4f455eb6393b: Verifying Checksum
4f455eb6393b: Download complete
8809f8fa0b11: Verifying Checksum
8809f8fa0b11: Download complete
a414cc97739b: Download complete
1f5214aaed7d: Verifying Checksum
1f5214aaed7d: Download complete
e40acc73d050: Verifying Checksum
e40acc73d050: Download complete
616d671daaaa: Verifying Checksum
616d671daaaa: Download complete
0dbc203a2ed6: Verifying Checksum
0dbc203a2ed6: Download complete
f5eda3e00301: Verifying Checksum
f5eda3e00301: Download complete
33e306dc503f: Verifying Checksum
33e306dc503f: Download complete
73609d66a818: Verifying Checksum
73609d66a818: Download complete
cb70fe88e218: Verifying Checksum
cb70fe88e218: Download complete
4301adeaa912: Verifying Checksum
4301adeaa912: Download complete
3903226b11be: Verifying Checksum
3903226b11be: Download complete
6d3b7712c643: Verifying Checksum
6d3b7712c643: Download complete
1d23da4d3532: Verifying Checksum
1d23da4d3532: Download complete
219068dbb7bc: Verifying Checksum
219068dbb7bc: Download complete
219068dbb7bc: Pull complete
034315cffe59: Pull complete
0ea38ff7bc08: Pull complete
840083241575: Pull complete
277061a84bff: Pull complete
7b0e5d2accd6: Pull complete
2656facaea58: Pull complete
cc492d808045: Pull complete
339d4195fabb: Pull complete
99b41870cddb: Pull complete
1c0bc0647a72: Pull complete
ee58951db79b: Pull complete
18104f923c2c: Pull complete
f23511347e15: Pull complete
a998741c922d: Pull complete
ec74e5caefed: Pull complete
4f4fb700ef54: Pull complete
3828825aa6ed: Pull complete
db4798567a43: Pull complete
f3358e0812f4: Pull complete
9d7712abf51c: Pull complete
c44a0de30b25: Pull complete
21e144c31fba: Pull complete
29e29e3bf911: Pull complete
8037498cbc5e: Pull complete
156732c513b2: Pull complete
70cd3d642be7: Pull complete
4f455eb6393b: Pull complete
8809f8fa0b11: Pull complete
1f5214aaed7d: Pull complete
a414cc97739b: Pull complete
f5eda3e00301: Pull complete
e40acc73d050: Pull complete
616d671daaaa: Pull complete
0dbc203a2ed6: Pull complete
33e306dc503f: Pull complete
73609d66a818: Pull complete
cb70fe88e218: Pull complete
1d23da4d3532: Pull complete
4301adeaa912: Pull complete
3903226b11be: Pull complete
6d3b7712c643: Pull complete
Digest: sha256:1cf60feb39cd2535561294f587cf5add93ae494a0f19ad58d597d8e6998c170a
Status: Downloaded newer image for ocaml/opam@sha256:1cf60feb39cd2535561294f587cf5add93ae494a0f19ad58d597d8e6998c170a
2026-04-13 15:45.04 ---> using "aadd1b8bd2b552f49f71901088487b9c052b6eea1cb592c3ff3a01da1263b6b7" 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:45.04 ---> using "73b8d99f095c2e04d3d7ff7e1cdde6e78d080834a2015df7c0599a5ef2b2b0e8" 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-04-13 15:45.04 ---> using "4e3f8a450945959e130e9ce02a0e941e33c5fd5a85de65d9d3c9a6498f94c853" 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-tumbleweed os-version=20260409
# 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       5.4
# invariant            ["ocaml-base-compiler" {= "5.4.1"}]
# compiler-packages    ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.1
2026-04-13 15:45.04 ---> using "6f118c0edf8b86444ca01d1aa635086f1078f2a8409ad1e968908b577f54c1f3" from cache

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMPRECISETRACKING 1)

/home/opam: (env CI true)

/home/opam: (env OPAM_REPO_CI true)

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

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

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

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Repository 'openSUSE-Tumbleweed-Update' is up to date.
- Retrieving repository 'openSUSE-Tumbleweed-Non-Oss' metadata [.
- ....
- Looking for gpg keys in repository openSUSE-Tumbleweed-Non-Oss.
-   gpgkey=http://download.opensuse.org/tumbleweed/repo/non-oss/repodata/repomd.xml.key
- ..
- ........
- done]
- Building repository 'openSUSE-Tumbleweed-Non-Oss' cache [....done]
- Retrieving repository 'openSUSE-Tumbleweed-Oss' metadata [...
- Looking for gpg keys in repository openSUSE-Tumbleweed-Oss.
-   gpgkey=http://download.opensuse.org/tumbleweed/repo/oss/repodata/repomd.xml.key
- .
- ........
- .........
- ..........
- .........
- ..........
- .........
- .........
- .........
- ..........
- .........
- ..........
- .........
- .........
- .........
- ..........
- ..........
- .........
- ........
- .done]
- Building repository 'openSUSE-Tumbleweed-Oss' cache [..
- ..done]
- All repositories have been refreshed.
2026-04-13 15:45.56 ---> saved as "a8468d7f0f8b5871ae2415742fd4f2e3c53bc46af62059ac27b2bcc1c7f334fe"

/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:45.57 ---> saved as "21441c9fe8cf001b23283732a8fe63dc3ee2feb7a9b13df1c4bf5bd5b523d3f7"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall liquidsoap.2.4.2;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"opensuse-tumbleweed\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'liquidsoap.2.4.2' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
liquidsoap.2.4.2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 56 packages
  - install angstrom                0.16.1         [required by uri]
  - install base                    v0.17.3        [required by ppx_hash, ppx_string]
  - install base-bytes              base           [required by liquidsoap]
  - install bigstringaf             0.10.0         [required by angstrom]
  - install camlp-streams           5.0.1          [required by camomile]
  - install camomile                2.0.0          [required by liquidsoap]
  - install conf-libcurl            2              [required by curl]
  - install csexp                   1.5.2          [required by dune-configurator]
  - install curl                    0.10.0         [required by liquidsoap]
  - install dune                    3.22.1         [required by liquidsoap]
  - install dune-build-info         3.22.1         [required by liquidsoap]
  - install dune-configurator       3.22.1         [required by curl, mm]
  - install dune-private-libs       3.22.1         [required by dune-site]
  - install dune-site               3.22.1         [required by camomile, liquidsoap-lang]
  - install dyn                     3.22.1         [required by dune-private-libs]
  - install fileutils               0.6.6          [required by liquidsoap-lang]
  - install fs-io                   3.22.1         [required by stdune]
  - install gen                     1.1            [required by sedlex]
  - install liquidsoap              2.4.2 (pinned)
  - install liquidsoap-lang         2.4.2          [required by liquidsoap]
  - install magic-mime              1.3.1          [required by liquidsoap]
  - install mem_usage               0.1.3          [required by liquidsoap]
  - install menhir                  20260209       [required by liquidsoap-lang]
  - install menhirCST               20260209       [required by menhir]
  - install menhirGLR               20260209       [required by menhir]
  - install menhirLib               20260209       [required by liquidsoap]
  - install menhirSdk               20260209       [required by menhir]
  - install metadata                0.3.2          [required by liquidsoap]
  - install mm                      0.8.6          [required by liquidsoap]
  - install ocaml-compiler-libs     v0.17.0        [required by ppxlib]
  - install ocaml-syntax-shims      1.0.0          [required by angstrom]
  - install ocaml_intrinsics_kernel v0.17.1        [required by base]
  - install ocamlfind               1.9.8          [required by base-bytes]
  - install ordering                3.22.1         [required by dyn, stdune]
  - install pp                      2.0.0          [required by dune-private-libs]
  - install ppx_base                v0.17.0        [required by ppx_string]
  - install ppx_cold                v0.17.0        [required by ppx_base]
  - install ppx_compare             v0.17.0        [required by ppx_hash]
  - install ppx_derivers            1.2.1          [required by ppxlib]
  - install ppx_enumerate           v0.17.0        [required by ppx_base]
  - install ppx_globalize           v0.17.2        [required by ppx_base]
  - install ppx_hash                v0.17.0        [required by liquidsoap-lang]
  - install ppx_sexp_conv           v0.17.1        [required by ppx_hash]
  - install ppx_string              v0.17.0        [required by liquidsoap]
  - install ppxlib                  0.38.0         [required by ppx_string, ppx_hash, sedlex]
  - install ppxlib_jane             v0.17.4        [required by ppx_hash]
  - install re                      1.13.2         [required by liquidsoap]
  - install sedlex                  3.7            [required by liquidsoap-lang]
  - install seq                     base           [required by re]
  - install sexplib0                v0.17.0        [required by base, ppx_sexp_conv]
  - install stdlib-shims            0.3.0          [required by ppxlib]
  - install stdune                  3.22.1         [required by dune-private-libs]
  - install stringext               1.6.0          [required by uri]
  - install top-closure             3.22.1         [required by stdune]
  - install uri                     4.4.0          [required by liquidsoap]
  - install xml-light               2.5            [required by liquidsoap-lang]

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

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

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

[1/2/3/4] 1

+ /usr/bin/sudo "zypper" "--non-interactive" "install" "libcurl-devel"
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- 
- The following 2 packages are going to be upgraded:
-   libngtcp2-16 libngtcp2_crypto_ossl0
- 
- The following 19 NEW packages are going to be installed:
-   keyutils-devel krb5-devel libbrotli-devel libbrotlienc1 libcom_err-devel libcrypto57 libcurl-devel libidn2-devel libnghttp2-devel libngtcp2_crypto_ossl-devel libpsl-devel libressl-devel libssh-devel libssl60 libtls33 libverto-devel libzstd-devel nghttp3-devel ngtcp2-devel
- 
- 2 packages to upgrade, 19 new.
- 
- Package download size:     2.2 MiB
- 
- Package install size change:
-               |       6.7 MiB  required by packages that will be installed
-      6.4 MiB  |  -  358.3 KiB  released by packages that will be removed
- 
- Backend:  classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Preloading Packages [..
- Preloading: libngtcp2_crypto_ossl-devel-1.22.0-1.1.x86_64.rpm [done]
- .
- Preloading: libcurl-devel-8.19.0-2.1.x86_64.rpm [done]
- .
- Preloading: libzstd-devel-1.5.7-3.2.x86_64.rpm [done]
- ..
- Preloading: krb5-devel-1.22.2-2.2.x86_64.rpm [done]
- .
- Preloading: libngtcp2_crypto_ossl0-1.22.0-1.1.x86_64.rpm [done]
- .
- Preloading: ngtcp2-devel-1.22.0-1.1.x86_64.rpm [done]
- .
- Preloading: libtls33-4.2.1-1.2.x86_64.rpm [done]
- .
- 
- Preloading: libbrotli-devel-1.2.0-2.1.x86_64.rpm [done]
- .
- Preloading: nghttp3-devel-1.15.0-1.1.x86_64.rpm [done]
- .
- Preloading: libverto-devel-0.3.2-3.6.x86_64.rpm [done]
- ..
- Preloading: keyutils-devel-1.6.3-7.6.x86_64.rpm [done]
- .
- Preloading: libssl60-4.2.1-1.2.x86_64.rpm [done]
- .
- Preloading: libpsl-devel-0.21.5-1.6.x86_64.rpm [done]
- .
- Preloading: libnghttp2-devel-1.68.1-1.1.x86_64.rpm [done]
- .
- Preloading: libidn2-devel-2.3.8-1.2.x86_64.rpm [done]
- .
- Preloading: libssh-devel-0.11.4-2.1.x86_64.rpm [done]
- ..
- Preloading: libcrypto57-4.2.1-1.2.x86_64.rpm [done]
- .
- Preloading: libcom_err-devel-1.47.3-1.3.x86_64.rpm [done]
- .
- 
- Preloading: libbrotlienc1-1.2.0-2.1.x86_64.rpm [done]
- .
- Preloading: libngtcp2-16-1.22.0-1.1.x86_64.rpm [done]
- ..
- Preloading: libressl-devel-4.2.1-1.2.x86_64.rpm [done]
- .done]
- Retrieving: keyutils-devel-1.6.3-7.6.x86_64 (openSUSE-Tumbleweed-Oss) (1/21),  13.1 KiB    
- Retrieving: libbrotlienc1-1.2.0-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (2/21), 271.9 KiB    
- Retrieving: libcom_err-devel-1.47.3-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (3/21),  24.2 KiB    
- Retrieving: libcrypto57-4.2.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (4/21), 682.0 KiB    
- Retrieving: libidn2-devel-2.3.8-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (5/21),  54.7 KiB    
- Retrieving: libnghttp2-devel-1.68.1-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (6/21),  61.4 KiB    
- Retrieving: libngtcp2-16-1.22.0-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (7/21), 157.5 KiB    
- Retrieving: libpsl-devel-0.21.5-1.6.x86_64 (openSUSE-Tumbleweed-Oss) (8/21),  28.7 KiB    
- Retrieving: libssh-devel-0.11.4-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (9/21),  46.2 KiB    
- Retrieving: libverto-devel-0.3.2-3.6.x86_64 (openSUSE-Tumbleweed-Oss) (10/21),  14.7 KiB    
- Retrieving: libzstd-devel-1.5.7-3.2.x86_64 (openSUSE-Tumbleweed-Oss) (11/21),  69.4 KiB    
- Retrieving: nghttp3-devel-1.15.0-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (12/21),  31.3 KiB    
- Retrieving: libbrotli-devel-1.2.0-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (13/21),  34.2 KiB    
- Retrieving: libssl60-4.2.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (14/21), 156.3 KiB    
- Retrieving: ngtcp2-devel-1.22.0-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (15/21),  66.5 KiB    
- Retrieving: libngtcp2_crypto_ossl0-1.22.0-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (16/21),  45.5 KiB    
- Retrieving: krb5-devel-1.22.2-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (17/21), 137.5 KiB    
- Retrieving: libtls33-4.2.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (18/21),  38.6 KiB    
- Retrieving: libressl-devel-4.2.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (19/21), 183.5 KiB    
- Retrieving: libngtcp2_crypto_ossl-devel-1.22.0-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (20/21),  30.0 KiB    
- Retrieving: libcurl-devel-8.19.0-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (21/21), 144.1 KiB    
- 
- Checking for file conflicts: [..done]
- ( 1/21) Installing: keyutils-devel-1.6.3-7.6.x86_64 [..done]
- ( 2/21) Installing: libbrotlienc1-1.2.0-2.1.x86_64 [..done]
- ( 3/21) Installing: libcom_err-devel-1.47.3-1.3.x86_64 [..done]
- ( 4/21) Installing: libcrypto57-4.2.1-1.2.x86_64 [..done]
- ( 5/21) Installing: libidn2-devel-2.3.8-1.2.x86_64 [..done]
- ( 6/21) Installing: libnghttp2-devel-1.68.1-1.1.x86_64 [.
- .done]
- ( 7/21) Installing: libngtcp2-16-1.22.0-1.1.x86_64 [..done]
- ( 8/21) Installing: libpsl-devel-0.21.5-1.6.x86_64 [..done]
- ( 9/21) Installing: libssh-devel-0.11.4-2.1.x86_64 [..done]
- (10/21) Installing: libverto-devel-0.3.2-3.6.x86_64 [..done]
- (11/21) Installing: libzstd-devel-1.5.7-3.2.x86_64 [..done]
- (12/21) Installing: nghttp3-devel-1.15.0-1.1.x86_64 [..done]
- (13/21) Installing: libbrotli-devel-1.2.0-2.1.x86_64 [..done]
- (14/21) Installing: libssl60-4.2.1-1.2.x86_64 [..done]
- (15/21) Installing: ngtcp2-devel-1.22.0-1.1.x86_64 [..done]
- (16/21) Installing: libngtcp2_crypto_ossl0-1.22.0-1.1.x86_64 [..done]
- (17/21) Installing: krb5-devel-1.22.2-2.2.x86_64 [..done]
- (18/21) Installing: libtls33-4.2.1-1.2.x86_64 [..done]
- (19/21) Installing: libressl-devel-4.2.1-1.2.x86_64 [..done]
- (20/21) Installing: libngtcp2_crypto_ossl-devel-1.22.0-1.1.x86_64 [..done]
- (21/21) Installing: libcurl-devel-8.19.0-2.1.x86_64 [..done]
- Running post-transaction scripts [...done]
-  

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1  (cached)
-> retrieved base.v0.17.3  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved camomile.2.0.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved curl.0.10.0  (cached)
-> installed conf-libcurl.2
-> retrieved dune.3.22.1, dune-build-info.3.22.1, dune-configurator.3.22.1, dune-private-libs.3.22.1, dune-site.3.22.1, dyn.3.22.1, fs-io.3.22.1, ordering.3.22.1, stdune.3.22.1, top-closure.3.22.1  (cached)
-> retrieved fileutils.0.6.6  (cached)
-> retrieved gen.1.1  (cached)
-> retrieved liquidsoap.2.4.2, liquidsoap-lang.2.4.2  (cached)
-> retrieved magic-mime.1.3.1  (cached)
-> retrieved mem_usage.0.1.3  (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (cached)
-> retrieved metadata.0.3.2  (cached)
-> retrieved mm.0.8.6  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved pp.2.0.0  (cached)
-> retrieved ppx_base.v0.17.0  (cached)
-> retrieved ppx_cold.v0.17.0  (cached)
-> retrieved ppx_compare.v0.17.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_enumerate.v0.17.0  (cached)
-> retrieved ppx_globalize.v0.17.2  (cached)
-> retrieved ppx_hash.v0.17.0  (cached)
-> retrieved ppx_sexp_conv.v0.17.1  (cached)
-> retrieved ppx_string.v0.17.0  (cached)
-> retrieved ppxlib.0.38.0  (cached)
-> retrieved ppxlib_jane.v0.17.4  (cached)
-> retrieved re.1.13.2  (cached)
-> retrieved sedlex.3.7  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved uri.4.4.0  (cached)
-> retrieved xml-light.2.5  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed dune.3.22.1
-> installed camlp-streams.5.0.1
-> installed csexp.1.5.2
-> installed dune-build-info.3.22.1
-> installed fs-io.3.22.1
-> installed gen.1.1
-> installed magic-mime.1.3.1
-> installed mem_usage.0.1.3
-> installed menhirCST.20260209
-> installed menhirGLR.20260209
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed metadata.0.3.2
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ordering.3.22.1
-> installed pp.2.0.0
-> installed ppx_derivers.1.2.1
-> installed re.1.13.2
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed top-closure.3.22.1
-> installed xml-light.2.5
-> installed dune-configurator.3.22.1
-> installed fileutils.0.6.6
-> installed dyn.3.22.1
-> installed bigstringaf.0.10.0
-> installed mm.0.8.6
-> installed angstrom.0.16.1
-> installed curl.0.10.0
-> installed uri.4.4.0
-> installed menhir.20260209
-> installed stdune.3.22.1
-> installed base.v0.17.3
-> installed dune-private-libs.3.22.1
-> installed dune-site.3.22.1
-> installed ppxlib.0.38.0
-> installed camomile.2.0.0
-> installed ppxlib_jane.v0.17.4
-> installed ppx_cold.v0.17.0
-> installed ppx_enumerate.v0.17.0
-> installed ppx_globalize.v0.17.2
-> installed ppx_compare.v0.17.0
-> installed sedlex.3.7
-> installed ppx_sexp_conv.v0.17.1
-> installed ppx_hash.v0.17.0
-> installed ppx_base.v0.17.0
-> installed ppx_string.v0.17.0
-> installed liquidsoap-lang.2.4.2
-> installed liquidsoap.2.4.2
Done.

<><> liquidsoap.2.4.2 installed successfully ><><><><><><><><><><><><><><><><><>
=> ✨ Congratulations on installing liquidsoap! ✨
=> We noticed that you did not install the ffmpeg package. This package is
   highly recommended for most users and provides a lot of useful features,
   including decoding and encoding multiple media format, sending and
   receiving from various inputs and outputs and more.
=> We noticed that you did not install any ssl or tls support. Liquidsoap won't
   be able to use SSL encryption in its input or output operators. You might want
   to install one of ssl or tls-liquidsoap package.
# To update the current shell environment, run: eval $(opam env)
2026-04-13 15:47.40 ---> saved as "d6bd09245fd5925a081814af8693eaea5b682f264ff486523ddbe7623281f057"
Job succeeded
2026-04-13 15:47.45: Job succeeded