- github
- ocaml
- opam-repository
- 52729b
- distributions,fedora-42-ocaml-4.14,flint.0.4.2
(not at the head of any monitored branch or PR)
2025-12-09 21:30.52: New job: build flint.0.4.2, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28935/head (52729bb8d87544615b6b51da763607debc3b5c6c)
on fedora-42-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/28935/head" && git reset --hard 52729bb8
git fetch origin master
git merge --no-edit d684c896eb6f7e6030d6ee65338d9db22a612f01
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-42-ocaml-4.14@sha256:102afc211e7acdd2ebe6f08706e9f2fd104406b5d7eb6f68a0acebba5f7f1d84
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 flint.0.4.2 0.4.2
RUN opam reinstall flint.0.4.2; \
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-42\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'flint.0.4.2' && 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-12-09 21:30.52: Using cache hint "ocaml/opam:fedora-42-ocaml-4.14@sha256:102afc211e7acdd2ebe6f08706e9f2fd104406b5d7eb6f68a0acebba5f7f1d84-flint.0.4.2-52729bb8d87544615b6b51da763607debc3b5c6c"
2025-12-09 21:30.52: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-4.14@sha256:102afc211e7acdd2ebe6f08706e9f2fd104406b5d7eb6f68a0acebba5f7f1d84)
(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 flint.0.4.2 0.4.2"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall flint.0.4.2;\
\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-42\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'flint.0.4.2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-12-09 21:30.52: Waiting for resource in pool OCluster
2025-12-09 23:31.23: Waiting for worker…
2025-12-09 23:35.06: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at d684c896eb Merge pull request #29052 from balat/maintenance
Merge made by the 'ort' strategy.
packages/conf-flint/conf-flint.3.0/opam | 15 ++++++++---
packages/flint/flint.0.4.2/opam | 48 +++++++++++++++++++++++++++++++++
2 files changed, 59 insertions(+), 4 deletions(-)
create mode 100644 packages/flint/flint.0.4.2/opam
(from ocaml/opam:fedora-42-ocaml-4.14@sha256:102afc211e7acdd2ebe6f08706e9f2fd104406b5d7eb6f68a0acebba5f7f1d84)
2025-12-09 23:36.04 ---> saved as "052ff5cdad4546488c3137e699adada5557cc5501457944d3307a57e41f81ea7"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-12-09 23:36.05 ---> saved as "d7433a3cab982c5360be29af41997a3d85754986f1825652eb56a50c80c4c3de"
/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 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-12-09 23:36.25 ---> saved as "16c90b7af49fff01d241899403784b207b38e56e7d70ef31a2a32af416021092"
/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.5.0
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=fedora os-version=42
# 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-12-09 23:36.26 ---> saved as "e99a9777a6b07881c260747cd2c9ea7d85325d86378bcd815d676a35032272ac"
/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-12-09 23:36.38 ---> saved as "72f715414770c2df914bafca941df06af64f88ae0c3fceb60f8d16995f3b7f3d"
/home/opam: (copy (src .) (dst opam-repository/))
2025-12-09 23:37.03 ---> saved as "89e7a0cf82c314054d48ea8362360501809b7230471e65b0646da91c90d474df"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-09 23:37.26 ---> saved as "92fc66cc4f9aab059ac7d59898a9dc0ad08c195b273c436bf2e0f676a8bb68f7"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Fedora 42 - x86_64 - Updates 100% | 154.4 KiB/s | 17.6 KiB | 00m00s
- Repositories loaded.
- Metadata cache created.
2025-12-09 23:37.30 ---> saved as "27ae7bafd87075697e5c2ce87e282347a4b3d5942429a582b5465dafca775198"
/home/opam: (run (shell "opam pin add -k version -yn flint.0.4.2 0.4.2"))
flint is now pinned to version 0.4.2
2025-12-09 23:37.31 ---> saved as "394f679bb794428fcee3db521e1b0f4c8f849b418cabe9f04db62eeb193c9dea"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall flint.0.4.2;\
\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-42\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'flint.0.4.2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
flint.0.4.2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 13 packages
- install conf-flint 3.0 [required by flint]
- install conf-gmp 5 [required by conf-mpfr, zarith]
- install conf-mpfr 3 [required by flint]
- install conf-pkg-config 4 [required by flint]
- install csexp 1.5.2 [required by dune-configurator]
- install ctypes 0.24.0 [required by flint]
- install dune 3.20.2 [required by flint]
- install dune-configurator 3.20.2 [required by flint]
- install flint 0.4.2 (pinned)
- install integers 0.7.0 [required by ctypes]
- install ocamlfind 1.9.8 [required by zarith]
- install stdlib-shims 0.3.0 [required by integers]
- install zarith 1.14 [required by flint]
The following system packages will first need to be installed:
flint flint-devel 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/sbin/sudo "yum" "install" "-y" "flint" "flint-devel" "gmp-devel" "mpfr-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package Arch Version Repository Size
- Installing:
- flint x86_64 3.2.2-1.fc42 updates 11.3 MiB
- flint-devel x86_64 3.2.2-1.fc42 updates 30.0 MiB
- gmp-devel x86_64 1:6.3.0-4.fc42 fedora 352.3 KiB
- mpfr-devel x86_64 4.2.2-1.fc42 fedora 62.9 KiB
- Installing dependencies:
- flexiblas x86_64 3.4.5-1.fc42 fedora 50.4 KiB
- flexiblas-netlib x86_64 3.4.5-1.fc42 fedora 10.9 MiB
- flexiblas-openblas-openmp x86_64 3.4.5-1.fc42 fedora 39.2 KiB
- gmp-c++ x86_64 1:6.3.0-4.fc42 fedora 27.6 KiB
- libgfortran x86_64 15.2.1-4.fc42 updates 3.4 MiB
- libquadmath x86_64 15.2.1-4.fc42 updates 317.9 KiB
- openblas x86_64 0.3.29-1.fc42 fedora 111.7 KiB
- openblas-openmp x86_64 0.3.29-1.fc42 fedora 43.7 MiB
-
- Transaction Summary:
- Installing: 12 packages
-
- Total size of inbound packages is 17 MiB. Need to download 17 MiB.
- After this operation, 100 MiB extra will be used (install 100 MiB, remove 0 B).
- [ 1/12] flexiblas-0:3.4.5-1.fc42.x86_64 100% | 874.7 KiB/s | 26.2 KiB | 00m00s
- [ 2/12] flexiblas-openblas-openmp-0:3.4 100% | 4.2 MiB/s | 17.3 KiB | 00m00s
- [ 3/12] flint-devel-0:3.2.2-1.fc42.x86_ 100% | 13.6 MiB/s | 2.2 MiB | 00m00s
- [ 4/12] flint-0:3.2.2-1.fc42.x86_64 100% | 19.1 MiB/s | 4.1 MiB | 00m00s
- [ 5/12] gmp-devel-1:6.3.0-4.fc42.x86_64 100% | 8.1 MiB/s | 174.4 KiB | 00m00s
- [ 6/12] gmp-c++-1:6.3.0-4.fc42.x86_64 100% | 3.6 MiB/s | 18.5 KiB | 00m00s
- [ 7/12] mpfr-devel-0:4.2.2-1.fc42.x86_6 100% | 5.3 MiB/s | 21.7 KiB | 00m00s
- [ 8/12] libgfortran-0:15.2.1-4.fc42.x86 100% | 13.6 MiB/s | 972.4 KiB | 00m00s
- [ 9/12] openblas-0:0.3.29-1.fc42.x86_64 100% | 8.3 MiB/s | 42.3 KiB | 00m00s
- [10/12] libquadmath-0:15.2.1-4.fc42.x86 100% | 11.1 MiB/s | 204.9 KiB | 00m00s
- [11/12] flexiblas-netlib-0:3.4.5-1.fc42 100% | 7.4 MiB/s | 3.4 MiB | 00m00s
- [12/12] openblas-openmp-0:0.3.29-1.fc42 100% | 11.5 MiB/s | 5.4 MiB | 00m00s
- --------------------------------------------------------------------------------
- [12/12] Total 100% | 11.4 MiB/s | 16.5 MiB | 00m01s
- Running transaction
- [ 1/14] Verify package files 100% | 230.0 B/s | 12.0 B | 00m00s
- [ 2/14] Prepare transaction 100% | 300.0 B/s | 12.0 B | 00m00s
- [ 3/14] Installing libgfortran-0:15.2.1 100% | 305.0 MiB/s | 3.4 MiB | 00m00s
- [ 4/14] Installing libquadmath-0:15.2.1 100% | 155.8 MiB/s | 319.2 KiB | 00m00s
- [ 5/14] Installing openblas-0:0.3.29-1. 100% | 110.8 MiB/s | 113.5 KiB | 00m00s
- [ 6/14] Installing openblas-openmp-0:0. 100% | 496.8 MiB/s | 43.7 MiB | 00m00s
- [ 7/14] Installing flexiblas-0:3.4.5-1. 100% | 50.4 MiB/s | 51.6 KiB | 00m00s
- [ 8/14] Installing flexiblas-openblas-o 100% | 39.1 MiB/s | 40.1 KiB | 00m00s
- [ 9/14] Installing flexiblas-netlib-0:3 100% | 237.7 MiB/s | 10.9 MiB | 00m00s
- [10/14] Installing flint-0:3.2.2-1.fc42 100% | 331.1 MiB/s | 11.3 MiB | 00m00s
- [11/14] Installing gmp-c++-1:6.3.0-4.fc 100% | 27.8 MiB/s | 28.5 KiB | 00m00s
- [12/14] Installing gmp-devel-1:6.3.0-4. 100% | 345.8 MiB/s | 354.1 KiB | 00m00s
- [13/14] Installing mpfr-devel-0:4.2.2-1 100% | 31.0 MiB/s | 63.6 KiB | 00m00s
- [14/14] Installing flint-devel-0:3.2.2- 100% | 418.5 MiB/s | 30.1 MiB | 00m00s
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "flint" "flint-devel" "gmp-devel" "mpfr-devel"
- flint-3.2.2-1.fc42.x86_64
- flint-devel-3.2.2-1.fc42.x86_64
- gmp-devel-6.3.0-4.fc42.x86_64
- mpfr-devel-4.2.2-1.fc42.x86_64
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-gmp.5 (cached)
-> retrieved conf-mpfr.3 (cached)
-> retrieved csexp.1.5.2 (cached)
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> retrieved ctypes.0.24.0 (cached)
-> installed conf-flint.3.0
-> installed conf-mpfr.3
-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)
-> retrieved flint.0.4.2 (cached)
-> retrieved integers.0.7.0 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved zarith.1.14 (cached)
-> installed ocamlfind.1.9.8
-> installed zarith.1.14
-> installed dune.3.20.2
-> installed stdlib-shims.0.3.0
-> installed csexp.1.5.2
-> installed integers.0.7.0
-> installed dune-configurator.3.20.2
-> installed ctypes.0.24.0
-> installed flint.0.4.2
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-09 23:38.03 ---> saved as "edb332d9022518cbe1539f324cad05b0b3fc3278aa629f6d8373d65ef8bb5b51"
Job succeeded
2025-12-09 23:38.39: Job succeeded