Build:
  1. 0
2026-01-30 00:37.49: New job: list revdeps of volgo-hg-unix.0.0.22, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29310/head (ae1df45d925dca5f8f1f5e22d1e534f8883872bb)
                              on debian-13-ocaml-5.4/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/29310/head" && git reset --hard ae1df45d
git fetch origin master
git merge --no-edit 1ec33afa28d5ffd9ec61ce50525ccd9e0d75a625
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:7b75eb963f7d9195aa7a042832bacc96efd4ab4b0279914c2953f9f23ee6d1e6
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 'volgo-hg-unix.0.0.22' --coinstallable-with 'volgo-hg-unix.0.0.22' --all-versions --depopts && opam list -s --color=never --depends-on 'volgo-hg-unix.0.0.22' --coinstallable-with 'volgo-hg-unix.0.0.22' --all-versions --recursive && opam list -s --color=never --depends-on 'volgo-hg-unix.0.0.22' --coinstallable-with 'volgo-hg-unix.0.0.22' --all-versions --with-test --depopts && echo '@@@OUTPUT'

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

2026-01-30 00:37.49: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:7b75eb963f7d9195aa7a042832bacc96efd4ab4b0279914c2953f9f23ee6d1e6-volgo-hg-unix.0.0.22-ae1df45d925dca5f8f1f5e22d1e534f8883872bb"
2026-01-30 00:37.49: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:7b75eb963f7d9195aa7a042832bacc96efd4ab4b0279914c2953f9f23ee6d1e6)
 (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 'volgo-hg-unix.0.0.22' --coinstallable-with 'volgo-hg-unix.0.0.22' --all-versions --depopts && opam list -s --color=never --depends-on 'volgo-hg-unix.0.0.22' --coinstallable-with 'volgo-hg-unix.0.0.22' --all-versions --recursive && opam list -s --color=never --depends-on 'volgo-hg-unix.0.0.22' --coinstallable-with 'volgo-hg-unix.0.0.22' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)

2026-01-30 00:37.49: Waiting for resource in pool OCluster
2026-01-30 00:37.49: Waiting for worker…
2026-01-30 00:37.49: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
Updating files:  99% (19259/19315)
Updating files: 100% (19315/19315)
Updating files: 100% (19315/19315), done.
HEAD is now at 1ec33afa28 Merge pull request #29302 from psafont/release-qcow-0.12.3
Updating 1ec33afa28..ae1df45d92
Fast-forward
 packages/conf-hg/conf-hg.1.0/opam                  |  2 +-
 packages/volgo-base/volgo-base.0.0.22/opam         | 68 +++++++++++++++++++++
 .../volgo-git-backend.0.0.22/opam                  | 61 +++++++++++++++++++
 packages/volgo-git-eio/volgo-git-eio.0.0.22/opam   | 63 +++++++++++++++++++
 packages/volgo-git-unix/volgo-git-unix.0.0.22/opam | 63 +++++++++++++++++++
 .../volgo-hg-backend/volgo-hg-backend.0.0.22/opam  | 61 +++++++++++++++++++
 packages/volgo-hg-eio/volgo-hg-eio.0.0.22/opam     | 64 +++++++++++++++++++
 packages/volgo-hg-unix/volgo-hg-unix.0.0.22/opam   | 63 +++++++++++++++++++
 packages/volgo-vcs/volgo-vcs.0.0.22/opam           | 71 ++++++++++++++++++++++
 packages/volgo/volgo.0.0.22/opam                   | 60 ++++++++++++++++++
 10 files changed, 575 insertions(+), 1 deletion(-)
 create mode 100644 packages/volgo-base/volgo-base.0.0.22/opam
 create mode 100644 packages/volgo-git-backend/volgo-git-backend.0.0.22/opam
 create mode 100644 packages/volgo-git-eio/volgo-git-eio.0.0.22/opam
 create mode 100644 packages/volgo-git-unix/volgo-git-unix.0.0.22/opam
 create mode 100644 packages/volgo-hg-backend/volgo-hg-backend.0.0.22/opam
 create mode 100644 packages/volgo-hg-eio/volgo-hg-eio.0.0.22/opam
 create mode 100644 packages/volgo-hg-unix/volgo-hg-unix.0.0.22/opam
 create mode 100644 packages/volgo-vcs/volgo-vcs.0.0.22/opam
 create mode 100644 packages/volgo/volgo.0.0.22/opam

(from ocaml/opam:debian-13-ocaml-5.4@sha256:7b75eb963f7d9195aa7a042832bacc96efd4ab4b0279914c2953f9f23ee6d1e6)
2026-01-30 00:37.52 ---> using "ec0b9239d97b1eba002b8666d90bcda143b1414915128d32a0b6cb8a1bd9f05c" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-01-30 00:37.52 ---> using "cd9db1bfd75ad168f36443d6cd7ffe58df2d9e73878dee80fe00f4ec900a65e4" 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 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
2026-01-30 00:37.52 ---> using "cbe59c2111ee2f6ebb74444b6a2e449be1401fb2a7e89471df12d7734c31aef0" 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.5.0
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=debian os-version=13
# 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.4
# invariant            ["ocaml-base-compiler" {>= "5.4.0"}]
# compiler-packages    ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.0
2026-01-30 00:37.52 ---> using "bfb3fee637cd4ed2c6e4ef53b349cc70b7b5c70d4fb4d56c09378a42134b6bf5" 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/"))
2026-01-30 00:37.52 ---> using "a80806ab1cec707e8afb5a047be43e19f2c71735f9ef12880c11228115befadd" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-01-30 00:37.53 ---> using "93f1901d1d9ef8194f1f90dc46058866286362a3859ba1eb3f929243e0eca933" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-30 00:37.53 ---> using "a93eb47e45971852feda769ee82d5e161269c20a99fadb8d98a52dbaaf754e5e" 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 trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [98.2 kB]
- Fetched 189 kB in 0s (1193 kB/s)
- Reading package lists...
- 
2026-01-30 00:37.53 ---> using "46916530eb4b30ec449e05516220cce094615cf2e9506c839c562795f76930a5" from cache

/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'volgo-hg-unix.0.0.22' --coinstallable-with 'volgo-hg-unix.0.0.22' --all-versions --depopts && opam list -s --color=never --depends-on 'volgo-hg-unix.0.0.22' --coinstallable-with 'volgo-hg-unix.0.0.22' --all-versions --recursive && opam list -s --color=never --depends-on 'volgo-hg-unix.0.0.22' --coinstallable-with 'volgo-hg-unix.0.0.22' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
crs.0.0.20250914
dunolint.0.0.20251006
volgo-vcs.0.0.22
crs.0.0.20250914
dunolint.0.0.20251006
volgo-hg-unix.0.0.22
volgo-vcs.0.0.22
crs.0.0.20250914
dunolint.0.0.20251006
volgo-vcs.0.0.22
@@@OUTPUT
2026-01-30 00:38.19 ---> saved as "fbe8337347380f087069723bce470076540a06ad1ba463cfd184c0f96be0fdfc"
Job succeeded
2026-01-30 00:38.24: Job succeeded