(for PR #27360)

2025-02-12 09:46.36: New job: list revdeps of ocaml-rocksdb.0.02, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27360/head (879cce6341a5b8d26f5989e5001751782571cb8b)
                              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/27360/head" && git reset --hard 879cce63
git fetch origin master
git merge --no-edit 48bb43844bc785e46443ebf25e3c37b4d7bc64dc
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.3@sha256:2ebf84c1b80d45bd693320d055f608b32529285fcbeeb35803f2ce50d3048683
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 'ocaml-rocksdb.0.02' --coinstallable-with 'ocaml-rocksdb.0.02' --all-versions --depopts && opam list -s --color=never --depends-on 'ocaml-rocksdb.0.02' --coinstallable-with 'ocaml-rocksdb.0.02' --all-versions --recursive && opam list -s --color=never --depends-on 'ocaml-rocksdb.0.02' --coinstallable-with 'ocaml-rocksdb.0.02' --all-versions --with-test --depopts && echo '@@@OUTPUT'

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

2025-02-12 09:46.36: Using cache hint "ocaml/opam:debian-12-ocaml-5.3@sha256:2ebf84c1b80d45bd693320d055f608b32529285fcbeeb35803f2ce50d3048683-ocaml-rocksdb.0.02-879cce6341a5b8d26f5989e5001751782571cb8b"
2025-02-12 09:46.36: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:2ebf84c1b80d45bd693320d055f608b32529285fcbeeb35803f2ce50d3048683)
 (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 'ocaml-rocksdb.0.02' --coinstallable-with 'ocaml-rocksdb.0.02' --all-versions --depopts && opam list -s --color=never --depends-on 'ocaml-rocksdb.0.02' --coinstallable-with 'ocaml-rocksdb.0.02' --all-versions --recursive && opam list -s --color=never --depends-on 'ocaml-rocksdb.0.02' --coinstallable-with 'ocaml-rocksdb.0.02' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)

2025-02-12 09:46.36: Waiting for resource in pool OCluster
2025-02-12 09:46.37: Waiting for worker…
2025-02-12 09:47.25: Got resource from pool OCluster
Building on x86-bm-c3.sw.ocaml.org
All commits already cached
Updating files:  95% (22252/23317)
Updating files:  96% (22385/23317)
Updating files:  97% (22618/23317)
Updating files:  98% (22851/23317)
Updating files:  99% (23084/23317)
Updating files: 100% (23317/23317)
Updating files: 100% (23317/23317), done.
HEAD is now at 48bb43844b Merge pull request #27403 from hhugo/prepare-jsoo-6
Updating 48bb43844b..879cce6341
Fast-forward
 .../conf-rocksdb-ge-5-17-2.5.17.2/opam             | 37 ++++++++++++++
 packages/ocaml-rocksdb/ocaml-rocksdb.0.02/opam     | 59 ++++++++++++++++++++++
 2 files changed, 96 insertions(+)
 create mode 100644 packages/conf-rocksdb-ge-5-17-2/conf-rocksdb-ge-5-17-2.5.17.2/opam
 create mode 100644 packages/ocaml-rocksdb/ocaml-rocksdb.0.02/opam

(from ocaml/opam:debian-12-ocaml-5.3@sha256:2ebf84c1b80d45bd693320d055f608b32529285fcbeeb35803f2ce50d3048683)
2025-02-12 09:47.28 ---> using "2eea5bde28725c99a87e1f2a5b147a024a046c2a06cd3ab003a93e0be5a0f139" 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-02-12 09:47.28 ---> using "88186dbc3508db9ea08ddebc1085e9bfd977ff51a8aa06e73caed7f922db43fc" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[opam-repository-archive] no changes from git+https://github.com/ocaml/opam-repository-archive
[default] synchronised from file:///home/opam/opam-repository
2025-02-12 09:47.28 ---> using "d156e62450e17e03814e3980a64c0012ea73d3eb21216bc40a494f13df757607" 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.0~alpha1~dev (747e73667ad9d054b0f736be205c0013e1bec087)
# 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                 39
# repositories         1 (local), 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-02-12 09:47.28 ---> using "e4d817dc9e39278825c22b99161bb0e397890509ba9b4e4dd0ac5ffc302bedfd" 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-02-12 09:47.28 ---> using "5062cfb9d7669b5e1598a0907630fe7ef6fc4e76142fbea3736fa476d97f9b73" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-02-12 09:47.29 ---> using "911c26cad85a89481b276a0de2de03fd42a1602f9b6947b5ce942247ce50713e" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-02-12 09:47.29 ---> using "df586be021ab32bd03e6448ba4dc48893e3f133b61ba7bd717cc63ec4b6d16e6" 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 [245 kB]
- Fetched 348 kB in 0s (1289 kB/s)
- Reading package lists...
- 
2025-02-12 09:47.29 ---> using "597de16766e6bc05292e6611a2555c9db48e222cf4b2bd26c477bbc252813dc4" from cache

/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'ocaml-rocksdb.0.02' --coinstallable-with 'ocaml-rocksdb.0.02' --all-versions --depopts && opam list -s --color=never --depends-on 'ocaml-rocksdb.0.02' --coinstallable-with 'ocaml-rocksdb.0.02' --all-versions --recursive && opam list -s --color=never --depends-on 'ocaml-rocksdb.0.02' --coinstallable-with 'ocaml-rocksdb.0.02' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
ocaml-rocksdb.0.02
@@@OUTPUT
2025-02-12 09:48.30 ---> saved as "60df4144560413db3d0185a54091221013b9cb6bccba5f73541cd1d1d1a76efb"
Job succeeded
2025-02-12 09:48.35: Job succeeded