(for PR #28139)

2025-07-05 19:49.59: New job: list revdeps of unisim_archisec.0.0.11, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28139/head (65e23403f775282cd13782e9f3bccff2595bec5e)
                              on debian-12-ocaml-5.3/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/28139/head" && git reset --hard 65e23403
git fetch origin master
git merge --no-edit 6dea2f93908c01ba6c81b048fe926d48d2309cb8
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.3@sha256:ffdfa0590544c15d91494c86252d13cd75e233fb25067d0410482ff7e95e9334
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.3 /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 'unisim_archisec.0.0.11' --coinstallable-with 'unisim_archisec.0.0.11' --all-versions --depopts && opam list -s --color=never --depends-on 'unisim_archisec.0.0.11' --coinstallable-with 'unisim_archisec.0.0.11' --all-versions --recursive && opam list -s --color=never --depends-on 'unisim_archisec.0.0.11' --coinstallable-with 'unisim_archisec.0.0.11' --all-versions --with-test --depopts && echo '@@@OUTPUT'

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

2025-07-05 19:49.59: Using cache hint "ocaml/opam:debian-12-ocaml-5.3@sha256:ffdfa0590544c15d91494c86252d13cd75e233fb25067d0410482ff7e95e9334-unisim_archisec.0.0.11-65e23403f775282cd13782e9f3bccff2595bec5e"
2025-07-05 19:49.59: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:ffdfa0590544c15d91494c86252d13cd75e233fb25067d0410482ff7e95e9334)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-2.3 /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 'unisim_archisec.0.0.11' --coinstallable-with 'unisim_archisec.0.0.11' --all-versions --depopts && opam list -s --color=never --depends-on 'unisim_archisec.0.0.11' --coinstallable-with 'unisim_archisec.0.0.11' --all-versions --recursive && opam list -s --color=never --depends-on 'unisim_archisec.0.0.11' --coinstallable-with 'unisim_archisec.0.0.11' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)

2025-07-05 19:49.59: Waiting for resource in pool OCluster
2025-07-05 19:49.59: Waiting for worker…
2025-07-05 19:49.59: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at 6dea2f9390 Merge pull request #28135 from hhugo/release-js_of_ocaml-6.1.0
Updating 6dea2f9390..65e23403f7
Fast-forward
 .../unisim_archisec/unisim_archisec.0.0.11/opam    | 47 ++++++++++++++++++++++
 1 file changed, 47 insertions(+)
 create mode 100644 packages/unisim_archisec/unisim_archisec.0.0.11/opam

(from ocaml/opam:debian-12-ocaml-5.3@sha256:ffdfa0590544c15d91494c86252d13cd75e233fb25067d0410482ff7e95e9334)
2025-07-05 19:50.00 ---> using "76eeb46384234c09b5a776b3c562076d89d08e5507c22b031cdc923dff8bb725" from cache

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-07-05 19:50.00 ---> using "ae374bfa87100128f39782bd79fbe53739b453dc1d10f8417103b60f4f033d5f" 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 development 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-07-05 19:50.00 ---> using "1b340e0f83bdccc91466cf9ec96e35891b7bf8cebbbc77841959ac6e8df8cfe5" 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.3.0 (35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724)
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=debian os-version=12
# 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.3
# invariant            ["ocaml-base-compiler" {= "5.3.0"}]
# compiler-packages    ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.3/lib/ocaml/stublibs:/home/opam/.opam/5.3/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.3.0
2025-07-05 19:50.00 ---> using "831dacb45826a949c0bc9183ba131798d49402bd1d248794ce4a903b3fc090d0" 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-07-05 19:50.00 ---> using "91b24b07f2324d2d91f172510f38959fdc87f41e7eeb7ce50189d6441b5bd44c" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-07-05 19:50.01 ---> using "4f359305759d30b81538bb7a398a933e87fc01a39abd203509be7da07b767508" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-07-05 19:50.01 ---> using "5acde63bfa637f2bc9c80e86f01cc720ce5046f42e53179f09c81f102820447b" 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 bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [271 kB]
- Fetched 374 kB in 0s (913 kB/s)
- Reading package lists...
- 
2025-07-05 19:50.01 ---> using "1b4003da5f37e67d0d649f45816eeb9108a2e98f9f557f4d6f97dd513adca7a6" from cache

/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'unisim_archisec.0.0.11' --coinstallable-with 'unisim_archisec.0.0.11' --all-versions --depopts && opam list -s --color=never --depends-on 'unisim_archisec.0.0.11' --coinstallable-with 'unisim_archisec.0.0.11' --all-versions --recursive && opam list -s --color=never --depends-on 'unisim_archisec.0.0.11' --coinstallable-with 'unisim_archisec.0.0.11' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
binsec.0.10.0
binsec.0.10.1
unisim_archisec.0.0.11
binsec.0.10.0
binsec.0.10.1
@@@OUTPUT
2025-07-05 19:50.29 ---> saved as "bfa1f7df640651e2e582439544d95892b1f1cf0a3e026fa2370570748bfd7e11"
Job succeeded
2025-07-05 19:50.36: Job succeeded