(not at the head of any monitored branch or PR)
2025-07-08 20:19.22: New job: list revdeps of qcheck-ounit.0.26, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28148/head (c715a95fe87d4397d1f0658b2ae5acd528de705e)
                              on debian-12-ocaml-4.14/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-4.14@sha256:143576507f5c7de2dab1a2bc4748de0e63d8dc0c9524de1e8ea0b273ddd270ab
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-ounit.0.26' --coinstallable-with 'qcheck-ounit.0.26' --all-versions --depopts && opam list -s --color=never --depends-on 'qcheck-ounit.0.26' --coinstallable-with 'qcheck-ounit.0.26' --all-versions --recursive && opam list -s --color=never --depends-on 'qcheck-ounit.0.26' --coinstallable-with 'qcheck-ounit.0.26' --all-versions --with-test --depopts && echo '@@@OUTPUT'

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

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

2025-07-08 20:19.22: Waiting for resource in pool OCluster
2025-07-08 20:19.22: Waiting for worker…
2025-07-08 20:21.33: Got resource from pool OCluster
Building on toxis.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-4.14@sha256:143576507f5c7de2dab1a2bc4748de0e63d8dc0c9524de1e8ea0b273ddd270ab)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:143576507f5c7de2dab1a2bc4748de0e63d8dc0c9524de1e8ea0b273ddd270ab' locally
docker.io/ocaml/opam@sha256:143576507f5c7de2dab1a2bc4748de0e63d8dc0c9524de1e8ea0b273ddd270ab: Pulling from ocaml/opam
a304af663f1a: Already exists
8ed16bb8b84e: Pulling fs layer
335dc0a99bb8: Pulling fs layer
8aac4d9dd913: Pulling fs layer
dd17a8488c63: Pulling fs layer
8ed16bb8b84e: Waiting
8aac4d9dd913: Waiting
335dc0a99bb8: Waiting
335dc0a99bb8: Verifying Checksum
335dc0a99bb8: Download complete
8aac4d9dd913: Download complete
dd17a8488c63: Verifying Checksum
dd17a8488c63: Download complete
8ed16bb8b84e: Verifying Checksum
8ed16bb8b84e: Download complete
8ed16bb8b84e: Pull complete
335dc0a99bb8: Pull complete
8aac4d9dd913: Pull complete
dd17a8488c63: Pull complete
Digest: sha256:143576507f5c7de2dab1a2bc4748de0e63d8dc0c9524de1e8ea0b273ddd270ab
Status: Downloaded newer image for ocaml/opam@sha256:143576507f5c7de2dab1a2bc4748de0e63d8dc0c9524de1e8ea0b273ddd270ab
2025-07-08 20:21.39 ---> using "cbce109115830ce8e290fcb66720c8f15adbd56f7256c117251ab82bc5715165" 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.39 ---> using "859f467b8f1e0997453778978cb05314781fcf229a7a46a3e2828bd1d8ec2d14" 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.39 ---> using "65b30b61870eb9a225634d1fd8d6da8812c6a382d9e1c357506f34e87afd200b" 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       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages    ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.2
2025-07-08 20:21.39 ---> using "7b77f5c2c4be7cc4a239111e315b4dceecb1805f8f7c4dfe948fd7a5daead8a6" 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.39 ---> using "38b75597606ef9e6851c1727ab267ec48baaf3349adaf4a26ef88742d1f9a941" from cache

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

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-07-08 20:21.40 ---> using "f66140815209defa9a14523460172baf42b9ba4b4cf6a360c62bb479344a5585" 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 0s (1004 kB/s)
- Reading package lists...
- 
2025-07-08 20:21.40 ---> using "80fa3a76c0c8ac55be27390fc6c3ca2a95f9d1d9bb66d1a0dac432480b33e126" from cache

/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'qcheck-ounit.0.26' --coinstallable-with 'qcheck-ounit.0.26' --all-versions --depopts && opam list -s --color=never --depends-on 'qcheck-ounit.0.26' --coinstallable-with 'qcheck-ounit.0.26' --all-versions --recursive && opam list -s --color=never --depends-on 'qcheck-ounit.0.26' --coinstallable-with 'qcheck-ounit.0.26' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
qcheck.0.26
cps_toolbox.0.1
lbvs_consent.2.1.1
lbvs_consent.2.1.2
memcad.1.1.0
osnap.0.1.1
prbnmcn-dagger-test.0.0.1
prbnmcn-dagger-test.0.0.2
qcheck.0.26
qcheck-ounit.0.26
qcstm.0.1
qcstm.0.1.1
qtest.2.7
qtest.2.8
qtest.2.9
qtest.2.10.1
qtest.2.11.1
qtest.2.11.2
regenerate.0.2
typeset.0.1
typeset.0.2
ppx_viewpattern.0.1.0
ppx_viewpattern.0.1.1
qcheck.0.26
@@@OUTPUT
2025-07-08 20:22.08 ---> saved as "95adabc0f0be135e22562b6784ba4f9033942fb248cce7e0537b9a1c5829e8f6"
Job succeeded
2025-07-08 20:22.24: Job succeeded