- github
- ocaml
- opam-repository
- 9346fc
- extras,ocaml-5.4-flambda,ocaml-compiler.5.4.0~alpha1
(not at the head of any monitored branch or PR)
2026-03-23 00:44.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 (9346fc968dbf5116a1b2dd2b5e0143bc06e9fa98)
on debian-13-ocaml-5.4-flambda/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 9346fc96
git fetch origin master
git merge --no-edit 76bf2ed9443fdee37e6f046c6295d358be3f8598
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:7c0891fd8beae10290a2658a0474b5895aff790d4909224a497eb8e69cd96c1d
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-23 00:44.02: Using cache hint "ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:7c0891fd8beae10290a2658a0474b5895aff790d4909224a497eb8e69cd96c1d-ocaml-compiler.5.4.0~alpha1-9346fc968dbf5116a1b2dd2b5e0143bc06e9fa98"
2026-03-23 00:44.02: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:7c0891fd8beae10290a2658a0474b5895aff790d4909224a497eb8e69cd96c1d)
(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-23 00:44.02: Waiting for resource in pool OCluster
2026-03-23 01:16.33: Waiting for worker…
2026-03-23 01:19.49: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 76bf2ed944 Merge pull request #29572 from hannesm/release-letsencrypt-v2.0.0
Updating 76bf2ed944..9346fc968d
Fast-forward
packages/ocaml-compiler/ocaml-compiler.5.3.0/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.3/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.4.0/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.4.0~alpha1/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.4.0~beta1/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.4.0~beta2/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.4.0~rc1/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.4.1/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.4/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.5.0~alpha1/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.5/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.6/opam | 2 ++
packages/ocaml-option-clang-cl/ocaml-option-clang-cl.1/opam | 13 +++++++++++++
packages/ocaml-options-vanilla/ocaml-options-vanilla.1/opam | 1 +
packages/ocaml-variants/ocaml-variants.5.2.0+msvc/opam | 2 ++
15 files changed, 40 insertions(+)
create mode 100644 packages/ocaml-option-clang-cl/ocaml-option-clang-cl.1/opam
(from ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:7c0891fd8beae10290a2658a0474b5895aff790d4909224a497eb8e69cd96c1d)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:7c0891fd8beae10290a2658a0474b5895aff790d4909224a497eb8e69cd96c1d' locally
docker.io/ocaml/opam@sha256:7c0891fd8beae10290a2658a0474b5895aff790d4909224a497eb8e69cd96c1d: Pulling from ocaml/opam
866771c43bf5: Pulling fs layer
818e60f19055: Pulling fs layer
a9c0f9875679: Pulling fs layer
4d0bafe9c21a: Pulling fs layer
866771c43bf5: Waiting
390882e3ca42: Pulling fs layer
a9c0f9875679: Waiting
818e60f19055: Waiting
7f1309deb748: Pulling fs layer
4d0bafe9c21a: Waiting
390882e3ca42: Waiting
f13f79cebbb2: Pulling fs layer
7f1309deb748: Waiting
070b7978d10a: Pulling fs layer
f19a9073eb91: Pulling fs layer
070b7978d10a: Waiting
9ea5002679f1: Pulling fs layer
f13f79cebbb2: Waiting
f19a9073eb91: Waiting
8de100742279: Pulling fs layer
3d2848b9e9b9: Pulling fs layer
8de100742279: Waiting
1db328698e0d: Pulling fs layer
5d796fa05d62: Pulling fs layer
1db328698e0d: Waiting
9fa356e32c0c: Pulling fs layer
1fdfcf40563a: Pulling fs layer
7dd154aa3301: Pulling fs layer
1fdfcf40563a: Waiting
9fa356e32c0c: Waiting
eee873cd0e21: Pulling fs layer
0bcb9ce43efd: Pulling fs layer
2a5bee4c58bf: Pulling fs layer
eee873cd0e21: Waiting
0bcb9ce43efd: Waiting
ee4d4af6aa39: Pulling fs layer
4f4fb700ef54: Pulling fs layer
2a5bee4c58bf: Waiting
ee4d4af6aa39: Waiting
92fcd944e0fc: Pulling fs layer
ee316b311fc8: Pulling fs layer
92fcd944e0fc: Waiting
beccfc338b8c: Pulling fs layer
ee316b311fc8: Waiting
4f4fb700ef54: Waiting
fd1a0487aa63: Pulling fs layer
cf80de5261c4: Pulling fs layer
26f67db28f96: Pulling fs layer
beccfc338b8c: Waiting
bd0162c57841: Pulling fs layer
cf80de5261c4: Waiting
fd1a0487aa63: Waiting
761d286b9f5b: Pulling fs layer
f5fa4dd6859a: Pulling fs layer
761d286b9f5b: Waiting
bd0162c57841: Waiting
342eddfc52b6: Pulling fs layer
f5fa4dd6859a: Waiting
9258164ba4dd: Pulling fs layer
7fe1d9cb7a52: Pulling fs layer
efdfa63c5eeb: Pulling fs layer
9258164ba4dd: Waiting
7fe1d9cb7a52: Waiting
c3e218fac0fa: Pulling fs layer
30807e3466ba: Pulling fs layer
efdfa63c5eeb: Waiting
c3e218fac0fa: Waiting
dc1843a17021: Pulling fs layer
04f7fde3402b: Pulling fs layer
dc1843a17021: Waiting
f24f7e372a66: Pulling fs layer
04f7fde3402b: Waiting
e58155485ae1: Pulling fs layer
f24f7e372a66: Waiting
ecad3a150df4: Pulling fs layer
724301b9dc62: Pulling fs layer
70764287d038: Pulling fs layer
908c607c3d09: Pulling fs layer
fc84b33f5066: Pulling fs layer
724301b9dc62: Waiting
70764287d038: Waiting
908c607c3d09: Waiting
f436c7c7837f: Pulling fs layer
f436c7c7837f: Waiting
866771c43bf5: Download complete
818e60f19055: Verifying Checksum
818e60f19055: Download complete
866771c43bf5: Pull complete
818e60f19055: Pull complete
a9c0f9875679: Verifying Checksum
a9c0f9875679: Download complete
a9c0f9875679: Pull complete
4d0bafe9c21a: Verifying Checksum
4d0bafe9c21a: Download complete
390882e3ca42: Verifying Checksum
390882e3ca42: Download complete
4d0bafe9c21a: Pull complete
390882e3ca42: Pull complete
f13f79cebbb2: Verifying Checksum
f13f79cebbb2: Download complete
7f1309deb748: Verifying Checksum
7f1309deb748: Download complete
f19a9073eb91: Verifying Checksum
f19a9073eb91: Download complete
070b7978d10a: Verifying Checksum
070b7978d10a: Download complete
9ea5002679f1: Verifying Checksum
9ea5002679f1: Download complete
8de100742279: Verifying Checksum
8de100742279: Download complete
3d2848b9e9b9: Verifying Checksum
3d2848b9e9b9: Download complete
1db328698e0d: Verifying Checksum
1db328698e0d: Download complete
5d796fa05d62: Verifying Checksum
5d796fa05d62: Download complete
9fa356e32c0c: Verifying Checksum
9fa356e32c0c: Download complete
1fdfcf40563a: Verifying Checksum
1fdfcf40563a: Download complete
7dd154aa3301: Download complete
eee873cd0e21: Download complete
0bcb9ce43efd: Download complete
2a5bee4c58bf: Verifying Checksum
2a5bee4c58bf: Download complete
ee4d4af6aa39: Verifying Checksum
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
92fcd944e0fc: Verifying Checksum
92fcd944e0fc: Download complete
ee316b311fc8: Verifying Checksum
ee316b311fc8: Download complete
beccfc338b8c: Verifying Checksum
beccfc338b8c: Download complete
cf80de5261c4: Verifying Checksum
cf80de5261c4: Download complete
fd1a0487aa63: Download complete
26f67db28f96: Download complete
bd0162c57841: Download complete
761d286b9f5b: Verifying Checksum
761d286b9f5b: Download complete
f5fa4dd6859a: Verifying Checksum
f5fa4dd6859a: Download complete
342eddfc52b6: Download complete
9258164ba4dd: Verifying Checksum
9258164ba4dd: Download complete
7fe1d9cb7a52: Verifying Checksum
7fe1d9cb7a52: Download complete
c3e218fac0fa: Verifying Checksum
c3e218fac0fa: Download complete
dc1843a17021: Verifying Checksum
dc1843a17021: Download complete
04f7fde3402b: Download complete
f24f7e372a66: Download complete
e58155485ae1: Verifying Checksum
e58155485ae1: Download complete
7f1309deb748: Pull complete
30807e3466ba: Verifying Checksum
30807e3466ba: Download complete
f13f79cebbb2: Pull complete
ecad3a150df4: Download complete
724301b9dc62: Verifying Checksum
724301b9dc62: Download complete
070b7978d10a: Pull complete
f19a9073eb91: Pull complete
908c607c3d09: Download complete
9ea5002679f1: Pull complete
8de100742279: Pull complete
fc84b33f5066: Verifying Checksum
fc84b33f5066: Download complete
3d2848b9e9b9: Pull complete
f436c7c7837f: Download complete
1db328698e0d: Pull complete
5d796fa05d62: Pull complete
9fa356e32c0c: Pull complete
1fdfcf40563a: Pull complete
7dd154aa3301: Pull complete
70764287d038: Verifying Checksum
70764287d038: Download complete
eee873cd0e21: Pull complete
0bcb9ce43efd: Pull complete
2a5bee4c58bf: Pull complete
ee4d4af6aa39: Pull complete
4f4fb700ef54: Pull complete
92fcd944e0fc: Pull complete
ee316b311fc8: Pull complete
beccfc338b8c: Pull complete
fd1a0487aa63: Pull complete
cf80de5261c4: Pull complete
26f67db28f96: Pull complete
bd0162c57841: Pull complete
761d286b9f5b: Pull complete
f5fa4dd6859a: Pull complete
342eddfc52b6: Pull complete
9258164ba4dd: Pull complete
7fe1d9cb7a52: Pull complete
efdfa63c5eeb: Verifying Checksum
efdfa63c5eeb: Download complete
efdfa63c5eeb: Pull complete
c3e218fac0fa: Pull complete
30807e3466ba: Pull complete
dc1843a17021: Pull complete
04f7fde3402b: Pull complete
f24f7e372a66: Pull complete
e58155485ae1: Pull complete
ecad3a150df4: Pull complete
724301b9dc62: Pull complete
70764287d038: Pull complete
908c607c3d09: Pull complete
fc84b33f5066: Pull complete
f436c7c7837f: Pull complete
Digest: sha256:7c0891fd8beae10290a2658a0474b5895aff790d4909224a497eb8e69cd96c1d
Status: Downloaded newer image for ocaml/opam@sha256:7c0891fd8beae10290a2658a0474b5895aff790d4909224a497eb8e69cd96c1d
2026-03-23 01:19.51 ---> using "b55e6c75cd3e8053866e4459977add5a75875074668e87228d5137df1d1d0c8a" 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-23 01:19.51 ---> using "24078f698e249320f871d9180db343a7ee7bc21c73578fb180eab6e09c7abd0f" 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-23 01:19.51 ---> using "36badae868645acbe44c3490b81c1cabf663e611f03f9c98077db7b1995ff464" 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 5.4
# invariant ["ocaml-variants" {= "5.4.0+options"}]
# compiler-packages ocaml-compiler.5.4.0, ocaml-option-flambda.1, ocaml-options-only-flambda.1, ocaml-variants.5.4.0+options
# 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+options+flambda
2026-03-23 01:19.51 ---> using "e1f629f1f781341675d01a80405ab30de7933ca7f3c9dbde5fba16da4b4a82f1" 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-23 01:19.51 ---> using "ec22a0db5465ecd60ade74a7450ad0c501d7a35b42534d9256127ad6bfdfa329" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-23 01:19.52 ---> using "c8a787b41de9fb5bfcd6f990e2768fabec42e05f53bc2f4879cca2638f0b7263" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-23 01:19.54 ---> saved as "8a562f5c40662f010a9611d98291c45ee4f61dab7e168c43eee3c294c7e8a0d3"
/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 (1874 kB/s)
- Reading package lists...
2026-03-23 01:19.56 ---> saved as "73fcf68b5a5e2ba4604ca28b2fefff68e1db4efb414d6859c9e7ca9a9c192beb"
/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-23 01:19.56 ---> saved as "bbfb6a5e221c7c1a671138e2405c5f4cbab5aed89cbd061bc86967af55bacd23"
/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-flambda 1 [conflicts with ocaml-compiler]
- remove ocaml-options-only-flambda 1 [uses ocaml-option-flambda]
- remove ocaml-variants 5.4.0+options (pinned) [conflicts with ocaml-compiler]
=== downgrade 1 package
- downgrade ocaml-compiler 5.4.0 to 5.4.0~alpha1 (pinned)
=== recompile 6 packages
- recompile base-domains base [uses ocaml]
- recompile base-effects base [uses ocaml]
- recompile base-nnp base [uses base-domains]
- recompile ocaml 5.4.0 [uses ocaml-variants]
- recompile ocaml-config 3 [uses ocaml-variants]
- recompile opam-depext 1.2.3 [uses ocaml]
=== install 2 packages
- install ocaml-base-compiler 5.4.0~alpha1 [required by ocaml]
- install ocaml-options-vanilla 1
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> removed ocaml-options-only-flambda.1
-> removed base-effects.base
-> removed base-nnp.base
-> removed base-domains.base
-> 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.5.4.0
-> removed ocaml-config.3
-> removed ocaml-variants.5.4.0+options
-> removed ocaml-compiler.5.4.0
-> removed ocaml-option-flambda.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 ["ocaml-base-compiler" {= "5.4.0~alpha1"}]
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-23 01:22.26 ---> saved as "b592968eba723bb51d8fedf89d7938877633d519e3636ec0cf98a18f506534bb"
Job succeeded
2026-03-23 01:22.34: Job succeeded