(not at the head of any monitored branch or PR)
2025-10-21 11:05.41: New job: list revdeps of opam-installer.2.5.0~alpha1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28748/head (6643b4b12a62bcd38151b36c048dae629b547d40)
                              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/28748/head" && git reset --hard 6643b4b1
git fetch origin master
git merge --no-edit dd3f59b87457521a083d4c2f24872eea0e19b716
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:219afd660465a4cdf35bbb1e4df7ffa6c984e8d79451af11e9939d6257f7c2b8
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 'opam-installer.2.5.0~alpha1' --coinstallable-with 'opam-installer.2.5.0~alpha1' --all-versions --depopts && opam list -s --color=never --depends-on 'opam-installer.2.5.0~alpha1' --coinstallable-with 'opam-installer.2.5.0~alpha1' --all-versions --recursive && opam list -s --color=never --depends-on 'opam-installer.2.5.0~alpha1' --coinstallable-with 'opam-installer.2.5.0~alpha1' --all-versions --with-test --depopts && echo '@@@OUTPUT'

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

2025-10-21 11:05.41: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:219afd660465a4cdf35bbb1e4df7ffa6c984e8d79451af11e9939d6257f7c2b8-opam-installer.2.5.0~alpha1-6643b4b12a62bcd38151b36c048dae629b547d40"
2025-10-21 11:05.41: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:219afd660465a4cdf35bbb1e4df7ffa6c984e8d79451af11e9939d6257f7c2b8)
 (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 'opam-installer.2.5.0~alpha1' --coinstallable-with 'opam-installer.2.5.0~alpha1' --all-versions --depopts && opam list -s --color=never --depends-on 'opam-installer.2.5.0~alpha1' --coinstallable-with 'opam-installer.2.5.0~alpha1' --all-versions --recursive && opam list -s --color=never --depends-on 'opam-installer.2.5.0~alpha1' --coinstallable-with 'opam-installer.2.5.0~alpha1' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)

2025-10-21 11:05.41: Waiting for resource in pool OCluster
2025-10-21 11:08.26: Waiting for worker…
2025-10-21 11:09.49: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
Updating files:  83% (15491/18598)
Updating files:  84% (15623/18598)
Updating files:  85% (15809/18598)
Updating files:  86% (15995/18598)
Updating files:  87% (16181/18598)
Updating files:  88% (16367/18598)
Updating files:  89% (16553/18598)
Updating files:  90% (16739/18598)
Updating files:  91% (16925/18598)
Updating files:  92% (17111/18598)
Updating files:  93% (17297/18598)
Updating files:  94% (17483/18598)
Updating files:  95% (17669/18598)
Updating files:  96% (17855/18598)
Updating files:  97% (18041/18598)
Updating files:  98% (18227/18598)
Updating files:  99% (18413/18598)
Updating files: 100% (18598/18598)
Updating files: 100% (18598/18598), done.
HEAD is now at dd3f59b874 Merge pull request #28739 from hannesm/release-dns-v10.2.2
Updating dd3f59b874..6643b4b12a
Fast-forward
 packages/opam-client/opam-client.2.5.0~alpha1/opam | 50 +++++++++++++++++++
 packages/opam-core/opam-core.2.5.0~alpha1/opam     | 57 ++++++++++++++++++++++
 packages/opam-devel/opam-devel.2.5.0~alpha1/opam   | 52 ++++++++++++++++++++
 packages/opam-format/opam-format.2.5.0~alpha1/opam | 42 ++++++++++++++++
 .../opam-installer.2.5.0~alpha1/opam               | 44 +++++++++++++++++
 .../opam-repository.2.5.0~alpha1/opam              | 42 ++++++++++++++++
 packages/opam-solver/opam-solver.2.5.0~alpha1/opam | 50 +++++++++++++++++++
 packages/opam-state/opam-state.2.5.0~alpha1/opam   | 44 +++++++++++++++++
 8 files changed, 381 insertions(+)
 create mode 100644 packages/opam-client/opam-client.2.5.0~alpha1/opam
 create mode 100644 packages/opam-core/opam-core.2.5.0~alpha1/opam
 create mode 100644 packages/opam-devel/opam-devel.2.5.0~alpha1/opam
 create mode 100644 packages/opam-format/opam-format.2.5.0~alpha1/opam
 create mode 100644 packages/opam-installer/opam-installer.2.5.0~alpha1/opam
 create mode 100644 packages/opam-repository/opam-repository.2.5.0~alpha1/opam
 create mode 100644 packages/opam-solver/opam-solver.2.5.0~alpha1/opam
 create mode 100644 packages/opam-state/opam-state.2.5.0~alpha1/opam

(from ocaml/opam:debian-13-ocaml-5.4@sha256:219afd660465a4cdf35bbb1e4df7ffa6c984e8d79451af11e9939d6257f7c2b8)
2025-10-21 11:10.09 ---> using "e779c3a4a56932d907bd71b1f7583592fd9370191ff90cc4f969b989cedfcba1" 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-10-21 11:10.09 ---> using "7c53480bc7e4978fe7871bd3cc2aa3abeabee6f71e9778a924560660d8bc0426" 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-10-21 11:10.09 ---> using "756029f939269c2909a3de41ce884735a53f62788f8da3f61690593d31b8bafd" 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.1
# 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
2025-10-21 11:10.09 ---> using "160287e7ce7236a58707816e31268bea69e8fb10a6b8c89c38be4f7ecb399de3" 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-10-21 11:10.09 ---> using "741c7cc8509cdc26370bb37c5e8aeeedef187cac5ec9c55115d2c906cc96f513" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-10-21 11:10.11 ---> using "577cc947d003569beaca515c1f033adef0bd5eaac0ea94ebc9f68f335adcd601" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-10-21 11:10.11 ---> using "b716de2e44f69f87121604a12f9cfc3d3d78cb13abb0e111d1dbc2c64ba5256a" 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 [57.7 kB]
- Fetched 148 kB in 0s (1500 kB/s)
- Reading package lists...
- 
2025-10-21 11:10.11 ---> using "6df6318da7f1e2d2e37d5d93203b57421d47200610204356463994ac58224062" from cache

/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'opam-installer.2.5.0~alpha1' --coinstallable-with 'opam-installer.2.5.0~alpha1' --all-versions --depopts && opam list -s --color=never --depends-on 'opam-installer.2.5.0~alpha1' --coinstallable-with 'opam-installer.2.5.0~alpha1' --all-versions --recursive && opam list -s --color=never --depends-on 'opam-installer.2.5.0~alpha1' --coinstallable-with 'opam-installer.2.5.0~alpha1' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
opam-installer.2.5.0~alpha1
ppx_dream_eml.1.0
@@@OUTPUT
2025-10-21 11:10.53 ---> saved as "83afca4f4420f8167b67c58b5e88886a4815e4297080b620ebfc466f4c54c354"
Job succeeded
2025-10-21 11:11.03: Job succeeded