Build:
- 0
2026-02-18 17:40.37: New job: test ocaml-solo5.1.2.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29425/head (56393c852ecc97bd2af91ac2eb29f999c7a71fca)
on fedora-42-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/29425/head" && git reset --hard 56393c85
git fetch origin master
git merge --no-edit 0431a98cc2177cbcc88e0937fe5b1b48e457e990
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-42-ocaml-4.14@sha256:22b4e55f8deef4206e8eb0c8e2907b681eb125335fbdaa78361535351ce1f177
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-solo5.1.2.1 1.2.1
RUN opam reinstall ocaml-solo5.1.2.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 "\"fedora-42\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'ocaml-solo5.1.2.1' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
RUN (opam reinstall --with-test ocaml-solo5.1.2.1) || true
RUN opam reinstall --with-test --verbose ocaml-solo5.1.2.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 "\"fedora-42\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'ocaml-solo5.1.2.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-02-18 17:40.37: Using cache hint "ocaml/opam:fedora-42-ocaml-4.14@sha256:22b4e55f8deef4206e8eb0c8e2907b681eb125335fbdaa78361535351ce1f177-ocaml-solo5.1.2.1-56393c852ecc97bd2af91ac2eb29f999c7a71fca"
2026-02-18 17:40.37: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-4.14@sha256:22b4e55f8deef4206e8eb0c8e2907b681eb125335fbdaa78361535351ce1f177)
(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-solo5.1.2.1 1.2.1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ocaml-solo5.1.2.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 \"\\\"fedora-42\\\"\"; 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-solo5.1.2.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
(run (network host)
(shell "(opam reinstall --with-test ocaml-solo5.1.2.1) || true"))
(run (shell "opam reinstall --with-test --verbose ocaml-solo5.1.2.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 \"\\\"fedora-42\\\"\"; 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-solo5.1.2.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-02-18 17:40.37: Waiting for resource in pool OCluster
2026-02-18 17:40.38: Waiting for worker…
2026-02-18 17:40.39: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at 0431a98cc2 Merge pull request #29419 from dinosaure/release-hxd-v0.4.0
Updating 0431a98cc2..56393c852e
Fast-forward
.../ocaml-solo5-cross-aarch64.1.2.1/opam | 60 ++++++++++++++++++++++
packages/ocaml-solo5/ocaml-solo5.1.2.1/opam | 58 +++++++++++++++++++++
2 files changed, 118 insertions(+)
create mode 100644 packages/ocaml-solo5-cross-aarch64/ocaml-solo5-cross-aarch64.1.2.1/opam
create mode 100644 packages/ocaml-solo5/ocaml-solo5.1.2.1/opam
(from ocaml/opam:fedora-42-ocaml-4.14@sha256:22b4e55f8deef4206e8eb0c8e2907b681eb125335fbdaa78361535351ce1f177)
Unable to find image 'ocaml/opam:fedora-42-ocaml-4.14@sha256:22b4e55f8deef4206e8eb0c8e2907b681eb125335fbdaa78361535351ce1f177' locally
docker.io/ocaml/opam@sha256:22b4e55f8deef4206e8eb0c8e2907b681eb125335fbdaa78361535351ce1f177: Pulling from ocaml/opam
bcbfb8588268: Already exists
3c0f297c7ebe: Already exists
aa5c2d2d08bf: Already exists
6d0ea2f7619a: Already exists
d8ae33fdd7e4: Already exists
aff0ae25a5ed: Already exists
763c4d48e69f: Already exists
224f6408282e: Already exists
b0e824e6a43e: Already exists
49602a4eaa78: Already exists
8f7482f03196: Already exists
e5cca9034cee: Already exists
671100e31ff4: Already exists
92d8a98c5a53: Already exists
8c978c0f4d23: Already exists
5fafe8b7433b: Already exists
ac811e41c6f4: Already exists
c8847b6d78da: Already exists
cd8d073f2bde: Already exists
08d9cdfd2caa: Already exists
14f0b1c87802: Already exists
4f4fb700ef54: Already exists
0da4a6bd454b: Already exists
d18868971912: Already exists
987cb7d14d01: Already exists
5f356ad75c5c: Already exists
0927f1175e1d: Already exists
f5c2edb93960: Already exists
6934bfa87ff6: Already exists
e74423d6cd9a: Already exists
0a18e22160b1: Already exists
4c112de4bc7c: Already exists
1929b0892699: Already exists
22b50ce1d753: Already exists
f256f9415c16: Already exists
7c46b5aee8e8: Already exists
710b959bafe1: Already exists
8be66c6a213a: Already exists
3d6e47b0e7a8: Already exists
511d127400dd: Already exists
968d4545f16f: Pulling fs layer
98fe37de3b38: Pulling fs layer
eba8153d6f53: Pulling fs layer
34ae15f0836e: Pulling fs layer
34ae15f0836e: Waiting
98fe37de3b38: Verifying Checksum
98fe37de3b38: Download complete
eba8153d6f53: Verifying Checksum
eba8153d6f53: Download complete
34ae15f0836e: Verifying Checksum
34ae15f0836e: Download complete
968d4545f16f: Verifying Checksum
968d4545f16f: Download complete
968d4545f16f: Pull complete
98fe37de3b38: Pull complete
eba8153d6f53: Pull complete
34ae15f0836e: Pull complete
Digest: sha256:22b4e55f8deef4206e8eb0c8e2907b681eb125335fbdaa78361535351ce1f177
Status: Downloaded newer image for ocaml/opam@sha256:22b4e55f8deef4206e8eb0c8e2907b681eb125335fbdaa78361535351ce1f177
2026-02-18 17:42.46 ---> saved as "2ec12c143866ec7b4c45f62a2e389e7964ace23acc0821b3178cf2db3af0cca5"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-02-18 17:42.46 ---> saved as "4066d3c7751de6db04b613b750c8c9f58b47ab6801e8a1a00a078eb239f47bc8"
/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 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-02-18 17:43.09 ---> saved as "3052fe13cb1119aa2f3c65a304944d3c1c561df1dfa8780b6fb7720b9e784ff6"
/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=fedora os-version=42
# 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-02-18 17:43.10 ---> saved as "4f86a7a3e9d92e2c3997fee021be6a34a7176a788f7cb8c4ee4e02e9d4a177f2"
/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-02-18 17:43.18 ---> saved as "adef3c387cad36a6184b42d13d3475e60160f73008dc00de08e7feff225dbcfe"
/home/opam: (copy (src .) (dst opam-repository/))
2026-02-18 17:43.24 ---> saved as "d16f1f21e664ddec58e2c23dae4a4ced1f9e87d82cc0efb38e15e5399bf3530f"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-02-18 17:43.40 ---> saved as "bc1788e53474e7d7639b957756758daea112fea349c2c85ed0b700f56924a376"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Fedora 42 - x86_64 - Updates 100% | 75.5 KiB/s | 18.1 KiB | 00m00s
- Repositories loaded.
- Metadata cache created.
2026-02-18 17:43.44 ---> saved as "44650fd3349c9bc3890d6ad267b507c6122afa52c3d0dd6eac83929b374c9199"
/home/opam: (run (shell "opam pin add -k version -yn ocaml-solo5.1.2.1 1.2.1"))
ocaml-solo5 is now pinned to version 1.2.1
2026-02-18 17:43.44 ---> saved as "d84000b528a7110d4c07b0b894150c5124d2ea8f637a38c9add1d78df4c7784f"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ocaml-solo5.1.2.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 \"\\\"fedora-42\\\"\"; 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-solo5.1.2.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-solo5.1.2.1 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
- ocaml-solo5 >= 1.2.1 -> ocaml = 5.4.1
You can temporarily relax the switch invariant with `--update-invariant'
No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall ocaml-solo5.1.2.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 "\"fedora-42\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'ocaml-solo5.1.2.1' && 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-02-18 17:43.55: Job failed: Failed: Build failed
2026-02-18 17:43.55: Log analysis:
2026-02-18 17:43.55: >>>
No solution found, exiting
(score = 100)
2026-02-18 17:43.55: [SKIP] Package not available