- github
- ocaml
- opam-repository
- ae7904
- distributions,ubuntu-24.10-ocaml-4.14,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 ubuntu-24.10-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/26809/head" && git reset --hard ae7904f0
git fetch origin master
git merge --no-edit 99bc90ff813af4d02cb0627f6b3e5a8c84e2e04a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:aa20fbe9a9dc30342103ff6bb46b034203508ee3ecc7753e2a81f5a1b86fc0ae
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 "\"ubuntu-24.10\""; 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:ubuntu-24.10-ocaml-4.14@sha256:aa20fbe9a9dc30342103ff6bb46b034203508ee3ecc7753e2a81f5a1b86fc0ae-acp4.1.1.0-ae7904f09ddc568094c79125171faa8c08f0ecd5"
2024-11-26 20:21.08: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:aa20fbe9a9dc30342103ff6bb46b034203508ee3ecc7753e2a81f5a1b86fc0ae)
(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 \"\\\"ubuntu-24.10\\\"\"; 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:03.34: Waiting for worker…
2024-11-26 22:08.17: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
Updating files: 63% (20661/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:ubuntu-24.10-ocaml-4.14@sha256:aa20fbe9a9dc30342103ff6bb46b034203508ee3ecc7753e2a81f5a1b86fc0ae)
Unable to find image 'ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:aa20fbe9a9dc30342103ff6bb46b034203508ee3ecc7753e2a81f5a1b86fc0ae' locally
docker.io/ocaml/opam@sha256:aa20fbe9a9dc30342103ff6bb46b034203508ee3ecc7753e2a81f5a1b86fc0ae: Pulling from ocaml/opam
fcddde7255a2: Pulling fs layer
fcddde7255a2: Verifying Checksum
fcddde7255a2: Download complete
fcddde7255a2: Pull complete
Digest: sha256:aa20fbe9a9dc30342103ff6bb46b034203508ee3ecc7753e2a81f5a1b86fc0ae
Status: Downloaded newer image for ocaml/opam@sha256:aa20fbe9a9dc30342103ff6bb46b034203508ee3ecc7753e2a81f5a1b86fc0ae
2024-11-26 22:10.01 ---> using "074d4e7046dccd93dbfd8ab0e2b43a3ce0fddc7c284607d49e485ec528c23004" 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.01 ---> using "dc142458c113ed5b7279b117966a5f36d8e6982c2350879d5f3558823200de37" 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.01 ---> using "85ac378fa3809005db29f21c98f54b3815129c00565ca77172bf685e537bcbfd" 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.01 ---> using "ba236273670ead4290cab927c325efaa985b194b97b0821922bd46b34b02f276" 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.01 ---> using "da6daffa57725e87bfe5654df1d8711be81f5b35d332b5f45fce079d82954067" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2024-11-26 22:10.27 ---> saved as "2f7d6ad6549b74b5f896d5409e78ac6f5ac310e5875097cacb88cc9ba16e5925"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2024-11-26 22:11.27 ---> saved as "e5862f78b095c0bb2d23c88f9606d59401aef6c590c87f8d8b7a76fb67016f29"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu oracular InRelease
- Get:2 http://archive.ubuntu.com/ubuntu oracular-updates InRelease [126 kB]
- Get:3 http://security.ubuntu.com/ubuntu oracular-security InRelease [126 kB]
- Get:4 http://archive.ubuntu.com/ubuntu oracular-backports InRelease [126 kB]
- Get:5 http://security.ubuntu.com/ubuntu oracular-security/main amd64 Packages [36.5 kB]
- Get:6 http://security.ubuntu.com/ubuntu oracular-security/universe amd64 Packages [33.7 kB]
- Get:7 http://archive.ubuntu.com/ubuntu oracular-updates/main amd64 Packages [99.5 kB]
- Get:8 http://archive.ubuntu.com/ubuntu oracular-updates/universe amd64 Packages [48.2 kB]
- Get:9 http://archive.ubuntu.com/ubuntu oracular-backports/universe amd64 Packages [3980 B]
- Fetched 600 kB in 0s (1638 kB/s)
- Reading package lists...
-
2024-11-26 22:11.29 ---> saved as "b1fbd07cc630cb3bae85d0fa19a75a785ccec867ca063d3661b2157d4d727780"
/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:11.29 ---> saved as "82af7453d6df96c91c94c113d178371690fac25502bc07c88aed8f07cccc00be"
/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 \"\\\"ubuntu-24.10\\\"\"; 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
* No agreement on the version of ocaml:
- (invariant) -> ocaml-base-compiler = 4.14.2 -> ocaml = 4.14.2
- acp4 >= 1.1.0 -> molenc >= 16.23.0 -> ocaml >= 5.1.0
You can temporarily relax the switch invariant with `--update-invariant'
* Incompatible packages:
- (invariant) -> ocaml-base-compiler = 4.14.2
- acp4 >= 1.1.0 -> molenc >= 16.23.0 -> ocaml >= 5.1.0 -> ocaml-variants >= 5.4.0~
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 "\"ubuntu-24.10\""; 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:12.12: Job failed: Failed: Build failed
2024-11-26 22:12.12: Log analysis:
2024-11-26 22:12.12: >>>
No solution found, exiting
(score = 100)
2024-11-26 22:12.12: [SKIP] Package not available