(not at the head of any monitored branch or PR)
2024-07-05 12:08.03: New job: list revdeps of dscheck.0.5.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/26195/head (b0bf598e34cb04c0c2bc402fafb48007a093caa5)
                              on debian-12-ocaml-5.2/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/26195/head" && git reset --hard b0bf598e
git fetch origin master
git merge --no-edit ca7f74d624024c73a7297ea2b022ef88d65b1121
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.2@sha256:583bd84391ee71ae55caa44262c64c2260af63906c7c0231d7561504ac61b650
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMSOLVERTIMEOUT="500"
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 'dscheck.0.5.0' --coinstallable-with 'dscheck.0.5.0' --all-versions --depopts && opam list -s --color=never --depends-on 'dscheck.0.5.0' --coinstallable-with 'dscheck.0.5.0' --all-versions --recursive && opam list -s --color=never --depends-on 'dscheck.0.5.0' --coinstallable-with 'dscheck.0.5.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'

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

2024-07-05 12:08.03: Using cache hint "ocaml/opam:debian-12-ocaml-5.2@sha256:583bd84391ee71ae55caa44262c64c2260af63906c7c0231d7561504ac61b650-dscheck.0.5.0-b0bf598e34cb04c0c2bc402fafb48007a093caa5"
2024-07-05 12:08.03: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.2@sha256:583bd84391ee71ae55caa44262c64c2260af63906c7c0231d7561504ac61b650)
 (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 "uname -rs && opam exec -- ocaml -version && opam --version"))
 (env OPAMDOWNLOADJOBS 1)
 (env OPAMERRLOGLEN 0)
 (env OPAMSOLVERTIMEOUT 500)
 (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 'dscheck.0.5.0' --coinstallable-with 'dscheck.0.5.0' --all-versions --depopts && opam list -s --color=never --depends-on 'dscheck.0.5.0' --coinstallable-with 'dscheck.0.5.0' --all-versions --recursive && opam list -s --color=never --depends-on 'dscheck.0.5.0' --coinstallable-with 'dscheck.0.5.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)

2024-07-05 12:08.03: Waiting for resource in pool OCluster
2024-07-05 12:14.13: Waiting for worker…
2024-07-05 12:19.05: Got resource from pool OCluster
Building on x86-bm-c12.sw.ocaml.org
Updating files:  66% (21113/31779)
Updating files:  67% (21292/31779)
Updating files:  68% (21610/31779)
Updating files:  69% (21928/31779)
Updating files:  70% (22246/31779)
Updating files:  71% (22564/31779)
Updating files:  72% (22881/31779)
Updating files:  73% (23199/31779)
Updating files:  74% (23517/31779)
Updating files:  75% (23835/31779)
Updating files:  76% (24153/31779)
Updating files:  77% (24470/31779)
Updating files:  78% (24788/31779)
Updating files:  79% (25106/31779)
Updating files:  80% (25424/31779)
Updating files:  81% (25741/31779)
Updating files:  82% (26059/31779)
Updating files:  83% (26377/31779)
Updating files:  84% (26695/31779)
Updating files:  85% (27013/31779)
Updating files:  86% (27330/31779)
Updating files:  87% (27648/31779)
Updating files:  88% (27966/31779)
Updating files:  89% (28284/31779)
Updating files:  90% (28602/31779)
Updating files:  91% (28919/31779)
Updating files:  92% (29237/31779)
Updating files:  93% (29555/31779)
Updating files:  94% (29873/31779)
Updating files:  95% (30191/31779)
Updating files:  96% (30508/31779)
Updating files:  97% (30826/31779)
Updating files:  98% (31144/31779)
Updating files:  99% (31462/31779)
Updating files: 100% (31779/31779)
Updating files: 100% (31779/31779), done.
HEAD is now at 5586ea537c Merge commit '956dfbfb1a64b7045d4e8fd7ab8ccafd71bafb2f'
HEAD is now at ca7f74d624 Merge pull request #26199 from mseri/fix-apron-ub
Merge made by the 'ort' strategy.
 packages/dscheck/dscheck.0.5.0/opam | 41 +++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)
 create mode 100644 packages/dscheck/dscheck.0.5.0/opam

(from ocaml/opam:debian-12-ocaml-5.2@sha256:583bd84391ee71ae55caa44262c64c2260af63906c7c0231d7561504ac61b650)
2024-07-05 12:19.16 ---> using "9db33b4bb054733b7edf7c000bfa2223fb2a5578295224f53737a047b78cd615" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2024-07-05 12:19.16 ---> using "8252a6b7cac13d21fd440da8f14de1380f71877f7f352e35c4869ec0d15987e6" 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~beta, 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] synchronised from file:///home/opam/opam-repository
2024-07-05 12:19.16 ---> using "7307acb780431de9b8a2cf61fce2e31cac34d318fb8259ace1403298a7145fc3" from cache

/home/opam: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-113-generic
The OCaml toplevel, version 5.2.0
2.2.0~rc1
2024-07-05 12:19.16 ---> using "c064eef16a2a2d098179728c78fa9e0229e4b9b32fbc4db544ae1017758abe31" from cache

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMSOLVERTIMEOUT 500)

/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/"))
2024-07-05 12:19.16 ---> using "3fcc22a591adc4fba1849f596cb02b575bc7932f25a239a6a1e48cbfa6f6eb8d" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2024-07-05 12:19.25 ---> saved as "62e31a26b86e226b14e14e3834330cfe67f4ec0e2842bf27d00c5554c17901cc"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2024-07-05 12:20.18 ---> saved as "7217f01b6837b9570e04ad2b116930ebdd7cfbbf83e726e815b19af4fd2041c7"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
- 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 bookworm/main amd64 Packages [8788 kB]
- Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [165 kB]
- Fetched 9207 kB in 1s (6205 kB/s)
- Reading package lists...
- 
2024-07-05 12:20.20 ---> saved as "ade7aa2cbcb3f7270c04c157d7280e07e1f9fe01cdf53a9cff7223ae5fc6ca33"

/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'dscheck.0.5.0' --coinstallable-with 'dscheck.0.5.0' --all-versions --depopts && opam list -s --color=never --depends-on 'dscheck.0.5.0' --coinstallable-with 'dscheck.0.5.0' --all-versions --recursive && opam list -s --color=never --depends-on 'dscheck.0.5.0' --coinstallable-with 'dscheck.0.5.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
acp4.1.0.1
acpc.2.0.0
docfd.2.1.0
docfd.2.2.0
docfd.3.0.0
domainslib.0.5.0
dscheck.0.5.0
forester.2.0
forester.2.1
forester.2.2.1
forester.2.3
forester.2.4
forester.2.4.1
forester.2.5
forester.2.5.1
hts_shrink.2.1.2
lbvs_consent.2.2.0
lwt_domain.0.3.0
oplsr.8.0.1
orrandomForest.3.0.0
parany.13.0.0
parany.13.0.1
parany.13.1.0
parany.13.1.1
parany.13.1.2
pardi.3.1.1
pardi.3.2.0
pardi.3.2.2
prbnmcn-dagger.0.0.4
prbnmcn-dagger.0.0.5
prbnmcn-dagger-gsl.0.0.4
prbnmcn-dagger-gsl.0.0.5
prbnmcn-dagger-stats.0.0.4
prbnmcn-dagger-stats.0.0.5
prbnmcn-dagger-test.0.0.4
prbnmcn-dagger-test.0.0.5
eio.0.8.1
eio.0.9
eio.0.10
eio.0.11
eio.0.12
eio.0.13
eio.0.14
eio.0.15
eio.1.1
lockfree.0.3.1
miou.0.1.0
miou.0.2.0
picos.0.1.0
picos.0.2.0
picos.0.3.0
picos.0.4.0
saturn.0.4.0
saturn.0.4.1
saturn_lockfree.0.4.0
saturn_lockfree.0.4.1
@@@OUTPUT
2024-07-05 12:21.14 ---> saved as "cc2ae8048c38e480e598fd9ed78e470970702056002cd4cab9c4f39e87f79083"
Job succeeded
2024-07-05 12:21.21: Job succeeded