Build:
- 0
2026-03-07 15:40.45: New job: build ocp-index.1.3.7, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29515/head (9a8e168b46192c00d167fbdb17f8fce805356f1a)
on ubuntu-24.04-ocaml-5.4/riscv64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29515/head" && git reset --hard 9a8e168b
git fetch origin master
git merge --no-edit ffb54b9bdd3fc5ecfdac3f4561fc52c30c810bd3
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:4796b9387e68ccd22ef2dfb5750484e21c050534958740ab71136cd4679b1c6f
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 ocp-index.1.3.7 1.3.7
RUN opam reinstall ocp-index.1.3.7; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"ubuntu-24.04\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'ocp-index.1.3.7' && 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-07 15:40.45: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:4796b9387e68ccd22ef2dfb5750484e21c050534958740ab71136cd4679b1c6f-ocp-index.1.3.7-9a8e168b46192c00d167fbdb17f8fce805356f1a"
2026-03-07 15:40.45: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:4796b9387e68ccd22ef2dfb5750484e21c050534958740ab71136cd4679b1c6f)
(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 ocp-index.1.3.7 1.3.7"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ocp-index.1.3.7;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"ubuntu-24.04\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'ocp-index.1.3.7' && 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-07 15:40.45: Waiting for resource in pool OCluster
2026-03-07 15:40.46: Waiting for worker…
2026-03-07 18:18.33: Got resource from pool OCluster
Building on riscv-bm-03.sw.ci.dev
All commits already cached
Updating files: 14% (2692/18390)
Updating files: 15% (2759/18390)
Updating files: 16% (2943/18390)
Updating files: 17% (3127/18390)
Updating files: 18% (3311/18390)
Updating files: 19% (3495/18390)
Updating files: 20% (3678/18390)
Updating files: 21% (3862/18390)
Updating files: 22% (4046/18390)
Updating files: 23% (4230/18390)
Updating files: 24% (4414/18390)
Updating files: 25% (4598/18390)
Updating files: 26% (4782/18390)
Updating files: 27% (4966/18390)
Updating files: 28% (5150/18390)
Updating files: 28% (5243/18390)
Updating files: 29% (5334/18390)
Updating files: 30% (5517/18390)
Updating files: 31% (5701/18390)
Updating files: 32% (5885/18390)
Updating files: 33% (6069/18390)
Updating files: 34% (6253/18390)
Updating files: 35% (6437/18390)
Updating files: 36% (6621/18390)
Updating files: 37% (6805/18390)
Updating files: 38% (6989/18390)
Updating files: 39% (7173/18390)
Updating files: 40% (7356/18390)
Updating files: 41% (7540/18390)
Updating files: 42% (7724/18390)
Updating files: 42% (7880/18390)
Updating files: 43% (7908/18390)
Updating files: 44% (8092/18390)
Updating files: 45% (8276/18390)
Updating files: 46% (8460/18390)
Updating files: 47% (8644/18390)
Updating files: 48% (8828/18390)
Updating files: 49% (9012/18390)
Updating files: 50% (9195/18390)
Updating files: 51% (9379/18390)
Updating files: 52% (9563/18390)
Updating files: 53% (9747/18390)
Updating files: 54% (9931/18390)
Updating files: 55% (10115/18390)
Updating files: 56% (10299/18390)
Updating files: 56% (10300/18390)
Updating files: 57% (10483/18390)
Updating files: 58% (10667/18390)
Updating files: 59% (10851/18390)
Updating files: 60% (11034/18390)
Updating files: 61% (11218/18390)
Updating files: 62% (11402/18390)
Updating files: 63% (11586/18390)
Updating files: 64% (11770/18390)
Updating files: 65% (11954/18390)
Updating files: 66% (12138/18390)
Updating files: 67% (12322/18390)
Updating files: 68% (12506/18390)
Updating files: 68% (12641/18390)
Updating files: 69% (12690/18390)
Updating files: 70% (12873/18390)
Updating files: 71% (13057/18390)
Updating files: 72% (13241/18390)
Updating files: 73% (13425/18390)
Updating files: 74% (13609/18390)
Updating files: 75% (13793/18390)
Updating files: 76% (13977/18390)
Updating files: 77% (14161/18390)
Updating files: 78% (14345/18390)
Updating files: 79% (14529/18390)
Updating files: 80% (14712/18390)
Updating files: 81% (14896/18390)
Updating files: 81% (14966/18390)
Updating files: 82% (15080/18390)
Updating files: 83% (15264/18390)
Updating files: 84% (15448/18390)
Updating files: 85% (15632/18390)
Updating files: 86% (15816/18390)
Updating files: 87% (16000/18390)
Updating files: 88% (16184/18390)
Updating files: 89% (16368/18390)
Updating files: 90% (16551/18390)
Updating files: 91% (16735/18390)
Updating files: 92% (16919/18390)
Updating files: 93% (17103/18390)
Updating files: 94% (17287/18390)
Updating files: 94% (17387/18390)
Updating files: 95% (17471/18390)
Updating files: 96% (17655/18390)
Updating files: 97% (17839/18390)
Updating files: 98% (18023/18390)
Updating files: 99% (18207/18390)
Updating files: 100% (18390/18390)
Updating files: 100% (18390/18390), done.
HEAD is now at ffb54b9bdd Merge pull request #29488 from alan-j-hu/release-textmate-language-0.5.0
Merge made by the 'ort' strategy.
packages/ocp-index/ocp-index.1.3.7/opam | 2 +-
packages/ocp-index/ocp-index.1.4.0/opam | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
(from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:4796b9387e68ccd22ef2dfb5750484e21c050534958740ab71136cd4679b1c6f)
Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:4796b9387e68ccd22ef2dfb5750484e21c050534958740ab71136cd4679b1c6f' locally
docker.io/ocaml/opam@sha256:4796b9387e68ccd22ef2dfb5750484e21c050534958740ab71136cd4679b1c6f: Pulling from ocaml/opam
f2683d5e2cbe: Pulling fs layer
02751ff4abc9: Pulling fs layer
e713ceb278b3: Pulling fs layer
756895a86a0b: Pulling fs layer
1a06c92bb812: Pulling fs layer
3c8248524df4: Pulling fs layer
69e0b9988875: Pulling fs layer
86e3068c9b9c: Pulling fs layer
8c27b312abe2: Pulling fs layer
756895a86a0b: Waiting
daf2913223bd: Pulling fs layer
1a06c92bb812: Waiting
8c34bc9ec7ad: Pulling fs layer
cf593a3cf665: Pulling fs layer
34b57fe326ab: Pulling fs layer
3c8248524df4: Waiting
ba2fd5c779ba: Pulling fs layer
a485987ec570: Pulling fs layer
9d309df9529a: Pulling fs layer
0536f64225da: Pulling fs layer
69e0b9988875: Waiting
8c27b312abe2: Waiting
8c34bc9ec7ad: Waiting
cf593a3cf665: Waiting
34b57fe326ab: Waiting
ba2fd5c779ba: Waiting
a485987ec570: Waiting
daf2913223bd: Waiting
9d309df9529a: Waiting
ce9e29f4d188: Pulling fs layer
a93d42988756: Pulling fs layer
28157b6d8c2f: Pulling fs layer
41973de8e3d5: Pulling fs layer
4f4fb700ef54: Pulling fs layer
0f37346a9ccb: Pulling fs layer
408fa26e5246: Pulling fs layer
abd5ecb90bdb: Pulling fs layer
b9b2a4deef0d: Pulling fs layer
a765421f304f: Pulling fs layer
049386d3400e: Pulling fs layer
c72b37197e1f: Pulling fs layer
da3f3feedbc9: Pulling fs layer
a93d42988756: Waiting
28157b6d8c2f: Waiting
0536f64225da: Waiting
b523f5dfe651: Pulling fs layer
41973de8e3d5: Waiting
4f9bec3428d5: Pulling fs layer
4f4fb700ef54: Waiting
8a016a7b87b7: Pulling fs layer
0f37346a9ccb: Waiting
1fbad9fb68da: Pulling fs layer
408fa26e5246: Waiting
abd5ecb90bdb: Waiting
b9b2a4deef0d: Waiting
ce9e29f4d188: Waiting
a765421f304f: Waiting
049386d3400e: Waiting
c72b37197e1f: Waiting
da3f3feedbc9: Waiting
b523f5dfe651: Waiting
4f9bec3428d5: Waiting
8a016a7b87b7: Waiting
fab68fbe84ee: Pulling fs layer
b45ea21c8e4b: Pulling fs layer
f5c1e4872369: Pulling fs layer
1fbad9fb68da: Waiting
1731e0f7b593: Pulling fs layer
5d10a06222ab: Pulling fs layer
388671f5f76e: Pulling fs layer
d9ac3c8b505d: Pulling fs layer
401bae281146: Pulling fs layer
bfb12a31092d: Pulling fs layer
19ce459c9d88: Pulling fs layer
fab68fbe84ee: Waiting
b45ea21c8e4b: Waiting
937b15f87b35: Pulling fs layer
6788009aba2e: Pulling fs layer
60d3c2e43dde: Pulling fs layer
f5c1e4872369: Waiting
5d10a06222ab: Waiting
401bae281146: Waiting
937b15f87b35: Waiting
bfb12a31092d: Waiting
388671f5f76e: Waiting
6788009aba2e: Waiting
19ce459c9d88: Waiting
d9ac3c8b505d: Waiting
60d3c2e43dde: Waiting
e713ceb278b3: Verifying Checksum
e713ceb278b3: Download complete
02751ff4abc9: Verifying Checksum
02751ff4abc9: Download complete
1a06c92bb812: Verifying Checksum
1a06c92bb812: Download complete
756895a86a0b: Verifying Checksum
756895a86a0b: Download complete
f2683d5e2cbe: Verifying Checksum
f2683d5e2cbe: Download complete
69e0b9988875: Verifying Checksum
69e0b9988875: Download complete
86e3068c9b9c: Verifying Checksum
86e3068c9b9c: Download complete
8c27b312abe2: Verifying Checksum
8c27b312abe2: Download complete
daf2913223bd: Verifying Checksum
daf2913223bd: Download complete
cf593a3cf665: Verifying Checksum
cf593a3cf665: Download complete
8c34bc9ec7ad: Verifying Checksum
8c34bc9ec7ad: Download complete
34b57fe326ab: Verifying Checksum
34b57fe326ab: Download complete
a485987ec570: Verifying Checksum
a485987ec570: Download complete
9d309df9529a: Verifying Checksum
9d309df9529a: Download complete
f2683d5e2cbe: Pull complete
02751ff4abc9: Pull complete
e713ceb278b3: Pull complete
ba2fd5c779ba: Download complete
0536f64225da: Verifying Checksum
0536f64225da: Download complete
ce9e29f4d188: Verifying Checksum
ce9e29f4d188: Download complete
a93d42988756: Verifying Checksum
a93d42988756: Download complete
28157b6d8c2f: Verifying Checksum
28157b6d8c2f: Download complete
41973de8e3d5: Verifying Checksum
41973de8e3d5: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
0f37346a9ccb: Verifying Checksum
0f37346a9ccb: Download complete
408fa26e5246: Verifying Checksum
408fa26e5246: Download complete
abd5ecb90bdb: Verifying Checksum
abd5ecb90bdb: Download complete
b9b2a4deef0d: Verifying Checksum
b9b2a4deef0d: Download complete
a765421f304f: Verifying Checksum
a765421f304f: Download complete
049386d3400e: Verifying Checksum
049386d3400e: Download complete
c72b37197e1f: Verifying Checksum
c72b37197e1f: Download complete
da3f3feedbc9: Verifying Checksum
da3f3feedbc9: Download complete
b523f5dfe651: Verifying Checksum
b523f5dfe651: Download complete
4f9bec3428d5: Verifying Checksum
4f9bec3428d5: Download complete
8a016a7b87b7: Verifying Checksum
8a016a7b87b7: Download complete
1fbad9fb68da: Verifying Checksum
1fbad9fb68da: Download complete
b45ea21c8e4b: Verifying Checksum
b45ea21c8e4b: Download complete
756895a86a0b: Pull complete
1a06c92bb812: Pull complete
3c8248524df4: Verifying Checksum
3c8248524df4: Download complete
1731e0f7b593: Verifying Checksum
1731e0f7b593: Download complete
5d10a06222ab: Verifying Checksum
5d10a06222ab: Download complete
388671f5f76e: Verifying Checksum
388671f5f76e: Download complete
d9ac3c8b505d: Verifying Checksum
d9ac3c8b505d: Download complete
401bae281146: Verifying Checksum
401bae281146: Download complete
bfb12a31092d: Verifying Checksum
bfb12a31092d: Download complete
f5c1e4872369: Verifying Checksum
f5c1e4872369: Download complete
fab68fbe84ee: Verifying Checksum
fab68fbe84ee: Download complete
3c8248524df4: Pull complete
937b15f87b35: Download complete
6788009aba2e: Verifying Checksum
6788009aba2e: Download complete
60d3c2e43dde: Verifying Checksum
60d3c2e43dde: Download complete
69e0b9988875: Pull complete
86e3068c9b9c: Pull complete
8c27b312abe2: Pull complete
19ce459c9d88: Verifying Checksum
19ce459c9d88: Download complete
daf2913223bd: Pull complete
8c34bc9ec7ad: Pull complete
cf593a3cf665: Pull complete
34b57fe326ab: Pull complete
ba2fd5c779ba: Pull complete
a485987ec570: Pull complete
9d309df9529a: Pull complete
0536f64225da: Pull complete
ce9e29f4d188: Pull complete
a93d42988756: Pull complete
28157b6d8c2f: Pull complete
41973de8e3d5: Pull complete
4f4fb700ef54: Pull complete
0f37346a9ccb: Pull complete
408fa26e5246: Pull complete
abd5ecb90bdb: Pull complete
b9b2a4deef0d: Pull complete
a765421f304f: Pull complete
049386d3400e: Pull complete
c72b37197e1f: Pull complete
da3f3feedbc9: Pull complete
b523f5dfe651: Pull complete
4f9bec3428d5: Pull complete
8a016a7b87b7: Pull complete
1fbad9fb68da: Pull complete
fab68fbe84ee: Pull complete
b45ea21c8e4b: Pull complete
f5c1e4872369: Pull complete
1731e0f7b593: Pull complete
5d10a06222ab: Pull complete
388671f5f76e: Pull complete
d9ac3c8b505d: Pull complete
401bae281146: Pull complete
bfb12a31092d: Pull complete
19ce459c9d88: Pull complete
937b15f87b35: Pull complete
6788009aba2e: Pull complete
60d3c2e43dde: Pull complete
Digest: sha256:4796b9387e68ccd22ef2dfb5750484e21c050534958740ab71136cd4679b1c6f
Status: Downloaded newer image for ocaml/opam@sha256:4796b9387e68ccd22ef2dfb5750484e21c050534958740ab71136cd4679b1c6f
2026-03-07 18:18.43 ---> using "76385a03db456504a6e37d524d79245d3754a26beb363f819833504c982fb276" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-03-07 18:18.43 ---> using "7824c59bf72a18b98e2cb7e0da30256272bda6b3d635d1055a8e06c4062534b4" from cache
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [Y/n] y
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-07 18:18.43 ---> using "d70979db169908f523885adb8a5f1ea7b718a01ca1bce3fb7030a5b9595e2d25" from cache
/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version 2.5.0
# self-upgrade no
# system arch=riscv64 os=linux os-distribution=ubuntu os-version=24.04
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 3
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.4
# invariant ["ocaml-base-compiler" {= "5.4.0"}]
# compiler-packages ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# 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
2026-03-07 18:18.43 ---> using "dcc729a6cdd9dcb3d4af08c76d70a3c70f086f2a5322fe8ee8317b807700a1e4" 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-07 18:18.43 ---> using "696169e6abebabe1d9abc62cfdbc71d8e69478283feab58f9dede398511b7bfc" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-07 18:19.10 ---> saved as "430f1e9d937291cd47bae1104e4c42bd46fb8af727863e7f68602643cd21ee21"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-07 18:20.42 ---> saved as "6e7ed9c71fdc03baabd77c0809a68be8a8e857bd57a31a34f49ccacc4c4ebf59"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
- Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
- Get:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
- Get:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
- Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1523 kB]
- Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 Packages [939 kB]
- Get:7 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [972 kB]
- Get:8 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [608 kB]
- Fetched 4420 kB in 2s (2044 kB/s)
- Reading package lists...
-
2026-03-07 18:20.51 ---> saved as "4595d647e91dd0e6f39d95f4a899827c5cad0b875d53f9e2e7e65e6b5555949e"
/home/opam: (run (shell "opam pin add -k version -yn ocp-index.1.3.7 1.3.7"))
ocp-index is now pinned to version 1.3.7
2026-03-07 18:20.53 ---> saved as "2b1eddd175126a616ccce44ec56e264b6a27328e41ccceeead137b7ec6a1ae48"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ocp-index.1.3.7;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"ubuntu-24.04\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'ocp-index.1.3.7' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
ocp-index.1.3.7 is not installed. Install it? [Y/n] y
* Incompatible packages:
- (invariant) -> ocaml-base-compiler = 5.4.0
- ocp-index = 1.3.7 -> ocaml < 5.4 -> ocaml-variants
You can temporarily relax the switch invariant with `--update-invariant'
* Missing dependency:
- ocp-index = 1.3.7 -> ocaml < 5.4 -> 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:
- ocp-index = 1.3.7 -> ocaml < 5.4 -> ocaml-variants -> ocaml-beta
unmet availability conditions: 'enable-ocaml-beta-repository'
* Missing dependency:
- ocp-index = 1.3.7 -> ocaml < 5.4 -> ocaml-variants -> system-msvc
unmet availability conditions: 'os = "win32"'
No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall ocp-index.1.3.7;
res=$?;
test "$res" != 31 && exit "$res";
export OPAMCLI=2.0;
build_dir=$(opam var prefix)/.opam-switch/build;
failed=$(ls "$build_dir");
partial_fails="";
for pkg in $failed; do
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"ubuntu-24.04\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'ocp-index.1.3.7' && 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-07 18:22.15: Job failed: Failed: Build failed
2026-03-07 18:22.15: Log analysis:
2026-03-07 18:22.15: >>>
No solution found, exiting
(score = 100)
2026-03-07 18:22.15: [SKIP] Package not available