(for PR #29582)
2026-03-25 08:39.56: 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 debian-13-ocaml-4.09/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:debian-13-ocaml-4.09@sha256:9fcbb2379e052b91e0562a0fe2269c0424c5f79aa2d718299ced30769104a3ca
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 "\"debian-13\""; 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.56: Using cache hint "ocaml/opam:debian-13-ocaml-4.09@sha256:9fcbb2379e052b91e0562a0fe2269c0424c5f79aa2d718299ced30769104a3ca-ocaml-compiler.5.4.1-fa5fb3a6a806e832e4c7791145889a6bbe8b64ef"
2026-03-25 08:39.56: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.09@sha256:9fcbb2379e052b91e0562a0fe2269c0424c5f79aa2d718299ced30769104a3ca)
(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 \"\\\"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\" != '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.56: Waiting for resource in pool OCluster
2026-03-25 08:40.03: Waiting for worker…
2026-03-25 08:40.50: Got resource from pool OCluster
Building on phoebe.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:debian-13-ocaml-4.09@sha256:9fcbb2379e052b91e0562a0fe2269c0424c5f79aa2d718299ced30769104a3ca)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.09@sha256:9fcbb2379e052b91e0562a0fe2269c0424c5f79aa2d718299ced30769104a3ca' locally
docker.io/ocaml/opam@sha256:9fcbb2379e052b91e0562a0fe2269c0424c5f79aa2d718299ced30769104a3ca: Pulling from ocaml/opam
8f6ad858d0a4: Already exists
d9bd7d0c816a: Already exists
6b2843ebf827: Already exists
6d75cf61fe7e: Already exists
844ee914844a: Already exists
b50d278a39e8: Already exists
b3d4d89274ab: Pulling fs layer
5e3d42e954bc: Pulling fs layer
3f03c70e01f9: Pulling fs layer
ce7ed822fa6b: Pulling fs layer
d6e81f6bf025: Pulling fs layer
f65eba9e9530: Pulling fs layer
a5ec2634ccf5: Pulling fs layer
b35343d7f3ee: Pulling fs layer
3f03c70e01f9: Download complete
d6e81f6bf025: Download complete
ce7ed822fa6b: Download complete
5472000bc50c: Pulling fs layer
f65eba9e9530: Download complete
a5ec2634ccf5: Download complete
e53b6139fe8d: Pulling fs layer
5e3d42e954bc: Download complete
5472000bc50c: Download complete
058dd5fe5543: Pulling fs layer
485dada8cbcf: Pulling fs layer
5824ee084099: Pulling fs layer
7863a1070b6d: Pulling fs layer
14c192c5e79f: Pulling fs layer
e53b6139fe8d: Waiting
058dd5fe5543: Waiting
5824ee084099: Waiting
4f4fb700ef54: Pulling fs layer
485dada8cbcf: Waiting
7863a1070b6d: Waiting
ef54bef3e7a9: Pulling fs layer
14c192c5e79f: Waiting
4f4fb700ef54: Waiting
d685a0736e80: Pulling fs layer
396fa838f554: Pulling fs layer
a4e259599ac2: Pulling fs layer
757786f7a6fd: Pulling fs layer
a7de311f5e44: Pulling fs layer
6b2af4f375b9: Pulling fs layer
e125ae3c5851: Pulling fs layer
b28e5e4ea40d: Pulling fs layer
d7048d111678: Pulling fs layer
a4e259599ac2: Waiting
a7de311f5e44: Waiting
757786f7a6fd: Waiting
4498811310af: Pulling fs layer
d685a0736e80: Waiting
ef54bef3e7a9: Waiting
c7d22ef2cf9d: Pulling fs layer
6b2af4f375b9: Waiting
b28e5e4ea40d: Waiting
e125ae3c5851: Waiting
396fa838f554: Waiting
41e14aca0746: Pulling fs layer
d7048d111678: Waiting
4498811310af: Waiting
c7d22ef2cf9d: Waiting
f3813fb4c8b4: Pulling fs layer
400f25794c10: Pulling fs layer
0d3bc343d311: Pulling fs layer
08ffa89bd5c5: Pulling fs layer
ba1546f96e8e: Pulling fs layer
bf17cb3616df: Pulling fs layer
a8ad231aebf9: Pulling fs layer
08ffa89bd5c5: Waiting
41e14aca0746: Waiting
ba1546f96e8e: Waiting
f3813fb4c8b4: Waiting
400f25794c10: Waiting
0d3bc343d311: Waiting
7c4da781ab48: Pulling fs layer
bf17cb3616df: Waiting
46d8ce7c6e65: Pulling fs layer
a8ad231aebf9: Waiting
7c4da781ab48: Waiting
46d8ce7c6e65: Waiting
b3d4d89274ab: Pull complete
5e3d42e954bc: Pull complete
058dd5fe5543: Download complete
e53b6139fe8d: Verifying Checksum
e53b6139fe8d: Download complete
3f03c70e01f9: Pull complete
ce7ed822fa6b: Pull complete
d6e81f6bf025: Pull complete
485dada8cbcf: Download complete
5824ee084099: Download complete
7863a1070b6d: Verifying Checksum
7863a1070b6d: Download complete
f65eba9e9530: Pull complete
14c192c5e79f: Download complete
a5ec2634ccf5: Pull complete
ef54bef3e7a9: Verifying Checksum
ef54bef3e7a9: Download complete
b35343d7f3ee: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
d685a0736e80: Download complete
b35343d7f3ee: Pull complete
5472000bc50c: Pull complete
e53b6139fe8d: Pull complete
058dd5fe5543: Pull complete
396fa838f554: Download complete
a4e259599ac2: Verifying Checksum
a4e259599ac2: Download complete
757786f7a6fd: Download complete
6b2af4f375b9: Download complete
485dada8cbcf: Pull complete
5824ee084099: Pull complete
7863a1070b6d: Pull complete
14c192c5e79f: Pull complete
4f4fb700ef54: Pull complete
ef54bef3e7a9: Pull complete
d685a0736e80: Pull complete
396fa838f554: Pull complete
a4e259599ac2: Pull complete
757786f7a6fd: Pull complete
e125ae3c5851: Verifying Checksum
e125ae3c5851: Download complete
b28e5e4ea40d: Download complete
a7de311f5e44: Verifying Checksum
a7de311f5e44: Download complete
a7de311f5e44: Pull complete
6b2af4f375b9: Pull complete
e125ae3c5851: Pull complete
b28e5e4ea40d: Pull complete
d7048d111678: Verifying Checksum
d7048d111678: Download complete
d7048d111678: Pull complete
4498811310af: Verifying Checksum
4498811310af: Download complete
4498811310af: Pull complete
c7d22ef2cf9d: Verifying Checksum
c7d22ef2cf9d: Download complete
c7d22ef2cf9d: Pull complete
f3813fb4c8b4: Verifying Checksum
f3813fb4c8b4: Download complete
0d3bc343d311: Verifying Checksum
0d3bc343d311: Download complete
08ffa89bd5c5: Download complete
ba1546f96e8e: Download complete
41e14aca0746: Verifying Checksum
41e14aca0746: Download complete
41e14aca0746: Pull complete
f3813fb4c8b4: Pull complete
bf17cb3616df: Verifying Checksum
bf17cb3616df: Download complete
a8ad231aebf9: Download complete
7c4da781ab48: Verifying Checksum
7c4da781ab48: Download complete
46d8ce7c6e65: Verifying Checksum
46d8ce7c6e65: Download complete
400f25794c10: Download complete
400f25794c10: Pull complete
0d3bc343d311: Pull complete
08ffa89bd5c5: Pull complete
ba1546f96e8e: Pull complete
bf17cb3616df: Pull complete
a8ad231aebf9: Pull complete
7c4da781ab48: Pull complete
46d8ce7c6e65: Pull complete
Digest: sha256:9fcbb2379e052b91e0562a0fe2269c0424c5f79aa2d718299ced30769104a3ca
Status: Downloaded newer image for ocaml/opam@sha256:9fcbb2379e052b91e0562a0fe2269c0424c5f79aa2d718299ced30769104a3ca
2026-03-25 08:45.19 ---> saved as "bc8619310b536ff2efafc7a341e8811891c8de27a86a13e9c145b5ce0d423a53"
/: (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:45.19 ---> saved as "d1459adc83609067db0c8024aeb18dd746ed81d32c7e14eb4a8a62479e7cf04f"
/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 08:45.44 ---> saved as "a8551bbbc43672b166928f1354dd01fb0f3d7b557a9403ec4959e28089752191"
/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=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 4.09
# invariant ["ocaml-base-compiler" {= "4.09.1"}]
# compiler-packages ocaml-base-compiler.4.09.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/4.09/lib/ocaml/stublibs:/home/opam/.opam/4.09/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.09.1
2026-03-25 08:45.45 ---> saved as "167476ff1d81af7d0915d240e335e82d9d68e280c4017efdf3170f2a2f80976c"
/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:45.59 ---> saved as "fcc193572f1d8dcfb477508ca96d38d75ea8b534f086fb2e80b18925eaaf0b46"
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-25 08:46.25 ---> saved as "c918a42f8c1a58a6e01436580bd779daa35a8c09bc4a85bbee559ba399490e9a"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-25 08:46.46 ---> saved as "a35c628a047484fdde5f8e4ad9fecdb3b9af79a12e5745dc5697c73cac3ec256"
/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 amd64 Packages [114 kB]
- Fetched 205 kB in 0s (1963 kB/s)
- Reading package lists...
2026-03-25 08:46.47 ---> saved as "9e6f14580eb85910fe3b524a95b8a27f3f068d5c9b0ce960578fd90d322b919e"
/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 08:46.48 ---> saved as "ad6fed96081ea162307a1e04e7343ebd722cffc7f087f1a228e9414c5133d606"
/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 \"\\\"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\" != '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
- remove ocaml-base-compiler 4.09.1 (pinned) [conflicts with ocaml-variants]
=== recompile 1 package
- recompile opam-depext 1.2.3 [uses ocaml]
=== upgrade 2 packages
- upgrade ocaml 4.09.1 to 5.4.1 [uses ocaml-config]
- upgrade ocaml-config 1 to 3
=== install 5 packages
- install base-domains base
- install base-effects base
- install base-nnp base
- install ocaml-compiler 5.4.1 (pinned)
- install 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 opam-depext.1.2.3
-> removed ocaml.4.09.1
-> removed ocaml-config.1
-> removed ocaml-base-compiler.4.09.1
-> 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 08:50.21 ---> saved as "46d11fef93a85aa92864c758a7a190b0c3282972a9ea16bf9ebe1d5a93fa58d0"
Job succeeded
2026-03-25 08:50.33: Job succeeded