- github
- ocaml
- opam-repository
- c715a9
- distributions,alpine-3.21-ocaml-5.3,qcheck.0.26
(not at the head of any monitored branch or PR)
2025-07-08 20:17.38: New job: build qcheck.0.26, using opam 2.3
from https://github.com/ocaml/opam-repository.git#refs/pull/28148/head (c715a95fe87d4397d1f0658b2ae5acd528de705e)
on alpine-3.21-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:alpine-3.21-ocaml-5.3@sha256:04615dc1fa88c0285b28799f65b32f2814c854db498aea42fb9ff8c430a28380
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.0.26 0.26
RUN opam reinstall qcheck.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 "\"alpine-3.21\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'qcheck.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:alpine-3.21-ocaml-5.3@sha256:04615dc1fa88c0285b28799f65b32f2814c854db498aea42fb9ff8c430a28380-qcheck.0.26-c715a95fe87d4397d1f0658b2ae5acd528de705e"
2025-07-08 20:17.38: Using OBuilder spec:
((from ocaml/opam:alpine-3.21-ocaml-5.3@sha256:04615dc1fa88c0285b28799f65b32f2814c854db498aea42fb9ff8c430a28380)
(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.0.26 0.26"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall qcheck.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 \"\\\"alpine-3.21\\\"\"; 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.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.51: 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:alpine-3.21-ocaml-5.3@sha256:04615dc1fa88c0285b28799f65b32f2814c854db498aea42fb9ff8c430a28380)
Unable to find image 'ocaml/opam:alpine-3.21-ocaml-5.3@sha256:04615dc1fa88c0285b28799f65b32f2814c854db498aea42fb9ff8c430a28380' locally
docker.io/ocaml/opam@sha256:04615dc1fa88c0285b28799f65b32f2814c854db498aea42fb9ff8c430a28380: Pulling from ocaml/opam
f18232174bc9: Already exists
e435b1bc6765: Already exists
504218c123c0: Already exists
3d1adc3444db: Already exists
949b4e53049e: Already exists
8f30d8d0a846: Already exists
1c2148a11545: Already exists
0688ce6bab1b: Already exists
9fff074a1f8d: Already exists
2f670f1f18e5: Pulling fs layer
4327a1eff3e9: Pulling fs layer
6416d634e0f0: Pulling fs layer
226a04ebb5cc: Pulling fs layer
524ffc10718d: Pulling fs layer
edbef0ed17ce: Pulling fs layer
4f4fb700ef54: Pulling fs layer
f41102d57d16: Pulling fs layer
74c0a3cca53d: Pulling fs layer
20433c03b8ee: Pulling fs layer
d15cae79f6ee: Pulling fs layer
c49df74bbb30: Pulling fs layer
c7e2533797d3: Pulling fs layer
f7a7b488445e: Pulling fs layer
4100580b8204: Pulling fs layer
fbc8271f8aed: Pulling fs layer
2f3cf6786764: Pulling fs layer
eabb0eb9a599: Pulling fs layer
ed0e937dd1f9: Pulling fs layer
74233ff0361f: Pulling fs layer
e0f8996903d5: Pulling fs layer
f41102d57d16: Waiting
2decd1769587: Pulling fs layer
e2fe16af1f37: Pulling fs layer
8596850f1643: Pulling fs layer
9b056d789ba8: Pulling fs layer
34f858a58fca: Pulling fs layer
74c0a3cca53d: Waiting
fd0d461ca9a0: Pulling fs layer
9a5bbc9e3f8a: Pulling fs layer
c49df74bbb30: Waiting
be625428d6f7: Pulling fs layer
20433c03b8ee: Waiting
b3c1eae29c97: Pulling fs layer
a87d975376c4: Pulling fs layer
2f3cf6786764: Waiting
eabb0eb9a599: Waiting
d15cae79f6ee: Waiting
fbc8271f8aed: Waiting
74233ff0361f: Waiting
f7a7b488445e: Waiting
4100580b8204: Waiting
e0f8996903d5: Waiting
34f858a58fca: Waiting
8596850f1643: Waiting
9b056d789ba8: Waiting
edbef0ed17ce: Waiting
226a04ebb5cc: Waiting
4f4fb700ef54: Waiting
e2fe16af1f37: Waiting
be625428d6f7: Waiting
a87d975376c4: Waiting
b3c1eae29c97: Waiting
9a5bbc9e3f8a: Waiting
2decd1769587: Waiting
524ffc10718d: Waiting
4327a1eff3e9: Verifying Checksum
4327a1eff3e9: Download complete
6416d634e0f0: Verifying Checksum
6416d634e0f0: Download complete
2f670f1f18e5: Download complete
524ffc10718d: Verifying Checksum
524ffc10718d: Download complete
2f670f1f18e5: Pull complete
4327a1eff3e9: Pull complete
edbef0ed17ce: Verifying Checksum
edbef0ed17ce: Download complete
6416d634e0f0: Pull complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
74c0a3cca53d: Download complete
226a04ebb5cc: Verifying Checksum
226a04ebb5cc: Download complete
226a04ebb5cc: Pull complete
f41102d57d16: Verifying Checksum
f41102d57d16: Download complete
524ffc10718d: Pull complete
edbef0ed17ce: Pull complete
4f4fb700ef54: Pull complete
f41102d57d16: Pull complete
74c0a3cca53d: Pull complete
c49df74bbb30: Verifying Checksum
c49df74bbb30: Download complete
20433c03b8ee: Verifying Checksum
20433c03b8ee: Download complete
d15cae79f6ee: Verifying Checksum
d15cae79f6ee: Download complete
20433c03b8ee: Pull complete
d15cae79f6ee: Pull complete
c49df74bbb30: Pull complete
f7a7b488445e: Download complete
4100580b8204: Verifying Checksum
4100580b8204: Download complete
fbc8271f8aed: Verifying Checksum
fbc8271f8aed: Download complete
c7e2533797d3: Download complete
2f3cf6786764: Download complete
c7e2533797d3: Pull complete
f7a7b488445e: Pull complete
4100580b8204: Pull complete
fbc8271f8aed: Pull complete
2f3cf6786764: Pull complete
ed0e937dd1f9: Verifying Checksum
ed0e937dd1f9: Download complete
eabb0eb9a599: Download complete
eabb0eb9a599: Pull complete
ed0e937dd1f9: Pull complete
e0f8996903d5: Download complete
e2fe16af1f37: Verifying Checksum
e2fe16af1f37: Download complete
8596850f1643: Verifying Checksum
8596850f1643: Download complete
9b056d789ba8: Download complete
34f858a58fca: Verifying Checksum
34f858a58fca: Download complete
fd0d461ca9a0: Verifying Checksum
fd0d461ca9a0: Download complete
9a5bbc9e3f8a: Verifying Checksum
9a5bbc9e3f8a: Download complete
be625428d6f7: Download complete
b3c1eae29c97: Verifying Checksum
b3c1eae29c97: Download complete
a87d975376c4: Verifying Checksum
a87d975376c4: Download complete
2decd1769587: Verifying Checksum
2decd1769587: Download complete
74233ff0361f: Verifying Checksum
74233ff0361f: Download complete
74233ff0361f: Pull complete
e0f8996903d5: Pull complete
2decd1769587: Pull complete
e2fe16af1f37: Pull complete
8596850f1643: Pull complete
9b056d789ba8: Pull complete
34f858a58fca: Pull complete
fd0d461ca9a0: Pull complete
9a5bbc9e3f8a: Pull complete
be625428d6f7: Pull complete
b3c1eae29c97: Pull complete
a87d975376c4: Pull complete
Digest: sha256:04615dc1fa88c0285b28799f65b32f2814c854db498aea42fb9ff8c430a28380
Status: Downloaded newer image for ocaml/opam@sha256:04615dc1fa88c0285b28799f65b32f2814c854db498aea42fb9ff8c430a28380
2025-07-08 20:34.23 ---> saved as "b1eb2a8af4058a254870e5cad61297a06793cbcf25fc0fa70ddab0692ceef147"
/: (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:34.23 ---> saved as "f90bea3b7be5a08acf31f971fe08166ea0b6887e051d4185a72887753e95f288"
/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:35.08 ---> saved as "0c0910a2065348510fd9a14ab773af9c0401a891b8793063dadf725650d6d580"
/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=alpine os-version=3.21.3
# 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:35.09 ---> saved as "ae6fe910af3a0d934e0bed2932a7be302144c4e66a369bbdbb9b9e98100de621"
/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:35.23 ---> saved as "704896035dfdb2586465b0073576bf9202dcc3e7a25b8cb4610bf941f6d60ff2"
/home/opam: (copy (src .) (dst opam-repository/))
2025-07-08 20:35.58 ---> saved as "201060afd601836648373305d22e6ecef9d246c8272cadb1235aab23515cc317"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-07-08 20:36.29 ---> saved as "6be48860d08ce0b67479d4f390633536ccaa376de6ab23f140710557ea192b54"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apk" "update"
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/community/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
- v3.21.3-633-g95206f89da2 [https://dl-cdn.alpinelinux.org/alpine/v3.21/main]
- v3.21.3-633-g95206f89da2 [https://dl-cdn.alpinelinux.org/alpine/v3.21/community]
- v3.23.0_alpha20250612-1832-g1e3aa6a4519 [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v3.23.0_alpha20250612-1862-g2061664e5e2 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v3.23.0_alpha20250612-1863-gd4072bb011f [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 59027 distinct packages available
2025-07-08 20:36.32 ---> saved as "46ac1d6370338eea7cf17b174ad7cc97d6c0cc8c0d44792fd07e1fc18d2d3718"
/home/opam: (run (shell "opam pin add -k version -yn qcheck.0.26 0.26"))
qcheck is now pinned to version 0.26
2025-07-08 20:36.33 ---> saved as "a54dbdbbb43e6c77b50f4e043458e5e1ab33c059c897141576d55b93ae1f4cec"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall qcheck.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 \"\\\"alpine-3.21\\\"\"; 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.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.0.26 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 7 packages
- install dune 3.19.1 [required by qcheck]
- install ounit2 2.2.7 [required by qcheck-ounit]
- install qcheck 0.26 (pinned)
- install qcheck-core 0.26 [required by qcheck]
- install qcheck-ounit 0.26 [required by qcheck]
- install seq base [required by ounit2]
- install stdlib-shims 0.3.0 [required by ounit2]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.19.1 (cached)
-> retrieved ounit2.2.2.7 (cached)
-> retrieved qcheck.0.26, qcheck-core.0.26, qcheck-ounit.0.26 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved stdlib-shims.0.3.0 (cached)
-> installed dune.3.19.1
-> installed stdlib-shims.0.3.0
-> installed qcheck-core.0.26
-> installed ounit2.2.2.7
-> installed qcheck-ounit.0.26
-> installed qcheck.0.26
Done.
# To update the current shell environment, run: eval $(opam env)
2025-07-08 20:37.33 ---> saved as "d950f788c64a19ccac98b19246a615190da6bc38ab65966ab1d8a7453c80efb5"
Job succeeded
2025-07-08 20:38.05: Job succeeded