Build:
  1. 0
2025-12-08 21:39.23: New job: list revdeps of charrua-server.3.0.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29044/head (2a3be08d8bafb9cc5ffead436c54c8fff1cb7c52)
                              on debian-13-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/29044/head" && git reset --hard 2a3be08d
git fetch origin master
git merge --no-edit 2e91c1385fa6ee7c38e1108967fe3bf9ccba52f6
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:277168101f7d4ebc452a75f825628d280c76dd0be7d8bcb58c24a5e50fe3d10d
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 'charrua-server.3.0.0' --coinstallable-with 'charrua-server.3.0.0' --all-versions --depopts && opam list -s --color=never --depends-on 'charrua-server.3.0.0' --coinstallable-with 'charrua-server.3.0.0' --all-versions --recursive && opam list -s --color=never --depends-on 'charrua-server.3.0.0' --coinstallable-with 'charrua-server.3.0.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'

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

2025-12-08 21:39.23: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:277168101f7d4ebc452a75f825628d280c76dd0be7d8bcb58c24a5e50fe3d10d-charrua-server.3.0.0-2a3be08d8bafb9cc5ffead436c54c8fff1cb7c52"
2025-12-08 21:39.23: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:277168101f7d4ebc452a75f825628d280c76dd0be7d8bcb58c24a5e50fe3d10d)
 (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 'charrua-server.3.0.0' --coinstallable-with 'charrua-server.3.0.0' --all-versions --depopts && opam list -s --color=never --depends-on 'charrua-server.3.0.0' --coinstallable-with 'charrua-server.3.0.0' --all-versions --recursive && opam list -s --color=never --depends-on 'charrua-server.3.0.0' --coinstallable-with 'charrua-server.3.0.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)

2025-12-08 21:39.23: Waiting for resource in pool OCluster
2025-12-09 07:30.18: Waiting for worker…
2025-12-09 07:31.47: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
HEAD is now at a9b8a0d0db [new release] dune (17 packages) (3.21.0~alpha2)
HEAD is now at 2e91c1385f Merge pull request #29043 from hannesm/mirage-kv
Merge made by the 'ort' strategy.
 packages/charrua-client/charrua-client.3.0.0/opam | 54 ++++++++++++++++++++++
 packages/charrua-server/charrua-server.3.0.0/opam | 56 +++++++++++++++++++++++
 packages/charrua-unix/charrua-unix.3.0.0/opam     | 44 ++++++++++++++++++
 packages/charrua/charrua.3.0.0/opam               | 56 +++++++++++++++++++++++
 4 files changed, 210 insertions(+)
 create mode 100644 packages/charrua-client/charrua-client.3.0.0/opam
 create mode 100644 packages/charrua-server/charrua-server.3.0.0/opam
 create mode 100644 packages/charrua-unix/charrua-unix.3.0.0/opam
 create mode 100644 packages/charrua/charrua.3.0.0/opam

(from ocaml/opam:debian-13-ocaml-4.14@sha256:277168101f7d4ebc452a75f825628d280c76dd0be7d8bcb58c24a5e50fe3d10d)
2025-12-09 07:33.27 ---> using "d81b3b20b9dbe813f4813251eb45f7f230344599357169e34b0d2f872bf65895" 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-12-09 07:33.27 ---> using "4c0c738834a7be54719ab9b07c911eba51e45ad4298c42597f7d3da72b1c15d4" 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
2025-12-09 07:33.40 ---> saved as "8bb6d27bb5f7ebe9771219e3ecd730184d5e10ab877134c11c12ee3b1a6d3b96"

/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       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages    ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.2
2025-12-09 07:33.41 ---> saved as "35019bd57e8933485bd938828fe288c3674216a4757e13b1dac8ce6b21035ac2"

/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-12-09 07:33.54 ---> saved as "e09ab9992a764acab15da9cff99e3d4d978b8a77f33714cc5d19d16d3539eb49"

/home/opam: (copy (src .) (dst opam-repository/))
2025-12-09 07:34.22 ---> saved as "c4a118072e4d0bd9f348428d8328974022713ba8ef88458ee0f8e9b32448e944"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-09 07:34.46 ---> saved as "2b89922e5a9ba71e34338c30f6fc8ee54931d5102cea7b128827687d305e0b63"

/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 [81.7 kB]
- Fetched 172 kB in 0s (1108 kB/s)
- Reading package lists...
- 
2025-12-09 07:34.48 ---> saved as "c92a59c106f8c3e2976be361a445957b17672638b323cb89cfa99419a9356521"

/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'charrua-server.3.0.0' --coinstallable-with 'charrua-server.3.0.0' --all-versions --depopts && opam list -s --color=never --depends-on 'charrua-server.3.0.0' --coinstallable-with 'charrua-server.3.0.0' --all-versions --recursive && opam list -s --color=never --depends-on 'charrua-server.3.0.0' --coinstallable-with 'charrua-server.3.0.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
charrua-unix.3.0.0
charrua-server.3.0.0
charrua-unix.3.0.0
charrua-client.3.0.0
charrua-unix.3.0.0
@@@OUTPUT
2025-12-09 07:35.18 ---> saved as "f2edb93704ff2a348a6dcc9e38e68ef85243554771232061ebdb86571ba9ea3a"
Job succeeded
2025-12-09 07:35.33: Job succeeded