- github
- ocaml
- opam-repository
- d29c58
- distributions,archlinux-ocaml-4.14,conf-rust-llvm.1
(not at the head of any monitored branch or PR)
2025-03-20 12:52.06: New job: build conf-rust-llvm.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/27642/head (d29c58d5a87cd15d0a0834def4b71d5ce1592e70)
on archlinux-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/27642/head" && git reset --hard d29c58d5
git fetch origin master
git merge --no-edit 8d19977bcd20607919a25e688e963280f2746425
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:archlinux-ocaml-4.14@sha256:43e738b95777a6830c2c4cc764ad22df0f57e5a1c4ef5636adb3492107fbf807
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 conf-rust-llvm.1 1
RUN opam reinstall conf-rust-llvm.1; \
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 "\"archlinux\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'conf-rust-llvm.1' && 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-03-20 12:52.06: Using cache hint "ocaml/opam:archlinux-ocaml-4.14@sha256:43e738b95777a6830c2c4cc764ad22df0f57e5a1c4ef5636adb3492107fbf807-conf-rust-llvm.1-d29c58d5a87cd15d0a0834def4b71d5ce1592e70"
2025-03-20 12:52.06: Using OBuilder spec:
((from ocaml/opam:archlinux-ocaml-4.14@sha256:43e738b95777a6830c2c4cc764ad22df0f57e5a1c4ef5636adb3492107fbf807)
(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 conf-rust-llvm.1 1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall conf-rust-llvm.1;\
\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 \"\\\"archlinux\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'conf-rust-llvm.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-03-20 12:52.06: Waiting for resource in pool OCluster
2025-03-20 12:52.06: Waiting for worker…
2025-03-20 12:52.49: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 8d19977bcd Release ppx_deriving.6.1.0 (#27621)
Merge made by the 'ort' strategy.
packages/conf-rust-llvm/conf-rust-llvm.1/opam | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(from ocaml/opam:archlinux-ocaml-4.14@sha256:43e738b95777a6830c2c4cc764ad22df0f57e5a1c4ef5636adb3492107fbf807)
2025-03-20 12:53.15 ---> saved as "3b514a3192e0d88d746ff4328c6c6ec11cc6a8e5cb6a8f94a98bb1c450f8b5f5"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-03-20 12:53.15 ---> saved as "64c86ace164975b96d4f5d78e14f3b86d92b49c9c1bad0e872f0dca8d532ad86"
/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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive
[default] synchronised from file:///home/opam/opam-repository
2025-03-20 12:54.12 ---> saved as "51b23db1a42a6e5f965efe3e13c8d758314bc859b78d983969f7d94d2849c1cd"
/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 (fcce0c8d871702aabac0a216e45212ff004cfe79)
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=arch os-version=20250302.0.316047
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 255
# repositories 1 (local), 1 (version-controlled)
# 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
2025-03-20 12:54.13 ---> saved as "eab8671b7c039a593a6f1858dd81fb21796a15fbe0e16526ae375cbaf2b168a1"
/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-03-20 12:54.21 ---> saved as "a092af0f814a1cc30ed4f1bb255bd85b6f6c55b7faf50dc17fe70aaefd92a8a4"
/home/opam: (copy (src .) (dst opam-repository/))
2025-03-20 12:54.31 ---> saved as "277b7b7cee50b438f6f1323ddc2ba4c8fabd893188d462bf7010484dedbb05d0"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-03-20 12:55.12 ---> saved as "7f43c72d90a6ffe338a04fe565bed160b48cb9ad9c3aef813cdb614d9fc705a5"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/sbin/sudo "pacman" "-Sy"
- :: Synchronizing package databases...
- core downloading...
- extra downloading...
2025-03-20 12:55.13 ---> saved as "cadc7462126f531628a72123873ef27d1db9c2838c14249d31be0411d67eada7"
/home/opam: (run (shell "opam pin add -k version -yn conf-rust-llvm.1 1"))
conf-rust-llvm is now pinned to version 1
2025-03-20 12:55.14 ---> saved as "66058353f68653d17c110f2bd0f35249f888a44140e4ecfdb4f606a647235322"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall conf-rust-llvm.1;\
\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 \"\\\"archlinux\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'conf-rust-llvm.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
[ERROR] Package conf-rust-llvm.1 depends on the unavailable system package 'rust-llvm'. You can use `--no-depexts' to attempt installation anyway.
"/usr/bin/env" "bash" "-c" "opam reinstall conf-rust-llvm.1;
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 "\"archlinux\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'conf-rust-llvm.1' && partial_fails="$partial_fails $pkg";
done;
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
exit 1" failed with exit status 5
2025-03-20 12:55.21: Job failed: Failed: Build failed
2025-03-20 12:55.21: Log analysis:
2025-03-20 12:55.21: >>>
[ERROR] Package conf-rust-llvm.1 depends on the unavailable system package 'rust-llvm'. You can use `--no-depexts' to attempt installation anyway.
(score = 100)
2025-03-20 12:55.21: [SKIP] Package not available