(not at the head of any monitored branch or PR)
2025-07-04 02:47.33: New job: list revdeps of conf-gegl.1, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27805/head (fab078f2bbf53e35f5012b98cc09d72c58285b6c)
                              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/27805/head" && git reset --hard fab078f2
git fetch origin master
git merge --no-edit f7060d5dd1056d18a1e0f07c7958d7529ad9f555
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.3@sha256:ffdfa0590544c15d91494c86252d13cd75e233fb25067d0410482ff7e95e9334
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-gegl.1' --coinstallable-with 'conf-gegl.1' --all-versions --depopts && opam list -s --color=never --depends-on 'conf-gegl.1' --coinstallable-with 'conf-gegl.1' --all-versions --recursive && opam list -s --color=never --depends-on 'conf-gegl.1' --coinstallable-with 'conf-gegl.1' --all-versions --with-test --depopts && echo '@@@OUTPUT'

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

2025-07-04 02:47.33: Using cache hint "ocaml/opam:debian-12-ocaml-5.3@sha256:ffdfa0590544c15d91494c86252d13cd75e233fb25067d0410482ff7e95e9334-conf-gegl.1-fab078f2bbf53e35f5012b98cc09d72c58285b6c"
2025-07-04 02:47.33: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:ffdfa0590544c15d91494c86252d13cd75e233fb25067d0410482ff7e95e9334)
 (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-gegl.1' --coinstallable-with 'conf-gegl.1' --all-versions --depopts && opam list -s --color=never --depends-on 'conf-gegl.1' --coinstallable-with 'conf-gegl.1' --all-versions --recursive && opam list -s --color=never --depends-on 'conf-gegl.1' --coinstallable-with 'conf-gegl.1' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)

2025-07-04 02:47.33: Waiting for resource in pool OCluster
2025-07-04 02:47.33: Waiting for worker…
2025-07-04 02:47.33: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at f7060d5dd1 Merge pull request #28126 from kit-ty-kate/opam-publish-opam-file-format.2.2.0
Merge made by the 'ort' strategy.
 packages/conf-gegl/conf-gegl.1/opam | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 packages/conf-gegl/conf-gegl.1/opam

(from ocaml/opam:debian-12-ocaml-5.3@sha256:ffdfa0590544c15d91494c86252d13cd75e233fb25067d0410482ff7e95e9334)
2025-07-04 02:47.35 ---> using "76eeb46384234c09b5a776b3c562076d89d08e5507c22b031cdc923dff8bb725" 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-07-04 02:47.35 ---> using "ae374bfa87100128f39782bd79fbe53739b453dc1d10f8417103b60f4f033d5f" 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
[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=71 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-07-04 02:47.35 ---> using "1b340e0f83bdccc91466cf9ec96e35891b7bf8cebbbc77841959ac6e8df8cfe5" 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                 255
# repositories         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-07-04 02:47.35 ---> using "831dacb45826a949c0bc9183ba131798d49402bd1d248794ce4a903b3fc090d0" 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-07-04 02:47.35 ---> using "91b24b07f2324d2d91f172510f38959fdc87f41e7eeb7ce50189d6441b5bd44c" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-07-04 02:47.36 ---> using "2370d0203c4e44a472790a1c86228518e53c44d2ba88688ad362e942aa1d6846" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-07-04 02:47.36 ---> using "f003c6ac0146a9738a2b2b8be485076c770483b9ef135ac0a303d521e794f4e9" 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 [270 kB]
- Fetched 374 kB in 0s (805 kB/s)
- Reading package lists...
- 
2025-07-04 02:47.36 ---> using "e38a518ebb28d806c3aa50a12ff036933dad7e518d1d1ec9658617bb74123352" from cache

/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'conf-gegl.1' --coinstallable-with 'conf-gegl.1' --all-versions --depopts && opam list -s --color=never --depends-on 'conf-gegl.1' --coinstallable-with 'conf-gegl.1' --all-versions --recursive && opam list -s --color=never --depends-on 'conf-gegl.1' --coinstallable-with 'conf-gegl.1' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
conf-gegl.1
@@@OUTPUT
2025-07-04 02:47.56 ---> saved as "ea4e9ef5713e765ae040b2802be3f7e845374cb777633e95e08425d982db67ad"
Job succeeded
2025-07-04 02:48.02: Job succeeded