- github
- ocaml
- opam-repository
- 3f4d7d
- extras,ocaml-5.3-no-flat-float-array,coq-debr-lvl.1.0.2
(not at the head of any monitored branch or PR)
2025-01-10 07:44.35: New job: build coq-debr-lvl.1.0.2, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/27140/head (3f4d7d607768d670bc99a444d973f5b3cddd809d)
on debian-12-ocaml-5.3-no-flat-float-array/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/27140/head" && git reset --hard 3f4d7d60
git fetch origin master
git merge --no-edit 67e940587b8aca227f511e1943bcd31eabe6b1db
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.3-no-flat-float-array@sha256:a50faf3c217aa8670280c3d11f4c245abe1fe8abd6d4914a38579b87d476adc8
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /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 coq-debr-lvl.1.0.2 1.0.2
RUN opam reinstall coq-debr-lvl.1.0.2; \
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-12\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'coq-debr-lvl.1.0.2' && 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-01-10 07:44.35: Using cache hint "ocaml/opam:debian-12-ocaml-5.3-no-flat-float-array@sha256:a50faf3c217aa8670280c3d11f4c245abe1fe8abd6d4914a38579b87d476adc8-coq-debr-lvl.1.0.2-3f4d7d607768d670bc99a444d973f5b3cddd809d"
2025-01-10 07:44.35: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3-no-flat-float-array@sha256:a50faf3c217aa8670280c3d11f4c245abe1fe8abd6d4914a38579b87d476adc8)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-dev /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 coq-debr-lvl.1.0.2 1.0.2"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall coq-debr-lvl.1.0.2;\
\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-12\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'coq-debr-lvl.1.0.2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-01-10 07:44.35: Connecting to build cluster…
2025-01-10 07:44.35: Waiting for resource in pool OCluster
2025-01-10 07:50.03: Waiting for worker…
2025-01-10 07:54.51: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
Updating files: 81% (23455/28895)
Updating files: 82% (23694/28895)
Updating files: 83% (23983/28895)
Updating files: 84% (24272/28895)
Updating files: 85% (24561/28895)
Updating files: 86% (24850/28895)
Updating files: 87% (25139/28895)
Updating files: 88% (25428/28895)
Updating files: 89% (25717/28895)
Updating files: 90% (26006/28895)
Updating files: 91% (26295/28895)
Updating files: 92% (26584/28895)
Updating files: 93% (26873/28895)
Updating files: 94% (27162/28895)
Updating files: 95% (27451/28895)
Updating files: 96% (27740/28895)
Updating files: 97% (28029/28895)
Updating files: 98% (28318/28895)
Updating files: 99% (28607/28895)
Updating files: 100% (28895/28895)
Updating files: 100% (28895/28895), done.
HEAD is now at 67e940587b Merge pull request #27236 from kit-ty-kate/opam-publish-mccs.1.1-19
Merge made by the 'ort' strategy.
packages/coq-debr-lvl/coq-debr-lvl.1.0.2/opam | 43 +++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
create mode 100644 packages/coq-debr-lvl/coq-debr-lvl.1.0.2/opam
(from ocaml/opam:debian-12-ocaml-5.3-no-flat-float-array@sha256:a50faf3c217aa8670280c3d11f4c245abe1fe8abd6d4914a38579b87d476adc8)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.3-no-flat-float-array@sha256:a50faf3c217aa8670280c3d11f4c245abe1fe8abd6d4914a38579b87d476adc8' locally
docker.io/ocaml/opam@sha256:a50faf3c217aa8670280c3d11f4c245abe1fe8abd6d4914a38579b87d476adc8: Pulling from ocaml/opam
0d7ff0147062: Pulling fs layer
0d7ff0147062: Waiting
0d7ff0147062: Verifying Checksum
0d7ff0147062: Download complete
0d7ff0147062: Pull complete
Digest: sha256:a50faf3c217aa8670280c3d11f4c245abe1fe8abd6d4914a38579b87d476adc8
Status: Downloaded newer image for ocaml/opam@sha256:a50faf3c217aa8670280c3d11f4c245abe1fe8abd6d4914a38579b87d476adc8
2025-01-10 08:01.10 ---> saved as "ecf69b643de9711418fd861edd6de49a4ea0b3e64c513f80a422f00d3b84c390"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-01-10 08:01.10 ---> saved as "641c476ff15f25e40db192e7e8cb322fbe93553cada8bcc5097157eff58d28b9"
/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
[NOTE] The 'jobs' option was reset, its value was 39 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=39 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2025-01-10 08:02.17 ---> saved as "a87fa5aa574120ab04083977ea204f3c9ab8a005455d1240035e25b68cabb0fb"
/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.4.0~alpha1~dev (26290a42e5a3dd44c3e2f8f743e6b8c391bdc206)
# 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 255
# repositories 1 (local)
# pinned 1 (version)
# current-switch 5.3
# invariant ["ocaml-variants" {= "5.3.0+options"}]
# compiler-packages ocaml-compiler.5.3.0, ocaml-option-no-flat-float-array.1, ocaml-options-only-no-flat-float-array.1, ocaml-variants.5.3.0+options
# 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+options+no-flat-float-array
2025-01-10 08:02.18 ---> saved as "4fe680699ef9388421f08506107dffb8ef57a7cc272015ef662791a31846d92e"
/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-01-10 08:02.35 ---> saved as "0ad4b99f825543b3fa38e993c6ad2015dba011477f6dd09bd8e9c5280766dfab"
/home/opam: (copy (src .) (dst opam-repository/))
2025-01-10 08:02.48 ---> saved as "566f355eda645f4c9f4644004b155b0e158818ca39ca9e14b1599a5f5cc35887"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-01-10 08:03.51 ---> saved as "c17a03430a220d3cba1b1df911a2e63b241d88852280d2babef5722252a67d9f"
/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]
- Fetched 103 kB in 0s (272 kB/s)
- Reading package lists...
2025-01-10 08:04.28 ---> saved as "075c2605bea7ff6e795e1a917ca711f0891b5a31183f33f94c3f4239650664f7"
/home/opam: (run (shell "opam pin add -k version -yn coq-debr-lvl.1.0.2 1.0.2"))
coq-debr-lvl is now pinned to version 1.0.2
2025-01-10 08:04.29 ---> saved as "504aa63d004f5b9b9b23ed0bebc058bf976bd78ef2b0a00d222a93f1175bb0fd"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall coq-debr-lvl.1.0.2;\
\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-12\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'coq-debr-lvl.1.0.2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
coq-debr-lvl.1.0.2 is not installed. Install it? [Y/n] y
* Missing dependency:
- coq-debr-lvl -> coq-mmaps
unknown package
No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall coq-debr-lvl.1.0.2;
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-12\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'coq-debr-lvl.1.0.2' && partial_fails="$partial_fails $pkg";
done;
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
exit 1" failed with exit status 20
2025-01-10 08:05.58: Job failed: Failed: Build failed
2025-01-10 08:05.58: Log analysis:
2025-01-10 08:05.58: >>>
No solution found, exiting
(score = 100)
2025-01-10 08:05.58: [SKIP] Package not available