Build:
- 0
2026-03-13 23:16.18: New job: build olint.0.1.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29543/head (cb33a77d4f2878a8aae2fc1936a955edae0c0910)
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/29543/head" && git reset --hard cb33a77d
git fetch origin master
git merge --no-edit 97a3f8f424d511f334d76acde6d01d0fe9d608b6
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:archlinux-ocaml-4.14@sha256:369998b962d7905bf95882e9371b1f500da183d2d11a230e3a47965defe581bc
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 olint.0.1.0 0.1.0
RUN opam reinstall olint.0.1.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 "\"archlinux\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'olint.0.1.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-13 23:16.18: Using cache hint "ocaml/opam:archlinux-ocaml-4.14@sha256:369998b962d7905bf95882e9371b1f500da183d2d11a230e3a47965defe581bc-olint.0.1.0-cb33a77d4f2878a8aae2fc1936a955edae0c0910"
2026-03-13 23:16.18: Using OBuilder spec:
((from ocaml/opam:archlinux-ocaml-4.14@sha256:369998b962d7905bf95882e9371b1f500da183d2d11a230e3a47965defe581bc)
(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 olint.0.1.0 0.1.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall olint.0.1.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 \"\\\"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\" != 'olint.0.1.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-13 23:16.18: Waiting for resource in pool OCluster
2026-03-13 23:16.19: Waiting for worker…
2026-03-13 23:16.23: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 97a3f8f424 Merge pull request #29072 from hannesm/change-policy-11
Updating 97a3f8f424..cb33a77d4f
Fast-forward
packages/olint/olint.0.1.0/opam | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
create mode 100644 packages/olint/olint.0.1.0/opam
(from ocaml/opam:archlinux-ocaml-4.14@sha256:369998b962d7905bf95882e9371b1f500da183d2d11a230e3a47965defe581bc)
Unable to find image 'ocaml/opam:archlinux-ocaml-4.14@sha256:369998b962d7905bf95882e9371b1f500da183d2d11a230e3a47965defe581bc' locally
docker.io/ocaml/opam@sha256:369998b962d7905bf95882e9371b1f500da183d2d11a230e3a47965defe581bc: Pulling from ocaml/opam
30309458937a: Pulling fs layer
d6ec592b6ce7: Pulling fs layer
eb0cc4fae01f: Pulling fs layer
da907aea55a3: Pulling fs layer
d6ec592b6ce7: Waiting
41225181d62b: Pulling fs layer
eb0cc4fae01f: Waiting
30309458937a: Waiting
da907aea55a3: Waiting
99bbb95b040c: Pulling fs layer
41225181d62b: Waiting
ae03e2432f2e: Pulling fs layer
99bbb95b040c: Waiting
960a3688e50d: Pulling fs layer
ae03e2432f2e: Waiting
12e572ae8d9e: Pulling fs layer
5d9b53919351: Pulling fs layer
613718b9dc5c: Pulling fs layer
960a3688e50d: Waiting
12e572ae8d9e: Waiting
5d9b53919351: Waiting
20c50d6517d7: Pulling fs layer
613718b9dc5c: Waiting
318e41a81dac: Pulling fs layer
20c50d6517d7: Waiting
c8d0fbcceca0: Pulling fs layer
318e41a81dac: Waiting
f18608e88c8a: Pulling fs layer
c8d0fbcceca0: Waiting
4f4fb700ef54: Pulling fs layer
f18608e88c8a: Waiting
53a25100385e: Pulling fs layer
4f4fb700ef54: Waiting
cf8654ebee96: Pulling fs layer
53a25100385e: Waiting
57cdf8563f57: Pulling fs layer
cf8654ebee96: Waiting
ce24bbfe16f6: Pulling fs layer
57cdf8563f57: Waiting
5c9351c3921c: Pulling fs layer
ce24bbfe16f6: Waiting
4d8c9f844539: Pulling fs layer
765a1d524e16: Pulling fs layer
5c9351c3921c: Waiting
e9b60c2e279a: Pulling fs layer
35a412369c63: Pulling fs layer
26b4e7a0d54a: Pulling fs layer
e9b60c2e279a: Waiting
13545a674236: Pulling fs layer
765a1d524e16: Waiting
26b4e7a0d54a: Waiting
93a04f32ed48: Pulling fs layer
13545a674236: Waiting
59e69b721f9d: Pulling fs layer
93a04f32ed48: Waiting
563d03393b08: Pulling fs layer
59e69b721f9d: Waiting
22f1353d2736: Pulling fs layer
bb9e869c408b: Pulling fs layer
edabeb8a4c11: Pulling fs layer
22f1353d2736: Waiting
bb9e869c408b: Waiting
7efbe0d19f89: Pulling fs layer
edabeb8a4c11: Waiting
21417741ad36: Pulling fs layer
35a412369c63: Waiting
7efbe0d19f89: Waiting
042e95d761f0: Pulling fs layer
067eafa8dfc5: Pulling fs layer
c7d024cccfeb: Pulling fs layer
21417741ad36: Waiting
563d03393b08: Waiting
042e95d761f0: Waiting
067eafa8dfc5: Waiting
30309458937a: Verifying Checksum
30309458937a: Download complete
d6ec592b6ce7: Download complete
da907aea55a3: Verifying Checksum
da907aea55a3: Download complete
41225181d62b: Verifying Checksum
41225181d62b: Download complete
99bbb95b040c: Verifying Checksum
99bbb95b040c: Download complete
ae03e2432f2e: Verifying Checksum
ae03e2432f2e: Download complete
960a3688e50d: Verifying Checksum
960a3688e50d: Download complete
12e572ae8d9e: Verifying Checksum
12e572ae8d9e: Download complete
eb0cc4fae01f: Verifying Checksum
eb0cc4fae01f: Download complete
5d9b53919351: Verifying Checksum
5d9b53919351: Download complete
c8d0fbcceca0: Verifying Checksum
c8d0fbcceca0: Download complete
613718b9dc5c: Verifying Checksum
613718b9dc5c: Download complete
318e41a81dac: Verifying Checksum
318e41a81dac: Download complete
4f4fb700ef54: Download complete
f18608e88c8a: Download complete
53a25100385e: Verifying Checksum
53a25100385e: Download complete
cf8654ebee96: Download complete
57cdf8563f57: Download complete
5c9351c3921c: Download complete
ce24bbfe16f6: Verifying Checksum
ce24bbfe16f6: Download complete
4d8c9f844539: Verifying Checksum
765a1d524e16: Download complete
e9b60c2e279a: Verifying Checksum
e9b60c2e279a: Download complete
30309458937a: Pull complete
d6ec592b6ce7: Pull complete
26b4e7a0d54a: Verifying Checksum
26b4e7a0d54a: Download complete
35a412369c63: Download complete
13545a674236: Verifying Checksum
13545a674236: Download complete
93a04f32ed48: Verifying Checksum
93a04f32ed48: Download complete
563d03393b08: Verifying Checksum
563d03393b08: Download complete
bb9e869c408b: Download complete
edabeb8a4c11: Download complete
7efbe0d19f89: Verifying Checksum
7efbe0d19f89: Download complete
22f1353d2736: Verifying Checksum
22f1353d2736: Download complete
042e95d761f0: Download complete
067eafa8dfc5: Verifying Checksum
067eafa8dfc5: Download complete
c7d024cccfeb: Verifying Checksum
c7d024cccfeb: Download complete
eb0cc4fae01f: Pull complete
da907aea55a3: Pull complete
41225181d62b: Pull complete
99bbb95b040c: Pull complete
ae03e2432f2e: Pull complete
960a3688e50d: Pull complete
12e572ae8d9e: Pull complete
5d9b53919351: Pull complete
613718b9dc5c: Pull complete
20c50d6517d7: Pull complete
318e41a81dac: Pull complete
c8d0fbcceca0: Pull complete
f18608e88c8a: Pull complete
4f4fb700ef54: Pull complete
53a25100385e: Pull complete
cf8654ebee96: Pull complete
57cdf8563f57: Pull complete
ce24bbfe16f6: Pull complete
5c9351c3921c: Pull complete
4d8c9f844539: Pull complete
765a1d524e16: Pull complete
e9b60c2e279a: Pull complete
59e69b721f9d: Verifying Checksum
59e69b721f9d: Download complete
35a412369c63: Pull complete
26b4e7a0d54a: Pull complete
13545a674236: Pull complete
93a04f32ed48: Pull complete
21417741ad36: Verifying Checksum
21417741ad36: Download complete
59e69b721f9d: Pull complete
563d03393b08: Pull complete
22f1353d2736: Pull complete
bb9e869c408b: Pull complete
edabeb8a4c11: Pull complete
7efbe0d19f89: Pull complete
21417741ad36: Pull complete
042e95d761f0: Pull complete
067eafa8dfc5: Pull complete
c7d024cccfeb: Pull complete
Digest: sha256:369998b962d7905bf95882e9371b1f500da183d2d11a230e3a47965defe581bc
Status: Downloaded newer image for ocaml/opam@sha256:369998b962d7905bf95882e9371b1f500da183d2d11a230e3a47965defe581bc
2026-03-13 23:21.10 ---> saved as "defecf98fb6f641e065b799254b3c5c2968572b44e0295065c234fad52a6afe3"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-03-13 23:21.10 ---> saved as "f751fdf01351e78d896c907353de30cfda207d18430617ae2b0053c521b16039"
/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-13 23:21.34 ---> saved as "cf049c20f36a20b71fc8f8859551e5548a66e77585344418c35085917a36d17b"
/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=20260301.0.494762
# 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-13 23:21.34 ---> saved as "156cd3919581b4ed59e130881fe979b51263d70a65dd7375c417031f90284d42"
/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-13 23:22.21 ---> saved as "16dbf86c224f68e5cc760fb73511cd0f76aa8cdceeb839da2f5152ab0f39180c"
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-13 23:23.33 ---> saved as "ddf3fd9249188de2c4e22487d5109d53e400391fc0da25b08e40f1bb706cb283"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-13 23:23.52 ---> saved as "ab5166b7696a50d928dfe76c0148e7f844ba5fd0a11f95d86037bbc543dd3119"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/sbin/sudo "pacman" "-Sy"
- :: Synchronizing package databases...
- core downloading...
- extra downloading...
2026-03-13 23:23.52 ---> saved as "653aad84dea918d7f31fb49a49bc6b1c17272b6b6bbeee94e41f6c29e5f8398a"
/home/opam: (run (shell "opam pin add -k version -yn olint.0.1.0 0.1.0"))
olint is now pinned to version 0.1.0
2026-03-13 23:23.53 ---> saved as "47194fcdad3b8dff3bba26261ac1b504fe6460edfacaee82b4bbd74bf2f2f7da"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall olint.0.1.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 \"\\\"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\" != 'olint.0.1.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
olint.0.1.0 is not installed. Install it? [Y/n] y
* No agreement on the version of ocaml:
- (invariant) → ocaml-base-compiler = 4.14.2 → ocaml = 4.14.2
- olint → ocaml >= 5.4.0
You can temporarily relax the switch invariant with `--update-invariant'
* Incompatible packages:
- (invariant) → ocaml-base-compiler = 4.14.2
- olint → ocaml >= 5.4.0 → ocaml-variants >= 5.4.1~
No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall olint.0.1.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 "\"archlinux\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'olint.0.1.0' && partial_fails="$partial_fails $pkg";
done;
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
exit 1" failed with exit status 20
2026-03-13 23:24.07: Job failed: Failed: Build failed
2026-03-13 23:24.07: Log analysis:
2026-03-13 23:24.07: >>>
No solution found, exiting
(score = 100)
2026-03-13 23:24.07: [SKIP] Package not available