- github
- ocaml
- opam-repository
- 9346fc
- distributions,centos-9-ocaml-4.14,ocaml-compiler.5.4.0~alpha1
(not at the head of any monitored branch or PR)
2026-03-23 00:44.01: 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 centos-9-ocaml-4.14/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:centos-9-ocaml-4.14@sha256:0900beacae8621f323ae8f23cb0c84d34819b86679df1d8c964e158a4d4bde88
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 "\"centos-9\""; 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.01: Using cache hint "ocaml/opam:centos-9-ocaml-4.14@sha256:0900beacae8621f323ae8f23cb0c84d34819b86679df1d8c964e158a4d4bde88-ocaml-compiler.5.4.0~alpha1-9346fc968dbf5116a1b2dd2b5e0143bc06e9fa98"
2026-03-23 00:44.01: Using OBuilder spec:
((from ocaml/opam:centos-9-ocaml-4.14@sha256:0900beacae8621f323ae8f23cb0c84d34819b86679df1d8c964e158a4d4bde88)
(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 \"\\\"centos-9\\\"\"; 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.01: Waiting for resource in pool OCluster
2026-03-23 01:09.45: Waiting for worker…
2026-03-23 01:14.18: 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:centos-9-ocaml-4.14@sha256:0900beacae8621f323ae8f23cb0c84d34819b86679df1d8c964e158a4d4bde88)
Unable to find image 'ocaml/opam:centos-9-ocaml-4.14@sha256:0900beacae8621f323ae8f23cb0c84d34819b86679df1d8c964e158a4d4bde88' locally
docker.io/ocaml/opam@sha256:0900beacae8621f323ae8f23cb0c84d34819b86679df1d8c964e158a4d4bde88: Pulling from ocaml/opam
b9c40dbae0c2: Pulling fs layer
4e0053673730: Pulling fs layer
37eaa45a1927: Pulling fs layer
c3614bf777be: Pulling fs layer
41a84cd00caf: Pulling fs layer
f86964614aeb: Pulling fs layer
4fdd860b1f10: Pulling fs layer
06b09f62348c: Pulling fs layer
2ec9bd0a30c7: Pulling fs layer
ebcb7255c70e: Pulling fs layer
a6fb6795e056: Pulling fs layer
3bda528a9109: Pulling fs layer
9cb4b67410d1: Pulling fs layer
1abcda2e7051: Pulling fs layer
b31df34f84bf: Pulling fs layer
2f5ef707aefe: Pulling fs layer
7cf6f9ab57b4: Pulling fs layer
29aa2ff6ad44: Pulling fs layer
9cdea3f532fd: Pulling fs layer
03bfd84eb3b2: Pulling fs layer
4e9bc0cbdad4: Pulling fs layer
7401bc4402e3: Pulling fs layer
4f4fb700ef54: Pulling fs layer
bfb5f1285eb4: Pulling fs layer
7c948d5d19ef: Pulling fs layer
96d104bca8af: Pulling fs layer
d3a98e577a6a: Pulling fs layer
9cb4b67410d1: Waiting
c7b98c8cf365: Pulling fs layer
1abcda2e7051: Waiting
b31df34f84bf: Waiting
d4b3a3da19c1: Pulling fs layer
2f5ef707aefe: Waiting
7401bc4402e3: Waiting
089b5149e170: Pulling fs layer
7cf6f9ab57b4: Waiting
4e9bc0cbdad4: Waiting
4f4fb700ef54: Waiting
29aa2ff6ad44: Waiting
681a3e2ab234: Pulling fs layer
bfb5f1285eb4: Waiting
77119b4ff1fe: Pulling fs layer
7c948d5d19ef: Waiting
9cdea3f532fd: Waiting
03bfd84eb3b2: Waiting
96d104bca8af: Waiting
e8e580686694: Pulling fs layer
c7b98c8cf365: Waiting
d3a98e577a6a: Waiting
b7fca56d5d5f: Pulling fs layer
2ec9bd0a30c7: Waiting
d4b3a3da19c1: Waiting
06b09f62348c: Waiting
14d282133814: Pulling fs layer
089b5149e170: Waiting
681a3e2ab234: Waiting
77119b4ff1fe: Waiting
948d13b74502: Pulling fs layer
c3614bf777be: Waiting
ebcb7255c70e: Waiting
ba6e1bd0b362: Pulling fs layer
b7fca56d5d5f: Waiting
2d089c946f02: Pulling fs layer
a6fb6795e056: Waiting
d98ea6bb2ce0: Pulling fs layer
f86964614aeb: Waiting
41a84cd00caf: Waiting
14d282133814: Waiting
8039dc9105d5: Pulling fs layer
3bda528a9109: Waiting
948d13b74502: Waiting
ba6e1bd0b362: Waiting
e8e580686694: Waiting
2d089c946f02: Waiting
3df6e1afa23b: Pulling fs layer
d98ea6bb2ce0: Waiting
c2270d36676c: Pulling fs layer
8039dc9105d5: Waiting
9156f7a280b0: Pulling fs layer
7421b5654b02: Pulling fs layer
c2270d36676c: Waiting
3df6e1afa23b: Waiting
8942be150999: Pulling fs layer
9156f7a280b0: Waiting
7421b5654b02: Waiting
8942be150999: Waiting
4e0053673730: Verifying Checksum
4e0053673730: Download complete
b9c40dbae0c2: Verifying Checksum
b9c40dbae0c2: Download complete
41a84cd00caf: Verifying Checksum
41a84cd00caf: Download complete
37eaa45a1927: Verifying Checksum
37eaa45a1927: Download complete
f86964614aeb: Verifying Checksum
f86964614aeb: Download complete
4fdd860b1f10: Verifying Checksum
4fdd860b1f10: Download complete
06b09f62348c: Verifying Checksum
06b09f62348c: Download complete
2ec9bd0a30c7: Verifying Checksum
2ec9bd0a30c7: Download complete
a6fb6795e056: Verifying Checksum
a6fb6795e056: Download complete
ebcb7255c70e: Verifying Checksum
ebcb7255c70e: Download complete
3bda528a9109: Verifying Checksum
3bda528a9109: Download complete
9cb4b67410d1: Verifying Checksum
9cb4b67410d1: Download complete
1abcda2e7051: Verifying Checksum
1abcda2e7051: Download complete
b9c40dbae0c2: Pull complete
4e0053673730: Pull complete
2f5ef707aefe: Download complete
b31df34f84bf: Verifying Checksum
b31df34f84bf: Download complete
7cf6f9ab57b4: Verifying Checksum
7cf6f9ab57b4: Download complete
29aa2ff6ad44: Download complete
9cdea3f532fd: Verifying Checksum
9cdea3f532fd: Download complete
03bfd84eb3b2: Download complete
4e9bc0cbdad4: Download complete
37eaa45a1927: Pull complete
7401bc4402e3: Download complete
4f4fb700ef54: Download complete
bfb5f1285eb4: Verifying Checksum
bfb5f1285eb4: Download complete
7c948d5d19ef: Download complete
96d104bca8af: Verifying Checksum
96d104bca8af: Download complete
d3a98e577a6a: Download complete
c7b98c8cf365: Verifying Checksum
c7b98c8cf365: Download complete
d4b3a3da19c1: Verifying Checksum
d4b3a3da19c1: Download complete
089b5149e170: Verifying Checksum
089b5149e170: Download complete
681a3e2ab234: Verifying Checksum
681a3e2ab234: Download complete
77119b4ff1fe: Verifying Checksum
77119b4ff1fe: Download complete
e8e580686694: Download complete
b7fca56d5d5f: Verifying Checksum
b7fca56d5d5f: Download complete
14d282133814: Verifying Checksum
14d282133814: Download complete
ba6e1bd0b362: Verifying Checksum
ba6e1bd0b362: Download complete
948d13b74502: Verifying Checksum
948d13b74502: Download complete
d98ea6bb2ce0: Verifying Checksum
d98ea6bb2ce0: Download complete
8039dc9105d5: Verifying Checksum
8039dc9105d5: Download complete
3df6e1afa23b: Verifying Checksum
3df6e1afa23b: Download complete
c2270d36676c: Verifying Checksum
c2270d36676c: Download complete
9156f7a280b0: Download complete
7421b5654b02: Download complete
8942be150999: Download complete
2d089c946f02: Verifying Checksum
2d089c946f02: Download complete
c3614bf777be: Verifying Checksum
c3614bf777be: Download complete
c3614bf777be: Pull complete
41a84cd00caf: Pull complete
f86964614aeb: Pull complete
4fdd860b1f10: Pull complete
06b09f62348c: Pull complete
2ec9bd0a30c7: Pull complete
ebcb7255c70e: Pull complete
a6fb6795e056: Pull complete
3bda528a9109: Pull complete
9cb4b67410d1: Pull complete
1abcda2e7051: Pull complete
b31df34f84bf: Pull complete
2f5ef707aefe: Pull complete
7cf6f9ab57b4: Pull complete
29aa2ff6ad44: Pull complete
9cdea3f532fd: Pull complete
03bfd84eb3b2: Pull complete
4e9bc0cbdad4: Pull complete
7401bc4402e3: Pull complete
4f4fb700ef54: Pull complete
bfb5f1285eb4: Pull complete
7c948d5d19ef: Pull complete
96d104bca8af: Pull complete
d3a98e577a6a: Pull complete
c7b98c8cf365: Pull complete
d4b3a3da19c1: Pull complete
089b5149e170: Pull complete
681a3e2ab234: Pull complete
77119b4ff1fe: Pull complete
e8e580686694: Pull complete
b7fca56d5d5f: Pull complete
14d282133814: Pull complete
948d13b74502: Pull complete
ba6e1bd0b362: Pull complete
2d089c946f02: Pull complete
d98ea6bb2ce0: Pull complete
8039dc9105d5: Pull complete
3df6e1afa23b: Pull complete
c2270d36676c: Pull complete
9156f7a280b0: Pull complete
7421b5654b02: Pull complete
8942be150999: Pull complete
Digest: sha256:0900beacae8621f323ae8f23cb0c84d34819b86679df1d8c964e158a4d4bde88
Status: Downloaded newer image for ocaml/opam@sha256:0900beacae8621f323ae8f23cb0c84d34819b86679df1d8c964e158a4d4bde88
2026-03-23 01:17.01 ---> saved as "dac63719edf1fb21abdbd4be411809fd1fc4ba1e61f121a32295e1441c2ad5f6"
/: (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:17.02 ---> saved as "71dbb97d71e6460b05ec32d11b70da123019d56301d3bf840b8da494222830b7"
/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:17.26 ---> saved as "cc7810378f1cc4ff5018728cd84c3f8d59184450cb20ac13dae814bdf947e85d"
/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=centos os-version=9
# 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-base-compiler" {= "4.14.2"}]
# compiler-packages ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# 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
2026-03-23 01:17.27 ---> saved as "8ae7199532a3bd978c316c7676fa3a4e0e477331048be7cf0634cf98fb60228a"
/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:17.42 ---> saved as "ec3c59830e7a9d178c0cd7d8c55035b3d6e78426eda3fc9454ced8a7aa5a7b3e"
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-23 01:17.50 ---> saved as "11b28146c95bfef45a6a99eafca720ba74cd98eb2af93e7c0f25b0096dd980ee"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-23 01:18.11 ---> saved as "caf3e66eb3e840930166dcc7b300fcaa561be8c363192afc5bd5be44d9b7beed"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 9 - BaseOS 40 kB/s | 15 kB 00:00
- CentOS Stream 9 - BaseOS 15 MB/s | 8.9 MB 00:00
- CentOS Stream 9 - AppStream 111 kB/s | 16 kB 00:00
- CentOS Stream 9 - AppStream 13 MB/s | 27 MB 00:02
- CentOS Stream 9 - CRB 111 kB/s | 15 kB 00:00
- CentOS Stream 9 - CRB 11 MB/s | 8.0 MB 00:00
- CentOS Stream 9 - Extras packages 125 kB/s | 17 kB 00:00
- Metadata cache created.
2026-03-23 01:18.28 ---> saved as "0b0b8c69cdf3640fb1f70b539d551032a636762382f56c3d008e626babe6473d"
/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:18.29 ---> saved as "f0c091971d4004d08050ecc6dc97f2e163ebebe0d7a86bb13cee233993d952e8"
/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 \"\\\"centos-9\\\"\"; 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 1 package
- remove ocaml-base-compiler 4.14.2 (pinned) [conflicts with ocaml-variants]
=== 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 5 packages
- install base-domains base
- install base-effects base
- install base-nnp base
- install ocaml-compiler 5.4.0~alpha1 (pinned)
- install ocaml-variants 5.4.0~alpha1+options [required by ocaml-config]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> 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-base-compiler.4.14.2
-> installed ocaml-compiler.5.4.0~alpha1
-> installed ocaml-variants.5.4.0~alpha1+options
-> 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-variants" {= "5.4.0~alpha1+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-23 01:20.57 ---> saved as "d7293bbef4b187f1ac80512b1a40158f46366ddc4b17f832f6c342f5e88e0ea0"
Job succeeded
2026-03-23 01:21.05: Job succeeded