(for PR #27922)

2025-05-30 20:09.19: New job: list revdeps of conf-libelf.1.0.0, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27922/head (0f3f6b7730b4831be6a61e8e675ff85eb5e66b71)
                              on debian-12-ocaml-4.14/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/27922/head" && git reset --hard 0f3f6b77
git fetch origin master
git merge --no-edit 6ef11c3f3418da8dac044b83bba15d8b424f95d4
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:27024130dc79f0e85ec1664dc8825602f1952cf5d2be1540fe0cc9f08160e6b7
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.3 /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 'conf-libelf.1.0.0' --coinstallable-with 'conf-libelf.1.0.0' --all-versions --depopts && opam list -s --color=never --depends-on 'conf-libelf.1.0.0' --coinstallable-with 'conf-libelf.1.0.0' --all-versions --recursive && opam list -s --color=never --depends-on 'conf-libelf.1.0.0' --coinstallable-with 'conf-libelf.1.0.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'

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

2025-05-30 20:09.19: Using cache hint "ocaml/opam:debian-12-ocaml-4.14@sha256:27024130dc79f0e85ec1664dc8825602f1952cf5d2be1540fe0cc9f08160e6b7-conf-libelf.1.0.0-0f3f6b7730b4831be6a61e8e675ff85eb5e66b71"
2025-05-30 20:09.19: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:27024130dc79f0e85ec1664dc8825602f1952cf5d2be1540fe0cc9f08160e6b7)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-2.3 /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 'conf-libelf.1.0.0' --coinstallable-with 'conf-libelf.1.0.0' --all-versions --depopts && opam list -s --color=never --depends-on 'conf-libelf.1.0.0' --coinstallable-with 'conf-libelf.1.0.0' --all-versions --recursive && opam list -s --color=never --depends-on 'conf-libelf.1.0.0' --coinstallable-with 'conf-libelf.1.0.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)

2025-05-30 20:09.19: Waiting for resource in pool OCluster
2025-05-30 20:09.19: Waiting for worker…
2025-05-30 20:09.19: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
Updating files:  95% (22220/23165)
Updating files:  96% (22239/23165)
Updating files:  97% (22471/23165)
Updating files:  98% (22702/23165)
Updating files:  99% (22934/23165)
Updating files: 100% (23165/23165)
Updating files: 100% (23165/23165), done.
HEAD is now at 6ef11c3f34 Merge pull request #27966 from Leonidas-from-XIV/lsp-csexp
Merge made by the 'ort' strategy.
 packages/conf-libelf/conf-libelf.1.0.0/opam | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 packages/conf-libelf/conf-libelf.1.0.0/opam

(from ocaml/opam:debian-12-ocaml-4.14@sha256:27024130dc79f0e85ec1664dc8825602f1952cf5d2be1540fe0cc9f08160e6b7)
2025-05-30 20:09.21 ---> using "db7e2249cc1dd1ba170b2b7d118d7143a7a1e86fe78832b9fe5936aced9fcd5c" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-05-30 20:09.21 ---> using "995e2710b2215248be23e0e5f74443283bfa51d879f828ea0f58d9ef2e517f22" 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] Initialised
2025-05-30 20:09.21 ---> using "941c099403096d8d6e0583f52136fe5ee30974623bb79e80d6bc8a82e83f1f5f" 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.3.0 (35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724)
# 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                 71
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages    ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.2
2025-05-30 20:09.21 ---> using "4181e9b7bb19045ccc59113b79d2c767dae7e35d5aa624bfe6e718eb53ff6d28" 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-05-30 20:09.21 ---> using "457ab7d35b14fcb8b6e582db702d00c6bf40b62dfad06bbfa8f27ef6d5b1077b" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-05-30 20:09.23 ---> using "32cdf5ff1b892196862c2aab4dce38d5e81f2f016638886f27e1e94fdef2a775" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-05-30 20:09.23 ---> using "32202b3c07bf309275b7356129afe4a55c09f388c3ad359a822bc418e0bc4e4c" 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 [265 kB]
- Fetched 368 kB in 1s (591 kB/s)
- Reading package lists...
- 
2025-05-30 20:09.23 ---> using "2dfc6b7b80649a09743dd5800fdbc3485275cf96e5ae9fc23ea33b9e7ceb6f18" from cache

/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'conf-libelf.1.0.0' --coinstallable-with 'conf-libelf.1.0.0' --all-versions --depopts && opam list -s --color=never --depends-on 'conf-libelf.1.0.0' --coinstallable-with 'conf-libelf.1.0.0' --all-versions --recursive && opam list -s --color=never --depends-on 'conf-libelf.1.0.0' --coinstallable-with 'conf-libelf.1.0.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
conf-libelf.1.0.0
@@@OUTPUT
2025-05-30 20:09.56 ---> saved as "1aa0a9d94427f427ab981d8d33cbbcc9a27c7a265f362531e0c0f27c27a65882"
Job succeeded
2025-05-30 20:10.04: Job succeeded