(for PR #29582)
2026-03-25 08:40.02: New job: build ocaml-compiler.5.4.0~alpha1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29582/head (fa5fb3a6a806e832e4c7791145889a6bbe8b64ef)
on debian-13-ocaml-4.14-fp/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.14-fp@sha256:b560b0300327cc92d001c37db9dc2b78faef7649073dce21fa5db636b0fe5210
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.0~alpha1 5.4.0~alpha1
RUN opam reinstall --update-invariant ocaml-compiler.5.4.0~alpha1; \
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.0~alpha1' && 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:40.02: Using cache hint "ocaml/opam:debian-13-ocaml-4.14-fp@sha256:b560b0300327cc92d001c37db9dc2b78faef7649073dce21fa5db636b0fe5210-ocaml-compiler.5.4.0~alpha1-fa5fb3a6a806e832e4c7791145889a6bbe8b64ef"
2026-03-25 08:40.02: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14-fp@sha256:b560b0300327cc92d001c37db9dc2b78faef7649073dce21fa5db636b0fe5210)
(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.0~alpha1 5.4.0~alpha1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall --update-invariant ocaml-compiler.5.4.0~alpha1;\
\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.0~alpha1' && 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:40.02: Waiting for resource in pool OCluster
2026-03-25 09:16.34: Waiting for worker…
2026-03-25 09:19.46: 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.14-fp@sha256:b560b0300327cc92d001c37db9dc2b78faef7649073dce21fa5db636b0fe5210)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14-fp@sha256:b560b0300327cc92d001c37db9dc2b78faef7649073dce21fa5db636b0fe5210' locally
docker.io/ocaml/opam@sha256:b560b0300327cc92d001c37db9dc2b78faef7649073dce21fa5db636b0fe5210: Pulling from ocaml/opam
8f6ad858d0a4: Already exists
d9bd7d0c816a: Pulling fs layer
6b2843ebf827: Pulling fs layer
6d75cf61fe7e: Pulling fs layer
844ee914844a: Pulling fs layer
b50d278a39e8: Pulling fs layer
844ee914844a: Waiting
b3d4d89274ab: Pulling fs layer
5e3d42e954bc: Pulling fs layer
b50d278a39e8: Waiting
3f03c70e01f9: Pulling fs layer
b3d4d89274ab: Waiting
5e3d42e954bc: Waiting
3f03c70e01f9: Waiting
ce7ed822fa6b: Pulling fs layer
d6e81f6bf025: Pulling fs layer
f65eba9e9530: Pulling fs layer
ce7ed822fa6b: Waiting
a5ec2634ccf5: Pulling fs layer
f65eba9e9530: Waiting
d6e81f6bf025: Waiting
b35343d7f3ee: Pulling fs layer
a5ec2634ccf5: Waiting
5472000bc50c: Pulling fs layer
b35343d7f3ee: Waiting
e53b6139fe8d: Pulling fs layer
058dd5fe5543: Pulling fs layer
485dada8cbcf: Pulling fs layer
5472000bc50c: Waiting
5824ee084099: Pulling fs layer
e53b6139fe8d: Waiting
058dd5fe5543: Waiting
7863a1070b6d: Pulling fs layer
14c192c5e79f: Pulling fs layer
7863a1070b6d: Waiting
4f4fb700ef54: Pulling fs layer
5824ee084099: Waiting
14c192c5e79f: Waiting
ef54bef3e7a9: Pulling fs layer
d685a0736e80: Pulling fs layer
4f4fb700ef54: Waiting
ef54bef3e7a9: Waiting
396fa838f554: Pulling fs layer
d685a0736e80: Waiting
a4e259599ac2: Pulling fs layer
396fa838f554: Waiting
757786f7a6fd: Pulling fs layer
a4e259599ac2: Waiting
a7de311f5e44: Pulling fs layer
6b2af4f375b9: Pulling fs layer
757786f7a6fd: Waiting
a7de311f5e44: Waiting
e125ae3c5851: Pulling fs layer
6b2af4f375b9: Waiting
b28e5e4ea40d: Pulling fs layer
e125ae3c5851: Waiting
d7048d111678: Pulling fs layer
4498811310af: Pulling fs layer
d7048d111678: Waiting
b28e5e4ea40d: Waiting
c7d22ef2cf9d: Pulling fs layer
4498811310af: Waiting
41e14aca0746: Pulling fs layer
f3813fb4c8b4: Pulling fs layer
c7d22ef2cf9d: Waiting
400f25794c10: Pulling fs layer
41e14aca0746: Waiting
0d3bc343d311: Pulling fs layer
400f25794c10: Waiting
08ffa89bd5c5: Pulling fs layer
ba1546f96e8e: Pulling fs layer
0d3bc343d311: Waiting
08ffa89bd5c5: Waiting
10830fb92d9f: Pulling fs layer
9eac6148153d: Pulling fs layer
ba1546f96e8e: Waiting
72ca12dfa9f8: Pulling fs layer
10830fb92d9f: Waiting
499fd611b6d7: Pulling fs layer
9eac6148153d: Waiting
72ca12dfa9f8: Waiting
6b2843ebf827: Download complete
d9bd7d0c816a: Verifying Checksum
d9bd7d0c816a: Download complete
d9bd7d0c816a: Pull complete
6b2843ebf827: Pull complete
6d75cf61fe7e: Verifying Checksum
6d75cf61fe7e: Download complete
844ee914844a: Verifying Checksum
844ee914844a: Download complete
b3d4d89274ab: Verifying Checksum
b3d4d89274ab: Download complete
6d75cf61fe7e: Pull complete
844ee914844a: Pull complete
5e3d42e954bc: Verifying Checksum
5e3d42e954bc: Download complete
3f03c70e01f9: Verifying Checksum
3f03c70e01f9: Download complete
ce7ed822fa6b: Verifying Checksum
ce7ed822fa6b: Download complete
d6e81f6bf025: Verifying Checksum
d6e81f6bf025: Download complete
f65eba9e9530: Verifying Checksum
f65eba9e9530: Download complete
b35343d7f3ee: Verifying Checksum
b35343d7f3ee: Download complete
5472000bc50c: Verifying Checksum
5472000bc50c: Download complete
e53b6139fe8d: Download complete
a5ec2634ccf5: Verifying Checksum
a5ec2634ccf5: Download complete
058dd5fe5543: Download complete
485dada8cbcf: Verifying Checksum
485dada8cbcf: Download complete
5824ee084099: Verifying Checksum
5824ee084099: Download complete
b50d278a39e8: Verifying Checksum
b50d278a39e8: Download complete
7863a1070b6d: Verifying Checksum
7863a1070b6d: Download complete
14c192c5e79f: Download complete
4f4fb700ef54: Download complete
ef54bef3e7a9: Download complete
d685a0736e80: Verifying Checksum
d685a0736e80: Download complete
396fa838f554: Verifying Checksum
396fa838f554: Download complete
a4e259599ac2: Verifying Checksum
a4e259599ac2: Download complete
757786f7a6fd: Verifying Checksum
757786f7a6fd: Download complete
a7de311f5e44: Verifying Checksum
a7de311f5e44: Download complete
6b2af4f375b9: Download complete
e125ae3c5851: Verifying Checksum
e125ae3c5851: Download complete
b28e5e4ea40d: Verifying Checksum
b28e5e4ea40d: Download complete
d7048d111678: Verifying Checksum
d7048d111678: Download complete
4498811310af: Download complete
c7d22ef2cf9d: Verifying Checksum
c7d22ef2cf9d: Download complete
f3813fb4c8b4: Download complete
0d3bc343d311: Verifying Checksum
0d3bc343d311: Download complete
08ffa89bd5c5: Verifying Checksum
08ffa89bd5c5: Download complete
ba1546f96e8e: Download complete
400f25794c10: Verifying Checksum
400f25794c10: Download complete
9eac6148153d: Verifying Checksum
9eac6148153d: Download complete
72ca12dfa9f8: Download complete
499fd611b6d7: Download complete
10830fb92d9f: Verifying Checksum
10830fb92d9f: Download complete
b50d278a39e8: Pull complete
b3d4d89274ab: Pull complete
5e3d42e954bc: Pull complete
3f03c70e01f9: Pull complete
41e14aca0746: Download complete
ce7ed822fa6b: Pull complete
d6e81f6bf025: Pull complete
f65eba9e9530: Pull complete
a5ec2634ccf5: Pull complete
b35343d7f3ee: Pull complete
5472000bc50c: Pull complete
e53b6139fe8d: Pull complete
058dd5fe5543: Pull 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
a7de311f5e44: Pull complete
6b2af4f375b9: Pull complete
e125ae3c5851: Pull complete
b28e5e4ea40d: Pull complete
d7048d111678: Pull complete
4498811310af: Pull complete
c7d22ef2cf9d: Pull complete
41e14aca0746: Pull complete
f3813fb4c8b4: Pull complete
400f25794c10: Pull complete
0d3bc343d311: Pull complete
08ffa89bd5c5: Pull complete
ba1546f96e8e: Pull complete
10830fb92d9f: Pull complete
9eac6148153d: Pull complete
72ca12dfa9f8: Pull complete
499fd611b6d7: Pull complete
Digest: sha256:b560b0300327cc92d001c37db9dc2b78faef7649073dce21fa5db636b0fe5210
Status: Downloaded newer image for ocaml/opam@sha256:b560b0300327cc92d001c37db9dc2b78faef7649073dce21fa5db636b0fe5210
2026-03-25 09:21.56 ---> saved as "57b503333b2e9d4238bcf5a9136daa2c4d78d096dc27ad32db03ebdbf11c478d"
/: (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 09:21.56 ---> saved as "34cc788b6652a08e66616979a941a2a3dd6093b0b8d3ef5a883bf99140b5e113"
/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 09:22.19 ---> saved as "60db9830bdc5a4777e605b2940f46b43ab30d406d5e33528e6944845d755d757"
/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.14
# invariant ["ocaml-options-only-fp"]
# compiler-packages ocaml-option-fp.1, ocaml-options-only-fp.1, ocaml-variants.4.14.2+options
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.2+options+fp
2026-03-25 09:22.21 ---> saved as "94fc4b16f8aa3f4ddccb841239a675eeaac36bf5e47a06170f7738146422e14b"
/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:22.32 ---> saved as "58ea70bc3a31cc6417bb266fd53a2e84fb9353cbf46d240bba0f8ad80f5023ba"
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-25 09:22.45 ---> saved as "3e8ab7f992040eca8e818735378cd2c11d7fb6d26ef1453f933a2d39762eff63"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-25 09:23.04 ---> saved as "2ffa3819d0f5b85a3578fc23ebf9e12af40b6c2ad7c9d9271cf28fa2341e4647"
/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 (1727 kB/s)
- Reading package lists...
-
2026-03-25 09:23.05 ---> saved as "341ba3a1379e35349a9f2732bcd484f816171c7407c1aa2966897b4dba00b1e8"
/home/opam: (run (shell "opam pin add -k version -yn ocaml-compiler.5.4.0~alpha1 5.4.0~alpha1"))
ocaml-compiler is now pinned to version 5.4.0~alpha1
2026-03-25 09:23.06 ---> saved as "ef8f5897f83d3d308bb8fd4e93d7939de8e96c5762b3ab875ad53a45aa6c23bd"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall --update-invariant ocaml-compiler.5.4.0~alpha1;\
\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.0~alpha1' && 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.0~alpha1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== remove 3 packages
- remove ocaml-option-fp 1 [conflicts with ocaml-compiler]
- remove ocaml-options-only-fp 1 [uses ocaml-option-fp]
- remove ocaml-variants 4.14.2+options (pinned) [uses ocaml-option-fp]
=== recompile 1 package
- recompile opam-depext 1.2.3 [uses ocaml]
=== upgrade 2 packages
- upgrade ocaml 4.14.2 to 5.4.0 [uses ocaml-config]
- upgrade ocaml-config 2 to 3
=== install 6 packages
- install base-domains base
- install base-effects base
- install base-nnp base
- install ocaml-base-compiler 5.4.0~alpha1 [required by ocaml-config]
- install ocaml-compiler 5.4.0~alpha1 (pinned)
- install ocaml-options-vanilla 1
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> removed ocaml-options-only-fp.1
-> retrieved ocaml-compiler.5.4.0~alpha1 (cached)
-> retrieved ocaml-config.3 (cached)
-> retrieved opam-depext.1.2.3 (cached)
-> removed opam-depext.1.2.3
-> removed ocaml.4.14.2
-> removed ocaml-config.2
-> removed ocaml-variants.4.14.2+options
-> removed ocaml-option-fp.1
-> installed ocaml-options-vanilla.1
-> installed ocaml-compiler.5.4.0~alpha1
-> installed ocaml-base-compiler.5.4.0~alpha1
-> installed ocaml-config.3
-> installed ocaml.5.4.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 <empty>
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:25.20 ---> saved as "25ac8e60df4bcce5dbc6679b702f5912c99f2d607e6c9316abdf015136112476"
Job succeeded
2026-03-25 09:25.29: Job succeeded