(not at the head of any monitored branch or PR)
2025-03-28 23:03.12: New job: list revdeps of ppx_minidebug.2.2.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27691/head (9c24e95324cb107defe230a7da3f317766d15c21)
                              on debian-12-ocaml-5.3/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/27691/head" && git reset --hard 9c24e953
git fetch origin master
git merge --no-edit a8a89f62d8abd2a9f0cbb04826bfec1ef6b563e7
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.3@sha256:95d5766899a6b34da07175cc6752839c58f5cf0b22c08bfac36916a324e0182b
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 'ppx_minidebug.2.2.0' --coinstallable-with 'ppx_minidebug.2.2.0' --all-versions --depopts && opam list -s --color=never --depends-on 'ppx_minidebug.2.2.0' --coinstallable-with 'ppx_minidebug.2.2.0' --all-versions --recursive && opam list -s --color=never --depends-on 'ppx_minidebug.2.2.0' --coinstallable-with 'ppx_minidebug.2.2.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'

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

2025-03-28 23:03.12: Using cache hint "ocaml/opam:debian-12-ocaml-5.3@sha256:95d5766899a6b34da07175cc6752839c58f5cf0b22c08bfac36916a324e0182b-ppx_minidebug.2.2.0-9c24e95324cb107defe230a7da3f317766d15c21"
2025-03-28 23:03.12: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:95d5766899a6b34da07175cc6752839c58f5cf0b22c08bfac36916a324e0182b)
 (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 'ppx_minidebug.2.2.0' --coinstallable-with 'ppx_minidebug.2.2.0' --all-versions --depopts && opam list -s --color=never --depends-on 'ppx_minidebug.2.2.0' --coinstallable-with 'ppx_minidebug.2.2.0' --all-versions --recursive && opam list -s --color=never --depends-on 'ppx_minidebug.2.2.0' --coinstallable-with 'ppx_minidebug.2.2.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)

2025-03-28 23:03.12: Waiting for resource in pool OCluster
2025-03-28 23:03.12: Waiting for worker…
2025-03-28 23:04.45: Got resource from pool OCluster
Building on x86-bm-c2.sw.ocaml.org
All commits already cached
HEAD is now at a8a89f62d8 Merge pull request #27687 from codinuum/diffast-20250328
Updating a8a89f62d8..9c24e95324
Fast-forward
 packages/ppx_minidebug/ppx_minidebug.2.2.0/opam | 55 +++++++++++++++++++++++++
 1 file changed, 55 insertions(+)
 create mode 100644 packages/ppx_minidebug/ppx_minidebug.2.2.0/opam

(from ocaml/opam:debian-12-ocaml-5.3@sha256:95d5766899a6b34da07175cc6752839c58f5cf0b22c08bfac36916a324e0182b)
2025-03-28 23:04.49 ---> using "f4aecc5a2ed834d2fb296b652823b8fe58aa33c4554a4174b68da852723cb8fe" 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-03-28 23:04.49 ---> using "5414cc0e69fc9e437b7b711915106bef79be7ba36f736860f147b2d264682f05" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive
[default] synchronised from file:///home/opam/opam-repository
2025-03-28 23:04.49 ---> using "cc78edbcecf521ed571f2cfe2f58daeb13f43c0e1c0a2f9cd5df302583da5bc4" 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.4.0~alpha1~dev (fcce0c8d871702aabac0a216e45212ff004cfe79)
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=debian os-version=12
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 39
# repositories         1 (local), 1 (version-controlled)
# pinned               1 (version)
# current-switch       5.3
# invariant            ["ocaml-base-compiler" {>= "5.3.0"}]
# compiler-packages    ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.3/lib/ocaml/stublibs:/home/opam/.opam/5.3/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.3.0
2025-03-28 23:04.49 ---> using "411c9276e627417ea63790e8451eccdb8b29f01cd9598e1b469405b5b35170aa" 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-03-28 23:04.49 ---> using "52188395a29d58d7ae34c4055a23ff178595c88ba41cc0bb7c419545525c158b" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-03-28 23:04.51 ---> using "ed668b5307aa08c678605abaa8d8821f09c64ecfb8e6bf5b586d579a9a8f10c3" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-03-28 23:04.51 ---> using "c11cb79349806a3414802e7db7c6b6430bf7bd396eda3bc955e6d2f1be4d03e8" 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 bookworm-updates/main amd64 Packages.diff/Index [16.2 kB]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2025-03-27-1414.15-F-2025-03-27-1414.15.pdiff [187 B]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2025-03-27-1414.15-F-2025-03-27-1414.15.pdiff [187 B]
- Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [250 kB]
- Fetched 370 kB in 0s (1483 kB/s)
- Reading package lists...
2025-03-28 23:04.51 ---> using "46f60d8b07c9d5050d9f1de4e6eea3151b02e094915c5f8236b5ab5da772b3f1" from cache

/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'ppx_minidebug.2.2.0' --coinstallable-with 'ppx_minidebug.2.2.0' --all-versions --depopts && opam list -s --color=never --depends-on 'ppx_minidebug.2.2.0' --coinstallable-with 'ppx_minidebug.2.2.0' --all-versions --recursive && opam list -s --color=never --depends-on 'ppx_minidebug.2.2.0' --coinstallable-with 'ppx_minidebug.2.2.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
ppx_minidebug.2.2.0
@@@OUTPUT
2025-03-28 23:06.20 ---> saved as "e00f4a8bedb37076c81e04e11264d24a0af3e5f5582f7a9078963b34596923c3"
Job succeeded
2025-03-28 23:06.25: Job succeeded