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

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:debian-13-ocaml-4.14@sha256:39b91237818617b0a71a7080b6942f04dcc6a0ca58db06c5eb6e03eacbae6bc7
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
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.0 2.4.0
RUN opam reinstall liquidsoap.2.4.0; \
    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 "\"debian-13\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'liquidsoap.2.4.0' && 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.07: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:39b91237818617b0a71a7080b6942f04dcc6a0ca58db06c5eb6e03eacbae6bc7-liquidsoap.2.4.0-04bb6962c1b0506de5a277289b857c4093d55649"
2026-04-13 14:55.07: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:39b91237818617b0a71a7080b6942f04dcc6a0ca58db06c5eb6e03eacbae6bc7)
 (shell /usr/bin/linux32 /bin/sh -c)
 (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.0 2.4.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall liquidsoap.2.4.0;\
             \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 \"\\\"debian-13\\\"\"; 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.0' && 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.07: Waiting for resource in pool OCluster
2026-04-13 14:55.08: Waiting for worker…
2026-04-13 15:17.06: Got resource from pool OCluster
Building on ocaml-2.osuosl.ci.dev
All commits already cached
Updating files:  45% (8599/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:  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:  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:  81% (15156/18711)
Updating files:  82% (15344/18711)
Updating files:  83% (15531/18711)
Updating files:  84% (15718/18711)
Updating files:  84% (15798/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:  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:debian-13-ocaml-4.14@sha256:39b91237818617b0a71a7080b6942f04dcc6a0ca58db06c5eb6e03eacbae6bc7)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:39b91237818617b0a71a7080b6942f04dcc6a0ca58db06c5eb6e03eacbae6bc7' locally
docker.io/ocaml/opam@sha256:39b91237818617b0a71a7080b6942f04dcc6a0ca58db06c5eb6e03eacbae6bc7: Pulling from ocaml/opam
83d3fd32d825: Already exists
3df0dfd72ad0: Already exists
2a316f9c9b76: Already exists
efa82de2efff: Already exists
d71a99aebdea: Already exists
11c6a6b2d179: Already exists
ed37d593561b: Already exists
36ec5d086018: Already exists
b3744c7b02b9: Already exists
74a5417f91d9: Already exists
25f5bcf4379e: Already exists
9fa3c3859f66: Already exists
64cce05bcb6f: Already exists
746dc10c1c44: Already exists
96edbf3011df: Already exists
8038df952c10: Already exists
0c7a1007dfab: Already exists
bd4929421a2f: Already exists
c55ab25930c0: Already exists
41f370f53dae: Already exists
812b8365e613: Already exists
e7a8058b1ead: Already exists
4f4fb700ef54: Already exists
ec70781f5b22: Already exists
544b56d15f50: Already exists
ddcdb0c2c6bf: Already exists
16273490fd8a: Already exists
9c2e00e3bda1: Already exists
0c464e135915: Already exists
4be044fda122: Already exists
622b3eaf7ae3: Already exists
0018e3a3eb78: Already exists
da0dbef084c2: Already exists
d52300c63e78: Already exists
8883434d731b: Already exists
3ee9122ea050: Already exists
83ff0e002aeb: Already exists
ba3a8daef1d4: Already exists
214f634062fd: Already exists
3dbf8f7a1e4f: Already exists
8f02f1e5df11: Already exists
37cbae15dc64: Pulling fs layer
09617c6375b9: Pulling fs layer
e55627e14102: Pulling fs layer
79083d159882: Pulling fs layer
79083d159882: Waiting
e55627e14102: Verifying Checksum
e55627e14102: Download complete
09617c6375b9: Verifying Checksum
09617c6375b9: Download complete
79083d159882: Download complete
37cbae15dc64: Verifying Checksum
37cbae15dc64: Download complete
37cbae15dc64: Pull complete
09617c6375b9: Pull complete
e55627e14102: Pull complete
79083d159882: Pull complete
Digest: sha256:39b91237818617b0a71a7080b6942f04dcc6a0ca58db06c5eb6e03eacbae6bc7
Status: Downloaded newer image for ocaml/opam@sha256:39b91237818617b0a71a7080b6942f04dcc6a0ca58db06c5eb6e03eacbae6bc7
2026-04-13 15:17.10 ---> using "d8704a1eb4be8992901edc30ae858afd677afbaf9ee7a0f6bc60bc9bd0a7f2da" from cache

/: (shell /usr/bin/linux32 /bin/sh -c)

/: (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:17.10 ---> using "0115d5b3a1e72f783a953e92320f8914a96b6c2684a57903d8c4c389997ce753" 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 79 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=79 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-13 15:17.10 ---> using "511524c898d9451e75e07340dc4dfd0a99cb5cd7c0260937bffdf5292d2a543b" 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=arm32 os=linux os-distribution=debian os-version=13
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 15
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.3"}]
# compiler-packages    ocaml-base-compiler.4.14.3, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.3
2026-04-13 15:17.10 ---> using "97d706482b83f54bcfeb6e73e9298e235c728ff3d3593949698d1349070dff90" 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:17.10 ---> using "e24ffb6c728d4d50c5c3bd385a080114ab980790a257ec3c4f3974c6241c5c6a" from cache

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

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

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main armhf Packages [117 kB]
- Fetched 208 kB in 0s (777 kB/s)
- Reading package lists...
- 
2026-04-13 15:18.09 ---> saved as "2f2cf15e4e9ccd517b02052c86608cb1b2b0bb3bd0efa18c52cba89e6c853d9b"

/home/opam: (run (shell "opam pin add -k version -yn liquidsoap.2.4.0 2.4.0"))
liquidsoap is now pinned to version 2.4.0
2026-04-13 15:18.10 ---> saved as "4a3788cb0c73003783cdb45fda980c6327986f691680b732148dd82ebe863098"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall liquidsoap.2.4.0;\
                        \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 \"\\\"debian-13\\\"\"; 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.0' && 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.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 55 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 cry]
  - 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 ocurl]
  - install cry                 1.0.3          [required by liquidsoap]
  - install csexp               1.5.2          [required by dune-private-libs]
  - 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 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]
  - install fs-io               3.22.1         [required by stdune]
  - install gen                 1.1            [required by sedlex]
  - install liquidsoap          2.4.0 (pinned)
  - install liquidsoap-lang     2.4.0          [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 ocurl]
  - install ocurl               0.9.2          [required by liquidsoap]
  - 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.14.0         [required by liquidsoap]
  - install sedlex              3.7            [required by liquidsoap-lang]
  - install seq                 base           [required by gen]
  - 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"
- (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 ... 20349 files and directories currently installed.)
- Preparing to unpack .../openssl-provider-legacy_3.5.5-1~deb13u2_armhf.deb ...
- Unpacking openssl-provider-legacy (3.5.5-1~deb13u2) over (3.5.5-1~deb13u1) ...
- Setting up openssl-provider-legacy (3.5.5-1~deb13u2) ...
- (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 ... 20349 files and directories currently installed.)
- Preparing to unpack .../libssl3t64_3.5.5-1~deb13u2_armhf.deb ...
- Unpacking libssl3t64:armhf (3.5.5-1~deb13u2) over (3.5.5-1~deb13u1) ...
- Setting up libssl3t64:armhf (3.5.5-1~deb13u2) ...
- Selecting previously unselected package comerr-dev:armhf.
- (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 ... 20349 files and directories currently installed.)
- Preparing to unpack .../00-comerr-dev_2.1-1.47.2-3+b10_armhf.deb ...
- Unpacking comerr-dev:armhf (2.1-1.47.2-3+b10) ...
- Selecting previously unselected package libgssrpc4t64:armhf.
- Preparing to unpack .../01-libgssrpc4t64_1.21.3-5_armhf.deb ...
- Unpacking libgssrpc4t64:armhf (1.21.3-5) ...
- Selecting previously unselected package libkadm5clnt-mit12:armhf.
- Preparing to unpack .../02-libkadm5clnt-mit12_1.21.3-5_armhf.deb ...
- Unpacking libkadm5clnt-mit12:armhf (1.21.3-5) ...
- Selecting previously unselected package libkdb5-10t64:armhf.
- Preparing to unpack .../03-libkdb5-10t64_1.21.3-5_armhf.deb ...
- Unpacking libkdb5-10t64:armhf (1.21.3-5) ...
- Selecting previously unselected package libkadm5srv-mit12:armhf.
- Preparing to unpack .../04-libkadm5srv-mit12_1.21.3-5_armhf.deb ...
- Unpacking libkadm5srv-mit12:armhf (1.21.3-5) ...
- Selecting previously unselected package krb5-multidev:armhf.
- Preparing to unpack .../05-krb5-multidev_1.21.3-5_armhf.deb ...
- Unpacking krb5-multidev:armhf (1.21.3-5) ...
- Selecting previously unselected package libbrotli-dev:armhf.
- Preparing to unpack .../06-libbrotli-dev_1.1.0-2+b7_armhf.deb ...
- Unpacking libbrotli-dev:armhf (1.1.0-2+b7) ...
- Selecting previously unselected package libevent-2.1-7t64:armhf.
- Preparing to unpack .../07-libevent-2.1-7t64_2.1.12-stable-10+b1_armhf.deb ...
- Unpacking libevent-2.1-7t64:armhf (2.1.12-stable-10+b1) ...
- Selecting previously unselected package libunbound8:armhf.
- Preparing to unpack .../08-libunbound8_1.22.0-2+deb13u1_armhf.deb ...
- Unpacking libunbound8:armhf (1.22.0-2+deb13u1) ...
- Selecting previously unselected package libgnutls-dane0t64:armhf.
- Preparing to unpack .../09-libgnutls-dane0t64_3.8.9-3+deb13u2_armhf.deb ...
- Unpacking libgnutls-dane0t64:armhf (3.8.9-3+deb13u2) ...
- Selecting previously unselected package libgnutls-openssl27t64:armhf.
- Preparing to unpack .../10-libgnutls-openssl27t64_3.8.9-3+deb13u2_armhf.deb ...
- Unpacking libgnutls-openssl27t64:armhf (3.8.9-3+deb13u2) ...
- Selecting previously unselected package libidn2-dev:armhf.
- Preparing to unpack .../11-libidn2-dev_2.3.8-2_armhf.deb ...
- Unpacking libidn2-dev:armhf (2.3.8-2) ...
- Selecting previously unselected package libp11-kit-dev:armhf.
- Preparing to unpack .../12-libp11-kit-dev_0.25.5-3_armhf.deb ...
- Unpacking libp11-kit-dev:armhf (0.25.5-3) ...
- Selecting previously unselected package libtasn1-6-dev:armhf.
- Preparing to unpack .../13-libtasn1-6-dev_4.20.0-2_armhf.deb ...
- Unpacking libtasn1-6-dev:armhf (4.20.0-2) ...
- Selecting previously unselected package libgmpxx4ldbl:armhf.
- Preparing to unpack .../14-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_armhf.deb ...
- Unpacking libgmpxx4ldbl:armhf (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libgmp-dev:armhf.
- Preparing to unpack .../15-libgmp-dev_2%3a6.3.0+dfsg-3_armhf.deb ...
- Unpacking libgmp-dev:armhf (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package nettle-dev:armhf.
- Preparing to unpack .../16-nettle-dev_3.10.1-1_armhf.deb ...
- Unpacking nettle-dev:armhf (3.10.1-1) ...
- Selecting previously unselected package libgnutls28-dev:armhf.
- Preparing to unpack .../17-libgnutls28-dev_3.8.9-3+deb13u2_armhf.deb ...
- Unpacking libgnutls28-dev:armhf (3.8.9-3+deb13u2) ...
- Selecting previously unselected package libkrb5-dev:armhf.
- Preparing to unpack .../18-libkrb5-dev_1.21.3-5_armhf.deb ...
- Unpacking libkrb5-dev:armhf (1.21.3-5) ...
- Selecting previously unselected package libldap-dev:armhf.
- Preparing to unpack .../19-libldap-dev_2.6.10+dfsg-1_armhf.deb ...
- Unpacking libldap-dev:armhf (2.6.10+dfsg-1) ...
- Selecting previously unselected package libpkgconf3:armhf.
- Preparing to unpack .../20-libpkgconf3_1.8.1-4_armhf.deb ...
- Unpacking libpkgconf3:armhf (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../21-pkgconf-bin_1.8.1-4_armhf.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:armhf.
- Preparing to unpack .../22-pkgconf_1.8.1-4_armhf.deb ...
- Unpacking pkgconf:armhf (1.8.1-4) ...
- Selecting previously unselected package libnghttp2-dev:armhf.
- Preparing to unpack .../23-libnghttp2-dev_1.64.0-1.1_armhf.deb ...
- Unpacking libnghttp2-dev:armhf (1.64.0-1.1) ...
- Selecting previously unselected package libnghttp3-dev:armhf.
- Preparing to unpack .../24-libnghttp3-dev_1.8.0-1_armhf.deb ...
- Unpacking libnghttp3-dev:armhf (1.8.0-1) ...
- Selecting previously unselected package libngtcp2-crypto-gnutls-dev:armhf.
- Preparing to unpack .../25-libngtcp2-crypto-gnutls-dev_1.11.0-1_armhf.deb ...
- Unpacking libngtcp2-crypto-gnutls-dev:armhf (1.11.0-1) ...
- Selecting previously unselected package libngtcp2-dev:armhf.
- Preparing to unpack .../26-libngtcp2-dev_1.11.0-1_armhf.deb ...
- Unpacking libngtcp2-dev:armhf (1.11.0-1) ...
- Selecting previously unselected package libpsl-dev:armhf.
- Preparing to unpack .../27-libpsl-dev_0.21.2-1.1+b1_armhf.deb ...
- Unpacking libpsl-dev:armhf (0.21.2-1.1+b1) ...
- Selecting previously unselected package zlib1g-dev:armhf.
- Preparing to unpack .../28-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_armhf.deb ...
- Unpacking zlib1g-dev:armhf (1:1.3.dfsg+really1.3.1-1+b1) ...
- Selecting previously unselected package librtmp-dev:armhf.
- Preparing to unpack .../29-librtmp-dev_2.4+20151223.gitfa8646d.1-2+b5_armhf.deb ...
- Unpacking librtmp-dev:armhf (2.4+20151223.gitfa8646d.1-2+b5) ...
- Selecting previously unselected package libssl-dev:armhf.
- Preparing to unpack .../30-libssl-dev_3.5.5-1~deb13u2_armhf.deb ...
- Unpacking libssl-dev:armhf (3.5.5-1~deb13u2) ...
- Selecting previously unselected package libssh2-1-dev:armhf.
- Preparing to unpack .../31-libssh2-1-dev_1.11.1-1_armhf.deb ...
- Unpacking libssh2-1-dev:armhf (1.11.1-1) ...
- Selecting previously unselected package libzstd-dev:armhf.
- Preparing to unpack .../32-libzstd-dev_1.5.7+dfsg-1_armhf.deb ...
- Unpacking libzstd-dev:armhf (1.5.7+dfsg-1) ...
- Selecting previously unselected package libcurl4-gnutls-dev:armhf.
- Preparing to unpack .../33-libcurl4-gnutls-dev_8.14.1-2+deb13u2_armhf.deb ...
- Unpacking libcurl4-gnutls-dev:armhf (8.14.1-2+deb13u2) ...
- Selecting previously unselected package libtasn1-doc.
- Preparing to unpack .../34-libtasn1-doc_4.20.0-2_all.deb ...
- Unpacking libtasn1-doc (4.20.0-2) ...
- Preparing to unpack .../35-openssl_3.5.5-1~deb13u2_armhf.deb ...
- Unpacking openssl (3.5.5-1~deb13u2) over (3.5.5-1~deb13u1) ...
- Setting up libgnutls-openssl27t64:armhf (3.8.9-3+deb13u2) ...
- Setting up libzstd-dev:armhf (1.5.7+dfsg-1) ...
- Setting up libtasn1-doc (4.20.0-2) ...
- Setting up libevent-2.1-7t64:armhf (2.1.12-stable-10+b1) ...
- Setting up libngtcp2-crypto-gnutls-dev:armhf (1.11.0-1) ...
- Setting up libngtcp2-dev:armhf (1.11.0-1) ...
- Setting up libpsl-dev:armhf (0.21.2-1.1+b1) ...
- Setting up libunbound8:armhf (1.22.0-2+deb13u1) ...
- Setting up libpkgconf3:armhf (1.8.1-4) ...
- Setting up libgmpxx4ldbl:armhf (2:6.3.0+dfsg-3) ...
- Setting up libgnutls-dane0t64:armhf (3.8.9-3+deb13u2) ...
- Setting up libgssrpc4t64:armhf (1.21.3-5) ...
- Setting up libldap-dev:armhf (2.6.10+dfsg-1) ...
- Setting up comerr-dev:armhf (2.1-1.47.2-3+b10) ...
- Setting up libssl-dev:armhf (3.5.5-1~deb13u2) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libidn2-dev:armhf (2.3.8-2) ...
- Setting up libnghttp3-dev:armhf (1.8.0-1) ...
- Setting up zlib1g-dev:armhf (1:1.3.dfsg+really1.3.1-1+b1) ...
- Setting up libtasn1-6-dev:armhf (4.20.0-2) ...
- Setting up openssl (3.5.5-1~deb13u2) ...
- Setting up libbrotli-dev:armhf (1.1.0-2+b7) ...
- Setting up libp11-kit-dev:armhf (0.25.5-3) ...
- Setting up libkadm5clnt-mit12:armhf (1.21.3-5) ...
- Setting up libgmp-dev:armhf (2:6.3.0+dfsg-3) ...
- Setting up nettle-dev:armhf (3.10.1-1) ...
- Setting up libkdb5-10t64:armhf (1.21.3-5) ...
- Setting up pkgconf:armhf (1.8.1-4) ...
- Setting up libssh2-1-dev:armhf (1.11.1-1) ...
- Setting up libkadm5srv-mit12:armhf (1.21.3-5) ...
- Setting up krb5-multidev:armhf (1.21.3-5) ...
- Setting up libgnutls28-dev:armhf (3.8.9-3+deb13u2) ...
- Setting up libnghttp2-dev:armhf (1.64.0-1.1) ...
- Setting up libkrb5-dev:armhf (1.21.3-5) ...
- Setting up librtmp-dev:armhf (2.4+20151223.gitfa8646d.1-2+b5) ...
- Setting up libcurl4-gnutls-dev:armhf (8.14.1-2+deb13u2) ...
- Processing triggers for libc-bin (2.41-12+deb13u2) ...

<><> 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 cry.1.0.3  (cached)
-> retrieved csexp.1.5.2  (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.0, liquidsoap-lang.2.4.0  (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 ocurl.0.9.2  (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.14.0  (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 cry.1.0.3
-> 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 ocurl.0.9.2
-> installed dune-configurator.3.22.1
-> installed fileutils.0.6.6
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocaml-syntax-shims.1.0.0
-> installed ordering.3.22.1
-> installed pp.2.0.0
-> installed ppx_derivers.1.2.1
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed re.1.14.0
-> installed top-closure.3.22.1
-> installed xml-light.2.5
-> installed bigstringaf.0.10.0
-> installed mm.0.8.6
-> installed dyn.3.22.1
-> installed angstrom.0.16.1
-> installed uri.4.4.0
-> installed base.v0.16.4
-> installed stdune.3.22.1
-> installed menhir.20260209
-> installed dune-private-libs.3.22.1
-> installed ppxlib.0.35.0
-> installed ppx_globalize.v0.16.0
-> installed dune-site.3.22.1
-> installed ppx_cold.v0.16.0
-> installed ppx_enumerate.v0.16.0
-> installed ppx_compare.v0.16.0
-> installed sedlex.3.7
-> installed ppx_sexp_conv.v0.16.0
-> installed ppx_hash.v0.16.0
-> installed ppx_base.v0.16.0
-> installed camomile.2.0.0
-> installed ppx_string.v0.16.0
-> installed liquidsoap-lang.2.4.0
-> installed liquidsoap.2.4.0
Done.

<><> liquidsoap.2.4.0 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:22.44 ---> saved as "71c793fa55a0d93cd190a99d565779ef37f9621e3519d893bcdc66f3f44bc942"
Job succeeded
2026-04-13 15:23.02: Job succeeded