(for PR #29260)
2026-01-21 13:35.31: New job: build camels.1.0.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29260/head (d2d2eaffa072ea1090da943d36c8a776012a0b42)
on debian-13-ocaml-5.4-afl/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/29260/head" && git reset --hard d2d2eaff
git fetch origin master
git merge --no-edit 10a02a697b08f6d78a6c4c2cb9a76136afc7776d
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4-afl@sha256:8c74a9654722ee7d848998a059685ae285b103702b31c000cd9aee5991f2951c
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 camels.1.0.0 1.0.0
RUN opam reinstall camels.1.0.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 "\"debian-13\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'camels.1.0.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-01-21 13:35.31: Using cache hint "ocaml/opam:debian-13-ocaml-5.4-afl@sha256:8c74a9654722ee7d848998a059685ae285b103702b31c000cd9aee5991f2951c-camels.1.0.0-d2d2eaffa072ea1090da943d36c8a776012a0b42"
2026-01-21 13:35.31: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4-afl@sha256:8c74a9654722ee7d848998a059685ae285b103702b31c000cd9aee5991f2951c)
(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 camels.1.0.0 1.0.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall camels.1.0.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 \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'camels.1.0.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-01-21 13:35.31: Waiting for resource in pool OCluster
2026-01-21 13:40.55: Waiting for worker…
2026-01-21 13:49.43: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
Updating files: 70% (13582/19234)
Updating files: 71% (13657/19234)
Updating files: 72% (13849/19234)
Updating files: 73% (14041/19234)
Updating files: 74% (14234/19234)
Updating files: 75% (14426/19234)
Updating files: 76% (14618/19234)
Updating files: 77% (14811/19234)
Updating files: 78% (15003/19234)
Updating files: 79% (15195/19234)
Updating files: 80% (15388/19234)
Updating files: 81% (15580/19234)
Updating files: 82% (15772/19234)
Updating files: 83% (15965/19234)
Updating files: 84% (16157/19234)
Updating files: 85% (16349/19234)
Updating files: 86% (16542/19234)
Updating files: 87% (16734/19234)
Updating files: 88% (16926/19234)
Updating files: 89% (17119/19234)
Updating files: 90% (17311/19234)
Updating files: 91% (17503/19234)
Updating files: 92% (17696/19234)
Updating files: 93% (17888/19234)
Updating files: 94% (18080/19234)
Updating files: 95% (18273/19234)
Updating files: 96% (18465/19234)
Updating files: 97% (18657/19234)
Updating files: 98% (18850/19234)
Updating files: 99% (19042/19234)
Updating files: 100% (19234/19234)
Updating files: 100% (19234/19234), done.
HEAD is now at 10a02a697b Merge pull request #29249 from panglesd/release-slipshow-v0.8.0
Updating 10a02a697b..d2d2eaffa0
Fast-forward
packages/camels/camels.1.0.0/opam | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
create mode 100644 packages/camels/camels.1.0.0/opam
(from ocaml/opam:debian-13-ocaml-5.4-afl@sha256:8c74a9654722ee7d848998a059685ae285b103702b31c000cd9aee5991f2951c)
2026-01-21 13:50.34 ---> saved as "1e02674b85b290a0cae3bd077ee15eb93b8977b66c846ea6747159695a00f8ce"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-01-21 13:50.35 ---> saved as "eb75dc431127cc661892f3d2108057f7ddf8c820c8593e5045b0b91c93d37cd3"
/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-01-21 13:51.24 ---> saved as "752389b5033f7eb1e6e83f1016c2bb87a2516433de44615fa85375f14a50628e"
/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=debian os-version=13
# 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 5.4
# invariant ["ocaml-variants" {= "5.4.0+options"}]
# compiler-packages ocaml-compiler.5.4.0, ocaml-option-afl.1, ocaml-options-only-afl.1, ocaml-variants.5.4.0+options
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.0+options+afl
2026-01-21 13:51.26 ---> saved as "9df0f7495c06dbc09567e8ef1577a84365cc7661ac098f38f013c4e5f2f9e757"
/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-01-21 13:51.37 ---> saved as "f549c10d5d7b39dd627c53be7bfcff60983070a3b26b970443c78af0bafbcfd8"
/home/opam: (copy (src .) (dst opam-repository/))
2026-01-21 13:51.49 ---> saved as "9a40901394bd0706d30a87c198d5bc4bfe2ffe2c8b9ed8aa3798c8b2a91848ad"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-21 13:52.21 ---> saved as "0543dd9a38f0c43ea700766738529745e8105b77d36d326222abecd7489e50d4"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [96.3 kB]
- Fetched 187 kB in 0s (741 kB/s)
- Reading package lists...
-
2026-01-21 13:52.24 ---> saved as "bf705a414b6b1fe08a77fad19becb1f4c02cdccc14a621d32990a3283f9dbf42"
/home/opam: (run (shell "opam pin add -k version -yn camels.1.0.0 1.0.0"))
camels is now pinned to version 1.0.0
2026-01-21 13:52.25 ---> saved as "b39c2b98986767effca1c57454205d87c7ed20fb2f73684310aa3ff29a417e93"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall camels.1.0.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 \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'camels.1.0.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
camels.1.0.0 is not installed. Install it? [Y/n] y
* Incompatible packages:
- (invariant) -> ocaml-variants = 5.4.0+options
- camels >= 1.0.0 -> notty -> ocaml < 4.14 -> dkml-base-compiler
You can temporarily relax the switch invariant with `--update-invariant'
* Incompatible packages:
- (invariant) -> ocaml-variants = 5.4.0+options
- camels >= 1.0.0 -> notty -> ocaml < 5.4 -> ocaml-base-compiler < 5.2.1~
* Missing dependency:
- camels >= 1.0.0 -> notty -> ocaml < 4.14 -> ocaml-base-compiler (= 4.02.4 | = 4.03.1 | = 4.04.3 | = 4.05.1 | = 4.06.2 | = 4.07.2 | = 4.08.2 | = 4.09.2 | = 4.10.3 | = 4.11.3) | ocaml-system >= 4.02.4 | ocaml-variants < 4.11.4~
no matching version
unmet availability conditions, e.g. 'sys-ocaml-version = "5.4.0" & (os != "win32" | sys-ocaml-libc = "msvc")'
not available because the package is pinned to version 5.4.0+options
No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall camels.1.0.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 "\"debian-13\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'camels.1.0.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-01-21 13:53.42: Job failed: Failed: Build failed
2026-01-21 13:53.42: Log analysis:
2026-01-21 13:53.42: >>>
No solution found, exiting
(score = 100)
2026-01-21 13:53.42: [SKIP] Package not available