(not at the head of any monitored branch or PR)
2025-05-30 13:58.09: New job: list revdeps of gendarme.0.2.0, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27964/head (5c9a2728e7d2b266922147072939cfcd1b8ac827)
                              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/27964/head" && git reset --hard 5c9a2728
git fetch origin master
git merge --no-edit edaf2946e3454afde810eb17e5013eb7b2d138e3
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.3@sha256:a679a08c07354635cbdf0e701803a41eaf803f1a7ea57646569c21a4f7f6bdf8
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 'gendarme.0.2.0' --coinstallable-with 'gendarme.0.2.0' --all-versions --depopts && opam list -s --color=never --depends-on 'gendarme.0.2.0' --coinstallable-with 'gendarme.0.2.0' --all-versions --recursive && opam list -s --color=never --depends-on 'gendarme.0.2.0' --coinstallable-with 'gendarme.0.2.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'

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

2025-05-30 13:58.09: Using cache hint "ocaml/opam:debian-12-ocaml-5.3@sha256:a679a08c07354635cbdf0e701803a41eaf803f1a7ea57646569c21a4f7f6bdf8-gendarme.0.2.0-5c9a2728e7d2b266922147072939cfcd1b8ac827"
2025-05-30 13:58.09: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:a679a08c07354635cbdf0e701803a41eaf803f1a7ea57646569c21a4f7f6bdf8)
 (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 'gendarme.0.2.0' --coinstallable-with 'gendarme.0.2.0' --all-versions --depopts && opam list -s --color=never --depends-on 'gendarme.0.2.0' --coinstallable-with 'gendarme.0.2.0' --all-versions --recursive && opam list -s --color=never --depends-on 'gendarme.0.2.0' --coinstallable-with 'gendarme.0.2.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)

2025-05-30 13:58.09: Waiting for resource in pool OCluster
2025-05-30 14:02.11: Waiting for worker…
2025-05-30 14:04.12: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
Updating files:  79% (18380/23164)
Updating files:  80% (18532/23164)
Updating files:  81% (18763/23164)
Updating files:  82% (18995/23164)
Updating files:  83% (19227/23164)
Updating files:  84% (19458/23164)
Updating files:  85% (19690/23164)
Updating files:  86% (19922/23164)
Updating files:  87% (20153/23164)
Updating files:  88% (20385/23164)
Updating files:  89% (20616/23164)
Updating files:  90% (20848/23164)
Updating files:  91% (21080/23164)
Updating files:  92% (21311/23164)
Updating files:  93% (21543/23164)
Updating files:  94% (21775/23164)
Updating files:  95% (22006/23164)
Updating files:  96% (22238/23164)
Updating files:  97% (22470/23164)
Updating files:  98% (22701/23164)
Updating files:  99% (22933/23164)
Updating files: 100% (23164/23164)
Updating files: 100% (23164/23164), done.
HEAD is now at edaf2946e3 Merge pull request #27961 from hannesm/fix-dns-cli
Updating edaf2946e3..5c9a2728e7
Fast-forward
 packages/gendarme-json/gendarme-json.0.2.0/opam    | 37 +++++++++++++++++++
 packages/gendarme-yaml/gendarme-yaml.0.2.0/opam    | 37 +++++++++++++++++++
 packages/gendarme/gendarme.0.2.0/opam              | 36 +++++++++++++++++++
 packages/ppx_marshal/ppx_marshal.0.2.0/opam        | 42 ++++++++++++++++++++++
 .../ppx_marshal_ext/ppx_marshal_ext.0.2.0/opam     | 39 ++++++++++++++++++++
 5 files changed, 191 insertions(+)
 create mode 100644 packages/gendarme-json/gendarme-json.0.2.0/opam
 create mode 100644 packages/gendarme-yaml/gendarme-yaml.0.2.0/opam
 create mode 100644 packages/gendarme/gendarme.0.2.0/opam
 create mode 100644 packages/ppx_marshal/ppx_marshal.0.2.0/opam
 create mode 100644 packages/ppx_marshal_ext/ppx_marshal_ext.0.2.0/opam

(from ocaml/opam:debian-12-ocaml-5.3@sha256:a679a08c07354635cbdf0e701803a41eaf803f1a7ea57646569c21a4f7f6bdf8)
2025-05-30 14:04.15 ---> using "9bb9204996aa9d29fec38d073e799d1966930ba06c65bd6311d8879e1d9c8f3e" 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 14:04.15 ---> using "9029f3f939a9b7ad87a2b57ff1524911d0217c5dda11ac02e904489d49b84f67" 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 14:04.15 ---> using "fbcf023638d83397055ba97eac51bb79f6ac3fb13ceb9408c4f504dac44ae307" 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       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-05-30 14:04.15 ---> using "a0e1a9561f3807f8796a459687bcdc7d8a39d415812faca12a58cf355629775d" 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 14:04.15 ---> using "1fab2a682ccc92d4a382ac01385bc1c063d0c5385ff3c414bef712567c274191" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-05-30 14:04.16 ---> using "26cc161350c93b2ccd6984dd9f5393b5fe4a84edf4b902de7ee656b13dca2bdc" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-05-30 14:04.16 ---> using "ac0a368ef34be70b22a534fdca3bc3f84c5f09ae4baf0dda5fbe00c23da66be3" 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 0s (929 kB/s)
- Reading package lists...
- 
2025-05-30 14:04.16 ---> using "1c18c5bf8b0be536c6b6f87078c81f68b764a20c82586ca901a07709fc19abc0" from cache

/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'gendarme.0.2.0' --coinstallable-with 'gendarme.0.2.0' --all-versions --depopts && opam list -s --color=never --depends-on 'gendarme.0.2.0' --coinstallable-with 'gendarme.0.2.0' --all-versions --recursive && opam list -s --color=never --depends-on 'gendarme.0.2.0' --coinstallable-with 'gendarme.0.2.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
ppx_marshal.0.2.0
ppx_marshal_ext.0.2.0
gendarme.0.2.0
gendarme-json.0.2.0
gendarme-yaml.0.2.0
ppx_marshal.0.2.0
ppx_marshal_ext.0.2.0
ppx_marshal.0.2.0
ppx_marshal_ext.0.2.0
@@@OUTPUT
2025-05-30 14:05.10 ---> saved as "a29d703c848214daaade33ab5712dba33dc249a8384b20552d959b08314c2af9"
Job succeeded
2025-05-30 14:05.33: Job succeeded