- github
- ocaml
- opam-repository
- 04bb69
- extras,x86_32-ocaml-5.4,liquidsoap.2.4.0
(not at the head of any monitored branch or PR)
2026-04-13 14:55.06: 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-5.4/i386
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:a0c39a8a2dda2cacf3c9f9971ffe2d2b53b2eda8f3a2e04af4cd8c986d33f3fb
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.06: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:a0c39a8a2dda2cacf3c9f9971ffe2d2b53b2eda8f3a2e04af4cd8c986d33f3fb-liquidsoap.2.4.0-04bb6962c1b0506de5a277289b857c4093d55649"
2026-04-13 14:55.06: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:a0c39a8a2dda2cacf3c9f9971ffe2d2b53b2eda8f3a2e04af4cd8c986d33f3fb)
(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.06: Waiting for resource in pool OCluster
2026-04-13 15:58.13: Waiting for worker…
2026-04-13 16:00.46: Got resource from pool OCluster
Building on phoebe.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:debian-13-ocaml-5.4@sha256:a0c39a8a2dda2cacf3c9f9971ffe2d2b53b2eda8f3a2e04af4cd8c986d33f3fb)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:a0c39a8a2dda2cacf3c9f9971ffe2d2b53b2eda8f3a2e04af4cd8c986d33f3fb' locally
docker.io/ocaml/opam@sha256:a0c39a8a2dda2cacf3c9f9971ffe2d2b53b2eda8f3a2e04af4cd8c986d33f3fb: Pulling from ocaml/opam
a59dab062b6e: Pulling fs layer
4c235f9505d7: Pulling fs layer
2fd1e3aa020e: Pulling fs layer
a3ffcc28d7c3: Pulling fs layer
061b92ac769b: Pulling fs layer
a3ffcc28d7c3: Waiting
b76f3d7c2af7: Pulling fs layer
061b92ac769b: Waiting
66cd1ae705c1: Pulling fs layer
b76f3d7c2af7: Waiting
9ac7fe9595c0: Pulling fs layer
66cd1ae705c1: Waiting
a1013b12591b: Pulling fs layer
9ac7fe9595c0: Waiting
c0856ae5c8d4: Pulling fs layer
a1013b12591b: Waiting
2764f83aed88: Pulling fs layer
c0856ae5c8d4: Waiting
893b77e8a916: Pulling fs layer
2764f83aed88: Waiting
3d20196a830c: Pulling fs layer
893b77e8a916: Waiting
ca6160c3741c: Pulling fs layer
3d20196a830c: Waiting
c9a674e94918: Pulling fs layer
ca6160c3741c: Waiting
238881b0392b: Pulling fs layer
3e665f7165f7: Pulling fs layer
c9a674e94918: Waiting
238881b0392b: Waiting
5f40d4708a45: Pulling fs layer
3e665f7165f7: Waiting
2947e4d19816: Pulling fs layer
5f40d4708a45: Waiting
3a8fb23bb980: Pulling fs layer
92669fcd8348: Pulling fs layer
2947e4d19816: Waiting
3a8fb23bb980: Waiting
4f4fb700ef54: Pulling fs layer
92669fcd8348: Waiting
0a31b13e66a5: Pulling fs layer
4f4fb700ef54: Waiting
694767fb237d: Pulling fs layer
0a31b13e66a5: Waiting
0d2988982386: Pulling fs layer
694767fb237d: Waiting
ed5e56d1e3fa: Pulling fs layer
0d2988982386: Waiting
82f429e96ca4: Pulling fs layer
ed5e56d1e3fa: Waiting
d87cbffcc7bd: Pulling fs layer
82f429e96ca4: Waiting
de8b16f76673: Pulling fs layer
d87cbffcc7bd: Waiting
5806d8c9d3b4: Pulling fs layer
de8b16f76673: Waiting
d989ea0e37d7: Pulling fs layer
5806d8c9d3b4: Waiting
644b8f5f3fcb: Pulling fs layer
d989ea0e37d7: Waiting
95f25e02036b: Pulling fs layer
644b8f5f3fcb: Waiting
0c0ebd0d8440: Pulling fs layer
a1ee4cc749f0: Pulling fs layer
9053ed7febc6: Pulling fs layer
0c0ebd0d8440: Waiting
a1ee4cc749f0: Waiting
95f25e02036b: Waiting
b5713a5a315b: Pulling fs layer
9053ed7febc6: Waiting
2abf82d9c339: Pulling fs layer
b5713a5a315b: Waiting
d114ea9e0492: Pulling fs layer
2fd9c0ba772e: Pulling fs layer
d114ea9e0492: Waiting
47decbc7905c: Pulling fs layer
2fd9c0ba772e: Waiting
be7e286a7f37: Pulling fs layer
47decbc7905c: Waiting
8535ad9522db: Pulling fs layer
be7e286a7f37: Waiting
18c4f11b473d: Pulling fs layer
8535ad9522db: Waiting
f286d164ede4: Pulling fs layer
18c4f11b473d: Waiting
b7307529b20a: Pulling fs layer
f286d164ede4: Waiting
a318cf4a28f3: Pulling fs layer
b7307529b20a: Waiting
a318cf4a28f3: Waiting
2fd1e3aa020e: Verifying Checksum
2fd1e3aa020e: Download complete
4c235f9505d7: Verifying Checksum
4c235f9505d7: Download complete
061b92ac769b: Verifying Checksum
061b92ac769b: Download complete
a3ffcc28d7c3: Verifying Checksum
a3ffcc28d7c3: Download complete
a59dab062b6e: Verifying Checksum
a59dab062b6e: Download complete
9ac7fe9595c0: Verifying Checksum
9ac7fe9595c0: Download complete
a59dab062b6e: Pull complete
4c235f9505d7: Pull complete
2fd1e3aa020e: Pull complete
a3ffcc28d7c3: Pull complete
061b92ac769b: Pull complete
b76f3d7c2af7: Verifying Checksum
b76f3d7c2af7: Download complete
c0856ae5c8d4: Verifying Checksum
c0856ae5c8d4: Download complete
2764f83aed88: Verifying Checksum
2764f83aed88: Download complete
893b77e8a916: Verifying Checksum
893b77e8a916: Download complete
3d20196a830c: Verifying Checksum
3d20196a830c: Download complete
ca6160c3741c: Verifying Checksum
ca6160c3741c: Download complete
c9a674e94918: Verifying Checksum
c9a674e94918: Download complete
66cd1ae705c1: Verifying Checksum
66cd1ae705c1: Download complete
238881b0392b: Verifying Checksum
238881b0392b: Download complete
5f40d4708a45: Verifying Checksum
5f40d4708a45: Download complete
2947e4d19816: Download complete
3a8fb23bb980: Verifying Checksum
3a8fb23bb980: Download complete
4f4fb700ef54: Download complete
92669fcd8348: Download complete
694767fb237d: Verifying Checksum
694767fb237d: Download complete
0d2988982386: Verifying Checksum
0d2988982386: Download complete
ed5e56d1e3fa: Download complete
82f429e96ca4: Verifying Checksum
82f429e96ca4: Download complete
a1013b12591b: Verifying Checksum
a1013b12591b: Download complete
d87cbffcc7bd: Download complete
de8b16f76673: Verifying Checksum
de8b16f76673: Download complete
5806d8c9d3b4: Download complete
644b8f5f3fcb: Verifying Checksum
644b8f5f3fcb: Download complete
d989ea0e37d7: Download complete
95f25e02036b: Verifying Checksum
95f25e02036b: Download complete
0c0ebd0d8440: Download complete
9053ed7febc6: Verifying Checksum
9053ed7febc6: Download complete
b76f3d7c2af7: Pull complete
66cd1ae705c1: Pull complete
9ac7fe9595c0: Pull complete
a1013b12591b: Pull complete
a1ee4cc749f0: Download complete
c0856ae5c8d4: Pull complete
2abf82d9c339: Verifying Checksum
2abf82d9c339: Download complete
2764f83aed88: Pull complete
d114ea9e0492: Verifying Checksum
d114ea9e0492: Download complete
0a31b13e66a5: Verifying Checksum
0a31b13e66a5: Download complete
893b77e8a916: Pull complete
47decbc7905c: Verifying Checksum
47decbc7905c: Download complete
2fd9c0ba772e: Verifying Checksum
2fd9c0ba772e: Download complete
3d20196a830c: Pull complete
be7e286a7f37: Verifying Checksum
be7e286a7f37: Download complete
ca6160c3741c: Pull complete
c9a674e94918: Pull complete
238881b0392b: Pull complete
3e665f7165f7: Pull complete
8535ad9522db: Verifying Checksum
8535ad9522db: Download complete
f286d164ede4: Verifying Checksum
f286d164ede4: Download complete
5f40d4708a45: Pull complete
2947e4d19816: Pull complete
3a8fb23bb980: Pull complete
92669fcd8348: Pull complete
4f4fb700ef54: Pull complete
0a31b13e66a5: Pull complete
694767fb237d: Pull complete
0d2988982386: Pull complete
ed5e56d1e3fa: Pull complete
82f429e96ca4: Pull complete
d87cbffcc7bd: Pull complete
de8b16f76673: Pull complete
5806d8c9d3b4: Pull complete
d989ea0e37d7: Pull complete
644b8f5f3fcb: Pull complete
95f25e02036b: Pull complete
0c0ebd0d8440: Pull complete
b7307529b20a: Download complete
a318cf4a28f3: Verifying Checksum
a318cf4a28f3: Download complete
a1ee4cc749f0: Pull complete
9053ed7febc6: Pull complete
18c4f11b473d: Verifying Checksum
18c4f11b473d: Download complete
b5713a5a315b: Verifying Checksum
b5713a5a315b: Download complete
b5713a5a315b: Pull complete
2abf82d9c339: Pull complete
d114ea9e0492: Pull complete
2fd9c0ba772e: Pull complete
47decbc7905c: Pull complete
be7e286a7f37: Pull complete
8535ad9522db: Pull complete
18c4f11b473d: Pull complete
f286d164ede4: Pull complete
b7307529b20a: Pull complete
a318cf4a28f3: Pull complete
Digest: sha256:a0c39a8a2dda2cacf3c9f9971ffe2d2b53b2eda8f3a2e04af4cd8c986d33f3fb
Status: Downloaded newer image for ocaml/opam@sha256:a0c39a8a2dda2cacf3c9f9971ffe2d2b53b2eda8f3a2e04af4cd8c986d33f3fb
2026-04-13 16:03.14 ---> saved as "505eaca43cb756952b53ca9d7a2deedd80d9d9e53a2f2d3997cb909dcff398a9"
/: (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 16:03.14 ---> saved as "db3b645e407ea093aa101ced4f5965b6ecd6ba70142f951531a40847c4871995"
/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 16:03.58 ---> saved as "e504b978a9a9b841ebdc88af7f7b6f05b5435fe402353a48d43964a2450128b0"
/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_32 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 71
# 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 16:03.58 ---> saved as "b43233f673f3c7de39e730f32c050a69ceeda90ff08b283e818a376d3d8d9837"
/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 16:04.06 ---> saved as "041aec0e0bd92cad9f4b08b5cb738b69637288be648b7c65af92802994ff1ee9"
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-13 16:04.17 ---> saved as "b7a02c39a3b8cfadf1e9ca945da2d28201c3eebdfe09dadea0ec85437fba21f8"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-13 16:05.05 ---> saved as "2c4f88216b4dd06b604c36e46096bde425d70456b5ebc2fb175d478654273778"
/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 i386 Packages [115 kB]
- Fetched 206 kB in 0s (1395 kB/s)
- Reading package lists...
-
2026-04-13 16:05.07 ---> saved as "d244962d07ab606aaa997429c2c8653a9a7b5e9926412f64f0801ca8f08f0b69"
/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 16:05.07 ---> saved as "8c9ed0117430e38fef9daec04778ce159158cb99369376185fff2063f64e6575"
/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
* Incompatible packages:
- (invariant) -> ocaml-base-compiler = 5.4.1
- liquidsoap = 2.4.0 -> ppx_string -> base < v0.15 -> ocaml < 4.14 -> dkml-base-compiler
You can temporarily relax the switch invariant with `--update-invariant'
* Incompatible packages:
- (invariant) -> ocaml-base-compiler = 5.4.1
- liquidsoap = 2.4.0 -> ppx_string -> base < v0.15 -> ocaml < 4.10.0 -> ocaml-variants (< 4.05.2~ | >= 4.06.0)
* Incompatible packages:
- (invariant) -> ocaml-base-compiler = 5.4.1 -> ocaml-compiler = 5.4.1 -> base-effects
- liquidsoap = 2.4.0 -> ppx_string -> ppx_base >= v0.15 -> ppx_sexp_conv < v0.16 -> ppxlib < 0.26.0 -> ocaml-migrate-parsetree >= 1.3.1
* Missing dependency:
- liquidsoap = 2.4.0 -> 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.0 -> ppx_string -> base < v0.15 -> ocaml < 4.10.0 -> ocaml-variants >= 4.06.0 -> ocaml-beta
unmet availability conditions: 'enable-ocaml-beta-repository'
* Missing dependency:
- liquidsoap = 2.4.0 -> ppx_string -> base < v0.15 -> ocaml < 4.10.0 -> ocaml-variants >= 4.06.0 -> system-msvc
unmet availability conditions: 'os = "win32"'
No solution found, exiting
"/usr/bin/linux32" "/bin/sh" "-c" "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" failed with exit status 20
2026-04-13 16:05.23: Job failed: Failed: Build failed
2026-04-13 16:05.23: Log analysis:
2026-04-13 16:05.23: >>>
No solution found, exiting
(score = 100)
2026-04-13 16:05.23: [SKIP] Package not available