(for PR #26912)

2024-11-19 09:03.20: New job: list revdeps of mlgmpidl.1.2.15-1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/26912/head (abbcdb2240dac4ec438fb04f3a5765f5a7c4c30a)
                              on debian-12-ocaml-5.2/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/26912/head" && git reset --hard abbcdb22
git fetch origin master
git merge --no-edit 11bdbee61114a1cfa080b764e71c72a5760a93f0
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.2@sha256:97dd257b926d59082f42100b80c9d7084f8083bb3eb4b438ade497f908676f86
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMSOLVERTIMEOUT="1000"
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 'mlgmpidl.1.2.15-1' --coinstallable-with 'mlgmpidl.1.2.15-1' --all-versions --depopts && opam list -s --color=never --depends-on 'mlgmpidl.1.2.15-1' --coinstallable-with 'mlgmpidl.1.2.15-1' --all-versions --recursive && opam list -s --color=never --depends-on 'mlgmpidl.1.2.15-1' --coinstallable-with 'mlgmpidl.1.2.15-1' --all-versions --with-test --depopts && echo '@@@OUTPUT'

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

2024-11-19 09:03.20: Using cache hint "ocaml/opam:debian-12-ocaml-5.2@sha256:97dd257b926d59082f42100b80c9d7084f8083bb3eb4b438ade497f908676f86-mlgmpidl.1.2.15-1-abbcdb2240dac4ec438fb04f3a5765f5a7c4c30a"
2024-11-19 09:03.20: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.2@sha256:97dd257b926d59082f42100b80c9d7084f8083bb3eb4b438ade497f908676f86)
 (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 "uname -rs && opam exec -- ocaml -version && opam --version"))
 (env OPAMDOWNLOADJOBS 1)
 (env OPAMERRLOGLEN 0)
 (env OPAMSOLVERTIMEOUT 1000)
 (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 'mlgmpidl.1.2.15-1' --coinstallable-with 'mlgmpidl.1.2.15-1' --all-versions --depopts && opam list -s --color=never --depends-on 'mlgmpidl.1.2.15-1' --coinstallable-with 'mlgmpidl.1.2.15-1' --all-versions --recursive && opam list -s --color=never --depends-on 'mlgmpidl.1.2.15-1' --coinstallable-with 'mlgmpidl.1.2.15-1' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)

2024-11-19 09:03.20: Waiting for resource in pool OCluster
2024-11-19 09:03.20: Waiting for worker…
2024-11-19 09:03.20: Got resource from pool OCluster
Building on x86-bm-c14.sw.ocaml.org
All commits already cached
Updating files:  83% (27348/32709)
Updating files:  84% (27476/32709)
Updating files:  85% (27803/32709)
Updating files:  86% (28130/32709)
Updating files:  87% (28457/32709)
Updating files:  88% (28784/32709)
Updating files:  89% (29112/32709)
Updating files:  90% (29439/32709)
Updating files:  91% (29766/32709)
Updating files:  92% (30093/32709)
Updating files:  93% (30420/32709)
Updating files:  94% (30747/32709)
Updating files:  95% (31074/32709)
Updating files:  96% (31401/32709)
Updating files:  97% (31728/32709)
Updating files:  98% (32055/32709)
Updating files:  99% (32382/32709)
Updating files: 100% (32709/32709)
Updating files: 100% (32709/32709), done.
HEAD is now at 11bdbee611 Merge pull request #26909 from Octachron/ocaml-5.2.1
Merge made by the 'ort' strategy.
 packages/mlgmpidl/mlgmpidl.1.2.15-1/opam | 43 ++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)
 create mode 100644 packages/mlgmpidl/mlgmpidl.1.2.15-1/opam

(from ocaml/opam:debian-12-ocaml-5.2@sha256:97dd257b926d59082f42100b80c9d7084f8083bb3eb4b438ade497f908676f86)
2024-11-19 09:03.23 ---> using "98353706d601dd4b27d8aa833091be13566ab311784d3187c428fa6ab0467d91" from cache

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2024-11-19 09:03.23 ---> using "a67aa45b00a8ea2c1599a278c3267fd59963226ccd426a0fa8429d59e0d5748d" 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 development 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] synchronised from file:///home/opam/opam-repository
2024-11-19 09:03.23 ---> using "f2fee08455cb92c5fb90ae595e148292c3f18882de9f353dd598a31d42f4e974" from cache

/home/opam: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-125-generic
The OCaml toplevel, version 5.2.0
2.4.0~alpha1~dev
2024-11-19 09:03.23 ---> using "c7e14b1055864da701579d291659f01cf0fb5bb151ed6aa56d89d23cd7a86696" from cache

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMSOLVERTIMEOUT 1000)

/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/"))
2024-11-19 09:03.23 ---> using "b1f88b1b15421ece257d4081bfded19a182ae791c30f2a3fcdcfcdda31274243" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2024-11-19 09:03.25 ---> using "cb26a9a21a8262badafbebf6ce8d995272df869c42e238ed8b68a300d41a67b9" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2024-11-19 09:03.25 ---> using "e079e734676e452067ad13498d81d1258dab1ee245c1cb6bb44101d0da820337" from cache

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [204 kB]
- Fetched 307 kB in 0s (1266 kB/s)
- Reading package lists...
2024-11-19 09:03.25 ---> using "a207ac6fed19f31c1044556e708566e72383351f8d040d8d62c968ce8e79293a" from cache

/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'mlgmpidl.1.2.15-1' --coinstallable-with 'mlgmpidl.1.2.15-1' --all-versions --depopts && opam list -s --color=never --depends-on 'mlgmpidl.1.2.15-1' --coinstallable-with 'mlgmpidl.1.2.15-1' --all-versions --recursive && opam list -s --color=never --depends-on 'mlgmpidl.1.2.15-1' --coinstallable-with 'mlgmpidl.1.2.15-1' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
apron.0.9.14
apron.v0.9.14~beta.2
apron.v0.9.14
apron.v0.9.15
elina.1.0
elina.1.1
elina.1.3
elina.1.3.1
elina.1.3.2
lutin.2.71.10
lutin.2.71.15
mopsa.1.0
polka.2.71.10
polka.2.71.15
absolute.0.1
absolute.0.2
absolute.0.3
apron.0.9.14
apron.v0.9.14~beta.2
apron.v0.9.14
apron.v0.9.15
apronext.1.0
apronext.1.0.1
apronext.1.0.2
apronext.1.0.3
apronext.1.0.4
bddrand.2.71.10
bddrand.2.71.15
elina.1.0
elina.1.1
elina.1.3
elina.1.3.1
elina.1.3.2
jasmin.2023.06.2
jasmin.2023.06.3
jasmin.2023.06.4
jasmin.2024.07.0
jasmin.2024.07.1
libabsolute.0.1
lutin.2.71.10
lutin.2.71.15
mlgmpidl.1.2.15-1
mopsa.1.0
picasso.0.1
picasso.0.2.0
picasso.0.3.0
picasso.0.4.0
polka.2.71.10
polka.2.71.15
apron.0.9.14
apron.v0.9.14~beta.2
apron.v0.9.14
apron.v0.9.15
elina.1.0
elina.1.1
elina.1.3
elina.1.3.1
elina.1.3.2
lutin.2.71.10
lutin.2.71.15
mopsa.1.0
polka.2.71.10
polka.2.71.15
@@@OUTPUT
2024-11-19 09:04.50 ---> saved as "246d85a46776c1e114f01a97a7c72fd661b19e9f6d9a9a8433c5489cbd336c4d"
Job succeeded
2024-11-19 09:04.58: Job succeeded