- github
- ocaml
- opam-repository
- ae7904
- extras,ocaml-4.14-fp,acp4.1.1.0
(not at the head of any monitored branch or PR)
2024-11-26 20:21.08: New job: build acp4.1.1.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/26809/head (ae7904f09ddc568094c79125171faa8c08f0ecd5)
on debian-12-ocaml-4.14-fp/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/26809/head" && git reset --hard ae7904f0
git fetch origin master
git merge --no-edit 99bc90ff813af4d02cb0627f6b3e5a8c84e2e04a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14-fp@sha256:ad41ff758da836c165263193927c5f4e6fe3dab122ccf22afbb62f41514e1514
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMSOLVERTIMEOUT="1000"
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 acp4.1.1.0 1.1.0
RUN opam reinstall acp4.1.1.0; \
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" != 'acp4.1.1.0' && 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-11-26 20:21.08: Using cache hint "ocaml/opam:debian-12-ocaml-4.14-fp@sha256:ad41ff758da836c165263193927c5f4e6fe3dab122ccf22afbb62f41514e1514-acp4.1.1.0-ae7904f09ddc568094c79125171faa8c08f0ecd5"
2024-11-26 20:21.08: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14-fp@sha256:ad41ff758da836c165263193927c5f4e6fe3dab122ccf22afbb62f41514e1514)
(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 "uname -rs && opam exec -- ocaml -version && opam --version"))
(env OPAMDOWNLOADJOBS 1)
(env OPAMERRLOGLEN 0)
(env OPAMSOLVERTIMEOUT 1000)
(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 acp4.1.1.0 1.1.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall acp4.1.1.0;\
\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\" != 'acp4.1.1.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2024-11-26 20:21.08: Waiting for resource in pool OCluster
2024-11-26 22:04.49: Waiting for worker…
2024-11-26 22:09.54: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
Updating files: 60% (19820/32732)
Updating files: 61% (19967/32732)
Updating files: 62% (20294/32732)
Updating files: 63% (20622/32732)
Updating files: 64% (20949/32732)
Updating files: 65% (21276/32732)
Updating files: 66% (21604/32732)
Updating files: 67% (21931/32732)
Updating files: 68% (22258/32732)
Updating files: 69% (22586/32732)
Updating files: 70% (22913/32732)
Updating files: 71% (23240/32732)
Updating files: 72% (23568/32732)
Updating files: 73% (23895/32732)
Updating files: 74% (24222/32732)
Updating files: 75% (24549/32732)
Updating files: 76% (24877/32732)
Updating files: 77% (25204/32732)
Updating files: 78% (25531/32732)
Updating files: 79% (25859/32732)
Updating files: 80% (26186/32732)
Updating files: 81% (26513/32732)
Updating files: 82% (26841/32732)
Updating files: 83% (27168/32732)
Updating files: 84% (27495/32732)
Updating files: 85% (27823/32732)
Updating files: 86% (28150/32732)
Updating files: 87% (28477/32732)
Updating files: 88% (28805/32732)
Updating files: 89% (29132/32732)
Updating files: 90% (29459/32732)
Updating files: 91% (29787/32732)
Updating files: 92% (30114/32732)
Updating files: 93% (30441/32732)
Updating files: 94% (30769/32732)
Updating files: 95% (31096/32732)
Updating files: 96% (31423/32732)
Updating files: 97% (31751/32732)
Updating files: 98% (32078/32732)
Updating files: 99% (32405/32732)
Updating files: 100% (32732/32732)
Updating files: 100% (32732/32732), done.
HEAD is now at 99bc90ff81 Merge pull request #26955 from eponier/jasmin.2024.07.2
Merge made by the 'ort' strategy.
packages/acp4/acp4.1.1.0/opam | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
create mode 100644 packages/acp4/acp4.1.1.0/opam
(from ocaml/opam:debian-12-ocaml-4.14-fp@sha256:ad41ff758da836c165263193927c5f4e6fe3dab122ccf22afbb62f41514e1514)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14-fp@sha256:ad41ff758da836c165263193927c5f4e6fe3dab122ccf22afbb62f41514e1514' locally
docker.io/ocaml/opam@sha256:ad41ff758da836c165263193927c5f4e6fe3dab122ccf22afbb62f41514e1514: Pulling from ocaml/opam
9964e9d89354: Pulling fs layer
9964e9d89354: Verifying Checksum
9964e9d89354: Download complete
9964e9d89354: Pull complete
Digest: sha256:ad41ff758da836c165263193927c5f4e6fe3dab122ccf22afbb62f41514e1514
Status: Downloaded newer image for ocaml/opam@sha256:ad41ff758da836c165263193927c5f4e6fe3dab122ccf22afbb62f41514e1514
2024-11-26 22:10.24 ---> using "19b2893e7fd2723ec0a549d1c381b2b1f35c253374a0e81e0edb75551062585e" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2024-11-26 22:10.24 ---> using "94e27eb32f406b6d17b81b3ce47d93b86589acbe93f6d5d2ca757e8586f0d9c2" 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
[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
2024-11-26 22:10.24 ---> using "c08d0d39277f5acbf915481a95f35cd2b8a80c1241037b55511a0ac66b7b261f" from cache
/home/opam: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-126-generic
The OCaml toplevel, version 4.14.2
2.4.0~alpha1~dev
2024-11-26 22:10.24 ---> using "2df71fd738b8c0269f1777a5ef157e18804a5ac5d299dc6660c862e7898bb7a4" from cache
/home/opam: (env OPAMDOWNLOADJOBS 1)
/home/opam: (env OPAMERRLOGLEN 0)
/home/opam: (env OPAMSOLVERTIMEOUT 1000)
/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-11-26 22:10.24 ---> using "ebff4e669675d979abe15fbb5902a6696584c4a3b6ae5708b1a120cec469e773" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2024-11-26 22:11.23 ---> saved as "d5e18191cb509b126df9d040038dadb02e8066ba8070146625eff6b2dd4bd9e1"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2024-11-26 22:12.20 ---> saved as "5546f956cfed1bcf20c4eaa2d0810fd73e3390276ff27be8fa9366c4054bb546"
/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 [205 kB]
- Fetched 309 kB in 0s (1018 kB/s)
- Reading package lists...
2024-11-26 22:12.22 ---> saved as "35e7a5996758f7a16e8b729e38cd1f7616256edd73e508c48100af3d631db08a"
/home/opam: (run (shell "opam pin add -k version -yn acp4.1.1.0 1.1.0"))
acp4 is now pinned to version 1.1.0
2024-11-26 22:12.23 ---> saved as "4a304bc013fbb2cab08fad0115418b3516809090b3241d80bc4fdf577695fdfe"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall acp4.1.1.0;\
\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\" != 'acp4.1.1.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
acp4.1.1.0 is not installed. Install it? [Y/n] y
* Incompatible packages:
- (invariant) -> ocaml-options-only-fp -> ocaml-option-fp
- acp4 >= 1.1.0 -> molenc >= 16.23.0 -> ocaml >= 5.1.0 -> ocaml-base-compiler >= 5.1.0~ -> ocaml-options-vanilla
You can temporarily relax the switch invariant with `--update-invariant'
* Missing dependency:
- acp4 >= 1.1.0 -> molenc >= 16.23.0 -> ocaml >= 5.1.0 -> dkml-base-compiler >= 5.4.0~ | ocaml-base-compiler >= 5.4.0 | ocaml-system >= 5.4.0~ | ocaml-variants >= 5.4.0~
no matching version
no matching version
no matching version
not available because the package is pinned to version 4.14.2+options
No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall acp4.1.1.0;
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" != 'acp4.1.1.0' && 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-11-26 22:13.28: Job failed: Failed: Build failed
2024-11-26 22:13.28: Log analysis:
2024-11-26 22:13.28: >>>
No solution found, exiting
(score = 100)
2024-11-26 22:13.28: [SKIP] Package not available