(for PR #26907)
2025-11-10 16:53.48: New job: build apron.0.9.14, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/26907/head (b6229f0d14497cac47fc1ccd0ef31dd6c590ddfe)
on debian-13-ocaml-5.4/i386
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/26907/head" && git reset --hard b6229f0d
git fetch origin master
git merge --no-edit b6a264c784afa1e19f7a926fc10d49010ad12be4
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:9b065b87e21f002152a5436588cd393914529101a8a3dd456f1ba40af505cf22
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
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 apron.0.9.14 0.9.14
RUN opam reinstall apron.0.9.14; \
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" != 'apron.0.9.14' && 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 .
2025-11-10 16:53.48: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:9b065b87e21f002152a5436588cd393914529101a8a3dd456f1ba40af505cf22-apron.0.9.14-b6229f0d14497cac47fc1ccd0ef31dd6c590ddfe"
2025-11-10 16:53.48: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:9b065b87e21f002152a5436588cd393914529101a8a3dd456f1ba40af505cf22)
(shell /usr/bin/linux32 /bin/sh -c)
(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 apron.0.9.14 0.9.14"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall apron.0.9.14;\
\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\" != 'apron.0.9.14' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-11-10 16:53.48: Waiting for resource in pool OCluster
2025-11-10 20:26.32: Waiting for worker…
2025-11-10 20:34.19: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
Updating files: 75% (14038/18705)
Updating files: 76% (14216/18705)
Updating files: 77% (14403/18705)
Updating files: 78% (14590/18705)
Updating files: 79% (14777/18705)
Updating files: 80% (14964/18705)
Updating files: 81% (15152/18705)
Updating files: 82% (15339/18705)
Updating files: 83% (15526/18705)
Updating files: 84% (15713/18705)
Updating files: 85% (15900/18705)
Updating files: 86% (16087/18705)
Updating files: 87% (16274/18705)
Updating files: 88% (16461/18705)
Updating files: 89% (16648/18705)
Updating files: 90% (16835/18705)
Updating files: 91% (17022/18705)
Updating files: 92% (17209/18705)
Updating files: 93% (17396/18705)
Updating files: 94% (17583/18705)
Updating files: 95% (17770/18705)
Updating files: 96% (17957/18705)
Updating files: 97% (18144/18705)
Updating files: 98% (18331/18705)
Updating files: 99% (18518/18705)
Updating files: 100% (18705/18705)
Updating files: 100% (18705/18705), done.
HEAD is now at b6a264c784 Merge pull request #28853 from AltGr/catala100
Auto-merging packages/apron/apron.0.9.14/opam
Merge made by the 'ort' strategy.
packages/apron/apron.0.9.14/opam | 5 ++++-
packages/apron/apron.v0.9.12/opam | 5 ++++-
packages/apron/apron.v0.9.14/opam | 8 +++++++-
3 files changed, 15 insertions(+), 3 deletions(-)
(from ocaml/opam:debian-13-ocaml-5.4@sha256:9b065b87e21f002152a5436588cd393914529101a8a3dd456f1ba40af505cf22)
WARNING: The requested image's platform (linux/386) does not match the detected host platform (linux/amd64) and no specific platform was requested
2025-11-10 20:34.56 ---> saved as "1500aaaedfffa531a608ea1f57b2a88b2796bef135079b11f9f9c2f941843ee3"
/: (shell /usr/bin/linux32 /bin/sh -c)
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-11-10 20:34.57 ---> saved as "666f20fecad61d9176f3ee413787e5f06e1cb4386540626fd3c2be7a1c8d7098"
/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
Format upgrade done.
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.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-11-10 20:35.49 ---> saved as "1e1d146a58bbff824d568512b67f878ffcbadfe7f099a0eed7186a02e4eb6b23"
/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~alpha1
# self-upgrade no
# system arch=x86_32 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-base-compiler" {>= "5.4.0"}]
# compiler-packages ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-option-bytecode-only.1, ocaml-options-vanilla.1
# ocaml:native false
# ocaml:native-tools false
# ocaml:native-dynlink false
# 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+bytecode-only
2025-11-10 20:35.51 ---> saved as "b5653656fabc6982f07999c0a7789022bac07680610d9fbe7916b52fd5e930e9"
/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/"))
2025-11-10 20:36.02 ---> saved as "7154db86b73107d26ee13b9da2c2ede25df053aacb583df5ce9e2606659f7bf8"
/home/opam: (copy (src .) (dst opam-repository/))
2025-11-10 20:36.20 ---> saved as "1f914aa7102109d390f77f6deb0f22415b88189f8fa9b0728dbd62f1bd89b4dd"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-10 20:37.07 ---> saved as "a1cb2548ff1caceb7fd4ce69d51e6b8917286b369ab5d2d1bd7acbb3986861d1"
/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 i386 Packages [64.2 kB]
- Fetched 155 kB in 0s (736 kB/s)
- Reading package lists...
-
2025-11-10 20:37.09 ---> saved as "b5750387216a2cbf2e0420a6c77c29b5c692315bf55fb588afdf257f0a4be8c1"
/home/opam: (run (shell "opam pin add -k version -yn apron.0.9.14 0.9.14"))
apron is now pinned to version 0.9.14
2025-11-10 20:37.11 ---> saved as "7a475224d8fc5281b5cca03340d39073cc67aed8d119266170b1f45525c79bc6"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall apron.0.9.14;\
\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\" != 'apron.0.9.14' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
apron.0.9.14 is not installed. Install it? [Y/n] y
* Incompatible packages:
- (invariant) -> ocaml-base-compiler >= 5.4.0 -> ocaml-compiler = 5.4.0 -> ocaml-option-bytecode-only
- apron < 20150820 -> camlidl
You can temporarily relax the switch invariant with `--update-invariant'
No solution found, exiting
"/usr/bin/linux32" "/bin/sh" "-c" "opam reinstall apron.0.9.14;
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" != 'apron.0.9.14' && 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
2025-11-10 20:37.57: Job failed: Failed: Build failed
2025-11-10 20:37.57: Log analysis:
2025-11-10 20:37.57: >>>
No solution found, exiting
(score = 100)
2025-11-10 20:37.57: [SKIP] Package not available