- github
- ocaml
- opam-repository
- c715a9
- distributions,debian-unstable-ocaml-5.3,qcheck-core.0.26
(not at the head of any monitored branch or PR)
2025-07-08 20:17.38: New job: build qcheck-core.0.26, using opam 2.3
from https://github.com/ocaml/opam-repository.git#refs/pull/28148/head (c715a95fe87d4397d1f0658b2ae5acd528de705e)
on debian-unstable-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-unstable-ocaml-5.3@sha256:6d2780682d25cf69a2fe28370494ac0530192f395a32bd9fb56d41ea01fd0db2
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 opam pin add -k version -yn qcheck-core.0.26 0.26
RUN opam reinstall qcheck-core.0.26; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-unstable\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'qcheck-core.0.26' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2025-07-08 20:17.38: Using cache hint "ocaml/opam:debian-unstable-ocaml-5.3@sha256:6d2780682d25cf69a2fe28370494ac0530192f395a32bd9fb56d41ea01fd0db2-qcheck-core.0.26-c715a95fe87d4397d1f0658b2ae5acd528de705e"
2025-07-08 20:17.38: Using OBuilder spec:
((from ocaml/opam:debian-unstable-ocaml-5.3@sha256:6d2780682d25cf69a2fe28370494ac0530192f395a32bd9fb56d41ea01fd0db2)
(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 "opam pin add -k version -yn qcheck-core.0.26 0.26"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall qcheck-core.0.26;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-unstable\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'qcheck-core.0.26' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-07-08 20:17.38: Waiting for resource in pool OCluster
2025-07-08 20:17.39: Waiting for worker…
2025-07-08 20:17.48: Got resource from pool OCluster
Building on asteria.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-unstable-ocaml-5.3@sha256:6d2780682d25cf69a2fe28370494ac0530192f395a32bd9fb56d41ea01fd0db2)
Unable to find image 'ocaml/opam:debian-unstable-ocaml-5.3@sha256:6d2780682d25cf69a2fe28370494ac0530192f395a32bd9fb56d41ea01fd0db2' locally
docker.io/ocaml/opam@sha256:6d2780682d25cf69a2fe28370494ac0530192f395a32bd9fb56d41ea01fd0db2: Pulling from ocaml/opam
4e931dbe891d: Already exists
6d2f57bb0d58: Already exists
42ffad43ddf7: Already exists
a843a7cff5b1: Already exists
217e392d7e0f: Already exists
e804c029bdf4: Already exists
92c8311c290d: Already exists
81a695e74ea9: Already exists
ec5c083cf22b: Already exists
a21bf54f2d5b: Already exists
09ba181d4069: Already exists
7ef6323c9515: Already exists
b2e15490040e: Already exists
f987803266ba: Already exists
7a9eb25f98ab: Already exists
ed08555d0217: Already exists
cb69b9672969: Already exists
f0209392ec20: Already exists
1a2bfb83bd17: Already exists
9ce1342f625b: Already exists
4f4fb700ef54: Already exists
f4cd3cda5bd1: Already exists
a1964fa03b8e: Already exists
b0447f55c55d: Already exists
3b35795ea6f1: Already exists
54253ebfaadd: Already exists
9ff632143c65: Already exists
9b15fa33b17b: Already exists
fc621d9e49ee: Already exists
5bd7c786f6af: Already exists
a808190c9ede: Already exists
b98e772cf962: Already exists
f6034e88fa4b: Already exists
20427fd93949: Already exists
64bdf3a66474: Already exists
3a1c504ada2e: Already exists
0b128060d34b: Already exists
712e4b43f6e9: Already exists
8df215c81409: Already exists
35a3840a5747: Pulling fs layer
8f98b0cb17e5: Pulling fs layer
5a921f3258fb: Pulling fs layer
2d4690cd5602: Pulling fs layer
e44a9eb97fa3: Pulling fs layer
719324b06d7f: Pulling fs layer
6a3e646d8ab4: Pulling fs layer
e44a9eb97fa3: Waiting
2d4690cd5602: Waiting
719324b06d7f: Waiting
8f98b0cb17e5: Download complete
5a921f3258fb: Verifying Checksum
5a921f3258fb: Download complete
35a3840a5747: Verifying Checksum
35a3840a5747: Download complete
e44a9eb97fa3: Download complete
6a3e646d8ab4: Verifying Checksum
6a3e646d8ab4: Download complete
719324b06d7f: Verifying Checksum
719324b06d7f: Download complete
35a3840a5747: Pull complete
8f98b0cb17e5: Pull complete
5a921f3258fb: Pull complete
2d4690cd5602: Verifying Checksum
2d4690cd5602: Download complete
2d4690cd5602: Pull complete
e44a9eb97fa3: Pull complete
719324b06d7f: Pull complete
6a3e646d8ab4: Pull complete
Digest: sha256:6d2780682d25cf69a2fe28370494ac0530192f395a32bd9fb56d41ea01fd0db2
Status: Downloaded newer image for ocaml/opam@sha256:6d2780682d25cf69a2fe28370494ac0530192f395a32bd9fb56d41ea01fd0db2
2025-07-08 20:25.34 ---> using "3ec014ddab559ff09316b98186fc49ccff8c48e92a12f7b0690befb558e37249" 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:25.34 ---> using "b0d3ace18880a4a5838755fd57b4bb6d5ee27da7fb58f484860ba03afe8f2580" 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:25.34 ---> using "1cd46c21e1aea082a394aab67d83e1d3f14aabd84b97a2e7d6e38902503ca530" 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=13
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 255
# 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:25.34 ---> using "e9bae6dc6705f8e41a85a92907155a8f3e40d634087d82f6d27c4ad4d34accd4" 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:25.34 ---> using "735e5a515f2db8b241cb9a465d3af0c92e70138109ed04f63c3212fe403eac93" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-07-08 20:25.43 ---> saved as "de2e625ee0d510d225da5fbeea22d348c50cf063cfe7261063d791b622d13f0c"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-07-08 20:26.00 ---> saved as "4d549c3d579545c4a55e14914b63e84b8455f9bb779b5bebe3274d0ef7e98e32"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [213 kB]
- Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2025-07-08-1405.15-F-2025-07-05-1404.38.pdiff [32.7 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2025-07-08-1405.15-F-2025-07-05-1404.38.pdiff [32.7 kB]
- Fetched 310 kB in 2s (161 kB/s)
- Reading package lists...
-
2025-07-08 20:26.03 ---> saved as "5f5d2d4dcebc8828802de90d290c7af721854f64c28632c1891b83ceebdc1f29"
/home/opam: (run (shell "opam pin add -k version -yn qcheck-core.0.26 0.26"))
qcheck-core is now pinned to version 0.26
2025-07-08 20:26.04 ---> saved as "0275b3e211e9f5a4d1f58324ee748eac3aa834f5d62c05de5240c7e83409b6e4"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall qcheck-core.0.26;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-unstable\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'qcheck-core.0.26' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
qcheck-core.0.26 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 2 packages
- install dune 3.19.1 [required by qcheck-core]
- install qcheck-core 0.26 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.19.1 (cached)
-> retrieved qcheck-core.0.26 (cached)
-> installed dune.3.19.1
-> installed qcheck-core.0.26
Done.
# To update the current shell environment, run: eval $(opam env)
2025-07-08 20:26.29 ---> saved as "9d11bd02a5fa15364a537d47cfc411c085ef40e2251fbe3daa853555e1b2596b"
Job succeeded
2025-07-08 20:26.35: Job succeeded