(for PR #29582)
2026-03-25 08:39.56: New job: build ocaml-compiler.5.6, 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.6 5.6
RUN opam reinstall --update-invariant ocaml-compiler.5.6; \
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.6' && 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.6-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.6 5.6"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall --update-invariant ocaml-compiler.5.6;\
\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.6' && 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.42: 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: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: Already exists
5e3d42e954bc: Already exists
3f03c70e01f9: Already exists
ce7ed822fa6b: Already exists
d6e81f6bf025: Already exists
f65eba9e9530: Already exists
a5ec2634ccf5: Already exists
b35343d7f3ee: Already exists
5472000bc50c: Already exists
e53b6139fe8d: Already exists
058dd5fe5543: Already exists
058dd5fe5543: Already exists
485dada8cbcf: Already exists
5824ee084099: Already exists
7863a1070b6d: Already exists
14c192c5e79f: Already exists
4f4fb700ef54: Already exists
ef54bef3e7a9: Already exists
d685a0736e80: Already exists
396fa838f554: Already exists
a4e259599ac2: Already exists
757786f7a6fd: Already exists
a7de311f5e44: Already exists
6b2af4f375b9: Already exists
e125ae3c5851: Already exists
b28e5e4ea40d: Already exists
d7048d111678: Already exists
4498811310af: Already exists
c7d22ef2cf9d: Already exists
41e14aca0746: Already exists
f3813fb4c8b4: Already exists
400f25794c10: Already exists
0d3bc343d311: Already exists
08ffa89bd5c5: Already exists
ba1546f96e8e: Already exists
bf17cb3616df: Pulling fs layer
a8ad231aebf9: Pulling fs layer
7c4da781ab48: Pulling fs layer
46d8ce7c6e65: Pulling fs layer
46d8ce7c6e65: Waiting
a8ad231aebf9: Verifying Checksum
a8ad231aebf9: Download complete
7c4da781ab48: Verifying Checksum
7c4da781ab48: Download complete
46d8ce7c6e65: Verifying Checksum
46d8ce7c6e65: Download complete
bf17cb3616df: Verifying Checksum
bf17cb3616df: Download 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:40.44 ---> using "bc8619310b536ff2efafc7a341e8811891c8de27a86a13e9c145b5ce0d423a53" 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:40.44 ---> using "d1459adc83609067db0c8024aeb18dd746ed81d32c7e14eb4a8a62479e7cf04f" 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.
Continue? [Y/n] y
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.
[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:40.44 ---> using "a8551bbbc43672b166928f1354dd01fb0f3d7b557a9403ec4959e28089752191" 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=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 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:40.44 ---> using "167476ff1d81af7d0915d240e335e82d9d68e280c4017efdf3170f2a2f80976c" 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:40.44 ---> using "fcc193572f1d8dcfb477508ca96d38d75ea8b534f086fb2e80b18925eaaf0b46" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-25 08:40.51 ---> saved as "c918a42f8c1a58a6e01436580bd779daa35a8c09bc4a85bbee559ba399490e9a"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-25 08:41.10 ---> 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 1s (308 kB/s)
- Reading package lists...
-
2026-03-25 08:41.12 ---> saved as "9e6f14580eb85910fe3b524a95b8a27f3f068d5c9b0ce960578fd90d322b919e"
/home/opam: (run (shell "opam pin add -k version -yn ocaml-compiler.5.6 5.6"))
ocaml-compiler is now pinned to version 5.6
2026-03-25 08:41.12 ---> saved as "9493f38c82c40a919eb6e28e2e020568e24747806eb5d69027ab252d3c5b81e1"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall --update-invariant ocaml-compiler.5.6;\
\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.6' && 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.6 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 2 packages
- recompile ocaml-config 1 [uses ocaml-variants]
- recompile opam-depext 1.2.3 [uses ocaml]
=== upgrade 1 package
- upgrade ocaml 4.09.1 to 5.6.0
=== install 7 packages
- install base-domains base
- install base-effects base
- install base-nnp base
- install host-arch-x86_64 1
- install host-system-other 1
- install ocaml-compiler 5.6 (pinned)
- install ocaml-variants 5.6.0+trunk [required by ocaml]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml.5.6.0 (cached)
-> installed host-arch-x86_64.1
-> installed host-system-other.1
-> retrieved ocaml-compiler.5.6 (https://github.com/ocaml/ocaml/archive/trunk.tar.gz)
-> retrieved ocaml-config.1 (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.6
-> installed ocaml-variants.5.6.0+trunk
-> installed ocaml-config.1
-> installed ocaml.5.6.0
-> 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.6.0+trunk"}]
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:43.27 ---> saved as "f4aa1482e131fb185e3d8f85827d509aea0e388bd07df7298cc24f3c6bda477d"
Job succeeded
2026-03-25 08:43.33: Job succeeded