(for PR #29582)
2026-03-25 08:39.59: New job: build ocaml-compiler.5.3.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29582/head (fa5fb3a6a806e832e4c7791145889a6bbe8b64ef)
on opensuse-15.6-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 fa5fb3a6
git fetch origin master
git merge --no-edit 7216d2e0eb5d8d116434228a0b19a267b98e8510
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:94b1b28cb716ff4beb07677c073c234582064fd5932049ebec8f2c9b61f2516d
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.3.0 5.3.0
RUN opam reinstall --update-invariant ocaml-compiler.5.3.0; \
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 "\"opensuse-15.6\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'ocaml-compiler.5.3.0' && 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.59: Using cache hint "ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:94b1b28cb716ff4beb07677c073c234582064fd5932049ebec8f2c9b61f2516d-ocaml-compiler.5.3.0-fa5fb3a6a806e832e4c7791145889a6bbe8b64ef"
2026-03-25 08:39.59: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:94b1b28cb716ff4beb07677c073c234582064fd5932049ebec8f2c9b61f2516d)
(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.3.0 5.3.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall --update-invariant ocaml-compiler.5.3.0;\
\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 \"\\\"opensuse-15.6\\\"\"; 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.3.0' && 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.59: Waiting for resource in pool OCluster
2026-03-25 09:00.31: Waiting for worker…
2026-03-25 09:04.07: 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:opensuse-15.6-ocaml-4.14@sha256:94b1b28cb716ff4beb07677c073c234582064fd5932049ebec8f2c9b61f2516d)
Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:94b1b28cb716ff4beb07677c073c234582064fd5932049ebec8f2c9b61f2516d' locally
docker.io/ocaml/opam@sha256:94b1b28cb716ff4beb07677c073c234582064fd5932049ebec8f2c9b61f2516d: Pulling from ocaml/opam
cf0250ddcb79: Pulling fs layer
54ef38c3c526: Pulling fs layer
aefa76fd54e9: Pulling fs layer
5160a68bee03: Pulling fs layer
dff8487ca90e: Pulling fs layer
b5251e6ddd43: Pulling fs layer
cf0250ddcb79: Waiting
d04e35b39212: Pulling fs layer
8a2c8750a65d: Pulling fs layer
c2bd98b2043f: Pulling fs layer
92d1ca2d50ad: Pulling fs layer
0c6bc91a1b86: Pulling fs layer
d401ac8151ea: Pulling fs layer
54ef38c3c526: Waiting
fecb8eb50ef9: Pulling fs layer
994c30767800: Pulling fs layer
aefa76fd54e9: Waiting
373c0f192c59: Pulling fs layer
2ab629b957a4: Pulling fs layer
547301ca33cf: Pulling fs layer
45dd79c31b90: Pulling fs layer
5160a68bee03: Waiting
4f4fb700ef54: Pulling fs layer
dff8487ca90e: Waiting
bbf088cc8b89: Pulling fs layer
b5251e6ddd43: Waiting
7d084657d09b: Pulling fs layer
2f7fdd47d012: Pulling fs layer
bacfe3fbab4c: Pulling fs layer
8dd3fdf6dbcc: Pulling fs layer
178679eaaecc: Pulling fs layer
92d1ca2d50ad: Waiting
0c6bc91a1b86: Waiting
833aa5f3f1e1: Pulling fs layer
c2bd98b2043f: Waiting
3fe068bfdf2c: Pulling fs layer
8a2c8750a65d: Waiting
7d084657d09b: Waiting
4f4fb700ef54: Waiting
fecb8eb50ef9: Waiting
d401ac8151ea: Waiting
49b5535fa493: Pulling fs layer
2f7fdd47d012: Waiting
994c30767800: Waiting
e5952018833a: Pulling fs layer
45dd79c31b90: Waiting
8dd3fdf6dbcc: Waiting
525eae7302cc: Pulling fs layer
178679eaaecc: Waiting
4f96601806d7: Pulling fs layer
d04e35b39212: Waiting
ad34c1ad9b31: Pulling fs layer
bbf088cc8b89: Waiting
cd5ff2180057: Pulling fs layer
ad34c1ad9b31: Waiting
4f96601806d7: Waiting
dd297f4c55fb: Pulling fs layer
291468184bd2: Pulling fs layer
49b5535fa493: Waiting
833aa5f3f1e1: Waiting
1fbd20167461: Pulling fs layer
d39c1baaf8e5: Pulling fs layer
3e7257b02593: Pulling fs layer
bec94353f800: Pulling fs layer
bacfe3fbab4c: Waiting
711caced441d: Pulling fs layer
df18f55442a5: Pulling fs layer
2ab629b957a4: Waiting
d39c1baaf8e5: Waiting
3e7257b02593: Waiting
df18f55442a5: Waiting
373c0f192c59: Waiting
bec94353f800: Waiting
547301ca33cf: Waiting
525eae7302cc: Waiting
cd5ff2180057: Waiting
e5952018833a: Waiting
dd297f4c55fb: Waiting
291468184bd2: Waiting
1fbd20167461: Waiting
3fe068bfdf2c: Waiting
cf0250ddcb79: Verifying Checksum
cf0250ddcb79: Download complete
54ef38c3c526: Download complete
cf0250ddcb79: Pull complete
54ef38c3c526: Pull complete
aefa76fd54e9: Verifying Checksum
aefa76fd54e9: Download complete
aefa76fd54e9: Pull complete
dff8487ca90e: Download complete
b5251e6ddd43: Verifying Checksum
b5251e6ddd43: Download complete
d04e35b39212: Verifying Checksum
d04e35b39212: Download complete
8a2c8750a65d: Verifying Checksum
8a2c8750a65d: Download complete
c2bd98b2043f: Verifying Checksum
c2bd98b2043f: Download complete
92d1ca2d50ad: Verifying Checksum
92d1ca2d50ad: Download complete
0c6bc91a1b86: Verifying Checksum
0c6bc91a1b86: Download complete
d401ac8151ea: Verifying Checksum
d401ac8151ea: Download complete
fecb8eb50ef9: Verifying Checksum
fecb8eb50ef9: Download complete
994c30767800: Verifying Checksum
994c30767800: Download complete
373c0f192c59: Verifying Checksum
373c0f192c59: Download complete
2ab629b957a4: Verifying Checksum
2ab629b957a4: Download complete
547301ca33cf: Download complete
45dd79c31b90: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
bbf088cc8b89: Download complete
7d084657d09b: Verifying Checksum
7d084657d09b: Download complete
2f7fdd47d012: Download complete
bacfe3fbab4c: Download complete
8dd3fdf6dbcc: Verifying Checksum
8dd3fdf6dbcc: Download complete
178679eaaecc: Verifying Checksum
178679eaaecc: Download complete
833aa5f3f1e1: Verifying Checksum
833aa5f3f1e1: Download complete
3fe068bfdf2c: Verifying Checksum
3fe068bfdf2c: Download complete
49b5535fa493: Download complete
e5952018833a: Verifying Checksum
e5952018833a: Download complete
525eae7302cc: Verifying Checksum
525eae7302cc: Download complete
4f96601806d7: Download complete
5160a68bee03: Verifying Checksum
5160a68bee03: Download complete
cd5ff2180057: Verifying Checksum
cd5ff2180057: Download complete
5160a68bee03: Pull complete
dff8487ca90e: Pull complete
b5251e6ddd43: Pull complete
ad34c1ad9b31: Verifying Checksum
ad34c1ad9b31: Download complete
d04e35b39212: Pull complete
8a2c8750a65d: Pull complete
291468184bd2: Download complete
c2bd98b2043f: Pull complete
1fbd20167461: Verifying Checksum
1fbd20167461: Download complete
92d1ca2d50ad: Pull complete
0c6bc91a1b86: Pull complete
d401ac8151ea: Pull complete
fecb8eb50ef9: Pull complete
d39c1baaf8e5: Download complete
994c30767800: Pull complete
373c0f192c59: Pull complete
2ab629b957a4: Pull complete
547301ca33cf: Pull complete
45dd79c31b90: Pull complete
4f4fb700ef54: Pull complete
bbf088cc8b89: Pull complete
7d084657d09b: Pull complete
2f7fdd47d012: Pull complete
bacfe3fbab4c: Pull complete
8dd3fdf6dbcc: Pull complete
178679eaaecc: Pull complete
833aa5f3f1e1: Pull complete
3fe068bfdf2c: Pull complete
49b5535fa493: Pull complete
e5952018833a: Pull complete
525eae7302cc: Pull complete
4f96601806d7: Pull complete
dd297f4c55fb: Verifying Checksum
dd297f4c55fb: Download complete
bec94353f800: Verifying Checksum
bec94353f800: Download complete
711caced441d: Download complete
3e7257b02593: Verifying Checksum
3e7257b02593: Download complete
df18f55442a5: Download complete
ad34c1ad9b31: Pull complete
cd5ff2180057: Pull complete
dd297f4c55fb: Pull complete
291468184bd2: Pull complete
1fbd20167461: Pull complete
d39c1baaf8e5: Pull complete
3e7257b02593: Pull complete
bec94353f800: Pull complete
711caced441d: Pull complete
df18f55442a5: Pull complete
Digest: sha256:94b1b28cb716ff4beb07677c073c234582064fd5932049ebec8f2c9b61f2516d
Status: Downloaded newer image for ocaml/opam@sha256:94b1b28cb716ff4beb07677c073c234582064fd5932049ebec8f2c9b61f2516d
2026-03-25 09:04.10 ---> using "4ec4e5f0779afcfc880ffa93d52a2077c7b68ff8fcbd161876ea4627c0ea4484" 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 09:04.10 ---> using "b4f9274bcc40428464200f3f6c87db62b5110bdf63c4be4554cfc4dc19a7817a" 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
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-25 09:04.10 ---> using "23479ea3b08a30be0365edcfee99380d6181af9e0e6d2722ea51a62749c654f9" 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=opensuse-leap os-version=15.6
# 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-25 09:04.10 ---> using "63fe6eeefdcb44043683a3f26da0a85109cb6e51f4dd5c9d66475ae247330a09" 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 09:04.10 ---> using "d56b8a5ca298d2b727cc2be386f41ac8fc01c2183638ba86782ab958a2716eb2" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-25 09:04.11 ---> using "b65f9c94d6555e166ee089f2bf515caf6dad901fd320236ee350fcd99458f277" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-25 09:04.13 ---> saved as "29072f477a2885a38c1d063d2a6c665f306760f08d2dc7e2bf26c51f9dce535f"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Retrieving repository 'Update repository of openSUSE Backports' metadata [..
- Looking for gpg keys in repository Update repository of openSUSE Backports.
- gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key
- ...
- .....
- ....
- ....
- ....
- ....
- ....
- ...........
- ........
- .........
- .....done]
- Building repository 'Update repository of openSUSE Backports' cache [..
- ..done]
- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [..
- Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15.
- gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key
- .....
- ....
- ....
- ....
- ....
- ....
- .......
- ............
- ..........
- ..........
- .........
- ..........
- ..........
- ...........
- ...done]
- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..
- ..done]
- Repository 'Main Update Repository' is up to date.
- Repository 'Update Repository (Non-Oss)' is up to date.
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- All repositories have been refreshed.
2026-03-25 09:04.58 ---> saved as "e03255d07b3e7261d27dc827ae96e2a42302966a05dfb30428d060c017b7f601"
/home/opam: (run (shell "opam pin add -k version -yn ocaml-compiler.5.3.0 5.3.0"))
ocaml-compiler is now pinned to version 5.3.0
2026-03-25 09:05.00 ---> saved as "a64db8e2948267717b7d6042fb1bdbd5a41fd66671991b71d812d2931e93c42d"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall --update-invariant ocaml-compiler.5.3.0;\
\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 \"\\\"opensuse-15.6\\\"\"; 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.3.0' && 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.3.0 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.3.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.3.0 (pinned)
- install ocaml-variants 5.3.0+options [required by ocaml-config]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-compiler.5.3.0 (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.3.0
-> installed ocaml-variants.5.3.0+options
-> installed ocaml-config.3
-> installed ocaml.5.3.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.3.0+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 09:07.04 ---> saved as "4a496ace268f569de2da69143392fc94e936402f40e11fc6cf49c4f0baa9029c"
Job succeeded
2026-03-25 09:07.13: Job succeeded