- github
- ocaml
- opam-repository
- 3f4d7d
- distributions,opensuse-15.6-ocaml-4.14,coq-debr-lvl.1.0.2
(not at the head of any monitored branch or PR)
2024-12-19 05:58.21: 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 opensuse-15.6-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/27140/head" && git reset --hard 3f4d7d60
git fetch origin master
git merge --no-edit fc6efbd31c10f214158c27e192e1d697afe2ddf3
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:a2a2de5bdfb9a458a57fba18bd1d7ebee97c9cd00c44e96031daf7c81f66c9f2
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 "\"opensuse-15.6\""; 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 .
2024-12-19 05:58.21: Using cache hint "ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:a2a2de5bdfb9a458a57fba18bd1d7ebee97c9cd00c44e96031daf7c81f66c9f2-coq-debr-lvl.1.0.2-3f4d7d607768d670bc99a444d973f5b3cddd809d"
2024-12-19 05:58.21: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:a2a2de5bdfb9a458a57fba18bd1d7ebee97c9cd00c44e96031daf7c81f66c9f2)
(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 \"\\\"opensuse-15.6\\\"\"; 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"))
)
2024-12-19 05:58.21: Waiting for resource in pool OCluster
2024-12-19 05:58.21: Waiting for worker…
2024-12-19 05:59.02: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
Updating files: 64% (21429/32972)
Updating files: 65% (21432/32972)
Updating files: 66% (21762/32972)
Updating files: 67% (22092/32972)
Updating files: 68% (22421/32972)
Updating files: 69% (22751/32972)
Updating files: 70% (23081/32972)
Updating files: 71% (23411/32972)
Updating files: 72% (23740/32972)
Updating files: 73% (24070/32972)
Updating files: 74% (24400/32972)
Updating files: 75% (24729/32972)
Updating files: 76% (25059/32972)
Updating files: 77% (25389/32972)
Updating files: 78% (25719/32972)
Updating files: 79% (26048/32972)
Updating files: 80% (26378/32972)
Updating files: 81% (26708/32972)
Updating files: 82% (27038/32972)
Updating files: 83% (27367/32972)
Updating files: 84% (27697/32972)
Updating files: 85% (28027/32972)
Updating files: 86% (28356/32972)
Updating files: 87% (28686/32972)
Updating files: 88% (29016/32972)
Updating files: 89% (29346/32972)
Updating files: 90% (29675/32972)
Updating files: 91% (30005/32972)
Updating files: 92% (30335/32972)
Updating files: 93% (30664/32972)
Updating files: 94% (30994/32972)
Updating files: 95% (31324/32972)
Updating files: 96% (31654/32972)
Updating files: 97% (31983/32972)
Updating files: 98% (32313/32972)
Updating files: 99% (32643/32972)
Updating files: 100% (32972/32972)
Updating files: 100% (32972/32972), done.
HEAD is now at fc6efbd31c Merge pull request #27143 from hannesm/reduce-bad-checksums
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:opensuse-15.6-ocaml-4.14@sha256:a2a2de5bdfb9a458a57fba18bd1d7ebee97c9cd00c44e96031daf7c81f66c9f2)
2024-12-19 06:00.27 ---> saved as "2629310870f904d03640e982f167478a758443a171a87c0d33fa878110d5696f"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2024-12-19 06:00.27 ---> saved as "dcf20d64c359c7128938d7b67d8ed0b03d066bae49523c5293bbe822538b40bb"
/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] synchronised from file:///home/opam/opam-repository
2024-12-19 06:01.40 ---> saved as "779dba5bdc5266d226b6e603c8b52cc1a1584e8cf68f4cccb8797989e477f115"
/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 (8f4837261a519aee6368d0066ab609e2f4e527cf)
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=opensuse-leap os-version=15.6
# 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 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
2024-12-19 06:01.41 ---> saved as "5dfad830bf1b1b900b0c28c798055e77ece8dac69fe7e734b551518a74ca4d31"
/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/"))
2024-12-19 06:02.02 ---> saved as "ce20c323d763b4555c4280ad086512c35137f0b4308d2bef03c6be203ca86e6b"
/home/opam: (copy (src .) (dst opam-repository/))
2024-12-19 06:02.52 ---> saved as "19a3ea4f573556eaf18dc1e148aee6c22a0a601fb8d126e466bd3bdb774e425f"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2024-12-19 06:04.07 ---> saved as "bc5611d03cba471870ff10dbb514ac15bab5d44052ef7b2bbdc202a4ad52e146"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Retrieving repository 'Update repository of openSUSE Backports' metadata [........
- ....done]
- Building repository 'Update repository of openSUSE Backports' cache [....done]
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [........
- ..........
- ..........
- ....done]
- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..
- ..done]
- Repository 'Main Update Repository' is up to date.
- Repository 'Update Repository (Non-Oss)' is up to date.
- All repositories have been refreshed.
2024-12-19 06:04.21 ---> saved as "66a71b1aeb0d330665fd4b3e2fc2b4fd2543186af8354ceb45eb9f5a1e926a11"
/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
2024-12-19 06:04.22 ---> saved as "885068e08330601ecf0694f50d9b1158fdcdb42a4ec03543f043540c84d81950"
/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 \"\\\"opensuse-15.6\\\"\"; 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 "\"opensuse-15.6\""; 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
2024-12-19 06:04.50: Job failed: Failed: Build failed
2024-12-19 06:04.50: Log analysis:
2024-12-19 06:04.50: >>>
No solution found, exiting
(score = 100)
2024-12-19 06:04.50: [SKIP] Package not available