(for PR #28931)

2025-12-09 23:40.13: New job: list revdeps of lmdb.1.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28931/head (42abe0a86f7cded95c96cd2196636ef0bcc58ec7)
                              on debian-13-ocaml-5.4/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/28931/head" && git reset --hard 42abe0a8
git fetch origin master
git merge --no-edit d684c896eb6f7e6030d6ee65338d9db22a612f01
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:8c62cc7b043f64833949d4049211997093b28a2f1b98377748d3e185ae301c04
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 'lmdb.1.0' --coinstallable-with 'lmdb.1.0' --all-versions --depopts && opam list -s --color=never --depends-on 'lmdb.1.0' --coinstallable-with 'lmdb.1.0' --all-versions --recursive && opam list -s --color=never --depends-on 'lmdb.1.0' --coinstallable-with 'lmdb.1.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'

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

2025-12-09 23:40.13: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:8c62cc7b043f64833949d4049211997093b28a2f1b98377748d3e185ae301c04-lmdb.1.0-42abe0a86f7cded95c96cd2196636ef0bcc58ec7"
2025-12-09 23:40.13: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:8c62cc7b043f64833949d4049211997093b28a2f1b98377748d3e185ae301c04)
 (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 'lmdb.1.0' --coinstallable-with 'lmdb.1.0' --all-versions --depopts && opam list -s --color=never --depends-on 'lmdb.1.0' --coinstallable-with 'lmdb.1.0' --all-versions --recursive && opam list -s --color=never --depends-on 'lmdb.1.0' --coinstallable-with 'lmdb.1.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)

2025-12-09 23:40.13: Waiting for resource in pool OCluster
2025-12-10 01:31.09: Waiting for worker…
2025-12-10 01:39.45: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
Updating files:  69% (13112/18998)
Updating files:  70% (13299/18998)
Updating files:  71% (13489/18998)
Updating files:  72% (13679/18998)
Updating files:  73% (13869/18998)
Updating files:  74% (14059/18998)
Updating files:  75% (14249/18998)
Updating files:  76% (14439/18998)
Updating files:  77% (14629/18998)
Updating files:  78% (14819/18998)
Updating files:  79% (15009/18998)
Updating files:  80% (15199/18998)
Updating files:  81% (15389/18998)
Updating files:  82% (15579/18998)
Updating files:  83% (15769/18998)
Updating files:  84% (15959/18998)
Updating files:  85% (16149/18998)
Updating files:  86% (16339/18998)
Updating files:  87% (16529/18998)
Updating files:  88% (16719/18998)
Updating files:  89% (16909/18998)
Updating files:  90% (17099/18998)
Updating files:  91% (17289/18998)
Updating files:  92% (17479/18998)
Updating files:  93% (17669/18998)
Updating files:  94% (17859/18998)
Updating files:  95% (18049/18998)
Updating files:  96% (18239/18998)
Updating files:  97% (18429/18998)
Updating files:  98% (18619/18998)
Updating files:  99% (18809/18998)
Updating files: 100% (18998/18998)
Updating files: 100% (18998/18998), done.
HEAD is now at d684c896eb Merge pull request #29052 from balat/maintenance
Auto-merging packages/lmdb/lmdb.1.0/opam
Merge made by the 'ort' strategy.
 packages/lmdb/lmdb.1.0/opam | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

(from ocaml/opam:debian-13-ocaml-5.4@sha256:8c62cc7b043f64833949d4049211997093b28a2f1b98377748d3e185ae301c04)
2025-12-10 01:39.50 ---> using "5f87df8c1f6f0886e7311dfd3df40b8bbb961cc34c83c0d033c6dd248c84bc7d" 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-12-10 01:39.50 ---> using "f1296791f2d76481058db697105a569091a6b6345f05c94bbc5a650f1a364f9a" 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-12-10 01:39.50 ---> using "0cac9a31b4750e6a46df8ed8d2f68352091a988199fdf62c52779549510cd6bf" 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
# 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       5.4
# invariant            ["ocaml-base-compiler" {>= "5.4.0"}]
# compiler-packages    ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.0
2025-12-10 01:39.50 ---> using "1deb91dc3badca969976ed6f3bc5fe7c443d73a2cfa957be662fd6f93e30aa7b" 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-12-10 01:39.50 ---> using "1a02438c8753bf7228a9eb625e65b7af26778a022b9ce0b16be5ef4f294c58cd" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-12-10 01:40.20 ---> saved as "fafe8275790519ef215be7502711aa3f5232f2174b6bc8e98e2094f2ae70db03"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-10 01:40.54 ---> saved as "056fc9511416b5562df622ae74256301247ca1933e0c746958093e9853179960"

/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 [81.7 kB]
- Fetched 172 kB in 0s (726 kB/s)
- Reading package lists...
- 
2025-12-10 01:40.57 ---> saved as "8a6ca575f261cac920611a44c7bdf81bcacc2856bbad08c5971f70c0d085d234"

/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'lmdb.1.0' --coinstallable-with 'lmdb.1.0' --all-versions --depopts && opam list -s --color=never --depends-on 'lmdb.1.0' --coinstallable-with 'lmdb.1.0' --all-versions --recursive && opam list -s --color=never --depends-on 'lmdb.1.0' --coinstallable-with 'lmdb.1.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
lmdb.1.0
@@@OUTPUT
2025-12-10 01:41.52 ---> saved as "84e8e0f2cae3a1d7d55e068f794cbb8df12454d48ecb733e5fed5b5db3d50293"
Job succeeded
2025-12-10 01:42.02: Job succeeded