(not at the head of any monitored branch or PR)
2024-04-26 16:21.00: New job: list revdeps of conf-snappy.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/25750/head (187bc6baaeebc6b0e353044e8b0d1ab2f9ce898b)
                              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/25750/head" && git reset --hard 187bc6ba
git fetch origin master
git merge --no-edit 01db0f1d8c7b59beff7b97ab33a28f2a46de9d77
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:35b1aa76181479f2ba40039ae0c5fa5d94e24300e1eb606117587a8e82e9d89e
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMSOLVERTIMEOUT="500"
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-snappy.1' --coinstallable-with 'conf-snappy.1' --installable --all-versions --depopts && opam list -s --color=never --depends-on 'conf-snappy.1' --coinstallable-with 'conf-snappy.1' --installable --all-versions --recursive && opam list -s --color=never --depends-on 'conf-snappy.1' --coinstallable-with 'conf-snappy.1' --installable --all-versions --with-test --depopts && echo '@@@OUTPUT'

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

2024-04-26 16:21.00: Using cache hint "ocaml/opam:debian-12-ocaml-4.14@sha256:35b1aa76181479f2ba40039ae0c5fa5d94e24300e1eb606117587a8e82e9d89e-conf-snappy.1-187bc6baaeebc6b0e353044e8b0d1ab2f9ce898b"
2024-04-26 16:21.00: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:35b1aa76181479f2ba40039ae0c5fa5d94e24300e1eb606117587a8e82e9d89e)
 (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 "uname -rs && opam exec -- ocaml -version && opam --version"))
 (env OPAMDOWNLOADJOBS 1)
 (env OPAMERRLOGLEN 0)
 (env OPAMSOLVERTIMEOUT 500)
 (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-snappy.1' --coinstallable-with 'conf-snappy.1' --installable --all-versions --depopts && opam list -s --color=never --depends-on 'conf-snappy.1' --coinstallable-with 'conf-snappy.1' --installable --all-versions --recursive && opam list -s --color=never --depends-on 'conf-snappy.1' --coinstallable-with 'conf-snappy.1' --installable --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)

2024-04-26 16:21.00: Waiting for resource in pool OCluster
2024-04-26 16:21.00: Waiting for worker…
2024-04-26 16:21.00: Got resource from pool OCluster
Building on x86-bm-c6.sw.ocaml.org
All commits already cached
Updating files:  67% (22626/33560)
Updating files:  68% (22821/33560)
Updating files:  69% (23157/33560)
Updating files:  70% (23492/33560)
Updating files:  71% (23828/33560)
Updating files:  72% (24164/33560)
Updating files:  73% (24499/33560)
Updating files:  74% (24835/33560)
Updating files:  75% (25170/33560)
Updating files:  76% (25506/33560)
Updating files:  77% (25842/33560)
Updating files:  78% (26177/33560)
Updating files:  79% (26513/33560)
Updating files:  80% (26848/33560)
Updating files:  81% (27184/33560)
Updating files:  82% (27520/33560)
Updating files:  83% (27855/33560)
Updating files:  84% (28191/33560)
Updating files:  85% (28526/33560)
Updating files:  86% (28862/33560)
Updating files:  87% (29198/33560)
Updating files:  88% (29533/33560)
Updating files:  89% (29869/33560)
Updating files:  90% (30204/33560)
Updating files:  91% (30540/33560)
Updating files:  92% (30876/33560)
Updating files:  93% (31211/33560)
Updating files:  94% (31547/33560)
Updating files:  95% (31882/33560)
Updating files:  96% (32218/33560)
Updating files:  97% (32554/33560)
Updating files:  98% (32889/33560)
Updating files:  99% (33225/33560)
Updating files: 100% (33560/33560)
Updating files: 100% (33560/33560), done.
HEAD is now at 01db0f1d8c Merge pull request #25712 from toots/opam-publish-mad.0.5.3
Merge made by the 'ort' strategy.
 packages/conf-snappy/conf-snappy.1/opam | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(from ocaml/opam:debian-12-ocaml-4.14@sha256:35b1aa76181479f2ba40039ae0c5fa5d94e24300e1eb606117587a8e82e9d89e)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:35b1aa76181479f2ba40039ae0c5fa5d94e24300e1eb606117587a8e82e9d89e' locally
docker.io/ocaml/opam@sha256:35b1aa76181479f2ba40039ae0c5fa5d94e24300e1eb606117587a8e82e9d89e: Pulling from ocaml/opam
666dde42acf6: Pulling fs layer
666dde42acf6: Verifying Checksum
666dde42acf6: Download complete
666dde42acf6: Pull complete
Digest: sha256:35b1aa76181479f2ba40039ae0c5fa5d94e24300e1eb606117587a8e82e9d89e
Status: Downloaded newer image for ocaml/opam@sha256:35b1aa76181479f2ba40039ae0c5fa5d94e24300e1eb606117587a8e82e9d89e
2024-04-26 16:21.03 ---> using "6bc7e89b5725106f75c11a8b774d971b425f7dab532e626727166f8fc8501d75" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2024-04-26 16:21.03 ---> using "6c46928c87bd33edd5e231c6d2911f55a5eec75b812a3d7fda9fca2b12f57d18" 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.

Continue? [y/n] y
This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2~alpha, which can't be reverted.
You may want to back it up before going further.

[NOTE] The 'jobs' option was reset, its value was 255 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=255 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-04-26 16:21.03 ---> using "3788b182527ec34e6f4ace4f954db383e2985afce7b5a5d65b696ddea02578e3" from cache

/home/opam: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-105-generic
The OCaml toplevel, version 4.14.2
2.2.0~beta3~dev
2024-04-26 16:21.03 ---> using "c7bf2e2bd9245a43ecc8d21b4a2e1fa9eed2aa27ec394d7eebda31d38857e6c9" from cache

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMSOLVERTIMEOUT 500)

/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/"))
2024-04-26 16:21.03 ---> using "112dde4704bddd0267c8982796c8bcbcc4f65cf21c3dfeb42addcfb7cee9ac89" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2024-04-26 16:21.05 ---> using "2aea7b699f4ea2451be81c26825d2ec381b80c2a8738e21ad08972b661943fa5" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2024-04-26 16:21.05 ---> using "3a3302456c6a4d89950419bd1a9a74a7fb11df3aef1c763ff44be7a4fe6d4eea" 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 bookworm-updates/main amd64 Packages.diff/Index [10.6 kB]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-04-23-2036.10-F-2024-04-23-2036.10.pdiff [1595 B]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-04-23-2036.10-F-2024-04-23-2036.10.pdiff [1595 B]
- Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [155 kB]
- Fetched 270 kB in 0s (1023 kB/s)
- Reading package lists...
2024-04-26 16:21.05 ---> using "09d384b9da919cde565676f80d64f19eeab8218ca7bcd08625c6c2e8fc05cd40" from cache

/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'conf-snappy.1' --coinstallable-with 'conf-snappy.1' --installable --all-versions --depopts && opam list -s --color=never --depends-on 'conf-snappy.1' --coinstallable-with 'conf-snappy.1' --installable --all-versions --recursive && opam list -s --color=never --depends-on 'conf-snappy.1' --coinstallable-with 'conf-snappy.1' --installable --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
leveldb.1.0.2
snappy.0.0.1
snappy.0.1.2
conf-snappy.1
leveldb.1.0.2
snappy.0.0.1
snappy.0.1.2
leveldb.1.0.2
snappy.0.0.1
snappy.0.1.2
@@@OUTPUT
2024-04-26 16:22.16 ---> saved as "6dd28cf7466edcda778fd99a5d1b376354b8757fd339d5586f6940e9b36ff1ba"
Job succeeded
2024-04-26 16:22.26: Job succeeded