- github
- ocaml
- opam-repository
- 10f9fa
- distributions,fedora-41-ocaml-4.14,conf-mpfr.3
(not at the head of any monitored branch or PR)
2025-06-11 07:05.55: New job: build conf-mpfr.3, using opam 2.3
from https://github.com/ocaml/opam-repository.git#refs/pull/28011/head (10f9fad9250e8b9724f84f94733080c5f8a2a4e4)
on fedora-41-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/28011/head" && git reset --hard 10f9fad9
git fetch origin master
git merge --no-edit f08d4342b0bc16346776cffa592115c0c0cc71cb
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-41-ocaml-4.14@sha256:2f6d0e2f962b1a7a99eb3e07897657db6cef8038b95b0c3f7303de66464690d8
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.3 /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-mpfr.3 3
RUN opam reinstall conf-mpfr.3; \
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 "\"fedora-41\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'conf-mpfr.3' && 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-06-11 07:05.55: Using cache hint "ocaml/opam:fedora-41-ocaml-4.14@sha256:2f6d0e2f962b1a7a99eb3e07897657db6cef8038b95b0c3f7303de66464690d8-conf-mpfr.3-10f9fad9250e8b9724f84f94733080c5f8a2a4e4"
2025-06-11 07:05.55: Using OBuilder spec:
((from ocaml/opam:fedora-41-ocaml-4.14@sha256:2f6d0e2f962b1a7a99eb3e07897657db6cef8038b95b0c3f7303de66464690d8)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /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-mpfr.3 3"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall conf-mpfr.3;\
\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 \"\\\"fedora-41\\\"\"; 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-mpfr.3' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-06-11 07:05.55: Waiting for resource in pool OCluster
2025-06-11 07:05.55: Waiting for worker…
2025-06-11 07:08.50: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
Updating files: 75% (17616/23238)
Updating files: 76% (17661/23238)
Updating files: 77% (17894/23238)
Updating files: 78% (18126/23238)
Updating files: 79% (18359/23238)
Updating files: 80% (18591/23238)
Updating files: 81% (18823/23238)
Updating files: 82% (19056/23238)
Updating files: 83% (19288/23238)
Updating files: 84% (19520/23238)
Updating files: 85% (19753/23238)
Updating files: 86% (19985/23238)
Updating files: 87% (20218/23238)
Updating files: 88% (20450/23238)
Updating files: 89% (20682/23238)
Updating files: 90% (20915/23238)
Updating files: 91% (21147/23238)
Updating files: 92% (21379/23238)
Updating files: 93% (21612/23238)
Updating files: 94% (21844/23238)
Updating files: 95% (22077/23238)
Updating files: 96% (22309/23238)
Updating files: 97% (22541/23238)
Updating files: 98% (22774/23238)
Updating files: 99% (23006/23238)
Updating files: 100% (23238/23238)
Updating files: 100% (23238/23238), done.
HEAD is now at f08d4342b0 Merge pull request #27856 from shym/ocaml-unikraft
Merge made by the 'ort' strategy.
packages/conf-cairo/conf-cairo.1/opam | 2 +-
packages/conf-clang/conf-clang.1/opam | 1 +
packages/conf-gtk3/conf-gtk3.18/opam | 7 +++++--
packages/conf-libev/conf-libev.4-11/opam | 1 +
packages/conf-mpfr/conf-mpfr.3/opam | 1 +
packages/omake/omake.0.10.3/opam | 2 +-
packages/omake/omake.0.10.5/opam | 2 +-
packages/omake/omake.0.10.6/opam | 2 +-
packages/omake/omake.0.10.7/opam | 2 +-
9 files changed, 13 insertions(+), 7 deletions(-)
(from ocaml/opam:fedora-41-ocaml-4.14@sha256:2f6d0e2f962b1a7a99eb3e07897657db6cef8038b95b0c3f7303de66464690d8)
2025-06-11 07:09.01 ---> using "39e6e309f75a18b444042d89513d1bb856f355631f65a20ce6e95d095a3ef7fa" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-06-11 07:09.01 ---> using "3eeb898811dbf8611b5df41e003b5863bfefad4c20327c5527d3a6a1cd7c4c40" 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 71 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=71 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-06-11 07:09.01 ---> using "822d99c3299fe8766d5bb2601a798b5559c00fc367bf62fe8d24f9afaffbdecb" from cache
/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.3.0 (35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724)
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=fedora os-version=41
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 255
# repositories 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-06-11 07:09.01 ---> using "cf7f6911e438e6efa15742c10990c943483a292185f26d3d3f291bf6bf6984e7" from cache
/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-06-11 07:09.01 ---> using "26b548ee2596e97c73319622e3822193bdf4ad01e77486c82ac6198640fc0b54" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-06-11 07:09.11 ---> saved as "450cd0b786292fda88cdc2f0cfb83ab3af5f73d21f5bc9833d7d9574ec15378a"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-06-11 07:09.42 ---> saved as "82630303b6b0f98ee8f1603ae5ca24c3c8774059de0b10ea100d78fbb6f7e061"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- Updating and loading repositories:
- Fedora 41 - x86_64 - Updates 100% | 75.1 KiB/s | 25.6 KiB | 00m00s
- Fedora 41 - x86_64 - Updates 100% | 3.1 MiB/s | 3.1 MiB | 00m01s
- Repositories loaded.
- Metadata cache created.
2025-06-11 07:09.48 ---> saved as "4de7f8a753899ba73966bf423243a6692cdc1a013d17cec0ba9f3a377470a6cb"
/home/opam: (run (shell "opam pin add -k version -yn conf-mpfr.3 3"))
conf-mpfr is now pinned to version 3
2025-06-11 07:09.49 ---> saved as "2e51ea1e6fd9b152e55e5b45efbeeb5fcc9fc3e44937d0fd301e7c38b407df6d"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall conf-mpfr.3;\
\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 \"\\\"fedora-41\\\"\"; 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-mpfr.3' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
conf-mpfr.3 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 3 packages
- install conf-gmp 5 [required by conf-mpfr]
- install conf-mpfr 3 (pinned)
- install conf-pkg-config 4 [required by conf-mpfr]
The following system packages will first need to be installed:
gmp-devel mpfr-devel
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run yum to install them (may need root/sudo access)
2. Display the recommended yum command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /usr/bin/sudo "yum" "install" "-y" "gmp-devel" "mpfr-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package Arch Version Repository Size
- Installing:
- gmp-devel x86_64 1:6.3.0-2.fc41 fedora 352.3 KiB
- mpfr-devel x86_64 4.2.1-5.fc41 fedora 62.8 KiB
- Installing dependencies:
- gmp-c++ x86_64 1:6.3.0-2.fc41 fedora 31.8 KiB
-
- Transaction Summary:
- Installing: 3 packages
-
- Total size of inbound packages is 215 KiB. Need to download 215 KiB.
- After this operation, 447 KiB extra will be used (install 447 KiB, remove 0 B).
- [1/3] mpfr-devel-0:4.2.1-5.fc41.x86_64 100% | 208.8 KiB/s | 21.9 KiB | 00m00s
- [2/3] gmp-c++-1:6.3.0-2.fc41.x86_64 100% | 146.7 KiB/s | 18.6 KiB | 00m00s
- [3/3] gmp-devel-1:6.3.0-2.fc41.x86_64 100% | 1.0 MiB/s | 174.4 KiB | 00m00s
- --------------------------------------------------------------------------------
- [3/3] Total 100% | 695.7 KiB/s | 215.0 KiB | 00m00s
- Running transaction
- [1/5] Verify package files 100% | 2.9 KiB/s | 3.0 B | 00m00s
- [2/5] Prepare transaction 100% | 68.0 B/s | 3.0 B | 00m00s
- [3/5] Installing gmp-c++-1:6.3.0-2.fc41 100% | 15.9 MiB/s | 32.6 KiB | 00m00s
- [4/5] Installing gmp-devel-1:6.3.0-2.fc 100% | 115.3 MiB/s | 354.1 KiB | 00m00s
- [5/5] Installing mpfr-devel-0:4.2.1-5.f 100% | 1.2 MiB/s | 63.5 KiB | 00m00s
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "gmp-devel" "mpfr-devel"
- gmp-devel-6.3.0-2.fc41.x86_64
- mpfr-devel-4.2.1-5.fc41.x86_64
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-gmp.5 (cached)
-> retrieved conf-mpfr.3 (cached)
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> installed conf-mpfr.3
Done.
# To update the current shell environment, run: eval $(opam env)
2025-06-11 07:09.55 ---> saved as "7529c4ca878cf2d5f9d825f0c4c934bc1a05f3992078f5ac917535d72eb76645"
Job succeeded
2025-06-11 07:10.06: Job succeeded