Build:
- 0
2026-03-26 15:23.47: New job: build current_gitlab.0.7.4, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29606/head (4e07f997e5a403e3e284236003dd2dff6b1992f9)
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/29606/head" && git reset --hard 4e07f997
git fetch origin master
git merge --no-edit 46f289cd3749314bbebddeede62fc05f9858f680
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-42-ocaml-4.14@sha256:71dc173fe240e9eeb24413908e1051ed435eedc42f79d57faf7ccd67e0f20709
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 current_gitlab.0.7.4 0.7.4
RUN opam reinstall current_gitlab.0.7.4; \
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" != 'current_gitlab.0.7.4' && 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-03-26 15:23.47: Using cache hint "ocaml/opam:fedora-42-ocaml-4.14@sha256:71dc173fe240e9eeb24413908e1051ed435eedc42f79d57faf7ccd67e0f20709-current_gitlab.0.7.4-4e07f997e5a403e3e284236003dd2dff6b1992f9"
2026-03-26 15:23.47: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-4.14@sha256:71dc173fe240e9eeb24413908e1051ed435eedc42f79d57faf7ccd67e0f20709)
(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 current_gitlab.0.7.4 0.7.4"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall current_gitlab.0.7.4;\
\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\" != 'current_gitlab.0.7.4' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-03-26 15:23.47: Waiting for resource in pool OCluster
2026-03-26 15:33.13: Waiting for worker…
2026-03-26 15:36.14: Got resource from pool OCluster
Building on eumache.caelum.ci.dev
All commits already cached
HEAD is now at 46f289cd37 Merge pull request #29563 from NathanReb/release-ppxlib-0.38.0
Updating 46f289cd37..4e07f997e5
Fast-forward
packages/current/current.0.7.4/opam | 94 ++++++++++++++++++
packages/current_docker/current_docker.0.7.4/opam | 83 ++++++++++++++++
.../current_examples/current_examples.0.7.4/opam | 98 +++++++++++++++++++
packages/current_git/current_git.0.7.4/opam | 88 +++++++++++++++++
packages/current_github/current_github.0.7.4/opam | 97 +++++++++++++++++++
packages/current_gitlab/current_gitlab.0.7.4/opam | 59 ++++++++++++
packages/current_rpc/current_rpc.0.7.4/opam | 84 +++++++++++++++++
packages/current_slack/current_slack.0.7.4/opam | 77 +++++++++++++++
packages/current_ssh/current_ssh.0.7.4/opam | 43 +++++++++
packages/current_web/current_web.0.7.4/opam | 105 +++++++++++++++++++++
10 files changed, 828 insertions(+)
create mode 100644 packages/current/current.0.7.4/opam
create mode 100644 packages/current_docker/current_docker.0.7.4/opam
create mode 100644 packages/current_examples/current_examples.0.7.4/opam
create mode 100644 packages/current_git/current_git.0.7.4/opam
create mode 100644 packages/current_github/current_github.0.7.4/opam
create mode 100644 packages/current_gitlab/current_gitlab.0.7.4/opam
create mode 100644 packages/current_rpc/current_rpc.0.7.4/opam
create mode 100644 packages/current_slack/current_slack.0.7.4/opam
create mode 100644 packages/current_ssh/current_ssh.0.7.4/opam
create mode 100644 packages/current_web/current_web.0.7.4/opam
(from ocaml/opam:fedora-42-ocaml-4.14@sha256:71dc173fe240e9eeb24413908e1051ed435eedc42f79d57faf7ccd67e0f20709)
Unable to find image 'ocaml/opam:fedora-42-ocaml-4.14@sha256:71dc173fe240e9eeb24413908e1051ed435eedc42f79d57faf7ccd67e0f20709' locally
docker.io/ocaml/opam@sha256:71dc173fe240e9eeb24413908e1051ed435eedc42f79d57faf7ccd67e0f20709: Pulling from ocaml/opam
f11155b5d7d3: Already exists
12a3645d689a: Already exists
4b20e626241e: Already exists
ef6f76a1597b: Already exists
75adbd94c59e: Already exists
Digest: sha256:71dc173fe240e9eeb24413908e1051ed435eedc42f79d57faf7ccd67e0f20709
Status: Downloaded newer image for ocaml/opam@sha256:71dc173fe240e9eeb24413908e1051ed435eedc42f79d57faf7ccd67e0f20709
2026-03-26 15:37.07 ---> saved as "83eaf063627f5eb915dea085c7d54649c06cb51f493d7013424a048018bf0a48"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-03-26 15:37.12 ---> saved as "dd9b54bc5b341b8be618448c0d0eac3907e3369eb23f36b975c062e18edad8f2"
/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
2026-03-26 15:37.42 ---> saved as "3bcd6c9c1c8073fd9fb9f3ec6347256ee14ed0b942670902e7ecc7c99274af82"
/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 71
# 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
2026-03-26 15:37.52 ---> saved as "47ea85f745829c28f6a2ea41d555b3d80e6faa1dc8995d7afd77ca5ba123e157"
/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-03-26 15:38.04 ---> saved as "1555029d66f1494b87c8d0088921b527e44d929a3a9ba2d0f75479ffbcb90bbe"
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-26 15:38.31 ---> saved as "8d601e9f56eaf961a06e00caedb7850b342a43d55fae6a79d84506ccf70c0324"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-26 15:38.56 ---> saved as "5f3b50e4da36ff603ed31cffcbe81a74fe966bd8c14466ab2e99e9943f7f09ef"
/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% | 36.0 KiB/s | 9.9 KiB | 00m00s
- Fedora 42 - x86_64 100% | 132.4 KiB/s | 22.9 KiB | 00m00s
- Repositories loaded.
- Metadata cache created.
2026-03-26 15:39.08 ---> saved as "da74a3c9f9c3e01d6e9ce474a8dac2ea191d48a8f6e4fc82e8dce04a2912696b"
/home/opam: (run (shell "opam pin add -k version -yn current_gitlab.0.7.4 0.7.4"))
current_gitlab is now pinned to version 0.7.4
2026-03-26 15:39.17 ---> saved as "8a9df65b1352c3939a1ab2e230d907ce79188795717880194bab6bf410bc6532"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall current_gitlab.0.7.4;\
\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\" != 'current_gitlab.0.7.4' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
current_gitlab.0.7.4 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 131 packages
- install angstrom 0.16.1 [required by multipart_form-lwt]
- install ansi 0.7.0 [required by current_web]
- install asetmap 0.8.1 [required by prometheus, prometheus-app]
- install asn1-combinators 0.2.6 [required by x509]
- install astring 0.8.5 [required by current_git, current, current_web]
- install atd 2.16.0 [required by atdgen]
- install atdgen 2.15.0 [required by gitlab]
- install atdgen-runtime 2.16.0 [required by atdgen]
- install base v0.16.4 [required by ppx_sexp_conv]
- install base-bytes base [required by csv]
- install base64 3.5.2 [required by current_git, current_web]
- install bigstringaf 0.10.0 [required by multipart_form-lwt]
- install biniou 1.2.2 [required by atdgen]
- install bos 0.2.1 [required by current_git, current, current_web]
- install bstr 0.0.4 [required by prettym]
- install ca-certs 0.2.3 [required by conduit-lwt-unix]
- install camlp-streams 5.0.1 [required by biniou]
- install cf 0.5.0 [required by cf-lwt]
- install cf-lwt 0.5.0 [required by irmin-watcher]
- install cmdliner 1.3.0 [required by current_gitlab]
- install cohttp 6.1.1 [required by cohttp-lwt-unix, gitlab-unix]
- install cohttp-lwt 6.1.1 [required by cohttp-lwt-unix]
- install cohttp-lwt-unix 6.1.1 [required by current_gitlab]
- install conduit 8.0.0 [required by conduit-lwt]
- install conduit-lwt 8.0.0 [required by cohttp-lwt-unix]
- install conduit-lwt-unix 8.0.0 [required by cohttp-lwt-unix, current_web]
- install conf-git 1.1 [required by current_git]
- install conf-gmp 5 [required by zarith, conf-gmp-powm-sec]
- install conf-gmp-powm-sec 4 [required by mirage-crypto-pk]
- install conf-graphviz 0.1 [required by current_web]
- install conf-libev 4-13 [required by current]
- install conf-libffi 2.0.0 [required by ctypes-foreign]
- install conf-pkg-config 4 [required by conf-sqlite3]
- install conf-sqlite3 1 [required by sqlite3]
- install cppo 1.8.0 [required by ppx_deriving]
- install crunch 4.0.0 [required by current_web]
- install csexp 1.5.2 [required by dune-configurator]
- install cstruct 6.2.0 [required by current_git, current_web]
- install csv 2.4 [required by current_web]
- install ctypes 0.24.0 [required by cf, fsevents]
- install ctypes-foreign 0.24.0 [required by cf]
- install current 0.7.4 [required by current_gitlab]
- install current_git 0.7.4 [required by current_gitlab]
- install current_gitlab 0.7.4 (pinned)
- install current_incr 0.6.1 [required by current]
- install current_web 0.7.4 [required by current_gitlab]
- install domain-name 0.5.0 [required by tls]
- install dune 3.22.0 [required by current_gitlab]
- install dune-compiledb 0.6.0 [required by sqlite3]
- install dune-configurator 3.22.0 [required by sqlite3]
- install duration 0.2.1 [required by current]
- install easy-format 1.3.4 [required by atd]
- install eqaf 0.9 [required by mirage-crypto]
- install ezjsonm 1.3.0 [required by dune-compiledb]
- install fmt 0.11.0 [required by current_gitlab]
- install fpath 0.7.3 [required by current_git, current, current_web]
- install fsevents 0.3.0 [required by fsevents-lwt]
- install fsevents-lwt 0.3.0 [required by irmin-watcher]
- install gitlab 0.1.8 [required by gitlab-unix]
- install gitlab-unix 0.1.8 [required by current_gitlab]
- install gmap 0.3.0 [required by x509]
- install hex 1.5.0 [required by ezjsonm]
- install hkdf 1.0.4 (deprecated) [required by tls]
- install http 6.1.1 [required by cohttp-lwt-unix]
- install ISO8601 0.2.6 [required by gitlab]
- install inotify 2.6 [required by irmin-watcher]
- install integers 0.7.0 [required by ctypes]
- install ipaddr 5.6.2 [required by conduit-lwt-unix, cohttp-lwt, tls]
- install ipaddr-sexp 5.6.2 [required by conduit-lwt-unix]
- install irmin-watcher 0.5.0 [required by current_git]
- install jsonm 1.0.2 [required by ezjsonm]
- install ke 0.6 [required by multipart_form-lwt]
- install logs 0.10.0 [required by current_gitlab]
- install lwt 6.1.1 [required by current_gitlab]
- install lwt-dllist 1.1.0 [required by current]
- install macaddr 5.6.2 [required by ipaddr]
- install magic-mime 1.3.1 [required by cohttp-lwt-unix]
- install menhir 20260209 [required by atd]
- install menhirCST 20260209 [required by menhir]
- install menhirGLR 20260209 [required by menhir]
- install menhirLib 20260209 [required by menhir]
- install menhirSdk 20260209 [required by menhir]
- install mirage-crypto 0.11.3 [required by current_git, current_web]
- install mirage-crypto-ec 0.11.3 [required by tls]
- install mirage-crypto-pk 0.11.3 [required by tls]
- install mirage-crypto-rng 0.11.3 [required by current_web]
- install mirage-crypto-rng-lwt 0.11.3 [required by current_web]
- install mtime 2.1.0 [required by mirage-crypto-rng-lwt]
- install multipart_form 0.8.0 [required by multipart_form-lwt]
- install multipart_form-lwt 0.8.0 [required by current_web]
- install num 1.6 [required by sexplib]
- install ocaml-compiler-libs v0.12.4 [required by ppxlib]
- install ocaml-syntax-shims 1.0.0 [required by angstrom]
- install ocamlbuild 0.16.1 [required by asetmap, logs, mtime]
- install ocamlfind 1.9.8 [required by ppx_deriving]
- install ocplib-endian 1.2 [required by lwt]
- install parsexp v0.16.0 [required by sexplib]
- install pbkdf 1.2.0 [required by x509]
- install pecu 0.7 [required by multipart_form]
- install ppx_derivers 1.2.1 [required by ppx_deriving]
- install ppx_deriving 6.0.3 [required by current_git, current, current_web]
- install ppx_deriving_yojson 3.9.1 [required by current_gitlab]
- install ppx_sexp_conv v0.16.0 [required by cohttp-lwt-unix, current_web]
- install ppxlib 0.35.0 [required by ppx_deriving, ppx_deriving_yojson]
- install prettym 0.0.4 [required by multipart_form]
- install prometheus 1.3 [required by current_gitlab]
- install prometheus-app 1.3 [required by current_web]
- install ptime 1.2.0 [required by current_gitlab]
- install re 1.14.0 [required by current, current_web]
- install result 1.5 [required by current_gitlab]
- install routes 2.0.0 [required by current_web]
- install rresult 0.7.0 [required by current_gitlab]
- install seq base [required by yojson, tyxml]
- install session 0.5.0 [required by current_web]
- install session-cohttp 0.5.0 [required by session-cohttp-lwt]
- install session-cohttp-lwt 0.5.0 [required by current_web]
- install sexplib v0.16.0 [required by current_web]
- install sexplib0 v0.16.0 [required by cohttp-lwt, cohttp, conduit-lwt]
- install sqlite3 5.4.0 [required by current, current_web]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install stringext 1.6.0 [required by gitlab-unix]
- install tls 0.17.5 [required by gitlab-unix]
- install topkg 1.1.1 [required by asetmap, logs, mtime]
- install tyxml 4.6.0 [required by current_web]
- install unstrctrd 0.4 [required by multipart_form]
- install uri 4.4.0 [required by current_web]
- install uri-sexp 4.4.0 [required by cohttp]
- install uutf 1.0.4 [required by tyxml, multipart_form]
- install x509 0.16.5 [required by tls]
- install yojson 2.2.2 [required by current_gitlab]
- install zarith 1.14 [required by asn1-combinators, mirage-crypto-pk]
The following system packages will first need to be installed:
gmp-devel graphviz libev-devel libffi-devel sqlite-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" "graphviz" "libev-devel" "libffi-devel" "sqlite-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package Arch Version Repository Size
- Installing:
- gmp-devel x86_64 1:6.3.0-4.fc42 fedora 352.3 KiB
- graphviz x86_64 12.2.1-8.fc42 updates 20.8 MiB
- libev-devel x86_64 4.33-13.fc42 fedora 130.5 KiB
- libffi-devel x86_64 3.4.6-5.fc42 fedora 33.1 KiB
- sqlite-devel x86_64 3.47.2-5.fc42 updates 673.4 KiB
- Installing dependencies:
- abattis-cantarell-vf-fonts noarch 0.301-14.fc42 fedora 192.7 KiB
- adobe-mappings-cmap noarch 20231115-2.fc42 fedora 15.2 MiB
- adobe-mappings-cmap-deprecated noarch 20231115-2.fc42 fedora 582.1 KiB
- adobe-mappings-pdf noarch 20190401-9.fc42 fedora 4.4 MiB
- avahi-libs x86_64 0.9~rc2-2.fc42 fedora 183.6 KiB
- cairo x86_64 1.18.2-3.fc42 fedora 1.8 MiB
- cairo-gobject x86_64 1.18.2-3.fc42 fedora 35.1 KiB
- cpuinfo x86_64 24.09.26-2.git1e83a2f.fc42.1 updates 107.0 KiB
- cups-filesystem noarch 1:2.4.16-4.fc42 updates 0.0 B
- cups-libs x86_64 1:2.4.16-4.fc42 updates 618.7 KiB
- default-fonts-core-sans noarch 4.2-4.fc42 fedora 11.9 KiB
- fontconfig x86_64 2.16.0-2.fc42 fedora 764.7 KiB
- fonts-filesystem noarch 1:2.0.5-22.fc42 updates 0.0 B
- freetype x86_64 2.13.3-2.fc42 fedora 858.2 KiB
- fribidi x86_64 1.0.16-2.fc42 fedora 194.3 KiB
- gd x86_64 2.3.3-18.fc42 fedora 403.6 KiB
- gdk-pixbuf2 x86_64 2.42.12-12.fc42 updates 2.5 MiB
- gmp-c++ x86_64 1:6.3.0-4.fc42 fedora 27.6 KiB
- google-droid-sans-fonts noarch 20200215-22.fc42 fedora 6.3 MiB
- google-noto-fonts-common noarch 20250301-1.fc42 fedora 17.7 KiB
- google-noto-sans-vf-fonts noarch 20250301-1.fc42 fedora 1.4 MiB
- gpgme x86_64 1.24.3-1.fc42 updates 587.9 KiB
- gpgmepp x86_64 1.24.3-1.fc42 updates 429.2 KiB
- graphite2 x86_64 1.3.14-18.fc42 fedora 195.8 KiB
- graphviz-libs x86_64 12.2.1-8.fc42 updates 1.2 MiB
- gts x86_64 0.7.6-50.20121130.fc42 fedora 668.5 KiB
- harfbuzz x86_64 10.4.0-2.fc42 updates 2.8 MiB
- jbig2dec-libs x86_64 0.20-6.fc42 fedora 169.0 KiB
- jbigkit-libs x86_64 2.1-31.fc42 fedora 121.4 KiB
- lasi x86_64 1.1.3-16.fc42 fedora 130.7 KiB
- lcms2 x86_64 2.16-5.fc42 fedora 437.7 KiB
- libICE x86_64 1.1.2-2.fc42 fedora 198.4 KiB
- libSM x86_64 1.2.5-2.fc42 fedora 105.0 KiB
- libXext x86_64 1.3.6-3.fc42 fedora 90.0 KiB
- libXft x86_64 2.3.8-8.fc42 fedora 168.4 KiB
- libXpm x86_64 3.5.17-5.fc42 fedora 152.3 KiB
- libXrender x86_64 0.9.12-2.fc42 fedora 50.0 KiB
- libXt x86_64 1.3.1-2.fc42 fedora 429.7 KiB
- libaom x86_64 3.13.1-1.fc42 updates 5.0 MiB
- libavif x86_64 1.1.1-1.fc42 fedora 213.9 KiB
- libdatrie x86_64 0.2.13-11.fc42 fedora 57.8 KiB
- libdav1d x86_64 1.5.3-1.fc42 updates 1.7 MiB
- libev x86_64 4.33-13.fc42 fedora 109.2 KiB
- libgs x86_64 10.05.1-6.fc42 updates 23.5 MiB
- libijs x86_64 0.35-24.fc42 fedora 65.5 KiB
- libimagequant x86_64 4.0.3-7.fc42 fedora 704.3 KiB
- libjpeg-turbo x86_64 3.1.3-1.fc42 updates 806.3 KiB
- liblerc x86_64 4.0.0-8.fc42 fedora 636.1 KiB
- libpaper x86_64 1:2.1.1-8.fc42 fedora 48.8 KiB
- libpng x86_64 2:1.6.55-1.fc42 updates 241.7 KiB
- librsvg2 x86_64 2.60.0-5.fc42 updates 5.1 MiB
- libthai x86_64 0.1.29-10.fc42 fedora 783.4 KiB
- libtiff x86_64 4.7.1-1.fc42 updates 624.4 KiB
- libvmaf x86_64 3.0.0-3.fc42 fedora 827.0 KiB
- libwebp x86_64 1.5.0-2.fc42 fedora 947.6 KiB
- libyuv x86_64 0-0.56.20240704git96bbdb5.fc42 fedora 683.6 KiB
- netpbm x86_64 11.13.00-1.fc42 updates 580.0 KiB
- nspr x86_64 4.38.2-3.fc42 updates 315.4 KiB
- nss x86_64 3.120.1-1.fc42 updates 1.9 MiB
- nss-softokn x86_64 3.120.1-1.fc42 updates 2.0 MiB
- nss-softokn-freebl x86_64 3.120.1-1.fc42 updates 990.8 KiB
- nss-sysinit x86_64 3.120.1-1.fc42 updates 18.1 KiB
- nss-util x86_64 3.120.1-1.fc42 updates 204.8 KiB
- openjpeg x86_64 2.5.4-1.fc42 updates 456.3 KiB
- pango x86_64 1.56.4-2.fc42 updates 1.0 MiB
- pixman x86_64 0.46.2-1.fc42 updates 710.3 KiB
- poppler x86_64 25.02.0-4.fc42 updates 3.7 MiB
- poppler-data noarch 0.4.11-9.fc42 fedora 12.3 MiB
- poppler-glib x86_64 25.02.0-4.fc42 updates 612.3 KiB
- rav1e-libs x86_64 0.8.1-2.fc42 updates 3.1 MiB
- rsvg-pixbuf-loader x86_64 2.60.0-5.fc42 updates 335.7 KiB
- shared-mime-info x86_64 2.3-7.fc42 fedora 5.2 MiB
- sqlite x86_64 3.47.2-5.fc42 updates 1.8 MiB
- svt-av1-libs x86_64 2.3.0-1.fc42 fedora 5.6 MiB
- urw-base35-bookman-fonts noarch 20200910-24.fc42 fedora 1.4 MiB
- urw-base35-c059-fonts noarch 20200910-24.fc42 fedora 1.4 MiB
- urw-base35-d050000l-fonts noarch 20200910-24.fc42 fedora 84.3 KiB
- urw-base35-fonts noarch 20200910-24.fc42 fedora 5.3 KiB
- urw-base35-fonts-common noarch 20200910-24.fc42 fedora 37.4 KiB
- urw-base35-gothic-fonts noarch 20200910-24.fc42 fedora 1.2 MiB
- urw-base35-nimbus-mono-ps-fonts noarch 20200910-24.fc42 fedora 1.0 MiB
- urw-base35-nimbus-roman-fonts noarch 20200910-24.fc42 fedora 1.4 MiB
- urw-base35-nimbus-sans-fonts noarch 20200910-24.fc42 fedora 2.4 MiB
- urw-base35-p052-fonts noarch 20200910-24.fc42 fedora 1.5 MiB
- urw-base35-standard-symbols-ps-fonts noarch 20200910-24.fc42 fedora 64.9 KiB
- urw-base35-z003-fonts noarch 20200910-24.fc42 fedora 390.8 KiB
- xml-common noarch 0.6.3-66.fc42 fedora 78.4 KiB
-
- Transaction Summary:
- Installing: 92 packages
-
- Total size of inbound packages is 45 MiB. Need to download 45 MiB.
- After this operation, 159 MiB extra will be used (install 159 MiB, remove 0 B).
- [ 1/92] gmp-c++-1:6.3.0-4.fc42.x86_64 100% | 336.3 KiB/s | 18.5 KiB | 00m00s
- [ 2/92] cairo-0:1.18.2-3.fc42.x86_64 100% | 8.9 MiB/s | 731.8 KiB | 00m00s
- [ 3/92] gmp-devel-1:6.3.0-4.fc42.x86_64 100% | 1.0 MiB/s | 174.4 KiB | 00m00s
- [ 4/92] graphviz-0:12.2.1-8.fc42.x86_64 100% | 23.2 MiB/s | 4.7 MiB | 00m00s
- [ 5/92] fontconfig-0:2.16.0-2.fc42.x86_ 100% | 3.9 MiB/s | 272.0 KiB | 00m00s
- [ 6/92] gts-0:0.7.6-50.20121130.fc42.x8 100% | 8.4 MiB/s | 240.2 KiB | 00m00s
- [ 7/92] lasi-0:1.1.3-16.fc42.x86_64 100% | 9.0 MiB/s | 55.2 KiB | 00m00s
- [ 8/92] libXrender-0:0.9.12-2.fc42.x86_ 100% | 3.8 MiB/s | 26.9 KiB | 00m00s
- [ 9/92] gd-0:2.3.3-18.fc42.x86_64 100% | 2.3 MiB/s | 136.8 KiB | 00m00s
- [10/92] urw-base35-fonts-0:20200910-24. 100% | 1.0 MiB/s | 10.1 KiB | 00m00s
- [11/92] libwebp-0:1.5.0-2.fc42.x86_64 100% | 6.8 MiB/s | 320.6 KiB | 00m00s
- [12/92] default-fonts-core-sans-0:4.2-4 100% | 3.8 MiB/s | 31.3 KiB | 00m00s
- [13/92] xml-common-0:0.6.3-66.fc42.noar 100% | 3.4 MiB/s | 31.2 KiB | 00m00s
- [14/92] libXpm-0:3.5.17-5.fc42.x86_64 100% | 10.8 MiB/s | 66.1 KiB | 00m00s
- [15/92] libavif-0:1.1.1-1.fc42.x86_64 100% | 5.4 MiB/s | 100.1 KiB | 00m00s
- [16/92] freetype-0:2.13.3-2.fc42.x86_64 100% | 2.6 MiB/s | 415.5 KiB | 00m00s
- [17/92] libimagequant-0:4.0.3-7.fc42.x8 100% | 4.9 MiB/s | 317.7 KiB | 00m00s
- [18/92] libXext-0:1.3.6-3.fc42.x86_64 100% | 176.1 KiB/s | 39.3 KiB | 00m00s
- [19/92] urw-base35-d050000l-fonts-0:202 100% | 9.3 MiB/s | 75.8 KiB | 00m00s
- [20/92] urw-base35-fonts-common-0:20200 100% | 2.5 MiB/s | 20.8 KiB | 00m00s
- [21/92] urw-base35-gothic-fonts-0:20200 100% | 14.9 MiB/s | 642.5 KiB | 00m00s
- [22/92] urw-base35-bookman-fonts-0:2020 100% | 4.0 MiB/s | 846.9 KiB | 00m00s
- [23/92] urw-base35-nimbus-mono-ps-fonts 100% | 12.1 MiB/s | 794.7 KiB | 00m00s
- [24/92] urw-base35-nimbus-sans-fonts-0: 100% | 10.4 MiB/s | 1.3 MiB | 00m00s
- [25/92] urw-base35-c059-fonts-0:2020091 100% | 2.3 MiB/s | 874.0 KiB | 00m00s
- [26/92] urw-base35-nimbus-roman-fonts-0 100% | 3.2 MiB/s | 856.1 KiB | 00m00s
- [27/92] urw-base35-p052-fonts-0:2020091 100% | 7.2 MiB/s | 973.2 KiB | 00m00s
- [28/92] abattis-cantarell-vf-fonts-0:0. 100% | 5.3 MiB/s | 120.3 KiB | 00m00s
- [29/92] urw-base35-z003-fonts-0:2020091 100% | 2.7 MiB/s | 275.5 KiB | 00m00s
- [30/92] google-noto-sans-vf-fonts-0:202 100% | 6.5 MiB/s | 614.5 KiB | 00m00s
- [31/92] libyuv-0:0-0.56.20240704git96bb 100% | 2.8 MiB/s | 201.9 KiB | 00m00s
- [32/92] urw-base35-standard-symbols-ps- 100% | 244.9 KiB/s | 58.3 KiB | 00m00s
- [33/92] google-noto-fonts-common-0:2025 100% | 1.5 MiB/s | 17.1 KiB | 00m00s
- [34/92] libev-devel-0:4.33-13.fc42.x86_ 100% | 2.4 MiB/s | 100.1 KiB | 00m00s
- [35/92] libffi-devel-0:3.4.6-5.fc42.x86 100% | 3.5 MiB/s | 28.8 KiB | 00m00s
- [36/92] sqlite-devel-0:3.47.2-5.fc42.x8 100% | 17.9 MiB/s | 146.3 KiB | 00m00s
- [37/92] sqlite-0:3.47.2-5.fc42.x86_64 100% | 33.2 MiB/s | 918.0 KiB | 00m00s
- [38/92] gdk-pixbuf2-0:2.42.12-12.fc42.x 100% | 26.5 MiB/s | 488.9 KiB | 00m00s
- [39/92] shared-mime-info-0:2.3-7.fc42.x 100% | 4.7 MiB/s | 393.7 KiB | 00m00s
- [40/92] graphviz-libs-0:12.2.1-8.fc42.x 100% | 30.7 MiB/s | 471.8 KiB | 00m00s
- [41/92] harfbuzz-0:10.4.0-2.fc42.x86_64 100% | 35.1 MiB/s | 1.1 MiB | 00m00s
- [42/92] libev-0:4.33-13.fc42.x86_64 100% | 223.2 KiB/s | 53.4 KiB | 00m00s
- [43/92] graphite2-0:1.3.14-18.fc42.x86_ 100% | 3.2 MiB/s | 95.8 KiB | 00m00s
- [44/92] libgs-0:10.05.1-6.fc42.x86_64 100% | 41.1 MiB/s | 3.5 MiB | 00m00s
- [45/92] adobe-mappings-cmap-deprecated- 100% | 5.1 MiB/s | 110.5 KiB | 00m00s
- [46/92] svt-av1-libs-0:2.3.0-1.fc42.x86 100% | 5.0 MiB/s | 2.0 MiB | 00m00s
- [47/92] adobe-mappings-pdf-0:20190401-9 100% | 4.6 MiB/s | 625.1 KiB | 00m00s
- [48/92] jbig2dec-libs-0:0.20-6.fc42.x86 100% | 4.5 MiB/s | 74.4 KiB | 00m00s
- [49/92] lcms2-0:2.16-5.fc42.x86_64 100% | 7.2 MiB/s | 184.1 KiB | 00m00s
- [50/92] libXt-0:1.3.1-2.fc42.x86_64 100% | 7.7 MiB/s | 181.3 KiB | 00m00s
- [51/92] libijs-0:0.35-24.fc42.x86_64 100% | 5.7 MiB/s | 29.4 KiB | 00m00s
- [52/92] libpaper-1:2.1.1-8.fc42.x86_64 100% | 5.2 MiB/s | 26.9 KiB | 00m00s
- [53/92] libICE-0:1.1.2-2.fc42.x86_64 100% | 7.7 MiB/s | 78.8 KiB | 00m00s
- [54/92] libSM-0:1.2.5-2.fc42.x86_64 100% | 5.4 MiB/s | 44.4 KiB | 00m00s
- [55/92] librsvg2-0:2.60.0-5.fc42.x86_64 100% | 38.9 MiB/s | 1.9 MiB | 00m00s
- [56/92] cairo-gobject-0:1.18.2-3.fc42.x 100% | 3.4 MiB/s | 17.3 KiB | 00m00s
- [57/92] pango-0:1.56.4-2.fc42.x86_64 100% | 31.2 MiB/s | 351.2 KiB | 00m00s
- [58/92] fribidi-0:1.0.16-2.fc42.x86_64 100% | 714.2 KiB/s | 53.6 KiB | 00m00s
- [59/92] libXft-0:2.3.8-8.fc42.x86_64 100% | 2.8 MiB/s | 72.9 KiB | 00m00s
- [60/92] adobe-mappings-cmap-0:20231115- 100% | 3.8 MiB/s | 2.2 MiB | 00m01s
- [61/92] libdatrie-0:0.2.13-11.fc42.x86_ 100% | 4.5 MiB/s | 32.4 KiB | 00m00s
- [62/92] poppler-glib-0:25.02.0-4.fc42.x 100% | 19.6 MiB/s | 201.0 KiB | 00m00s
- [63/92] poppler-0:25.02.0-4.fc42.x86_64 100% | 33.5 MiB/s | 1.3 MiB | 00m00s
- [64/92] libthai-0:0.1.29-10.fc42.x86_64 100% | 816.8 KiB/s | 211.5 KiB | 00m00s
- [65/92] libjpeg-turbo-0:3.1.3-1.fc42.x8 100% | 23.1 MiB/s | 236.9 KiB | 00m00s
- [66/92] libpng-2:1.6.55-1.fc42.x86_64 100% | 17.3 MiB/s | 124.0 KiB | 00m00s
- [67/92] fonts-filesystem-1:2.0.5-22.fc4 100% | 2.1 MiB/s | 8.7 KiB | 00m00s
- [68/92] cpuinfo-0:24.09.26-2.git1e83a2f 100% | 8.6 MiB/s | 43.8 KiB | 00m00s
- [69/92] libaom-0:3.13.1-1.fc42.x86_64 100% | 42.2 MiB/s | 1.9 MiB | 00m00s
- [70/92] google-droid-sans-fonts-0:20200 100% | 3.7 MiB/s | 2.7 MiB | 00m01s
- [71/92] libdav1d-0:1.5.3-1.fc42.x86_64 100% | 34.6 MiB/s | 637.4 KiB | 00m00s
- [72/92] libvmaf-0:3.0.0-3.fc42.x86_64 100% | 3.8 MiB/s | 197.7 KiB | 00m00s
- [73/92] rav1e-libs-0:0.8.1-2.fc42.x86_6 100% | 40.9 MiB/s | 1.1 MiB | 00m00s
- [74/92] libtiff-0:4.7.1-1.fc42.x86_64 100% | 24.1 MiB/s | 222.5 KiB | 00m00s
- [75/92] netpbm-0:11.13.00-1.fc42.x86_64 100% | 4.6 MiB/s | 187.8 KiB | 00m00s
- [76/92] jbigkit-libs-0:2.1-31.fc42.x86_ 100% | 2.2 MiB/s | 53.3 KiB | 00m00s
- [77/92] pixman-0:0.46.2-1.fc42.x86_64 100% | 28.6 MiB/s | 292.7 KiB | 00m00s
- [78/92] gpgmepp-0:1.24.3-1.fc42.x86_64 100% | 20.0 MiB/s | 143.2 KiB | 00m00s
- [79/92] gpgme-0:1.24.3-1.fc42.x86_64 100% | 23.8 MiB/s | 219.1 KiB | 00m00s
- [80/92] nspr-0:4.38.2-3.fc42.x86_64 100% | 22.4 MiB/s | 137.5 KiB | 00m00s
- [81/92] poppler-data-0:0.4.11-9.fc42.no 100% | 5.7 MiB/s | 2.0 MiB | 00m00s
- [82/92] nss-0:3.120.1-1.fc42.x86_64 100% | 28.0 MiB/s | 716.8 KiB | 00m00s
- [83/92] nss-softokn-0:3.120.1-1.fc42.x8 100% | 16.2 MiB/s | 430.1 KiB | 00m00s
- [84/92] nss-softokn-freebl-0:3.120.1-1. 100% | 14.0 MiB/s | 371.8 KiB | 00m00s
- [85/92] nss-sysinit-0:3.120.1-1.fc42.x8 100% | 3.6 MiB/s | 18.6 KiB | 00m00s
- [86/92] nss-util-0:3.120.1-1.fc42.x86_6 100% | 12.0 MiB/s | 85.9 KiB | 00m00s
- [87/92] openjpeg-0:2.5.4-1.fc42.x86_64 100% | 11.7 MiB/s | 192.3 KiB | 00m00s
- [88/92] rsvg-pixbuf-loader-0:2.60.0-5.f 100% | 8.4 MiB/s | 164.0 KiB | 00m00s
- [89/92] cups-libs-1:2.4.16-4.fc42.x86_6 100% | 18.2 MiB/s | 261.6 KiB | 00m00s
- [90/92] cups-filesystem-1:2.4.16-4.fc42 100% | 3.2 MiB/s | 13.1 KiB | 00m00s
- [91/92] avahi-libs-0:0.9~rc2-2.fc42.x86 100% | 5.2 MiB/s | 69.1 KiB | 00m00s
- [92/92] liblerc-0:4.0.0-8.fc42.x86_64 100% | 863.2 KiB/s | 216.7 KiB | 00m00s
- --------------------------------------------------------------------------------
- [92/92] Total 100% | 16.2 MiB/s | 44.6 MiB | 00m03s
- Running transaction
- [ 1/94] Verify package files 100% | 228.0 B/s | 92.0 B | 00m00s
- [ 2/94] Prepare transaction 100% | 867.0 B/s | 92.0 B | 00m00s
- [ 3/94] Installing nspr-0:4.38.2-3.fc42 100% | 34.4 MiB/s | 317.3 KiB | 00m00s
- [ 4/94] Installing libpng-2:1.6.55-1.fc 100% | 47.5 MiB/s | 243.0 KiB | 00m00s
- [ 5/94] Installing libjpeg-turbo-0:3.1. 100% | 131.5 MiB/s | 808.0 KiB | 00m00s
- [ 6/94] Installing fonts-filesystem-1:2 100% | 769.5 KiB/s | 788.0 B | 00m00s
- [ 7/94] Installing urw-base35-fonts-com 100% | 37.5 MiB/s | 38.4 KiB | 00m00s
- [ 8/94] Installing nss-util-0:3.120.1-1 100% | 67.0 MiB/s | 205.8 KiB | 00m00s
- [ 9/94] Installing libXrender-0:0.9.12- 100% | 25.0 MiB/s | 51.3 KiB | 00m00s
- [10/94] Installing libwebp-0:1.5.0-2.fc 100% | 103.3 MiB/s | 951.8 KiB | 00m00s
- [11/94] Installing openjpeg-0:2.5.4-1.f 100% | 89.5 MiB/s | 458.2 KiB | 00m00s
- [12/94] Installing libdav1d-0:1.5.3-1.f 100% | 130.2 MiB/s | 1.7 MiB | 00m00s
- [13/94] Installing libICE-0:1.1.2-2.fc4 100% | 97.6 MiB/s | 199.8 KiB | 00m00s
- [14/94] Installing lcms2-0:2.16-5.fc42. 100% | 85.8 MiB/s | 439.3 KiB | 00m00s
- [15/94] Installing adobe-mappings-cmap- 100% | 128.7 MiB/s | 15.2 MiB | 00m00s
- [16/94] Installing adobe-mappings-cmap- 100% | 95.2 MiB/s | 585.2 KiB | 00m00s
- [17/94] Installing libSM-0:1.2.5-2.fc42 100% | 51.9 MiB/s | 106.4 KiB | 00m00s
- [18/94] Installing libXt-0:1.3.1-2.fc42 100% | 84.2 MiB/s | 430.9 KiB | 00m00s
- [19/94] Installing nss-softokn-freebl-0 100% | 97.0 MiB/s | 993.0 KiB | 00m00s
- [20/94] Installing nss-softokn-0:3.120. 100% | 123.0 MiB/s | 2.0 MiB | 00m00s
- [21/94] Installing nss-0:3.120.1-1.fc42 100% | 63.1 MiB/s | 1.9 MiB | 00m00s
- [22/94] Installing nss-sysinit-0:3.120. 100% | 710.8 KiB/s | 19.2 KiB | 00m00s
- [23/94] Installing urw-base35-bookman-f 100% | 52.5 MiB/s | 1.4 MiB | 00m00s
- [24/94] Installing urw-base35-c059-font 100% | 58.1 MiB/s | 1.4 MiB | 00m00s
- [25/94] Installing urw-base35-d050000l- 100% | 6.0 MiB/s | 85.4 KiB | 00m00s
- [26/94] Installing urw-base35-gothic-fo 100% | 58.1 MiB/s | 1.2 MiB | 00m00s
- [27/94] Installing urw-base35-nimbus-mo 100% | 50.1 MiB/s | 1.1 MiB | 00m00s
- [28/94] Installing urw-base35-nimbus-ro 100% | 59.4 MiB/s | 1.4 MiB | 00m00s
- [29/94] Installing urw-base35-nimbus-sa 100% | 74.8 MiB/s | 2.4 MiB | 00m00s
- [30/94] Installing urw-base35-p052-font 100% | 46.5 MiB/s | 1.5 MiB | 00m00s
- [31/94] Installing urw-base35-standard- 100% | 3.4 MiB/s | 66.0 KiB | 00m00s
- [32/94] Installing urw-base35-z003-font 100% | 18.2 MiB/s | 391.8 KiB | 00m00s
- [33/94] Installing urw-base35-fonts-0:2 100% | 5.5 MiB/s | 5.6 KiB | 00m00s
- [34/94] Installing abattis-cantarell-vf 100% | 38.0 MiB/s | 194.4 KiB | 00m00s
- [35/94] Installing google-droid-sans-fo 100% | 107.9 MiB/s | 6.3 MiB | 00m00s
- [36/94] Installing libyuv-0:0-0.56.2024 100% | 111.5 MiB/s | 685.3 KiB | 00m00s
- [37/94] Installing cups-filesystem-1:2. 100% | 1.7 MiB/s | 1.8 KiB | 00m00s
- [38/94] Installing avahi-libs-0:0.9~rc2 100% | 45.4 MiB/s | 186.2 KiB | 00m00s
- [39/94] Installing cups-libs-1:2.4.16-4 100% | 86.5 MiB/s | 620.2 KiB | 00m00s
- [40/94] Installing gpgme-0:1.24.3-1.fc4 100% | 21.4 MiB/s | 590.4 KiB | 00m00s
- [41/94] Installing gpgmepp-0:1.24.3-1.f 100% | 105.1 MiB/s | 430.4 KiB | 00m00s
- [42/94] Installing pixman-0:0.46.2-1.fc 100% | 115.8 MiB/s | 711.4 KiB | 00m00s
- [43/94] Installing liblerc-0:4.0.0-8.fc 100% | 103.8 MiB/s | 637.6 KiB | 00m00s
- [44/94] Installing jbigkit-libs-0:2.1-3 100% | 60.3 MiB/s | 123.4 KiB | 00m00s
- [45/94] Installing libtiff-0:4.7.1-1.fc 100% | 102.0 MiB/s | 626.6 KiB | 00m00s
- [46/94] Installing netpbm-0:11.13.00-1. 100% | 142.1 MiB/s | 581.8 KiB | 00m00s
- [47/94] Installing gts-0:0.7.6-50.20121 100% | 22.0 MiB/s | 675.5 KiB | 00m00s
- [48/94] Installing rav1e-libs-0:0.8.1-2 100% | 140.0 MiB/s | 3.1 MiB | 00m00s
- [49/94] Installing libvmaf-0:3.0.0-3.fc 100% | 115.6 MiB/s | 828.4 KiB | 00m00s
- [50/94] Installing libaom-0:3.13.1-1.fc 100% | 136.0 MiB/s | 5.0 MiB | 00m00s
- [51/94] Installing cpuinfo-0:24.09.26-2 100% | 3.8 MiB/s | 109.7 KiB | 00m00s
- [52/94] Installing svt-av1-libs-0:2.3.0 100% | 130.8 MiB/s | 5.6 MiB | 00m00s
- [53/94] Installing libavif-0:1.1.1-1.fc 100% | 42.0 MiB/s | 215.2 KiB | 00m00s
- [54/94] Installing poppler-data-0:0.4.1 100% | 131.8 MiB/s | 12.4 MiB | 00m00s
- [55/94] Installing libdatrie-0:0.2.13-1 100% | 28.8 MiB/s | 58.9 KiB | 00m00s
- [56/94] Installing libthai-0:0.1.29-10. 100% | 127.8 MiB/s | 785.2 KiB | 00m00s
- [57/94] Installing fribidi-0:1.0.16-2.f 100% | 8.0 MiB/s | 196.8 KiB | 00m00s
- [58/94] Installing libpaper-1:2.1.1-8.f 100% | 24.6 MiB/s | 50.4 KiB | 00m00s
- [59/94] Installing libijs-0:0.35-24.fc4 100% | 32.5 MiB/s | 66.5 KiB | 00m00s
- [60/94] Installing jbig2dec-libs-0:0.20 100% | 83.3 MiB/s | 170.5 KiB | 00m00s
- [61/94] Installing adobe-mappings-pdf-0 100% | 146.5 MiB/s | 4.4 MiB | 00m00s
- [62/94] Installing graphite2-0:1.3.14-1 100% | 8.1 MiB/s | 197.9 KiB | 00m00s
- [63/94] Installing harfbuzz-0:10.4.0-2. 100% | 125.4 MiB/s | 2.8 MiB | 00m00s
- [64/94] Installing freetype-0:2.13.3-2. 100% | 93.3 MiB/s | 859.9 KiB | 00m00s
- [65/94] Installing graphviz-libs-0:12.2 100% | 80.5 MiB/s | 1.2 MiB | 00m00s
- [66/94] Installing shared-mime-info-0:2 100% | 48.6 MiB/s | 2.6 MiB | 00m00s
- [67/94] Installing gdk-pixbuf2-0:2.42.1 100% | 76.3 MiB/s | 2.5 MiB | 00m00s
- [68/94] Installing sqlite-0:3.47.2-5.fc 100% | 47.1 MiB/s | 1.8 MiB | 00m00s
- [69/94] Installing libev-0:4.33-13.fc42 100% | 36.0 MiB/s | 110.7 KiB | 00m00s
- [70/94] Installing google-noto-fonts-co 100% | 18.1 MiB/s | 18.5 KiB | 00m00s
- [71/94] Installing google-noto-sans-vf- 100% | 115.9 MiB/s | 1.4 MiB | 00m00s
- [72/94] Installing default-fonts-core-s 100% | 4.4 MiB/s | 18.2 KiB | 00m00s
- [73/94] Installing libimagequant-0:4.0. 100% | 98.5 MiB/s | 705.9 KiB | 00m00s
- [74/94] Installing libXpm-0:3.5.17-5.fc 100% | 5.6 MiB/s | 153.7 KiB | 00m00s
- [75/94] Installing xml-common-0:0.6.3-6 100% | 19.8 MiB/s | 81.1 KiB | 00m00s
- [76/94] Installing fontconfig-0:2.16.0- 100% | 613.9 KiB/s | 783.9 KiB | 00m01s
- [77/94] Installing gd-0:2.3.3-18.fc42.x 100% | 56.5 MiB/s | 404.7 KiB | 00m00s
- [78/94] Installing libgs-0:10.05.1-6.fc 100% | 140.5 MiB/s | 23.6 MiB | 00m00s
- [79/94] Installing libXft-0:2.3.8-8.fc4 100% | 55.3 MiB/s | 169.9 KiB | 00m00s
- [80/94] Installing poppler-0:25.02.0-4. 100% | 123.8 MiB/s | 3.7 MiB | 00m00s
- [81/94] Installing libXext-0:1.3.6-3.fc 100% | 29.7 MiB/s | 91.2 KiB | 00m00s
- [82/94] Installing cairo-0:1.18.2-3.fc4 100% | 118.9 MiB/s | 1.8 MiB | 00m00s
- [83/94] Installing pango-0:1.56.4-2.fc4 100% | 21.9 MiB/s | 1.0 MiB | 00m00s
- [84/94] Installing lasi-0:1.1.3-16.fc42 100% | 25.8 MiB/s | 132.2 KiB | 00m00s
- [85/94] Installing cairo-gobject-0:1.18 100% | 11.7 MiB/s | 36.0 KiB | 00m00s
- [86/94] Installing rsvg-pixbuf-loader-0 100% | 41.1 MiB/s | 336.7 KiB | 00m00s
- [87/94] Installing librsvg2-0:2.60.0-5. 100% | 71.2 MiB/s | 5.1 MiB | 00m00s
- [88/94] Installing poppler-glib-0:25.02 100% | 49.9 MiB/s | 613.3 KiB | 00m00s
- [89/94] Installing gmp-c++-1:6.3.0-4.fc 100% | 9.3 MiB/s | 28.5 KiB | 00m00s
- [90/94] Installing gmp-devel-1:6.3.0-4. 100% | 49.4 MiB/s | 354.1 KiB | 00m00s
- [91/94] Installing graphviz-0:12.2.1-8. 100% | 104.5 MiB/s | 20.8 MiB | 00m00s
- [92/94] Installing libev-devel-0:4.33-1 100% | 128.1 MiB/s | 131.2 KiB | 00m00s
- [93/94] Installing sqlite-devel-0:3.47. 100% | 131.7 MiB/s | 674.1 KiB | 00m00s
- [94/94] Installing libffi-devel-0:3.4.6 100% | 30.4 KiB/s | 34.8 KiB | 00m01s
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "gmp-devel" "graphviz" "libev-devel" "libffi-devel" "sqlite-devel"
- gmp-devel-6.3.0-4.fc42.x86_64
- graphviz-12.2.1-8.fc42.x86_64
- libev-devel-4.33-13.fc42.x86_64
- libffi-devel-3.4.6-5.fc42.x86_64
- sqlite-devel-3.47.2-5.fc42.x86_64
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1 (cached)
-> retrieved ansi.0.7.0 (cached)
-> retrieved asetmap.0.8.1 (cached)
-> retrieved asn1-combinators.0.2.6 (cached)
-> retrieved astring.0.8.5 (cached)
-> retrieved atd.2.16.0, atdgen-runtime.2.16.0 (cached)
-> retrieved atdgen.2.15.0 (cached)
-> retrieved base.v0.16.4 (cached)
-> retrieved base64.3.5.2 (cached)
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved biniou.1.2.2 (cached)
-> retrieved bos.0.2.1 (cached)
-> retrieved bstr.0.0.4 (cached)
-> retrieved ca-certs.0.2.3 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved cf.0.5.0, cf-lwt.0.5.0 (cached)
-> retrieved cmdliner.1.3.0 (cached)
-> retrieved cohttp.6.1.1, cohttp-lwt.6.1.1, cohttp-lwt-unix.6.1.1, http.6.1.1 (cached)
-> retrieved conduit.8.0.0, conduit-lwt.8.0.0, conduit-lwt-unix.8.0.0 (cached)
-> retrieved conf-gmp.5 (cached)
-> retrieved conf-gmp-powm-sec.4 (cached)
-> retrieved conf-libev.4-13 (cached)
-> retrieved cppo.1.8.0 (cached)
-> retrieved crunch.4.0.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> installed conf-git.1.1
-> installed conf-graphviz.0.1
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> retrieved cstruct.6.2.0 (cached)
-> retrieved csv.2.4 (cached)
-> installed conf-gmp-powm-sec.4
-> installed conf-libffi.2.0.0
-> installed conf-sqlite3.1
-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0 (cached)
-> installed conf-libev.4-13
-> retrieved current.0.7.4, current_git.0.7.4, current_gitlab.0.7.4, current_web.0.7.4 (cached)
-> retrieved current_incr.0.6.1 (cached)
-> retrieved domain-name.0.5.0 (cached)
-> retrieved dune.3.22.0, dune-configurator.3.22.0 (cached)
-> retrieved dune-compiledb.0.6.0 (cached)
-> retrieved duration.0.2.1 (cached)
-> retrieved easy-format.1.3.4 (cached)
-> retrieved eqaf.0.9 (cached)
-> retrieved ezjsonm.1.3.0 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved fpath.0.7.3 (cached)
-> retrieved fsevents.0.3.0, fsevents-lwt.0.3.0 (cached)
-> retrieved gitlab.0.1.8, gitlab-unix.0.1.8 (cached)
-> installed cmdliner.1.3.0
-> retrieved gmap.0.3.0 (cached)
-> retrieved hex.1.5.0 (cached)
-> retrieved hkdf.1.0.4 (cached)
-> retrieved ISO8601.0.2.6 (cached)
-> retrieved inotify.2.6 (cached)
-> retrieved integers.0.7.0 (cached)
-> retrieved ipaddr.5.6.2, ipaddr-sexp.5.6.2, macaddr.5.6.2 (cached)
-> retrieved irmin-watcher.0.5.0 (cached)
-> retrieved jsonm.1.0.2 (cached)
-> retrieved ke.0.6 (cached)
-> retrieved logs.0.10.0 (cached)
-> retrieved lwt.6.1.1 (cached)
-> retrieved lwt-dllist.1.1.0 (cached)
-> retrieved magic-mime.1.3.1 (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)
-> retrieved mirage-crypto.0.11.3, mirage-crypto-ec.0.11.3, mirage-crypto-pk.0.11.3, mirage-crypto-rng.0.11.3, mirage-crypto-rng-lwt.0.11.3 (cached)
-> retrieved mtime.2.1.0 (cached)
-> retrieved multipart_form.0.8.0, multipart_form-lwt.0.8.0 (cached)
-> retrieved num.1.6 (cached)
-> retrieved ocaml-compiler-libs.v0.12.4 (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 parsexp.v0.16.0 (cached)
-> retrieved pbkdf.1.2.0 (cached)
-> retrieved pecu.0.7 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_deriving.6.0.3 (cached)
-> retrieved ppx_deriving_yojson.3.9.1 (cached)
-> retrieved ppx_sexp_conv.v0.16.0 (cached)
-> retrieved ppxlib.0.35.0 (cached)
-> retrieved prettym.0.0.4 (cached)
-> retrieved prometheus.1.3, prometheus-app.1.3 (cached)
-> retrieved ptime.1.2.0 (cached)
-> retrieved re.1.14.0 (cached)
-> retrieved result.1.5 (cached)
-> retrieved routes.2.0.0 (cached)
-> retrieved rresult.0.7.0 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved session.0.5.0, session-cohttp.0.5.0, session-cohttp-lwt.0.5.0 (cached)
-> retrieved sexplib.v0.16.0 (cached)
-> retrieved sexplib0.v0.16.0 (cached)
-> retrieved sqlite3.5.4.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved stringext.1.6.0 (cached)
-> retrieved tls.0.17.5 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved tyxml.4.6.0 (cached)
-> retrieved unstrctrd.0.4 (cached)
-> retrieved uri.4.4.0, uri-sexp.4.4.0 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved x509.0.16.5 (cached)
-> retrieved yojson.2.2.2 (cached)
-> retrieved zarith.1.14 (cached)
-> installed num.1.6
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed asetmap.0.8.1
-> installed rresult.0.7.0
-> installed uutf.1.0.4
-> installed mtime.2.1.0
-> installed fmt.0.11.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed fpath.0.7.3
-> installed dune.3.22.0
-> installed base64.3.5.2
-> installed bstr.0.0.4
-> installed camlp-streams.5.0.1
-> installed crunch.4.0.0
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed cstruct.6.2.0
-> installed csv.2.4
-> installed current_incr.0.6.1
-> installed domain-name.0.5.0
-> installed duration.0.2.1
-> installed easy-format.1.3.4
-> installed gmap.0.3.0
-> installed http.6.1.1
-> installed ISO8601.0.2.6
-> installed ke.0.6
-> installed lwt-dllist.1.1.0
-> installed macaddr.5.6.2
-> installed magic-mime.1.3.1
-> installed menhirCST.20260209
-> installed menhirGLR.20260209
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocaml-syntax-shims.1.0.0
-> installed pecu.0.7
-> installed ppx_derivers.1.2.1
-> installed re.1.14.0
-> installed result.1.5
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed yojson.2.2.2
-> installed ocplib-endian.1.2
-> installed asn1-combinators.0.2.6
-> installed eqaf.0.9
-> installed hex.1.5.0
-> installed biniou.1.2.2
-> installed prettym.0.0.4
-> installed ipaddr.5.6.2
-> installed routes.2.0.0
-> installed ezjsonm.1.3.0
-> installed integers.0.7.0
-> installed dune-configurator.3.22.0
-> installed atdgen-runtime.2.16.0
-> installed parsexp.v0.16.0
-> installed bigstringaf.0.10.0
-> installed angstrom.0.16.1
-> installed unstrctrd.0.4
-> installed sexplib.v0.16.0
-> installed dune-compiledb.0.6.0
-> installed mirage-crypto.0.11.3
-> installed tyxml.4.6.0
-> installed hkdf.1.0.4
-> installed pbkdf.1.2.0
-> installed uri.4.4.0
-> installed lwt.6.1.1
-> installed ansi.0.7.0
-> installed inotify.2.6
-> installed prometheus.1.3
-> installed sqlite3.5.4.0
-> installed logs.0.10.0
-> installed mirage-crypto-rng.0.11.3
-> installed ctypes.0.24.0
-> installed base.v0.16.4
-> installed multipart_form.0.8.0
-> installed mirage-crypto-pk.0.11.3
-> installed mirage-crypto-rng-lwt.0.11.3
-> installed session.0.5.0
-> installed menhir.20260209
-> installed multipart_form-lwt.0.8.0
-> installed ctypes-foreign.0.24.0
-> installed bos.0.2.1
-> installed cf.0.5.0
-> installed fsevents.0.3.0
-> installed cf-lwt.0.5.0
-> installed fsevents-lwt.0.3.0
-> installed atd.2.16.0
-> installed irmin-watcher.0.5.0
-> installed atdgen.2.15.0
-> installed mirage-crypto-ec.0.11.3
-> installed x509.0.16.5
-> installed ca-certs.0.2.3
-> installed tls.0.17.5
-> installed ppxlib.0.35.0
-> installed ppx_sexp_conv.v0.16.0
-> installed ppx_deriving.6.0.3
-> installed ipaddr-sexp.5.6.2
-> installed uri-sexp.4.4.0
-> installed ppx_deriving_yojson.3.9.1
-> installed current.0.7.4
-> installed conduit.8.0.0
-> installed cohttp.6.1.1
-> installed session-cohttp.0.5.0
-> installed conduit-lwt.8.0.0
-> installed current_git.0.7.4
-> installed cohttp-lwt.6.1.1
-> installed session-cohttp-lwt.0.5.0
-> installed conduit-lwt-unix.8.0.0
-> installed cohttp-lwt-unix.6.1.1
-> installed prometheus-app.1.3
-> installed current_web.0.7.4
-> installed gitlab.0.1.8
-> installed gitlab-unix.0.1.8
-> installed current_gitlab.0.7.4
Done.
<><> hkdf.1.0.4 installed successfully ><><><><><><><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
# To update the current shell environment, run: eval $(opam env)
2026-03-26 15:41.11 ---> saved as "e1b499d8ddf5ead84201f6ebd9c6a039333ba4b2e0868265350482205dcc7498"
Job succeeded
2026-03-26 15:42.22: Job succeeded