Build:
- 0
2026-04-27 10:04.54: New job: build dmarc.0.0.2, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29808/head (59eb3fecec5c7e3214cafcd0674f188b917d013b)
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/29808/head" && git reset --hard 59eb3fec
git fetch origin master
git merge --no-edit d5058a91d400180e2118d7eeefa040cfcee45d2c
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-5.4@sha256:1c677fff294923b65d7cf9b2687aa44d9bb2b9594c9f8d98b721708f21d9f9f5
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 dmarc.0.0.2 0.0.2
RUN opam reinstall dmarc.0.0.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-43\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'dmarc.0.0.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 .
2026-04-27 10:04.54: Using cache hint "ocaml/opam:fedora-43-ocaml-5.4@sha256:1c677fff294923b65d7cf9b2687aa44d9bb2b9594c9f8d98b721708f21d9f9f5-dmarc.0.0.2-59eb3fecec5c7e3214cafcd0674f188b917d013b"
2026-04-27 10:04.54: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-5.4@sha256:1c677fff294923b65d7cf9b2687aa44d9bb2b9594c9f8d98b721708f21d9f9f5)
(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 dmarc.0.0.2 0.0.2"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall dmarc.0.0.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-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\" != 'dmarc.0.0.2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-04-27 10:04.54: Waiting for resource in pool OCluster
2026-04-27 10:04.55: Waiting for worker…
2026-04-27 10:04.55: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at d5058a91d4 Merge pull request #29801 from YuriyKrasilnikov/opam-publish-idna.0.4.0
Updating d5058a91d4..59eb3fecec
Fast-forward
packages/dmarc/dmarc.0.0.2/opam | 37 +++++++++++++++++++++++++
packages/public-suffix/public-suffix.0.0.2/opam | 32 +++++++++++++++++++++
2 files changed, 69 insertions(+)
create mode 100644 packages/dmarc/dmarc.0.0.2/opam
create mode 100644 packages/public-suffix/public-suffix.0.0.2/opam
(from ocaml/opam:fedora-43-ocaml-5.4@sha256:1c677fff294923b65d7cf9b2687aa44d9bb2b9594c9f8d98b721708f21d9f9f5)
Unable to find image 'ocaml/opam:fedora-43-ocaml-5.4@sha256:1c677fff294923b65d7cf9b2687aa44d9bb2b9594c9f8d98b721708f21d9f9f5' locally
docker.io/ocaml/opam@sha256:1c677fff294923b65d7cf9b2687aa44d9bb2b9594c9f8d98b721708f21d9f9f5: Pulling from ocaml/opam
5bc90b3315da: Already exists
80d71788ea9e: Already exists
ad80df798a1c: Already exists
cd85517f6ae1: Already exists
a927948f92fa: Already exists
4433c52b5ab1: Already exists
8aa93bc8ca93: Already exists
7d31cd7e9a9b: Already exists
959a5be6bfab: Already exists
6569047248d7: Already exists
a01a3ff02f3d: Already exists
d5edf61c57b0: Pulling fs layer
c5e9b1bc3af6: Pulling fs layer
d8de7dc4b9cc: Pulling fs layer
d572b1638b93: Pulling fs layer
a635bd9ff4ff: Pulling fs layer
a8136695f698: Pulling fs layer
d572b1638b93: Waiting
587fa07f12b5: Pulling fs layer
a635bd9ff4ff: Waiting
e4e48e08d3e7: Pulling fs layer
a8136695f698: Waiting
11aef165bbf6: Pulling fs layer
587fa07f12b5: Waiting
e4e48e08d3e7: Waiting
8a95e86b42d5: Pulling fs layer
11aef165bbf6: Waiting
4f4fb700ef54: Pulling fs layer
8a95e86b42d5: Waiting
1d249330ca2d: Pulling fs layer
ad8eca0d7092: Pulling fs layer
1e560a3ae45b: Pulling fs layer
4f4fb700ef54: Waiting
10f92ae4816a: Pulling fs layer
ad8eca0d7092: Waiting
1d249330ca2d: Waiting
1e560a3ae45b: Waiting
82fb8390ae9d: Pulling fs layer
10f92ae4816a: Waiting
03eca8f75e73: Pulling fs layer
72f6125a63cc: Pulling fs layer
6dd74a4a19fa: Pulling fs layer
82fb8390ae9d: Waiting
72f6125a63cc: Waiting
a2ad3298a226: Pulling fs layer
b94322733e6f: Pulling fs layer
6dd74a4a19fa: Waiting
edac92ac0f69: Pulling fs layer
328d6b9652d8: Pulling fs layer
a2ad3298a226: Waiting
edac92ac0f69: Waiting
4e50c944f45f: Pulling fs layer
328d6b9652d8: Waiting
f9399721dd73: Pulling fs layer
4e50c944f45f: Waiting
701bd87c8a35: Pulling fs layer
f9399721dd73: Waiting
f91d9e2e912a: Pulling fs layer
701bd87c8a35: Waiting
b94322733e6f: Waiting
03eca8f75e73: Waiting
ca62001b38e2: Pulling fs layer
e52de5cb3f44: Pulling fs layer
f91d9e2e912a: Waiting
3ea554ee0957: Pulling fs layer
a676d9ce18a4: Pulling fs layer
3ea554ee0957: Waiting
e52de5cb3f44: Waiting
81d318431715: Pulling fs layer
ca62001b38e2: Waiting
e4606cc7ba7c: Pulling fs layer
a676d9ce18a4: Waiting
81d318431715: Waiting
1f37ce0c6f43: Pulling fs layer
e4606cc7ba7c: Waiting
d8de7dc4b9cc: Verifying Checksum
d8de7dc4b9cc: Download complete
d572b1638b93: Verifying Checksum
d572b1638b93: Download complete
a635bd9ff4ff: Verifying Checksum
a635bd9ff4ff: Download complete
a8136695f698: Download complete
587fa07f12b5: Download complete
e4e48e08d3e7: Download complete
d5edf61c57b0: Verifying Checksum
d5edf61c57b0: Download complete
8a95e86b42d5: Download complete
11aef165bbf6: Download complete
d5edf61c57b0: Pull complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
1d249330ca2d: Download complete
ad8eca0d7092: Verifying Checksum
ad8eca0d7092: Download complete
1e560a3ae45b: Verifying Checksum
1e560a3ae45b: Download complete
10f92ae4816a: Download complete
82fb8390ae9d: Verifying Checksum
82fb8390ae9d: Download complete
03eca8f75e73: Verifying Checksum
03eca8f75e73: Download complete
72f6125a63cc: Verifying Checksum
72f6125a63cc: Download complete
6dd74a4a19fa: Download complete
c5e9b1bc3af6: Verifying Checksum
c5e9b1bc3af6: Download complete
a2ad3298a226: Download complete
b94322733e6f: Verifying Checksum
b94322733e6f: Download complete
328d6b9652d8: Verifying Checksum
328d6b9652d8: Download complete
edac92ac0f69: Verifying Checksum
edac92ac0f69: Download complete
c5e9b1bc3af6: Pull complete
d8de7dc4b9cc: Pull complete
d572b1638b93: Pull complete
a635bd9ff4ff: Pull complete
a8136695f698: Pull complete
587fa07f12b5: Pull complete
e4e48e08d3e7: Pull complete
11aef165bbf6: Pull complete
8a95e86b42d5: Pull complete
4f4fb700ef54: Pull complete
1d249330ca2d: Pull complete
ad8eca0d7092: Pull complete
f9399721dd73: Verifying Checksum
f9399721dd73: Download complete
1e560a3ae45b: Pull complete
10f92ae4816a: Pull complete
82fb8390ae9d: Pull complete
03eca8f75e73: Pull complete
72f6125a63cc: Pull complete
6dd74a4a19fa: Pull complete
a2ad3298a226: Pull complete
b94322733e6f: Pull complete
edac92ac0f69: Pull complete
328d6b9652d8: Pull complete
f91d9e2e912a: Download complete
ca62001b38e2: Verifying Checksum
ca62001b38e2: Download complete
e52de5cb3f44: Verifying Checksum
e52de5cb3f44: Download complete
3ea554ee0957: Verifying Checksum
3ea554ee0957: Download complete
701bd87c8a35: Verifying Checksum
701bd87c8a35: Download complete
81d318431715: Download complete
e4606cc7ba7c: Verifying Checksum
e4606cc7ba7c: Download complete
1f37ce0c6f43: Download complete
a676d9ce18a4: Verifying Checksum
a676d9ce18a4: Download complete
4e50c944f45f: Verifying Checksum
4e50c944f45f: Download complete
4e50c944f45f: Pull complete
f9399721dd73: Pull complete
701bd87c8a35: Pull complete
f91d9e2e912a: Pull complete
ca62001b38e2: Pull complete
e52de5cb3f44: Pull complete
3ea554ee0957: Pull complete
a676d9ce18a4: Pull complete
81d318431715: Pull complete
e4606cc7ba7c: Pull complete
1f37ce0c6f43: Pull complete
Digest: sha256:1c677fff294923b65d7cf9b2687aa44d9bb2b9594c9f8d98b721708f21d9f9f5
Status: Downloaded newer image for ocaml/opam@sha256:1c677fff294923b65d7cf9b2687aa44d9bb2b9594c9f8d98b721708f21d9f9f5
2026-04-27 10:09.15 ---> saved as "b8967956c6a1e6f8334f45250cf0a9052c31b76ecabc5ba8e34d52e9d53a3246"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-04-27 10:09.15 ---> saved as "6d3d4cb5889085cd41232c9cc695d60fda70ded240af77b2e9b3e75f6ac7eebb"
/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
2026-04-27 10:09.42 ---> saved as "7ec39653c12db65c05b0c162a5e342a97f0d4dddd813ae399fb6d68a8aba0417"
/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.1
# 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.1"}]
# compiler-packages ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, 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.1
2026-04-27 10:09.43 ---> saved as "dabb753892d71982f5c0b560f2fe630d2706d1a83d0bf6686cd904c2fd24283c"
/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/"))
2026-04-27 10:09.51 ---> saved as "d43daede94a8f17f66d5d1a0424ccc55cf8c36b29dda31ef9651de15c3c14329"
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-27 10:09.59 ---> saved as "ea619df3b2ca0609e5dd67f58f1cb39e9c87f1a3a4a39614770e960a4fca8809"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-27 10:10.19 ---> saved as "752cd300cb9d05979cc3f46d4c61d86c96ba6b0f5242b8298fdf1bfb1b1c780c"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Fedora 43 - x86_64 100% | 55.9 KiB/s | 20.8 KiB | 00m00s
- Fedora 43 - x86_64 - Updates 100% | 88.0 KiB/s | 15.5 KiB | 00m00s
- Repositories loaded.
- Metadata cache created.
2026-04-27 10:10.25 ---> saved as "68395c9ab6ff08cf661956152e00ecfbd6c77139478e14de1d83f8f61fbfbdc6"
/home/opam: (run (shell "opam pin add -k version -yn dmarc.0.0.2 0.0.2"))
dmarc is now pinned to version 0.0.2
2026-04-27 10:10.26 ---> saved as "54580a7610f29c1e8bab681e7560e16ab01ee91f098352c3a69357356044785b"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall dmarc.0.0.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-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\" != 'dmarc.0.0.2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
dmarc.0.0.2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 69 packages
- install angstrom 0.16.1 [required by uri, uspf]
- install asn1-combinators 0.3.2 [required by x509]
- install astring 0.8.5 [required by fpath]
- install base-bytes base [required by ocplib-endian]
- install base64 3.5.2 [required by dkim]
- install bigstringaf 0.10.0 [required by angstrom, emile]
- install bstr 0.0.4 [required by mrmime]
- install cmdliner 2.1.1 [required by dkim]
- install coin 0.1.5 [required by rosetta]
- install colombe 0.13.0 [required by uspf]
- install conf-gmp 5 [required by conf-gmp-powm-sec, zarith]
- install conf-gmp-powm-sec 4 [required by mirage-crypto-pk]
- install conf-libcurl 2 [required by curl]
- install conf-pkg-config 4 [required by zarith]
- install cppo 1.8.0 [required by lwt]
- install csexp 1.5.2 [required by dune-configurator]
- install curl 0.10.0 [required by public-suffix]
- install digestif 1.3.0 [required by dkim]
- install dkim 0.11.0 [required by dmarc]
- install dmarc 0.0.2 (pinned)
- install dns 10.2.5 [required by dmarc]
- install dns-client 10.2.5 [required by dkim, uspf]
- install domain-name 0.5.0 [required by public-suffix, dkim, uspf]
- install dune 3.22.2 [required by dmarc]
- install dune-configurator 3.22.2 [required by curl]
- install duration 0.3.1 [required by dns, mirage-crypto-rng]
- install emile 1.1 [required by mrmime, colombe]
- install eqaf 0.10 [required by digestif, mirage-crypto-pk]
- install fmt 0.11.0 [required by dkim, uspf]
- install fpath 0.7.3 [required by dkim]
- install gmap 0.3.0 [required by x509]
- install hmap 0.8.1 [required by dkim, uspf]
- install ipaddr 5.6.2 [required by dkim, uspf]
- install kdf 1.0.0 [required by x509]
- install ke 0.6 [required by mrmime]
- install logs 0.10.0 [required by dmarc]
- install lru 0.3.1 [required by dns]
- install lwt 6.1.1 [required by dmarc]
- install macaddr 5.6.2 [required by ipaddr]
- install metrics 0.5.0 [required by dns]
- install mirage-crypto 2.1.0 [required by dkim]
- install mirage-crypto-ec 2.1.0 [required by x509]
- install mirage-crypto-pk 2.1.0 [required by dkim]
- install mirage-crypto-rng 2.1.0 [required by mirage-crypto-pk, dns-client, x509]
- install mrmime 0.7.2 [required by dmarc]
- install mtime 2.1.0 [required by dns-client]
- install ocaml-syntax-shims 1.0.0 [required by colombe]
- install ocamlbuild 0.16.1 [required by fpath, hmap]
- install ocamlfind 1.9.8 [required by fpath, hmap]
- install ocplib-endian 1.2 [required by lwt]
- install ohex 0.2.0 [required by x509]
- install pecu 0.7 [required by mrmime]
- install prettym 0.0.5 [required by mrmime]
- install psq 0.2.1 [required by lru]
- install ptime 1.2.0 [required by mrmime, x509]
- install public-suffix 0.0.2 [required by dmarc]
- install randomconv 0.2.0 [required by dns-client]
- install rosetta 0.4.0 [required by mrmime]
- install seq base [required by psq]
- install stringext 1.6.0 [required by uri]
- install topkg 1.1.1 [required by fpath, hmap]
- install unstrctrd 0.4 [required by mrmime]
- install uri 4.4.0 [required by dmarc]
- install uspf 0.2.1 [required by dmarc]
- install uutf 1.0.4 [required by mrmime]
- install uuuu 0.4.0 [required by rosetta]
- install x509 1.0.6 [required by dkim]
- install yuscii 0.3.0 [required by rosetta]
- install zarith 1.14 [required by mirage-crypto-pk]
The following system packages will first need to be installed:
gmp-devel libcurl-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" "gmp-devel" "libcurl-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package Arch Version Repository Size
- Upgrading:
- krb5-libs x86_64 1.22.2-3.fc43 updates 2.3 MiB
- replacing krb5-libs x86_64 1.22.2-2.fc43 updates 2.3 MiB
- libcurl x86_64 8.15.0-6.fc43 updates 907.2 KiB
- replacing libcurl x86_64 8.15.0-5.fc43 a899a9b296804e8ab27411270a04f5e9 903.2 KiB
- zlib-ng-compat x86_64 2.3.3-2.fc43 updates 161.7 KiB
- replacing zlib-ng-compat x86_64 2.3.3-1.fc43 updates 161.7 KiB
- Installing:
- gmp-devel x86_64 1:6.3.0-4.fc43 fedora 352.3 KiB
- libcurl-devel x86_64 8.15.0-6.fc43 updates 1.3 MiB
- Installing dependencies:
- brotli x86_64 1.2.0-1.fc43 updates 33.6 KiB
- brotli-devel x86_64 1.2.0-1.fc43 updates 65.9 KiB
- cmake-filesystem x86_64 3.31.11-1.fc43 updates 0.0 B
- gmp-c++ x86_64 1:6.3.0-4.fc43 fedora 27.6 KiB
- keyutils-libs-devel x86_64 1.6.3-6.fc43 fedora 48.2 KiB
- krb5-devel x86_64 1.22.2-3.fc43 updates 709.9 KiB
- libcom_err-devel x86_64 1.47.3-2.fc43 fedora 16.7 KiB
- libidn2-devel x86_64 2.3.8-2.fc43 fedora 149.1 KiB
- libkadm5 x86_64 1.22.2-3.fc43 updates 214.0 KiB
- libnghttp2-devel x86_64 1.66.0-2.fc43 fedora 286.3 KiB
- libpsl-devel x86_64 0.21.5-6.fc43 fedora 110.2 KiB
- libselinux-devel x86_64 3.9-5.fc43 fedora 127.3 KiB
- libsepol-devel x86_64 3.9-2.fc43 fedora 121.4 KiB
- libssh-devel x86_64 0.11.4-1.fc43 updates 178.0 KiB
- libverto-devel x86_64 0.3.2-11.fc43 fedora 25.7 KiB
- openssl-devel x86_64 1:3.5.4-2.fc43 updates 4.6 MiB
- pcre2-devel x86_64 10.47-1.fc43 updates 2.1 MiB
- pcre2-utf16 x86_64 10.47-1.fc43 updates 639.2 KiB
- pcre2-utf32 x86_64 10.47-1.fc43 updates 611.1 KiB
- publicsuffix-list noarch 20260116-1.fc43 updates 342.2 KiB
- zlib-ng-compat-devel x86_64 2.3.3-2.fc43 updates 107.0 KiB
-
- Transaction Summary:
- Installing: 23 packages
- Upgrading: 3 packages
- Replacing: 3 packages
-
- Total size of inbound packages is 7 MiB. Need to download 7 MiB.
- After this operation, 12 MiB extra will be used (install 15 MiB, remove 3 MiB).
- [ 1/26] gmp-c++-1:6.3.0-4.fc43.x86_64 100% | 64.8 KiB/s | 18.4 KiB | 00m00s
- [ 2/26] brotli-devel-0:1.2.0-1.fc43.x86 100% | 1.5 MiB/s | 34.4 KiB | 00m00s
- [ 3/26] libcurl-devel-0:8.15.0-6.fc43.x 100% | 2.8 MiB/s | 919.1 KiB | 00m00s
- [ 4/26] gmp-devel-1:6.3.0-4.fc43.x86_64 100% | 541.4 KiB/s | 174.3 KiB | 00m00s
- [ 5/26] brotli-0:1.2.0-1.fc43.x86_64 100% | 1.7 MiB/s | 23.8 KiB | 00m00s
- [ 6/26] libidn2-devel-0:2.3.8-2.fc43.x8 100% | 7.8 MiB/s | 64.0 KiB | 00m00s
- [ 7/26] libnghttp2-devel-0:1.66.0-2.fc4 100% | 6.6 MiB/s | 54.4 KiB | 00m00s
- [ 8/26] libkadm5-0:1.22.2-3.fc43.x86_64 100% | 3.7 MiB/s | 76.3 KiB | 00m00s
- [ 9/26] libpsl-devel-0:0.21.5-6.fc43.x8 100% | 4.6 MiB/s | 33.0 KiB | 00m00s
- [10/26] libssh-devel-0:0.11.4-1.fc43.x8 100% | 4.1 MiB/s | 41.9 KiB | 00m00s
- [11/26] zlib-ng-compat-devel-0:2.3.3-2. 100% | 3.4 MiB/s | 37.8 KiB | 00m00s
- [12/26] keyutils-libs-devel-0:1.6.3-6.f 100% | 4.9 MiB/s | 59.8 KiB | 00m00s
- [13/26] krb5-devel-0:1.22.2-3.fc43.x86_ 100% | 2.0 MiB/s | 142.5 KiB | 00m00s
- [14/26] libcom_err-devel-0:1.47.3-2.fc4 100% | 1.5 MiB/s | 16.6 KiB | 00m00s
- [15/26] libselinux-devel-0:3.9-5.fc43.x 100% | 1.9 MiB/s | 152.1 KiB | 00m00s
- [16/26] libverto-devel-0:0.3.2-11.fc43. 100% | 1.1 MiB/s | 14.3 KiB | 00m00s
- [17/26] openssl-devel-1:3.5.4-2.fc43.x8 100% | 12.4 MiB/s | 3.0 MiB | 00m00s
- [18/26] libsepol-devel-0:3.9-2.fc43.x86 100% | 160.7 KiB/s | 48.4 KiB | 00m00s
- [19/26] pcre2-utf32-0:10.47-1.fc43.x86_ 100% | 6.3 MiB/s | 232.9 KiB | 00m00s
- [20/26] publicsuffix-list-0:20260116-1. 100% | 3.4 MiB/s | 91.7 KiB | 00m00s
- [21/26] cmake-filesystem-0:3.31.11-1.fc 100% | 1.5 MiB/s | 13.4 KiB | 00m00s
- [22/26] pcre2-devel-0:10.47-1.fc43.x86_ 100% | 1.6 MiB/s | 550.9 KiB | 00m00s
- [23/26] libcurl-0:8.15.0-6.fc43.x86_64 100% | 5.7 MiB/s | 403.1 KiB | 00m00s
- [24/26] pcre2-utf16-0:10.47-1.fc43.x86_ 100% | 992.4 KiB/s | 246.1 KiB | 00m00s
- [25/26] zlib-ng-compat-0:2.3.3-2.fc43.x 100% | 4.8 MiB/s | 88.7 KiB | 00m00s
- [26/26] krb5-libs-0:1.22.2-3.fc43.x86_6 100% | 5.5 MiB/s | 771.0 KiB | 00m00s
- --------------------------------------------------------------------------------
- [26/26] Total 100% | 5.7 MiB/s | 7.2 MiB | 00m01s
- Running transaction
- [ 1/31] Verify package files 100% | 238.0 B/s | 26.0 B | 00m00s
- [ 2/31] Prepare transaction 100% | 177.0 B/s | 29.0 B | 00m00s
- [ 3/31] Upgrading krb5-libs-0:1.22.2-3. 100% | 111.3 MiB/s | 2.3 MiB | 00m00s
- [ 4/31] Upgrading zlib-ng-compat-0:2.3. 100% | 79.4 MiB/s | 162.6 KiB | 00m00s
- [ 5/31] Installing cmake-filesystem-0:3 100% | 1.9 MiB/s | 7.6 KiB | 00m00s
- [ 6/31] Installing libssh-devel-0:0.11. 100% | 58.8 MiB/s | 180.6 KiB | 00m00s
- [ 7/31] Installing zlib-ng-compat-devel 100% | 53.0 MiB/s | 108.6 KiB | 00m00s
- [ 8/31] Upgrading libcurl-0:8.15.0-6.fc 100% | 110.9 MiB/s | 908.3 KiB | 00m00s
- [ 9/31] Installing libkadm5-0:1.22.2-3. 100% | 70.3 MiB/s | 216.0 KiB | 00m00s
- [10/31] Installing publicsuffix-list-0: 100% | 111.7 MiB/s | 343.2 KiB | 00m00s
- [11/31] Installing libpsl-devel-0:0.21. 100% | 110.9 MiB/s | 113.5 KiB | 00m00s
- [12/31] Installing pcre2-utf32-0:10.47- 100% | 119.5 MiB/s | 611.9 KiB | 00m00s
- [13/31] Installing pcre2-utf16-0:10.47- 100% | 104.2 MiB/s | 640.0 KiB | 00m00s
- [14/31] Installing pcre2-devel-0:10.47- 100% | 78.5 MiB/s | 2.1 MiB | 00m00s
- [15/31] Installing libverto-devel-0:0.3 100% | 25.7 MiB/s | 26.4 KiB | 00m00s
- [16/31] Installing libsepol-devel-0:3.9 100% | 21.0 MiB/s | 128.9 KiB | 00m00s
- [17/31] Installing libselinux-devel-0:3 100% | 39.6 MiB/s | 162.1 KiB | 00m00s
- [18/31] Installing libcom_err-devel-0:1 100% | 870.2 KiB/s | 18.3 KiB | 00m00s
- [19/31] Installing keyutils-libs-devel- 100% | 27.0 MiB/s | 55.2 KiB | 00m00s
- [20/31] Installing krb5-devel-0:1.22.2- 100% | 16.3 MiB/s | 719.2 KiB | 00m00s
- [21/31] Installing openssl-devel-1:3.5. 100% | 84.8 MiB/s | 5.6 MiB | 00m00s
- [22/31] Installing libnghttp2-devel-0:1 100% | 140.3 MiB/s | 287.4 KiB | 00m00s
- [23/31] Installing libidn2-devel-0:2.3. 100% | 76.5 MiB/s | 156.7 KiB | 00m00s
- [24/31] Installing brotli-0:1.2.0-1.fc4 100% | 1.6 MiB/s | 34.4 KiB | 00m00s
- [25/31] Installing brotli-devel-0:1.2.0 100% | 33.4 MiB/s | 68.4 KiB | 00m00s
- [26/31] Installing gmp-c++-1:6.3.0-4.fc 100% | 13.9 MiB/s | 28.5 KiB | 00m00s
- [27/31] Installing gmp-devel-1:6.3.0-4. 100% | 69.2 MiB/s | 354.1 KiB | 00m00s
- [28/31] Installing libcurl-devel-0:8.15 100% | 47.2 MiB/s | 1.4 MiB | 00m00s
- [29/31] Removing libcurl-0:8.15.0-5.fc4 100% | 3.4 KiB/s | 7.0 B | 00m00s
- [30/31] Removing krb5-libs-0:1.22.2-2.f 100% | 21.2 KiB/s | 65.0 B | 00m00s
- [31/31] Removing zlib-ng-compat-0:2.3.3 100% | 68.0 B/s | 5.0 B | 00m00s
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "gmp-devel" "libcurl-devel"
- gmp-devel-6.3.0-4.fc43.x86_64
- libcurl-devel-8.15.0-6.fc43.x86_64
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1 (cached)
-> retrieved asn1-combinators.0.3.2 (cached)
-> retrieved astring.0.8.5 (cached)
-> retrieved base64.3.5.2 (cached)
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved bstr.0.0.4 (cached)
-> retrieved cmdliner.2.1.1 (cached)
-> retrieved coin.0.1.5 (cached)
-> retrieved colombe.0.13.0 (cached)
-> retrieved conf-gmp.5 (cached)
-> retrieved conf-gmp-powm-sec.4 (cached)
-> retrieved cppo.1.8.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> installed conf-libcurl.2
-> retrieved curl.0.10.0 (cached)
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> installed conf-gmp-powm-sec.4
-> retrieved digestif.1.3.0 (cached)
-> retrieved dkim.0.11.0 (cached)
-> retrieved dmarc.0.0.2, public-suffix.0.0.2 (cached)
-> retrieved dns.10.2.5, dns-client.10.2.5 (cached)
-> retrieved domain-name.0.5.0 (cached)
-> retrieved dune.3.22.2, dune-configurator.3.22.2 (cached)
-> retrieved duration.0.3.1 (cached)
-> retrieved emile.1.1 (cached)
-> retrieved eqaf.0.10 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved fpath.0.7.3 (cached)
-> retrieved gmap.0.3.0 (cached)
-> retrieved hmap.0.8.1 (cached)
-> retrieved ipaddr.5.6.2, macaddr.5.6.2 (cached)
-> installed cmdliner.2.1.1
-> retrieved kdf.1.0.0 (cached)
-> retrieved ke.0.6 (cached)
-> retrieved logs.0.10.0 (cached)
-> retrieved lru.0.3.1 (cached)
-> retrieved lwt.6.1.1 (cached)
-> retrieved metrics.0.5.0 (cached)
-> retrieved mirage-crypto.2.1.0, mirage-crypto-ec.2.1.0, mirage-crypto-pk.2.1.0, mirage-crypto-rng.2.1.0 (cached)
-> retrieved mrmime.0.7.2 (cached)
-> retrieved mtime.2.1.0 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> retrieved ohex.0.2.0 (cached)
-> retrieved pecu.0.7 (cached)
-> retrieved prettym.0.0.5 (cached)
-> retrieved psq.0.2.1 (cached)
-> retrieved ptime.1.2.0 (cached)
-> retrieved randomconv.0.2.0 (cached)
-> retrieved rosetta.0.4.0 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved stringext.1.6.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved unstrctrd.0.4 (cached)
-> retrieved uri.4.4.0 (cached)
-> retrieved uspf.0.2.1 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved uuuu.0.4.0 (cached)
-> retrieved x509.1.0.6 (cached)
-> retrieved yuscii.0.3.0 (cached)
-> retrieved zarith.1.14 (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed hmap.0.8.1
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed mtime.2.1.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.22.2
-> installed base64.3.5.2
-> installed csexp.1.5.2
-> installed asn1-combinators.0.3.2
-> installed bstr.0.0.4
-> installed coin.0.1.5
-> installed cppo.1.8.0
-> installed domain-name.0.5.0
-> installed duration.0.3.1
-> installed eqaf.0.10
-> installed gmap.0.3.0
-> installed ke.0.6
-> installed macaddr.5.6.2
-> installed metrics.0.5.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ohex.0.2.0
-> installed pecu.0.7
-> installed psq.0.2.1
-> installed randomconv.0.2.0
-> installed stringext.1.6.0
-> installed uuuu.0.4.0
-> installed yuscii.0.3.0
-> installed ocplib-endian.1.2
-> installed rosetta.0.4.0
-> installed lru.0.3.1
-> installed prettym.0.0.5
-> installed ipaddr.5.6.2
-> installed digestif.1.3.0
-> installed dune-configurator.3.22.2
-> installed bigstringaf.0.10.0
-> installed angstrom.0.16.1
-> installed unstrctrd.0.4
-> installed emile.1.1
-> installed mirage-crypto.2.1.0
-> installed colombe.0.13.0
-> installed kdf.1.0.0
-> installed mrmime.0.7.2
-> installed curl.0.10.0
-> installed lwt.6.1.1
-> installed uri.4.4.0
-> installed public-suffix.0.0.2
-> installed logs.0.10.0
-> installed mirage-crypto-rng.2.1.0
-> installed mirage-crypto-pk.2.1.0
-> installed dns.10.2.5
-> installed dns-client.10.2.5
-> installed uspf.0.2.1
-> installed mirage-crypto-ec.2.1.0
-> installed x509.1.0.6
-> installed dkim.0.11.0
-> installed dmarc.0.0.2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-27 10:11.23 ---> saved as "b34c64d87426d7f2786c64d61e79800da9810c73d5c596e0e59275cd56d58052"
Job succeeded
2026-04-27 10:11.30: Job succeeded