(for PR #26907)
2026-02-10 15:50.02: New job: build apron.v0.9.15, using opam 2.0
from https://github.com/ocaml/opam-repository.git#refs/pull/26907/head (b6229f0d14497cac47fc1ccd0ef31dd6c590ddfe)
on debian-13-ocaml-5.4/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/26907/head" && git reset --hard b6229f0d
git fetch origin master
git merge --no-edit 6a35634d6446e6151b438792d64cc32db88a1a2e
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:4add1601135529e9f2e403a25c1c640231c0e871e87f88cf8feab4be5095104c
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam
RUN opam init --reinit -ni
RUN 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 depext -u || true
RUN opam pin add -k version -yn apron.v0.9.15 v0.9.15
RUN opam depext apron.v0.9.15 && opam reinstall apron.v0.9.15; \
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.v0.9.15' && 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-10 15:50.02: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:4add1601135529e9f2e403a25c1c640231c0e871e87f88cf8feab4be5095104c-apron.v0.9.15-b6229f0d14497cac47fc1ccd0ef31dd6c590ddfe"
2026-02-10 15:50.02: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:4add1601135529e9f2e403a25c1c640231c0e871e87f88cf8feab4be5095104c)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam"))
(run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
(run (shell "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 depext -u || true"))
(run (shell "opam pin add -k version -yn apron.v0.9.15 v0.9.15"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam depext apron.v0.9.15 && opam reinstall apron.v0.9.15;\
\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.v0.9.15' && 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-10 15:50.02: Waiting for resource in pool OCluster
2026-02-10 19:03.53: Waiting for worker…
2026-02-10 19:07.06: Got resource from pool OCluster
Building on clete
All commits already cached
HEAD is now at 6a35634d64 Merge pull request #29363 from hannesm/maint-none-feb-2026
Auto-merging packages/apron/apron.v0.9.15/opam
Merge made by the 'ort' strategy.
packages/apron/apron.v0.9.12/opam | 5 ++++-
packages/apron/apron.v0.9.14/opam | 8 +++++++-
packages/apron/apron.v0.9.15/opam | 5 ++++-
3 files changed, 15 insertions(+), 3 deletions(-)
(from ocaml/opam:debian-13-ocaml-5.4@sha256:4add1601135529e9f2e403a25c1c640231c0e871e87f88cf8feab4be5095104c)
2026-02-10 19:07.51 ---> using "3c18c9e472a4f76bc128dc0a5a1e21158ba3dbd0d6773ace6ec33f0cfe6fac9b" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam"))
2026-02-10 19:07.52 ---> saved as "9977b265c0c2169e3d6e1d5fd30288788cef6fa2098b216c383dbe2f2af5d3be"
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
[NOTE] Will configure 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.
[WARNING] Recommended dependencies -- most packages rely on these:
- m4
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
default (at git+file:///home/opam/opam-repository):
[INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)
2026-02-10 19:09.08 ---> saved as "9db4ce202e63f28fbf637045209431c2712a649b3d599ee21c42ca79a8b8f601"
/home/opam: (run (shell "opam config report"))
# opam config report
# opam-version 2.0.10 (adc1e1829a2bef5b240746df80341b508290fe3b)
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=debian os-version=13
# solver builtin-mccs+glpk
# install-criteria -removed,-count[version-lag,request],-count[version-lag,changed],-changed
# upgrade-criteria -removed,-count[version-lag,solution],-new
# jobs 71
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.4
2026-02-10 19:09.09 ---> saved as "9d723489c4ffa196e512eaebf98a1efe43ed5b2d8d1bbf1c8e8e385abac1d516"
/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-10 19:09.18 ---> saved as "faef83b30c7783db3d1569810b91945d51f81e1a6b9da9881987b9c3f598b75f"
/home/opam: (copy (src .) (dst opam-repository/))
2026-02-10 19:09.30 ---> saved as "f5c232ee32f35f81b4f672f0ac9710763afccf63e7ba18996554ef48532a364a"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
default (at file:///home/opam/opam-repository):
[INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)
2026-02-10 19:09.50 ---> saved as "4de94ade869299bd7468bdc92c6c8a3e45e77f07d44f8b176d46742b4eee743b"
/home/opam: (run (network host)
(shell "opam depext -u || true"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
The following command needs to be run through "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 [104 kB]
Fetched 195 kB in 0s (1172 kB/s)
Reading package lists...
# OS package update successful
2026-02-10 19:09.53 ---> saved as "bf66ad766d1a8c825f804a8f48b3563b0d2a9d3e45454fe532cf38a8f677ddb4"
/home/opam: (run (shell "opam pin add -k version -yn apron.v0.9.15 v0.9.15"))
apron is now pinned to version v0.9.15
2026-02-10 19:09.54 ---> saved as "b600e35717b818c6379e686bc70e701498b694281dc005407cb4544b64165462"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam depext apron.v0.9.15 && opam reinstall apron.v0.9.15;\
\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.v0.9.15' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
findutils
libgmp-dev
libmpfr-dev
perl
The following command needs to be run through "sudo":
apt-get install -qq -yy findutils libgmp-dev libmpfr-dev perl
Selecting previously unselected package libgmpxx4ldbl:amd64.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20654 files and directories currently installed.)
Preparing to unpack .../libgmpxx4ldbl_2%3a6.3.0+dfsg-3_amd64.deb ...
Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
Selecting previously unselected package libgmp-dev:amd64.
Preparing to unpack .../libgmp-dev_2%3a6.3.0+dfsg-3_amd64.deb ...
Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
Selecting previously unselected package libmpfr-dev:amd64.
Preparing to unpack .../libmpfr-dev_4.2.2-1_amd64.deb ...
Unpacking libmpfr-dev:amd64 (4.2.2-1) ...
Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
Setting up libmpfr-dev:amd64 (4.2.2-1) ...
Processing triggers for libc-bin (2.41-12+deb13u1) ...
# OS packages installation successful
apron.v0.9.15 is not installed. Install it? [Y/n] y
The following actions will be performed:
- install conf-perl 2 [required by apron]
- install ocamlbuild 0.16.1 [required by apron]
- install dune 3.21.0 [required by bigarray-compat]
- install ocamlfind 1.9.8 [required by apron]
- install conf-gmp 5 [required by mlgmpidl]
- install camlidl 1.13 [required by apron]
- install bigarray-compat 1.1.0 [required by mlgmpidl]
- install conf-mpfr 2 [required by mlgmpidl]
- install mlgmpidl 1.2.15-1 [required by apron]
- install apron v0.9.15*
===== 10 to install =====
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[apron.v0.9.15] found in cache
[bigarray-compat.1.1.0] found in cache
[camlidl.1.13] found in cache
[dune.3.21.0] found in cache
[mlgmpidl.1.2.15-1] found in cache
[ocamlbuild.0.16.1] found in cache
[ocamlfind.1.9.8] found in cache
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-gmp.5
-> installed conf-perl.2
-> installed conf-mpfr.2
-> installed camlidl.1.13
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed dune.3.21.0
-> installed bigarray-compat.1.1.0
-> installed mlgmpidl.1.2.15-1
-> installed apron.v0.9.15
Done.
# Run eval $(opam env) to update the current shell environment
2026-02-10 19:12.25 ---> saved as "97ceb18d966811b841ce21235d34a66ab1bba56d7320a086eea54620e44db89d"
Job succeeded
2026-02-10 19:12.41: Job succeeded