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

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:ubuntu-24.04-ocaml-4.14@sha256:181d7836af6a69e3bf6b16116bbd7d60f0553d0508d8c1f828f28f400be6cb9c
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 "\"ubuntu-24.04\""; 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.08: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:181d7836af6a69e3bf6b16116bbd7d60f0553d0508d8c1f828f28f400be6cb9c-liquidsoap.2.4.2-04bb6962c1b0506de5a277289b857c4093d55649"
2026-04-13 14:55.08: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:181d7836af6a69e3bf6b16116bbd7d60f0553d0508d8c1f828f28f400be6cb9c)
 (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 \"\\\"ubuntu-24.04\\\"\"; 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.08: Waiting for resource in pool OCluster
2026-04-13 14:55.08: Waiting for worker…
2026-04-13 17:18.57: Got resource from pool OCluster
Building on riscv-bm-01.sw.ci.dev
All commits already cached
Updating files:  14% (2680/18711)
Updating files:  15% (2807/18711)
Updating files:  16% (2994/18711)
Updating files:  17% (3181/18711)
Updating files:  18% (3368/18711)
Updating files:  19% (3556/18711)
Updating files:  20% (3743/18711)
Updating files:  21% (3930/18711)
Updating files:  22% (4117/18711)
Updating files:  23% (4304/18711)
Updating files:  24% (4491/18711)
Updating files:  25% (4678/18711)
Updating files:  26% (4865/18711)
Updating files:  27% (5052/18711)
Updating files:  27% (5237/18711)
Updating files:  28% (5240/18711)
Updating files:  29% (5427/18711)
Updating files:  30% (5614/18711)
Updating files:  31% (5801/18711)
Updating files:  32% (5988/18711)
Updating files:  33% (6175/18711)
Updating files:  34% (6362/18711)
Updating files:  35% (6549/18711)
Updating files:  36% (6736/18711)
Updating files:  37% (6924/18711)
Updating files:  38% (7111/18711)
Updating files:  39% (7298/18711)
Updating files:  40% (7485/18711)
Updating files:  41% (7672/18711)
Updating files:  41% (7856/18711)
Updating files:  42% (7859/18711)
Updating files:  43% (8046/18711)
Updating files:  44% (8233/18711)
Updating files:  45% (8420/18711)
Updating files:  46% (8608/18711)
Updating files:  47% (8795/18711)
Updating files:  48% (8982/18711)
Updating files:  49% (9169/18711)
Updating files:  50% (9356/18711)
Updating files:  51% (9543/18711)
Updating files:  52% (9730/18711)
Updating files:  53% (9917/18711)
Updating files:  54% (10104/18711)
Updating files:  54% (10255/18711)
Updating files:  55% (10292/18711)
Updating files:  56% (10479/18711)
Updating files:  57% (10666/18711)
Updating files:  58% (10853/18711)
Updating files:  59% (11040/18711)
Updating files:  60% (11227/18711)
Updating files:  61% (11414/18711)
Updating files:  62% (11601/18711)
Updating files:  63% (11788/18711)
Updating files:  64% (11976/18711)
Updating files:  65% (12163/18711)
Updating files:  66% (12350/18711)
Updating files:  67% (12537/18711)
Updating files:  67% (12625/18711)
Updating files:  68% (12724/18711)
Updating files:  69% (12911/18711)
Updating files:  70% (13098/18711)
Updating files:  71% (13285/18711)
Updating files:  72% (13472/18711)
Updating files:  73% (13660/18711)
Updating files:  74% (13847/18711)
Updating files:  75% (14034/18711)
Updating files:  76% (14221/18711)
Updating files:  77% (14408/18711)
Updating files:  78% (14595/18711)
Updating files:  79% (14782/18711)
Updating files:  80% (14969/18711)
Updating files:  80% (15032/18711)
Updating files:  81% (15156/18711)
Updating files:  82% (15344/18711)
Updating files:  83% (15531/18711)
Updating files:  84% (15718/18711)
Updating files:  85% (15905/18711)
Updating files:  86% (16092/18711)
Updating files:  87% (16279/18711)
Updating files:  88% (16466/18711)
Updating files:  89% (16653/18711)
Updating files:  90% (16840/18711)
Updating files:  91% (17028/18711)
Updating files:  92% (17215/18711)
Updating files:  93% (17402/18711)
Updating files:  93% (17514/18711)
Updating files:  94% (17589/18711)
Updating files:  95% (17776/18711)
Updating files:  96% (17963/18711)
Updating files:  97% (18150/18711)
Updating files:  98% (18337/18711)
Updating files:  99% (18524/18711)
Updating files: 100% (18711/18711)
Updating files: 100% (18711/18711), done.
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:ubuntu-24.04-ocaml-4.14@sha256:181d7836af6a69e3bf6b16116bbd7d60f0553d0508d8c1f828f28f400be6cb9c)
Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:181d7836af6a69e3bf6b16116bbd7d60f0553d0508d8c1f828f28f400be6cb9c' locally
docker.io/ocaml/opam@sha256:181d7836af6a69e3bf6b16116bbd7d60f0553d0508d8c1f828f28f400be6cb9c: Pulling from ocaml/opam
23ef52cbd467: Pulling fs layer
fe81afb6fa81: Pulling fs layer
c08952906e8c: Pulling fs layer
5b4d74ffcbc2: Pulling fs layer
cb0d0022dfdf: Pulling fs layer
137a3898bb72: Pulling fs layer
507a736ad462: Pulling fs layer
ae4ebcfa94fb: Pulling fs layer
1ba5a52ae843: Pulling fs layer
501fdb1e6475: Pulling fs layer
bf9ffeca5a57: Pulling fs layer
bcab0b04401f: Pulling fs layer
b3253bad0d69: Pulling fs layer
21c021e21391: Pulling fs layer
0de34fdda82c: Pulling fs layer
2d01068c8af7: Pulling fs layer
61cfef184ad7: Pulling fs layer
79a596593b45: Pulling fs layer
b779dbedc2a6: Pulling fs layer
8d5ef37cc0b1: Pulling fs layer
22acf85bdc7d: Pulling fs layer
4f4fb700ef54: Pulling fs layer
b593dfdb997e: Pulling fs layer
bad7760a0bb1: Pulling fs layer
2d11ba74d863: Pulling fs layer
a423e0afd27d: Pulling fs layer
1ce271e527f1: Pulling fs layer
ba221b14ddad: Pulling fs layer
615005fa863d: Pulling fs layer
88d535753372: Pulling fs layer
b93489307fb7: Pulling fs layer
2e24fe16255d: Pulling fs layer
c5a2cde69a66: Pulling fs layer
f75d97b1d0ee: Pulling fs layer
a458496f4e93: Pulling fs layer
8b38cd617e50: Pulling fs layer
a52f38c1e5f1: Pulling fs layer
f1d40a2d5d4f: Pulling fs layer
8ca61453e242: Pulling fs layer
f4d87b844464: Pulling fs layer
76b76a304133: Pulling fs layer
98d209fa8e16: Pulling fs layer
5fac458d4887: Pulling fs layer
91710e5451b8: Pulling fs layer
507a736ad462: Waiting
ae4ebcfa94fb: Waiting
1ba5a52ae843: Waiting
501fdb1e6475: Waiting
bf9ffeca5a57: Waiting
bcab0b04401f: Waiting
b3253bad0d69: Waiting
21c021e21391: Waiting
0de34fdda82c: Waiting
2d01068c8af7: Waiting
61cfef184ad7: Waiting
79a596593b45: Waiting
b779dbedc2a6: Waiting
8d5ef37cc0b1: Waiting
22acf85bdc7d: Waiting
4f4fb700ef54: Waiting
b593dfdb997e: Waiting
bad7760a0bb1: Waiting
2d11ba74d863: Waiting
a423e0afd27d: Waiting
1ce271e527f1: Waiting
ba221b14ddad: Waiting
615005fa863d: Waiting
88d535753372: Waiting
b93489307fb7: Waiting
2e24fe16255d: Waiting
c5a2cde69a66: Waiting
f75d97b1d0ee: Waiting
a458496f4e93: Waiting
8b38cd617e50: Waiting
a52f38c1e5f1: Waiting
f1d40a2d5d4f: Waiting
8ca61453e242: Waiting
f4d87b844464: Waiting
76b76a304133: Waiting
98d209fa8e16: Waiting
5fac458d4887: Waiting
91710e5451b8: Waiting
5b4d74ffcbc2: Waiting
cb0d0022dfdf: Waiting
137a3898bb72: Waiting
c08952906e8c: Download complete
fe81afb6fa81: Verifying Checksum
fe81afb6fa81: Download complete
cb0d0022dfdf: Verifying Checksum
cb0d0022dfdf: Download complete
5b4d74ffcbc2: Verifying Checksum
5b4d74ffcbc2: Download complete
23ef52cbd467: Verifying Checksum
23ef52cbd467: Download complete
507a736ad462: Verifying Checksum
507a736ad462: Download complete
ae4ebcfa94fb: Verifying Checksum
ae4ebcfa94fb: Download complete
1ba5a52ae843: Verifying Checksum
1ba5a52ae843: Download complete
501fdb1e6475: Verifying Checksum
501fdb1e6475: Download complete
bf9ffeca5a57: Verifying Checksum
bf9ffeca5a57: Download complete
bcab0b04401f: Verifying Checksum
bcab0b04401f: Download complete
23ef52cbd467: Pull complete
fe81afb6fa81: Pull complete
c08952906e8c: Pull complete
b3253bad0d69: Verifying Checksum
b3253bad0d69: Download complete
0de34fdda82c: Download complete
21c021e21391: Download complete
2d01068c8af7: Verifying Checksum
2d01068c8af7: Download complete
79a596593b45: Verifying Checksum
79a596593b45: Download complete
61cfef184ad7: Verifying Checksum
61cfef184ad7: Download complete
b779dbedc2a6: Verifying Checksum
b779dbedc2a6: Download complete
137a3898bb72: Download complete
8d5ef37cc0b1: Verifying Checksum
8d5ef37cc0b1: Download complete
22acf85bdc7d: Verifying Checksum
22acf85bdc7d: Download complete
5b4d74ffcbc2: Pull complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
b593dfdb997e: Verifying Checksum
b593dfdb997e: Download complete
bad7760a0bb1: Verifying Checksum
bad7760a0bb1: Download complete
2d11ba74d863: Verifying Checksum
2d11ba74d863: Download complete
a423e0afd27d: Download complete
1ce271e527f1: Download complete
cb0d0022dfdf: Pull complete
ba221b14ddad: Verifying Checksum
ba221b14ddad: Download complete
615005fa863d: Verifying Checksum
615005fa863d: Download complete
88d535753372: Download complete
b93489307fb7: Verifying Checksum
b93489307fb7: Download complete
2e24fe16255d: Verifying Checksum
2e24fe16255d: Download complete
c5a2cde69a66: Verifying Checksum
c5a2cde69a66: Download complete
f75d97b1d0ee: Verifying Checksum
f75d97b1d0ee: Download complete
8b38cd617e50: Verifying Checksum
8b38cd617e50: Download complete
f1d40a2d5d4f: Verifying Checksum
f1d40a2d5d4f: Download complete
8ca61453e242: Verifying Checksum
8ca61453e242: Download complete
f4d87b844464: Verifying Checksum
f4d87b844464: Download complete
a52f38c1e5f1: Verifying Checksum
a52f38c1e5f1: Download complete
98d209fa8e16: Verifying Checksum
98d209fa8e16: Download complete
5fac458d4887: Download complete
91710e5451b8: Verifying Checksum
91710e5451b8: Download complete
137a3898bb72: Pull complete
507a736ad462: Pull complete
ae4ebcfa94fb: Pull complete
1ba5a52ae843: Pull complete
501fdb1e6475: Pull complete
76b76a304133: Verifying Checksum
76b76a304133: Download complete
bf9ffeca5a57: Pull complete
a458496f4e93: Verifying Checksum
a458496f4e93: Download complete
bcab0b04401f: Pull complete
b3253bad0d69: Pull complete
21c021e21391: Pull complete
0de34fdda82c: Pull complete
2d01068c8af7: Pull complete
61cfef184ad7: Pull complete
79a596593b45: Pull complete
b779dbedc2a6: Pull complete
8d5ef37cc0b1: Pull complete
22acf85bdc7d: Pull complete
4f4fb700ef54: Pull complete
b593dfdb997e: Pull complete
bad7760a0bb1: Pull complete
2d11ba74d863: Pull complete
a423e0afd27d: Pull complete
1ce271e527f1: Pull complete
ba221b14ddad: Pull complete
615005fa863d: Pull complete
88d535753372: Pull complete
b93489307fb7: Pull complete
2e24fe16255d: Pull complete
c5a2cde69a66: Pull complete
f75d97b1d0ee: Pull complete
a458496f4e93: Pull complete
8b38cd617e50: Pull complete
a52f38c1e5f1: Pull complete
f1d40a2d5d4f: Pull complete
8ca61453e242: Pull complete
f4d87b844464: Pull complete
76b76a304133: Pull complete
98d209fa8e16: Pull complete
5fac458d4887: Pull complete
91710e5451b8: Pull complete
Digest: sha256:181d7836af6a69e3bf6b16116bbd7d60f0553d0508d8c1f828f28f400be6cb9c
Status: Downloaded newer image for ocaml/opam@sha256:181d7836af6a69e3bf6b16116bbd7d60f0553d0508d8c1f828f28f400be6cb9c
2026-04-13 17:19.09 ---> using "cf0fca7cba990e427e726a137bf0eeb42b05debddcc83034f86db2d43f0ce58b" 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 17:19.09 ---> using "46e5517cda0c3e618a6569dbf59bbcea68d00b4cbf915364f3a428b2cb65b915" 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
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-13 17:19.09 ---> using "4cdc9e5f8f2e46780369df9e8c5fc2e5ec1314beed992e6437fb10712594b437" 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=riscv64 os=linux os-distribution=ubuntu os-version=24.04
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 3
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.3"}]
# compiler-packages    ocaml-base-compiler.4.14.3, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.3
2026-04-13 17:19.09 ---> using "27eb58c4e62aa7183ffacf1d28d70a938a1ba4351053d5a6a40123f0fbabe11c" 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 17:19.09 ---> using "e51950cea7bfd880f3ea5dadc956a882904ba51912b243ef33c73f4255856e9a" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-13 17:19.36 ---> saved as "7191f7936efa564f067ae05aabb8aa14d43ef505d931ce1c7da5fb92849e13e9"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-13 17:21.12 ---> saved as "95a8bd608412f8158c0789a530919474689a760d49e99b6271c0d00e5228e4e6"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
- Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
- Get:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
- Get:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
- Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 Packages [960 kB]
- Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1606 kB]
- Get:7 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [634 kB]
- Get:8 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [1122 kB]
- Fetched 4701 kB in 3s (1795 kB/s)
- Reading package lists...
- 
2026-04-13 17:21.22 ---> saved as "d35f10c3dc0ce0a70148442b5c50caccd03b56f0a2341394399108754d0aa18b"

/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 17:21.24 ---> saved as "94e7f6343609928af326bcb101efdcd7a2d767ed64aaa3ba1d0a35951d2e07eb"

/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 \"\\\"ubuntu-24.04\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'liquidsoap.2.4.2' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
liquidsoap.2.4.2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 54 packages
  - install angstrom            0.16.1         [required by uri]
  - install base                v0.16.4        [required by ppx_hash, ppx_string]
  - install base-bytes          base           [required by liquidsoap]
  - install bigstringaf         0.10.0         [required by angstrom]
  - install camlp-streams       5.0.1          [required by camomile]
  - install camomile            2.0.0          [required by liquidsoap]
  - install conf-libcurl        2              [required by curl]
  - install csexp               1.5.2          [required by dune-configurator]
  - install curl                0.10.0         [required by liquidsoap]
  - install dune                3.22.1         [required by liquidsoap]
  - install dune-build-info     3.22.1         [required by liquidsoap]
  - install dune-configurator   3.22.1         [required by curl, mm]
  - install dune-private-libs   3.22.1         [required by dune-site]
  - install dune-site           3.22.1         [required by camomile, liquidsoap-lang]
  - install dyn                 3.22.1         [required by dune-private-libs]
  - install fileutils           0.6.6          [required by liquidsoap-lang]
  - install fs-io               3.22.1         [required by stdune]
  - install gen                 1.1            [required by sedlex]
  - install liquidsoap          2.4.2 (pinned)
  - install liquidsoap-lang     2.4.2          [required by liquidsoap]
  - install magic-mime          1.3.1          [required by liquidsoap]
  - install mem_usage           0.1.3          [required by liquidsoap]
  - install menhir              20260209       [required by liquidsoap-lang]
  - install menhirCST           20260209       [required by menhir]
  - install menhirGLR           20260209       [required by menhir]
  - install menhirLib           20260209       [required by liquidsoap]
  - install menhirSdk           20260209       [required by menhir]
  - install metadata            0.3.2          [required by liquidsoap]
  - install mm                  0.8.6          [required by liquidsoap]
  - install ocaml-compiler-libs v0.12.4        [required by ppxlib]
  - install ocaml-syntax-shims  1.0.0          [required by angstrom]
  - install ocamlfind           1.9.8          [required by base-bytes]
  - install ordering            3.22.1         [required by dyn, stdune]
  - install pp                  2.0.0          [required by dune-private-libs]
  - install ppx_base            v0.16.0        [required by ppx_string]
  - install ppx_cold            v0.16.0        [required by ppx_base]
  - install ppx_compare         v0.16.0        [required by ppx_hash]
  - install ppx_derivers        1.2.1          [required by ppxlib]
  - install ppx_enumerate       v0.16.0        [required by ppx_base]
  - install ppx_globalize       v0.16.0        [required by ppx_base]
  - install ppx_hash            v0.16.0        [required by liquidsoap-lang]
  - install ppx_sexp_conv       v0.16.0        [required by ppx_hash]
  - install ppx_string          v0.16.0        [required by liquidsoap]
  - install ppxlib              0.35.0         [required by ppx_string, ppx_hash, sedlex]
  - install re                  1.13.2         [required by liquidsoap]
  - install sedlex              3.7            [required by liquidsoap-lang]
  - install seq                 base           [required by re]
  - install sexplib0            v0.16.0        [required by base, ppx_sexp_conv]
  - install stdlib-shims        0.3.0          [required by ppxlib]
  - install stdune              3.22.1         [required by dune-private-libs]
  - install stringext           1.6.0          [required by uri]
  - install top-closure         3.22.1         [required by stdune]
  - install uri                 4.4.0          [required by liquidsoap]
  - install xml-light           2.5            [required by liquidsoap-lang]

The following system packages will first need to be installed:
    libcurl4-gnutls-dev

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

opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
  2. Display the recommended apt-get 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 "apt-get" "install" "-qq" "-yy" "libcurl4-gnutls-dev"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libcurl4-gnutls-dev:riscv64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
- (Reading database ... 100%
(Reading database ... 16249 files and directories currently installed.)
- Preparing to unpack .../libcurl4-gnutls-dev_8.5.0-2ubuntu10.8_riscv64.deb ...
- Unpacking libcurl4-gnutls-dev:riscv64 (8.5.0-2ubuntu10.8) ...
- Setting up libcurl4-gnutls-dev:riscv64 (8.5.0-2ubuntu10.8) ...

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

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