- github
- ocaml
- opam-repository
- c715a9
- compilers,5.3,qcheck-ounit.0.26,revdeps
(not at the head of any monitored branch or PR)
2025-07-08 20:20.08: 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-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-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:20.08: Using cache hint "ocaml/opam:debian-12-ocaml-5.3@sha256:0c1d105ecd30926bc15c645f510475d0b65f37a8c9ca9e82c29259ac8876afc4-qcheck-ounit.0.26-c715a95fe87d4397d1f0658b2ae5acd528de705e"
2025-07-08 20:20.08: 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-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:20.08: Waiting for resource in pool OCluster
2025-07-08 20:20.08: Waiting for worker…
2025-07-08 20:21.32: Got resource from pool OCluster
Building on laodoke.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.43 ---> 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.43 ---> 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.43 ---> 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.43 ---> 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.43 ---> using "21f2ba21de2118dacb2334afecf22f096b7335ddcbd53132998d7fef14418c67" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-07-08 20:21.44 ---> using "0bb30839169b9737adc01516ac1a1bcf911fa5120d31dd5a4eb4f3caa89cce04" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-07-08 20:21.44 ---> 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 0s (1208 kB/s)
- Reading package lists...
-
2025-07-08 20:21.44 ---> using "d7b7e88a8ef704acb72777e7c7202d7572c357e1168cfe99e16d843adee7ea17" 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.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
qcheck-ounit.0.26
qcstm.0.1
qcstm.0.1.1
qtest.2.11.1
qtest.2.11.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.10 ---> saved as "87a0ddbd9343bae323e458edba4af52c10710c467878ef413dc18aa3c48ad5ea"
Job succeeded
2025-07-08 20:22.37: Job succeeded