- github
- ocaml
- opam-repository
- eeae51
- distributions,archlinux-ocaml-4.14,conf-gmp-powm-sec.4
(not at the head of any monitored branch or PR)
2025-03-20 15:08.24: New job: build conf-gmp-powm-sec.4, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/23330/head (eeae51c738e242582296002fd4e4e46e4a94de44)
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/23330/head" && git reset --hard eeae51c7
git fetch origin master
git merge --no-edit 6cf83229ddc4e6f881ea41d454f9ed5a9b8227d1
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-gmp-powm-sec.4 4
RUN opam reinstall conf-gmp-powm-sec.4; \
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-gmp-powm-sec.4' && 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 15:08.24: Using cache hint "ocaml/opam:archlinux-ocaml-4.14@sha256:43e738b95777a6830c2c4cc764ad22df0f57e5a1c4ef5636adb3492107fbf807-conf-gmp-powm-sec.4-eeae51c738e242582296002fd4e4e46e4a94de44"
2025-03-20 15:08.24: 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-gmp-powm-sec.4 4"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall conf-gmp-powm-sec.4;\
\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-gmp-powm-sec.4' && 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 15:08.24: Waiting for resource in pool OCluster
2025-03-20 16:15.28: Waiting for worker…
2025-03-20 16:21.22: Got resource from pool OCluster
Building on clete.caelum.ci.dev
All commits already cached
Updating files: 57% (13132/22701)
Updating files: 58% (13167/22701)
Updating files: 59% (13394/22701)
Updating files: 60% (13621/22701)
Updating files: 61% (13848/22701)
Updating files: 62% (14075/22701)
Updating files: 63% (14302/22701)
Updating files: 64% (14529/22701)
Updating files: 65% (14756/22701)
Updating files: 66% (14983/22701)
Updating files: 67% (15210/22701)
Updating files: 68% (15437/22701)
Updating files: 69% (15664/22701)
Updating files: 70% (15891/22701)
Updating files: 71% (16118/22701)
Updating files: 72% (16345/22701)
Updating files: 73% (16572/22701)
Updating files: 74% (16799/22701)
Updating files: 75% (17026/22701)
Updating files: 76% (17253/22701)
Updating files: 77% (17480/22701)
Updating files: 78% (17707/22701)
Updating files: 79% (17934/22701)
Updating files: 80% (18161/22701)
Updating files: 81% (18388/22701)
Updating files: 82% (18615/22701)
Updating files: 83% (18842/22701)
Updating files: 84% (19069/22701)
Updating files: 85% (19296/22701)
Updating files: 86% (19523/22701)
Updating files: 87% (19750/22701)
Updating files: 88% (19977/22701)
Updating files: 89% (20204/22701)
Updating files: 90% (20431/22701)
Updating files: 91% (20658/22701)
Updating files: 92% (20885/22701)
Updating files: 93% (21112/22701)
Updating files: 94% (21339/22701)
Updating files: 95% (21566/22701)
Updating files: 96% (21793/22701)
Updating files: 97% (22020/22701)
Updating files: 98% (22247/22701)
Updating files: 99% (22474/22701)
Updating files: 100% (22701/22701)
Updating files: 100% (22701/22701), done.
HEAD is now at 6cf83229dd Merge pull request #27147 from tobil4sk/conf-mbedtls-windows
Updating 6cf83229dd..eeae51c738
Fast-forward
.../conf-gmp-powm-sec/conf-gmp-powm-sec.4/opam | 36 ++++++++++++++++
packages/conf-gmp/conf-gmp.5/opam | 50 ++++++++++++++++++++++
2 files changed, 86 insertions(+)
create mode 100644 packages/conf-gmp-powm-sec/conf-gmp-powm-sec.4/opam
create mode 100644 packages/conf-gmp/conf-gmp.5/opam
(from ocaml/opam:archlinux-ocaml-4.14@sha256:43e738b95777a6830c2c4cc764ad22df0f57e5a1c4ef5636adb3492107fbf807)
2025-03-20 16:22.52 ---> 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 16:22.52 ---> 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.
Continue? [Y/n] y
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.
[NOTE] The 'jobs' option was reset, its value was 255 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=255 --global
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 16:24.36 ---> 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 71
# 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 16:24.38 ---> 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 16:24.52 ---> saved as "a092af0f814a1cc30ed4f1bb255bd85b6f6c55b7faf50dc17fe70aaefd92a8a4"
/home/opam: (copy (src .) (dst opam-repository/))
2025-03-20 16:25.30 ---> saved as "70a0baf90379e11616337f5d4fab4781fe49643cefc494570de67b55ba1c6f7c"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-03-20 16:26.34 ---> saved as "82a0aaed86315be0296251d34ed384b10d776b969dec32f197bab7d6d1514967"
/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 16:26.37 ---> saved as "b1a5fd1a4f26e89490dca588f778a9cc36dfa00ec2211d0f8cc0e55ec9ca9d80"
/home/opam: (run (shell "opam pin add -k version -yn conf-gmp-powm-sec.4 4"))
conf-gmp-powm-sec is now pinned to version 4
2025-03-20 16:26.40 ---> saved as "bc2ddbb3c70246eee31b22793eacc8c01ddf5179d3cb43627db545ce9887b491"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall conf-gmp-powm-sec.4;\
\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-gmp-powm-sec.4' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
conf-gmp-powm-sec.4 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
∗ conf-gmp 5 [required by conf-gmp-powm-sec]
∗ conf-gmp-powm-sec 4 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved conf-gmp.5 (cached)
⬇ retrieved conf-gmp-powm-sec.4 (cached)
∗ installed conf-gmp.5
∗ installed conf-gmp-powm-sec.4
Done.
# To update the current shell environment, run: eval $(opam env)
2025-03-20 16:26.52 ---> saved as "4cf435988409353380e3a9edc31dd198f584fcb47e4cd49ec0d8ca92b20d405c"
Job succeeded
2025-03-20 16:27.57: Job succeeded