Build:
- 1
- 0
2026-02-19 13:27.06: New job: build eliom.12.0.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29431/head (a29915520283aa9a9d1d372fc13d89b3eb5b7cc3)
on debian-13-ocaml-5.0/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/29431/head" && git reset --hard a2991552
git fetch origin master
git merge --no-edit 48176cb9e44a28aeb6936d6ac7a8d7946187b555
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.0@sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1
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 eliom.12.0.0 12.0.0
RUN opam reinstall eliom.12.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" != 'eliom.12.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-02-19 13:27.06: Using cache hint "ocaml/opam:debian-13-ocaml-5.0@sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1-eliom.12.0.0-a29915520283aa9a9d1d372fc13d89b3eb5b7cc3"
2026-02-19 13:27.06: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.0@sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1)
(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 eliom.12.0.0 12.0.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall eliom.12.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\" != 'eliom.12.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-02-19 13:27.06: Waiting for resource in pool OCluster
2026-02-19 13:55.18: Waiting for worker…
2026-02-19 13:58.18: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
Updating files: 78% (14415/18272)
Updating files: 79% (14435/18272)
Updating files: 80% (14618/18272)
Updating files: 81% (14801/18272)
Updating files: 82% (14984/18272)
Updating files: 83% (15166/18272)
Updating files: 84% (15349/18272)
Updating files: 85% (15532/18272)
Updating files: 86% (15714/18272)
Updating files: 87% (15897/18272)
Updating files: 88% (16080/18272)
Updating files: 89% (16263/18272)
Updating files: 90% (16445/18272)
Updating files: 91% (16628/18272)
Updating files: 92% (16811/18272)
Updating files: 93% (16993/18272)
Updating files: 94% (17176/18272)
Updating files: 95% (17359/18272)
Updating files: 96% (17542/18272)
Updating files: 97% (17724/18272)
Updating files: 98% (17907/18272)
Updating files: 99% (18090/18272)
Updating files: 100% (18272/18272)
Updating files: 100% (18272/18272), done.
HEAD is now at 48176cb9e4 Merge pull request #29309 from Frama-C/publish-frama-clang-0.0.19
Updating 48176cb9e4..a299155202
Fast-forward
packages/eliom/eliom.12.0.0/opam | 65 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 65 insertions(+)
create mode 100644 packages/eliom/eliom.12.0.0/opam
(from ocaml/opam:debian-13-ocaml-5.0@sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1)
2026-02-19 13:58.52 ---> saved as "1068c3ccbe52c746e0e2e979650a1a1c45261e5cd6ee1c447b634d8591d592e3"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-02-19 13:58.52 ---> saved as "7b9ed1c53a642e529f65463536ba3b367829020865a571d0727931653c4c3b8d"
/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-02-19 13:59.26 ---> saved as "830d758a4ec91be24d70a3b4b308270e81e1d0735b0c62014c773c1e632aafbe"
/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.0
# invariant ["ocaml-base-compiler" {= "5.0.0"}]
# compiler-packages ocaml-base-compiler.5.0.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.0/lib/ocaml/stublibs:/home/opam/.opam/5.0/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.0.0
2026-02-19 13:59.27 ---> saved as "c7ec12e17832b928326782860d01d92d91e6af3ad64e7678390a803771a343aa"
/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-19 13:59.34 ---> saved as "55df3993d51112096059e105d077522687013d265cf324bc00baa6cad608ac2a"
/home/opam: (copy (src .) (dst opam-repository/))
2026-02-19 13:59.48 ---> saved as "1b0975a20ff66ede8bb941ec88620d662874fcacea541b977015e2207b34d8fe"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-02-19 14:00.11 ---> saved as "e5aa30b0d4303fdfe4d01160a3238f3cfa8b666d862b524cbe3ef614382c8771"
/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 [110 kB]
- Fetched 200 kB in 0s (1739 kB/s)
- Reading package lists...
-
2026-02-19 14:00.13 ---> saved as "7058eabcb76040018bbbde4e4e962a007271212134f48518ec1aedfce688e9d6"
/home/opam: (run (shell "opam pin add -k version -yn eliom.12.0.0 12.0.0"))
eliom is now pinned to version 12.0.0
2026-02-19 14:00.13 ---> saved as "f3b26f5c2b495d10d6e68429990be8222f35f2571be166610b0c847ac66212dc"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall eliom.12.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\" != 'eliom.12.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"))
eliom.12.0.0 is not installed. Install it? [Y/n] y
* Missing dependency:
- eliom >= 12.0.0 -> ocsigenserver >= 7.0
no matching version
No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall eliom.12.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" != 'eliom.12.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-02-19 14:00.43: Job failed: Failed: Build failed
2026-02-19 14:00.43: Log analysis:
2026-02-19 14:00.43: >>>
No solution found, exiting
(score = 100)
2026-02-19 14:00.43: [SKIP] Package not available