(for PR #29883)

2026-05-08 18:51.30: New job: list revdeps of lstar-rocq.1.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29883/head (e5ab047b033e89fa4026a3a78b062664a0cf8a36)
                              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/29883/head" && git reset --hard e5ab047b
git fetch origin master
git merge --no-edit fc08333d1ba03c1ffbc960479a92aa94085c5f78
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:54db52f720b11d06c0cfbf6a920dd2d605b5ed518e1dfb40e1c0b9c470331e4b
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 'lstar-rocq.1.0' --coinstallable-with 'lstar-rocq.1.0' --all-versions --depopts && opam list -s --color=never --depends-on 'lstar-rocq.1.0' --coinstallable-with 'lstar-rocq.1.0' --all-versions --recursive && opam list -s --color=never --depends-on 'lstar-rocq.1.0' --coinstallable-with 'lstar-rocq.1.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'

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

2026-05-08 18:51.30: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:54db52f720b11d06c0cfbf6a920dd2d605b5ed518e1dfb40e1c0b9c470331e4b-lstar-rocq.1.0-e5ab047b033e89fa4026a3a78b062664a0cf8a36"
2026-05-08 18:51.30: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:54db52f720b11d06c0cfbf6a920dd2d605b5ed518e1dfb40e1c0b9c470331e4b)
 (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 'lstar-rocq.1.0' --coinstallable-with 'lstar-rocq.1.0' --all-versions --depopts && opam list -s --color=never --depends-on 'lstar-rocq.1.0' --coinstallable-with 'lstar-rocq.1.0' --all-versions --recursive && opam list -s --color=never --depends-on 'lstar-rocq.1.0' --coinstallable-with 'lstar-rocq.1.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)

2026-05-08 18:51.30: Waiting for resource in pool OCluster
2026-05-08 18:51.30: Waiting for worker…
2026-05-08 18:51.30: Got resource from pool OCluster
Building on eumache.caelum.ci.dev
All commits already cached
HEAD is now at fc08333d1b Merge pull request #29875 from ocaml/mseri-patch-3
Updating fc08333d1b..e5ab047b03
Fast-forward
 packages/lstar-rocq/lstar-rocq.1.0/opam | 39 +++++++++++++++++++++++++++++++++
 packages/lstar/lstar.1.0/opam           | 38 ++++++++++++++++++++++++++++++++
 2 files changed, 77 insertions(+)
 create mode 100644 packages/lstar-rocq/lstar-rocq.1.0/opam
 create mode 100644 packages/lstar/lstar.1.0/opam

(from ocaml/opam:debian-13-ocaml-5.4@sha256:54db52f720b11d06c0cfbf6a920dd2d605b5ed518e1dfb40e1c0b9c470331e4b)
2026-05-08 18:51.32 ---> using "430cb2d34ee3b9624381a5c07e9476505c317065165502bfa0e78f5a302650a7" 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-05-08 18:51.32 ---> using "bff0567862c4190a6c3fb3588d171e0849f768ddaa700359b3195dc4428d09fe" 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-05-08 18:51.32 ---> using "a57404b1126b3ad6477ad905569058d7e8d319d7d4d2e1109b39c68ef5a219e3" 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.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.1"}]
# compiler-packages    ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, 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.1
2026-05-08 18:51.32 ---> using "86a61ccb17f4ad7038f7e6d14161148882afcb3d6ae09a598f68ad5e77f453e8" 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-05-08 18:51.32 ---> using "455feeeb9112137e3ea4564ea68f8cad56670c516b1f332c191ae7983b3eec92" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-05-08 18:51.33 ---> using "13147f2f8b50e142db348d0edb57311de8f65ea65ee03135215699ed3928b026" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-08 18:51.33 ---> using "e30fced39ec63332ac95ab65bc9cf4726fb9225ed6c66e1f998eb0e456b1ad43" 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 [156 kB]
- Fetched 247 kB in 0s (815 kB/s)
- Reading package lists...
- 
2026-05-08 18:51.33 ---> using "4d8036c910b3fd30356b7516eae6470f101a6529a2c863b4cd32817a2beac7a3" from cache

/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'lstar-rocq.1.0' --coinstallable-with 'lstar-rocq.1.0' --all-versions --depopts && opam list -s --color=never --depends-on 'lstar-rocq.1.0' --coinstallable-with 'lstar-rocq.1.0' --all-versions --recursive && opam list -s --color=never --depends-on 'lstar-rocq.1.0' --coinstallable-with 'lstar-rocq.1.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
lstar-rocq.1.0
@@@OUTPUT
2026-05-08 18:52.07 ---> saved as "a7857b20c425e7d09d7a784cc6c40777832a9d6a8f4ce2cfd63a3ce648f35b62"
Job succeeded
2026-05-08 18:52.14: Job succeeded