(not at the head of any monitored branch or PR)
2025-07-08 20:19.48: New job: list revdeps of qcheck.0.26, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28148/head (c715a95fe87d4397d1f0658b2ae5acd528de705e)
                              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/28148/head" && git reset --hard c715a95f
git fetch origin master
git merge --no-edit 11a53009bd75423d805636ff9384bf7cce8b0a9a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.3@sha256:0c1d105ecd30926bc15c645f510475d0b65f37a8c9ca9e82c29259ac8876afc4
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 'qcheck.0.26' --coinstallable-with 'qcheck.0.26' --all-versions --depopts && opam list -s --color=never --depends-on 'qcheck.0.26' --coinstallable-with 'qcheck.0.26' --all-versions --recursive && opam list -s --color=never --depends-on 'qcheck.0.26' --coinstallable-with 'qcheck.0.26' --all-versions --with-test --depopts && echo '@@@OUTPUT'

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

2025-07-08 20:19.48: Using cache hint "ocaml/opam:debian-12-ocaml-5.3@sha256:0c1d105ecd30926bc15c645f510475d0b65f37a8c9ca9e82c29259ac8876afc4-qcheck.0.26-c715a95fe87d4397d1f0658b2ae5acd528de705e"
2025-07-08 20:19.48: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:0c1d105ecd30926bc15c645f510475d0b65f37a8c9ca9e82c29259ac8876afc4)
 (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 'qcheck.0.26' --coinstallable-with 'qcheck.0.26' --all-versions --depopts && opam list -s --color=never --depends-on 'qcheck.0.26' --coinstallable-with 'qcheck.0.26' --all-versions --recursive && opam list -s --color=never --depends-on 'qcheck.0.26' --coinstallable-with 'qcheck.0.26' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)

2025-07-08 20:19.48: Waiting for resource in pool OCluster
2025-07-08 20:19.48: Waiting for worker…
2025-07-08 20:21.40: Got resource from pool OCluster
Building on clete.caelum.ci.dev
All commits already cached
HEAD is now at 11a53009bd Merge pull request #27805 from fccm2/conf-gegl
Updating 11a53009bd..c715a95fe8
Fast-forward
 packages/qcheck-alcotest/qcheck-alcotest.0.26/opam | 37 +++++++++++++++++++
 packages/qcheck-core/qcheck-core.0.26/opam         | 38 ++++++++++++++++++++
 packages/qcheck-ounit/qcheck-ounit.0.26/opam       | 37 +++++++++++++++++++
 packages/qcheck/qcheck.0.26/opam                   | 42 ++++++++++++++++++++++
 4 files changed, 154 insertions(+)
 create mode 100644 packages/qcheck-alcotest/qcheck-alcotest.0.26/opam
 create mode 100644 packages/qcheck-core/qcheck-core.0.26/opam
 create mode 100644 packages/qcheck-ounit/qcheck-ounit.0.26/opam
 create mode 100644 packages/qcheck/qcheck.0.26/opam

(from ocaml/opam:debian-12-ocaml-5.3@sha256:0c1d105ecd30926bc15c645f510475d0b65f37a8c9ca9e82c29259ac8876afc4)
2025-07-08 20:21.45 ---> using "794fb143e27aef19245a1292a46556b65f0250dc92342915a5954f6ff9b5080d" 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-08 20:21.45 ---> using "9dcba9e25cdddab1b93b09e925757989633d2b1988716efc0a66a6adf8d01ef2" 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-08 20:21.45 ---> using "b9a54c51b8a3103677ef53a1c647aa827b0e2137f040935f0492bb8695c09705" 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-08 20:21.45 ---> using "9ac8ae172e8007da6119d69891073b8166f73d4da54b130f44226a65ce3c5400" 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-08 20:21.45 ---> using "21f2ba21de2118dacb2334afecf22f096b7335ddcbd53132998d7fef14418c67" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-07-08 20:21.47 ---> using "0bb30839169b9737adc01516ac1a1bcf911fa5120d31dd5a4eb4f3caa89cce04" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-07-08 20:21.47 ---> using "3e9028d8e55b1b1b51ff51784bd34a26761b664d926cd3952dae0ba65ea4e31e" 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 [272 kB]
- Fetched 375 kB in 1s (629 kB/s)
- Reading package lists...
- 
2025-07-08 20:21.47 ---> using "d7b7e88a8ef704acb72777e7c7202d7572c357e1168cfe99e16d843adee7ea17" from cache

/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'qcheck.0.26' --coinstallable-with 'qcheck.0.26' --all-versions --depopts && opam list -s --color=never --depends-on 'qcheck.0.26' --coinstallable-with 'qcheck.0.26' --all-versions --recursive && opam list -s --color=never --depends-on 'qcheck.0.26' --coinstallable-with 'qcheck.0.26' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
cps_toolbox.0.1
lbvs_consent.2.1.3
lbvs_consent.2.2.0
osnap.0.1.1
prbnmcn-dagger-test.0.0.1
prbnmcn-dagger-test.0.0.2
prbnmcn-dagger-test.0.0.3
prbnmcn-dagger-test.0.0.4
prbnmcn-dagger-test.0.0.5
prbnmcn-dagger-test.0.0.6
qcstm.0.1
qcstm.0.1.1
qtest.2.11.1
qtest.2.11.2
typeset.0.1
typeset.0.2
cps_toolbox.0.1
lbvs_consent.2.1.3
lbvs_consent.2.2.0
osnap.0.1.1
prbnmcn-dagger-test.0.0.1
prbnmcn-dagger-test.0.0.2
prbnmcn-dagger-test.0.0.3
prbnmcn-dagger-test.0.0.4
prbnmcn-dagger-test.0.0.5
prbnmcn-dagger-test.0.0.6
qcheck.0.26
qcstm.0.1
qcstm.0.1.1
qtest.2.11.1
qtest.2.11.2
typeset.0.1
typeset.0.2
base32.1.0.0
bencode.2.0
binsec.0.8.2
binsec.0.9.0
binsec.0.9.1
binsec.0.10.0
binsec.0.10.1
bytestring.0.0.8
cborl.0.1.0
containers.3.7
containers.3.8
containers-data.3.7
containers-data.3.8
containers-thread.3.7
containers-thread.3.8
cps_toolbox.0.1
cps_toolbox.0.2
cps_toolbox.0.3
dates_calc.0.0.1
dates_calc.0.0.2
dates_calc.0.0.3
dates_calc.0.0.4
dates_calc.0.0.5
dates_calc.0.0.6
dates_calc.0.0.7
dates_calc.0.0.10
docfd.2.2.0
docfd.3.0.0
dolmen.0.7
dolmen.0.8
dolmen.0.8.1
dolmen.0.9
dolmen.0.10
ezgzip.0.2.3
gen.0.5.3
gen.1.0
gen.1.1
inferno.20220603
iter.1.5
js_of_ocaml-compiler.5.9.0
js_of_ocaml-compiler.5.9.1
js_of_ocaml-compiler.6.0.1
js_of_ocaml-compiler.6.1.0
lockfree.0.3.1
lt-code.0.1.1
lwd.0.1
lwd.0.2
lwd.0.3
lwd.0.4
obatcher.1.0
obatcher.1.1
oseq.0.4.1
oseq.0.5
oseq.0.5.1
osnap.0.1.1
ppx_regexp.0.5.1
pratter.1.2.1
pratter.2.0.0
pratter.3.0.0
pratter.4.0.0
pratter.5.0.1
prbnmcn-cgrph.0.0.1
prbnmcn-cgrph.0.0.2
prbnmcn-dagger-test.0.0.1
prbnmcn-dagger-test.0.0.2
prbnmcn-dagger-test.0.0.3
prbnmcn-dagger-test.0.0.4
prbnmcn-dagger-test.0.0.5
prbnmcn-dagger-test.0.0.6
prbnmcn-stats.0.0.2
prbnmcn-stats.0.0.3
prbnmcn-stats.0.0.4
prbnmcn-stats.0.0.5
prbnmcn-stats.0.0.6
prbnmcn-stats.0.0.7
prbnmcn-stats.0.0.8
qcstm.0.1
qtest.2.11.1
qtest.2.11.2
saturn.0.4.0
saturn.0.4.1
saturn.0.5.0
saturn.1.0.0
saturn_lockfree.0.4.0
saturn_lockfree.0.4.1
saturn_lockfree.0.5.0
seqes.0.1
seqes.0.2
seqes.0.3
seqes.0.4
serde.0.0.2
spelll.0.4
spurs.0.1.1
sqlite3_utils.0.3.1
sqlite3_utils.0.4
sqlite3_utils.0.5
stdint.0.7.1
stdint.0.7.2
stramon-lib.0.3.0
syslog-message.1.0.0
syslog-message.1.1.0
syslog-message.1.2.0
timedesc.0.8.0
timedesc.0.9.0
timedesc.0.9.1
timedesc.1.0.0
timedesc.1.1.0
timedesc.1.1.1
timedesc.1.2.0
timedesc.2.0.0
timedesc.3.0.0
timedesc.3.1.0
timere.0.8.0
tiny_httpd.0.7
tiny_httpd.0.8
tiny_httpd.0.9
tiny_httpd.0.10
tiny_httpd.0.11
tiny_httpd.0.12
typeset.0.1
typeset.0.2
typeset.0.3
typeset.0.4
um-abt.0.1.3
um-abt.0.1.5
um-abt.0.1.7
yocaml.2.1.0
yocaml.2.2.0
yocaml.2.3.0
yocaml_syndication.2.1.0
yocaml_syndication.2.2.0
yocaml_syndication.2.3.0
yuujinchou.2.0.0
zar.0.9.1
zar.0.9.2
zar.0.9.3
@@@OUTPUT
2025-07-08 20:22.23 ---> saved as "7b718b58742799467a2a9b28c982b3c589f8aaddac283710b7f7802b693da3c4"
Job succeeded
2025-07-08 20:22.40: Job succeeded