- github
- ocaml
- opam-repository
- 9346fc
- distributions,archlinux-ocaml-4.14,ocaml-compiler.5.4.1
(not at the head of any monitored branch or PR)
2026-03-23 00:44.01: New job: build ocaml-compiler.5.4.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29582/head (9346fc968dbf5116a1b2dd2b5e0143bc06e9fa98)
on archlinux-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:archlinux-ocaml-4.14@sha256:9d55497511eea9708d67ec77735398b11518279d1d04f8bfcbb12404f22c4299
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.1 5.4.1
RUN opam reinstall --update-invariant ocaml-compiler.5.4.1; \
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 "\"archlinux\""; 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.1' && 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:archlinux-ocaml-4.14@sha256:9d55497511eea9708d67ec77735398b11518279d1d04f8bfcbb12404f22c4299-ocaml-compiler.5.4.1-9346fc968dbf5116a1b2dd2b5e0143bc06e9fa98"
2026-03-23 00:44.01: Using OBuilder spec:
((from ocaml/opam:archlinux-ocaml-4.14@sha256:9d55497511eea9708d67ec77735398b11518279d1d04f8bfcbb12404f22c4299)
(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.1 5.4.1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall --update-invariant ocaml-compiler.5.4.1;\
\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 \"\\\"archlinux\\\"\"; 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.1' && 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:10.14: Waiting for worker…
2026-03-23 01:14.34: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
Updating files: 98% (18268/18510)
Updating files: 99% (18325/18510)
Updating files: 100% (18510/18510)
Updating files: 100% (18510/18510), done.
HEAD is now at 76bf2ed944 Merge pull request #29572 from hannesm/release-letsencrypt-v2.0.0
Updating 76bf2ed944..9346fc968d
Fast-forward
Auto packing the repository in the background for optimum performance.
See "git help gc" for manual housekeeping.
warning: The last gc run reported the following. Please correct the root cause
and remove .git/gc.log
Automatic cleanup will not be performed until the file is removed.
warning: There are too many unreachable loose objects; run 'git prune' to remove them.
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:archlinux-ocaml-4.14@sha256:9d55497511eea9708d67ec77735398b11518279d1d04f8bfcbb12404f22c4299)
Unable to find image 'ocaml/opam:archlinux-ocaml-4.14@sha256:9d55497511eea9708d67ec77735398b11518279d1d04f8bfcbb12404f22c4299' locally
docker.io/ocaml/opam@sha256:9d55497511eea9708d67ec77735398b11518279d1d04f8bfcbb12404f22c4299: Pulling from ocaml/opam
c2d2ddabd275: Pulling fs layer
7bbb5d4707f9: Pulling fs layer
e4ca9c439f39: Pulling fs layer
aef5cc661ebc: Pulling fs layer
2768b70215c2: Pulling fs layer
a489f44d714e: Pulling fs layer
fdc692ac38f2: Pulling fs layer
af6c3d8351fe: Pulling fs layer
a62601c842df: Pulling fs layer
5c650a60aeb7: Pulling fs layer
36d2b2b63e41: Pulling fs layer
f9716d8d8da7: Pulling fs layer
c74a71d5316f: Pulling fs layer
a1dcbf702c8d: Pulling fs layer
a0d158e32430: Pulling fs layer
4f4fb700ef54: Pulling fs layer
aef5cc661ebc: Waiting
cde193d1d061: Pulling fs layer
af6c3d8351fe: Waiting
2768b70215c2: Waiting
268ec713655e: Pulling fs layer
a62601c842df: Waiting
fdc692ac38f2: Waiting
1fc018b4cf42: Pulling fs layer
880dccc27f4c: Pulling fs layer
36d2b2b63e41: Waiting
5c650a60aeb7: Waiting
a489f44d714e: Waiting
c8fda7ce0526: Pulling fs layer
4f4fb700ef54: Waiting
81b6d22047cc: Pulling fs layer
ff9c2257d841: Pulling fs layer
81b6d22047cc: Waiting
ff9c2257d841: Waiting
5cc2973954cb: Pulling fs layer
f4fbd5ad605f: Pulling fs layer
5cc2973954cb: Waiting
eaa3921c3f24: Pulling fs layer
f4fbd5ad605f: Waiting
1fc018b4cf42: Waiting
9dd49c111bf0: Pulling fs layer
950eb77734e4: Pulling fs layer
9dd49c111bf0: Waiting
ce42b52cb61d: Pulling fs layer
1041f89bba12: Pulling fs layer
950eb77734e4: Waiting
e91ce6a10c11: Pulling fs layer
f9716d8d8da7: Waiting
ce42b52cb61d: Waiting
5f26da617f35: Pulling fs layer
e91ce6a10c11: Waiting
32719c5f028f: Pulling fs layer
3a6f201d6cf7: Pulling fs layer
5f26da617f35: Waiting
a3c98c924706: Pulling fs layer
32719c5f028f: Waiting
155726d31b05: Pulling fs layer
a3c98c924706: Waiting
2af100326921: Pulling fs layer
155726d31b05: Waiting
28c27e5f1fd2: Pulling fs layer
2af100326921: Waiting
28c27e5f1fd2: Waiting
7bbb5d4707f9: Verifying Checksum
7bbb5d4707f9: Download complete
aef5cc661ebc: Verifying Checksum
aef5cc661ebc: Download complete
2768b70215c2: Verifying Checksum
2768b70215c2: Download complete
a489f44d714e: Download complete
fdc692ac38f2: Verifying Checksum
fdc692ac38f2: Download complete
af6c3d8351fe: Verifying Checksum
af6c3d8351fe: Download complete
a62601c842df: Verifying Checksum
a62601c842df: Download complete
c2d2ddabd275: Verifying Checksum
c2d2ddabd275: Download complete
5c650a60aeb7: Verifying Checksum
5c650a60aeb7: Download complete
36d2b2b63e41: Verifying Checksum
36d2b2b63e41: Download complete
f9716d8d8da7: Verifying Checksum
f9716d8d8da7: Download complete
c74a71d5316f: Download complete
e4ca9c439f39: Verifying Checksum
e4ca9c439f39: Download complete
a0d158e32430: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
a1dcbf702c8d: Verifying Checksum
a1dcbf702c8d: Download complete
cde193d1d061: Verifying Checksum
cde193d1d061: Download complete
268ec713655e: Verifying Checksum
268ec713655e: Download complete
1fc018b4cf42: Verifying Checksum
1fc018b4cf42: Download complete
880dccc27f4c: Verifying Checksum
880dccc27f4c: Download complete
c8fda7ce0526: Verifying Checksum
c8fda7ce0526: Download complete
81b6d22047cc: Verifying Checksum
81b6d22047cc: Download complete
ff9c2257d841: Download complete
5cc2973954cb: Download complete
f4fbd5ad605f: Verifying Checksum
f4fbd5ad605f: Download complete
eaa3921c3f24: Download complete
9dd49c111bf0: Verifying Checksum
9dd49c111bf0: Download complete
950eb77734e4: Verifying Checksum
950eb77734e4: Download complete
1041f89bba12: Download complete
5f26da617f35: Download complete
32719c5f028f: Verifying Checksum
32719c5f028f: Download complete
3a6f201d6cf7: Verifying Checksum
3a6f201d6cf7: Download complete
e91ce6a10c11: Verifying Checksum
e91ce6a10c11: Download complete
155726d31b05: Verifying Checksum
155726d31b05: Download complete
2af100326921: Verifying Checksum
2af100326921: Download complete
28c27e5f1fd2: Download complete
a3c98c924706: Verifying Checksum
a3c98c924706: Download complete
ce42b52cb61d: Verifying Checksum
ce42b52cb61d: Download complete
c2d2ddabd275: Pull complete
7bbb5d4707f9: Pull complete
e4ca9c439f39: Pull complete
aef5cc661ebc: Pull complete
2768b70215c2: Pull complete
a489f44d714e: Pull complete
fdc692ac38f2: Pull complete
af6c3d8351fe: Pull complete
a62601c842df: Pull complete
5c650a60aeb7: Pull complete
36d2b2b63e41: Pull complete
f9716d8d8da7: Pull complete
c74a71d5316f: Pull complete
a1dcbf702c8d: Pull complete
a0d158e32430: Pull complete
4f4fb700ef54: Pull complete
cde193d1d061: Pull complete
268ec713655e: Pull complete
1fc018b4cf42: Pull complete
880dccc27f4c: Pull complete
c8fda7ce0526: Pull complete
81b6d22047cc: Pull complete
ff9c2257d841: Pull complete
5cc2973954cb: Pull complete
f4fbd5ad605f: Pull complete
eaa3921c3f24: Pull complete
9dd49c111bf0: Pull complete
950eb77734e4: Pull complete
ce42b52cb61d: Pull complete
1041f89bba12: Pull complete
e91ce6a10c11: Pull complete
5f26da617f35: Pull complete
32719c5f028f: Pull complete
3a6f201d6cf7: Pull complete
a3c98c924706: Pull complete
155726d31b05: Pull complete
2af100326921: Pull complete
28c27e5f1fd2: Pull complete
Digest: sha256:9d55497511eea9708d67ec77735398b11518279d1d04f8bfcbb12404f22c4299
Status: Downloaded newer image for ocaml/opam@sha256:9d55497511eea9708d67ec77735398b11518279d1d04f8bfcbb12404f22c4299
2026-03-23 01:17.00 ---> saved as "a466eae14070aec815f5a6ffa3db347a0e358a5fb79fdc6b3b6116aa3b4206b7"
/: (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.01 ---> saved as "de8e3509b0887e428166ac0426de011b77defbed7fbffae35f3f6234dd304a96"
/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 255 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=255 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-23 01:17.37 ---> saved as "07eeae27e857ac1a894a10ea873016463354dc0e35513a66fe1a537e374e6658"
/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=arch os-version=20260308.0.497099
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 71
# 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.38 ---> saved as "49e4f6621d764b0f376d2b8c1568a083f0a8e84498dd7ab03dbbec1c427bfe38"
/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.48 ---> saved as "30067455dfbbca5df814db79ab3e8982ea7f7bf02bf20edfc7c229a0a1ed8cdd"
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-23 01:17.59 ---> saved as "0fe39e4cdcf69ca92e63c8c87ca6d7b65a1262fe8f6d808fd730ad0135ebce80"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-23 01:18.27 ---> saved as "a05b176fa3730cc503a8d71cd1d72ed14d38999786415f028f655ac14bff8fd5"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/sbin/sudo "pacman" "-Sy"
- :: Synchronizing package databases...
- core downloading...
- extra downloading...
2026-03-23 01:18.28 ---> saved as "7c052598635a38687658b184ae55f91a2b8915c4b986bf836ab53bc5ee824463"
/home/opam: (run (shell "opam pin add -k version -yn ocaml-compiler.5.4.1 5.4.1"))
ocaml-compiler is now pinned to version 5.4.1
2026-03-23 01:18.29 ---> saved as "d144fd3560aede318ff9425255de34bd69252c1974a43d6fae9f0cfb75703fc1"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall --update-invariant ocaml-compiler.5.4.1;\
\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 \"\\\"archlinux\\\"\"; 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.1' && 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.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== remove 1 package
⊘ ocaml-base-compiler 4.14.2 (pinned) [conflicts with ocaml-variants]
=== recompile 1 package
↻ opam-depext 1.2.3 [uses ocaml]
=== upgrade 2 packages
↗ ocaml 4.14.2 to 5.4.1 [uses ocaml-config]
↗ ocaml-config 2 to 3
=== install 5 packages
∗ base-domains base
∗ base-effects base
∗ base-nnp base
∗ ocaml-compiler 5.4.1 (pinned)
∗ ocaml-variants 5.4.1+options [required by ocaml-config]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved ocaml-compiler.5.4.1 (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.1
∗ installed ocaml-variants.5.4.1+options
∗ installed ocaml-config.3
∗ installed ocaml.5.4.1
∗ 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.1+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:24.34 ---> saved as "8d711a0805e664f91474d3cc118eb2942706727448e16d65e0e9362275680229"
Job succeeded
2026-03-23 01:24.46: Job succeeded