(for PR #25273)

2024-07-03 12:55.54: New job: list revdeps of leaves.0.0.3, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/25273/head (20766ae4a537a13e1ac026d21b630f786edfe10d)
                              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/25273/head" && git reset --hard 20766ae4
git fetch origin master
git merge --no-edit f11abb6589b7c157b8bd91c5d5fcb5a92da6d892
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.2@sha256:583bd84391ee71ae55caa44262c64c2260af63906c7c0231d7561504ac61b650
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="500"
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 'leaves.0.0.3' --coinstallable-with 'leaves.0.0.3' --all-versions --depopts && opam list -s --color=never --depends-on 'leaves.0.0.3' --coinstallable-with 'leaves.0.0.3' --all-versions --recursive && opam list -s --color=never --depends-on 'leaves.0.0.3' --coinstallable-with 'leaves.0.0.3' --all-versions --with-test --depopts && echo '@@@OUTPUT'

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

2024-07-03 12:55.54: Using cache hint "ocaml/opam:debian-12-ocaml-5.2@sha256:583bd84391ee71ae55caa44262c64c2260af63906c7c0231d7561504ac61b650-leaves.0.0.3-20766ae4a537a13e1ac026d21b630f786edfe10d"
2024-07-03 12:55.54: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.2@sha256:583bd84391ee71ae55caa44262c64c2260af63906c7c0231d7561504ac61b650)
 (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 500)
 (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 'leaves.0.0.3' --coinstallable-with 'leaves.0.0.3' --all-versions --depopts && opam list -s --color=never --depends-on 'leaves.0.0.3' --coinstallable-with 'leaves.0.0.3' --all-versions --recursive && opam list -s --color=never --depends-on 'leaves.0.0.3' --coinstallable-with 'leaves.0.0.3' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)

2024-07-03 12:55.54: Waiting for resource in pool OCluster
2024-07-03 15:43.55: Waiting for worker…
2024-07-03 15:47.39: Got resource from pool OCluster
Building on x86-bm-c3.sw.ocaml.org
All commits already cached
Updating files:  67% (21296/31664)
Updating files:  68% (21532/31664)
Updating files:  69% (21849/31664)
Updating files:  70% (22165/31664)
Updating files:  71% (22482/31664)
Updating files:  72% (22799/31664)
Updating files:  73% (23115/31664)
Updating files:  74% (23432/31664)
Updating files:  75% (23748/31664)
Updating files:  76% (24065/31664)
Updating files:  77% (24382/31664)
Updating files:  78% (24698/31664)
Updating files:  79% (25015/31664)
Updating files:  80% (25332/31664)
Updating files:  81% (25648/31664)
Updating files:  82% (25965/31664)
Updating files:  83% (26282/31664)
Updating files:  84% (26598/31664)
Updating files:  85% (26915/31664)
Updating files:  86% (27232/31664)
Updating files:  87% (27548/31664)
Updating files:  88% (27865/31664)
Updating files:  89% (28181/31664)
Updating files:  90% (28498/31664)
Updating files:  91% (28815/31664)
Updating files:  92% (29131/31664)
Updating files:  93% (29448/31664)
Updating files:  94% (29765/31664)
Updating files:  95% (30081/31664)
Updating files:  96% (30398/31664)
Updating files:  97% (30715/31664)
Updating files:  98% (31031/31664)
Updating files:  99% (31348/31664)
Updating files: 100% (31664/31664)
Updating files: 100% (31664/31664), done.
HEAD is now at f11abb6589 Merge pull request #26180 from mseri/fix-async_ssl
Merge made by the 'ort' strategy.
 packages/leaves/leaves.0.0.3/opam   | 42 ++++++++++++++++++++++++++++++++++
 packages/minttea/minttea.0.0.3/opam | 43 +++++++++++++++++++++++++++++++++++
 packages/spices/spices.0.0.3/opam   | 45 +++++++++++++++++++++++++++++++++++++
 3 files changed, 130 insertions(+)
 create mode 100644 packages/leaves/leaves.0.0.3/opam
 create mode 100644 packages/minttea/minttea.0.0.3/opam
 create mode 100644 packages/spices/spices.0.0.3/opam

(from ocaml/opam:debian-12-ocaml-5.2@sha256:583bd84391ee71ae55caa44262c64c2260af63906c7c0231d7561504ac61b650)
2024-07-03 15:47.42 ---> using "9db33b4bb054733b7edf7c000bfa2223fb2a5578295224f53737a047b78cd615" 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-07-03 15:47.42 ---> saved as "8252a6b7cac13d21fd440da8f14de1380f71877f7f352e35c4869ec0d15987e6"

/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~beta, 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-07-03 15:48.53 ---> saved as "7307acb780431de9b8a2cf61fce2e31cac34d318fb8259ace1403298a7145fc3"

/home/opam: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-113-generic
The OCaml toplevel, version 5.2.0
2.2.0~rc1
2024-07-03 15:48.53 ---> saved as "c064eef16a2a2d098179728c78fa9e0229e4b9b32fbc4db544ae1017758abe31"

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMSOLVERTIMEOUT 500)

/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-07-03 15:49.01 ---> saved as "3fcc22a591adc4fba1849f596cb02b575bc7932f25a239a6a1e48cbfa6f6eb8d"

/home/opam: (copy (src .) (dst opam-repository/))
2024-07-03 15:49.27 ---> saved as "1b358e36b9a6d588304af9628737b52c7ed1951b7517b889848e9662d6928dc2"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2024-07-03 15:50.17 ---> saved as "5b0ab040bb6b0831cce7670b57f2d80c36eadb92da097c448b4124c44ee55987"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
- 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 bookworm/main amd64 Packages [8788 kB]
- Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [164 kB]
- Fetched 9206 kB in 1s (6226 kB/s)
- Reading package lists...
- 
2024-07-03 15:50.19 ---> saved as "af3d55ecefa3de20d0dce0d126b8c569cf31f120af4f7f081e61d0a53effdf21"

/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'leaves.0.0.3' --coinstallable-with 'leaves.0.0.3' --all-versions --depopts && opam list -s --color=never --depends-on 'leaves.0.0.3' --coinstallable-with 'leaves.0.0.3' --all-versions --recursive && opam list -s --color=never --depends-on 'leaves.0.0.3' --coinstallable-with 'leaves.0.0.3' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
leaves.0.0.3
@@@OUTPUT
2024-07-03 15:51.34 ---> saved as "abefd6c5866da7118fbdcd97c893565d06659678b8e0f2e15c0158b7e003a075"
Job succeeded
2024-07-03 15:51.44: Job succeeded