- github
- ocaml
- opam-repository
- 3af7d0
- extras,x86_32-ocaml-5.4,ocluster.0.1
(not at the head of any monitored branch or PR)
2026-03-10 09:00.00: New job: build ocluster.0.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29530/head (3af7d0a25910b3d20c909e559efb484eb6a78128)
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/29530/head" && git reset --hard 3af7d0a2
git fetch origin master
git merge --no-edit 3c70647a78a7fd22066fca4f17f7ca4514500663
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:30070b9c98c970b58b5493dcfc5809f1437b956d581925cd1e4498e3be84024f
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 ocluster.0.1 0.1
RUN opam reinstall ocluster.0.1; \
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" != 'ocluster.0.1' && 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-03-10 09:00.00: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:30070b9c98c970b58b5493dcfc5809f1437b956d581925cd1e4498e3be84024f-ocluster.0.1-3af7d0a25910b3d20c909e559efb484eb6a78128"
2026-03-10 09:00.00: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:30070b9c98c970b58b5493dcfc5809f1437b956d581925cd1e4498e3be84024f)
(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 ocluster.0.1 0.1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ocluster.0.1;\
\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\" != 'ocluster.0.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-03-10 09:00.00: Waiting for resource in pool OCluster
2026-03-10 10:16.23: Waiting for worker…
2026-03-10 10:18.15: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 3c70647a78 Merge pull request #29507 from NathanReb/release-ppxlib-0-38-0-5-5-preview
Updating 3c70647a78..3af7d0a259
Fast-forward
packages/bimage-lwt/bimage-lwt.0.3.0/opam | 6 +++++-
packages/bimage-lwt/bimage-lwt.0.3.1/opam | 6 +++++-
packages/bimage-lwt/bimage-lwt.0.4.0/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.0.11.0/opam | 4 +++-
packages/caqti-lwt/caqti-lwt.1.0.0/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.1.2.0/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.1.3.0/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.1.6.0/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.1.7.0/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.1.8.0/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.1.9.0/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.2.0.1/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.2.1.1/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.2.2.4/opam | 6 +++++-
packages/fuseau-lwt/fuseau-lwt.0.1/opam | 6 +++++-
packages/lambda-term/lambda-term.1.13/opam | 6 +++++-
packages/lambda-term/lambda-term.2.0.1/opam | 6 +++++-
packages/lambda-term/lambda-term.2.0.2/opam | 6 +++++-
packages/lambda-term/lambda-term.2.0.3/opam | 6 +++++-
packages/lambda-term/lambda-term.2.0/opam | 6 +++++-
packages/lambda-term/lambda-term.3.0.0/opam | 6 +++++-
packages/lambda-term/lambda-term.3.0.1/opam | 6 +++++-
packages/lambda-term/lambda-term.3.1.0/opam | 6 +++++-
packages/lambda-term/lambda-term.3.2.0/opam | 6 +++++-
packages/lambda-term/lambda-term.3.3.0/opam | 6 +++++-
packages/lambda-term/lambda-term.3.3.1/opam | 6 +++++-
packages/lambda-term/lambda-term.3.3.2/opam | 6 +++++-
packages/lwt_domain/lwt_domain.0.1.0/opam | 6 +++++-
packages/lwt_domain/lwt_domain.0.2.0/opam | 6 +++++-
packages/lwt_domain/lwt_domain.0.3.0/opam | 6 +++++-
packages/lwt_eio/lwt_eio.0.1/opam | 6 +++++-
packages/lwt_eio/lwt_eio.0.2/opam | 6 +++++-
packages/lwt_eio/lwt_eio.0.3/opam | 6 +++++-
packages/lwt_eio/lwt_eio.0.4/opam | 6 +++++-
packages/lwt_eio/lwt_eio.0.5.1/opam | 6 +++++-
packages/lwt_eio/lwt_eio.0.5/opam | 6 +++++-
packages/lwt_glib/lwt_glib.1.0.1/opam | 6 +++++-
packages/lwt_glib/lwt_glib.1.1.0/opam | 6 +++++-
packages/lwt_glib/lwt_glib.1.1.1/opam | 6 +++++-
packages/lwt_log/lwt_log.1.1.0/opam | 6 +++++-
packages/lwt_log/lwt_log.1.1.1/opam | 6 +++++-
packages/lwt_log/lwt_log.1.1.2/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.1.0.0/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.1.0.1/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.1.1.0/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.1.2.0/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.1.2.1/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.1.2.2/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.1.2.3/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.1.2.4/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.2.0.0/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.2.0.1/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.2.0.2/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.2.0.3/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.2.1.0/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.5.8.0/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.5.8.1/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.5.9.1/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.5.9.2/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.5.9.3/opam | 6 +++++-
packages/moonpool-lwt/moonpool-lwt.0.10/opam | 6 +++++-
packages/moonpool-lwt/moonpool-lwt.0.6/opam | 6 +++++-
packages/moonpool-lwt/moonpool-lwt.0.7/opam | 6 +++++-
packages/moonpool-lwt/moonpool-lwt.0.8/opam | 6 +++++-
packages/moonpool-lwt/moonpool-lwt.0.9/opam | 6 +++++-
packages/mwt/mwt.0.1.0/opam | 6 +++++-
packages/nocrypto/nocrypto.0.5.4-1/opam | 6 +++++-
packages/nocrypto/nocrypto.0.5.4-2/opam | 6 +++++-
packages/ocluster/ocluster.0.1/opam | 4 +++-
packages/ocluster/ocluster.0.2.1/opam | 6 +++++-
packages/ocluster/ocluster.0.2/opam | 4 +++-
packages/ocluster/ocluster.0.3.0/opam | 6 +++++-
packages/picos/picos.0.3.0/opam | 6 +++++-
packages/picos/picos.0.4.0/opam | 6 +++++-
packages/picos_lwt/picos_lwt.0.5.0/opam | 6 +++++-
packages/picos_lwt/picos_lwt.0.6.0/opam | 6 +++++-
packages/tezt/tezt.2.0.0/opam | 6 +++++-
packages/tezt/tezt.3.0.0/opam | 4 +++-
packages/tezt/tezt.3.1.0/opam | 4 +++-
packages/tezt/tezt.3.1.1/opam | 4 +++-
packages/tezt/tezt.4.0.0/opam | 4 +++-
packages/tezt/tezt.4.1.0/opam | 4 +++-
packages/tezt/tezt.4.2.0/opam | 4 +++-
packages/tezt/tezt.4.3.0/opam | 4 +++-
84 files changed, 400 insertions(+), 84 deletions(-)
(from ocaml/opam:debian-13-ocaml-5.4@sha256:30070b9c98c970b58b5493dcfc5809f1437b956d581925cd1e4498e3be84024f)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:30070b9c98c970b58b5493dcfc5809f1437b956d581925cd1e4498e3be84024f' locally
docker.io/ocaml/opam@sha256:30070b9c98c970b58b5493dcfc5809f1437b956d581925cd1e4498e3be84024f: Pulling from ocaml/opam
cdaf5c618b8f: Pulling fs layer
37b25bd564f1: Pulling fs layer
b4419f8ddf31: Pulling fs layer
fcddae90f741: Pulling fs layer
7bdc78f9e5b7: Pulling fs layer
cdaf5c618b8f: Waiting
5691c8ad5025: Pulling fs layer
37b25bd564f1: Waiting
a00659447ced: Pulling fs layer
b4419f8ddf31: Waiting
7bdc78f9e5b7: Waiting
6da4c329d826: Pulling fs layer
7eb67c4488c7: Pulling fs layer
ecb12f6f1366: Pulling fs layer
fcddae90f741: Waiting
0bb29fc35e8f: Pulling fs layer
38773acba29b: Pulling fs layer
5691c8ad5025: Waiting
4ecb7fe6e6cd: Pulling fs layer
a6ded0c5c651: Pulling fs layer
6da4c329d826: Waiting
a618a67fa30c: Pulling fs layer
7cfbd53f9185: Pulling fs layer
2dd6d5e64b1f: Pulling fs layer
7eb67c4488c7: Waiting
66e4c8c5b80d: Pulling fs layer
93512fc5f7ca: Pulling fs layer
ecb12f6f1366: Waiting
99a5c1cc5cf4: Pulling fs layer
0bb29fc35e8f: Waiting
e77a47d92406: Pulling fs layer
4f4fb700ef54: Pulling fs layer
1e645893c166: Pulling fs layer
a618a67fa30c: Waiting
38773acba29b: Waiting
7cfbd53f9185: Waiting
4d79b77ccb64: Pulling fs layer
4ecb7fe6e6cd: Waiting
2dd6d5e64b1f: Waiting
a6ded0c5c651: Waiting
8f92218ad268: Pulling fs layer
66e4c8c5b80d: Waiting
d37cd7807d67: Pulling fs layer
eae9cdbb8e94: Pulling fs layer
4f4fb700ef54: Waiting
99a5c1cc5cf4: Waiting
93512fc5f7ca: Waiting
00e84e4dddf6: Pulling fs layer
1e645893c166: Waiting
ec5e1e9d7a11: Pulling fs layer
8f92218ad268: Waiting
5a366988733e: Pulling fs layer
e77a47d92406: Waiting
4d79b77ccb64: Waiting
5d3dff2b6c80: Pulling fs layer
ec5e1e9d7a11: Waiting
eae9cdbb8e94: Waiting
00e84e4dddf6: Waiting
2d08b04c2596: Pulling fs layer
5a366988733e: Waiting
5d3dff2b6c80: Waiting
fb41acb401da: Pulling fs layer
7af27a693e4f: Pulling fs layer
2d08b04c2596: Waiting
615b51657365: Pulling fs layer
fb41acb401da: Waiting
ac9ea76617e5: Pulling fs layer
615b51657365: Waiting
2f380e108faf: Pulling fs layer
7af27a693e4f: Waiting
abe564c0399a: Pulling fs layer
ac9ea76617e5: Waiting
4958a3486050: Pulling fs layer
2f380e108faf: Waiting
abe564c0399a: Waiting
7937a8b7141c: Pulling fs layer
4958a3486050: Waiting
2e40cefb48f7: Pulling fs layer
7937a8b7141c: Waiting
f621bcf90303: Pulling fs layer
2e40cefb48f7: Waiting
52843526e764: Pulling fs layer
6b4582dba7d3: Pulling fs layer
f621bcf90303: Waiting
0989d6de0bfa: Pulling fs layer
6b4582dba7d3: Waiting
278bff09f876: Pulling fs layer
52843526e764: Waiting
0989d6de0bfa: Waiting
7b517c3d6b3e: Pulling fs layer
7b517c3d6b3e: Waiting
cdaf5c618b8f: Verifying Checksum
cdaf5c618b8f: Download complete
37b25bd564f1: Verifying Checksum
37b25bd564f1: Download complete
b4419f8ddf31: Verifying Checksum
b4419f8ddf31: Download complete
7bdc78f9e5b7: Verifying Checksum
7bdc78f9e5b7: Download complete
fcddae90f741: Verifying Checksum
fcddae90f741: Download complete
a00659447ced: Verifying Checksum
a00659447ced: Download complete
cdaf5c618b8f: Pull complete
37b25bd564f1: Pull complete
b4419f8ddf31: Pull complete
fcddae90f741: Pull complete
7bdc78f9e5b7: Pull complete
6da4c329d826: Verifying Checksum
6da4c329d826: Download complete
7eb67c4488c7: Verifying Checksum
7eb67c4488c7: Download complete
0bb29fc35e8f: Verifying Checksum
0bb29fc35e8f: Download complete
38773acba29b: Verifying Checksum
38773acba29b: Download complete
4ecb7fe6e6cd: Verifying Checksum
4ecb7fe6e6cd: Download complete
a6ded0c5c651: Verifying Checksum
a6ded0c5c651: Download complete
a618a67fa30c: Verifying Checksum
a618a67fa30c: Download complete
7cfbd53f9185: Download complete
2dd6d5e64b1f: Verifying Checksum
2dd6d5e64b1f: Download complete
66e4c8c5b80d: Verifying Checksum
66e4c8c5b80d: Download complete
93512fc5f7ca: Verifying Checksum
93512fc5f7ca: Download complete
99a5c1cc5cf4: Verifying Checksum
99a5c1cc5cf4: Download complete
e77a47d92406: Verifying Checksum
e77a47d92406: Download complete
5691c8ad5025: Verifying Checksum
5691c8ad5025: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
4d79b77ccb64: Verifying Checksum
4d79b77ccb64: Download complete
8f92218ad268: Download complete
d37cd7807d67: Download complete
1e645893c166: Verifying Checksum
1e645893c166: Download complete
ecb12f6f1366: Verifying Checksum
ecb12f6f1366: Download complete
eae9cdbb8e94: Download complete
00e84e4dddf6: Verifying Checksum
00e84e4dddf6: Download complete
ec5e1e9d7a11: Verifying Checksum
ec5e1e9d7a11: Download complete
5a366988733e: Download complete
2d08b04c2596: Download complete
5d3dff2b6c80: Verifying Checksum
5d3dff2b6c80: Download complete
fb41acb401da: Download complete
7af27a693e4f: Verifying Checksum
7af27a693e4f: Download complete
ac9ea76617e5: Download complete
abe564c0399a: Verifying Checksum
abe564c0399a: Download complete
4958a3486050: Verifying Checksum
4958a3486050: Download complete
7937a8b7141c: Download complete
615b51657365: Verifying Checksum
615b51657365: Download complete
2e40cefb48f7: Verifying Checksum
2e40cefb48f7: Download complete
f621bcf90303: Verifying Checksum
f621bcf90303: Download complete
52843526e764: Verifying Checksum
52843526e764: Download complete
0989d6de0bfa: Download complete
5691c8ad5025: Pull complete
a00659447ced: Pull complete
2f380e108faf: Verifying Checksum
2f380e108faf: Download complete
278bff09f876: Download complete
6b4582dba7d3: Verifying Checksum
6b4582dba7d3: Download complete
6da4c329d826: Pull complete
7b517c3d6b3e: Download complete
7eb67c4488c7: Pull complete
ecb12f6f1366: Pull complete
0bb29fc35e8f: Pull complete
38773acba29b: Pull complete
4ecb7fe6e6cd: Pull complete
a6ded0c5c651: Pull complete
a618a67fa30c: Pull complete
7cfbd53f9185: Pull complete
2dd6d5e64b1f: Pull complete
66e4c8c5b80d: Pull complete
93512fc5f7ca: Pull complete
99a5c1cc5cf4: Pull complete
e77a47d92406: Pull complete
4f4fb700ef54: Pull complete
1e645893c166: Pull complete
4d79b77ccb64: Pull complete
8f92218ad268: Pull complete
d37cd7807d67: Pull complete
eae9cdbb8e94: Pull complete
00e84e4dddf6: Pull complete
ec5e1e9d7a11: Pull complete
5a366988733e: Pull complete
5d3dff2b6c80: Pull complete
2d08b04c2596: Pull complete
fb41acb401da: Pull complete
7af27a693e4f: Pull complete
615b51657365: Pull complete
ac9ea76617e5: Pull complete
2f380e108faf: Pull complete
abe564c0399a: Pull complete
4958a3486050: Pull complete
7937a8b7141c: Pull complete
2e40cefb48f7: Pull complete
f621bcf90303: Pull complete
52843526e764: Pull complete
6b4582dba7d3: Pull complete
0989d6de0bfa: Pull complete
278bff09f876: Pull complete
7b517c3d6b3e: Pull complete
Digest: sha256:30070b9c98c970b58b5493dcfc5809f1437b956d581925cd1e4498e3be84024f
Status: Downloaded newer image for ocaml/opam@sha256:30070b9c98c970b58b5493dcfc5809f1437b956d581925cd1e4498e3be84024f
2026-03-10 10:18.50 ---> using "6ef7c4dfa260c69dbf612c0803aa6fe165260bac8a8ff025165083c7f4ed60d5" 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-03-10 10:18.50 ---> using "3199f099a77ac9cdfac788573d428334b470c4e7fe1ffddbcb4c5146f0e10ea1" from cache
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=71 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-10 10:18.50 ---> using "ba5a4094a68eef7de1a11a89c715ddc6528663faa70258af692f4e39f366de7d" from cache
/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version 2.5.0
# self-upgrade no
# system arch=x86_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 255
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.4
# invariant ["ocaml-base-compiler" {= "5.4.0"}]
# compiler-packages ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, 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.0+bytecode-only
2026-03-10 10:18.50 ---> using "1d80201dfba3de61832ef7491ce0b9f61f0709652fcb71d32b855a5869a83751" 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-03-10 10:18.50 ---> using "a2cd4e37e09ded74dbd214fec828521980ebbfce4f7dc237ebce061bc4732070" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-10 10:18.51 ---> using "147a1ce5c2f79b2be0519dcd470e7c2ed31f57d31b8025d3002e3a1602ade671" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-10 10:18.54 ---> saved as "7efc45b83367190cf5357f4a1e31eba9a88c1f8af0d65b122adb48fbb4dda402"
/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 [101 kB]
- Fetched 192 kB in 0s (544 kB/s)
- Reading package lists...
-
2026-03-10 10:18.55 ---> saved as "d26620649ff17558d705f15a6ab7986e90593819a946422fe854f1614aac48a2"
/home/opam: (run (shell "opam pin add -k version -yn ocluster.0.1 0.1"))
ocluster is now pinned to version 0.1
2026-03-10 10:18.56 ---> saved as "4f587bddb8803ad6fc0d68be4f24bdd7568b65f20beccaac51ec34918c8f1cd7"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ocluster.0.1;\
\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\" != 'ocluster.0.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
ocluster.0.1 is not installed. Install it? [Y/n] y
* Incompatible packages:
- (invariant) -> ocaml-base-compiler = 5.4.0
- ocluster < 0.2 -> ppx_sexp_conv -> ppxlib < 0.22.0 -> ocaml < 4.13 -> dkml-base-compiler
You can temporarily relax the switch invariant with `--update-invariant'
* Incompatible packages:
- (invariant) -> ocaml-base-compiler = 5.4.0
- ocluster < 0.2 -> ppx_sexp_conv -> ppxlib < 0.9.0 -> ocaml < 4.10 -> ocaml-variants (< 4.00.1~ | >= 4.00.1)
* Incompatible packages:
- (invariant) -> ocaml-base-compiler = 5.4.0 -> ocaml-compiler = 5.4.0 -> base-effects
- ocluster < 0.2 -> ppx_sexp_conv -> ppxlib < 0.36.0
* Incompatible packages:
- (invariant) -> ocaml-base-compiler = 5.4.0 -> ocaml-compiler = 5.4.0 -> base-effects
- ocluster < 0.2 -> ppx_sexp_conv -> ppxlib < 0.15.0 -> ocaml-migrate-parsetree >= 1.3.1
* Missing dependency:
- ocluster < 0.2 -> ppx_sexp_conv -> base < v0.14 -> 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.0
unmet availability conditions, e.g. 'sys-ocaml-version = "5.4.1" & (os != "win32" | sys-ocaml-libc = "msvc")'
no matching version
* Missing dependency:
- ocluster < 0.2 -> ppx_sexp_conv -> ppxlib < 0.9.0 -> ocaml < 4.10 -> ocaml-variants >= 4.00.1 -> ocaml-beta
unmet availability conditions: 'enable-ocaml-beta-repository'
* Missing dependency:
- ocluster < 0.2 -> ppx_sexp_conv -> ppxlib < 0.9.0 -> ocaml < 4.10 -> ocaml-variants >= 4.00.1 -> system-msvc
unmet availability conditions: 'os = "win32"'
No solution found, exiting
"/usr/bin/linux32" "/bin/sh" "-c" "opam reinstall ocluster.0.1;
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" != 'ocluster.0.1' && 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-03-10 10:19.24: Job failed: Failed: Build failed
2026-03-10 10:19.24: Log analysis:
2026-03-10 10:19.24: >>>
No solution found, exiting
(score = 100)
2026-03-10 10:19.24: [SKIP] Package not available