- github
- ocaml
- opam-repository
- 6fb9bc
- distributions,fedora-43-ocaml-5.4,caisar.5.0,tests
(not at the head of any monitored branch or PR)
2026-01-23 15:10.11: New job: test caisar.5.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29111/head (6fb9bc721893564c7fcc5360575ff8ff9e76bc1c)
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/29111/head" && git reset --hard 6fb9bc72
git fetch origin master
git merge --no-edit dc02a35b0eaa39fa73e10f2dfa764b490f859db6
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-5.4@sha256:1e157411a029dc296401a6334a17eeba0eb85cc40889b2644a1eb588b63a2ed2
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 caisar.5.0 5.0
RUN opam reinstall caisar.5.0; \
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" != 'caisar.5.0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
RUN (opam reinstall --with-test caisar.5.0) || true
RUN opam reinstall --with-test --verbose caisar.5.0; \
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" != 'caisar.5.0' && 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-01-23 15:10.11: Using cache hint "ocaml/opam:fedora-43-ocaml-5.4@sha256:1e157411a029dc296401a6334a17eeba0eb85cc40889b2644a1eb588b63a2ed2-caisar.5.0-6fb9bc721893564c7fcc5360575ff8ff9e76bc1c"
2026-01-23 15:10.11: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-5.4@sha256:1e157411a029dc296401a6334a17eeba0eb85cc40889b2644a1eb588b63a2ed2)
(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 caisar.5.0 5.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall caisar.5.0;\
\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\" != 'caisar.5.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
(run (network host)
(shell "(opam reinstall --with-test caisar.5.0) || true"))
(run (shell "opam reinstall --with-test --verbose caisar.5.0;\
\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\" != 'caisar.5.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-01-23 15:10.11: Waiting for resource in pool OCluster
2026-01-23 15:10.11: Waiting for worker…
2026-01-23 15:10.55: Got resource from pool OCluster
Building on eumache
All commits already cached
HEAD is now at dc02a35b0e Merge pull request #29268 from ocaml/notty-win-avail-false
Merge made by the 'ort' strategy.
packages/caisar/caisar.5.0/opam | 66 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 66 insertions(+)
create mode 100644 packages/caisar/caisar.5.0/opam
(from ocaml/opam:fedora-43-ocaml-5.4@sha256:1e157411a029dc296401a6334a17eeba0eb85cc40889b2644a1eb588b63a2ed2)
Unable to find image 'ocaml/opam:fedora-43-ocaml-5.4@sha256:1e157411a029dc296401a6334a17eeba0eb85cc40889b2644a1eb588b63a2ed2' locally
docker.io/ocaml/opam@sha256:1e157411a029dc296401a6334a17eeba0eb85cc40889b2644a1eb588b63a2ed2: Pulling from ocaml/opam
1216d224fefc: Already exists
4450b286db51: Already exists
f213d9630a58: Already exists
1ac91c863c9f: Already exists
ac7b6a59d354: Already exists
a03d1fec0c66: Already exists
414a632f94f5: Already exists
540f8b551429: Already exists
361086872251: Already exists
2989232f16a8: Already exists
f88fa47cb23c: Already exists
af81cf998b8f: Already exists
28be2fb954ce: Already exists
13f4118261b3: Already exists
e78605d71ed6: Already exists
3a1cb5320a48: Already exists
3a1cb5320a48: Already exists
3f95bc4266d5: Already exists
0b35382c4b95: Already exists
12585c66f435: Already exists
2d3c3473a4a6: Already exists
4f4fb700ef54: Already exists
1fbe30a19755: Already exists
1698c4cd8226: Already exists
80b290b946a7: Already exists
8b5844f332b6: Already exists
7c01a2763d75: Already exists
91166a944545: Already exists
e000500a44ce: Already exists
0f4245cfdbe4: Already exists
5261d8b1bc2a: Already exists
5590dfe80454: Already exists
5366cceadfa5: Already exists
c066a2eba5de: Already exists
31bbf36f42e6: Already exists
bc06542236b0: Already exists
1ebbc845c9c9: Already exists
cb497f5f5e6d: Already exists
71e586ec76e7: Already exists
d676cdc0c9b3: Already exists
270bdf3d2e34: Already exists
64002ce3f238: Already exists
44b0efbb405e: Already exists
07cd088c51b3: Already exists
c1d44e7122db: Already exists
Digest: sha256:1e157411a029dc296401a6334a17eeba0eb85cc40889b2644a1eb588b63a2ed2
Status: Downloaded newer image for ocaml/opam@sha256:1e157411a029dc296401a6334a17eeba0eb85cc40889b2644a1eb588b63a2ed2
2026-01-23 15:10.57 ---> using "563e5d8b9f29a10b04d1d47babf031cb5cb9e45915fe6744769ea81d40437d42" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-01-23 15:10.57 ---> using "e8e94176244ec8681f2986dd72bd593f333bdbc2f88bbcb302834b35716aba50" from cache
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 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-01-23 15:10.57 ---> using "01fc7c0691f4733dae33afed3324b756f5adae23e649af9f578ac4e1c51367cd" from cache
/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version 2.5.0
# 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
2026-01-23 15:10.57 ---> using "a8eace04e44e96490d98dd71c337412f44cbe32748c5747a797e5f7ebdde76ca" from cache
/home/opam: (env OPAMDOWNLOADJOBS 1)
/home/opam: (env OPAMERRLOGLEN 0)
/home/opam: (env OPAMPRECISETRACKING 1)
/home/opam: (env CI true)
/home/opam: (env OPAM_REPO_CI true)
/home/opam: (run (shell "rm -rf opam-repository/"))
2026-01-23 15:10.57 ---> using "eaeb7137240ddeb924bfa449d8aceee6856befa2e044a9e1bd9f4bcdc93f259a" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-01-23 15:10.58 ---> using "fdb29f31bd10ec270116182445659cf907321e375351dad9def9a7b47e5f6b8d" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-23 15:11.10 ---> saved as "22689aa08e82866cd4d2ae3bc7aff558b523da7344b355d072ce98c5387321b3"
/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% | 60.2 KiB/s | 14.9 KiB | 00m00s
- Repositories loaded.
- Metadata cache created.
2026-01-23 15:11.14 ---> saved as "bda44512c02efa118e5e7e9adc56d988151c03bbb6f8ed16cfbd45da9d011e53"
/home/opam: (run (shell "opam pin add -k version -yn caisar.5.0 5.0"))
caisar is now pinned to version 5.0
2026-01-23 15:11.15 ---> saved as "2386015169d9e8ca3f70fd6c81f3cb392b6c11f7d15ed55db3149dba300816ee"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall caisar.5.0;\
\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\" != 'caisar.5.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
caisar.5.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 77 packages
- install astring 0.8.5 [required by fpath]
- install base v0.17.3 [required by caisar]
- install base-bytes base [required by csv, ocplib-endian]
- install base64 3.5.2 [required by ocaml-protoc-plugin]
- install bos 0.2.1 [required by yaml]
- install caisar 5.0 (pinned)
- install cmdliner 2.1.0 [required by caisar]
- install conf-gmp 5 [required by zarith]
- install conf-pkg-config 4 [required by ocaml-protoc-plugin]
- install conf-protoc 4.4.0 [required by ocaml-protoc-plugin]
- install cppo 1.8.0 [required by ocplib-endian, ppx_deriving]
- install csexp 1.5.2 [required by dune-configurator, dune-private-libs]
- install csv 2.4 [required by caisar]
- install ctypes 0.24.0 [required by yaml]
- install dune 3.21.0 [required by caisar]
- install dune-build-info 3.21.0 [required by omd]
- install dune-configurator 3.21.0 [required by base]
- install dune-private-libs 3.21.0 [required by dune-site]
- install dune-site 3.21.0 [required by caisar]
- install dyn 3.21.0 [required by dune-private-libs]
- install fmt 0.11.0 [required by caisar]
- install fpath 0.7.3 [required by caisar]
- install fs-io 3.21.0 [required by stdune]
- install integers 0.7.0 [required by ctypes]
- install jane-street-headers v0.17.0 [required by time_now]
- install jst-config v0.17.0 [required by time_now]
- install logs 0.10.0 [required by caisar]
- install menhir 20250912 [required by why3]
- install menhirCST 20250912 [required by menhir]
- install menhirLib 20250912 [required by caisar]
- install menhirSdk 20250912 [required by menhir]
- install ocaml-compiler-libs v0.17.0 [required by ppxlib]
- install ocaml-protoc-plugin 6.2.0 [required by caisar]
- install ocaml_intrinsics_kernel v0.17.1 [required by base]
- install ocamlbuild 0.16.1 [required by fpath, fmt, logs]
- install ocamlfind 1.9.8 [required by ppx_deriving, fpath, fmt, etc.]
- install ocamlgraph 2.2.0 [required by caisar]
- install ocplib-endian 1.2 [required by caisar]
- install omd 2.0.0~alpha4 [required by ocaml-protoc-plugin]
- install ordering 3.21.0 [required by dyn, stdune]
- install pp 2.0.0 [required by dune-private-libs]
- install ppx_assert v0.17.0 [required by jst-config]
- install ppx_base v0.17.0 [required by time_now]
- install ppx_cold v0.17.0 [required by ppx_base]
- install ppx_compare v0.17.0 [required by ppx_base]
- install ppx_derivers 1.2.1 [required by ppx_deriving]
- install ppx_deriving 6.1.1 [required by caisar]
- install ppx_deriving_jsonschema 0.0.4 [required by caisar]
- install ppx_deriving_yaml 0.4.1 [required by caisar]
- install ppx_deriving_yojson 3.10.0 [required by caisar]
- install ppx_enumerate v0.17.0 [required by ppx_base]
- install ppx_expect v0.17.3 [required by ocaml-protoc-plugin]
- install ppx_globalize v0.17.2 [required by ppx_base]
- install ppx_hash v0.17.0 [required by ppx_base]
- install ppx_here v0.17.0 [required by ppx_expect]
- install ppx_inline_test v0.17.1 [required by caisar]
- install ppx_optcomp v0.17.1 [required by time_now]
- install ppx_sexp_conv v0.17.1 [required by why3]
- install ppxlib 0.37.0 [required by ppx_deriving_yaml, ppx_deriving, ppx_deriving_jsonschema, ppx_deriving_yojson]
- install ppxlib_jane v0.17.4 [required by ppx_globalize, ppx_enumerate, ppx_hash]
- install ptime 1.2.0 [required by ocaml-protoc-plugin]
- install re 1.14.0 [required by caisar]
- install rresult 0.7.0 [required by bos]
- install sexplib0 v0.17.0 [required by base]
- install stdio v0.17.0 [required by caisar]
- install stdlib-shims 0.3.0 [required by ppxlib, integers]
- install stdune 3.21.0 [required by dune-private-libs]
- install time_now v0.17.0 [required by ppx_inline_test]
- install top-closure 3.21.0 [required by stdune]
- install topkg 1.1.1 [required by fpath, fmt, logs]
- install uucp 17.0.0 [required by omd]
- install uunf 17.0.0 [required by omd]
- install uutf 1.0.4 [required by omd]
- install why3 1.8.2 [required by caisar]
- install yaml 3.2.0 [required by caisar]
- install yojson 3.0.0 [required by caisar]
- install zarith 1.14 [required by caisar]
The following system packages will first need to be installed:
gmp-devel protobuf-compiler protobuf-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" "protobuf-compiler" "protobuf-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package Arch Version Repository Size
- Installing:
- gmp-devel x86_64 1:6.3.0-4.fc43 fedora 352.3 KiB
- protobuf-compiler x86_64 3.19.6-18.fc43 fedora 2.5 MiB
- protobuf-devel x86_64 3.19.6-18.fc43 fedora 2.7 MiB
- Installing dependencies:
- cmake-filesystem x86_64 3.31.10-3.fc43 updates 0.0 B
- gmp-c++ x86_64 1:6.3.0-4.fc43 fedora 27.6 KiB
- protobuf x86_64 3.19.6-18.fc43 fedora 3.3 MiB
- zlib-ng-compat-devel x86_64 2.3.2-2.fc43 updates 107.0 KiB
-
- Transaction Summary:
- Installing: 7 packages
-
- Total size of inbound packages is 2 MiB. Need to download 2 MiB.
- After this operation, 9 MiB extra will be used (install 9 MiB, remove 0 B).
- [1/7] gmp-c++-1:6.3.0-4.fc43.x86_64 100% | 287.6 KiB/s | 18.4 KiB | 00m00s
- [2/7] gmp-devel-1:6.3.0-4.fc43.x86_64 100% | 2.3 MiB/s | 174.3 KiB | 00m00s
- [3/7] protobuf-devel-0:3.19.6-18.fc43.x 100% | 10.9 MiB/s | 389.0 KiB | 00m00s
- [4/7] zlib-ng-compat-devel-0:2.3.2-2.fc 100% | 543.5 KiB/s | 38.0 KiB | 00m00s
- [5/7] protobuf-compiler-0:3.19.6-18.fc4 100% | 3.9 MiB/s | 783.5 KiB | 00m00s
- [6/7] cmake-filesystem-0:3.31.10-3.fc43 100% | 730.0 KiB/s | 13.9 KiB | 00m00s
- [7/7] protobuf-0:3.19.6-18.fc43.x86_64 100% | 3.7 MiB/s | 1.0 MiB | 00m00s
- --------------------------------------------------------------------------------
- [7/7] Total 100% | 3.9 MiB/s | 2.4 MiB | 00m01s
- Running transaction
- [1/9] Verify package files 100% | 233.0 B/s | 7.0 B | 00m00s
- [2/9] Prepare transaction 100% | 125.0 B/s | 7.0 B | 00m00s
- [3/9] Installing protobuf-0:3.19.6-18.f 100% | 130.8 MiB/s | 3.3 MiB | 00m00s
- [4/9] Installing protobuf-compiler-0:3. 100% | 60.7 MiB/s | 2.5 MiB | 00m00s
- [5/9] Installing cmake-filesystem-0:3.3 100% | 1.5 MiB/s | 7.6 KiB | 00m00s
- [6/9] Installing zlib-ng-compat-devel-0 100% | 53.0 MiB/s | 108.6 KiB | 00m00s
- [7/9] Installing gmp-c++-1:6.3.0-4.fc43 100% | 13.9 MiB/s | 28.5 KiB | 00m00s
- [8/9] Installing gmp-devel-1:6.3.0-4.fc 100% | 115.3 MiB/s | 354.1 KiB | 00m00s
- [9/9] Installing protobuf-devel-0:3.19. 100% | 34.5 MiB/s | 2.8 MiB | 00m00s
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "gmp-devel" "protobuf-compiler" "protobuf-devel"
- gmp-devel-6.3.0-4.fc43.x86_64
- protobuf-compiler-3.19.6-18.fc43.x86_64
- protobuf-devel-3.19.6-18.fc43.x86_64
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5 (cached)
-> retrieved base.v0.17.3 (cached)
-> retrieved base64.3.5.2 (cached)
-> retrieved bos.0.2.1 (cached)
-> retrieved caisar.5.0 (https://git.frama-c.com/api/v4/projects/1082/packages/generic/caisar/5.0/caisar-5.0.tbz)
-> retrieved cmdliner.2.1.0 (cached)
-> retrieved conf-gmp.5 (cached)
-> retrieved cppo.1.8.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved csv.2.4 (cached)
-> installed conf-protoc.4.4.0
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> retrieved ctypes.0.24.0 (cached)
-> retrieved dune.3.21.0, dune-build-info.3.21.0, dune-configurator.3.21.0, dune-private-libs.3.21.0, dune-site.3.21.0, dyn.3.21.0, fs-io.3.21.0, ordering.3.21.0, stdune.3.21.0, top-closure.3.21.0 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved fpath.0.7.3 (cached)
-> retrieved integers.0.7.0 (cached)
-> retrieved jane-street-headers.v0.17.0 (cached)
-> retrieved jst-config.v0.17.0 (cached)
-> retrieved logs.0.10.0 (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)
-> installed cmdliner.2.1.0
-> retrieved ocaml-compiler-libs.v0.17.0 (cached)
-> retrieved ocaml-protoc-plugin.6.2.0 (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocamlgraph.2.2.0 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> retrieved omd.2.0.0~alpha4 (cached)
-> retrieved pp.2.0.0 (cached)
-> retrieved ppx_assert.v0.17.0 (cached)
-> retrieved ppx_base.v0.17.0 (cached)
-> retrieved ppx_cold.v0.17.0 (cached)
-> retrieved ppx_compare.v0.17.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_deriving.6.1.1 (cached)
-> retrieved ppx_deriving_jsonschema.0.0.4 (cached)
-> retrieved ppx_deriving_yaml.0.4.1 (cached)
-> retrieved ppx_deriving_yojson.3.10.0 (cached)
-> retrieved ppx_enumerate.v0.17.0 (cached)
-> retrieved ppx_expect.v0.17.3 (cached)
-> retrieved ppx_globalize.v0.17.2 (cached)
-> retrieved ppx_hash.v0.17.0 (cached)
-> retrieved ppx_here.v0.17.0 (cached)
-> retrieved ppx_inline_test.v0.17.1 (cached)
-> retrieved ppx_optcomp.v0.17.1 (cached)
-> retrieved ppx_sexp_conv.v0.17.1 (cached)
-> retrieved ppxlib.0.37.0 (cached)
-> retrieved ppxlib_jane.v0.17.4 (cached)
-> retrieved ptime.1.2.0 (cached)
-> retrieved re.1.14.0 (cached)
-> retrieved rresult.0.7.0 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdio.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved time_now.v0.17.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved uucp.17.0.0 (cached)
-> retrieved uunf.17.0.0 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved why3.1.8.2 (cached)
-> retrieved yaml.3.2.0 (cached)
-> retrieved yojson.3.0.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 rresult.0.7.0
-> installed fmt.0.11.0
-> installed uutf.1.0.4
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed logs.0.10.0
-> installed fpath.0.7.3
-> installed bos.0.2.1
-> installed uunf.17.0.0
-> installed dune.3.21.0
-> installed base64.3.5.2
-> installed cppo.1.8.0
-> installed csexp.1.5.2
-> installed csv.2.4
-> installed jane-street-headers.v0.17.0
-> installed menhirCST.20250912
-> installed menhirLib.20250912
-> installed menhirSdk.20250912
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ocamlgraph.2.2.0
-> installed pp.2.0.0
-> installed ppx_derivers.1.2.1
-> installed re.1.14.0
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed yojson.3.0.0
-> installed ocplib-endian.1.2
-> installed integers.0.7.0
-> installed dune-build-info.3.21.0
-> installed ordering.3.21.0
-> installed fs-io.3.21.0
-> installed top-closure.3.21.0
-> installed dune-configurator.3.21.0
-> installed dyn.3.21.0
-> installed ctypes.0.24.0
-> installed stdune.3.21.0
-> installed base.v0.17.3
-> installed dune-private-libs.3.21.0
-> installed stdio.v0.17.0
-> installed yaml.3.2.0
-> installed dune-site.3.21.0
-> installed uucp.17.0.0
-> installed menhir.20250912
-> installed omd.2.0.0~alpha4
-> installed ppxlib.0.37.0
-> installed ppxlib_jane.v0.17.4
-> installed ppx_optcomp.v0.17.1
-> installed ppx_cold.v0.17.0
-> installed ppx_here.v0.17.0
-> installed ppx_deriving_jsonschema.0.0.4
-> installed ppx_deriving_yaml.0.4.1
-> installed ppx_deriving.6.1.1
-> installed ppx_enumerate.v0.17.0
-> installed ppx_globalize.v0.17.2
-> installed ppx_compare.v0.17.0
-> installed ppx_sexp_conv.v0.17.1
-> installed ppx_deriving_yojson.3.10.0
-> installed ppx_hash.v0.17.0
-> installed ppx_assert.v0.17.0
-> installed ppx_base.v0.17.0
-> installed jst-config.v0.17.0
-> installed time_now.v0.17.0
-> installed ppx_inline_test.v0.17.1
-> installed ppx_expect.v0.17.3
-> installed ocaml-protoc-plugin.6.2.0
-> installed why3.1.8.2
-> installed caisar.5.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-23 15:14.42 ---> saved as "1ef7f146f5e199fa8010c667460a125589eed735f6a929dfe1de7700ad2f34a4"
/home/opam: (run (network host)
(shell "(opam reinstall --with-test caisar.5.0) || true"))
The following actions will be performed:
=== recompile 1 package
- recompile caisar 5.0 (pinned)
=== install 3 packages
- install conf-jq 1 [required by caisar]
- install conf-python-3 9.0.0 [required by caisar]
- install conf-texlive 2 [required by caisar]
The following system packages will first need to be installed:
jq texlive-latex
<><> 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" "jq" "texlive-latex"
- Updating and loading repositories:
- Repositories loaded.
- Package Arch Version Repository Size
- Installing:
- jq x86_64 1.8.1-1.fc43 updates 457.7 KiB
- texlive-latex noarch 11:svn65161-94.fc43 updates 40.2 MiB
- Installing dependencies:
- abattis-cantarell-vf-fonts noarch 0.301-15.fc43 fedora 192.7 KiB
- biber noarch 2.21-2.fc43 fedora 1.4 MiB
- default-fonts-core-sans noarch 4.2-5.fc43 fedora 11.9 KiB
- fontconfig x86_64 2.17.0-3.fc43 fedora 765.9 KiB
- fonts-filesystem noarch 1:2.0.5-23.fc43 fedora 0.0 B
- freetype x86_64 2.13.3-3.fc43 fedora 850.2 KiB
- gd x86_64 2.3.3-19.fc43 fedora 403.6 KiB
- google-noto-fonts-common noarch 20251101-2.fc43 updates 17.7 KiB
- google-noto-sans-vf-fonts noarch 20251101-2.fc43 updates 1.4 MiB
- graphite2 x86_64 1.3.14-19.fc43 fedora 191.8 KiB
- harfbuzz x86_64 11.5.1-2.fc43 updates 2.8 MiB
- hostname x86_64 3.25-3.fc43 fedora 41.4 KiB
- jbigkit-libs x86_64 2.1-32.fc43 fedora 113.5 KiB
- libXpm x86_64 3.5.17-6.fc43 fedora 148.3 KiB
- libaom x86_64 3.13.1-1.fc43 fedora 5.0 MiB
- libavif x86_64 1.3.0-2.fc43 fedora 258.0 KiB
- libdatrie x86_64 0.2.13-12.fc43 fedora 53.8 KiB
- libdav1d x86_64 1.5.2-1.fc43 updates 1.7 MiB
- libimagequant x86_64 4.0.3-8.fc43 fedora 690.9 KiB
- libjpeg-turbo x86_64 3.1.2-1.fc43 fedora 804.9 KiB
- liblerc x86_64 4.0.0-9.fc43 fedora 624.1 KiB
- libpaper x86_64 1:2.1.1-9.fc43 fedora 48.7 KiB
- libpng x86_64 2:1.6.53-1.fc43 updates 241.7 KiB
- libthai x86_64 0.1.29-11.fc43 fedora 783.4 KiB
- libtiff x86_64 4.7.1-1.fc43 updates 624.4 KiB
- libvmaf x86_64 3.0.0-4.fc43 fedora 827.0 KiB
- libwebp x86_64 1.6.0-2.fc43 fedora 956.6 KiB
- libxslt x86_64 1.1.43-5.fc43 fedora 460.1 KiB
- libyuv x86_64 0-0.57.20240704git96bbdb5.fc43 fedora 679.7 KiB
- mailcap noarch 2.1.54-9.fc43 fedora 86.0 KiB
- oniguruma x86_64 6.9.10-3.fc43 fedora 763.1 KiB
- perl-Authen-SASL noarch 2.1900-1.fc43 fedora 128.2 KiB
- perl-B-Hooks-EndOfScope noarch 0.28-4.fc43 fedora 69.3 KiB
- perl-Business-ISBN noarch 3.011-3.fc43 fedora 55.7 KiB
- perl-Business-ISBN-Data noarch 20260109.001-1.fc43 updates 300.6 KiB
- perl-Business-ISMN noarch 1.205-2.fc43 fedora 36.7 KiB
- perl-Business-ISSN noarch 1.008-2.fc43 fedora 21.7 KiB
- perl-Class-Accessor noarch 0.51-23.fc43 fedora 40.8 KiB
- perl-Class-Data-Inheritable noarch 0.10-3.fc43 fedora 6.3 KiB
- perl-Class-Inspector noarch 1.36-19.fc43 fedora 57.5 KiB
- perl-Class-Method-Modifiers noarch 2.15-7.fc43 fedora 102.5 KiB
- perl-Class-Singleton noarch 1.6-14.fc43 fedora 39.7 KiB
- perl-Clone x86_64 0.47-4.fc43 fedora 32.4 KiB
- perl-Clone-PP noarch 1.08-14.fc43 fedora 12.9 KiB
- perl-Compress-Raw-Bzip2 x86_64 2.213-521.fc43 fedora 67.3 KiB
- perl-Compress-Raw-Zlib x86_64 2.213-521.fc43 fedora 163.2 KiB
- perl-Convert-ASN1 noarch 0.34-6.fc43 fedora 170.0 KiB
- perl-Crypt-URandom x86_64 0.54-3.fc43 fedora 60.5 KiB
- perl-Data-Compare noarch 1.29-7.fc43 fedora 55.5 KiB
- perl-Data-Dump noarch 1.25-13.fc43 fedora 50.2 KiB
- perl-Data-OptList noarch 0.114-7.fc43 fedora 50.1 KiB
- perl-Data-Uniqid noarch 0.12-37.fc43 fedora 4.2 KiB
- perl-Date-ISO8601 noarch 0.005-23.fc43 fedora 24.5 KiB
- perl-Date-Manip noarch 6.98-2.fc43 fedora 10.7 MiB
- perl-DateTime x86_64 2:1.66-4.fc43 fedora 379.1 KiB
- perl-DateTime-Calendar-Julian noarch 0.107-11.fc43 fedora 32.8 KiB
- perl-DateTime-Format-Builder noarch 0.8300-16.fc43 fedora 202.3 KiB
- perl-DateTime-Format-Strptime noarch 1:1.79-13.fc43 fedora 96.3 KiB
- perl-DateTime-Locale noarch 1.45-2.fc43 fedora 22.8 MiB
- perl-DateTime-TimeZone noarch 2.66-1.fc43 updates 6.1 MiB
- perl-DateTime-TimeZone-SystemV noarch 0.010-24.fc43 fedora 28.4 KiB
- perl-DateTime-TimeZone-Tzfile noarch 0.011-24.fc43 fedora 24.6 KiB
- perl-Devel-CallChecker x86_64 0.009-10.fc43 fedora 33.2 KiB
- perl-Devel-Caller x86_64 2.07-10.fc43 fedora 23.3 KiB
- perl-Devel-GlobalDestruction noarch 0.14-27.fc43 fedora 16.6 KiB
- perl-Devel-LexAlias x86_64 0.05-41.fc43 fedora 15.1 KiB
- perl-Devel-StackTrace noarch 1:2.05-6.fc43 fedora 48.9 KiB
- perl-Digest-HMAC noarch 1.05-3.fc43 fedora 29.5 KiB
- perl-Digest-SHA x86_64 1:6.04-521.fc43 fedora 112.5 KiB
- perl-Dist-CheckConflicts noarch 0.11-33.fc43 fedora 31.7 KiB
- perl-DynaLoader-Functions noarch 0.004-7.fc43 fedora 19.7 KiB
- perl-Email-Date-Format noarch 1.008-7.fc43 fedora 24.8 KiB
- perl-Encode-Locale noarch 1.05-32.fc43 fedora 19.0 KiB
- perl-English noarch 1.11-520.fc43 fedora 6.2 KiB
- perl-Eval-Closure noarch 0.14-26.fc43 fedora 33.3 KiB
- perl-Exception-Class noarch 1.45-13.fc43 fedora 92.4 KiB
- perl-Exporter-Tiny noarch 1.006002-9.fc43 fedora 88.3 KiB
- perl-ExtUtils-MM-Utils noarch 2:7.76-521.fc43 fedora 2.9 KiB
- perl-File-Find-Rule noarch 0.35-2.fc43 fedora 42.4 KiB
- perl-File-Listing noarch 6.16-6.fc43 fedora 41.2 KiB
- perl-File-ShareDir noarch 1.118-14.fc43 fedora 56.2 KiB
- perl-File-Slurper noarch 0.014-8.fc43 fedora 28.7 KiB
- perl-Filter x86_64 2:1.64-521.fc43 fedora 156.7 KiB
- perl-FindBin noarch 1.54-520.fc43 fedora 6.8 KiB
- perl-GD x86_64 2.83-5.fc43 fedora 399.2 KiB
- perl-GSSAPI x86_64 0.28-50.fc43 fedora 120.7 KiB
- perl-HTML-Parser x86_64 3.83-4.fc43 fedora 277.7 KiB
- perl-HTML-Tagset noarch 3.24-4.fc43 fedora 18.7 KiB
- perl-HTTP-Cookies noarch 6.11-6.fc43 fedora 73.4 KiB
- perl-HTTP-Date noarch 6.06-7.fc43 fedora 41.2 KiB
- perl-HTTP-Message noarch 7.01-1.fc43 updates 215.4 KiB
- perl-HTTP-Negotiate noarch 6.01-41.fc43 fedora 27.6 KiB
- perl-Hash-Util-FieldHash x86_64 1.27-520.fc43 fedora 62.6 KiB
- perl-I18N-LangTags noarch 0.45-520.fc43 fedora 82.4 KiB
- perl-I18N-Langinfo x86_64 0.24-520.fc43 fedora 34.7 KiB
- perl-IO-Compress noarch 2.213-521.fc43 fedora 1.0 MiB
- perl-IO-HTML noarch 1.004-15.fc43 fedora 45.2 KiB
- perl-IO-String noarch 1.08-53.fc43 fedora 16.8 KiB
- perl-IPC-Cmd noarch 2:1.04-521.fc43 fedora 84.9 KiB
- perl-IPC-Run3 noarch 0.049-4.fc43 fedora 60.3 KiB
- perl-IPC-SysV x86_64 2.09-521.fc43 fedora 73.7 KiB
- perl-IPC-System-Simple noarch 1.30-16.fc43 fedora 71.7 KiB
- perl-JSON noarch 4.10-8.fc43 fedora 270.5 KiB
- perl-JSON-PP noarch 1:4.16-522.fc43 updates 141.9 KiB
- perl-LDAP noarch 1:0.68-16.fc43 fedora 938.1 KiB
- perl-LWP-MediaTypes noarch 6.04-21.fc43 fedora 79.0 KiB
- perl-LWP-Protocol-https noarch 6.14-4.fc43 fedora 29.7 KiB
- perl-Lingua-Translit noarch 0.29-10.fc43 fedora 177.5 KiB
- perl-List-AllUtils noarch 0.19-15.fc43 fedora 134.3 KiB
- perl-List-MoreUtils-XS x86_64 0.430-18.fc43 fedora 162.6 KiB
- perl-List-SomeUtils noarch 0.59-8.fc43 fedora 107.2 KiB
- perl-List-UtilsBy noarch 0.12-12.fc43 fedora 55.8 KiB
- perl-Locale-Maketext noarch 1.33-521.fc43 fedora 171.3 KiB
- perl-Locale-Maketext-Simple noarch 1:0.21-520.fc43 fedora 12.8 KiB
- perl-Log-Dispatch noarch 2.71-7.fc43 fedora 142.9 KiB
- perl-Log-Dispatch-FileRotate noarch 1.38-12.fc43 fedora 52.6 KiB
- perl-Log-Log4perl noarch 1.57-8.fc43 fedora 879.3 KiB
- perl-MIME-Charset noarch 1.013.1-8.fc43 fedora 104.4 KiB
- perl-MIME-Lite noarch 3.033-15.fc43 fedora 245.9 KiB
- perl-MIME-Types noarch 2.29-1.fc43 fedora 191.1 KiB
- perl-MRO-Compat noarch 0.15-12.fc43 fedora 43.0 KiB
- perl-Mail-Sender noarch 1:0.903-27.fc43 fedora 160.6 KiB
- perl-Mail-Sendmail noarch 0.82-2.fc43 fedora 65.1 KiB
- perl-MailTools noarch 2.22-3.fc43 fedora 203.5 KiB
- perl-Math-BigInt noarch 1:2.0050.03-3.fc43 fedora 1.1 MiB
- perl-Math-Complex noarch 1.63-520.fc43 fedora 85.1 KiB
- perl-Module-CoreList noarch 1:5.20251220-1.fc43 updates 1.3 MiB
- perl-Module-Implementation noarch 0.09-42.fc43 fedora 24.7 KiB
- perl-Module-Load noarch 1:0.36-520.fc43 fedora 14.9 KiB
- perl-Module-Load-Conditional noarch 0.74-520.fc43 fedora 28.7 KiB
- perl-Module-Metadata noarch 1.000038-520.fc43 fedora 67.5 KiB
- perl-Module-Runtime noarch 0.018-2.fc43 fedora 63.1 KiB
- perl-Mozilla-CA noarch 20250602-2.fc43 fedora 12.1 KiB
- perl-NTLM noarch 1.09-41.fc43 fedora 31.2 KiB
- perl-Net-HTTP noarch 6.24-1.fc43 fedora 76.1 KiB
- perl-Net-SMTP-SSL noarch 1.04-27.fc43 fedora 4.2 KiB
- perl-Number-Compare noarch 0.03-41.fc43 fedora 4.5 KiB
- perl-Opcode x86_64 1.69-520.fc43 fedora 48.6 KiB
- perl-Package-Generator noarch 1.106-34.fc43 fedora 29.9 KiB
- perl-Package-Stash noarch 0.40-10.fc43 fedora 55.9 KiB
- perl-Package-Stash-XS x86_64 0.30-12.fc43 fedora 64.2 KiB
- perl-PadWalker x86_64 2.5-18.fc43 fedora 41.0 KiB
- perl-Params-Check noarch 1:0.38-520.fc43 fedora 27.6 KiB
- perl-Params-Classify x86_64 0.015-27.fc43 fedora 51.5 KiB
- perl-Params-Util x86_64 1.102-19.fc43 fedora 58.5 KiB
- perl-Params-Validate x86_64 1.31-12.fc43 fedora 148.9 KiB
- perl-Params-ValidationCompiler noarch 0.31-8.fc43 fedora 91.1 KiB
- perl-Parse-RecDescent noarch 1.967015-25.fc43 fedora 522.0 KiB
- perl-Pod-Html noarch 1.35-520.fc43 fedora 42.3 KiB
- perl-Ref-Util noarch 0.204-23.fc43 fedora 31.5 KiB
- perl-Ref-Util-XS x86_64 0.117-27.fc43 fedora 42.1 KiB
- perl-Regexp-Common noarch 2024080801-3.fc43 fedora 462.2 KiB
- perl-Role-Tiny noarch 2.002004-14.fc43 fedora 61.7 KiB
- perl-Safe noarch 2.47-520.fc43 fedora 30.7 KiB
- perl-Sort-Key x86_64 1.33-35.fc43 fedora 77.8 KiB
- perl-Specio noarch 0.53-1.fc43 updates 333.3 KiB
- perl-Sub-Exporter noarch 0.991-6.fc43 fedora 194.9 KiB
- perl-Sub-Exporter-Progressive noarch 0.001013-27.fc43 fedora 27.3 KiB
- perl-Sub-Install noarch 0.929-8.fc43 fedora 35.9 KiB
- perl-Sys-Hostname x86_64 1.25-520.fc43 fedora 15.8 KiB
- perl-Sys-Hostname-Long noarch 1.5-32.fc43 fedora 15.1 KiB
- perl-Sys-Syslog x86_64 0.36-521.fc43 fedora 94.7 KiB
- perl-Text-Balanced noarch 2.07-1.fc43 fedora 111.5 KiB
- perl-Text-BibTeX x86_64 0.91-3.fc43 fedora 502.1 KiB
- perl-Text-CSV noarch 2.06-1.fc43 fedora 365.7 KiB
- perl-Text-Glob noarch 0.11-26.fc43 fedora 8.4 KiB
- perl-Text-Roman noarch 3.5-31.fc43 fedora 33.1 KiB
- perl-Text-Soundex x86_64 3.05-35.fc43 fedora 46.8 KiB
- perl-Text-Unidecode noarch 1.30-27.fc43 fedora 448.7 KiB
- perl-Tie noarch 4.6-520.fc43 fedora 32.1 KiB
- perl-Tie-Cycle noarch 1.231-2.fc43 fedora 23.9 KiB
- perl-Tie-RefHash noarch 1.41-520.fc43 fedora 35.9 KiB
- perl-Time-HiRes x86_64 4:1.9778-520.fc43 fedora 115.8 KiB
- perl-TimeDate noarch 1:2.33-17.fc43 fedora 95.2 KiB
- perl-Try-Tiny noarch 0.32-3.fc43 fedora 67.3 KiB
- perl-Unicode-Collate x86_64 1.31-520.fc43 fedora 4.2 MiB
- perl-Unicode-LineBreak x86_64 2019.001-25.fc43 fedora 260.5 KiB
- perl-Unicode-Normalize x86_64 1.32-520.fc43 fedora 486.2 KiB
- perl-Unicode-UCD noarch 0.81-520.fc43 fedora 206.4 KiB
- perl-Variable-Magic x86_64 0.64-6.fc43 fedora 126.5 KiB
- perl-WWW-RobotRules noarch 6.02-42.fc43 fedora 24.3 KiB
- perl-XML-LibXML x86_64 1:2.0210-6.fc43 fedora 912.5 KiB
- perl-XML-LibXML-Simple noarch 1.01-18.fc43 fedora 50.8 KiB
- perl-XML-LibXSLT x86_64 2.003.000-5.fc43 fedora 137.2 KiB
- perl-XML-NamespaceSupport noarch 1.12-26.fc43 fedora 44.7 KiB
- perl-XML-Parser x86_64 2.47-8.fc43 fedora 649.2 KiB
- perl-XML-SAX noarch 1.02-19.fc43 fedora 120.2 KiB
- perl-XML-SAX-Base noarch 1.09-26.fc43 fedora 172.7 KiB
- perl-XML-Writer noarch 0.900-17.fc43 fedora 65.8 KiB
- perl-XML-XPath noarch 1.48-9.fc43 fedora 202.3 KiB
- perl-XString x86_64 0.005-17.fc43 fedora 32.9 KiB
- perl-autodie noarch 2.37-521.fc43 fedora 214.9 KiB
- perl-autovivification x86_64 0.18-27.fc43 fedora 61.9 KiB
- perl-deprecate noarch 0.04-520.fc43 fedora 6.6 KiB
- perl-encoding x86_64 4:3.00-520.fc43 fedora 149.5 KiB
- perl-libwww-perl noarch 6.81-1.fc43 updates 522.8 KiB
- perl-meta-notation noarch 5.42.0-520.fc43 fedora 2.0 KiB
- perl-namespace-autoclean noarch 0.31-3.fc43 fedora 43.5 KiB
- perl-namespace-clean noarch 0.27-29.fc43 fedora 38.7 KiB
- perl-open noarch 1.13-520.fc43 fedora 11.3 KiB
- perl-sigtrap noarch 1.10-520.fc43 fedora 11.1 KiB
- perl-subs noarch 1.04-520.fc43 fedora 2.1 KiB
- perl-version x86_64 9:0.99.33-521.fc43 fedora 128.7 KiB
- perltidy noarch 20250912-1.fc43 fedora 4.3 MiB
- rav1e-libs x86_64 0.8.1-2.fc43 updates 3.1 MiB
- sombok x86_64 2.4.0-24.fc43 fedora 131.7 KiB
- svt-av1-libs x86_64 3.1.2-1.fc43 fedora 5.6 MiB
- texlive-algorithms noarch 11:svn42428-80.fc43 fedora 38.2 KiB
- texlive-alphalph noarch 11:svn53087-80.fc43 fedora 375.9 KiB
- texlive-amsfonts noarch 11:svn61937-80.fc43 fedora 5.9 MiB
- texlive-amsmath noarch 11:svn63514-80.fc43 fedora 266.6 KiB
- texlive-atbegshi noarch 11:svn53051-80.fc43 fedora 443.4 KiB
- texlive-attachfile noarch 11:svn42099-80.fc43 fedora 32.0 KiB
- texlive-atveryend noarch 11:svn53108-80.fc43 fedora 409.9 KiB
- texlive-auto-pst-pdf noarch 11:svn56596-80.fc43 fedora 14.8 KiB
- texlive-auxhook noarch 11:svn53173-80.fc43 fedora 301.9 KiB
- texlive-avantgar noarch 11:svn61983-80.fc43 fedora 1.2 MiB
- texlive-babel noarch 11:svn65823-80.fc43 fedora 2.1 MiB
- texlive-babelbib noarch 11:svn57349-80.fc43 fedora 779.1 KiB
- texlive-base x86_64 11:20230311-94.fc43 updates 19.0 MiB
- texlive-bera noarch 11:svn20031.0-80.fc43 fedora 772.9 KiB
- texlive-biblatex noarch 11:svn70725-80.fc43 fedora 2.2 MiB
- texlive-bidi noarch 11:svn65572-80.fc43 fedora 1.2 MiB
- texlive-bigintcalc noarch 11:svn53172-80.fc43 fedora 515.6 KiB
- texlive-bitset noarch 11:svn53837-80.fc43 fedora 662.3 KiB
- texlive-bookman noarch 11:svn61719-80.fc43 fedora 1.2 MiB
- texlive-bookmark noarch 11:svn56885-80.fc43 fedora 569.3 KiB
- texlive-booktabs noarch 11:svn53402-80.fc43 fedora 18.3 KiB
- texlive-breakurl noarch 11:svn29901.1.40-80.fc43 fedora 17.1 KiB
- texlive-caption noarch 11:svn66580-80.fc43 fedora 906.9 KiB
- texlive-catchfile noarch 11:svn53084-80.fc43 fedora 318.8 KiB
- texlive-changepage noarch 11:svn15878.1.0c-80.fc43 fedora 27.3 KiB
- texlive-charter noarch 11:svn15878.0-80.fc43 fedora 404.0 KiB
- texlive-cm noarch 11:svn57963-80.fc43 fedora 994.9 KiB
- texlive-cm-super noarch 11:svn15878.0-80.fc43 fedora 65.0 MiB
- texlive-colortbl noarch 11:svn64015-80.fc43 fedora 21.0 KiB
- texlive-courier noarch 11:svn61719-80.fc43 fedora 915.1 KiB
- texlive-csquotes noarch 11:svn64389-80.fc43 fedora 112.0 KiB
- texlive-ctablestack noarch 11:svn38514-80.fc43 fedora 20.1 KiB
- texlive-currfile noarch 11:svn64673-80.fc43 fedora 34.0 KiB
- texlive-dehyph noarch 11:svn48599-80.fc43 fedora 239.9 KiB
- texlive-enumitem noarch 11:svn51423-80.fc43 fedora 59.4 KiB
- texlive-epstopdf noarch 11:svn66461-94.fc43 updates 39.3 KiB
- texlive-epstopdf-pkg noarch 11:svn53546-80.fc43 fedora 386.5 KiB
- texlive-eso-pic noarch 11:svn56658-80.fc43 fedora 27.7 KiB
- texlive-etex noarch 11:svn66203-80.fc43 fedora 41.0 KiB
- texlive-etex-pkg noarch 11:svn41784-80.fc43 fedora 18.6 KiB
- texlive-etexcmds noarch 11:svn53171-80.fc43 fedora 321.0 KiB
- texlive-etoolbox noarch 11:svn56554-80.fc43 fedora 66.7 KiB
- texlive-euenc noarch 11:svn19795.0.1h-80.fc43 fedora 39.3 KiB
- texlive-fancyhdr noarch 11:svn64977-80.fc43 fedora 31.6 KiB
- texlive-fancyvrb noarch 11:svn65585-80.fc43 fedora 66.2 KiB
- texlive-filecontents noarch 11:svn52142-80.fc43 fedora 12.2 KiB
- texlive-filehook noarch 11:svn64822-80.fc43 fedora 55.2 KiB
- texlive-float noarch 11:svn15878.1.3d-80.fc43 fedora 15.5 KiB
- texlive-fontspec noarch 11:svn63386-80.fc43 fedora 329.1 KiB
- texlive-footmisc noarch 11:svn62524-80.fc43 fedora 64.7 KiB
- texlive-fp noarch 11:svn49719-80.fc43 fedora 124.9 KiB
- texlive-fpl noarch 11:svn54512-80.fc43 fedora 647.6 KiB
- texlive-geometry noarch 11:svn61719-80.fc43 fedora 49.5 KiB
- texlive-gettitlestring noarch 11:svn53170-80.fc43 fedora 338.8 KiB
- texlive-graphics noarch 11:svn66204-80.fc43 fedora 124.5 KiB
- texlive-graphics-cfg noarch 11:svn41448-80.fc43 fedora 3.0 KiB
- texlive-graphics-def noarch 11:svn64487-80.fc43 fedora 98.2 KiB
- texlive-gsftopk x86_64 11:svn52851-94.fc43 updates 47.0 KiB
- texlive-helvetic noarch 11:svn61719-80.fc43 fedora 1.8 MiB
- texlive-hobsub noarch 11:svn52810-80.fc43 fedora 80.2 KiB
- texlive-hologo noarch 11:svn61719-80.fc43 fedora 664.7 KiB
- texlive-hycolor noarch 11:svn53584-80.fc43 fedora 411.7 KiB
- texlive-hypdoc noarch 11:svn65678-80.fc43 fedora 358.3 KiB
- texlive-hyperref noarch 11:svn65758-80.fc43 fedora 763.7 KiB
- texlive-hyph-utf8 noarch 11:svn61719-80.fc43 fedora 73.9 KiB
- texlive-hyphen-base noarch 11:svn66413-80.fc43 fedora 63.7 KiB
- texlive-ifmtarg noarch 11:svn47544-80.fc43 fedora 9.2 KiB
- texlive-ifplatform noarch 11:svn45533-80.fc43 fedora 12.7 KiB
- texlive-iftex noarch 11:svn61910-80.fc43 fedora 28.7 KiB
- texlive-infwarerr noarch 11:svn53023-80.fc43 fedora 306.3 KiB
- texlive-intcalc noarch 11:svn53168-80.fc43 fedora 471.6 KiB
- texlive-kastrup noarch 11:svn15878.0-80.fc43 fedora 3.4 KiB
- texlive-knuth-lib noarch 11:svn57963-80.fc43 fedora 99.9 KiB
- texlive-koma-script noarch 11:svn64685-80.fc43 fedora 9.9 MiB
- texlive-kpathsea x86_64 11:svn66209-94.fc43 updates 2.1 MiB
- texlive-kvdefinekeys noarch 11:svn53193-80.fc43 fedora 314.2 KiB
- texlive-kvoptions noarch 11:svn63622-80.fc43 fedora 550.0 KiB
- texlive-kvsetkeys noarch 11:svn64632-80.fc43 fedora 427.4 KiB
- texlive-l3backend noarch 11:svn65573-80.fc43 fedora 1.1 MiB
- texlive-l3kernel noarch 11:svn66094-80.fc43 fedora 1.4 MiB
- texlive-l3packages noarch 11:svn65722-80.fc43 fedora 262.4 KiB
- texlive-latex-fonts noarch 11:svn28888.0-80.fc43 fedora 114.2 KiB
- texlive-latexconfig noarch 11:svn53525-80.fc43 fedora 8.3 KiB
- texlive-letltxmacro noarch 11:svn53022-80.fc43 fedora 311.2 KiB
- texlive-lib x86_64 11:20230311-94.fc43 updates 1.1 MiB
- texlive-listings noarch 11:svn66222-80.fc43 fedora 580.0 KiB
- texlive-lm noarch 11:svn65956-80.fc43 fedora 39.4 MiB
- texlive-logreq noarch 11:svn53003-80.fc43 fedora 26.3 KiB
- texlive-ltxcmds noarch 11:svn56421-80.fc43 fedora 424.3 KiB
- texlive-lua-alt-getopt noarch 11:svn56414-80.fc43 fedora 3.9 KiB
- texlive-lua-uni-algos noarch 11:svn62204-80.fc43 fedora 129.1 KiB
- texlive-luabidi noarch 11:svn54512-80.fc43 fedora 25.3 KiB
- texlive-lualibs noarch 11:svn64615-80.fc43 fedora 764.4 KiB
- texlive-luaotfload noarch 11:svn64616-94.fc43 updates 8.2 MiB
- texlive-luatex x86_64 11:svn66967-94.fc43 updates 9.1 MiB
- texlive-luatexbase noarch 11:svn52663-80.fc43 fedora 12.8 KiB
- texlive-makecmds noarch 11:svn15878.0-80.fc43 fedora 11.1 KiB
- texlive-marginnote noarch 11:svn48383-80.fc43 fedora 22.5 KiB
- texlive-marvosym noarch 11:svn29349.2.2a-80.fc43 fedora 185.6 KiB
- texlive-mathpazo noarch 11:svn52663-80.fc43 fedora 110.5 KiB
- texlive-memoir noarch 11:svn65040-80.fc43 fedora 480.4 KiB
- texlive-mparhack noarch 11:svn59066-80.fc43 fedora 20.3 KiB
- texlive-ms noarch 11:svn57473-80.fc43 fedora 18.4 KiB
- texlive-multido noarch 11:svn18302.1.42-80.fc43 fedora 18.5 KiB
- texlive-natbib noarch 11:svn20668.8.31b-80.fc43 fedora 132.7 KiB
- texlive-palatino noarch 11:svn61719-80.fc43 fedora 1.1 MiB
- texlive-paralist noarch 11:svn43021-80.fc43 fedora 23.4 KiB
- texlive-pdfcolmk noarch 11:svn52912-80.fc43 fedora 19.6 KiB
- texlive-pdfescape noarch 11:svn53082-80.fc43 fedora 375.9 KiB
- texlive-pdftex x86_64 11:svn66243-94.fc43 updates 4.6 MiB
- texlive-pdftexcmds noarch 11:svn55777-80.fc43 fedora 423.9 KiB
- texlive-pgf noarch 11:svn65553-80.fc43 fedora 4.8 MiB
- texlive-picture noarch 11:svn54867-80.fc43 fedora 323.3 KiB
- texlive-placeins noarch 11:svn19848.2.2-80.fc43 fedora 4.6 KiB
- texlive-plain noarch 11:svn57963-80.fc43 fedora 109.4 KiB
- texlive-polyglossia noarch 11:svn65792-80.fc43 fedora 715.0 KiB
- texlive-psnfss noarch 11:svn54694-80.fc43 fedora 101.0 KiB
- texlive-pst-3d noarch 11:svn17257.1.10-80.fc43 fedora 19.5 KiB
- texlive-pst-coil noarch 11:svn62977-80.fc43 fedora 20.4 KiB
- texlive-pst-eps noarch 11:svn15878.1.0-80.fc43 fedora 15.5 KiB
- texlive-pst-fill noarch 11:svn60671-80.fc43 fedora 22.8 KiB
- texlive-pst-grad noarch 11:svn15878.1.06-80.fc43 fedora 21.1 KiB
- texlive-pst-math noarch 11:svn64732-80.fc43 fedora 22.3 KiB
- texlive-pst-node noarch 11:svn61838-80.fc43 fedora 114.0 KiB
- texlive-pst-ovl noarch 11:svn54963-80.fc43 fedora 12.4 KiB
- texlive-pst-plot noarch 11:svn65346-80.fc43 fedora 129.7 KiB
- texlive-pst-text noarch 11:svn49542-80.fc43 fedora 19.7 KiB
- texlive-pst-tools noarch 11:svn60621-80.fc43 fedora 26.8 KiB
- texlive-pst-tree noarch 11:svn60421-80.fc43 fedora 42.6 KiB
- texlive-pstricks noarch 11:svn65346-80.fc43 fedora 468.9 KiB
- texlive-pstricks-add noarch 11:svn65067-80.fc43 fedora 103.4 KiB
- texlive-ragged2e noarch 11:svn66152-80.fc43 fedora 731.9 KiB
- texlive-refcount noarch 11:svn53164-80.fc43 fedora 348.0 KiB
- texlive-rerunfilecheck noarch 11:svn63869-80.fc43 fedora 361.8 KiB
- texlive-sauerj noarch 11:svn15878.0-80.fc43 fedora 27.0 KiB
- texlive-setspace noarch 11:svn65206-80.fc43 fedora 22.0 KiB
- texlive-showexpl noarch 11:svn57414-80.fc43 fedora 21.8 KiB
- texlive-stringenc noarch 11:svn52982-80.fc43 fedora 1.0 MiB
- texlive-subfig noarch 11:svn15878.1.3-80.fc43 fedora 36.6 KiB
- texlive-symbol noarch 11:svn61719-80.fc43 fedora 78.3 KiB
- texlive-tex-ini-files noarch 11:svn40533-80.fc43 fedora 8.1 KiB
- texlive-texlive-scripts noarch 11:svn66584-94.fc43 updates 337.2 KiB
- texlive-texlive.infra noarch 11:svn66512-94.fc43 updates 1.0 MiB
- texlive-times noarch 11:svn61719-80.fc43 fedora 992.2 KiB
- texlive-tipa noarch 11:svn29349.1.3-80.fc43 fedora 3.7 MiB
- texlive-titlesec noarch 11:svn59845-80.fc43 fedora 97.8 KiB
- texlive-tools noarch 11:svn64892-80.fc43 fedora 403.2 KiB
- texlive-underscore noarch 11:svn18261.0-80.fc43 fedora 19.3 KiB
- texlive-unicode-data noarch 11:svn64423-80.fc43 fedora 3.1 MiB
- texlive-uniquecounter noarch 11:svn53162-80.fc43 fedora 312.0 KiB
- texlive-url noarch 11:svn32528.3.4-80.fc43 fedora 21.4 KiB
- texlive-utopia noarch 11:svn15878.0-80.fc43 fedora 540.6 KiB
- texlive-varwidth noarch 11:svn24104.0.92-80.fc43 fedora 19.5 KiB
- texlive-xcolor noarch 11:svn63563-80.fc43 fedora 79.3 KiB
- texlive-xifthen noarch 11:svn38929-80.fc43 fedora 14.4 KiB
- texlive-xkeyval noarch 11:svn63616-80.fc43 fedora 69.3 KiB
- texlive-xpatch noarch 11:svn54563-80.fc43 fedora 26.8 KiB
- texlive-xstring noarch 11:svn65551-80.fc43 fedora 56.1 KiB
- texlive-xunicode noarch 11:svn30466.0.981-80.fc43 fedora 219.6 KiB
- texlive-zapfding noarch 11:svn61719-80.fc43 fedora 79.5 KiB
- texlive-zref noarch 11:svn62977-80.fc43 fedora 816.8 KiB
- xml-common noarch 0.6.3-67.fc43 fedora 78.4 KiB
- xpdf-libs x86_64 1:4.06-1.fc43 updates 1.7 MiB
- zziplib x86_64 0.13.78-2.fc43 fedora 232.2 KiB
- Installing weak dependencies:
- perl-Class-XSAccessor x86_64 1.19-39.fc43 fedora 98.7 KiB
- perl-GD-Barcode noarch 2.01-1.fc43 fedora 10.5 MiB
- perl-IO-Compress-Brotli x86_64 0.019000-4.fc43 fedora 39.6 KiB
- perl-List-MoreUtils noarch 0.430-14.fc43 fedora 162.6 KiB
- perl-PerlIO-utf8_strict x86_64 0.010-11.fc43 fedora 41.8 KiB
-
- Transaction Summary:
- Installing: 378 packages
-
- Total size of inbound packages is 180 MiB. Need to download 180 MiB.
- After this operation, 375 MiB extra will be used (install 375 MiB, remove 0 B).
- [ 1/378] oniguruma-0:6.9.10-3.fc43.x86 100% | 3.0 MiB/s | 216.3 KiB | 00m00s
- [ 2/378] jq-0:1.8.1-1.fc43.x86_64 100% | 1.6 MiB/s | 212.0 KiB | 00m00s
- [ 3/378] texlive-hypdoc-11:svn65678-80 100% | 1.7 MiB/s | 332.5 KiB | 00m00s
- [ 4/378] texlive-hyperref-11:svn65758- 100% | 1.6 MiB/s | 116.3 KiB | 00m00s
- [ 5/378] texlive-l3kernel-11:svn66094- 100% | 2.0 MiB/s | 199.2 KiB | 00m00s
- [ 6/378] texlive-latex-fonts-11:svn288 100% | 1.2 MiB/s | 46.5 KiB | 00m00s
- [ 7/378] texlive-latexconfig-11:svn535 100% | 854.2 KiB/s | 12.8 KiB | 00m00s
- [ 8/378] texlive-psnfss-11:svn54694-80 100% | 1.2 MiB/s | 56.7 KiB | 00m00s
- [ 9/378] texlive-tools-11:svn64892-80. 100% | 2.0 MiB/s | 71.9 KiB | 00m00s
- [ 10/378] texlive-latex-11:svn65161-94. 100% | 34.9 MiB/s | 29.9 MiB | 00m01s
- [ 11/378] texlive-url-11:svn32528.3.4-8 100% | 79.3 KiB/s | 17.0 KiB | 00m00s
- [ 12/378] texlive-auxhook-11:svn53173-8 100% | 3.1 MiB/s | 292.2 KiB | 00m00s
- [ 13/378] texlive-atbegshi-11:svn53051- 100% | 3.6 MiB/s | 406.1 KiB | 00m00s
- [ 14/378] texlive-bitset-11:svn53837-80 100% | 12.3 MiB/s | 617.6 KiB | 00m00s
- [ 15/378] texlive-gettitlestring-11:svn 100% | 4.7 MiB/s | 324.6 KiB | 00m00s
- [ 16/378] texlive-etexcmds-11:svn53171- 100% | 2.5 MiB/s | 307.4 KiB | 00m00s
- [ 17/378] texlive-hobsub-11:svn52810-80 100% | 1.4 MiB/s | 74.9 KiB | 00m00s
- [ 18/378] texlive-iftex-11:svn61910-80. 100% | 389.2 KiB/s | 18.3 KiB | 00m00s
- [ 19/378] texlive-hycolor-11:svn53584-8 100% | 2.6 MiB/s | 381.3 KiB | 00m00s
- [ 20/378] texlive-infwarerr-11:svn53023 100% | 1.9 MiB/s | 292.5 KiB | 00m00s
- [ 21/378] texlive-intcalc-11:svn53168-8 100% | 3.0 MiB/s | 429.5 KiB | 00m00s
- [ 22/378] texlive-kvdefinekeys-11:svn53 100% | 5.1 MiB/s | 303.4 KiB | 00m00s
- [ 23/378] texlive-kvsetkeys-11:svn64632 100% | 3.9 MiB/s | 395.8 KiB | 00m00s
- [ 24/378] texlive-kvoptions-11:svn63622 100% | 4.1 MiB/s | 490.9 KiB | 00m00s
- [ 25/378] texlive-letltxmacro-11:svn530 100% | 3.2 MiB/s | 297.3 KiB | 00m00s
- [ 26/378] texlive-ltxcmds-11:svn56421-8 100% | 2.6 MiB/s | 397.4 KiB | 00m00s
- [ 27/378] texlive-memoir-11:svn65040-80 100% | 1.1 MiB/s | 91.5 KiB | 00m00s
- [ 28/378] texlive-pdftexcmds-11:svn5577 100% | 4.6 MiB/s | 388.2 KiB | 00m00s
- [ 29/378] texlive-refcount-11:svn53164- 100% | 3.1 MiB/s | 332.3 KiB | 00m00s
- [ 30/378] texlive-pdfescape-11:svn53082 100% | 1.6 MiB/s | 350.3 KiB | 00m00s
- [ 31/378] texlive-rerunfilecheck-11:svn 100% | 3.6 MiB/s | 338.1 KiB | 00m00s
- [ 32/378] texlive-zapfding-11:svn61719- 100% | 2.4 MiB/s | 61.6 KiB | 00m00s
- [ 33/378] texlive-stringenc-11:svn52982 100% | 4.0 MiB/s | 699.3 KiB | 00m00s
- [ 34/378] texlive-alphalph-11:svn53087- 100% | 6.2 MiB/s | 358.1 KiB | 00m00s
- [ 35/378] texlive-amsmath-11:svn63514-8 100% | 895.8 KiB/s | 43.9 KiB | 00m00s
- [ 36/378] texlive-booktabs-11:svn53402- 100% | 720.7 KiB/s | 15.1 KiB | 00m00s
- [ 37/378] texlive-colortbl-11:svn64015- 100% | 500.8 KiB/s | 15.0 KiB | 00m00s
- [ 38/378] texlive-csquotes-11:svn64389- 100% | 1.9 MiB/s | 33.0 KiB | 00m00s
- [ 39/378] texlive-enumitem-11:svn51423- 100% | 1.4 MiB/s | 25.0 KiB | 00m00s
- [ 40/378] texlive-fancyvrb-11:svn65585- 100% | 1.0 MiB/s | 23.9 KiB | 00m00s
- [ 41/378] texlive-amsfonts-11:svn61937- 100% | 11.9 MiB/s | 3.7 MiB | 00m00s
- [ 42/378] texlive-hologo-11:svn61719-80 100% | 4.0 MiB/s | 583.9 KiB | 00m00s
- [ 43/378] texlive-l3backend-11:svn65573 100% | 6.3 MiB/s | 894.5 KiB | 00m00s
- [ 44/378] texlive-underscore-11:svn1826 100% | 1.0 MiB/s | 16.1 KiB | 00m00s
- [ 45/378] texlive-avantgar-11:svn61983- 100% | 3.1 MiB/s | 318.4 KiB | 00m00s
- [ 46/378] texlive-bookman-11:svn61719-8 100% | 8.5 MiB/s | 364.4 KiB | 00m00s
- [ 47/378] texlive-charter-11:svn15878.0 100% | 2.9 MiB/s | 203.2 KiB | 00m00s
- [ 48/378] texlive-cm-11:svn57963-80.fc4 100% | 7.4 MiB/s | 318.5 KiB | 00m00s
- [ 49/378] texlive-courier-11:svn61719-8 100% | 7.7 MiB/s | 522.3 KiB | 00m00s
- [ 50/378] texlive-graphics-11:svn66204- 100% | 1.1 MiB/s | 36.9 KiB | 00m00s
- [ 51/378] texlive-helvetic-11:svn61719- 100% | 7.1 MiB/s | 650.8 KiB | 00m00s
- [ 52/378] texlive-mathpazo-11:svn52663- 100% | 2.0 MiB/s | 86.9 KiB | 00m00s
- [ 53/378] texlive-palatino-11:svn61719- 100% | 3.9 MiB/s | 418.6 KiB | 00m00s
- [ 54/378] texlive-symbol-11:svn61719-80 100% | 3.0 MiB/s | 51.8 KiB | 00m00s
- [ 55/378] texlive-times-11:svn61719-80. 100% | 2.9 MiB/s | 364.6 KiB | 00m00s
- [ 56/378] texlive-utopia-11:svn15878.0- 100% | 2.9 MiB/s | 235.9 KiB | 00m00s
- [ 57/378] texlive-bigintcalc-11:svn5317 100% | 5.9 MiB/s | 463.3 KiB | 00m00s
- [ 58/378] texlive-etex-pkg-11:svn41784- 100% | 740.8 KiB/s | 14.1 KiB | 00m00s
- [ 59/378] texlive-atveryend-11:svn53108 100% | 6.6 MiB/s | 382.5 KiB | 00m00s
- [ 60/378] texlive-lm-11:svn65956-80.fc4 100% | 9.6 MiB/s | 12.0 MiB | 00m01s
- [ 61/378] texlive-uniquecounter-11:svn5 100% | 2.3 MiB/s | 297.7 KiB | 00m00s
- [ 62/378] texlive-etoolbox-11:svn56554- 100% | 824.0 KiB/s | 23.1 KiB | 00m00s
- [ 63/378] texlive-pstricks-11:svn65346- 100% | 3.7 MiB/s | 114.0 KiB | 00m00s
- [ 64/378] texlive-graphics-cfg-11:svn41 100% | 434.9 KiB/s | 10.0 KiB | 00m00s
- [ 65/378] texlive-graphics-def-11:svn64 100% | 1.8 MiB/s | 25.7 KiB | 00m00s
- [ 66/378] texlive-auto-pst-pdf-11:svn56 100% | 1.2 MiB/s | 14.2 KiB | 00m00s
- [ 67/378] texlive-fpl-11:svn54512-80.fc 100% | 3.8 MiB/s | 300.1 KiB | 00m00s
- [ 68/378] texlive-babel-11:svn65823-80. 100% | 6.3 MiB/s | 475.7 KiB | 00m00s
- [ 69/378] texlive-biblatex-11:svn70725- 100% | 5.0 MiB/s | 304.2 KiB | 00m00s
- [ 70/378] texlive-bera-11:svn20031.0-80 100% | 4.7 MiB/s | 352.7 KiB | 00m00s
- [ 71/378] texlive-caption-11:svn66580-8 100% | 1.8 MiB/s | 84.0 KiB | 00m00s
- [ 72/378] texlive-breakurl-11:svn29901. 100% | 237.6 KiB/s | 14.5 KiB | 00m00s
- [ 73/378] texlive-eso-pic-11:svn56658-8 100% | 1.4 MiB/s | 16.6 KiB | 00m00s
- [ 74/378] texlive-filecontents-11:svn52 100% | 1.2 MiB/s | 13.8 KiB | 00m00s
- [ 75/378] texlive-footmisc-11:svn62524- 100% | 1.0 MiB/s | 22.1 KiB | 00m00s
- [ 76/378] texlive-multido-11:svn18302.1 100% | 306.3 KiB/s | 15.3 KiB | 00m00s
- [ 77/378] texlive-paralist-11:svn43021- 100% | 753.4 KiB/s | 15.1 KiB | 00m00s
- [ 78/378] texlive-pst-3d-11:svn17257.1. 100% | 908.4 KiB/s | 15.4 KiB | 00m00s
- [ 79/378] texlive-pst-coil-11:svn62977- 100% | 1.0 MiB/s | 15.8 KiB | 00m00s
- [ 80/378] texlive-pst-eps-11:svn15878.1 100% | 471.9 KiB/s | 14.6 KiB | 00m00s
- [ 81/378] texlive-pst-fill-11:svn60671- 100% | 443.1 KiB/s | 15.5 KiB | 00m00s
- [ 82/378] texlive-pst-grad-11:svn15878. 100% | 683.5 KiB/s | 15.7 KiB | 00m00s
- [ 83/378] texlive-pst-node-11:svn61838- 100% | 1.4 MiB/s | 37.6 KiB | 00m00s
- [ 84/378] texlive-pst-ovl-11:svn54963-8 100% | 772.8 KiB/s | 13.9 KiB | 00m00s
- [ 85/378] texlive-pst-plot-11:svn65346- 100% | 2.1 MiB/s | 34.6 KiB | 00m00s
- [ 86/378] texlive-pst-text-11:svn49542- 100% | 2.3 MiB/s | 16.3 KiB | 00m00s
- [ 87/378] texlive-pst-tools-11:svn60621 100% | 2.2 MiB/s | 18.4 KiB | 00m00s
- [ 88/378] texlive-pst-tree-11:svn60421- 100% | 1.5 MiB/s | 18.4 KiB | 00m00s
- [ 89/378] texlive-pstricks-add-11:svn65 100% | 2.0 MiB/s | 34.2 KiB | 00m00s
- [ 90/378] texlive-ragged2e-11:svn66152- 100% | 6.3 MiB/s | 679.0 KiB | 00m00s
- [ 91/378] texlive-setspace-11:svn65206- 100% | 1.1 MiB/s | 15.4 KiB | 00m00s
- [ 92/378] texlive-koma-script-11:svn646 100% | 12.2 MiB/s | 6.4 MiB | 00m01s
- [ 93/378] texlive-showexpl-11:svn57414- 100% | 201.6 KiB/s | 15.5 KiB | 00m00s
- [ 94/378] texlive-xcolor-11:svn63563-80 100% | 2.4 MiB/s | 29.7 KiB | 00m00s
- [ 95/378] texlive-subfig-11:svn15878.1. 100% | 1.3 MiB/s | 18.8 KiB | 00m00s
- [ 96/378] texlive-xkeyval-11:svn63616-8 100% | 765.6 KiB/s | 24.5 KiB | 00m00s
- [ 97/378] texlive-ifplatform-11:svn4553 100% | 1.5 MiB/s | 13.6 KiB | 00m00s
- [ 98/378] texlive-epstopdf-pkg-11:svn53 100% | 5.7 MiB/s | 361.5 KiB | 00m00s
- [ 99/378] texlive-logreq-11:svn53003-80 100% | 682.2 KiB/s | 17.7 KiB | 00m00s
- [100/378] biber-0:2.21-2.fc43.noarch 100% | 4.1 MiB/s | 299.1 KiB | 00m00s
- [101/378] texlive-xpatch-11:svn54563-80 100% | 1.2 MiB/s | 16.0 KiB | 00m00s
- [102/378] texlive-xstring-11:svn65551-8 100% | 545.6 KiB/s | 22.9 KiB | 00m00s
- [103/378] texlive-babelbib-11:svn57349- 100% | 3.1 MiB/s | 51.0 KiB | 00m00s
- [104/378] texlive-polyglossia-11:svn657 100% | 2.1 MiB/s | 217.1 KiB | 00m00s
- [105/378] texlive-geometry-11:svn61719- 100% | 680.0 KiB/s | 20.4 KiB | 00m00s
- [106/378] texlive-bookmark-11:svn56885- 100% | 8.3 MiB/s | 477.4 KiB | 00m00s
- [107/378] texlive-marginnote-11:svn4838 100% | 816.6 KiB/s | 14.7 KiB | 00m00s
- [108/378] texlive-listings-11:svn66222- 100% | 3.0 MiB/s | 164.4 KiB | 00m00s
- [109/378] texlive-marvosym-11:svn29349. 100% | 3.5 MiB/s | 143.9 KiB | 00m00s
- [110/378] texlive-mparhack-11:svn59066- 100% | 529.2 KiB/s | 15.3 KiB | 00m00s
- [111/378] texlive-pst-math-11:svn64732- 100% | 837.2 KiB/s | 17.6 KiB | 00m00s
- [112/378] texlive-attachfile-11:svn4209 100% | 786.0 KiB/s | 19.6 KiB | 00m00s
- [113/378] texlive-varwidth-11:svn24104. 100% | 958.9 KiB/s | 15.3 KiB | 00m00s
- [114/378] texlive-picture-11:svn54867-8 100% | 2.8 MiB/s | 309.6 KiB | 00m00s
- [115/378] texlive-pdfcolmk-11:svn52912- 100% | 354.2 KiB/s | 15.9 KiB | 00m00s
- [116/378] texlive-catchfile-11:svn53084 100% | 5.1 MiB/s | 304.6 KiB | 00m00s
- [117/378] perl-Business-ISBN-0:3.011-3. 100% | 508.3 KiB/s | 33.0 KiB | 00m00s
- [118/378] perl-Business-ISSN-0:1.008-2. 100% | 439.9 KiB/s | 18.5 KiB | 00m00s
- [119/378] perl-Business-ISMN-0:1.205-2. 100% | 485.6 KiB/s | 25.7 KiB | 00m00s
- [120/378] perl-Data-Compare-0:1.29-7.fc 100% | 597.3 KiB/s | 34.0 KiB | 00m00s
- [121/378] perl-Class-Accessor-0:0.51-23 100% | 380.6 KiB/s | 28.2 KiB | 00m00s
- [122/378] perl-Data-Dump-0:1.25-13.fc43 100% | 1.0 MiB/s | 32.5 KiB | 00m00s
- [123/378] perl-Data-Uniqid-0:0.12-37.fc 100% | 548.3 KiB/s | 12.1 KiB | 00m00s
- [124/378] perl-DateTime-Calendar-Julian 100% | 658.3 KiB/s | 23.0 KiB | 00m00s
- [125/378] perl-DateTime-2:1.66-4.fc43.x 100% | 2.2 MiB/s | 132.2 KiB | 00m00s
- [126/378] perl-File-Slurper-0:0.014-8.f 100% | 2.9 MiB/s | 20.9 KiB | 00m00s
- [127/378] perl-DateTime-Format-Builder- 100% | 1.7 MiB/s | 92.6 KiB | 00m00s
- [128/378] perl-FindBin-0:1.54-520.fc43. 100% | 355.8 KiB/s | 14.2 KiB | 00m00s
- [129/378] perl-IO-String-0:1.08-53.fc43 100% | 500.8 KiB/s | 17.0 KiB | 00m00s
- [130/378] perl-IPC-Run3-0:0.049-4.fc43. 100% | 7.4 MiB/s | 38.1 KiB | 00m00s
- [131/378] perl-IPC-Cmd-2:1.04-521.fc43. 100% | 920.6 KiB/s | 39.6 KiB | 00m00s
- [132/378] perl-LWP-Protocol-https-0:6.1 100% | 1.0 MiB/s | 21.1 KiB | 00m00s
- [133/378] perl-List-AllUtils-0:0.19-15. 100% | 1.2 MiB/s | 48.8 KiB | 00m00s
- [134/378] perl-Lingua-Translit-0:0.29-1 100% | 492.8 KiB/s | 33.0 KiB | 00m00s
- [135/378] perl-Log-Log4perl-0:1.57-8.fc 100% | 3.5 MiB/s | 361.1 KiB | 00m00s
- [136/378] perl-Parse-RecDescent-0:1.967 100% | 2.5 MiB/s | 208.1 KiB | 00m00s
- [137/378] perl-Sort-Key-0:1.33-35.fc43. 100% | 1.6 MiB/s | 45.6 KiB | 00m00s
- [138/378] perl-Text-Balanced-0:2.07-1.f 100% | 2.8 MiB/s | 48.7 KiB | 00m00s
- [139/378] perl-Regexp-Common-0:20240808 100% | 2.7 MiB/s | 184.7 KiB | 00m00s
- [140/378] perl-Text-BibTeX-0:0.91-3.fc4 100% | 4.6 MiB/s | 250.8 KiB | 00m00s
- [141/378] perl-Text-CSV-0:2.06-1.fc43.n 100% | 2.7 MiB/s | 120.1 KiB | 00m00s
- [142/378] perl-Text-Roman-0:3.5-31.fc43 100% | 587.1 KiB/s | 22.3 KiB | 00m00s
- [143/378] perl-Unicode-Collate-0:1.31-5 100% | 9.3 MiB/s | 645.1 KiB | 00m00s
- [144/378] perl-Unicode-LineBreak-0:2019 100% | 1.8 MiB/s | 118.3 KiB | 00m00s
- [145/378] perl-Unicode-Normalize-0:1.32 100% | 1.0 MiB/s | 74.0 KiB | 00m00s
- [146/378] perl-Unicode-UCD-0:0.81-520.f 100% | 1.8 MiB/s | 79.4 KiB | 00m00s
- [147/378] perl-XML-LibXML-1:2.0210-6.fc 100% | 6.4 MiB/s | 350.0 KiB | 00m00s
- [148/378] perl-XML-LibXML-Simple-0:1.01 100% | 517.5 KiB/s | 32.6 KiB | 00m00s
- [149/378] perl-XML-Writer-0:0.900-17.fc 100% | 2.5 MiB/s | 33.3 KiB | 00m00s
- [150/378] perl-XML-LibXSLT-0:2.003.000- 100% | 1.7 MiB/s | 63.4 KiB | 00m00s
- [151/378] perl-autovivification-0:0.18- 100% | 922.2 KiB/s | 33.2 KiB | 00m00s
- [152/378] perl-sigtrap-0:1.10-520.fc43. 100% | 301.2 KiB/s | 15.7 KiB | 00m00s
- [153/378] texlive-filehook-11:svn64822- 100% | 1.4 MiB/s | 20.2 KiB | 00m00s
- [154/378] texlive-fontspec-11:svn63386- 100% | 2.4 MiB/s | 42.1 KiB | 00m00s
- [155/378] texlive-bidi-11:svn65572-80.f 100% | 2.8 MiB/s | 199.7 KiB | 00m00s
- [156/378] texlive-luabidi-11:svn54512-8 100% | 962.4 KiB/s | 17.3 KiB | 00m00s
- [157/378] texlive-luatexbase-11:svn5266 100% | 965.3 KiB/s | 13.5 KiB | 00m00s
- [158/378] texlive-makecmds-11:svn15878. 100% | 411.7 KiB/s | 12.8 KiB | 00m00s
- [159/378] texlive-algorithms-11:svn4242 100% | 1.0 MiB/s | 20.5 KiB | 00m00s
- [160/378] perl-subs-0:1.04-520.fc43.noa 100% | 2.3 MiB/s | 11.7 KiB | 00m00s
- [161/378] texlive-l3packages-11:svn6572 100% | 732.1 KiB/s | 38.1 KiB | 00m00s
- [162/378] perl-Clone-0:0.47-4.fc43.x86_ 100% | 5.3 MiB/s | 21.8 KiB | 00m00s
- [163/378] perl-Tie-Cycle-0:1.231-2.fc43 100% | 1.0 MiB/s | 19.6 KiB | 00m00s
- [164/378] perl-File-Find-Rule-0:0.35-2. 100% | 2.1 MiB/s | 31.9 KiB | 00m00s
- [165/378] perl-Sys-Hostname-0:1.25-520. 100% | 746.0 KiB/s | 17.2 KiB | 00m00s
- [166/378] perl-Time-HiRes-4:1.9778-520. 100% | 8.0 MiB/s | 57.1 KiB | 00m00s
- [167/378] perl-Math-BigInt-1:2.0050.03- 100% | 3.8 MiB/s | 234.5 KiB | 00m00s
- [168/378] perl-Dist-CheckConflicts-0:0. 100% | 1.6 MiB/s | 23.0 KiB | 00m00s
- [169/378] perl-Params-ValidationCompile 100% | 2.3 MiB/s | 37.1 KiB | 00m00s
- [170/378] perl-Try-Tiny-0:0.32-3.fc43.n 100% | 5.3 MiB/s | 37.6 KiB | 00m00s
- [171/378] perl-namespace-autoclean-0:0. 100% | 1.6 MiB/s | 26.1 KiB | 00m00s
- [172/378] perl-DateTime-Format-Strptime 100% | 1.6 MiB/s | 40.7 KiB | 00m00s
- [173/378] perl-Params-Validate-0:1.31-1 100% | 1.4 MiB/s | 67.6 KiB | 00m00s
- [174/378] perl-ExtUtils-MM-Utils-2:7.76 100% | 523.7 KiB/s | 11.5 KiB | 00m00s
- [175/378] perl-Locale-Maketext-Simple-1 100% | 732.7 KiB/s | 17.6 KiB | 00m00s
- [176/378] perl-Module-Load-Conditional- 100% | 281.0 KiB/s | 21.9 KiB | 00m00s
- [177/378] perl-Params-Check-1:0.38-520. 100% | 567.2 KiB/s | 21.6 KiB | 00m00s
- [178/378] perl-Mozilla-CA-0:20250602-2. 100% | 352.8 KiB/s | 15.2 KiB | 00m00s
- [179/378] perl-Net-HTTP-0:6.24-1.fc43.n 100% | 5.5 MiB/s | 39.4 KiB | 00m00s
- [180/378] perl-List-SomeUtils-0:0.59-8. 100% | 1.6 MiB/s | 45.1 KiB | 00m00s
- [181/378] perl-List-UtilsBy-0:0.12-12.f 100% | 3.1 MiB/s | 28.3 KiB | 00m00s
- [182/378] perl-DateTime-Locale-0:1.45-2 100% | 9.0 MiB/s | 4.1 MiB | 00m00s
- [183/378] perl-IPC-SysV-0:2.09-521.fc43 100% | 1.2 MiB/s | 40.6 KiB | 00m00s
- [184/378] perl-Log-Dispatch-0:2.71-7.fc 100% | 3.7 MiB/s | 83.8 KiB | 00m00s
- [185/378] perl-Log-Dispatch-FileRotate- 100% | 1.3 MiB/s | 32.2 KiB | 00m00s
- [186/378] perl-Safe-0:2.47-520.fc43.noa 100% | 890.1 KiB/s | 24.9 KiB | 00m00s
- [187/378] perl-LDAP-1:0.68-16.fc43.noar 100% | 4.1 MiB/s | 385.7 KiB | 00m00s
- [188/378] perl-MIME-Charset-0:1.013.1-8 100% | 2.0 MiB/s | 47.9 KiB | 00m00s
- [189/378] perl-XML-NamespaceSupport-0:1 100% | 5.0 MiB/s | 25.5 KiB | 00m00s
- [190/378] sombok-0:2.4.0-24.fc43.x86_64 100% | 2.2 MiB/s | 48.4 KiB | 00m00s
- [191/378] perl-XML-SAX-Base-0:1.09-26.f 100% | 4.1 MiB/s | 29.1 KiB | 00m00s
- [192/378] perl-XML-SAX-0:1.02-19.fc43.n 100% | 1.8 MiB/s | 62.3 KiB | 00m00s
- [193/378] libxslt-0:1.1.43-5.fc43.x86_6 100% | 6.4 MiB/s | 184.4 KiB | 00m00s
- [194/378] perl-meta-notation-0:5.42.0-5 100% | 237.0 KiB/s | 10.7 KiB | 00m00s
- [195/378] perl-autodie-0:2.37-521.fc43. 100% | 1.7 MiB/s | 96.7 KiB | 00m00s
- [196/378] texlive-fancyhdr-11:svn64977- 100% | 369.6 KiB/s | 17.0 KiB | 00m00s
- [197/378] texlive-changepage-11:svn1587 100% | 196.9 KiB/s | 17.1 KiB | 00m00s
- [198/378] texlive-placeins-11:svn19848. 100% | 278.1 KiB/s | 10.8 KiB | 00m00s
- [199/378] texlive-sauerj-11:svn15878.0- 100% | 821.0 KiB/s | 17.2 KiB | 00m00s
- [200/378] texlive-natbib-11:svn20668.8. 100% | 265.8 KiB/s | 28.4 KiB | 00m00s
- [201/378] texlive-titlesec-11:svn59845- 100% | 1.1 MiB/s | 31.5 KiB | 00m00s
- [202/378] texlive-cm-super-11:svn15878. 100% | 8.7 MiB/s | 61.7 MiB | 00m07s
- [203/378] texlive-xifthen-11:svn38929-8 100% | 30.5 KiB/s | 13.7 KiB | 00m00s
- [204/378] texlive-zref-11:svn62977-80.f 100% | 1.4 MiB/s | 684.8 KiB | 00m00s
- [205/378] texlive-currfile-11:svn64673- 100% | 216.2 KiB/s | 18.4 KiB | 00m00s
- [206/378] texlive-euenc-11:svn19795.0.1 100% | 319.6 KiB/s | 19.5 KiB | 00m00s
- [207/378] texlive-kastrup-11:svn15878.0 100% | 502.3 KiB/s | 10.0 KiB | 00m00s
- [208/378] texlive-ctablestack-11:svn385 100% | 2.2 MiB/s | 15.5 KiB | 00m00s
- [209/378] texlive-xunicode-11:svn30466. 100% | 2.0 MiB/s | 41.6 KiB | 00m00s
- [210/378] texlive-float-11:svn15878.1.3 100% | 787.4 KiB/s | 14.2 KiB | 00m00s
- [211/378] perl-Text-Glob-0:0.11-26.fc43 100% | 659.7 KiB/s | 13.2 KiB | 00m00s
- [212/378] perl-Number-Compare-0:0.03-41 100% | 365.5 KiB/s | 11.7 KiB | 00m00s
- [213/378] perl-File-ShareDir-0:1.118-14 100% | 1.4 MiB/s | 29.7 KiB | 00m00s
- [214/378] perl-Math-Complex-0:1.63-520. 100% | 1.8 MiB/s | 46.2 KiB | 00m00s
- [215/378] perl-Module-Runtime-0:0.018-2 100% | 1.8 MiB/s | 30.9 KiB | 00m00s
- [216/378] texlive-pgf-11:svn65553-80.fc 100% | 4.4 MiB/s | 893.4 KiB | 00m00s
- [217/378] perl-Eval-Closure-0:0.14-26.f 100% | 1.1 MiB/s | 23.7 KiB | 00m00s
- [218/378] perl-Exception-Class-0:1.45-1 100% | 2.5 MiB/s | 43.4 KiB | 00m00s
- [219/378] perl-B-Hooks-EndOfScope-0:0.2 100% | 3.2 MiB/s | 43.0 KiB | 00m00s
- [220/378] perl-namespace-clean-0:0.27-2 100% | 2.4 MiB/s | 33.9 KiB | 00m00s
- [221/378] perl-Module-Load-1:0.36-520.f 100% | 3.4 MiB/s | 17.2 KiB | 00m00s
- [222/378] perl-Module-Implementation-0: 100% | 702.0 KiB/s | 19.0 KiB | 00m00s
- [223/378] perl-Locale-Maketext-0:1.33-5 100% | 3.1 MiB/s | 93.5 KiB | 00m00s
- [224/378] perl-version-9:0.99.33-521.fc 100% | 7.7 MiB/s | 62.8 KiB | 00m00s
- [225/378] perl-Compress-Raw-Zlib-0:2.21 100% | 9.1 MiB/s | 65.0 KiB | 00m00s
- [226/378] perl-Authen-SASL-0:2.1900-1.f 100% | 3.5 MiB/s | 68.8 KiB | 00m00s
- [227/378] perl-Module-Metadata-0:1.0000 100% | 676.0 KiB/s | 35.2 KiB | 00m00s
- [228/378] perl-IO-Compress-0:2.213-521. 100% | 9.6 MiB/s | 305.4 KiB | 00m00s
- [229/378] perl-HTTP-Negotiate-0:6.01-41 100% | 3.8 MiB/s | 19.3 KiB | 00m00s
- [230/378] perl-LWP-MediaTypes-0:6.04-21 100% | 4.6 MiB/s | 32.9 KiB | 00m00s
- [231/378] perl-Convert-ASN1-0:0.34-6.fc 100% | 2.8 MiB/s | 59.3 KiB | 00m00s
- [232/378] perl-Text-Soundex-0:3.05-35.f 100% | 1.5 MiB/s | 29.7 KiB | 00m00s
- [233/378] perl-Devel-GlobalDestruction- 100% | 1.3 MiB/s | 16.7 KiB | 00m00s
- [234/378] perl-MIME-Lite-0:3.033-15.fc4 100% | 2.0 MiB/s | 93.7 KiB | 00m00s
- [235/378] perl-JSON-0:4.10-8.fc43.noarc 100% | 1.2 MiB/s | 94.4 KiB | 00m00s
- [236/378] perl-Mail-Sender-1:0.903-27.f 100% | 811.1 KiB/s | 50.3 KiB | 00m00s
- [237/378] perl-Mail-Sendmail-0:0.82-2.f 100% | 1.3 MiB/s | 35.9 KiB | 00m00s
- [238/378] perl-MailTools-0:2.22-3.fc43. 100% | 1.5 MiB/s | 107.8 KiB | 00m00s
- [239/378] perl-Opcode-0:1.69-520.fc43.x 100% | 1.1 MiB/s | 35.8 KiB | 00m00s
- [240/378] perl-Sys-Syslog-0:0.36-521.fc 100% | 468.1 KiB/s | 46.3 KiB | 00m00s
- [241/378] perl-IPC-System-Simple-0:1.30 100% | 2.9 MiB/s | 38.6 KiB | 00m00s
- [242/378] libthai-0:0.1.29-11.fc43.x86_ 100% | 5.6 MiB/s | 210.3 KiB | 00m00s
- [243/378] perl-Tie-RefHash-0:1.41-520.f 100% | 1.0 MiB/s | 23.5 KiB | 00m00s
- [244/378] texlive-ifmtarg-11:svn47544-8 100% | 267.6 KiB/s | 12.0 KiB | 00m00s
- [245/378] texlive-ms-11:svn57473-80.fc4 100% | 1.0 MiB/s | 14.7 KiB | 00m00s
- [246/378] perl-Date-Manip-0:6.98-2.fc43 100% | 6.1 MiB/s | 1.1 MiB | 00m00s
- [247/378] texlive-fp-11:svn49719-80.fc4 100% | 555.0 KiB/s | 33.3 KiB | 00m00s
- [248/378] perl-Class-Inspector-0:1.36-1 100% | 1.8 MiB/s | 30.1 KiB | 00m00s
- [249/378] perl-Devel-LexAlias-0:0.05-41 100% | 732.6 KiB/s | 16.1 KiB | 00m00s
- [250/378] perl-Class-Data-Inheritable-0 100% | 1.1 MiB/s | 12.8 KiB | 00m00s
- [251/378] perltidy-0:20250912-1.fc43.no 100% | 7.2 MiB/s | 873.9 KiB | 00m00s
- [252/378] perl-Devel-StackTrace-1:2.05- 100% | 307.6 KiB/s | 30.5 KiB | 00m00s
- [253/378] perl-Sub-Exporter-Progressive 100% | 892.1 KiB/s | 20.5 KiB | 00m00s
- [254/378] perl-Variable-Magic-0:0.64-6. 100% | 1.8 MiB/s | 54.8 KiB | 00m00s
- [255/378] perl-Hash-Util-FieldHash-0:1. 100% | 570.1 KiB/s | 38.8 KiB | 00m00s
- [256/378] perl-I18N-LangTags-0:0.45-520 100% | 2.4 MiB/s | 52.6 KiB | 00m00s
- [257/378] perl-Package-Stash-0:0.40-10. 100% | 955.5 KiB/s | 32.5 KiB | 00m00s
- [258/378] perl-Compress-Raw-Bzip2-0:2.2 100% | 5.0 MiB/s | 35.9 KiB | 00m00s
- [259/378] perl-Digest-HMAC-0:1.05-3.fc4 100% | 3.1 MiB/s | 22.5 KiB | 00m00s
- [260/378] perl-Crypt-URandom-0:0.54-3.f 100% | 945.3 KiB/s | 31.2 KiB | 00m00s
- [261/378] perl-GSSAPI-0:0.28-50.fc43.x8 100% | 1.8 MiB/s | 54.7 KiB | 00m00s
- [262/378] mailcap-0:2.1.54-9.fc43.noarc 100% | 4.2 MiB/s | 34.0 KiB | 00m00s
- [263/378] perl-Tie-0:4.6-520.fc43.noarc 100% | 1.5 MiB/s | 27.8 KiB | 00m00s
- [264/378] perl-deprecate-0:0.04-520.fc4 100% | 1.1 MiB/s | 14.6 KiB | 00m00s
- [265/378] perl-Email-Date-Format-0:1.00 100% | 1.7 MiB/s | 18.6 KiB | 00m00s
- [266/378] perl-Text-Unidecode-0:1.30-27 100% | 4.9 MiB/s | 182.2 KiB | 00m00s
- [267/378] perl-MIME-Types-0:2.29-1.fc43 100% | 1.9 MiB/s | 73.1 KiB | 00m00s
- [268/378] perl-Sys-Hostname-Long-0:1.5- 100% | 380.1 KiB/s | 16.7 KiB | 00m00s
- [269/378] perl-Net-SMTP-SSL-0:1.04-27.f 100% | 331.7 KiB/s | 11.6 KiB | 00m00s
- [270/378] perl-TimeDate-1:2.33-17.fc43. 100% | 2.3 MiB/s | 57.7 KiB | 00m00s
- [271/378] texlive-tipa-11:svn29349.1.3- 100% | 6.7 MiB/s | 2.8 MiB | 00m00s
- [272/378] libdatrie-0:0.2.13-12.fc43.x8 100% | 1.2 MiB/s | 32.0 KiB | 00m00s
- [273/378] perl-Devel-Caller-0:2.07-10.f 100% | 885.6 KiB/s | 18.6 KiB | 00m00s
- [274/378] perl-English-0:1.11-520.fc43. 100% | 971.4 KiB/s | 13.6 KiB | 00m00s
- [275/378] perl-HTML-Parser-0:3.83-4.fc4 100% | 8.7 MiB/s | 124.2 KiB | 00m00s
- [276/378] perl-Pod-Html-0:1.35-520.fc43 100% | 1.4 MiB/s | 29.5 KiB | 00m00s
- [277/378] perl-Digest-SHA-1:6.04-521.fc 100% | 3.2 MiB/s | 61.8 KiB | 00m00s
- [278/378] hostname-0:3.25-3.fc43.x86_64 100% | 3.8 MiB/s | 27.5 KiB | 00m00s
- [279/378] perl-Package-Stash-XS-0:0.30- 100% | 1.0 MiB/s | 35.8 KiB | 00m00s
- [280/378] perl-HTML-Tagset-0:3.24-4.fc4 100% | 3.6 MiB/s | 18.3 KiB | 00m00s
- [281/378] perl-Sub-Exporter-0:0.991-6.f 100% | 1.6 MiB/s | 77.3 KiB | 00m00s
- [282/378] perl-Data-OptList-0:0.114-7.f 100% | 1.7 MiB/s | 26.5 KiB | 00m00s
- [283/378] perl-PadWalker-0:2.5-18.fc43. 100% | 1.1 MiB/s | 26.9 KiB | 00m00s
- [284/378] perl-Package-Generator-0:1.10 100% | 1.7 MiB/s | 22.2 KiB | 00m00s
- [285/378] perl-Params-Util-0:1.102-19.f 100% | 1.4 MiB/s | 32.6 KiB | 00m00s
- [286/378] perl-Sub-Install-0:0.929-8.fc 100% | 491.1 KiB/s | 22.6 KiB | 00m00s
- [287/378] texlive-texlive-scripts-11:sv 100% | 1.2 MiB/s | 118.1 KiB | 00m00s
- [288/378] texlive-kpathsea-11:svn66209- 100% | 5.9 MiB/s | 1.1 MiB | 00m00s
- [289/378] texlive-base-11:20230311-94.f 100% | 11.5 MiB/s | 2.6 MiB | 00m00s
- [290/378] texlive-luaotfload-11:svn6461 100% | 11.1 MiB/s | 1.2 MiB | 00m00s
- [291/378] texlive-lua-alt-getopt-11:svn 100% | 196.7 KiB/s | 10.0 KiB | 00m00s
- [292/378] texlive-lua-uni-algos-11:svn6 100% | 2.4 MiB/s | 94.0 KiB | 00m00s
- [293/378] texlive-epstopdf-11:svn66461- 100% | 1.6 MiB/s | 26.8 KiB | 00m00s
- [294/378] texlive-lualibs-11:svn64615-8 100% | 3.2 MiB/s | 156.9 KiB | 00m00s
- [295/378] perl-Encode-Locale-0:1.05-32. 100% | 2.6 MiB/s | 18.3 KiB | 00m00s
- [296/378] perl-File-Listing-0:6.16-6.fc 100% | 4.0 MiB/s | 24.4 KiB | 00m00s
- [297/378] perl-libwww-perl-0:6.81-1.fc4 100% | 4.9 MiB/s | 209.4 KiB | 00m00s
- [298/378] perl-HTTP-Date-0:6.06-7.fc43. 100% | 4.7 MiB/s | 24.1 KiB | 00m00s
- [299/378] perl-HTTP-Cookies-0:6.11-6.fc 100% | 2.8 MiB/s | 37.1 KiB | 00m00s
- [300/378] perl-WWW-RobotRules-0:6.02-42 100% | 3.2 MiB/s | 19.4 KiB | 00m00s
- [301/378] perl-NTLM-0:1.09-41.fc43.noar 100% | 3.0 MiB/s | 21.5 KiB | 00m00s
- [302/378] perl-I18N-Langinfo-0:0.24-520 100% | 2.8 MiB/s | 25.6 KiB | 00m00s
- [303/378] perl-Module-CoreList-1:5.2025 100% | 2.4 MiB/s | 94.7 KiB | 00m00s
- [304/378] texlive-unicode-data-11:svn64 100% | 2.5 MiB/s | 360.7 KiB | 00m00s
- [305/378] perl-Clone-PP-0:1.08-14.fc43. 100% | 439.0 KiB/s | 14.9 KiB | 00m00s
- [306/378] perl-Specio-0:0.53-1.fc43.noa 100% | 1.9 MiB/s | 162.1 KiB | 00m00s
- [307/378] perl-MRO-Compat-0:0.15-12.fc4 100% | 573.6 KiB/s | 25.2 KiB | 00m00s
- [308/378] perl-Ref-Util-0:0.204-23.fc43 100% | 800.7 KiB/s | 23.2 KiB | 00m00s
- [309/378] perl-XString-0:0.005-17.fc43. 100% | 1.2 MiB/s | 22.6 KiB | 00m00s
- [310/378] perl-Role-Tiny-0:2.002004-14. 100% | 995.2 KiB/s | 31.8 KiB | 00m00s
- [311/378] perl-Class-Method-Modifiers-0 100% | 2.2 MiB/s | 49.5 KiB | 00m00s
- [312/378] perl-HTTP-Message-0:7.01-1.fc 100% | 4.5 MiB/s | 100.3 KiB | 00m00s
- [313/378] perl-IO-HTML-0:1.004-15.fc43. 100% | 4.4 MiB/s | 27.3 KiB | 00m00s
- [314/378] perl-Class-Singleton-0:1.6-14 100% | 2.8 MiB/s | 25.4 KiB | 00m00s
- [315/378] perl-DateTime-TimeZone-0:2.66 100% | 14.8 MiB/s | 394.2 KiB | 00m00s
- [316/378] perl-DateTime-TimeZone-Tzfile 100% | 1.1 MiB/s | 19.4 KiB | 00m00s
- [317/378] perl-Ref-Util-XS-0:0.117-27.f 100% | 306.3 KiB/s | 23.3 KiB | 00m00s
- [318/378] perl-DateTime-TimeZone-System 100% | 2.7 MiB/s | 22.4 KiB | 00m00s
- [319/378] perl-Params-Classify-0:0.015- 100% | 1.6 MiB/s | 30.6 KiB | 00m00s
- [320/378] perl-Date-ISO8601-0:0.005-23. 100% | 793.9 KiB/s | 19.1 KiB | 00m00s
- [321/378] perl-Devel-CallChecker-0:0.00 100% | 1.4 MiB/s | 23.4 KiB | 00m00s
- [322/378] perl-DynaLoader-Functions-0:0 100% | 1.8 MiB/s | 18.2 KiB | 00m00s
- [323/378] perl-Business-ISBN-Data-0:202 100% | 2.5 MiB/s | 49.0 KiB | 00m00s
- [324/378] texlive-gsftopk-11:svn52851-9 100% | 2.1 MiB/s | 32.1 KiB | 00m00s
- [325/378] texlive-etex-11:svn66203-80.f 100% | 1.6 MiB/s | 25.8 KiB | 00m00s
- [326/378] texlive-hyph-utf8-11:svn61719 100% | 862.9 KiB/s | 26.7 KiB | 00m00s
- [327/378] perl-JSON-PP-1:4.16-522.fc43. 100% | 831.1 KiB/s | 65.7 KiB | 00m00s
- [328/378] texlive-knuth-lib-11:svn57963 100% | 3.7 MiB/s | 49.1 KiB | 00m00s
- [329/378] texlive-hyphen-base-11:svn664 100% | 1.3 MiB/s | 31.1 KiB | 00m00s
- [330/378] texlive-plain-11:svn57963-80. 100% | 3.1 MiB/s | 40.9 KiB | 00m00s
- [331/378] texlive-tex-ini-files-11:svn4 100% | 640.7 KiB/s | 12.8 KiB | 00m00s
- [332/378] texlive-texlive.infra-11:svn6 100% | 7.1 MiB/s | 291.8 KiB | 00m00s
- [333/378] zziplib-0:0.13.78-2.fc43.x86_ 100% | 1.6 MiB/s | 87.0 KiB | 00m00s
- [334/378] texlive-luatex-11:svn66967-94 100% | 22.2 MiB/s | 3.8 MiB | 00m00s
- [335/378] perl-XML-XPath-0:1.48-9.fc43. 100% | 2.4 MiB/s | 86.7 KiB | 00m00s
- [336/378] perl-XML-Parser-0:2.47-8.fc43 100% | 3.7 MiB/s | 236.1 KiB | 00m00s
- [337/378] perl-open-0:1.13-520.fc43.noa 100% | 471.9 KiB/s | 16.5 KiB | 00m00s
- [338/378] perl-encoding-4:3.00-520.fc43 100% | 2.1 MiB/s | 62.9 KiB | 00m00s
- [339/378] libpng-2:1.6.53-1.fc43.x86_64 100% | 6.7 MiB/s | 123.9 KiB | 00m00s
- [340/378] texlive-lib-11:20230311-94.fc 100% | 13.0 MiB/s | 493.1 KiB | 00m00s
- [341/378] perl-Filter-2:1.64-521.fc43.x 100% | 876.6 KiB/s | 85.9 KiB | 00m00s
- [342/378] fontconfig-0:2.17.0-3.fc43.x8 100% | 4.6 MiB/s | 272.2 KiB | 00m00s
- [343/378] texlive-pdftex-11:svn66243-94 100% | 23.8 MiB/s | 2.4 MiB | 00m00s
- [344/378] libpaper-1:2.1.1-9.fc43.x86_6 100% | 949.8 KiB/s | 26.6 KiB | 00m00s
- [345/378] texlive-dehyph-11:svn48599-80 100% | 2.0 MiB/s | 63.0 KiB | 00m00s
- [346/378] fonts-filesystem-1:2.0.5-23.f 100% | 482.1 KiB/s | 8.7 KiB | 00m00s
- [347/378] default-fonts-core-sans-0:4.2 100% | 1.5 MiB/s | 29.9 KiB | 00m00s
- [348/378] xml-common-0:0.6.3-67.fc43.no 100% | 2.5 MiB/s | 31.0 KiB | 00m00s
- [349/378] abattis-cantarell-vf-fonts-0: 100% | 2.6 MiB/s | 120.1 KiB | 00m00s
- [350/378] freetype-0:2.13.3-3.fc43.x86_ 100% | 5.2 MiB/s | 412.1 KiB | 00m00s
- [351/378] harfbuzz-0:11.5.1-2.fc43.x86_ 100% | 16.6 MiB/s | 1.1 MiB | 00m00s
- [352/378] graphite2-0:1.3.14-19.fc43.x8 100% | 2.3 MiB/s | 95.6 KiB | 00m00s
- [353/378] google-noto-fonts-common-0:20 100% | 1.0 MiB/s | 17.3 KiB | 00m00s
- [354/378] xpdf-libs-1:4.06-1.fc43.x86_6 100% | 12.3 MiB/s | 603.4 KiB | 00m00s
- [355/378] perl-GD-0:2.83-5.fc43.x86_64 100% | 5.1 MiB/s | 178.2 KiB | 00m00s
- [356/378] google-noto-sans-vf-fonts-0:2 100% | 5.2 MiB/s | 614.5 KiB | 00m00s
- [357/378] gd-0:2.3.3-19.fc43.x86_64 100% | 4.0 MiB/s | 136.3 KiB | 00m00s
- [358/378] libXpm-0:3.5.17-6.fc43.x86_64 100% | 3.1 MiB/s | 65.6 KiB | 00m00s
- [359/378] libavif-0:1.3.0-2.fc43.x86_64 100% | 8.4 MiB/s | 120.7 KiB | 00m00s
- [360/378] libjpeg-turbo-0:3.1.2-1.fc43. 100% | 8.0 MiB/s | 236.8 KiB | 00m00s
- [361/378] libimagequant-0:4.0.3-8.fc43. 100% | 4.1 MiB/s | 313.8 KiB | 00m00s
- [362/378] perl-GD-Barcode-0:2.01-1.fc43 100% | 3.2 MiB/s | 624.6 KiB | 00m00s
- [363/378] libwebp-0:1.6.0-2.fc43.x86_64 100% | 7.4 MiB/s | 324.2 KiB | 00m00s
- [364/378] libyuv-0:0-0.57.20240704git96 100% | 4.6 MiB/s | 202.1 KiB | 00m00s
- [365/378] libvmaf-0:3.0.0-4.fc43.x86_64 100% | 4.5 MiB/s | 196.6 KiB | 00m00s
- [366/378] perl-PerlIO-utf8_strict-0:0.0 100% | 3.5 MiB/s | 25.3 KiB | 00m00s
- [367/378] perl-Class-XSAccessor-0:1.19- 100% | 1.7 MiB/s | 46.0 KiB | 00m00s
- [368/378] perl-List-MoreUtils-0:0.430-1 100% | 2.7 MiB/s | 61.7 KiB | 00m00s
- [369/378] svt-av1-libs-0:3.1.2-1.fc43.x 100% | 11.5 MiB/s | 2.0 MiB | 00m00s
- [370/378] perl-List-MoreUtils-XS-0:0.43 100% | 3.3 MiB/s | 61.7 KiB | 00m00s
- [371/378] perl-IO-Compress-Brotli-0:0.0 100% | 5.6 MiB/s | 28.5 KiB | 00m00s
- [372/378] perl-Exporter-Tiny-0:1.006002 100% | 808.1 KiB/s | 50.9 KiB | 00m00s
- [373/378] libdav1d-0:1.5.2-1.fc43.x86_6 100% | 10.2 MiB/s | 637.4 KiB | 00m00s
- [374/378] rav1e-libs-0:0.8.1-2.fc43.x86 100% | 17.5 MiB/s | 1.1 MiB | 00m00s
- [375/378] jbigkit-libs-0:2.1-32.fc43.x8 100% | 2.9 MiB/s | 53.2 KiB | 00m00s
- [376/378] libtiff-0:4.7.1-1.fc43.x86_64 100% | 4.9 MiB/s | 222.4 KiB | 00m00s
- [377/378] liblerc-0:4.0.0-9.fc43.x86_64 100% | 4.1 MiB/s | 215.1 KiB | 00m00s
- [378/378] libaom-0:3.13.1-1.fc43.x86_64 100% | 4.8 MiB/s | 1.9 MiB | 00m00s
- --------------------------------------------------------------------------------
- [378/378] Total 100% | 17.7 MiB/s | 180.3 MiB | 00m10s
- Running transaction
- [ 1/380] Verify package files 100% | 93.0 B/s | 378.0 B | 00m04s
- [ 2/380] Prepare transaction 100% | 623.0 B/s | 378.0 B | 00m01s
- [ 3/380] Installing texlive-base-11:20 100% | 92.3 MiB/s | 19.0 MiB | 00m00s
- [ 4/380] Installing perl-Try-Tiny-0:0. 100% | 13.9 MiB/s | 71.1 KiB | 00m00s
- [ 5/380] Installing perl-version-9:0.9 100% | 21.4 MiB/s | 131.5 KiB | 00m00s
- [ 6/380] Installing perl-Module-Runtim 100% | 15.7 MiB/s | 64.5 KiB | 00m00s
- [ 7/380] Installing perl-Module-Implem 100% | 8.5 MiB/s | 26.1 KiB | 00m00s
- [ 8/380] Installing perl-subs-0:1.04-5 100% | 1.2 MiB/s | 2.5 KiB | 00m00s
- [ 9/380] Installing perl-Dist-CheckCon 100% | 8.1 MiB/s | 33.1 KiB | 00m00s
- [ 10/380] Installing texlive-lib-11:202 100% | 48.7 MiB/s | 1.1 MiB | 00m00s
- [ 11/380] Installing libpng-2:1.6.53-1. 100% | 33.9 MiB/s | 243.0 KiB | 00m00s
- [ 12/380] Installing perl-Time-HiRes-4: 100% | 16.4 MiB/s | 117.8 KiB | 00m00s
- [ 13/380] Installing perl-Sys-Hostname- 100% | 3.4 MiB/s | 17.2 KiB | 00m00s
- [ 14/380] Installing perl-Unicode-Norma 100% | 47.7 MiB/s | 488.4 KiB | 00m00s
- [ 15/380] Installing libjpeg-turbo-0:3. 100% | 65.6 MiB/s | 806.6 KiB | 00m00s
- [ 16/380] Installing fonts-filesystem-1 100% | 256.5 KiB/s | 788.0 B | 00m00s
- [ 17/380] Installing perl-Compress-Raw- 100% | 23.1 MiB/s | 165.5 KiB | 00m00s
- [ 18/380] Installing perl-Clone-0:0.47- 100% | 6.7 MiB/s | 34.2 KiB | 00m00s
- [ 19/380] Installing perl-Data-Dump-0:1 100% | 10.2 MiB/s | 52.2 KiB | 00m00s
- [ 20/380] Installing libwebp-0:1.6.0-2. 100% | 55.2 MiB/s | 960.7 KiB | 00m00s
- [ 21/380] Installing perl-Date-ISO8601- 100% | 8.3 MiB/s | 25.5 KiB | 00m00s
- [ 22/380] Installing perl-I18N-Langinfo 100% | 7.1 MiB/s | 36.2 KiB | 00m00s
- [ 23/380] Installing perl-Encode-Locale 100% | 6.5 MiB/s | 20.1 KiB | 00m00s
- [ 24/380] Installing perl-Sub-Install-0 100% | 12.1 MiB/s | 37.2 KiB | 00m00s
- [ 25/380] Installing perl-Params-Util-0 100% | 9.9 MiB/s | 61.0 KiB | 00m00s
- [ 26/380] Installing perl-English-0:1.1 100% | 2.2 MiB/s | 6.7 KiB | 00m00s
- [ 27/380] Installing perl-TimeDate-1:2. 100% | 10.1 MiB/s | 103.7 KiB | 00m00s
- [ 28/380] Installing perl-HTTP-Date-0:6 100% | 6.9 MiB/s | 42.6 KiB | 00m00s
- [ 29/380] Installing perl-Text-Unidecod 100% | 13.3 MiB/s | 491.8 KiB | 00m00s
- [ 30/380] Installing perl-Devel-StackTr 100% | 12.3 MiB/s | 50.6 KiB | 00m00s
- [ 31/380] Installing perl-Module-Load-1 100% | 5.2 MiB/s | 15.9 KiB | 00m00s
- [ 32/380] Installing perl-Math-Complex- 100% | 21.0 MiB/s | 86.0 KiB | 00m00s
- [ 33/380] Installing perl-Math-BigInt-1 100% | 76.0 MiB/s | 1.1 MiB | 00m00s
- [ 34/380] Installing perl-XML-SAX-Base- 100% | 34.1 MiB/s | 174.5 KiB | 00m00s
- [ 35/380] Installing perl-XML-Namespace 100% | 15.0 MiB/s | 46.1 KiB | 00m00s
- [ 36/380] Installing perl-Text-Balanced 100% | 27.5 MiB/s | 112.8 KiB | 00m00s
- [ 37/380] Installing perl-File-Slurper- 100% | 7.3 MiB/s | 30.0 KiB | 00m00s
- [ 38/380] Installing perl-Parse-RecDesc 100% | 58.1 MiB/s | 535.4 KiB | 00m00s
- [ 39/380] Installing perl-Data-Uniqid-0 100% | 1.9 MiB/s | 5.8 KiB | 00m00s
- [ 40/380] Installing perl-JSON-0:4.10-8 100% | 53.3 MiB/s | 273.0 KiB | 00m00s
- [ 41/380] Installing perl-JSON-PP-1:4.1 100% | 2.7 MiB/s | 143.6 KiB | 00m00s
- [ 42/380] Installing perl-File-Listing- 100% | 10.4 MiB/s | 42.5 KiB | 00m00s
- [ 43/380] Installing perl-Crypt-URandom 100% | 8.8 MiB/s | 62.9 KiB | 00m00s
- [ 44/380] Installing perl-Data-OptList- 100% | 10.2 MiB/s | 52.2 KiB | 00m00s
- [ 45/380] Installing abattis-cantarell- 100% | 31.6 MiB/s | 194.4 KiB | 00m00s
- [ 46/380] Installing libyuv-0:0-0.57.20 100% | 55.4 MiB/s | 681.3 KiB | 00m00s
- [ 47/380] Installing perl-Text-BibTeX-0 100% | 10.0 MiB/s | 511.9 KiB | 00m00s
- [ 48/380] Installing perl-Unicode-Colla 100% | 67.7 MiB/s | 4.2 MiB | 00m00s
- [ 49/380] Installing perl-Unicode-UCD-0 100% | 40.4 MiB/s | 206.9 KiB | 00m00s
- [ 50/380] Installing perl-Business-ISSN 100% | 7.5 MiB/s | 23.0 KiB | 00m00s
- [ 51/380] Installing perl-Opcode-0:1.69 100% | 9.8 MiB/s | 50.0 KiB | 00m00s
- [ 52/380] Installing perl-Safe-0:2.47-5 100% | 10.1 MiB/s | 31.1 KiB | 00m00s
- [ 53/380] Installing perl-Params-Valida 100% | 21.2 MiB/s | 152.2 KiB | 00m00s
- [ 54/380] Installing perl-List-SomeUtil 100% | 21.3 MiB/s | 109.0 KiB | 00m00s
- [ 55/380] Installing perl-Module-Metada 100% | 16.8 MiB/s | 69.0 KiB | 00m00s
- [ 56/380] Installing perl-Module-CoreLi 100% | 90.4 MiB/s | 1.3 MiB | 00m00s
- [ 57/380] Installing liblerc-0:4.0.0-9. 100% | 50.9 MiB/s | 625.6 KiB | 00m00s
- [ 58/380] Installing jbigkit-libs-0:2.1 100% | 22.5 MiB/s | 115.4 KiB | 00m00s
- [ 59/380] Installing libtiff-0:4.7.1-1. 100% | 51.0 MiB/s | 626.6 KiB | 00m00s
- [ 60/380] Installing rav1e-libs-0:0.8.1 100% | 70.1 MiB/s | 3.1 MiB | 00m00s
- [ 61/380] Installing libdav1d-0:1.5.2-1 100% | 65.1 MiB/s | 1.7 MiB | 00m00s
- [ 62/380] Installing perl-List-MoreUtil 100% | 23.1 MiB/s | 165.7 KiB | 00m00s
- [ 63/380] Installing perl-Exporter-Tiny 100% | 15.1 MiB/s | 92.7 KiB | 00m00s
- [ 64/380] Installing libvmaf-0:3.0.0-4. 100% | 73.5 MiB/s | 828.4 KiB | 00m00s
- [ 65/380] Installing libaom-0:3.13.1-1. 100% | 81.1 MiB/s | 5.0 MiB | 00m00s
- [ 66/380] Installing svt-av1-libs-0:3.1 100% | 81.9 MiB/s | 5.6 MiB | 00m00s
- [ 67/380] Installing libavif-0:1.3.0-2. 100% | 36.1 MiB/s | 259.1 KiB | 00m00s
- [ 68/380] Installing libimagequant-0:4. 100% | 56.4 MiB/s | 692.5 KiB | 00m00s
- [ 69/380] Installing libXpm-0:3.5.17-6. 100% | 29.2 MiB/s | 149.7 KiB | 00m00s
- [ 70/380] Installing xpdf-libs-1:4.06-1 100% | 70.0 MiB/s | 1.7 MiB | 00m00s
- [ 71/380] Installing google-noto-fonts- 100% | 9.0 MiB/s | 18.5 KiB | 00m00s
- [ 72/380] Installing google-noto-sans-v 100% | 69.6 MiB/s | 1.4 MiB | 00m00s
- [ 73/380] Installing default-fonts-core 100% | 2.5 MiB/s | 18.2 KiB | 00m00s
- [ 74/380] Installing graphite2-0:1.3.14 100% | 4.9 MiB/s | 193.9 KiB | 00m00s
- [ 75/380] Installing freetype-0:2.13.3- 100% | 55.5 MiB/s | 851.9 KiB | 00m00s
- [ 76/380] Installing harfbuzz-0:11.5.1- 100% | 46.4 MiB/s | 2.8 MiB | 00m00s
- [ 77/380] Installing xml-common-0:0.6.3 100% | 11.3 MiB/s | 81.1 KiB | 00m00s
- [ 78/380] Installing fontconfig-0:2.17. 100% | 698.7 KiB/s | 785.3 KiB | 00m01s
- [ 79/380] Installing gd-0:2.3.3-19.fc43 100% | 43.9 MiB/s | 404.7 KiB | 00m00s
- [ 80/380] Installing perl-GD-0:2.83-5.f 100% | 8.8 MiB/s | 405.5 KiB | 00m00s
- [ 81/380] Installing libpaper-1:2.1.1-9 100% | 9.8 MiB/s | 50.4 KiB | 00m00s
- [ 82/380] Installing perl-Filter-2:1.64 100% | 14.8 MiB/s | 166.2 KiB | 00m00s
- [ 83/380] Installing perl-encoding-4:3. 100% | 49.0 MiB/s | 150.4 KiB | 00m00s
- [ 84/380] Installing perl-open-0:1.13-5 100% | 3.8 MiB/s | 11.7 KiB | 00m00s
- [ 85/380] Installing zziplib-0:0.13.78- 100% | 25.7 MiB/s | 237.0 KiB | 00m00s
- [ 86/380] Installing perl-Business-ISBN 100% | 42.5 MiB/s | 304.8 KiB | 00m00s
- [ 87/380] Installing perl-Business-ISBN 100% | 11.3 MiB/s | 57.8 KiB | 00m00s
- [ 88/380] Installing perl-DynaLoader-Fu 100% | 6.8 MiB/s | 20.7 KiB | 00m00s
- [ 89/380] Installing perl-Devel-CallChe 100% | 8.6 MiB/s | 35.1 KiB | 00m00s
- [ 90/380] Installing perl-Params-Classi 100% | 10.4 MiB/s | 53.4 KiB | 00m00s
- [ 91/380] Installing perl-DateTime-Time 100% | 9.6 MiB/s | 29.6 KiB | 00m00s
- [ 92/380] Installing perl-DateTime-Time 100% | 8.4 MiB/s | 25.8 KiB | 00m00s
- [ 93/380] Installing perl-Class-Singlet 100% | 13.5 MiB/s | 41.4 KiB | 00m00s
- [ 94/380] Installing perl-IO-HTML-0:1.0 100% | 11.4 MiB/s | 46.8 KiB | 00m00s
- [ 95/380] Installing perl-Class-Method- 100% | 26.8 MiB/s | 109.6 KiB | 00m00s
- [ 96/380] Installing perl-Role-Tiny-0:2 100% | 12.4 MiB/s | 63.5 KiB | 00m00s
- [ 97/380] Installing perl-Ref-Util-XS-0 100% | 7.3 MiB/s | 44.6 KiB | 00m00s
- [ 98/380] Installing perl-Ref-Util-0:0. 100% | 8.1 MiB/s | 33.2 KiB | 00m00s
- [ 99/380] Installing perl-XString-0:0.0 100% | 6.8 MiB/s | 34.8 KiB | 00m00s
- [100/380] Installing perl-MRO-Compat-0: 100% | 11.0 MiB/s | 44.9 KiB | 00m00s
- [101/380] Installing perl-Clone-PP-0:1. 100% | 4.5 MiB/s | 13.9 KiB | 00m00s
- [102/380] Installing perl-WWW-RobotRule 100% | 8.4 MiB/s | 25.8 KiB | 00m00s
- [103/380] Installing perl-Package-Gener 100% | 7.7 MiB/s | 31.5 KiB | 00m00s
- [104/380] Installing perl-Sub-Exporter- 100% | 39.4 MiB/s | 201.9 KiB | 00m00s
- [105/380] Installing perl-Sub-Exporter- 100% | 9.4 MiB/s | 28.9 KiB | 00m00s
- [106/380] Installing perl-Devel-GlobalD 100% | 6.2 MiB/s | 19.0 KiB | 00m00s
- [107/380] Installing perl-HTML-Tagset-0 100% | 9.6 MiB/s | 19.7 KiB | 00m00s
- [108/380] Installing perl-PadWalker-0:2 100% | 10.4 MiB/s | 42.6 KiB | 00m00s
- [109/380] Installing perl-Devel-Caller- 100% | 6.1 MiB/s | 25.0 KiB | 00m00s
- [110/380] Installing perl-Devel-LexAlia 100% | 4.1 MiB/s | 16.9 KiB | 00m00s
- [111/380] Installing hostname-0:3.25-3. 100% | 616.1 KiB/s | 44.4 KiB | 00m00s
- [112/380] Installing perl-Sys-Hostname- 100% | 4.0 MiB/s | 16.5 KiB | 00m00s
- [113/380] Installing perl-Mail-Sendmail 100% | 16.3 MiB/s | 66.6 KiB | 00m00s
- [114/380] Installing perl-Digest-SHA-1: 100% | 2.8 MiB/s | 115.0 KiB | 00m00s
- [115/380] Installing perl-Digest-HMAC-0 100% | 7.7 MiB/s | 31.5 KiB | 00m00s
- [116/380] Installing perl-NTLM-0:1.09-4 100% | 10.6 MiB/s | 32.7 KiB | 00m00s
- [117/380] Installing perl-Package-Stash 100% | 10.9 MiB/s | 66.9 KiB | 00m00s
- [118/380] Installing perl-Package-Stash 100% | 1.5 MiB/s | 58.1 KiB | 00m00s
- [119/380] Installing perl-Pod-Html-0:1. 100% | 1.1 MiB/s | 43.9 KiB | 00m00s
- [120/380] Installing libdatrie-0:0.2.13 100% | 10.7 MiB/s | 54.9 KiB | 00m00s
- [121/380] Installing libthai-0:0.1.29-1 100% | 69.7 MiB/s | 785.2 KiB | 00m00s
- [122/380] Installing sombok-0:2.4.0-24. 100% | 26.1 MiB/s | 133.8 KiB | 00m00s
- [123/380] Installing perl-Net-SMTP-SSL- 100% | 1.7 MiB/s | 5.3 KiB | 00m00s
- [124/380] Installing perl-MailTools-0:2 100% | 25.9 MiB/s | 212.5 KiB | 00m00s
- [125/380] Installing perl-MIME-Types-0: 100% | 37.7 MiB/s | 192.9 KiB | 00m00s
- [126/380] Installing perl-Email-Date-Fo 100% | 12.7 MiB/s | 26.0 KiB | 00m00s
- [127/380] Installing perl-MIME-Lite-0:3 100% | 60.8 MiB/s | 248.9 KiB | 00m00s
- [128/380] Installing perl-deprecate-0:0 100% | 3.4 MiB/s | 7.0 KiB | 00m00s
- [129/380] Installing perl-Text-Soundex- 100% | 9.6 MiB/s | 49.0 KiB | 00m00s
- [130/380] Installing mailcap-0:2.1.54-9 100% | 21.3 MiB/s | 87.1 KiB | 00m00s
- [131/380] Installing perl-LWP-MediaType 100% | 19.6 MiB/s | 80.5 KiB | 00m00s
- [132/380] Installing perl-Tie-0:4.6-520 100% | 11.0 MiB/s | 33.9 KiB | 00m00s
- [133/380] Installing perl-GSSAPI-0:0.28 100% | 17.3 MiB/s | 124.2 KiB | 00m00s
- [134/380] Installing perl-Authen-SASL-0 100% | 18.7 MiB/s | 134.3 KiB | 00m00s
- [135/380] Installing perl-Compress-Raw- 100% | 13.6 MiB/s | 69.6 KiB | 00m00s
- [136/380] Installing perl-IO-Compress-0 100% | 23.4 MiB/s | 1.0 MiB | 00m00s
- [137/380] Installing perl-HTTP-Message- 100% | 30.7 MiB/s | 220.0 KiB | 00m00s
- [138/380] Installing perl-HTTP-Negotiat 100% | 14.0 MiB/s | 28.7 KiB | 00m00s
- [139/380] Installing perl-HTML-Parser-0 100% | 46.2 MiB/s | 283.7 KiB | 00m00s
- [140/380] Installing perl-Net-HTTP-0:6. 100% | 19.2 MiB/s | 78.6 KiB | 00m00s
- [141/380] Installing perltidy-0:2025091 100% | 53.4 MiB/s | 4.3 MiB | 00m00s
- [142/380] Installing perl-Eval-Closure- 100% | 6.8 MiB/s | 34.6 KiB | 00m00s
- [143/380] Installing perl-Specio-0:0.53 100% | 24.4 MiB/s | 349.1 KiB | 00m00s
- [144/380] Installing perl-HTTP-Cookies- 100% | 14.8 MiB/s | 75.7 KiB | 00m00s
- [145/380] Installing perl-libwww-perl-0 100% | 10.6 MiB/s | 532.1 KiB | 00m00s
- [146/380] Installing perl-XML-Parser-0: 100% | 42.9 MiB/s | 659.6 KiB | 00m00s
- [147/380] Installing perl-XML-XPath-0:1 100% | 4.7 MiB/s | 210.1 KiB | 00m00s
- [148/380] Installing texlive-epstopdf-1 100% | 1.0 MiB/s | 40.6 KiB | 00m00s
- [149/380] Installing texlive-epstopdf-p 100% | 75.8 MiB/s | 388.0 KiB | 00m00s
- [150/380] Installing texlive-cm-11:svn5 100% | 28.0 MiB/s | 1.0 MiB | 00m00s
- [151/380] Installing texlive-tex-ini-fi 100% | 2.5 MiB/s | 10.1 KiB | 00m00s
- [152/380] Installing texlive-plain-11:s 100% | 15.9 MiB/s | 113.8 KiB | 00m00s
- [153/380] Installing texlive-knuth-lib- 100% | 11.5 MiB/s | 106.3 KiB | 00m00s
- [154/380] Installing texlive-hyphen-bas 100% | 12.9 MiB/s | 65.9 KiB | 00m00s
- [155/380] Installing texlive-hyph-utf8- 100% | 15.0 MiB/s | 76.6 KiB | 00m00s
- [156/380] Installing texlive-etex-11:sv 100% | 8.3 MiB/s | 42.7 KiB | 00m00s
- [157/380] Installing texlive-graphics-d 100% | 19.5 MiB/s | 99.9 KiB | 00m00s
- [158/380] Installing texlive-unicode-da 100% | 78.7 MiB/s | 3.1 MiB | 00m00s
- [159/380] Installing texlive-luatex-11: 100% | 68.8 MiB/s | 9.2 MiB | 00m00s
- [160/380] Installing texlive-texlive.in 100% | 18.6 MiB/s | 1.0 MiB | 00m00s
- [161/380] Installing texlive-gsftopk-11 100% | 1.2 MiB/s | 48.4 KiB | 00m00s
- [162/380] Installing texlive-texlive-sc 100% | 7.0 MiB/s | 349.1 KiB | 00m00s
- [163/380] Installing texlive-kpathsea-1 100% | 42.1 MiB/s | 2.1 MiB | 00m00s
- [164/380] Installing texlive-iftex-11:s 100% | 7.4 MiB/s | 30.3 KiB | 00m00s
- [165/380] Installing texlive-url-11:svn 100% | 7.2 MiB/s | 22.1 KiB | 00m00s
- [166/380] Installing texlive-kvoptions- 100% | 134.7 MiB/s | 551.6 KiB | 00m00s
- [167/380] Installing texlive-pdftexcmds 100% | 103.9 MiB/s | 425.6 KiB | 00m00s
- [168/380] Installing texlive-amsmath-11 100% | 43.7 MiB/s | 268.7 KiB | 00m00s
- [169/380] Installing texlive-etex-pkg-1 100% | 9.3 MiB/s | 19.0 KiB | 00m00s
- [170/380] Installing texlive-etoolbox-1 100% | 16.5 MiB/s | 67.7 KiB | 00m00s
- [171/380] Installing texlive-atbegshi-1 100% | 108.7 MiB/s | 445.1 KiB | 00m00s
- [172/380] Installing texlive-ltxcmds-11 100% | 103.9 MiB/s | 425.5 KiB | 00m00s
- [173/380] Installing texlive-booktabs-1 100% | 2.1 MiB/s | 19.0 KiB | 00m00s
- [174/380] Installing texlive-babel-11:s 100% | 10.9 MiB/s | 2.2 MiB | 00m00s
- [175/380] Installing texlive-footmisc-1 100% | 21.4 MiB/s | 65.6 KiB | 00m00s
- [176/380] Installing texlive-multido-11 100% | 4.8 MiB/s | 19.6 KiB | 00m00s
- [177/380] Installing texlive-hypdoc-11: 100% | 87.8 MiB/s | 359.5 KiB | 00m00s
- [178/380] Installing texlive-auxhook-11 100% | 74.0 MiB/s | 303.2 KiB | 00m00s
- [179/380] Installing texlive-etexcmds-1 100% | 39.3 MiB/s | 322.3 KiB | 00m00s
- [180/380] Installing texlive-infwarerr- 100% | 75.1 MiB/s | 307.5 KiB | 00m00s
- [181/380] Installing texlive-zapfding-1 100% | 6.2 MiB/s | 82.7 KiB | 00m00s
- [182/380] Installing texlive-amsfonts-1 100% | 42.0 MiB/s | 6.0 MiB | 00m00s
- [183/380] Installing texlive-lm-11:svn6 100% | 77.8 MiB/s | 39.5 MiB | 00m01s
- [184/380] Installing texlive-palatino-1 100% | 28.7 MiB/s | 1.1 MiB | 00m00s
- [185/380] Installing texlive-atveryend- 100% | 100.4 MiB/s | 411.2 KiB | 00m00s
- [186/380] Installing texlive-graphics-c 100% | 1.3 MiB/s | 3.9 KiB | 00m00s
- [187/380] Installing texlive-graphics-1 100% | 17.9 MiB/s | 128.7 KiB | 00m00s
- [188/380] Installing texlive-tools-11:s 100% | 33.5 MiB/s | 411.7 KiB | 00m00s
- [189/380] Installing texlive-xkeyval-11 100% | 8.7 MiB/s | 71.6 KiB | 00m00s
- [190/380] Installing texlive-colortbl-1 100% | 7.1 MiB/s | 21.8 KiB | 00m00s
- [191/380] Installing texlive-caption-11 100% | 68.6 MiB/s | 912.6 KiB | 00m00s
- [192/380] Installing texlive-csquotes-1 100% | 27.7 MiB/s | 113.3 KiB | 00m00s
- [193/380] Installing texlive-geometry-1 100% | 16.4 MiB/s | 50.2 KiB | 00m00s
- [194/380] Installing texlive-paralist-1 100% | 5.9 MiB/s | 24.1 KiB | 00m00s
- [195/380] Installing texlive-ragged2e-1 100% | 179.0 MiB/s | 733.3 KiB | 00m00s
- [196/380] Installing texlive-setspace-1 100% | 10.9 MiB/s | 22.4 KiB | 00m00s
- [197/380] Installing texlive-marvosym-1 100% | 26.3 MiB/s | 188.3 KiB | 00m00s
- [198/380] Installing texlive-subfig-11: 100% | 12.2 MiB/s | 37.5 KiB | 00m00s
- [199/380] Installing texlive-breakurl-1 100% | 5.8 MiB/s | 17.9 KiB | 00m00s
- [200/380] Installing texlive-logreq-11: 100% | 8.9 MiB/s | 27.2 KiB | 00m00s
- [201/380] Installing texlive-sauerj-11: 100% | 7.0 MiB/s | 28.6 KiB | 00m00s
- [202/380] Installing texlive-catchfile- 100% | 78.1 MiB/s | 320.0 KiB | 00m00s
- [203/380] Installing texlive-ifplatform 100% | 4.4 MiB/s | 13.5 KiB | 00m00s
- [204/380] Installing texlive-auto-pst-p 100% | 5.1 MiB/s | 15.6 KiB | 00m00s
- [205/380] Installing texlive-babelbib-1 100% | 54.9 MiB/s | 787.2 KiB | 00m00s
- [206/380] Installing texlive-memoir-11: 100% | 47.2 MiB/s | 483.6 KiB | 00m00s
- [207/380] Installing texlive-latex-font 100% | 12.1 MiB/s | 124.2 KiB | 00m00s
- [208/380] Installing texlive-latexconfi 100% | 3.2 MiB/s | 9.8 KiB | 00m00s
- [209/380] Installing texlive-gettitlest 100% | 110.7 MiB/s | 340.1 KiB | 00m00s
- [210/380] Installing texlive-hobsub-11: 100% | 26.7 MiB/s | 81.9 KiB | 00m00s
- [211/380] Installing texlive-hycolor-11 100% | 100.9 MiB/s | 413.1 KiB | 00m00s
- [212/380] Installing texlive-intcalc-11 100% | 115.4 MiB/s | 472.8 KiB | 00m00s
- [213/380] Installing texlive-kvdefineke 100% | 102.7 MiB/s | 315.5 KiB | 00m00s
- [214/380] Installing texlive-kvsetkeys- 100% | 139.6 MiB/s | 428.8 KiB | 00m00s
- [215/380] Installing texlive-letltxmacr 100% | 101.8 MiB/s | 312.6 KiB | 00m00s
- [216/380] Installing texlive-pdfescape- 100% | 92.1 MiB/s | 377.2 KiB | 00m00s
- [217/380] Installing texlive-refcount-1 100% | 85.3 MiB/s | 349.2 KiB | 00m00s
- [218/380] Installing texlive-stringenc- 100% | 95.8 MiB/s | 1.1 MiB | 00m00s
- [219/380] Installing texlive-alphalph-1 100% | 122.8 MiB/s | 377.1 KiB | 00m00s
- [220/380] Installing texlive-enumitem-1 100% | 19.6 MiB/s | 60.1 KiB | 00m00s
- [221/380] Installing texlive-hologo-11: 100% | 162.6 MiB/s | 666.1 KiB | 00m00s
- [222/380] Installing texlive-l3backend- 100% | 158.1 MiB/s | 1.1 MiB | 00m00s
- [223/380] Installing texlive-underscore 100% | 4.9 MiB/s | 20.1 KiB | 00m00s
- [224/380] Installing texlive-avantgar-1 100% | 33.6 MiB/s | 1.2 MiB | 00m00s
- [225/380] Installing texlive-bookman-11 100% | 32.5 MiB/s | 1.2 MiB | 00m00s
- [226/380] Installing texlive-charter-11 100% | 28.9 MiB/s | 415.0 KiB | 00m00s
- [227/380] Installing texlive-courier-11 100% | 31.6 MiB/s | 937.1 KiB | 00m00s
- [228/380] Installing texlive-helvetic-1 100% | 33.2 MiB/s | 1.8 MiB | 00m00s
- [229/380] Installing texlive-symbol-11: 100% | 8.9 MiB/s | 82.0 KiB | 00m00s
- [230/380] Installing texlive-times-11:s 100% | 28.5 MiB/s | 1.0 MiB | 00m00s
- [231/380] Installing texlive-utopia-11: 100% | 35.9 MiB/s | 551.4 KiB | 00m00s
- [232/380] Installing texlive-bigintcalc 100% | 126.2 MiB/s | 516.8 KiB | 00m00s
- [233/380] Installing texlive-bitset-11: 100% | 162.0 MiB/s | 663.5 KiB | 00m00s
- [234/380] Installing texlive-uniquecoun 100% | 102.0 MiB/s | 313.5 KiB | 00m00s
- [235/380] Installing texlive-rerunfilec 100% | 88.7 MiB/s | 363.3 KiB | 00m00s
- [236/380] Installing texlive-hyperref-1 100% | 53.7 MiB/s | 769.4 KiB | 00m00s
- [237/380] Installing texlive-attachfile 100% | 8.1 MiB/s | 33.2 KiB | 00m00s
- [238/380] Installing texlive-fpl-11:svn 100% | 79.5 MiB/s | 651.2 KiB | 00m00s
- [239/380] Installing texlive-mathpazo-1 100% | 19.0 MiB/s | 116.7 KiB | 00m00s
- [240/380] Installing texlive-psnfss-11: 100% | 9.0 MiB/s | 119.5 KiB | 00m00s
- [241/380] Installing texlive-fileconten 100% | 6.3 MiB/s | 13.0 KiB | 00m00s
- [242/380] Installing texlive-xstring-11 100% | 27.8 MiB/s | 57.0 KiB | 00m00s
- [243/380] Installing texlive-bookmark-1 100% | 186.3 MiB/s | 572.2 KiB | 00m00s
- [244/380] Installing texlive-marginnote 100% | 11.4 MiB/s | 23.3 KiB | 00m00s
- [245/380] Installing texlive-mparhack-1 100% | 10.3 MiB/s | 21.1 KiB | 00m00s
- [246/380] Installing texlive-picture-11 100% | 158.6 MiB/s | 324.8 KiB | 00m00s
- [247/380] Installing texlive-pst-math-1 100% | 11.6 MiB/s | 23.7 KiB | 00m00s
- [248/380] Installing texlive-varwidth-1 100% | 9.9 MiB/s | 20.3 KiB | 00m00s
- [249/380] Installing texlive-pdfcolmk-1 100% | 10.1 MiB/s | 20.7 KiB | 00m00s
- [250/380] Installing texlive-xcolor-11: 100% | 26.3 MiB/s | 80.7 KiB | 00m00s
- [251/380] Installing texlive-eso-pic-11 100% | 14.0 MiB/s | 28.6 KiB | 00m00s
- [252/380] Installing texlive-luabidi-11 100% | 13.1 MiB/s | 26.8 KiB | 00m00s
- [253/380] Installing texlive-makecmds-1 100% | 11.6 MiB/s | 11.9 KiB | 00m00s
- [254/380] Installing texlive-changepage 100% | 13.8 MiB/s | 28.2 KiB | 00m00s
- [255/380] Installing texlive-fancyhdr-1 100% | 16.0 MiB/s | 32.7 KiB | 00m00s
- [256/380] Installing texlive-natbib-11: 100% | 32.8 MiB/s | 134.2 KiB | 00m00s
- [257/380] Installing texlive-placeins-1 100% | 1.7 MiB/s | 5.4 KiB | 00m00s
- [258/380] Installing texlive-titlesec-1 100% | 32.2 MiB/s | 98.9 KiB | 00m00s
- [259/380] Installing texlive-zref-11:sv 100% | 114.7 MiB/s | 822.0 KiB | 00m00s
- [260/380] Installing texlive-euenc-11:s 100% | 13.7 MiB/s | 42.2 KiB | 00m00s
- [261/380] Installing texlive-kastrup-11 100% | 2.0 MiB/s | 4.2 KiB | 00m00s
- [262/380] Installing texlive-ctablestac 100% | 10.2 MiB/s | 20.9 KiB | 00m00s
- [263/380] Installing texlive-luatexbase 100% | 7.4 MiB/s | 15.1 KiB | 00m00s
- [264/380] Installing texlive-float-11:s 100% | 7.9 MiB/s | 16.2 KiB | 00m00s
- [265/380] Installing texlive-ifmtarg-11 100% | 3.2 MiB/s | 9.9 KiB | 00m00s
- [266/380] Installing texlive-fp-11:svn4 100% | 41.6 MiB/s | 127.9 KiB | 00m00s
- [267/380] Installing texlive-lua-alt-ge 100% | 4.2 MiB/s | 4.3 KiB | 00m00s
- [268/380] Installing texlive-lua-uni-al 100% | 64.1 MiB/s | 131.3 KiB | 00m00s
- [269/380] Installing texlive-lualibs-11 100% | 68.5 MiB/s | 771.6 KiB | 00m00s
- [270/380] Installing texlive-luaotfload 100% | 83.9 MiB/s | 8.2 MiB | 00m00s
- [271/380] Installing texlive-dehyph-11: 100% | 33.6 MiB/s | 241.2 KiB | 00m00s
- [272/380] Installing texlive-pdftex-11: 100% | 66.1 MiB/s | 4.6 MiB | 00m00s
- [273/380] Installing perl-XML-SAX-0:1.0 100% | 707.8 KiB/s | 126.0 KiB | 00m00s
- [274/380] Installing perl-XML-LibXML-1: 100% | 3.0 MiB/s | 927.4 KiB | 00m00s
- [275/380] Installing perl-XML-LibXML-Si 100% | 12.8 MiB/s | 52.3 KiB | 00m00s
- [276/380] Installing perl-I18N-LangTags 100% | 20.4 MiB/s | 83.8 KiB | 00m00s
- [277/380] Installing perl-Locale-Makete 100% | 28.3 MiB/s | 173.9 KiB | 00m00s
- [278/380] Installing perl-Locale-Makete 100% | 4.4 MiB/s | 13.5 KiB | 00m00s
- [279/380] Installing perl-Params-Check- 100% | 9.3 MiB/s | 28.6 KiB | 00m00s
- [280/380] Installing perl-Module-Load-C 100% | 7.3 MiB/s | 29.9 KiB | 00m00s
- [281/380] Installing perl-Variable-Magi 100% | 20.9 MiB/s | 128.6 KiB | 00m00s
- [282/380] Installing perl-Hash-Util-Fie 100% | 10.5 MiB/s | 64.3 KiB | 00m00s
- [283/380] Installing perl-B-Hooks-EndOf 100% | 10.5 MiB/s | 75.1 KiB | 00m00s
- [284/380] Installing perl-namespace-cle 100% | 8.7 MiB/s | 44.6 KiB | 00m00s
- [285/380] Installing perl-namespace-aut 100% | 11.0 MiB/s | 45.0 KiB | 00m00s
- [286/380] Installing perl-Class-Data-In 100% | 2.3 MiB/s | 7.0 KiB | 00m00s
- [287/380] Installing perl-Exception-Cla 100% | 15.4 MiB/s | 94.6 KiB | 00m00s
- [288/380] Installing perl-Params-Valida 100% | 18.4 MiB/s | 94.2 KiB | 00m00s
- [289/380] Installing perl-Class-Inspect 100% | 14.5 MiB/s | 59.3 KiB | 00m00s
- [290/380] Installing perl-File-ShareDir 100% | 2.1 MiB/s | 59.2 KiB | 00m00s
- [291/380] Installing perl-DateTime-Loca 100% | 57.9 MiB/s | 23.4 MiB | 00m00s
- [292/380] Installing perl-DateTime-2:1. 100% | 28.8 MiB/s | 383.8 KiB | 00m00s
- [293/380] Installing perl-DateTime-Time 100% | 65.1 MiB/s | 6.2 MiB | 00m00s
- [294/380] Installing perl-DateTime-Form 100% | 19.3 MiB/s | 98.7 KiB | 00m00s
- [295/380] Installing perl-DateTime-Form 100% | 26.0 MiB/s | 213.0 KiB | 00m00s
- [296/380] Installing perl-DateTime-Cale 100% | 8.4 MiB/s | 34.3 KiB | 00m00s
- [297/380] Installing perl-Tie-RefHash-0 100% | 9.1 MiB/s | 37.4 KiB | 00m00s
- [298/380] Installing perl-IPC-System-Si 100% | 14.4 MiB/s | 73.5 KiB | 00m00s
- [299/380] Installing perl-autodie-0:2.3 100% | 16.5 MiB/s | 219.1 KiB | 00m00s
- [300/380] Installing perl-Date-Manip-0: 100% | 46.4 MiB/s | 10.9 MiB | 00m00s
- [301/380] Installing perl-Sys-Syslog-0: 100% | 15.8 MiB/s | 96.9 KiB | 00m00s
- [302/380] Installing perl-Mail-Sender-1 100% | 26.4 MiB/s | 162.5 KiB | 00m00s
- [303/380] Installing perl-Log-Dispatch- 100% | 16.3 MiB/s | 150.0 KiB | 00m00s
- [304/380] Installing perl-Log-Dispatch- 100% | 13.3 MiB/s | 54.5 KiB | 00m00s
- [305/380] Installing perl-Convert-ASN1- 100% | 14.1 MiB/s | 173.4 KiB | 00m00s
- [306/380] Installing perl-LDAP-1:0.68-1 100% | 47.0 MiB/s | 962.3 KiB | 00m00s
- [307/380] Installing perl-Text-Glob-0:0 100% | 3.0 MiB/s | 9.3 KiB | 00m00s
- [308/380] Installing perl-Number-Compar 100% | 2.6 MiB/s | 5.4 KiB | 00m00s
- [309/380] Installing perl-File-Find-Rul 100% | 1.1 MiB/s | 44.5 KiB | 00m00s
- [310/380] Installing perl-Data-Compare- 100% | 11.4 MiB/s | 58.1 KiB | 00m00s
- [311/380] Installing perl-meta-notation 100% | 763.0 KiB/s | 2.3 KiB | 00m00s
- [312/380] Installing perl-sigtrap-0:1.1 100% | 3.7 MiB/s | 11.5 KiB | 00m00s
- [313/380] Installing libxslt-0:1.1.43-5 100% | 8.7 MiB/s | 463.2 KiB | 00m00s
- [314/380] Installing perl-XML-LibXSLT-0 100% | 15.5 MiB/s | 142.4 KiB | 00m00s
- [315/380] Installing perl-MIME-Charset- 100% | 17.5 MiB/s | 107.3 KiB | 00m00s
- [316/380] Installing perl-Unicode-LineB 100% | 23.7 MiB/s | 266.4 KiB | 00m00s
- [317/380] Installing perl-IPC-SysV-0:2. 100% | 12.5 MiB/s | 76.7 KiB | 00m00s
- [318/380] Installing perl-Log-Log4perl- 100% | 15.7 MiB/s | 897.8 KiB | 00m00s
- [319/380] Installing perl-List-UtilsBy- 100% | 14.0 MiB/s | 57.2 KiB | 00m00s
- [320/380] Installing perl-List-AllUtils 100% | 44.2 MiB/s | 135.9 KiB | 00m00s
- [321/380] Installing perl-Mozilla-CA-0: 100% | 4.3 MiB/s | 13.1 KiB | 00m00s
- [322/380] Installing perl-LWP-Protocol- 100% | 7.6 MiB/s | 31.1 KiB | 00m00s
- [323/380] Installing perl-ExtUtils-MM-U 100% | 1.8 MiB/s | 3.7 KiB | 00m00s
- [324/380] Installing perl-IPC-Cmd-2:1.0 100% | 28.0 MiB/s | 85.9 KiB | 00m00s
- [325/380] Installing perl-Tie-Cycle-0:1 100% | 8.3 MiB/s | 25.4 KiB | 00m00s
- [326/380] Installing perl-Business-ISMN 100% | 9.4 MiB/s | 38.5 KiB | 00m00s
- [327/380] Installing perl-autovivificat 100% | 15.5 MiB/s | 63.6 KiB | 00m00s
- [328/380] Installing perl-XML-Writer-0: 100% | 16.8 MiB/s | 68.6 KiB | 00m00s
- [329/380] Installing perl-Text-Roman-0: 100% | 11.3 MiB/s | 34.7 KiB | 00m00s
- [330/380] Installing perl-Text-CSV-0:2. 100% | 59.7 MiB/s | 367.0 KiB | 00m00s
- [331/380] Installing perl-Sort-Key-0:1. 100% | 11.4 MiB/s | 81.4 KiB | 00m00s
- [332/380] Installing perl-Regexp-Common 100% | 38.6 MiB/s | 474.0 KiB | 00m00s
- [333/380] Installing perl-Lingua-Transl 100% | 4.4 MiB/s | 179.3 KiB | 00m00s
- [334/380] Installing perl-IPC-Run3-0:0. 100% | 10.3 MiB/s | 63.3 KiB | 00m00s
- [335/380] Installing perl-IO-String-0:1 100% | 8.7 MiB/s | 17.8 KiB | 00m00s
- [336/380] Installing perl-FindBin-0:1.5 100% | 3.5 MiB/s | 7.2 KiB | 00m00s
- [337/380] Installing perl-Class-Accesso 100% | 10.5 MiB/s | 42.9 KiB | 00m00s
- [338/380] Installing biber-0:2.21-2.fc4 100% | 22.5 MiB/s | 1.4 MiB | 00m00s
- [339/380] Installing texlive-latex-11:s 100% | 265.1 MiB/s | 40.3 MiB | 00m00s
- [340/380] Installing texlive-cm-super-1 100% | 89.8 MiB/s | 65.1 MiB | 00m01s
- [341/380] Installing texlive-bera-11:sv 100% | 20.3 MiB/s | 791.2 KiB | 00m00s
- [342/380] Installing texlive-algorithms 100% | 12.7 MiB/s | 39.1 KiB | 00m00s
- [343/380] Installing texlive-xifthen-11 100% | 3.0 MiB/s | 15.2 KiB | 00m00s
- [344/380] Installing texlive-tipa-11:sv 100% | 58.3 MiB/s | 3.8 MiB | 00m00s
- [345/380] Installing texlive-xunicode-1 100% | 43.0 MiB/s | 220.3 KiB | 00m00s
- [346/380] Installing texlive-fontspec-1 100% | 35.9 MiB/s | 330.6 KiB | 00m00s
- [347/380] Installing texlive-polyglossi 100% | 17.8 MiB/s | 764.6 KiB | 00m00s
- [348/380] Installing texlive-biblatex-1 100% | 53.7 MiB/s | 2.2 MiB | 00m00s
- [349/380] Installing texlive-pstricks-1 100% | 30.9 MiB/s | 475.0 KiB | 00m00s
- [350/380] Installing texlive-fancyvrb-1 100% | 16.5 MiB/s | 67.5 KiB | 00m00s
- [351/380] Installing texlive-l3kernel-1 100% | 68.1 MiB/s | 1.4 MiB | 00m00s
- [352/380] Installing texlive-l3packages 100% | 32.4 MiB/s | 265.5 KiB | 00m00s
- [353/380] Installing texlive-listings-1 100% | 43.8 MiB/s | 582.9 KiB | 00m00s
- [354/380] Installing texlive-koma-scrip 100% | 84.9 MiB/s | 9.9 MiB | 00m00s
- [355/380] Installing texlive-showexpl-1 100% | 7.3 MiB/s | 22.6 KiB | 00m00s
- [356/380] Installing texlive-pst-3d-11: 100% | 5.1 MiB/s | 20.9 KiB | 00m00s
- [357/380] Installing texlive-pst-node-1 100% | 22.6 MiB/s | 115.8 KiB | 00m00s
- [358/380] Installing texlive-pst-plot-1 100% | 25.6 MiB/s | 131.0 KiB | 00m00s
- [359/380] Installing texlive-pstricks-a 100% | 17.1 MiB/s | 104.9 KiB | 00m00s
- [360/380] Installing texlive-bidi-11:sv 100% | 35.1 MiB/s | 1.2 MiB | 00m00s
- [361/380] Installing texlive-ms-11:svn5 100% | 2.4 MiB/s | 19.3 KiB | 00m00s
- [362/380] Installing texlive-pgf-11:svn 100% | 31.7 MiB/s | 4.9 MiB | 00m00s
- [363/380] Installing texlive-xpatch-11: 100% | 9.0 MiB/s | 27.5 KiB | 00m00s
- [364/380] Installing texlive-pst-coil-1 100% | 5.3 MiB/s | 21.8 KiB | 00m00s
- [365/380] Installing texlive-pst-eps-11 100% | 4.1 MiB/s | 16.6 KiB | 00m00s
- [366/380] Installing texlive-pst-fill-1 100% | 2.6 MiB/s | 23.9 KiB | 00m00s
- [367/380] Installing texlive-pst-grad-1 100% | 5.5 MiB/s | 22.5 KiB | 00m00s
- [368/380] Installing texlive-pst-ovl-11 100% | 3.4 MiB/s | 13.8 KiB | 00m00s
- [369/380] Installing texlive-pst-text-1 100% | 5.2 MiB/s | 21.3 KiB | 00m00s
- [370/380] Installing texlive-pst-tools- 100% | 6.9 MiB/s | 28.2 KiB | 00m00s
- [371/380] Installing texlive-pst-tree-1 100% | 10.7 MiB/s | 43.6 KiB | 00m00s
- [372/380] Installing texlive-filehook-1 100% | 14.0 MiB/s | 57.2 KiB | 00m00s
- [373/380] Installing texlive-currfile-1 100% | 8.5 MiB/s | 35.0 KiB | 00m00s
- [374/380] Installing oniguruma-0:6.9.10 100% | 62.3 MiB/s | 765.2 KiB | 00m00s
- [375/380] Installing jq-0:1.8.1-1.fc43. 100% | 9.8 MiB/s | 460.1 KiB | 00m00s
- [376/380] Installing perl-GD-Barcode-0: 100% | 91.8 MiB/s | 10.6 MiB | 00m00s
- [377/380] Installing perl-List-MoreUtil 100% | 32.2 MiB/s | 165.0 KiB | 00m00s
- [378/380] Installing perl-IO-Compress-B 100% | 1.0 MiB/s | 42.5 KiB | 00m00s
- [379/380] Installing perl-Class-XSAcces 100% | 16.5 MiB/s | 101.5 KiB | 00m00s
- [380/380] Installing perl-PerlIO-utf8_s 100% | 579.0 B/s | 44.1 KiB | 01m18s
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "jq" "texlive-latex"
- jq-1.8.1-1.fc43.x86_64
- texlive-latex-svn65161-94.fc43.noarch
- texlive-latex-svn65161-94.fc43.noarch
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-python-3.9.0.0 (https://opam.ocaml.org/cache)
-> installed conf-jq.1
-> installed conf-python-3.9.0.0
-> removed caisar.5.0
-> installed conf-texlive.2
-> installed caisar.5.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-23 15:17.12 ---> saved as "b1b58e0f42f188e1a3cd113c0477d65621b36cf331be5ebfb2f2f2484185b2df"
/home/opam: (run (shell "opam reinstall --with-test --verbose caisar.5.0;\
\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\" != 'caisar.5.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
The following actions will be performed:
=== recompile 1 package
- recompile caisar 5.0 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 2/4: [caisar: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "caisar" "-j" "71" "--promote-install-files=false" "@install" "@runtest" (CWD=/home/opam/.opam/5.4/.opam-switch/build/caisar.5.0)
Processing 2/4: [caisar: dune install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "install" "-p" "caisar" "--create-install-files" "caisar" (CWD=/home/opam/.opam/5.4/.opam-switch/build/caisar.5.0)
-> compiled caisar.5.0
-> removed caisar.5.0
-> installed caisar.5.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-23 15:17.50 ---> saved as "1ee0320157ed8e09708ba5be61a33153cbbe134f4c9e3fd665de93d3b255b1e0"
Job succeeded
2026-01-23 15:17.57: Job succeeded