(for PR #29582)
2026-03-25 08:39.58: New job: build ocaml-compiler.5.4, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29582/head (fa5fb3a6a806e832e4c7791145889a6bbe8b64ef)
on fedora-43-ocaml-5.4/amd64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29582/head" && git reset --hard fa5fb3a6
git fetch origin master
git merge --no-edit 7216d2e0eb5d8d116434228a0b19a267b98e8510
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-5.4@sha256:e137951ccf8a292944bce4814692151f2f2797252f499346aa83899816cf5088
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 ocaml-compiler.5.4 5.4
RUN opam reinstall --update-invariant ocaml-compiler.5.4; \
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 "\"fedora-43\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'ocaml-compiler.5.4' && 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-25 08:39.58: Using cache hint "ocaml/opam:fedora-43-ocaml-5.4@sha256:e137951ccf8a292944bce4814692151f2f2797252f499346aa83899816cf5088-ocaml-compiler.5.4-fa5fb3a6a806e832e4c7791145889a6bbe8b64ef"
2026-03-25 08:39.58: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-5.4@sha256:e137951ccf8a292944bce4814692151f2f2797252f499346aa83899816cf5088)
(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 ocaml-compiler.5.4 5.4"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall --update-invariant ocaml-compiler.5.4;\
\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 \"\\\"fedora-43\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'ocaml-compiler.5.4' && 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-25 08:39.58: Waiting for resource in pool OCluster
2026-03-25 08:51.24: Waiting for worker…
2026-03-25 08:55.43: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 7216d2e0eb Merge pull request #29593 from arvidj/aj/avoid-passage-0-3-2-3
Merge made by the 'ort' strategy.
packages/ocaml-compiler/ocaml-compiler.5.3.0/opam | 5 ++++-
packages/ocaml-compiler/ocaml-compiler.5.3/opam | 5 ++++-
packages/ocaml-compiler/ocaml-compiler.5.4.0/opam | 5 ++++-
.../ocaml-compiler/ocaml-compiler.5.4.0~alpha1/opam | 5 ++++-
.../ocaml-compiler/ocaml-compiler.5.4.0~beta1/opam | 5 ++++-
.../ocaml-compiler/ocaml-compiler.5.4.0~beta2/opam | 5 ++++-
packages/ocaml-compiler/ocaml-compiler.5.4.0~rc1/opam | 5 ++++-
packages/ocaml-compiler/ocaml-compiler.5.4.1/opam | 5 ++++-
packages/ocaml-compiler/ocaml-compiler.5.4/opam | 5 ++++-
.../ocaml-compiler/ocaml-compiler.5.5.0~alpha1/opam | 5 ++++-
packages/ocaml-compiler/ocaml-compiler.5.5/opam | 5 ++++-
packages/ocaml-compiler/ocaml-compiler.5.6/opam | 5 ++++-
packages/ocaml-option-llvm/ocaml-option-llvm.1/opam | 18 ++++++++++++++++++
.../ocaml-options-vanilla/ocaml-options-vanilla.1/opam | 1 +
packages/ocaml-variants/ocaml-variants.5.2.0+msvc/opam | 2 ++
15 files changed, 69 insertions(+), 12 deletions(-)
create mode 100644 packages/ocaml-option-llvm/ocaml-option-llvm.1/opam
(from ocaml/opam:fedora-43-ocaml-5.4@sha256:e137951ccf8a292944bce4814692151f2f2797252f499346aa83899816cf5088)
Unable to find image 'ocaml/opam:fedora-43-ocaml-5.4@sha256:e137951ccf8a292944bce4814692151f2f2797252f499346aa83899816cf5088' locally
docker.io/ocaml/opam@sha256:e137951ccf8a292944bce4814692151f2f2797252f499346aa83899816cf5088: Pulling from ocaml/opam
5bc90b3315da: Pulling fs layer
33cde4bdcf90: Pulling fs layer
b5955b8be52e: Pulling fs layer
fbf1b27930a6: Pulling fs layer
5bc90b3315da: Waiting
b347f3d8654c: Pulling fs layer
33cde4bdcf90: Waiting
612ce5ee7018: Pulling fs layer
fbf1b27930a6: Waiting
b347f3d8654c: Waiting
b5955b8be52e: Waiting
39a0083c72b4: Pulling fs layer
612ce5ee7018: Waiting
2a32d726bc66: Pulling fs layer
39a0083c72b4: Waiting
e11ae392722c: Pulling fs layer
2a32d726bc66: Waiting
8d611bf8a252: Pulling fs layer
0e1351173a64: Pulling fs layer
8d611bf8a252: Waiting
f8d564b68b69: Pulling fs layer
0e1646b50296: Pulling fs layer
f8d564b68b69: Waiting
2801b00e97cb: Pulling fs layer
4043da018e76: Pulling fs layer
e11ae392722c: Waiting
0e1646b50296: Waiting
78d7c0bec0d9: Pulling fs layer
2801b00e97cb: Waiting
3b3b2404c3c9: Pulling fs layer
78d7c0bec0d9: Waiting
8467b570f768: Pulling fs layer
4043da018e76: Waiting
af1b4ee1a3ae: Pulling fs layer
3b3b2404c3c9: Waiting
0e1351173a64: Waiting
d8dfc440aace: Pulling fs layer
af1b4ee1a3ae: Waiting
49b2a8e5a461: Pulling fs layer
8467b570f768: Waiting
4f4fb700ef54: Pulling fs layer
8be6bee5bc68: Pulling fs layer
3c9a56c64991: Pulling fs layer
49b2a8e5a461: Waiting
4f4fb700ef54: Waiting
e80b01b68140: Pulling fs layer
8be6bee5bc68: Waiting
fef37f6a2418: Pulling fs layer
2585abb9d55d: Pulling fs layer
e80b01b68140: Waiting
fef37f6a2418: Waiting
120374638853: Pulling fs layer
63dfb60472ab: Pulling fs layer
120374638853: Waiting
abc6281a8a2d: Pulling fs layer
eed1b7440d1e: Pulling fs layer
abc6281a8a2d: Waiting
0a3bf2765d2e: Pulling fs layer
eed1b7440d1e: Waiting
886ab5bf800e: Pulling fs layer
a46169c2e251: Pulling fs layer
0a3bf2765d2e: Waiting
0d2ca1aff31a: Pulling fs layer
886ab5bf800e: Waiting
a46169c2e251: Waiting
47dcdbbe11d4: Pulling fs layer
e33a11b88787: Pulling fs layer
2585abb9d55d: Waiting
0d2ca1aff31a: Waiting
4a1c6940d8f0: Pulling fs layer
f3d3d7098b4b: Pulling fs layer
ea5cec66d407: Pulling fs layer
c7e356b1403d: Pulling fs layer
47dcdbbe11d4: Waiting
ea5cec66d407: Waiting
1239ff6fe369: Pulling fs layer
c7e356b1403d: Waiting
bc9cabd13999: Pulling fs layer
0298035c8f17: Pulling fs layer
bc9cabd13999: Waiting
2f3eb6ca54c2: Pulling fs layer
0298035c8f17: Waiting
2f3eb6ca54c2: Waiting
63dfb60472ab: Waiting
e33a11b88787: Waiting
4a1c6940d8f0: Waiting
f3d3d7098b4b: Waiting
1239ff6fe369: Waiting
5bc90b3315da: Verifying Checksum
5bc90b3315da: Download complete
33cde4bdcf90: Verifying Checksum
33cde4bdcf90: Download complete
5bc90b3315da: Pull complete
33cde4bdcf90: Pull complete
b5955b8be52e: Verifying Checksum
b5955b8be52e: Download complete
b347f3d8654c: Verifying Checksum
b347f3d8654c: Download complete
b5955b8be52e: Pull complete
612ce5ee7018: Verifying Checksum
612ce5ee7018: Download complete
39a0083c72b4: Download complete
2a32d726bc66: Verifying Checksum
2a32d726bc66: Download complete
e11ae392722c: Verifying Checksum
e11ae392722c: Download complete
8d611bf8a252: Verifying Checksum
8d611bf8a252: Download complete
0e1351173a64: Verifying Checksum
0e1351173a64: Download complete
f8d564b68b69: Verifying Checksum
f8d564b68b69: Download complete
0e1646b50296: Verifying Checksum
0e1646b50296: Download complete
2801b00e97cb: Verifying Checksum
2801b00e97cb: Download complete
4043da018e76: Verifying Checksum
4043da018e76: Download complete
78d7c0bec0d9: Download complete
3b3b2404c3c9: Verifying Checksum
3b3b2404c3c9: Download complete
8467b570f768: Download complete
af1b4ee1a3ae: Verifying Checksum
af1b4ee1a3ae: Download complete
d8dfc440aace: Verifying Checksum
d8dfc440aace: Download complete
49b2a8e5a461: Download complete
4f4fb700ef54: Download complete
8be6bee5bc68: Download complete
3c9a56c64991: Download complete
e80b01b68140: Verifying Checksum
e80b01b68140: Download complete
fef37f6a2418: Verifying Checksum
fef37f6a2418: Download complete
2585abb9d55d: Download complete
120374638853: Verifying Checksum
120374638853: Download complete
63dfb60472ab: Download complete
abc6281a8a2d: Download complete
eed1b7440d1e: Download complete
0a3bf2765d2e: Verifying Checksum
0a3bf2765d2e: Download complete
886ab5bf800e: Download complete
a46169c2e251: Download complete
0d2ca1aff31a: Verifying Checksum
0d2ca1aff31a: Download complete
47dcdbbe11d4: Verifying Checksum
47dcdbbe11d4: Download complete
e33a11b88787: Verifying Checksum
e33a11b88787: Download complete
4a1c6940d8f0: Verifying Checksum
4a1c6940d8f0: Download complete
f3d3d7098b4b: Verifying Checksum
f3d3d7098b4b: Download complete
c7e356b1403d: Verifying Checksum
c7e356b1403d: Download complete
1239ff6fe369: Verifying Checksum
1239ff6fe369: Download complete
bc9cabd13999: Download complete
0298035c8f17: Verifying Checksum
0298035c8f17: Download complete
2f3eb6ca54c2: Verifying Checksum
2f3eb6ca54c2: Download complete
fbf1b27930a6: Verifying Checksum
fbf1b27930a6: Download complete
fbf1b27930a6: Pull complete
b347f3d8654c: Pull complete
612ce5ee7018: Pull complete
39a0083c72b4: Pull complete
2a32d726bc66: Pull complete
e11ae392722c: Pull complete
8d611bf8a252: Pull complete
0e1351173a64: Pull complete
f8d564b68b69: Pull complete
0e1646b50296: Pull complete
2801b00e97cb: Pull complete
4043da018e76: Pull complete
78d7c0bec0d9: Pull complete
3b3b2404c3c9: Pull complete
8467b570f768: Pull complete
af1b4ee1a3ae: Pull complete
d8dfc440aace: Pull complete
49b2a8e5a461: Pull complete
4f4fb700ef54: Pull complete
8be6bee5bc68: Pull complete
3c9a56c64991: Pull complete
e80b01b68140: Pull complete
fef37f6a2418: Pull complete
2585abb9d55d: Pull complete
120374638853: Pull complete
63dfb60472ab: Pull complete
abc6281a8a2d: Pull complete
eed1b7440d1e: Pull complete
0a3bf2765d2e: Pull complete
886ab5bf800e: Pull complete
a46169c2e251: Pull complete
0d2ca1aff31a: Pull complete
47dcdbbe11d4: Pull complete
e33a11b88787: Pull complete
4a1c6940d8f0: Pull complete
f3d3d7098b4b: Pull complete
ea5cec66d407: Pull complete
c7e356b1403d: Pull complete
1239ff6fe369: Pull complete
bc9cabd13999: Pull complete
0298035c8f17: Pull complete
2f3eb6ca54c2: Pull complete
Digest: sha256:e137951ccf8a292944bce4814692151f2f2797252f499346aa83899816cf5088
Status: Downloaded newer image for ocaml/opam@sha256:e137951ccf8a292944bce4814692151f2f2797252f499346aa83899816cf5088
2026-03-25 08:55.46 ---> using "9a721416b605ef9e70938262e74e12f40a900c4bc787dd50aba20bac09fe05dc" 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-25 08:55.46 ---> using "0823789e8e2550848646d85a9e3cac427580bcdc22383e0c54779a60d9041bf6" 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-25 08:55.46 ---> using "514ee4c1b17858091bc5c087a1573ca7a62c92de896da6052f48910eccfaa5f8" 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_64 os=linux os-distribution=fedora os-version=43
# 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-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-25 08:55.46 ---> using "a78b9a01e15821e7d76462204b897c6ba306ef646393c88a8f0f4ac692099ba0" 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-25 08:55.46 ---> using "e6a5ce7cde0f83673ea0feeb2f8b301e1a48156ce5240f0033461832a8d302e7" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-25 08:55.46 ---> using "cf2f2dedb71322b29f1826130d09b2e00fd4c698d42eb44e4a39228fefca39f2" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-25 08:55.51 ---> saved as "bebc730d2a97c1c9534602b31eb31b48651a2d6d4350580e409210311c8c4843"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Fedora 43 - x86_64 100% | 49.2 KiB/s | 22.3 KiB | 00m00s
- Fedora 43 - x86_64 - Updates 100% | 62.7 KiB/s | 16.2 KiB | 00m00s
- Repositories loaded.
- Metadata cache created.
2026-03-25 08:55.56 ---> saved as "f2a57d73de81510078b8ff2e22b0c3b2b5bb8200f2dc3f495d7d1a4969c1c6c7"
/home/opam: (run (shell "opam pin add -k version -yn ocaml-compiler.5.4 5.4"))
ocaml-compiler is now pinned to version 5.4
2026-03-25 08:55.56 ---> saved as "3218d492b485064174838f55f352e35238641c2d47a02b76a0ebf56f1544090c"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall --update-invariant ocaml-compiler.5.4;\
\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 \"\\\"fedora-43\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'ocaml-compiler.5.4' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
ocaml-compiler.5.4 is not installed. Install it? [Y/n] y
* No agreement on the version of ocaml:
- ocaml-compiler = 5.4 -> ocaml = 5.4.1 -> ocaml-variants < 5.4.2~ -> ocaml (= 3.09.1 | = 4.00.0 | = 4.00.1 | = 4.01.0 | = 4.02.0 | = 4.02.1 | = 4.02.2 | = 4.02.3 | = 4.02.4 | = 4.03.0 | = 4.03.1 | = 4.04.0 | = 4.04.1 | = 4.04.2 | = 4.04.3 | = 4.05.0 | = 4.05.1 | = 4.06.0 | = 4.06.1 | = 4.06.2 | = 4.07.0 | = 4.07.1 | = 4.07.2 | = 4.08.0 | = 4.08.1 | = 4.08.2 | = 4.09.0 | = 4.09.1 | = 4.09.2 | = 4.10.0 | = 4.10.1 | = 4.10.2 | = 4.10.3 | = 4.11.0 | = 4.11.1 | = 4.11.2 | = 4.11.3 | = 4.12.0 | = 4.12.1 | = 4.12.2 | = 4.13.0 | = 4.13.1 | = 4.13.2 | = 4.14.0 | = 4.14.1 | = 4.14.2 | = 4.14.3 | = 5.0.0 | = 5.0.1 | = 5.1.0 | = 5.1.1 | = 5.1.2 | = 5.2.0 | = 5.2.1 | = 5.2.2 | = 5.3.0)
- ocaml-compiler = 5.4 -> ocaml = 5.4.1
* Missing dependency:
- ocaml-compiler = 5.4 -> ocaml = 5.4.1 -> ocaml-variants < 5.4.2~ -> ocaml-beta
unmet availability conditions: 'enable-ocaml-beta-repository'
* Missing dependency:
- ocaml-compiler = 5.4 -> ocaml = 5.4.1 -> ocaml-variants < 5.4.2~ -> system-msvc
unmet availability conditions: 'os = "win32"'
* Missing dependency:
- ocaml-compiler = 5.4 -> ocaml = 5.4.1 -> ocaml-variants < 5.4.2~ -> ocaml-compiler (<= 5.3.0 | = 5.4.0~alpha1 | = 5.4.0~beta1 | = 5.4.0~beta2 | = 5.4.0~rc1 | = 5.4.1)
not available because the package is pinned to version 5.4
* Missing dependency:
- ocaml-compiler = 5.4 -> ocaml = 5.4.1 -> ocaml-base-compiler < 5.4.2~ -> ocaml-compiler = 5.4.0 -> ocaml-compiler.5.4.0: no longer available
No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall --update-invariant ocaml-compiler.5.4;
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 "\"fedora-43\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'ocaml-compiler.5.4' && 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-25 08:56.10: Job failed: Failed: Build failed
2026-03-25 08:56.10: Log analysis:
2026-03-25 08:56.10: >>>
No solution found, exiting
(score = 100)
2026-03-25 08:56.10: [SKIP] Package not available