- github
- ocaml
- opam-repository
- a16fbb
- distributions,fedora-43-ocaml-5.4,llvm.20-shared
(not at the head of any monitored branch or PR)
2025-12-30 15:25.29: New job: build llvm.20-shared, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29110/head (a16fbbbc4ad239dba151649395b1e98d3d337d30)
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/29110/head" && git reset --hard a16fbbbc
git fetch origin master
git merge --no-edit f2d102f951a5dc2af6db218c6aef53c80186295a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-5.4@sha256:9e47444bd58f8126d63b253cc89ce8ec630d257c2d65d199e42afddedb97d0d5
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 llvm.20-shared 20-shared
RUN opam reinstall llvm.20-shared; \
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" != 'llvm.20-shared' && 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-30 15:25.29: Using cache hint "ocaml/opam:fedora-43-ocaml-5.4@sha256:9e47444bd58f8126d63b253cc89ce8ec630d257c2d65d199e42afddedb97d0d5-llvm.20-shared-a16fbbbc4ad239dba151649395b1e98d3d337d30"
2025-12-30 15:25.29: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-5.4@sha256:9e47444bd58f8126d63b253cc89ce8ec630d257c2d65d199e42afddedb97d0d5)
(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 llvm.20-shared 20-shared"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall llvm.20-shared;\
\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\" != 'llvm.20-shared' && 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-30 15:25.29: Waiting for resource in pool OCluster
2025-12-30 15:26.55: Waiting for worker…
2025-12-30 15:31.16: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at f2d102f951 Merge pull request #29150 from raphael-proust/llvm-20-21-only-cosmetics
Merge made by the 'ort' strategy.
packages/conf-llvm-shared/conf-llvm-shared.20/opam | 34 +++++++++++
packages/conf-llvm-shared/conf-llvm-shared.21/opam | 34 +++++++++++
packages/conf-llvm-static/conf-llvm-static.20/opam | 34 +++++++++++
packages/conf-llvm-static/conf-llvm-static.21/opam | 34 +++++++++++
packages/llvm/llvm.20-shared/opam | 67 ++++++++++++++++++++++
packages/llvm/llvm.20-static/opam | 67 ++++++++++++++++++++++
packages/llvm/llvm.21-shared/opam | 67 ++++++++++++++++++++++
packages/llvm/llvm.21-static/opam | 67 ++++++++++++++++++++++
8 files changed, 404 insertions(+)
create mode 100644 packages/conf-llvm-shared/conf-llvm-shared.20/opam
create mode 100644 packages/conf-llvm-shared/conf-llvm-shared.21/opam
create mode 100644 packages/conf-llvm-static/conf-llvm-static.20/opam
create mode 100644 packages/conf-llvm-static/conf-llvm-static.21/opam
create mode 100644 packages/llvm/llvm.20-shared/opam
create mode 100644 packages/llvm/llvm.20-static/opam
create mode 100644 packages/llvm/llvm.21-shared/opam
create mode 100644 packages/llvm/llvm.21-static/opam
(from ocaml/opam:fedora-43-ocaml-5.4@sha256:9e47444bd58f8126d63b253cc89ce8ec630d257c2d65d199e42afddedb97d0d5)
Unable to find image 'ocaml/opam:fedora-43-ocaml-5.4@sha256:9e47444bd58f8126d63b253cc89ce8ec630d257c2d65d199e42afddedb97d0d5' locally
docker.io/ocaml/opam@sha256:9e47444bd58f8126d63b253cc89ce8ec630d257c2d65d199e42afddedb97d0d5: Pulling from ocaml/opam
1216d224fefc: Already exists
08f6b7a168c0: Pulling fs layer
5ed188bb4904: Pulling fs layer
f23351b57642: Pulling fs layer
01e02cab7b2d: Pulling fs layer
08f6b7a168c0: Waiting
c6d47c9af730: Pulling fs layer
18509e7a37b5: Pulling fs layer
0f4342aed362: Pulling fs layer
f23351b57642: Waiting
5ed188bb4904: Waiting
c6d47c9af730: Waiting
18509e7a37b5: Waiting
335b6c3d0187: Pulling fs layer
01e02cab7b2d: Waiting
0f4342aed362: Waiting
cbd06b13879d: Pulling fs layer
335b6c3d0187: Waiting
3ff93b36914f: Pulling fs layer
52a3227a36bf: Pulling fs layer
cbd06b13879d: Waiting
3ff93b36914f: Waiting
31e6d570f22b: Pulling fs layer
52a3227a36bf: Waiting
2ec1ea75cd3f: Pulling fs layer
31e6d570f22b: Waiting
1905166d826a: Pulling fs layer
2ec1ea75cd3f: Waiting
74a1862f145f: Pulling fs layer
61f5ab3fe0dc: Pulling fs layer
3c82be68e86e: Pulling fs layer
c6df5f609b10: Pulling fs layer
797948b45f38: Pulling fs layer
ad22a4ad0680: Pulling fs layer
4f4fb700ef54: Pulling fs layer
61f5ab3fe0dc: Waiting
1905166d826a: Waiting
ad2cdae7377e: Pulling fs layer
c6df5f609b10: Waiting
74a1862f145f: Waiting
797948b45f38: Waiting
3c82be68e86e: Waiting
e90a9b3daa0a: Pulling fs layer
ad22a4ad0680: Waiting
4f4fb700ef54: Waiting
ad2cdae7377e: Waiting
98dca692a736: Pulling fs layer
e90a9b3daa0a: Waiting
03444bbf90a1: Pulling fs layer
98dca692a736: Waiting
42dcdab85137: Pulling fs layer
ac51d948264e: Pulling fs layer
03444bbf90a1: Waiting
42dcdab85137: Waiting
321c584b3ae4: Pulling fs layer
ac51d948264e: Waiting
2f35f85c5eb7: Pulling fs layer
321c584b3ae4: Waiting
99d0f07cae31: Pulling fs layer
2c7895be90d2: Pulling fs layer
2f35f85c5eb7: Waiting
5f2244121247: Pulling fs layer
99d0f07cae31: Waiting
8d516290c9f2: Pulling fs layer
2c7895be90d2: Waiting
e63d93295aab: Pulling fs layer
5f2244121247: Waiting
8d516290c9f2: Waiting
a6da062b6bab: Pulling fs layer
65f36f10dd87: Pulling fs layer
e63d93295aab: Waiting
ed4cfc5ffea7: Pulling fs layer
a6da062b6bab: Waiting
b469827cf174: Pulling fs layer
65f36f10dd87: Waiting
ed4cfc5ffea7: Waiting
5355ac9477f5: Pulling fs layer
b469827cf174: Waiting
3dfba9ca38fc: Pulling fs layer
7be66e9b357c: Pulling fs layer
5355ac9477f5: Waiting
3dfba9ca38fc: Waiting
54a381cd4eb4: Pulling fs layer
7be66e9b357c: Waiting
4c51ea99d20c: Pulling fs layer
54a381cd4eb4: Waiting
c7b6a9308d39: Pulling fs layer
4c51ea99d20c: Waiting
c7b6a9308d39: Waiting
08f6b7a168c0: Download complete
08f6b7a168c0: Pull complete
5ed188bb4904: Verifying Checksum
5ed188bb4904: Download complete
5ed188bb4904: Pull complete
01e02cab7b2d: Verifying Checksum
01e02cab7b2d: Download complete
c6d47c9af730: Verifying Checksum
c6d47c9af730: Download complete
18509e7a37b5: Verifying Checksum
18509e7a37b5: Download complete
0f4342aed362: Verifying Checksum
0f4342aed362: Download complete
335b6c3d0187: Verifying Checksum
335b6c3d0187: Download complete
cbd06b13879d: Verifying Checksum
cbd06b13879d: Download complete
3ff93b36914f: Verifying Checksum
3ff93b36914f: Download complete
52a3227a36bf: Verifying Checksum
52a3227a36bf: Download complete
31e6d570f22b: Verifying Checksum
31e6d570f22b: Download complete
2ec1ea75cd3f: Download complete
1905166d826a: Download complete
74a1862f145f: Verifying Checksum
74a1862f145f: Download complete
61f5ab3fe0dc: Verifying Checksum
61f5ab3fe0dc: Download complete
3c82be68e86e: Download complete
f23351b57642: Download complete
c6df5f609b10: Download complete
797948b45f38: Verifying Checksum
797948b45f38: Download complete
ad22a4ad0680: Verifying Checksum
ad22a4ad0680: Download complete
4f4fb700ef54: Download complete
ad2cdae7377e: Verifying Checksum
ad2cdae7377e: Download complete
e90a9b3daa0a: Download complete
98dca692a736: Verifying Checksum
98dca692a736: Download complete
42dcdab85137: Download complete
03444bbf90a1: Verifying Checksum
03444bbf90a1: Download complete
ac51d948264e: Download complete
2f35f85c5eb7: Verifying Checksum
2f35f85c5eb7: Download complete
321c584b3ae4: Download complete
99d0f07cae31: Verifying Checksum
99d0f07cae31: Download complete
2c7895be90d2: Verifying Checksum
2c7895be90d2: Download complete
5f2244121247: Verifying Checksum
5f2244121247: Download complete
8d516290c9f2: Verifying Checksum
8d516290c9f2: Download complete
a6da062b6bab: Download complete
ed4cfc5ffea7: Download complete
b469827cf174: Download complete
5355ac9477f5: Download complete
65f36f10dd87: Verifying Checksum
65f36f10dd87: Download complete
e63d93295aab: Verifying Checksum
e63d93295aab: Download complete
3dfba9ca38fc: Verifying Checksum
3dfba9ca38fc: Download complete
54a381cd4eb4: Verifying Checksum
54a381cd4eb4: Download complete
4c51ea99d20c: Verifying Checksum
4c51ea99d20c: Download complete
c7b6a9308d39: Verifying Checksum
c7b6a9308d39: Download complete
7be66e9b357c: Verifying Checksum
7be66e9b357c: Download complete
f23351b57642: Pull complete
01e02cab7b2d: Pull complete
c6d47c9af730: Pull complete
18509e7a37b5: Pull complete
0f4342aed362: Pull complete
335b6c3d0187: Pull complete
cbd06b13879d: Pull complete
3ff93b36914f: Pull complete
52a3227a36bf: Pull complete
31e6d570f22b: Pull complete
2ec1ea75cd3f: Pull complete
1905166d826a: Pull complete
74a1862f145f: Pull complete
61f5ab3fe0dc: Pull complete
3c82be68e86e: Pull complete
c6df5f609b10: Pull complete
797948b45f38: Pull complete
ad22a4ad0680: Pull complete
4f4fb700ef54: Pull complete
ad2cdae7377e: Pull complete
e90a9b3daa0a: Pull complete
98dca692a736: Pull complete
03444bbf90a1: Pull complete
42dcdab85137: Pull complete
ac51d948264e: Pull complete
321c584b3ae4: Pull complete
2f35f85c5eb7: Pull complete
99d0f07cae31: Pull complete
2c7895be90d2: Pull complete
5f2244121247: Pull complete
8d516290c9f2: Pull complete
e63d93295aab: Pull complete
a6da062b6bab: Pull complete
65f36f10dd87: Pull complete
ed4cfc5ffea7: Pull complete
b469827cf174: Pull complete
5355ac9477f5: Pull complete
3dfba9ca38fc: Pull complete
7be66e9b357c: Pull complete
54a381cd4eb4: Pull complete
4c51ea99d20c: Pull complete
c7b6a9308d39: Pull complete
Digest: sha256:9e47444bd58f8126d63b253cc89ce8ec630d257c2d65d199e42afddedb97d0d5
Status: Downloaded newer image for ocaml/opam@sha256:9e47444bd58f8126d63b253cc89ce8ec630d257c2d65d199e42afddedb97d0d5
2025-12-30 15:35.04 ---> saved as "55255fbaf2822a80fd6f7e80a1ea861e72d59c7b5a834c9fbe0fad331b127a2e"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-12-30 15:35.04 ---> saved as "53c3b03393df00996a7fb1c2fe9c85ffec68cb393990eb15ff407629e25d1306"
/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 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-12-30 15:35.39 ---> saved as "97eca4d0555f199e058328a285350b0e21420850c2f19cb959e81ddf93df5f46"
/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=43
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 71
# 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-12-30 15:35.40 ---> saved as "abb4e406670ef869f444b619b11ce102b002a2fec54a117fe0a54ab376b67594"
/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-30 15:35.57 ---> saved as "f9bcb39aa665c39f1df3906a49e1a40a32664633e345a31335ddf0b50fc4a3fe"
/home/opam: (copy (src .) (dst opam-repository/))
2025-12-30 15:36.24 ---> saved as "c666dc39ec52d8b3af54ac89985d933c5f27f66fe86bc00a18cad60fbf3e376c"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-30 15:36.46 ---> saved as "c21af6100bb09283c5d21e96be4a2bdfcf47df345e44f52ab50126532a6bc8dd"
/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% | 82.8 KiB/s | 20.3 KiB | 00m00s
- Repositories loaded.
- Metadata cache created.
2025-12-30 15:36.50 ---> saved as "1485187007966d44a2f09aa98ff6036c165b104d7bb592c8565b5a42fc0cbf88"
/home/opam: (run (shell "opam pin add -k version -yn llvm.20-shared 20-shared"))
llvm is now pinned to version 20-shared
2025-12-30 15:36.50 ---> saved as "3fcbd81fc10d79894bf5e4c12a88b5e5cb4010a59a3dea5ba6d69aaa08cd760f"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall llvm.20-shared;\
\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\" != 'llvm.20-shared' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
llvm.20-shared is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 11 packages
- install conf-bash 1 [required by conf-llvm-shared]
- install conf-cmake 1 [required by llvm]
- install conf-llvm-shared 20 [required by llvm]
- install csexp 1.5.2 [required by dune-configurator]
- install ctypes 0.24.0 [required by llvm]
- install dune 3.20.2 [required by ctypes]
- install dune-configurator 3.20.2 [required by ctypes]
- install integers 0.7.0 [required by ctypes]
- install llvm 20-shared (pinned)
- install ocamlfind 1.9.8 [required by llvm]
- install stdlib-shims 0.3.0 [required by integers]
The following system packages will first need to be installed:
cmake llvm20-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" "cmake" "llvm20-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package Arch Version Repository Size
- Installing:
- cmake x86_64 3.31.10-3.fc43 updates 34.5 MiB
- llvm20-devel x86_64 20.1.8-2.fc43 fedora 28.8 MiB
- Installing dependencies:
- cmake-data noarch 3.31.10-3.fc43 updates 8.5 MiB
- cmake-filesystem x86_64 3.31.10-3.fc43 updates 0.0 B
- jsoncpp x86_64 1.9.6-2.fc43 fedora 257.6 KiB
- libedit-devel x86_64 3.1-57.20251016cvs.fc43 updates 59.4 KiB
- libuv x86_64 1:1.51.0-2.fc43 fedora 570.2 KiB
- libzstd-devel x86_64 1.5.7-2.fc43 fedora 208.0 KiB
- llvm20 x86_64 20.1.8-2.fc43 fedora 90.5 MiB
- llvm20-filesystem x86_64 20.1.8-2.fc43 fedora 0.0 B
- llvm20-googletest x86_64 20.1.8-2.fc43 fedora 2.4 MiB
- llvm20-libs x86_64 20.1.8-2.fc43 fedora 139.7 MiB
- llvm20-static x86_64 20.1.8-2.fc43 fedora 376.5 MiB
- llvm20-test x86_64 20.1.8-2.fc43 fedora 1.9 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
- rhash x86_64 1.4.5-3.fc43 fedora 351.1 KiB
- vim-filesystem noarch 2:9.1.1972-1.fc43 updates 40.0 B
-
- Transaction Summary:
- Installing: 18 packages
-
- Total size of inbound packages is 130 MiB. Need to download 130 MiB.
- After this operation, 685 MiB extra will be used (install 685 MiB, remove 0 B).
- [ 1/18] cmake-filesystem-0:3.31.10-3.fc 100% | 227.4 KiB/s | 13.9 KiB | 00m00s
- [ 2/18] jsoncpp-0:1.9.6-2.fc43.x86_64 100% | 902.3 KiB/s | 101.1 KiB | 00m00s
- [ 3/18] libuv-1:1.51.0-2.fc43.x86_64 100% | 5.0 MiB/s | 266.1 KiB | 00m00s
- [ 4/18] rhash-0:1.4.5-3.fc43.x86_64 100% | 2.6 MiB/s | 197.9 KiB | 00m00s
- [ 5/18] cmake-data-0:3.31.10-3.fc43.noa 100% | 3.7 MiB/s | 2.5 MiB | 00m01s
- [ 6/18] llvm20-devel-0:20.1.8-2.fc43.x8 100% | 3.1 MiB/s | 4.5 MiB | 00m01s
- [ 7/18] llvm20-googletest-0:20.1.8-2.fc 100% | 4.2 MiB/s | 436.7 KiB | 00m00s
- [ 8/18] cmake-0:3.31.10-3.fc43.x86_64 100% | 3.6 MiB/s | 12.2 MiB | 00m03s
- [ 9/18] llvm20-0:20.1.8-2.fc43.x86_64 100% | 3.7 MiB/s | 24.2 MiB | 00m07s
- [10/18] llvm20-test-0:20.1.8-2.fc43.x86 100% | 8.1 MiB/s | 661.2 KiB | 00m00s
- [11/18] llvm20-filesystem-0:20.1.8-2.fc 100% | 1.8 MiB/s | 14.5 KiB | 00m00s
- [12/18] libedit-devel-0:3.1-57.20251016 100% | 5.0 MiB/s | 40.6 KiB | 00m00s
- [13/18] ncurses-devel-0:6.5-7.20250614. 100% | 5.9 MiB/s | 590.2 KiB | 00m00s
- [14/18] ncurses-c++-libs-0:6.5-7.202506 100% | 802.4 KiB/s | 37.7 KiB | 00m00s
- [15/18] libzstd-devel-0:1.5.7-2.fc43.x8 100% | 3.2 MiB/s | 52.9 KiB | 00m00s
- [16/18] vim-filesystem-2:9.1.1972-1.fc4 100% | 1.9 MiB/s | 15.4 KiB | 00m00s
- [17/18] llvm20-libs-0:20.1.8-2.fc43.x86 100% | 5.1 MiB/s | 34.3 MiB | 00m07s
- [18/18] llvm20-static-0:20.1.8-2.fc43.x 100% | 7.0 MiB/s | 49.8 MiB | 00m07s
- --------------------------------------------------------------------------------
- [18/18] Total 100% | 12.1 MiB/s | 129.8 MiB | 00m11s
- Running transaction
- [ 1/20] Verify package files 100% | 11.0 B/s | 18.0 B | 00m02s
- [ 2/20] Prepare transaction 100% | 126.0 B/s | 18.0 B | 00m00s
- [ 3/20] Installing llvm20-filesystem-0: 100% | 531.2 KiB/s | 1.1 KiB | 00m00s
- [ 4/20] Installing llvm20-libs-0:20.1.8 100% | 157.1 MiB/s | 139.7 MiB | 00m01s
- [ 5/20] Installing llvm20-0:20.1.8-2.fc 100% | 146.3 MiB/s | 90.5 MiB | 00m01s
- [ 6/20] Installing cmake-filesystem-0:3 100% | 1.9 MiB/s | 7.6 KiB | 00m00s
- [ 7/20] Installing llvm20-test-0:20.1.8 100% | 55.3 MiB/s | 1.9 MiB | 00m00s
- [ 8/20] Installing llvm20-googletest-0: 100% | 128.2 MiB/s | 2.4 MiB | 00m00s
- [ 9/20] Installing llvm20-static-0:20.1 100% | 183.7 MiB/s | 376.5 MiB | 00m02s
- [10/20] Installing vim-filesystem-2:9.1 100% | 314.6 KiB/s | 4.7 KiB | 00m00s
- [11/20] Installing libzstd-devel-0:1.5. 100% | 68.0 MiB/s | 208.8 KiB | 00m00s
- [12/20] Installing ncurses-c++-libs-0:6 100% | 30.2 MiB/s | 154.8 KiB | 00m00s
- [13/20] Installing ncurses-devel-0:6.5- 100% | 27.5 MiB/s | 1.0 MiB | 00m00s
- [14/20] Installing libedit-devel-0:3.1- 100% | 32.7 MiB/s | 67.0 KiB | 00m00s
- [15/20] Installing rhash-0:1.4.5-3.fc43 100% | 14.5 MiB/s | 356.4 KiB | 00m00s
- [16/20] Installing libuv-1:1.51.0-2.fc4 100% | 139.9 MiB/s | 573.0 KiB | 00m00s
- [17/20] Installing jsoncpp-0:1.9.6-2.fc 100% | 63.3 MiB/s | 259.2 KiB | 00m00s
- [18/20] Installing cmake-0:3.31.10-3.fc 100% | 127.4 MiB/s | 34.5 MiB | 00m00s
- [19/20] Installing cmake-data-0:3.31.10 100% | 29.2 MiB/s | 9.1 MiB | 00m00s
- [20/20] Installing llvm20-devel-0:20.1. 100% | 67.9 MiB/s | 29.1 MiB | 00m00s
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "cmake" "llvm20-devel"
- cmake-3.31.10-3.fc43.x86_64
- llvm20-devel-20.1.8-2.fc43.x86_64
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-cmake.1 (cached)
-> retrieved conf-llvm-shared.20 (cached)
-> retrieved csexp.1.5.2 (cached)
-> installed conf-bash.1
-> installed conf-cmake.1
-> retrieved ctypes.0.24.0 (cached)
-> installed conf-llvm-shared.20
-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)
-> retrieved integers.0.7.0 (cached)
-> retrieved llvm.20-shared (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> 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 ocamlfind.1.9.8
-> installed ctypes.0.24.0
-> installed llvm.20-shared
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-30 15:39.09 ---> saved as "0029128cbca153136aa8075e9346181588aaec62de82925d105195194425dad7"
Job succeeded
2025-12-30 15:39.16: Job succeeded