(not at the head of any monitored branch or PR)
2025-03-28 21:06.35: New job: list revdeps of caqti-miou.2.2.4, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27655/head (63c368d4ef064a7421fe7a46296ab5eb538c1313)
                              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/27655/head" && git reset --hard 63c368d4
git fetch origin master
git merge --no-edit a8a89f62d8abd2a9f0cbb04826bfec1ef6b563e7
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.3@sha256:95d5766899a6b34da07175cc6752839c58f5cf0b22c08bfac36916a324e0182b
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 'caqti-miou.2.2.4' --coinstallable-with 'caqti-miou.2.2.4' --all-versions --depopts && opam list -s --color=never --depends-on 'caqti-miou.2.2.4' --coinstallable-with 'caqti-miou.2.2.4' --all-versions --recursive && opam list -s --color=never --depends-on 'caqti-miou.2.2.4' --coinstallable-with 'caqti-miou.2.2.4' --all-versions --with-test --depopts && echo '@@@OUTPUT'

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

2025-03-28 21:06.35: Using cache hint "ocaml/opam:debian-12-ocaml-5.3@sha256:95d5766899a6b34da07175cc6752839c58f5cf0b22c08bfac36916a324e0182b-caqti-miou.2.2.4-63c368d4ef064a7421fe7a46296ab5eb538c1313"
2025-03-28 21:06.35: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:95d5766899a6b34da07175cc6752839c58f5cf0b22c08bfac36916a324e0182b)
 (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 'caqti-miou.2.2.4' --coinstallable-with 'caqti-miou.2.2.4' --all-versions --depopts && opam list -s --color=never --depends-on 'caqti-miou.2.2.4' --coinstallable-with 'caqti-miou.2.2.4' --all-versions --recursive && opam list -s --color=never --depends-on 'caqti-miou.2.2.4' --coinstallable-with 'caqti-miou.2.2.4' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)

2025-03-28 21:06.35: Waiting for resource in pool OCluster
2025-03-28 21:17.40: Waiting for worker…
2025-03-28 21:21.10: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
Updating files:  88% (20206/22774)
Updating files:  89% (20269/22774)
Updating files:  90% (20497/22774)
Updating files:  91% (20725/22774)
Updating files:  92% (20953/22774)
Updating files:  93% (21180/22774)
Updating files:  94% (21408/22774)
Updating files:  95% (21636/22774)
Updating files:  96% (21864/22774)
Updating files:  97% (22091/22774)
Updating files:  98% (22319/22774)
Updating files:  99% (22547/22774)
Updating files: 100% (22774/22774)
Updating files: 100% (22774/22774), done.
HEAD is now at a8a89f62d8 Merge pull request #27687 from codinuum/diffast-20250328
Updating a8a89f62d8..63c368d4ef
Fast-forward
 packages/caqti-async/caqti-async.2.2.4/opam        | 40 +++++++++++++
 .../caqti-driver-mariadb.2.2.4/opam                | 32 ++++++++++
 .../caqti-driver-pgx/caqti-driver-pgx.2.2.4/opam   | 32 ++++++++++
 .../caqti-driver-postgresql.2.2.4/opam             | 36 +++++++++++
 .../caqti-driver-sqlite3.2.2.4/opam                | 32 ++++++++++
 packages/caqti-eio/caqti-eio.2.2.4/opam            | 36 +++++++++++
 packages/caqti-lwt/caqti-lwt.2.2.4/opam            | 38 ++++++++++++
 packages/caqti-miou/caqti-miou.2.2.4/opam          | 35 +++++++++++
 packages/caqti-mirage/caqti-mirage.2.2.4/opam      | 42 +++++++++++++
 packages/caqti-tls/caqti-tls.2.1.2/opam            |  2 +-
 packages/caqti/caqti.2.2.4/opam                    | 69 ++++++++++++++++++++++
 11 files changed, 393 insertions(+), 1 deletion(-)
 create mode 100644 packages/caqti-async/caqti-async.2.2.4/opam
 create mode 100644 packages/caqti-driver-mariadb/caqti-driver-mariadb.2.2.4/opam
 create mode 100644 packages/caqti-driver-pgx/caqti-driver-pgx.2.2.4/opam
 create mode 100644 packages/caqti-driver-postgresql/caqti-driver-postgresql.2.2.4/opam
 create mode 100644 packages/caqti-driver-sqlite3/caqti-driver-sqlite3.2.2.4/opam
 create mode 100644 packages/caqti-eio/caqti-eio.2.2.4/opam
 create mode 100644 packages/caqti-lwt/caqti-lwt.2.2.4/opam
 create mode 100644 packages/caqti-miou/caqti-miou.2.2.4/opam
 create mode 100644 packages/caqti-mirage/caqti-mirage.2.2.4/opam
 create mode 100644 packages/caqti/caqti.2.2.4/opam

(from ocaml/opam:debian-12-ocaml-5.3@sha256:95d5766899a6b34da07175cc6752839c58f5cf0b22c08bfac36916a324e0182b)
2025-03-28 21:21.23 ---> using "f4aecc5a2ed834d2fb296b652823b8fe58aa33c4554a4174b68da852723cb8fe" 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-03-28 21:21.23 ---> using "5414cc0e69fc9e437b7b711915106bef79be7ba36f736860f147b2d264682f05" 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 39 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=39 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive
[default] synchronised from file:///home/opam/opam-repository
2025-03-28 21:21.23 ---> using "cc78edbcecf521ed571f2cfe2f58daeb13f43c0e1c0a2f9cd5df302583da5bc4" 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.4.0~alpha1~dev (fcce0c8d871702aabac0a216e45212ff004cfe79)
# 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 (local), 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-03-28 21:21.23 ---> using "411c9276e627417ea63790e8451eccdb8b29f01cd9598e1b469405b5b35170aa" 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-03-28 21:21.23 ---> using "52188395a29d58d7ae34c4055a23ff178595c88ba41cc0bb7c419545525c158b" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-03-28 21:21.24 ---> using "234bc3e28b7659c5147320cd5bdc2f1bb900e8d16d38c17951b853427420875c" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-03-28 21:21.24 ---> using "9d0551b8877ab493a8ed1cf4d123ae0ca8a343b1dd0bde43ffc727614a219fd4" 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 [16.2 kB]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2025-03-27-1414.15-F-2025-03-27-1414.15.pdiff [187 B]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2025-03-27-1414.15-F-2025-03-27-1414.15.pdiff [187 B]
- Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [250 kB]
- Fetched 370 kB in 0s (1080 kB/s)
- Reading package lists...
2025-03-28 21:21.24 ---> using "310d089c5c6cbe65fe516c23db05d9176f1c26352aa965eb157eef7138841ce0" from cache

/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'caqti-miou.2.2.4' --coinstallable-with 'caqti-miou.2.2.4' --all-versions --depopts && opam list -s --color=never --depends-on 'caqti-miou.2.2.4' --coinstallable-with 'caqti-miou.2.2.4' --all-versions --recursive && opam list -s --color=never --depends-on 'caqti-miou.2.2.4' --coinstallable-with 'caqti-miou.2.2.4' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
caqti-miou.2.2.4
@@@OUTPUT
2025-03-28 21:22.08 ---> saved as "28cee649b4ecc560d8d64db077fd78a0038feed6b56d59a796255996def79d98"
Job succeeded
2025-03-28 21:22.17: Job succeeded