(not at the head of any monitored branch or PR)
2026-04-13 14:55.06: New job: build liquidsoap.2.4.2, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29703/head (04bb6962c1b0506de5a277289b857c4093d55649)
                              on debian-13-ocaml-5.4/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-5.4@sha256:c1b8e0154a96703f69d2da196da191498e6d0635111cd6dba15a026edbf4676e
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.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 "\"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.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.06: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:c1b8e0154a96703f69d2da196da191498e6d0635111cd6dba15a026edbf4676e-liquidsoap.2.4.2-04bb6962c1b0506de5a277289b857c4093d55649"
2026-04-13 14:55.06: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:c1b8e0154a96703f69d2da196da191498e6d0635111cd6dba15a026edbf4676e)
 (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.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 \"\\\"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.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.06: Waiting for resource in pool OCluster
2026-04-13 14:55.08: Waiting for worker…
2026-04-13 15:00.19: Got resource from pool OCluster
Building on okypous.caelum.ci.dev
All commits already cached
Updating files:  84% (15846/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-5.4@sha256:c1b8e0154a96703f69d2da196da191498e6d0635111cd6dba15a026edbf4676e)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:c1b8e0154a96703f69d2da196da191498e6d0635111cd6dba15a026edbf4676e' locally
docker.io/ocaml/opam@sha256:c1b8e0154a96703f69d2da196da191498e6d0635111cd6dba15a026edbf4676e: 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
91f6489c4703: Pulling fs layer
2b800588aaa2: Pulling fs layer
8b4a0a39bc0f: Pulling fs layer
2bdc93b749ea: Pulling fs layer
880114e02ffb: Pulling fs layer
1767ca7911b1: Pulling fs layer
7a1c6d154cd5: Pulling fs layer
2bdc93b749ea: Waiting
880114e02ffb: Waiting
1767ca7911b1: Waiting
7a1c6d154cd5: Waiting
2b800588aaa2: Download complete
91f6489c4703: Verifying Checksum
91f6489c4703: Download complete
91f6489c4703: Pull complete
2b800588aaa2: Pull complete
8b4a0a39bc0f: Download complete
8b4a0a39bc0f: Pull complete
880114e02ffb: Verifying Checksum
880114e02ffb: Download complete
1767ca7911b1: Verifying Checksum
1767ca7911b1: Download complete
7a1c6d154cd5: Verifying Checksum
7a1c6d154cd5: Download complete
2bdc93b749ea: Verifying Checksum
2bdc93b749ea: Download complete
2bdc93b749ea: Pull complete
880114e02ffb: Pull complete
1767ca7911b1: Pull complete
7a1c6d154cd5: Pull complete
Digest: sha256:c1b8e0154a96703f69d2da196da191498e6d0635111cd6dba15a026edbf4676e
Status: Downloaded newer image for ocaml/opam@sha256:c1b8e0154a96703f69d2da196da191498e6d0635111cd6dba15a026edbf4676e
2026-04-13 15:01.10 ---> saved as "d919bd0b73096ad4aee1d42fcd23b34a246d2550ab764962178a1ce483a8b0eb"

/: (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:01.10 ---> saved as "5406e8a1a65b311c8cae20652498b4ab18fe66cdd0c278afb1a35bf09a54c5fd"

/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 15:01.42 ---> saved as "828727cf2126cf99441fab3ff4d1427949850d7625add4e520c77193ba1ed7e1"

/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                 79
# 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-option-bytecode-only.1, ocaml-options-vanilla.1
# ocaml:native         false
# ocaml:native-tools   false
# ocaml:native-dynlink false
# 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+bytecode-only
2026-04-13 15:01.43 ---> saved as "323e41265ff57c5cdf6a49d03e73456e0773a5a06ca7a70ac76a24244da19740"

/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:01.47 ---> saved as "913e0500f789f13585cac610be64e57cafb901bd5965c5395018edc22d3b454e"

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

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

/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 6s (35.5 kB/s)
- Reading package lists...
- 
2026-04-13 15:02.34 ---> saved as "150c4db0f15f2e05c94ab1a77b24ed580e0dc013fb1ceb735fdb2e58fc140dd1"

/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:02.35 ---> saved as "d8b5f513f372677bbc070495b25140e9585684cc3dab4a9624de70d2ee85e52e"

/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 \"\\\"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.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
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler = 5.4.1
    - liquidsoap = 2.4.2 -> ppx_string -> base < v0.15 -> ocaml < 4.10.0 -> ocaml-variants
    You can temporarily relax the switch invariant with `--update-invariant'
  * Missing dependency:
    - liquidsoap = 2.4.2 -> ppx_string -> base < v0.15 -> ocaml < 4.10.0 -> ocaml-base-compiler (<= 3.07+1 | = 3.07+2 | = 3.08.0 | = 3.08.1 | = 3.08.2 | = 3.08.3 | = 3.08.4 | = 3.09.0) | ocaml-system (<= 3.07+1 | = 3.07+2 | >= 3.08.0) | ocaml-variants < 3.09.1~
    not available because the package is pinned to version 5.4.1
    unmet availability conditions, e.g. 'sys-ocaml-version = "5.4.1" & (os != "win32" | sys-ocaml-libc = "msvc")'
    no matching version
  * Missing dependency:
    - liquidsoap = 2.4.2 -> ppx_string -> base < v0.15 -> ocaml < 4.10.0 -> ocaml-variants -> ocaml-beta
    unmet availability conditions: 'enable-ocaml-beta-repository'
  * Missing dependency:
    - liquidsoap = 2.4.2 -> ppx_string -> base < v0.15 -> ocaml < 4.10.0 -> ocaml-variants -> system-msvc
    unmet availability conditions: 'os = "win32"'

No solution found, exiting
"/usr/bin/linux32" "/bin/sh" "-c" "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 "\"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.2' && partial_fails="$partial_fails $pkg";
        done;
        test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
        exit 1" failed with exit status 20
2026-04-13 15:02.57: Job failed: Failed: Build failed
2026-04-13 15:02.57: Log analysis:
2026-04-13 15:02.57: >>> 
No solution found, exiting
 (score = 100)
2026-04-13 15:02.57: [SKIP] Package not available