Build:
  1. 0
2026-01-27 10:25.18: New job: list revdeps of git-net.0.2.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29287/head (ae2897b1b032d8eda3873e4650d74131a2a9bd6e)
                              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/29287/head" && git reset --hard ae2897b1
git fetch origin master
git merge --no-edit da10f1e072f9cf90a6e65dbf66e23531bae678b3
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 'git-net.0.2.1' --coinstallable-with 'git-net.0.2.1' --all-versions --depopts && opam list -s --color=never --depends-on 'git-net.0.2.1' --coinstallable-with 'git-net.0.2.1' --all-versions --recursive && opam list -s --color=never --depends-on 'git-net.0.2.1' --coinstallable-with 'git-net.0.2.1' --all-versions --with-test --depopts && echo '@@@OUTPUT'

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

2026-01-27 10:25.18: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:7b75eb963f7d9195aa7a042832bacc96efd4ab4b0279914c2953f9f23ee6d1e6-git-net.0.2.1-ae2897b1b032d8eda3873e4650d74131a2a9bd6e"
2026-01-27 10:25.18: 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 'git-net.0.2.1' --coinstallable-with 'git-net.0.2.1' --all-versions --depopts && opam list -s --color=never --depends-on 'git-net.0.2.1' --coinstallable-with 'git-net.0.2.1' --all-versions --recursive && opam list -s --color=never --depends-on 'git-net.0.2.1' --coinstallable-with 'git-net.0.2.1' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)

2026-01-27 10:25.18: Waiting for resource in pool OCluster
2026-01-27 10:25.18: Waiting for worker…
2026-01-27 10:26.01: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
Updating files:  64% (12529/19276)
Updating files:  65% (12530/19276)
Updating files:  66% (12723/19276)
Updating files:  67% (12915/19276)
Updating files:  68% (13108/19276)
Updating files:  69% (13301/19276)
Updating files:  70% (13494/19276)
Updating files:  71% (13686/19276)
Updating files:  72% (13879/19276)
Updating files:  73% (14072/19276)
Updating files:  74% (14265/19276)
Updating files:  75% (14457/19276)
Updating files:  76% (14650/19276)
Updating files:  77% (14843/19276)
Updating files:  78% (15036/19276)
Updating files:  79% (15229/19276)
Updating files:  80% (15421/19276)
Updating files:  81% (15614/19276)
Updating files:  82% (15807/19276)
Updating files:  83% (16000/19276)
Updating files:  84% (16192/19276)
Updating files:  85% (16385/19276)
Updating files:  86% (16578/19276)
Updating files:  87% (16771/19276)
Updating files:  88% (16963/19276)
Updating files:  89% (17156/19276)
Updating files:  90% (17349/19276)
Updating files:  91% (17542/19276)
Updating files:  92% (17734/19276)
Updating files:  93% (17927/19276)
Updating files:  94% (18120/19276)
Updating files:  95% (18313/19276)
Updating files:  96% (18505/19276)
Updating files:  97% (18698/19276)
Updating files:  98% (18891/19276)
Updating files:  99% (19084/19276)
Updating files: 100% (19276/19276)
Updating files: 100% (19276/19276), done.
HEAD is now at da10f1e072 Merge pull request #29290 from Octachron/ocaml_5.6_dev_packages
Merge made by the 'ort' strategy.
 packages/git-kv/git-kv.0.2.1/opam   | 50 +++++++++++++++++++++++++++++++++++++
 packages/git-net/git-net.0.2.1/opam | 46 ++++++++++++++++++++++++++++++++++
 2 files changed, 96 insertions(+)
 create mode 100644 packages/git-kv/git-kv.0.2.1/opam
 create mode 100644 packages/git-net/git-net.0.2.1/opam

(from ocaml/opam:debian-13-ocaml-5.4@sha256:7b75eb963f7d9195aa7a042832bacc96efd4ab4b0279914c2953f9f23ee6d1e6)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:7b75eb963f7d9195aa7a042832bacc96efd4ab4b0279914c2953f9f23ee6d1e6' locally
docker.io/ocaml/opam@sha256:7b75eb963f7d9195aa7a042832bacc96efd4ab4b0279914c2953f9f23ee6d1e6: Pulling from ocaml/opam
2ca1bfae7ba8: Already exists
3baeae2ed4cf: Already exists
b254ca288623: Already exists
745976a04e35: Already exists
a516242b2337: Already exists
9bb526cd9631: Already exists
3737e8f76884: Already exists
6a8811ebcb2c: Already exists
386dffb80382: Already exists
e04d691eea35: Already exists
bb72c0d1c3f0: Already exists
3a56fcb872cd: Already exists
5abffa2313de: Already exists
7ed80bc2b055: Already exists
87c92835260d: Already exists
5624e0ee5ca5: Already exists
96e54dc9b357: Already exists
96e54dc9b357: Already exists
7c484d393436: Already exists
16b8d7610542: Already exists
c5ac47ffe6ef: Already exists
00cfb259c8ac: Already exists
4f4fb700ef54: Already exists
4658a16b5264: Already exists
7c82a6a00032: Already exists
b76e2612fc73: Already exists
da0741a07551: Already exists
102a21125d73: Already exists
d244b294335f: Already exists
e47a432b94fb: Already exists
6ee7cce1e23d: Already exists
2475e9cbd3e5: Already exists
4f8aac8ae1e5: Already exists
3e59226f7823: Already exists
6d429b9a6ce7: Already exists
dc8bbbd9edf9: Already exists
66ec5629681d: Already exists
74661ee64965: Already exists
b3088c441ac7: Already exists
11be3e645e01: Already exists
e9a0ff031006: Already exists
02e67148461a: Already exists
8486a827c317: Already exists
eddafbbeb04f: Already exists
58f76f7cc43e: Pulling fs layer
c62fa2e2a408: Pulling fs layer
92abc54e89a2: Pulling fs layer
ff21e2f9548b: Pulling fs layer
ff21e2f9548b: Waiting
c62fa2e2a408: Verifying Checksum
c62fa2e2a408: Download complete
92abc54e89a2: Download complete
ff21e2f9548b: Verifying Checksum
ff21e2f9548b: Download complete
58f76f7cc43e: Verifying Checksum
58f76f7cc43e: Download complete
58f76f7cc43e: Pull complete
c62fa2e2a408: Pull complete
92abc54e89a2: Pull complete
ff21e2f9548b: Pull complete
Digest: sha256:7b75eb963f7d9195aa7a042832bacc96efd4ab4b0279914c2953f9f23ee6d1e6
Status: Downloaded newer image for ocaml/opam@sha256:7b75eb963f7d9195aa7a042832bacc96efd4ab4b0279914c2953f9f23ee6d1e6
2026-01-27 10:26.09 ---> 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-27 10:26.09 ---> 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-27 10:26.09 ---> 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-27 10:26.09 ---> 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-27 10:26.09 ---> using "a80806ab1cec707e8afb5a047be43e19f2c71735f9ef12880c11228115befadd" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-01-27 10:26.11 ---> using "b3330b272c22384e3c2cbaf56a671a9d6a58faa549e5f44acb608675a5f3d9b7" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-27 10:26.11 ---> using "4c1ee748e03a0c40653f90781ae1f7d8f63992de4f527f87911abfb731121c0a" 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 [97.9 kB]
- Fetched 189 kB in 0s (1005 kB/s)
- Reading package lists...
- 
2026-01-27 10:26.11 ---> using "8d67b75f0fd7f18594d7763e68aa270709d120b0b16cc10e5d4f5e66dae96d94" from cache

/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'git-net.0.2.1' --coinstallable-with 'git-net.0.2.1' --all-versions --depopts && opam list -s --color=never --depends-on 'git-net.0.2.1' --coinstallable-with 'git-net.0.2.1' --all-versions --recursive && opam list -s --color=never --depends-on 'git-net.0.2.1' --coinstallable-with 'git-net.0.2.1' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
yocaml_git.2.4.0
yocaml_git.2.4.1
yocaml_git.2.5.0
yocaml_git.2.6.0
yocaml_git.2.7.0
yocaml_git.2.8.0
git-net.0.2.1
yocaml_git.2.4.0
yocaml_git.2.4.1
yocaml_git.2.5.0
yocaml_git.2.6.0
yocaml_git.2.7.0
yocaml_git.2.8.0
@@@OUTPUT
2026-01-27 10:26.45 ---> saved as "f5f9732bd01162f1e73c9717cd31d4ad8c15a4a41fce1f7cada5056a6c903f95"
Job succeeded
2026-01-27 10:26.50: Job succeeded