(for PR #27291)

2025-01-20 00:51.22: New job: list revdeps of mem_usage.0.1.2, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27291/head (967fb5539df21a3f02e7e121810ad13f12bfc982)
                              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/27291/head" && git reset --hard 967fb553
git fetch origin master
git merge --no-edit da383c8610c72e3b8a92e6327148910d1d81cd57
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.3@sha256:be0c99119253d3c2c275fc274b77eb2b00a9a1cad42e18fab213cb0581c9ba14
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 'mem_usage.0.1.2' --coinstallable-with 'mem_usage.0.1.2' --all-versions --depopts && opam list -s --color=never --depends-on 'mem_usage.0.1.2' --coinstallable-with 'mem_usage.0.1.2' --all-versions --recursive && opam list -s --color=never --depends-on 'mem_usage.0.1.2' --coinstallable-with 'mem_usage.0.1.2' --all-versions --with-test --depopts && echo '@@@OUTPUT'

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

2025-01-20 00:51.22: Using cache hint "ocaml/opam:debian-12-ocaml-5.3@sha256:be0c99119253d3c2c275fc274b77eb2b00a9a1cad42e18fab213cb0581c9ba14-mem_usage.0.1.2-967fb5539df21a3f02e7e121810ad13f12bfc982"
2025-01-20 00:51.22: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:be0c99119253d3c2c275fc274b77eb2b00a9a1cad42e18fab213cb0581c9ba14)
 (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 'mem_usage.0.1.2' --coinstallable-with 'mem_usage.0.1.2' --all-versions --depopts && opam list -s --color=never --depends-on 'mem_usage.0.1.2' --coinstallable-with 'mem_usage.0.1.2' --all-versions --recursive && opam list -s --color=never --depends-on 'mem_usage.0.1.2' --coinstallable-with 'mem_usage.0.1.2' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)

2025-01-20 00:51.22: Waiting for resource in pool OCluster
2025-01-20 00:51.22: Waiting for worker…
2025-01-20 00:53.16: Got resource from pool OCluster
Building on x86-bm-c2.sw.ocaml.org
All commits already cached
Updating files:  82% (23847/28952)
Updating files:  83% (24031/28952)
Updating files:  84% (24320/28952)
Updating files:  85% (24610/28952)
Updating files:  86% (24899/28952)
Updating files:  87% (25189/28952)
Updating files:  88% (25478/28952)
Updating files:  89% (25768/28952)
Updating files:  90% (26057/28952)
Updating files:  91% (26347/28952)
Updating files:  92% (26636/28952)
Updating files:  93% (26926/28952)
Updating files:  94% (27215/28952)
Updating files:  95% (27505/28952)
Updating files:  96% (27794/28952)
Updating files:  97% (28084/28952)
Updating files:  98% (28373/28952)
Updating files:  99% (28663/28952)
Updating files: 100% (28952/28952)
Updating files: 100% (28952/28952), done.
HEAD is now at da383c8610 Merge pull request #27275 from xavierleroy/maintenance-intent
Updating da383c8610..967fb5539d
Fast-forward
 packages/conf-sysinfo/conf-sysinfo.1/opam | 14 ++++++++++++
 packages/mem_usage/mem_usage.0.1.2/opam   | 37 +++++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+)
 create mode 100644 packages/conf-sysinfo/conf-sysinfo.1/opam
 create mode 100644 packages/mem_usage/mem_usage.0.1.2/opam

(from ocaml/opam:debian-12-ocaml-5.3@sha256:be0c99119253d3c2c275fc274b77eb2b00a9a1cad42e18fab213cb0581c9ba14)
2025-01-20 00:53.18 ---> using "76cb069d266c7e5611900f60c6d821d76d2aab80f5760e5b9cd16d837b1967b1" 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-01-20 00:53.18 ---> using "c24edbb01a31b8ba1780219e688ff065a5938418ef46b45f0e7c43ce8c949424" 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
2025-01-20 00:53.18 ---> using "3649d4ad41681ee820dcce0278a2a2b184975f18166de8f31f514f4a0b7e16d5" 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 (26290a42e5a3dd44c3e2f8f743e6b8c391bdc206)
# 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)
# 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-01-20 00:53.18 ---> using "76f0319f82595ce9ebd24f7c89acc914d38b104ff46e02e606665a95a34629d6" 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-01-20 00:53.18 ---> using "501cebd6c2c2ba69429c02b1cf581ecfbcb89b9c57ffb1515f8c25b5434f7f96" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-01-20 00:53.20 ---> using "03b7eca918fb502d6f9672a9e57a6cd91d0b32785934d44add9677ce6dce32fd" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-01-20 00:53.20 ---> using "7ad5fed5577ff3a78198bcd74f02b3b15ff0e60da4b832825d50e7639f11513d" from cache

/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 [8792 kB]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [15.1 kB]
- Get:6 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2025-01-14-2009.05-F-2025-01-14-2009.05.pdiff [5693 B]
- Get:6 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2025-01-14-2009.05-F-2025-01-14-2009.05.pdiff [5693 B]
- Get:7 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [241 kB]
- Fetched 9309 kB in 2s (4178 kB/s)
- Reading package lists...
2025-01-20 00:53.20 ---> using "881dc4b517af5b2dc4e7d2b30ab5a0a42844a4c3a4c63d28871e3c793a27703d" from cache

/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'mem_usage.0.1.2' --coinstallable-with 'mem_usage.0.1.2' --all-versions --depopts && opam list -s --color=never --depends-on 'mem_usage.0.1.2' --coinstallable-with 'mem_usage.0.1.2' --all-versions --recursive && opam list -s --color=never --depends-on 'mem_usage.0.1.2' --coinstallable-with 'mem_usage.0.1.2' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
mem_usage.0.1.2
@@@OUTPUT
2025-01-20 00:54.38 ---> saved as "3c8fc5309ae9fb3957e9888105bc146e1942298e8d69c110aad95a752edf38ad"
Job succeeded
2025-01-20 00:54.48: Job succeeded