(for PR #26907)

2025-11-10 20:23.46: New job: list revdeps of apron.0.9.14, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/26907/head (b6229f0d14497cac47fc1ccd0ef31dd6c590ddfe)
                              on debian-13-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/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-4.14@sha256:00ac8d2b32d98ee2c476e540a2ee462e24f50f003f31c05c8e412147e16c039e
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 echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'apron.0.9.14' --coinstallable-with 'apron.0.9.14' --all-versions --depopts && opam list -s --color=never --depends-on 'apron.0.9.14' --coinstallable-with 'apron.0.9.14' --all-versions --recursive && opam list -s --color=never --depends-on 'apron.0.9.14' --coinstallable-with 'apron.0.9.14' --all-versions --with-test --depopts && echo '@@@OUTPUT'

END-OF-DOCKERFILE
docker build -f ../Dockerfile .

2025-11-10 20:23.46: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:00ac8d2b32d98ee2c476e540a2ee462e24f50f003f31c05c8e412147e16c039e-apron.0.9.14-b6229f0d14497cac47fc1ccd0ef31dd6c590ddfe"
2025-11-10 20:23.46: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:00ac8d2b32d98ee2c476e540a2ee462e24f50f003f31c05c8e412147e16c039e)
 (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 "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'apron.0.9.14' --coinstallable-with 'apron.0.9.14' --all-versions --depopts && opam list -s --color=never --depends-on 'apron.0.9.14' --coinstallable-with 'apron.0.9.14' --all-versions --recursive && opam list -s --color=never --depends-on 'apron.0.9.14' --coinstallable-with 'apron.0.9.14' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)

2025-11-10 20:23.46: Waiting for resource in pool OCluster
2025-11-10 20:23.47: Waiting for worker…
2025-11-10 23:18.59: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
Updating files:  61% (11523/18705)
Updating files:  62% (11598/18705)
Updating files:  63% (11785/18705)
Updating files:  64% (11972/18705)
Updating files:  65% (12159/18705)
Updating files:  66% (12346/18705)
Updating files:  67% (12533/18705)
Updating files:  68% (12720/18705)
Updating files:  69% (12907/18705)
Updating files:  70% (13094/18705)
Updating files:  71% (13281/18705)
Updating files:  72% (13468/18705)
Updating files:  73% (13655/18705)
Updating files:  74% (13842/18705)
Updating files:  75% (14029/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-4.14@sha256:00ac8d2b32d98ee2c476e540a2ee462e24f50f003f31c05c8e412147e16c039e)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:00ac8d2b32d98ee2c476e540a2ee462e24f50f003f31c05c8e412147e16c039e' locally
docker.io/ocaml/opam@sha256:00ac8d2b32d98ee2c476e540a2ee462e24f50f003f31c05c8e412147e16c039e: Pulling from ocaml/opam
13cc39f8244a: Already exists
b27d53669817: Already exists
062c909e206e: Already exists
265baae72087: Already exists
b6b7b385247c: Already exists
bfb7bf5b7c6d: Already exists
b18c76fc18f2: Already exists
6bdbb37ee35f: Already exists
84035aa4da2d: Already exists
0c3307e14207: Already exists
30b92d637d72: Already exists
991b07583706: Already exists
e1d7a79a1495: Already exists
6b08d63c6214: Already exists
4c7236344711: Already exists
12506f41e8b0: Already exists
12506f41e8b0: Already exists
2330d596aec1: Already exists
a48299f5ec62: Already exists
04618a577568: Already exists
8c4b002d072b: Already exists
4f4fb700ef54: Already exists
ff68f05e2976: Already exists
d5543b560a3e: Already exists
4a9030bbb1ef: Already exists
c59b3bec3411: Already exists
85a7c9be9495: Already exists
dbc6bd8f2e44: Already exists
6680a5133ca2: Already exists
470c0056084c: Already exists
6b9af56b67cf: Already exists
c572cde25fb3: Already exists
033b2d405acf: Already exists
663cc5b3d424: Already exists
840bbd47fded: Already exists
fb8f644ba010: Already exists
66735543f230: Already exists
7896354b8c11: Already exists
a0063722d8c2: Already exists
7018e4a5881b: Already exists
68cdbf191334: Pulling fs layer
32f4eb11e5dc: Pulling fs layer
eeb0425dd47f: Pulling fs layer
12428cddc61a: Pulling fs layer
12428cddc61a: Waiting
32f4eb11e5dc: Verifying Checksum
32f4eb11e5dc: Download complete
eeb0425dd47f: Download complete
12428cddc61a: Verifying Checksum
12428cddc61a: Download complete
68cdbf191334: Verifying Checksum
68cdbf191334: Download complete
68cdbf191334: Pull complete
32f4eb11e5dc: Pull complete
eeb0425dd47f: Pull complete
12428cddc61a: Pull complete
Digest: sha256:00ac8d2b32d98ee2c476e540a2ee462e24f50f003f31c05c8e412147e16c039e
Status: Downloaded newer image for ocaml/opam@sha256:00ac8d2b32d98ee2c476e540a2ee462e24f50f003f31c05c8e412147e16c039e
2025-11-10 23:19.05 ---> using "0a7782df646ba17c4c91deb7545267f63c19555df9b225a0640862ce540c1383" from cache

/: (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 23:19.05 ---> using "e3cc97f3c946abac4036e9918a15af8cd2359775cb282137405852a83e5e4ac5" from cache

/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
2025-11-10 23:19.05 ---> using "b3771c9b2a97061bcd39a540eb46c8c9391a701a6a2417777709d0e8bcafecec" from cache

/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_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       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
2025-11-10 23:19.05 ---> using "8b9250364ffb330fc85473d01676fcba0e45f4a15f62098ec06ae23bfca0fd04" from cache

/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 23:19.05 ---> using "324936077a47671067794cc83def947ee8a01c92aab91da2d8bb3576676449b4" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-11-10 23:19.40 ---> saved as "a2bd7e3c3da835ee52ce02104a1b4da9448376419a575bd680f4577823380dd6"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-10 23:20.06 ---> saved as "2c7d2b7431b26f0510cfb7a13d37ce06693bbe2a1cb050047991c7f5ce155e07"

/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 [69.3 kB]
- Fetched 160 kB in 0s (1193 kB/s)
- Reading package lists...
- 
2025-11-10 23:20.08 ---> saved as "a4606c66f154c6a7eec9b425e80a859a8a7cf4e19eb0f681424ad5e1e128fc9f"

/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'apron.0.9.14' --coinstallable-with 'apron.0.9.14' --all-versions --depopts && opam list -s --color=never --depends-on 'apron.0.9.14' --coinstallable-with 'apron.0.9.14' --all-versions --recursive && opam list -s --color=never --depends-on 'apron.0.9.14' --coinstallable-with 'apron.0.9.14' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
absolute.0.1
absolute.0.2
absolute.0.3
apronext.1.0
apronext.1.0.1
apronext.1.0.2
apronext.1.0.3
apronext.1.0.4
elina.1.0
elina.1.1
elina.1.3
elina.1.3.1
elina.1.3.2
frama-c.20.0
frama-c.21.0
frama-c.21.1
frama-c.22.0
frama-c.24.0
frama-c.25.0~beta
frama-c.25.0
frama-c.26.0~beta
frama-c.26.0
frama-c.26.1
frama-c.27.0~beta
frama-c.27.0
frama-c.27.1
frama-c.28.0~beta
frama-c.28.0
frama-c.28.1
frama-c.29.0~beta
frama-c.29.0
frama-c.30.0~beta
frama-c.30.0
frama-c.31.0~beta
frama-c.31.0
goblint.2.0.0
goblint.2.0.1
goblint.2.1.0
goblint.2.2.1
goblint.2.3.0
libabsolute.0.1
picasso.0.1
picasso.0.2.0
picasso.0.3.0
picasso.0.4.0
absolute.0.1
absolute.0.2
absolute.0.3
apron.0.9.14
apronext.1.0
apronext.1.0.1
apronext.1.0.2
apronext.1.0.3
apronext.1.0.4
elina.1.0
elina.1.1
elina.1.3
elina.1.3.1
elina.1.3.2
libabsolute.0.1
picasso.0.1
picasso.0.2.0
picasso.0.3.0
picasso.0.4.0
absolute.0.1
absolute.0.2
absolute.0.3
apronext.1.0
apronext.1.0.1
apronext.1.0.2
apronext.1.0.3
apronext.1.0.4
elina.1.0
elina.1.1
elina.1.3
elina.1.3.1
elina.1.3.2
frama-c.20.0
frama-c.21.0
frama-c.21.1
frama-c.22.0
frama-c.24.0
frama-c.25.0~beta
frama-c.25.0
frama-c.26.0~beta
frama-c.26.0
frama-c.26.1
frama-c.27.0~beta
frama-c.27.0
frama-c.27.1
frama-c.28.0~beta
frama-c.28.0
frama-c.28.1
frama-c.29.0~beta
frama-c.29.0
frama-c.30.0~beta
frama-c.30.0
frama-c.31.0~beta
frama-c.31.0
libabsolute.0.1
picasso.0.1
picasso.0.2.0
picasso.0.3.0
picasso.0.4.0
@@@OUTPUT
2025-11-10 23:20.45 ---> saved as "fd9428d047a4ae665eb56ecd11231108db5de2d955b6c7dc1b3a425f8e2e98a0"
Job succeeded
2025-11-10 23:20.50: Job succeeded