Build:
  1. 0
2026-01-28 23:33.07: New job: list revdeps of mset.0.1.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29285/head (110359f9ad619c79f58855f21e3668ca7b0b23e6)
                              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/29285/head" && git reset --hard 110359f9
git fetch origin master
git merge --no-edit eb1c009e0587521e078a96a8635a19ed1fa5baa9
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 'mset.0.1.0' --coinstallable-with 'mset.0.1.0' --all-versions --depopts && opam list -s --color=never --depends-on 'mset.0.1.0' --coinstallable-with 'mset.0.1.0' --all-versions --recursive && opam list -s --color=never --depends-on 'mset.0.1.0' --coinstallable-with 'mset.0.1.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'

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

2026-01-28 23:33.07: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:7b75eb963f7d9195aa7a042832bacc96efd4ab4b0279914c2953f9f23ee6d1e6-mset.0.1.0-110359f9ad619c79f58855f21e3668ca7b0b23e6"
2026-01-28 23:33.07: 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 'mset.0.1.0' --coinstallable-with 'mset.0.1.0' --all-versions --depopts && opam list -s --color=never --depends-on 'mset.0.1.0' --coinstallable-with 'mset.0.1.0' --all-versions --recursive && opam list -s --color=never --depends-on 'mset.0.1.0' --coinstallable-with 'mset.0.1.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)

2026-01-28 23:33.07: Waiting for resource in pool OCluster
2026-01-28 23:33.07: Waiting for worker…
2026-01-28 23:39.58: Got resource from pool OCluster
Building on clete
All commits already cached
Updating files:  68% (13233/19295)
Updating files:  69% (13314/19295)
Updating files:  70% (13507/19295)
Updating files:  71% (13700/19295)
Updating files:  72% (13893/19295)
Updating files:  73% (14086/19295)
Updating files:  74% (14279/19295)
Updating files:  75% (14472/19295)
Updating files:  76% (14665/19295)
Updating files:  77% (14858/19295)
Updating files:  78% (15051/19295)
Updating files:  79% (15244/19295)
Updating files:  80% (15436/19295)
Updating files:  81% (15629/19295)
Updating files:  82% (15822/19295)
Updating files:  83% (16015/19295)
Updating files:  84% (16208/19295)
Updating files:  85% (16401/19295)
Updating files:  86% (16594/19295)
Updating files:  87% (16787/19295)
Updating files:  88% (16980/19295)
Updating files:  89% (17173/19295)
Updating files:  90% (17366/19295)
Updating files:  91% (17559/19295)
Updating files:  92% (17752/19295)
Updating files:  93% (17945/19295)
Updating files:  94% (18138/19295)
Updating files:  95% (18331/19295)
Updating files:  96% (18524/19295)
Updating files:  97% (18717/19295)
Updating files:  98% (18910/19295)
Updating files:  99% (19103/19295)
Updating files: 100% (19295/19295)
Updating files: 100% (19295/19295), done.
HEAD is now at eb1c009e05 Merge pull request #29277 from avsm/release-capnp-rpc-v2.1.1
Merge made by the 'ort' strategy.
 packages/mset/mset.0.1.0/opam | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 packages/mset/mset.0.1.0/opam

(from ocaml/opam:debian-13-ocaml-5.4@sha256:7b75eb963f7d9195aa7a042832bacc96efd4ab4b0279914c2953f9f23ee6d1e6)
2026-01-28 23:45.47 ---> 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-28 23:45.47 ---> 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-28 23:45.47 ---> 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-28 23:45.47 ---> 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-28 23:45.47 ---> using "a80806ab1cec707e8afb5a047be43e19f2c71735f9ef12880c11228115befadd" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-01-28 23:45.53 ---> saved as "c4b8554aa40e38c225c2e05ac9a8e739d9f189d370ad1e9d265d083368d1ab2d"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-28 23:46.11 ---> saved as "0c63d37c8ac333e572bc4a3ad192b04467e92616f7beeb5e3c46e0b9243e2cf0"

/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 (1206 kB/s)
- Reading package lists...
- 
2026-01-28 23:46.12 ---> saved as "bf3c1ff950fc4d67520c097d3ded8323bccd10c4dee876c8f2202b69d33ab154"

/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'mset.0.1.0' --coinstallable-with 'mset.0.1.0' --all-versions --depopts && opam list -s --color=never --depends-on 'mset.0.1.0' --coinstallable-with 'mset.0.1.0' --all-versions --recursive && opam list -s --color=never --depends-on 'mset.0.1.0' --coinstallable-with 'mset.0.1.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
mset.0.1.0
@@@OUTPUT
2026-01-28 23:46.34 ---> saved as "90d89b52f8ed08881bfdcaedf48a20ff62d48dc0613ed8a9c80c5245da33220b"
Job succeeded
2026-01-28 23:46.45: Job succeeded