(for PR #28827)
2025-11-10 16:57.20: New job: build rune.1.0.0~alpha2, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28827/head (3adacbc6aba2762d0750bc10bb58285f6b461c46)
on fedora-43-ocaml-5.4/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/28827/head" && git reset --hard 3adacbc6
git fetch origin master
git merge --no-edit b6a264c784afa1e19f7a926fc10d49010ad12be4
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-5.4@sha256:9d00dba6985e92fa03859266d8c1b74423a69c5663a4475c32a5fba99c476fa6
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 rune.1.0.0~alpha2 1.0.0~alpha2
RUN opam reinstall rune.1.0.0~alpha2; \
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-43\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'rune.1.0.0~alpha2' && 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-10 16:57.20: Using cache hint "ocaml/opam:fedora-43-ocaml-5.4@sha256:9d00dba6985e92fa03859266d8c1b74423a69c5663a4475c32a5fba99c476fa6-rune.1.0.0~alpha2-3adacbc6aba2762d0750bc10bb58285f6b461c46"
2025-11-10 16:57.20: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-5.4@sha256:9d00dba6985e92fa03859266d8c1b74423a69c5663a4475c32a5fba99c476fa6)
(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 rune.1.0.0~alpha2 1.0.0~alpha2"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall rune.1.0.0~alpha2;\
\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-43\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'rune.1.0.0~alpha2' && 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-10 16:57.20: Waiting for resource in pool OCluster
2025-11-10 22:10.33: Waiting for worker…
2025-11-10 22:15.20: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at b6a264c784 Merge pull request #28853 from AltGr/catala100
Merge made by the 'ort' strategy.
packages/fehu/fehu.1.0.0~alpha2/opam | 49 +++++++++++++++
packages/hugin/hugin.1.0.0~alpha2/opam | 49 +++++++++++++++
packages/kaun/kaun.1.0.0~alpha2/opam | 50 ++++++++++++++++
packages/nx-datasets/nx-datasets.1.0.0~alpha2/opam | 54 +++++++++++++++++
packages/nx/nx.1.0.0~alpha2/opam | 65 ++++++++++++++++++++
packages/quill/quill.1.0.0~alpha2/opam | 70 ++++++++++++++++++++++
packages/raven/raven.1.0.0~alpha2/opam | 53 ++++++++++++++++
packages/rune/rune.1.0.0~alpha2/opam | 56 +++++++++++++++++
packages/saga/saga.1.0.0~alpha2/opam | 49 +++++++++++++++
packages/sowilo/sowilo.1.0.0~alpha2/opam | 47 +++++++++++++++
packages/talon/talon.1.0.0~alpha2/opam | 48 +++++++++++++++
11 files changed, 590 insertions(+)
create mode 100644 packages/fehu/fehu.1.0.0~alpha2/opam
create mode 100644 packages/hugin/hugin.1.0.0~alpha2/opam
create mode 100644 packages/kaun/kaun.1.0.0~alpha2/opam
create mode 100644 packages/nx-datasets/nx-datasets.1.0.0~alpha2/opam
create mode 100644 packages/nx/nx.1.0.0~alpha2/opam
create mode 100644 packages/quill/quill.1.0.0~alpha2/opam
create mode 100644 packages/raven/raven.1.0.0~alpha2/opam
create mode 100644 packages/rune/rune.1.0.0~alpha2/opam
create mode 100644 packages/saga/saga.1.0.0~alpha2/opam
create mode 100644 packages/sowilo/sowilo.1.0.0~alpha2/opam
create mode 100644 packages/talon/talon.1.0.0~alpha2/opam
(from ocaml/opam:fedora-43-ocaml-5.4@sha256:9d00dba6985e92fa03859266d8c1b74423a69c5663a4475c32a5fba99c476fa6)
Unable to find image 'ocaml/opam:fedora-43-ocaml-5.4@sha256:9d00dba6985e92fa03859266d8c1b74423a69c5663a4475c32a5fba99c476fa6' locally
docker.io/ocaml/opam@sha256:9d00dba6985e92fa03859266d8c1b74423a69c5663a4475c32a5fba99c476fa6: Pulling from ocaml/opam
c5e34e7d59db: Pulling fs layer
c5e34e7d59db: Waiting
c5e34e7d59db: Verifying Checksum
c5e34e7d59db: Download complete
c5e34e7d59db: Pull complete
Digest: sha256:9d00dba6985e92fa03859266d8c1b74423a69c5663a4475c32a5fba99c476fa6
Status: Downloaded newer image for ocaml/opam@sha256:9d00dba6985e92fa03859266d8c1b74423a69c5663a4475c32a5fba99c476fa6
2025-11-10 22:18.10 ---> using "685e4705bd4d4c9279dce0ea52c3cbf5d486a58137067398f5445eae41bef726" 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-10 22:18.10 ---> using "9b01743b21da41952b615c29c942fe8353402991fd5b715cb93f25a651c5278c" 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
[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-11-10 22:18.10 ---> using "beaf676e33d7afa418ac860065b04d831de01a5141a181242129c9c1c27a603d" 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.5.0~alpha1
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=fedora os-version=43
# 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 5.4
# invariant ["ocaml-base-compiler" {>= "5.4.0"}]
# compiler-packages ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.0
2025-11-10 22:18.10 ---> using "a93a87621df3eac88a6cb8599334f832fcb7ba7424546b51f0c2c9d8b7576edd" 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-10 22:18.10 ---> using "41768d8760351ac145795e7ada773c7ac1c2c5b63156d4caca4fd3c486f6895f" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-11-10 22:18.11 ---> using "c9602c08f6c57444e85aef9099add3d83d0050be1eb3191e9d704b5e8a903928" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-10 22:18.15 ---> saved as "bb37986b4dcc2cabcef9940d3f86036399869dfc1c8496d989f7ba47796d3131"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Fedora 43 - x86_64 - Updates 100% | 122.7 KiB/s | 18.5 KiB | 00m00s
- Repositories loaded.
- Metadata cache created.
2025-11-10 22:18.18 ---> saved as "55577a5b14c5f52500fe9684299ef10036270830f8545448c1923e0d9126ebf0"
/home/opam: (run (shell "opam pin add -k version -yn rune.1.0.0~alpha2 1.0.0~alpha2"))
rune is now pinned to version 1.0.0~alpha2
2025-11-10 22:18.20 ---> saved as "0751b319d2c631c1d678b6372da0487d36c806039070d3c7b10764b9b587dc69"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall rune.1.0.0~alpha2;\
\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-43\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'rune.1.0.0~alpha2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
rune.1.0.0~alpha2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 15 packages
- install bigarray-compat 1.1.0 [required by ctypes]
- install conf-bash 1 [required by conf-llvm-static]
- install conf-libffi 2.0.0 [required by ctypes-foreign]
- install conf-llvm-static 19 [required by rune]
- install conf-pkg-config 4 [required by ctypes-foreign, nx]
- install conf-zlib 1 [required by nx]
- install csexp 1.5.2 [required by dune-configurator]
- install ctypes 0.23.0 [required by rune]
- install ctypes-foreign 0.23.0 [required by rune]
- install dune 3.20.2 [required by rune]
- install dune-configurator 3.20.2 [required by rune]
- install integers 0.7.0 [required by ctypes]
- install nx 1.0.0~alpha2 [required by rune]
- install rune 1.0.0~alpha2 (pinned)
- install stdlib-shims 0.3.0 [required by nx]
The following system packages will first need to be installed:
libffi-devel llvm19-devel openblas-devel zlib-ng-compat-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" "libffi-devel" "llvm19-devel" "openblas-devel" "zlib-ng-compat-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package Arch Version Repository Size
- Upgrading:
- libedit x86_64 3.1-57.20251016cvs.fc43 updates 240.2 KiB
- replacing libedit x86_64 3.1-56.20250104cvs.fc43 fedora 240.1 KiB
- Installing:
- libffi-devel x86_64 3.5.1-2.fc43 fedora 33.9 KiB
- llvm19-devel x86_64 19.1.7-13.fc43 fedora 25.7 MiB
- openblas-devel x86_64 0.3.29-2.fc43 fedora 1.7 MiB
- zlib-ng-compat-devel x86_64 2.2.5-2.fc43 fedora 107.0 KiB
- Installing dependencies:
- cmake-filesystem x86_64 3.31.6-4.fc43 fedora 0.0 B
- libedit-devel x86_64 3.1-57.20251016cvs.fc43 updates 59.4 KiB
- libgfortran x86_64 15.2.1-3.fc43 updates 3.4 MiB
- libzstd-devel x86_64 1.5.7-2.fc43 fedora 208.0 KiB
- llvm19 x86_64 19.1.7-13.fc43 fedora 74.7 MiB
- llvm19-filesystem x86_64 19.1.7-13.fc43 fedora 0.0 B
- llvm19-googletest x86_64 19.1.7-13.fc43 fedora 2.4 MiB
- llvm19-libs x86_64 19.1.7-13.fc43 fedora 124.1 MiB
- llvm19-static x86_64 19.1.7-13.fc43 fedora 337.0 MiB
- llvm19-test x86_64 19.1.7-13.fc43 fedora 2.1 MiB
- ncurses-c++-libs x86_64 6.5-7.20250614.fc43 fedora 153.6 KiB
- ncurses-devel x86_64 6.5-7.20250614.fc43 fedora 893.4 KiB
- openblas x86_64 0.3.29-2.fc43 fedora 111.7 KiB
- openblas-openmp x86_64 0.3.29-2.fc43 fedora 43.7 MiB
- openblas-openmp64 x86_64 0.3.29-2.fc43 fedora 43.8 MiB
- openblas-openmp64_ x86_64 0.3.29-2.fc43 fedora 43.8 MiB
- openblas-serial x86_64 0.3.29-2.fc43 fedora 41.5 MiB
- openblas-serial64 x86_64 0.3.29-2.fc43 fedora 41.7 MiB
- openblas-serial64_ x86_64 0.3.29-2.fc43 fedora 41.7 MiB
- openblas-srpm-macros noarch 2-20.fc43 fedora 112.0 B
- openblas-threads x86_64 0.3.29-2.fc43 fedora 43.6 MiB
- openblas-threads64 x86_64 0.3.29-2.fc43 fedora 43.8 MiB
- openblas-threads64_ x86_64 0.3.29-2.fc43 fedora 43.8 MiB
-
- Transaction Summary:
- Installing: 27 packages
- Upgrading: 1 package
- Replacing: 1 package
-
- Total size of inbound packages is 152 MiB. Need to download 152 MiB.
- After this operation, 960 MiB extra will be used (install 960 MiB, remove 240 KiB).
- [ 1/28] libffi-devel-0:3.5.1-2.fc43.x86 100% | 361.2 KiB/s | 29.6 KiB | 00m00s
- [ 2/28] llvm19-googletest-0:19.1.7-13.f 100% | 3.0 MiB/s | 438.1 KiB | 00m00s
- [ 3/28] llvm19-devel-0:19.1.7-13.fc43.x 100% | 11.8 MiB/s | 4.2 MiB | 00m00s
- [ 4/28] llvm19-0:19.1.7-13.fc43.x86_64 100% | 5.5 MiB/s | 21.2 MiB | 00m04s
- [ 5/28] llvm19-test-0:19.1.7-13.fc43.x8 100% | 2.0 MiB/s | 717.4 KiB | 00m00s
- [ 6/28] llvm19-filesystem-0:19.1.7-13.f 100% | 99.8 KiB/s | 13.8 KiB | 00m00s
- [ 7/28] openblas-devel-0:0.3.29-2.fc43. 100% | 3.8 MiB/s | 82.8 KiB | 00m00s
- [ 8/28] openblas-0:0.3.29-2.fc43.x86_64 100% | 3.2 MiB/s | 42.3 KiB | 00m00s
- [ 9/28] llvm19-libs-0:19.1.7-13.fc43.x8 100% | 4.9 MiB/s | 31.4 MiB | 00m06s
- [10/28] openblas-openmp-0:0.3.29-2.fc43 100% | 1.9 MiB/s | 5.4 MiB | 00m03s
- [11/28] openblas-openmp64-0:0.3.29-2.fc 100% | 4.3 MiB/s | 5.2 MiB | 00m01s
- [12/28] openblas-openmp64_-0:0.3.29-2.f 100% | 2.4 MiB/s | 5.2 MiB | 00m02s
- [13/28] openblas-serial-0:0.3.29-2.fc43 100% | 3.0 MiB/s | 5.1 MiB | 00m02s
- [14/28] llvm19-static-0:19.1.7-13.fc43. 100% | 4.3 MiB/s | 45.3 MiB | 00m11s
- [15/28] openblas-srpm-macros-0:2-20.fc4 100% | 1.2 MiB/s | 7.6 KiB | 00m00s
- [16/28] openblas-serial64_-0:0.3.29-2.f 100% | 2.9 MiB/s | 5.0 MiB | 00m02s
- [17/28] openblas-serial64-0:0.3.29-2.fc 100% | 2.1 MiB/s | 5.0 MiB | 00m02s
- [18/28] openblas-threads-0:0.3.29-2.fc4 100% | 4.4 MiB/s | 5.3 MiB | 00m01s
- [19/28] zlib-ng-compat-devel-0:2.2.5-2. 100% | 4.7 MiB/s | 38.3 KiB | 00m00s
- [20/28] cmake-filesystem-0:3.31.6-4.fc4 100% | 3.8 MiB/s | 15.5 KiB | 00m00s
- [21/28] openblas-threads64-0:0.3.29-2.f 100% | 5.3 MiB/s | 5.2 MiB | 00m01s
- [22/28] libedit-devel-0:3.1-57.20251016 100% | 189.0 KiB/s | 40.6 KiB | 00m00s
- [23/28] ncurses-devel-0:6.5-7.20250614. 100% | 2.5 MiB/s | 590.2 KiB | 00m00s
- [24/28] libgfortran-0:15.2.1-3.fc43.x86 100% | 1.7 MiB/s | 971.4 KiB | 00m01s
- [25/28] ncurses-c++-libs-0:6.5-7.202506 100% | 1.1 MiB/s | 37.7 KiB | 00m00s
- [26/28] libzstd-devel-0:1.5.7-2.fc43.x8 100% | 1.3 MiB/s | 52.9 KiB | 00m00s
- [27/28] libedit-0:3.1-57.20251016cvs.fc 100% | 2.3 MiB/s | 105.2 KiB | 00m00s
- [28/28] openblas-threads64_-0:0.3.29-2. 100% | 3.2 MiB/s | 5.2 MiB | 00m02s
- --------------------------------------------------------------------------------
- [28/28] Total 100% | 11.2 MiB/s | 151.9 MiB | 00m14s
- Running transaction
- [ 1/31] Verify package files 100% | 48.0 B/s | 28.0 B | 00m01s
- [ 2/31] Prepare transaction 100% | 371.0 B/s | 29.0 B | 00m00s
- [ 3/31] Installing openblas-0:0.3.29-2. 100% | 110.8 MiB/s | 113.5 KiB | 00m00s
- [ 4/31] Installing libgfortran-0:15.2.1 100% | 279.9 MiB/s | 3.4 MiB | 00m00s
- [ 5/31] Installing llvm19-filesystem-0: 100% | 1.0 MiB/s | 1.1 KiB | 00m00s
- [ 6/31] Upgrading libedit-0:3.1-57.2025 100% | 118.1 MiB/s | 241.9 KiB | 00m00s
- [ 7/31] Installing llvm19-libs-0:19.1.7 100% | 321.4 MiB/s | 124.1 MiB | 00m00s
- [ 8/31] Installing llvm19-0:19.1.7-13.f 100% | 268.1 MiB/s | 74.8 MiB | 00m00s
- [ 9/31] Installing llvm19-test-0:19.1.7 100% | 83.5 MiB/s | 2.1 MiB | 00m00s
- [10/31] Installing llvm19-googletest-0: 100% | 204.7 MiB/s | 2.5 MiB | 00m00s
- [11/31] Installing llvm19-static-0:19.1 100% | 392.3 MiB/s | 337.0 MiB | 00m01s
- [12/31] Installing openblas-openmp-0:0. 100% | 455.1 MiB/s | 43.7 MiB | 00m00s
- [13/31] Installing openblas-openmp64-0: 100% | 456.5 MiB/s | 43.8 MiB | 00m00s
- [14/31] Installing openblas-openmp64_-0 100% | 456.6 MiB/s | 43.8 MiB | 00m00s
- [15/31] Installing openblas-serial-0:0. 100% | 446.4 MiB/s | 41.5 MiB | 00m00s
- [16/31] Installing openblas-serial64-0: 100% | 448.5 MiB/s | 41.7 MiB | 00m00s
- [17/31] Installing openblas-serial64_-0 100% | 443.8 MiB/s | 41.7 MiB | 00m00s
- [18/31] Installing openblas-threads-0:0 100% | 445.3 MiB/s | 43.6 MiB | 00m00s
- [19/31] Installing openblas-threads64-0 100% | 456.0 MiB/s | 43.8 MiB | 00m00s
- [20/31] Installing openblas-threads64_- 100% | 451.4 MiB/s | 43.8 MiB | 00m00s
- [21/31] Installing libzstd-devel-0:1.5. 100% | 102.0 MiB/s | 208.8 KiB | 00m00s
- [22/31] Installing ncurses-c++-libs-0:6 100% | 50.4 MiB/s | 154.8 KiB | 00m00s
- [23/31] Installing ncurses-devel-0:6.5- 100% | 37.7 MiB/s | 1.0 MiB | 00m00s
- [24/31] Installing libedit-devel-0:3.1- 100% | 65.4 MiB/s | 67.0 KiB | 00m00s
- [25/31] Installing cmake-filesystem-0:3 100% | 1.9 MiB/s | 7.6 KiB | 00m00s
- [26/31] Installing openblas-srpm-macros 100% | 0.0 B/s | 392.0 B | 00m00s
- [27/31] Installing openblas-devel-0:0.3 100% | 335.2 MiB/s | 1.7 MiB | 00m00s
- [28/31] Installing zlib-ng-compat-devel 100% | 15.1 MiB/s | 108.5 KiB | 00m00s
- [29/31] Installing llvm19-devel-0:19.1. 100% | 105.8 MiB/s | 26.0 MiB | 00m00s
- [30/31] Installing libffi-devel-0:3.5.1 100% | 5.0 MiB/s | 35.6 KiB | 00m00s
- [31/31] Removing libedit-0:3.1-56.20250 100% | 113.0 B/s | 11.0 B | 00m00s
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "libffi-devel" "llvm19-devel" "openblas-devel" "zlib-ng-compat-devel"
- libffi-devel-3.5.1-2.fc43.x86_64
- llvm19-devel-19.1.7-13.fc43.x86_64
- openblas-devel-0.3.29-2.fc43.x86_64
- zlib-ng-compat-devel-2.2.5-2.fc43.x86_64
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigarray-compat.1.1.0 (cached)
-> retrieved conf-llvm-static.19 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved ctypes.0.23.0, ctypes-foreign.0.23.0 (cached)
-> installed conf-bash.1
-> installed conf-pkg-config.4
-> installed conf-llvm-static.19
-> installed conf-zlib.1
-> installed conf-libffi.2.0.0
-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)
-> retrieved integers.0.7.0 (cached)
-> retrieved nx.1.0.0~alpha2, rune.1.0.0~alpha2 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed bigarray-compat.1.1.0
-> installed stdlib-shims.0.3.0
-> installed integers.0.7.0
-> installed dune-configurator.3.20.2
-> installed ctypes.0.23.0
-> installed ctypes-foreign.0.23.0
-> installed nx.1.0.0~alpha2
-> installed rune.1.0.0~alpha2
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-10 22:20.08 ---> saved as "cda78ec7f9529287dcc92c610de554d3d4c8e0846b6cc2cf57ca2a33b26c93c3"
Job succeeded
2025-11-10 22:20.17: Job succeeded