(for PR #28925)
2025-11-19 10:23.30: New job: build conf-openblas.0.2.3, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28925/head (9f711b098b3a42a7f4e18dc318705d9846d1f7cb)
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/28925/head" && git reset --hard 9f711b09
git fetch origin master
git merge --no-edit 24dbb725dce5c26764f028224175df3cfbe7dafd
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-41-ocaml-4.14@sha256:5f7b943b03c8962e425dbfaba3fa75709133c3648d7d3654f5ed91b0ce57d45e
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-openblas.0.2.3 0.2.3
RUN opam reinstall conf-openblas.0.2.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-openblas.0.2.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-11-19 10:23.30: Using cache hint "ocaml/opam:fedora-41-ocaml-4.14@sha256:5f7b943b03c8962e425dbfaba3fa75709133c3648d7d3654f5ed91b0ce57d45e-conf-openblas.0.2.3-9f711b098b3a42a7f4e18dc318705d9846d1f7cb"
2025-11-19 10:23.30: Using OBuilder spec:
((from ocaml/opam:fedora-41-ocaml-4.14@sha256:5f7b943b03c8962e425dbfaba3fa75709133c3648d7d3654f5ed91b0ce57d45e)
(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-openblas.0.2.3 0.2.3"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall conf-openblas.0.2.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-openblas.0.2.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-11-19 10:23.30: Waiting for resource in pool OCluster
2025-11-19 10:23.30: Waiting for worker…
2025-11-19 10:23.32: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at 24dbb725dc Merge pull request #28918 from dra27/msys2-lablgtk3
Updating 24dbb725dc..9f711b098b
Fast-forward
packages/conf-openblas/conf-openblas.0.2.3/opam | 55 +++++++++++++++++++++++++
1 file changed, 55 insertions(+)
create mode 100644 packages/conf-openblas/conf-openblas.0.2.3/opam
(from ocaml/opam:fedora-41-ocaml-4.14@sha256:5f7b943b03c8962e425dbfaba3fa75709133c3648d7d3654f5ed91b0ce57d45e)
2025-11-19 10:24.13 ---> using "414be81a566d8701f912af060720eceb3bef35ebb4d23525ec9fe41e9ddaae36" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-11-19 10:24.13 ---> using "302a7448ab27c0edc4427a3b0881ad07e8bd3b548666c1e88f5b1cbf0f8fb96f" 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 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-11-19 10:24.13 ---> using "492e3aceadfa72bb10e6c039df68bb2a60845d610c61df93f5167e84e1ce93f4" 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.4.1
# 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-11-19 10:24.13 ---> using "c26b324c1293276f438033bb4541d0e586ab530f8e9bd282551c5e317e4cc7da" 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-11-19 10:24.13 ---> using "a08361f9972b0ce2092ce7221dc6bb0957d78a72c50dc3a57bf5c715684a9603" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-11-19 10:24.18 ---> saved as "36f339a37f811ab90e8502483d1ff104236b9df9d001ada7aa38eee33c989e38"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-19 10:24.35 ---> saved as "987d19e945fe5aa25f9678fc0c38314c91a7cff3c23858d71f04173d1a1635f2"
/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% | 31.9 KiB/s | 9.1 KiB | 00m00s
- Fedora 41 - x86_64 100% | 118.2 KiB/s | 24.5 KiB | 00m00s
- Fedora 41 openh264 (From Cisco) - x86_ 100% | 9.5 KiB/s | 986.0 B | 00m00s
- Repositories loaded.
- Metadata cache created.
2025-11-19 10:24.38 ---> saved as "576f8eb7efffd1e9dcaa3303a669bae34f84773123b9c127dda3ee878727e982"
/home/opam: (run (shell "opam pin add -k version -yn conf-openblas.0.2.3 0.2.3"))
conf-openblas is now pinned to version 0.2.3
2025-11-19 10:24.41 ---> saved as "0f910851a8c77b37dabe115f92679e45e14574bfc4a1b92b84ed6d13f633cdaa"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall conf-openblas.0.2.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-openblas.0.2.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-openblas.0.2.3 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 1 package
- install conf-openblas 0.2.3 (pinned)
The following system packages will first need to be installed:
openblas-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" "openblas-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package Arch Version Repository Size
- Installing:
- openblas-devel x86_64 0.3.26-5.fc41 fedora 1.7 MiB
- Installing dependencies:
- libgfortran x86_64 14.3.1-4.fc41 updates 3.0 MiB
- openblas x86_64 0.3.26-5.fc41 fedora 96.0 KiB
- openblas-openmp x86_64 0.3.26-5.fc41 fedora 39.4 MiB
- openblas-openmp64 x86_64 0.3.26-5.fc41 fedora 39.5 MiB
- openblas-openmp64_ x86_64 0.3.26-5.fc41 fedora 39.5 MiB
- openblas-serial x86_64 0.3.26-5.fc41 fedora 37.9 MiB
- openblas-serial64 x86_64 0.3.26-5.fc41 fedora 38.1 MiB
- openblas-serial64_ x86_64 0.3.26-5.fc41 fedora 38.1 MiB
- openblas-srpm-macros noarch 2-18.fc41 fedora 112.0 B
- openblas-threads x86_64 0.3.26-5.fc41 fedora 39.3 MiB
- openblas-threads64 x86_64 0.3.26-5.fc41 fedora 39.5 MiB
- openblas-threads64_ x86_64 0.3.26-5.fc41 fedora 39.5 MiB
-
- Transaction Summary:
- Installing: 13 packages
-
- Total size of inbound packages is 45 MiB. Need to download 45 MiB.
- After this operation, 356 MiB extra will be used (install 356 MiB, remove 0 B).
- [ 1/13] openblas-0:0.3.26-5.fc41.x86_64 100% | 345.6 KiB/s | 38.7 KiB | 00m00s
- [ 2/13] openblas-devel-0:0.3.26-5.fc41. 100% | 587.5 KiB/s | 82.8 KiB | 00m00s
- [ 3/13] openblas-openmp-0:0.3.26-5.fc41 100% | 13.0 MiB/s | 5.1 MiB | 00m00s
- [ 4/13] openblas-openmp64-0:0.3.26-5.fc 100% | 11.8 MiB/s | 4.9 MiB | 00m00s
- [ 5/13] openblas-openmp64_-0:0.3.26-5.f 100% | 8.3 MiB/s | 4.9 MiB | 00m01s
- [ 6/13] openblas-serial-0:0.3.26-5.fc41 100% | 9.9 MiB/s | 4.9 MiB | 00m00s
- [ 7/13] openblas-srpm-macros-0:2-18.fc4 100% | 233.8 KiB/s | 7.7 KiB | 00m00s
- [ 8/13] openblas-serial64-0:0.3.26-5.fc 100% | 10.0 MiB/s | 4.8 MiB | 00m00s
- [ 9/13] openblas-serial64_-0:0.3.26-5.f 100% | 8.5 MiB/s | 4.8 MiB | 00m01s
- [10/13] openblas-threads-0:0.3.26-5.fc4 100% | 11.2 MiB/s | 5.1 MiB | 00m00s
- [11/13] openblas-threads64-0:0.3.26-5.f 100% | 9.1 MiB/s | 4.9 MiB | 00m01s
- [12/13] openblas-threads64_-0:0.3.26-5. 100% | 10.2 MiB/s | 4.9 MiB | 00m00s
- [13/13] libgfortran-0:14.3.1-4.fc41.x86 100% | 310.0 KiB/s | 952.3 KiB | 00m03s
- --------------------------------------------------------------------------------
- [13/13] Total 100% | 9.7 MiB/s | 45.4 MiB | 00m05s
- Running transaction
- [ 1/15] Verify package files 100% | 92.0 B/s | 13.0 B | 00m00s
- [ 2/15] Prepare transaction 100% | 382.0 B/s | 13.0 B | 00m00s
- [ 3/15] Installing openblas-0:0.3.26-5. 100% | 95.5 MiB/s | 97.8 KiB | 00m00s
- [ 4/15] Installing libgfortran-0:14.3.1 100% | 304.0 MiB/s | 3.0 MiB | 00m00s
- [ 5/15] Installing openblas-openmp-0:0. 100% | 486.1 MiB/s | 39.4 MiB | 00m00s
- [ 6/15] Installing openblas-openmp64-0: 100% | 506.8 MiB/s | 39.5 MiB | 00m00s
- [ 7/15] Installing openblas-openmp64_-0 100% | 494.0 MiB/s | 39.5 MiB | 00m00s
- [ 8/15] Installing openblas-serial-0:0. 100% | 462.2 MiB/s | 37.9 MiB | 00m00s
- [ 9/15] Installing openblas-serial64-0: 100% | 501.6 MiB/s | 38.1 MiB | 00m00s
- [10/15] Installing openblas-serial64_-0 100% | 508.2 MiB/s | 38.1 MiB | 00m00s
- [11/15] Installing openblas-threads-0:0 100% | 517.4 MiB/s | 39.3 MiB | 00m00s
- [12/15] Installing openblas-threads64-0 100% | 513.1 MiB/s | 39.5 MiB | 00m00s
- [13/15] Installing openblas-threads64_- 100% | 506.4 MiB/s | 39.5 MiB | 00m00s
- [14/15] Installing openblas-srpm-macros 100% | 0.0 B/s | 392.0 B | 00m00s
- [15/15] Installing openblas-devel-0:0.3 100% | 33.1 MiB/s | 1.7 MiB | 00m00s
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "openblas-devel"
- openblas-devel-0.3.26-5.fc41.x86_64
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-openblas.0.2.3 (cached)
-> installed conf-openblas.0.2.3
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-19 10:24.51 ---> saved as "11abe23209dd6036a73f75919763dc4dc0c7d3f1cbc5cd1fa3b779dc4ebb991d"
Job succeeded
2025-11-19 10:24.56: Job succeeded