(for PR #29582)
2026-03-25 08:39.58: New job: build ocaml-compiler.5.4.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29582/head (fa5fb3a6a806e832e4c7791145889a6bbe8b64ef)
on archlinux-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:archlinux-ocaml-5.4@sha256:7bda3cd0b78275c42f43e4f0bf02bf8951eb72a4345927786e5942016892e982
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.1 5.4.1
RUN opam reinstall --update-invariant ocaml-compiler.5.4.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 "\"archlinux\""; 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.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-25 08:39.58: Using cache hint "ocaml/opam:archlinux-ocaml-5.4@sha256:7bda3cd0b78275c42f43e4f0bf02bf8951eb72a4345927786e5942016892e982-ocaml-compiler.5.4.1-fa5fb3a6a806e832e4c7791145889a6bbe8b64ef"
2026-03-25 08:39.58: Using OBuilder spec:
((from ocaml/opam:archlinux-ocaml-5.4@sha256:7bda3cd0b78275c42f43e4f0bf02bf8951eb72a4345927786e5942016892e982)
(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.1 5.4.1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall --update-invariant ocaml-compiler.5.4.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 \"\\\"archlinux\\\"\"; 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.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-25 08:39.58: Waiting for resource in pool OCluster
2026-03-25 08:55.44: Waiting for worker…
2026-03-25 08:59.26: Got resource from pool OCluster
Building on eumache.caelum.ci.dev
All commits already cached
Updating files: 66% (12366/18517)
Updating files: 67% (12407/18517)
Updating files: 68% (12592/18517)
Updating files: 69% (12777/18517)
Updating files: 70% (12962/18517)
Updating files: 71% (13148/18517)
Updating files: 72% (13333/18517)
Updating files: 73% (13518/18517)
Updating files: 74% (13703/18517)
Updating files: 75% (13888/18517)
Updating files: 76% (14073/18517)
Updating files: 77% (14259/18517)
Updating files: 78% (14444/18517)
Updating files: 79% (14629/18517)
Updating files: 80% (14814/18517)
Updating files: 81% (14999/18517)
Updating files: 82% (15184/18517)
Updating files: 83% (15370/18517)
Updating files: 84% (15555/18517)
Updating files: 85% (15740/18517)
Updating files: 86% (15925/18517)
Updating files: 87% (16110/18517)
Updating files: 88% (16295/18517)
Updating files: 89% (16481/18517)
Updating files: 90% (16666/18517)
Updating files: 91% (16851/18517)
Updating files: 92% (17036/18517)
Updating files: 93% (17221/18517)
Updating files: 94% (17406/18517)
Updating files: 95% (17592/18517)
Updating files: 96% (17777/18517)
Updating files: 97% (17962/18517)
Updating files: 98% (18147/18517)
Updating files: 99% (18332/18517)
Updating files: 100% (18517/18517)
Updating files: 100% (18517/18517), done.
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:archlinux-ocaml-5.4@sha256:7bda3cd0b78275c42f43e4f0bf02bf8951eb72a4345927786e5942016892e982)
Unable to find image 'ocaml/opam:archlinux-ocaml-5.4@sha256:7bda3cd0b78275c42f43e4f0bf02bf8951eb72a4345927786e5942016892e982' locally
docker.io/ocaml/opam@sha256:7bda3cd0b78275c42f43e4f0bf02bf8951eb72a4345927786e5942016892e982: Pulling from ocaml/opam
c2a8384fd452: Already exists
6cabd91ff8f4: Already exists
7429fe3008e1: Already exists
c2fbba85cd3c: Already exists
834fd610349f: Already exists
5dda08fb1272: Already exists
Digest: sha256:7bda3cd0b78275c42f43e4f0bf02bf8951eb72a4345927786e5942016892e982
Status: Downloaded newer image for ocaml/opam@sha256:7bda3cd0b78275c42f43e4f0bf02bf8951eb72a4345927786e5942016892e982
2026-03-25 08:59.54 ---> saved as "f4e29778451d2bbdb76da98d21affee15b51b107fa5895abaea75674df8d4f34"
/: (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:59.56 ---> saved as "8e7a566e7f8c5f9c0207ba5e920f66d64651033f66c7cbe5bbb083d8e5023d5d"
/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-25 09:00.33 ---> saved as "a2076b4c1460c380ba2c0161d327e67fbc8149a1931aca91e9186192f60004f9"
/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=arch os-version=20260315.0.500537
# 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.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 09:00.34 ---> saved as "dba2af62bf0ff953fe96cce1030e9fab15d4822a9c97a50104548d1f1dcf5753"
/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 09:00.45 ---> saved as "1190444f739b759748178c1ac7d1032a416555f28b1f4f1aaf26e233c678d647"
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-25 09:00.52 ---> saved as "584dca50b11dd871056f43194df3afc4220d3f1d548cfaf7c17df79d6e7a2cb2"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-25 09:01.16 ---> saved as "c0cbb13631b1eeabc3532a705496df72ac6dc4d81b948f2f5520cdb4ff1a9e14"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/sbin/sudo "pacman" "-Sy"
- :: Synchronizing package databases...
- core downloading...
- extra downloading...
2026-03-25 09:01.18 ---> saved as "9f59c5cfa5129d38ae8bf84ac8869b29e0ba8ac3f5a1193d9cbe4b7fe632cc79"
/home/opam: (run (shell "opam pin add -k version -yn ocaml-compiler.5.4.1 5.4.1"))
ocaml-compiler is now pinned to version 5.4.1
2026-03-25 09:01.19 ---> saved as "8c0eb397f40930b057131688d304891aa4aa7b5f0833b71e05b1599b854a8dc5"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall --update-invariant ocaml-compiler.5.4.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 \"\\\"archlinux\\\"\"; 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.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
ocaml-compiler.5.4.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== remove 1 package
⊘ ocaml-base-compiler 5.4.0 (pinned) [conflicts with ocaml-compiler]
=== recompile 5 packages
↻ base-domains base [uses ocaml]
↻ base-effects base [uses ocaml]
↻ base-nnp base [uses base-domains]
↻ ocaml-config 3 [uses ocaml-base-compiler]
↻ opam-depext 1.2.3 [uses ocaml]
=== upgrade 2 packages
↗ ocaml 5.4.0 to 5.4.1 [upstream or system changes]
↗ ocaml-compiler 5.4.0 to 5.4.1 (pinned)
=== install 1 package
∗ ocaml-variants 5.4.1+options [required by ocaml-config]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved ocaml-compiler.5.4.1 (cached)
⬇ retrieved ocaml-config.3 (cached)
⬇ retrieved opam-depext.1.2.3 (cached)
⊘ removed base-effects.base
⊘ removed base-nnp.base
⊘ removed base-domains.base
⊘ removed opam-depext.1.2.3
⊘ removed ocaml.5.4.0
⊘ removed ocaml-config.3
⊘ removed ocaml-base-compiler.5.4.0
⊘ removed ocaml-compiler.5.4.0
∗ installed ocaml-compiler.5.4.1
∗ installed ocaml-variants.5.4.1+options
∗ installed ocaml-config.3
∗ installed ocaml.5.4.1
∗ installed base-domains.base
∗ installed base-effects.base
∗ installed base-nnp.base
∗ installed opam-depext.1.2.3
[NOTE] Switch invariant was updated to ["ocaml-variants" {= "5.4.1+options"}]
Use `opam switch set-invariant' to change it.
Done.
<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# To update the current shell environment, run: eval $(opam env)
2026-03-25 09:04.33 ---> saved as "96ddba546b5ba3cd899a8812beb8bc5dc4261f4ddc12f464d8af716ae851dd63"
Job succeeded
2026-03-25 09:04.43: Job succeeded