(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 opensuse-15.6-ocaml-4.14/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29111/head" && git reset --hard 6fb9bc72
git fetch origin master
git merge --no-edit dc02a35b0eaa39fa73e10f2dfa764b490f859db6
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:346fd6cac26bc6b75dfc9d07393a3285b7d566891860ef1df74c551b07a31c04
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 "\"opensuse-15.6\""; 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 "\"opensuse-15.6\""; 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:opensuse-15.6-ocaml-4.14@sha256:346fd6cac26bc6b75dfc9d07393a3285b7d566891860ef1df74c551b07a31c04-caisar.5.0-6fb9bc721893564c7fcc5360575ff8ff9e76bc1c"
2026-01-23 15:10.11: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:346fd6cac26bc6b75dfc9d07393a3285b7d566891860ef1df74c551b07a31c04)
 (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 \"\\\"opensuse-15.6\\\"\"; 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 \"\\\"opensuse-15.6\\\"\"; 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:13.18: Got resource from pool OCluster
Building on eumache
All commits already cached
Updating files:  63% (12197/19256)
Updating files:  64% (12324/19256)
Updating files:  65% (12517/19256)
Updating files:  66% (12709/19256)
Updating files:  67% (12902/19256)
Updating files:  68% (13095/19256)
Updating files:  69% (13287/19256)
Updating files:  70% (13480/19256)
Updating files:  71% (13672/19256)
Updating files:  72% (13865/19256)
Updating files:  73% (14057/19256)
Updating files:  74% (14250/19256)
Updating files:  75% (14442/19256)
Updating files:  76% (14635/19256)
Updating files:  77% (14828/19256)
Updating files:  78% (15020/19256)
Updating files:  79% (15213/19256)
Updating files:  80% (15405/19256)
Updating files:  81% (15598/19256)
Updating files:  82% (15790/19256)
Updating files:  83% (15983/19256)
Updating files:  84% (16176/19256)
Updating files:  85% (16368/19256)
Updating files:  86% (16561/19256)
Updating files:  87% (16753/19256)
Updating files:  88% (16946/19256)
Updating files:  89% (17138/19256)
Updating files:  90% (17331/19256)
Updating files:  91% (17523/19256)
Updating files:  92% (17716/19256)
Updating files:  93% (17909/19256)
Updating files:  94% (18101/19256)
Updating files:  95% (18294/19256)
Updating files:  96% (18486/19256)
Updating files:  97% (18679/19256)
Updating files:  98% (18871/19256)
Updating files:  99% (19064/19256)
Updating files: 100% (19256/19256)
Updating files: 100% (19256/19256), done.
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:opensuse-15.6-ocaml-4.14@sha256:346fd6cac26bc6b75dfc9d07393a3285b7d566891860ef1df74c551b07a31c04)
Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:346fd6cac26bc6b75dfc9d07393a3285b7d566891860ef1df74c551b07a31c04' locally
docker.io/ocaml/opam@sha256:346fd6cac26bc6b75dfc9d07393a3285b7d566891860ef1df74c551b07a31c04: Pulling from ocaml/opam
20a1332a6bd2: Already exists
Digest: sha256:346fd6cac26bc6b75dfc9d07393a3285b7d566891860ef1df74c551b07a31c04
Status: Downloaded newer image for ocaml/opam@sha256:346fd6cac26bc6b75dfc9d07393a3285b7d566891860ef1df74c551b07a31c04
2026-01-23 15:13.23 ---> using "9bd118fb635aad5d30481068b2fd78ae684d53d6975e959e98e6f9880e6449d8" 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:13.23 ---> using "185a9989d485a77defa1bb058a2d78084a739ae6a67a203863bea4a86dea5f1f" 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
[ocaml-patches-overlay] synchronised from git+https://github.com/ocurrent/opam-repository#patches
2026-01-23 15:13.23 ---> using "8108077f925f0e832549ff06cdf4341602c357674e312cf530051e5e1cf32f9f" 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=opensuse-leap os-version=15.6
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 71
# repositories         2 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages    ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.2
2026-01-23 15:13.23 ---> using "e374d4b587eacc7df048aeccd8bfcbce31fd00be8fdb2c00dd53bed80a074eba" 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:13.23 ---> using "90311d6be305bbef6a26a589a59417dd1a2d4a267f4083565a05626dac4eca07" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-01-23 15:13.24 ---> using "b6890cb9c850397cd705f8d5dd65329110101a849517f30bc9630fd9d11e3fcb" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-23 15:13.24 ---> using "8151ff928eb2af7ad6542c3e0a0c0870e15d9f5ca9e0a5683bdba84194f44885" from cache

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Retrieving repository 'Update repository of openSUSE Backports' metadata [..
- Looking for gpg keys in repository Update repository of openSUSE Backports.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key
- .
- .....
- ....
- .........
- ......done]
- Building repository 'Update repository of openSUSE Backports' cache [..
- ..done]
- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [..
- Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key
- .
- ....
- ....
- ........
- ..............
- ..........
- ..........
- ..........
- .........
- ..........
- ........
- ..........
- ....done]
- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..
- ..done]
- Repository 'Main Update Repository' is up to date.
- Repository 'Update Repository (Non-Oss)' is up to date.
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- All repositories have been refreshed.
2026-01-23 15:13.25 ---> saved as "5c92cd42523b4c8d73af4d7814afbe62ae058f09a89df24cecb72a42785e7842"

/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:13.27 ---> saved as "c5d1b275d4afe94a9a02066845d24c2c3fdb89752a4fc65cba9b8a5d6568597c"

/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 \"\\\"opensuse-15.6\\\"\"; 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:
=== recompile 2 packages
  - recompile ocaml                   4.14.2       [upstream or system changes]
  - recompile opam-depext             1.2.3        [uses ocaml]
=== install 75 packages
  - install   astring                 0.8.5        [required by fpath]
  - install   base                    v0.16.4      [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.16.0      [required by time_now]
  - install   jst-config              v0.16.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.12.4      [required by ppxlib]
  - install   ocaml-protoc-plugin     6.2.0        [required by caisar]
  - 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.16.0      [required by jst-config]
  - install   ppx_base                v0.16.0      [required by time_now]
  - install   ppx_cold                v0.16.0      [required by ppx_base]
  - install   ppx_compare             v0.16.0      [required by ppx_base]
  - install   ppx_derivers            1.2.1        [required by ppx_deriving]
  - install   ppx_deriving            6.0.3        [required by caisar]
  - install   ppx_deriving_jsonschema 0.0.4        [required by caisar]
  - install   ppx_deriving_yaml       0.4.0        [required by caisar]
  - install   ppx_deriving_yojson     3.9.1        [required by caisar]
  - install   ppx_enumerate           v0.16.0      [required by ppx_base]
  - install   ppx_expect              v0.16.2      [required by ocaml-protoc-plugin]
  - install   ppx_globalize           v0.16.0      [required by ppx_base]
  - install   ppx_hash                v0.16.0      [required by ppx_base]
  - install   ppx_here                v0.16.0      [required by ppx_expect]
  - install   ppx_inline_test         v0.16.1      [required by caisar]
  - install   ppx_optcomp             v0.16.0      [required by time_now]
  - install   ppx_sexp_conv           v0.16.0      [required by why3]
  - install   ppxlib                  0.35.0       [required by ppx_deriving_yaml, ppx_deriving, ppx_deriving_jsonschema, ppx_deriving_yojson]
  - 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.16.0      [required by base]
  - install   stdio                   v0.16.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.16.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-devel

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run zypper to install them (may need root/sudo access)
  2. Display the recommended zypper 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/bin/sudo "zypper" "--non-interactive" "install" "gmp-devel" "protobuf-devel"
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- 
- The following 8 NEW packages are going to be installed:
-   abseil-cpp-devel gmp-devel libabsl2401_0_0 libgmpxx4 libprotobuf-lite25_1_0 libprotobuf25_1_0 libprotoc25_1_0 protobuf-devel
- 
- 8 new packages to install.
- 
- Package download size:     6.0 MiB
- 
- Package install size change:
-               |      22.0 MiB  required by packages that will be installed
-     22.0 MiB  |  -      0 B    released by packages that will be removed
- 
- Backend:  classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Retrieving: libgmpxx4-6.1.2-4.9.1.x86_64 (Main Repository) (1/8),  17.1 KiB    
- Retrieving: libgmpxx4-6.1.2-4.9.1.x86_64.rpm [....
- ....
- ....
- ...done]
- Retrieving: gmp-devel-6.1.2-4.9.1.x86_64 (Main Repository) (2/8),   2.2 MiB    
- Retrieving: gmp-devel-6.1.2-4.9.1.x86_64.rpm [..done (2.1 MiB/s)]
- Retrieving: libabsl2401_0_0-20240116.3-150600.19.3.15.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (3/8), 496.1 KiB    
- Retrieving: libabsl2401_0_0-20240116.3-150600.19.3.15.x86_64.rpm [..
- ....
- ....
- .not found]
- Retrieving: libabsl2401_0_0-20240116.3-150600.19.3.15.x86_64.rpm [.not found]
- Retrieving: libabsl2401_0_0-20240116.3-150600.19.3.15.x86_64.rpm [..done (211.7 KiB/s)]
- Retrieving: libprotobuf25_1_0-25.1-150600.16.13.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (4/8), 867.1 KiB    
- Retrieving: libprotobuf25_1_0-25.1-150600.16.13.1.x86_64.rpm [.not found]
- Retrieving: libprotobuf25_1_0-25.1-150600.16.13.1.x86_64.rpm [.not found]
- Retrieving: libprotobuf25_1_0-25.1-150600.16.13.1.x86_64.rpm [..done (655.2 KiB/s)]
- Retrieving: libprotobuf-lite25_1_0-25.1-150600.16.13.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (5/8), 221.2 KiB    
- Retrieving: libprotobuf-lite25_1_0-25.1-150600.16.13.1.x86_64.rpm [..not found]
- Retrieving: libprotobuf-lite25_1_0-25.1-150600.16.13.1.x86_64.rpm [.not found]
- Retrieving: libprotobuf-lite25_1_0-25.1-150600.16.13.1.x86_64.rpm [..done (101.5 KiB/s)]
- Retrieving: abseil-cpp-devel-20240116.3-150600.19.3.15.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (6/8), 738.8 KiB    
- Retrieving: abseil-cpp-devel-20240116.3-150600.19.3.15.x86_64.rpm [.not found]
- Retrieving: abseil-cpp-devel-20240116.3-150600.19.3.15.x86_64.rpm [.not found]
- Retrieving: abseil-cpp-devel-20240116.3-150600.19.3.15.x86_64.rpm [..done (373.5 KiB/s)]
- Retrieving: libprotoc25_1_0-25.1-150600.16.13.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (7/8), 966.4 KiB    
- Retrieving: libprotoc25_1_0-25.1-150600.16.13.1.x86_64.rpm [.not found]
- Retrieving: libprotoc25_1_0-25.1-150600.16.13.1.x86_64.rpm [.not found]
- Retrieving: libprotoc25_1_0-25.1-150600.16.13.1.x86_64.rpm [...done (585.4 KiB/s)]
- Retrieving: protobuf-devel-25.1-150600.16.13.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (8/8), 574.5 KiB    
- Retrieving: protobuf-devel-25.1-150600.16.13.1.x86_64.rpm [.not found]
- Retrieving: protobuf-devel-25.1-150600.16.13.1.x86_64.rpm [..not found]
- Retrieving: protobuf-devel-25.1-150600.16.13.1.x86_64.rpm [..done (280.0 KiB/s)]
- 
- Checking for file conflicts: [..done]
- (1/8) Installing: libgmpxx4-6.1.2-4.9.1.x86_64 [..done]
- (2/8) Installing: gmp-devel-6.1.2-4.9.1.x86_64 [..
- ...done]
- (3/8) Installing: libabsl2401_0_0-20240116.3-150600.19.3.15.x86_64 [...done]
- (4/8) Installing: libprotobuf25_1_0-25.1-150600.16.13.1.x86_64 [...done]
- (5/8) Installing: libprotobuf-lite25_1_0-25.1-150600.16.13.1.x86_64 [..done]
- (6/8) Installing: abseil-cpp-devel-20240116.3-150600.19.3.15.x86_64 [..
- ..done]
- (7/8) Installing: libprotoc25_1_0-25.1-150600.16.13.1.x86_64 [...done]
- (8/8) Installing: protobuf-devel-25.1-150600.16.13.1.x86_64 [...done]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.16.4  (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)
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> installed conf-protoc.4.4.0
-> retrieved csv.2.4  (cached)
-> 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.16.0  (cached)
-> retrieved jst-config.v0.16.0  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-protoc-plugin.6.2.0  (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 opam-depext.1.2.3  (cached)
-> removed   opam-depext.1.2.3
-> removed   ocaml.4.14.2
-> installed ocaml.4.14.2
-> retrieved pp.2.0.0  (cached)
-> retrieved ppx_assert.v0.16.0  (cached)
-> retrieved ppx_base.v0.16.0  (cached)
-> retrieved ppx_cold.v0.16.0  (cached)
-> retrieved ppx_compare.v0.16.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.0.3  (cached)
-> retrieved ppx_deriving_jsonschema.0.0.4  (cached)
-> retrieved ppx_deriving_yaml.0.4.0  (cached)
-> retrieved ppx_deriving_yojson.3.9.1  (cached)
-> retrieved ppx_enumerate.v0.16.0  (cached)
-> retrieved ppx_expect.v0.16.2  (cached)
-> retrieved ppx_globalize.v0.16.0  (cached)
-> retrieved ppx_hash.v0.16.0  (cached)
-> retrieved ppx_here.v0.16.0  (cached)
-> retrieved ppx_inline_test.v0.16.1  (cached)
-> retrieved ppx_optcomp.v0.16.0  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdio.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved time_now.v0.16.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> installed opam-depext.1.2.3
-> 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 cmdliner.2.1.0
-> 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 uutf.1.0.4
-> installed fmt.0.11.0
-> 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.16.0
-> installed menhirCST.20250912
-> installed menhirLib.20250912
-> installed menhirSdk.20250912
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocamlgraph.2.2.0
-> installed pp.2.0.0
-> installed ppx_derivers.1.2.1
-> installed re.1.14.0
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed yojson.3.0.0
-> installed ocplib-endian.1.2
-> installed integers.0.7.0
-> installed ordering.3.21.0
-> installed dune-build-info.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.16.4
-> installed stdio.v0.16.0
-> installed dune-private-libs.3.21.0
-> installed yaml.3.2.0
-> installed dune-site.3.21.0
-> installed menhir.20250912
-> installed ppxlib.0.35.0
-> installed ppx_globalize.v0.16.0
-> installed ppx_optcomp.v0.16.0
-> installed ppx_cold.v0.16.0
-> installed ppx_here.v0.16.0
-> installed ppx_enumerate.v0.16.0
-> installed ppx_compare.v0.16.0
-> installed ppx_deriving_jsonschema.0.0.4
-> installed ppx_deriving_yaml.0.4.0
-> installed ppx_sexp_conv.v0.16.0
-> installed ppx_deriving.6.0.3
-> installed uucp.17.0.0
-> installed ppx_hash.v0.16.0
-> installed ppx_deriving_yojson.3.9.1
-> installed ppx_assert.v0.16.0
-> installed ppx_base.v0.16.0
-> installed jst-config.v0.16.0
-> installed omd.2.0.0~alpha4
-> installed time_now.v0.16.0
-> installed ppx_inline_test.v0.16.1
-> installed ppx_expect.v0.16.2
-> installed ocaml-protoc-plugin.6.2.0
-> installed why3.1.8.2
-> installed caisar.5.0
Done.

<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# To update the current shell environment, run: eval $(opam env)
2026-01-23 15:18.10 ---> saved as "2016853f9074c4267398900e98d3846ea667b17105a0ccbb4e1e935e6cd6e7d8"

/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 python3 texlive-latex-bin-bin

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run zypper to install them (may need root/sudo access)
  2. Display the recommended zypper 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/bin/sudo "zypper" "--non-interactive" "install" "jq" "python3" "texlive-latex-bin-bin"
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- 
- The following 214 NEW packages are going to be installed:
-   cron cronie cups-config dialog ed file fontconfig fonts-config ghostscript ghostscript-fonts-std java-11-openjdk java-11-openjdk-headless javapackages-filesystem javapackages-tools jq libXext6 libXi6 libXpm4 libXrender1 libXtst6 libasound2 libavahi-client3 libavahi-common3 libcups2 libcupsimage2 libdialog14 libfontconfig1 libfontenc1 libfreebl3 libfreetype6 libgd3 libgif7 libgnutls30 libgraphite2-3 libharfbuzz0 libhogweed6 libjbig2 libjpeg8 libjq1 libkpathsea6 liblcms2-2 libnettle8 libonig4 libopenssl1_1 libpcsclite1 libpng16-16 libpython3_6m1_0 libsoftokn3 libtexlua53-5 libtiff5 libwebp7 libzzip-0-13 mailx mkfontdir mkfontscale mozilla-nspr mozilla-nss mozilla-nss-certs psutils python3 python3-base system-user-lp system-user-mktex tcsh texlive texlive-amsfonts texlive-amsfonts-fonts texlive-amsmath texlive-atbegshi texlive-atveryend texlive-auxhook texlive-babel texlive-babel-hebrew texlive-bigintcalc texlive-bitset texlive-carlisle texlive-cm texlive-cm-super texlive-cm-super-fonts texlive-colortbl texlive-ctablestack texlive-currfile texlive-dehyph texlive-dehyph-exptl texlive-dviasm texlive-dviasm-bin texlive-dvidvi texlive-dvidvi-bin texlive-dvipng texlive-dvipng-bin texlive-dvisvgm texlive-dvisvgm-bin texlive-ec texlive-epstopdf-pkg texlive-etex texlive-etex-pkg texlive-etexcmds texlive-etoolbox texlive-euenc texlive-everyshi texlive-extratools texlive-filehook texlive-filesystem texlive-firstaid texlive-fontspec texlive-fp texlive-gettitlestring texlive-graphics texlive-graphics-cfg texlive-graphics-def texlive-grfext texlive-grffile texlive-gsftopk texlive-gsftopk-bin texlive-hologo texlive-hopatch texlive-hycolor texlive-hyperref texlive-hyph-utf8 texlive-hyphen-ancientgreek texlive-hyphen-base texlive-hyphen-german texlive-hyphen-greek texlive-iftex texlive-index texlive-infwarerr texlive-intcalc texlive-knuth-lib texlive-kpathsea texlive-kpathsea-bin texlive-kvdefinekeys texlive-kvoptions texlive-kvsetkeys texlive-l3backend texlive-l3kernel texlive-l3packages texlive-lacheck texlive-lacheck-bin texlive-latex texlive-latex-bin texlive-latex-bin-bin texlive-latex-fonts texlive-latexconfig texlive-letltxmacro texlive-lm texlive-lm-fonts texlive-lm-math texlive-lm-math-fonts texlive-ltxcmds texlive-lua-alt-getopt texlive-luahbtex texlive-luahbtex-bin texlive-lualatex-math texlive-lualibs texlive-luaotfload texlive-luaotfload-bin texlive-luatex texlive-luatex-bin texlive-luatex-doc texlive-luatexbase texlive-makerobust texlive-manfnt texlive-memoir texlive-minitoc texlive-mparhack texlive-ms texlive-notoccite texlive-ntheorem texlive-oberdiek texlive-parallel texlive-pdf14 texlive-pdfcolmk texlive-pdfescape texlive-pdftex texlive-pdftex-bin texlive-pdftex-doc texlive-pdftex-fonts texlive-pdftexcmds texlive-pgf texlive-placeins texlive-plain texlive-psfrag texlive-refcount texlive-rerunfilecheck texlive-ruhyphen texlive-sauerj texlive-scripts texlive-scripts-bin texlive-scripts-extra texlive-scripts-extra-bin texlive-seetexk texlive-seetexk-bin texlive-stringenc texlive-tex-ini-files texlive-tex4ht texlive-tex4ht-bin texlive-texlive.infra texlive-texlive.infra-doc texlive-textcase texlive-tipa texlive-tipa-fonts texlive-tools texlive-ukrhyph texlive-unicode-data texlive-unicode-math texlive-uniquecounter texlive-updmap-map texlive-url texlive-xcolor texlive-xunicode texlive-zapfding texlive-zapfding-fonts texlive-zref xorg-x11-fonts-core
- 
- 214 new packages to install.
- 
- Package download size:   180.6 MiB
- 
- Package install size change:
-               |     477.1 MiB  required by packages that will be installed
-    477.1 MiB  |  -      0 B    released by packages that will be removed
- 
- Backend:  classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Retrieving: ed-1.17-150400.1.5.x86_64 (Main Repository) (1/214),  76.0 KiB    
- Retrieving: ed-1.17-150400.1.5.x86_64.rpm [..
- ....
- ....
- .done]
- Retrieving: file-5.32-7.14.1.x86_64 (Main Repository) (2/214),  50.0 KiB    
- Retrieving: file-5.32-7.14.1.x86_64.rpm [.done]
- Retrieving: ghostscript-fonts-std-9.06-14.3.1.noarch (Main Repository) (3/214),   3.4 MiB    
- Retrieving: ghostscript-fonts-std-9.06-14.3.1.noarch.rpm [......
- .........
- .....done (1.5 MiB/s)]
- Retrieving: libXext6-1.3.3-1.30.x86_64 (Main Repository) (4/214),  33.2 KiB    
- Retrieving: libXext6-1.3.3-1.30.x86_64.rpm [.done]
- Retrieving: libXpm4-3.5.12-150000.3.10.1.x86_64 (Main Repository) (5/214),  41.1 KiB    
- Retrieving: libXpm4-3.5.12-150000.3.10.1.x86_64.rpm [.done]
- Retrieving: libXrender1-0.9.10-1.30.x86_64 (Main Repository) (6/214),  24.1 KiB    
- Retrieving: libXrender1-0.9.10-1.30.x86_64.rpm [.done]
- Retrieving: libasound2-1.2.10-150600.2.3.x86_64 (Main Repository) (7/214), 449.6 KiB    
- Retrieving: libasound2-1.2.10-150600.2.3.x86_64.rpm [.done]
- Retrieving: libdialog14-1.3-3.3.7.x86_64 (Main Repository) (8/214), 105.4 KiB    
- Retrieving: libdialog14-1.3-3.3.7.x86_64.rpm [.
- done]
- Retrieving: libfontenc1-1.1.3-1.22.x86_64 (Main Repository) (9/214),  19.8 KiB    
- Retrieving: libfontenc1-1.1.3-1.22.x86_64.rpm [.done]
- Retrieving: libgraphite2-3-1.3.14-150600.1.5.x86_64 (Main Repository) (10/214),  73.8 KiB    
- Retrieving: libgraphite2-3-1.3.14-150600.1.5.x86_64.rpm [.done]
- Retrieving: libjbig2-2.1-150000.3.5.1.x86_64 (Main Repository) (11/214),  33.0 KiB    
- Retrieving: libjbig2-2.1-150000.3.5.1.x86_64.rpm [.done]
- Retrieving: libjpeg8-8.2.2-150600.22.5.x86_64 (Main Repository) (12/214), 180.8 KiB    
- Retrieving: libjpeg8-8.2.2-150600.22.5.x86_64.rpm [.done]
- Retrieving: libkpathsea6-6.3.3-150600.36.10.x86_64 (Main Repository) (13/214),  65.4 KiB    
- Retrieving: libkpathsea6-6.3.3-150600.36.10.x86_64.rpm [.done]
- Retrieving: libtexlua53-5-5.3.6-150600.36.10.x86_64 (Main Repository) (14/214), 118.9 KiB    
- Retrieving: libtexlua53-5-5.3.6-150600.36.10.x86_64.rpm [.....
- .done (103.9 KiB/s)]
- Retrieving: mailx-12.5-150600.16.3.x86_64 (Main Repository) (15/214), 320.4 KiB    
- Retrieving: mailx-12.5-150600.16.3.x86_64.rpm [..done (320.4 KiB/s)]
- Retrieving: psutils-p17-1.26.x86_64 (Main Repository) (16/214),  76.3 KiB    
- Retrieving: psutils-p17-1.26.x86_64.rpm [.done]
- Retrieving: system-user-lp-20170617-150400.24.2.1.noarch (Main Repository) (17/214),  11.9 KiB    
- Retrieving: system-user-lp-20170617-150400.24.2.1.noarch.rpm [.done]
- Retrieving: system-user-mktex-1.0.0-150400.1.4.noarch (Main Repository) (18/214),   7.9 KiB    
- Retrieving: system-user-mktex-1.0.0-150400.1.4.noarch.rpm [.done]
- Retrieving: texlive-luatex-doc-2021.189.svn58702-150400.17.1.noarch (Main Repository) (19/214),   1.8 MiB    
- Retrieving: texlive-luatex-doc-2021.189.svn58702-150400.17.1.noarch.rpm [..done (373.8 KiB/s)]
- Retrieving: texlive-pdftex-doc-2021.189.svn57973-150400.17.1.noarch (Main Repository) (20/214),   1.5 MiB    
- Retrieving: texlive-pdftex-doc-2021.189.svn57973-150400.17.1.noarch.rpm [..done (1017.4 KiB/s)]
- Retrieving: texlive-texlive.infra-doc-2021.189.svn58646-150400.18.1.noarch (Main Repository) (21/214),  67.2 KiB    
- Retrieving: texlive-texlive.infra-doc-2021.189.svn58646-150400.18.1.noarch.rpm [.done]
- Retrieving: libXtst6-1.2.3-1.24.x86_64 (Main Repository) (22/214),  17.2 KiB    
- Retrieving: libXtst6-1.2.3-1.24.x86_64.rpm [.done]
- Retrieving: libXi6-1.7.9-3.2.1.x86_64 (Main Repository) (23/214),  35.6 KiB    
- Retrieving: libXi6-1.7.9-3.2.1.x86_64.rpm [.done]
- Retrieving: dialog-1.3-3.3.7.x86_64 (Main Repository) (24/214),  92.5 KiB    
- Retrieving: dialog-1.3-3.3.7.x86_64.rpm [.done]
- Retrieving: libtiff5-4.0.9-150000.45.41.1.x86_64 (Main Repository) (25/214), 217.5 KiB    
- Retrieving: libtiff5-4.0.9-150000.45.41.1.x86_64.rpm [.done]
- Retrieving: cron-4.2-150400.84.3.1.x86_64 (Main Repository) (26/214),  17.5 KiB    
- Retrieving: cron-4.2-150400.84.3.1.x86_64.rpm [.done]
- Retrieving: cronie-1.5.7-150400.84.3.1.x86_64 (Main Repository) (27/214), 117.0 KiB    
- Retrieving: cronie-1.5.7-150400.84.3.1.x86_64.rpm [.done]
- Retrieving: texlive-scripts-extra-bin-2021.20210325.svn53577-150600.36.10.x86_64 (Main Repository) (28/214),  30.6 KiB    
- Retrieving: texlive-scripts-extra-bin-2021.20210325.svn53577-150600.36.10.x86_64.rpm [.done]
- Retrieving: javapackages-filesystem-6.3.4-150200.3.15.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (29/214),  24.6 KiB    
- Retrieving: javapackages-filesystem-6.3.4-150200.3.15.1.x86_64.rpm [...
- ...not found]
- Retrieving: javapackages-filesystem-6.3.4-150200.3.15.1.x86_64.rpm [.not found]
- Retrieving: javapackages-filesystem-6.3.4-150200.3.15.1.x86_64.rpm [.done]
- Retrieving: libavahi-common3-0.8-150600.15.12.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (30/214),  45.9 KiB    
- Retrieving: libavahi-common3-0.8-150600.15.12.1.x86_64.rpm [.not found]
- Retrieving: libavahi-common3-0.8-150600.15.12.1.x86_64.rpm [.not found]
- Retrieving: libavahi-common3-0.8-150600.15.12.1.x86_64.rpm [.done]
- Retrieving: libfreebl3-3.112.2-150400.3.60.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (31/214), 455.4 KiB    
- Retrieving: libfreebl3-3.112.2-150400.3.60.1.x86_64.rpm [.not found]
- Retrieving: libfreebl3-3.112.2-150400.3.60.1.x86_64.rpm [.not found]
- Retrieving: libfreebl3-3.112.2-150400.3.60.1.x86_64.rpm [..done (324.7 KiB/s)]
- Retrieving: libgif7-5.2.2-150000.4.16.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (32/214),  31.2 KiB    
- Retrieving: libgif7-5.2.2-150000.4.16.1.x86_64.rpm [.not found]
- Retrieving: libgif7-5.2.2-150000.4.16.1.x86_64.rpm [.not found]
- Retrieving: libgif7-5.2.2-150000.4.16.1.x86_64.rpm [.done]
- Retrieving: liblcms2-2-2.15-150600.3.3.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (33/214), 152.0 KiB    
- Retrieving: liblcms2-2-2.15-150600.3.3.2.x86_64.rpm [.not found]
- Retrieving: liblcms2-2-2.15-150600.3.3.2.x86_64.rpm [.not found]
- Retrieving: liblcms2-2-2.15-150600.3.3.2.x86_64.rpm [..done (27.6 KiB/s)]
- Retrieving: libnettle8-3.9.1-150600.3.2.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (34/214), 171.1 KiB    
- Retrieving: libnettle8-3.9.1-150600.3.2.1.x86_64.rpm [...not found]
- Retrieving: libnettle8-3.9.1-150600.3.2.1.x86_64.rpm [.not found]
- Retrieving: libnettle8-3.9.1-150600.3.2.1.x86_64.rpm [.done]
- Retrieving: libonig4-6.7.0-150000.3.6.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (35/214), 127.6 KiB    
- Retrieving: libonig4-6.7.0-150000.3.6.1.x86_64.rpm [.done]
- Retrieving: libopenssl1_1-1.1.1w-150600.5.18.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (36/214),   1.4 MiB    
- Retrieving: libopenssl1_1-1.1.1w-150600.5.18.1.x86_64.rpm [.not found]
- Retrieving: libopenssl1_1-1.1.1w-150600.5.18.1.x86_64.rpm [.not found]
- Retrieving: libopenssl1_1-1.1.1w-150600.5.18.1.x86_64.rpm [...done (1.3 MiB/s)]
- Retrieving: libpcsclite1-1.9.4-150400.3.2.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (37/214),  32.2 KiB    
- Retrieving: libpcsclite1-1.9.4-150400.3.2.1.x86_64.rpm [.
- done]
- Retrieving: libpng16-16-1.6.40-150600.3.6.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (38/214), 139.6 KiB    
- Retrieving: libpng16-16-1.6.40-150600.3.6.1.x86_64.rpm [.not found]
- Retrieving: libpng16-16-1.6.40-150600.3.6.1.x86_64.rpm [.not found]
- Retrieving: libpng16-16-1.6.40-150600.3.6.1.x86_64.rpm [..done (137.8 KiB/s)]
- Retrieving: libwebp7-1.0.3-150200.3.14.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (39/214), 198.3 KiB    
- Retrieving: libwebp7-1.0.3-150200.3.14.1.x86_64.rpm [.not found]
- Retrieving: libwebp7-1.0.3-150200.3.14.1.x86_64.rpm [.not found]
- Retrieving: libwebp7-1.0.3-150200.3.14.1.x86_64.rpm [.done]
- Retrieving: libzzip-0-13-0.13.72-150600.4.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (40/214),  45.6 KiB    
- Retrieving: libzzip-0-13-0.13.72-150600.4.3.1.x86_64.rpm [.not found]
- Retrieving: libzzip-0-13-0.13.72-150600.4.3.1.x86_64.rpm [.not found]
- Retrieving: libzzip-0-13-0.13.72-150600.4.3.1.x86_64.rpm [.done]
- Retrieving: mozilla-nspr-4.36.2-150000.3.36.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (41/214), 117.6 KiB    
- Retrieving: mozilla-nspr-4.36.2-150000.3.36.1.x86_64.rpm [.not found]
- Retrieving: mozilla-nspr-4.36.2-150000.3.36.1.x86_64.rpm [.not found]
- Retrieving: mozilla-nspr-4.36.2-150000.3.36.1.x86_64.rpm [.done]
- Retrieving: tcsh-6.20.00-150000.4.18.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (42/214), 273.5 KiB    
- Retrieving: tcsh-6.20.00-150000.4.18.2.x86_64.rpm [.not found]
- Retrieving: tcsh-6.20.00-150000.4.18.2.x86_64.rpm [.not found]
- Retrieving: tcsh-6.20.00-150000.4.18.2.x86_64.rpm [..done (27.6 KiB/s)]
- Retrieving: cups-config-2.2.7-150000.3.83.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (43/214), 245.1 KiB    
- Retrieving: cups-config-2.2.7-150000.3.83.1.x86_64.rpm [.not found]
- Retrieving: cups-config-2.2.7-150000.3.83.1.x86_64.rpm [.not found]
- Retrieving: cups-config-2.2.7-150000.3.83.1.x86_64.rpm [.
- .done (149.0 KiB/s)]
- Retrieving: javapackages-tools-6.3.4-150200.3.15.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (44/214),  43.8 KiB    
- Retrieving: javapackages-tools-6.3.4-150200.3.15.1.x86_64.rpm [.not found]
- Retrieving: javapackages-tools-6.3.4-150200.3.15.1.x86_64.rpm [.not found]
- Retrieving: javapackages-tools-6.3.4-150200.3.15.1.x86_64.rpm [.done]
- Retrieving: libavahi-client3-0.8-150600.15.12.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (45/214),  49.1 KiB    
- Retrieving: libavahi-client3-0.8-150600.15.12.1.x86_64.rpm [.not found]
- Retrieving: libavahi-client3-0.8-150600.15.12.1.x86_64.rpm [.not found]
- Retrieving: libavahi-client3-0.8-150600.15.12.1.x86_64.rpm [.done]
- Retrieving: libhogweed6-3.9.1-150600.3.2.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (46/214), 226.0 KiB    
- Retrieving: libhogweed6-3.9.1-150600.3.2.1.x86_64.rpm [.not found]
- Retrieving: libhogweed6-3.9.1-150600.3.2.1.x86_64.rpm [.not found]
- Retrieving: libhogweed6-3.9.1-150600.3.2.1.x86_64.rpm [..done (22.1 KiB/s)]
- Retrieving: libjq1-1.6-150000.3.9.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (47/214), 116.5 KiB    
- Retrieving: libjq1-1.6-150000.3.9.1.x86_64.rpm [.not found]
- Retrieving: libjq1-1.6-150000.3.9.1.x86_64.rpm [.not found]
- Retrieving: libjq1-1.6-150000.3.9.1.x86_64.rpm [.done]
- Retrieving: python3-base-3.6.15-150300.10.103.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (48/214),   7.8 MiB    
- Retrieving: python3-base-3.6.15-150300.10.103.1.x86_64.rpm [.not found]
- Retrieving: python3-base-3.6.15-150300.10.103.1.x86_64.rpm [.not found]
- Retrieving: python3-base-3.6.15-150300.10.103.1.x86_64.rpm [...
- .......done (7.8 MiB/s)]
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.103.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (49/214),   1.2 MiB    
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.103.1.x86_64.rpm [..not found]
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.103.1.x86_64.rpm [.not found]
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.103.1.x86_64.rpm [.
- .done (681.7 KiB/s)]
- Retrieving: libfreetype6-2.10.4-150000.4.25.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (50/214), 454.8 KiB    
- Retrieving: libfreetype6-2.10.4-150000.4.25.1.x86_64.rpm [.not found]
- Retrieving: libfreetype6-2.10.4-150000.4.25.1.x86_64.rpm [.not found]
- Retrieving: libfreetype6-2.10.4-150000.4.25.1.x86_64.rpm [.done]
- Retrieving: mozilla-nss-certs-3.112.2-150400.3.60.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (51/214), 339.0 KiB    
- Retrieving: mozilla-nss-certs-3.112.2-150400.3.60.1.x86_64.rpm [..not found]
- Retrieving: mozilla-nss-certs-3.112.2-150400.3.60.1.x86_64.rpm [.not found]
- Retrieving: mozilla-nss-certs-3.112.2-150400.3.60.1.x86_64.rpm [..done (15.1 KiB/s)]
- Retrieving: libgnutls30-3.8.3-150600.4.12.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (52/214), 912.7 KiB    
- Retrieving: libgnutls30-3.8.3-150600.4.12.1.x86_64.rpm [.not found]
- Retrieving: libgnutls30-3.8.3-150600.4.12.1.x86_64.rpm [.not found]
- Retrieving: libgnutls30-3.8.3-150600.4.12.1.x86_64.rpm [...
- done (638.4 KiB/s)]
- Retrieving: jq-1.6-150000.3.9.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (53/214),  63.5 KiB    
- Retrieving: jq-1.6-150000.3.9.1.x86_64.rpm [.not found]
- Retrieving: jq-1.6-150000.3.9.1.x86_64.rpm [.not found]
- Retrieving: jq-1.6-150000.3.9.1.x86_64.rpm [..done (15.1 KiB/s)]
- Retrieving: python3-3.6.15-150300.10.103.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (54/214), 106.1 KiB    
- Retrieving: python3-3.6.15-150300.10.103.1.x86_64.rpm [.not found]
- Retrieving: python3-3.6.15-150300.10.103.1.x86_64.rpm [.not found]
- Retrieving: python3-3.6.15-150300.10.103.1.x86_64.rpm [.done]
- Retrieving: mozilla-nss-3.112.2-150400.3.60.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (55/214), 811.9 KiB    
- Retrieving: mozilla-nss-3.112.2-150400.3.60.1.x86_64.rpm [.not found]
- Retrieving: mozilla-nss-3.112.2-150400.3.60.1.x86_64.rpm [.not found]
- Retrieving: mozilla-nss-3.112.2-150400.3.60.1.x86_64.rpm [..done (660.8 KiB/s)]
- Retrieving: libsoftokn3-3.112.2-150400.3.60.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (56/214), 334.3 KiB    
- Retrieving: libsoftokn3-3.112.2-150400.3.60.1.x86_64.rpm [.not found]
- Retrieving: libsoftokn3-3.112.2-150400.3.60.1.x86_64.rpm [...not found]
- Retrieving: libsoftokn3-3.112.2-150400.3.60.1.x86_64.rpm [.done]
- Retrieving: libcups2-2.2.7-150000.3.83.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (57/214), 236.3 KiB    
- Retrieving: libcups2-2.2.7-150000.3.83.1.x86_64.rpm [.
- ..not found]
- Retrieving: libcups2-2.2.7-150000.3.83.1.x86_64.rpm [.not found]
- Retrieving: libcups2-2.2.7-150000.3.83.1.x86_64.rpm [.done]
- Retrieving: libcupsimage2-2.2.7-150000.3.83.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (58/214),  56.2 KiB    
- Retrieving: libcupsimage2-2.2.7-150000.3.83.1.x86_64.rpm [.not found]
- Retrieving: libcupsimage2-2.2.7-150000.3.83.1.x86_64.rpm [.not found]
- Retrieving: libcupsimage2-2.2.7-150000.3.83.1.x86_64.rpm [.done]
- Retrieving: mkfontscale-1.1.2-1.23.x86_64 (Main Repository) (59/214),  36.9 KiB    
- Retrieving: mkfontscale-1.1.2-1.23.x86_64.rpm [.done]
- Retrieving: libharfbuzz0-8.3.0-150600.1.3.x86_64 (Main Repository) (60/214), 588.0 KiB    
- Retrieving: libharfbuzz0-8.3.0-150600.1.3.x86_64.rpm [.done]
- Retrieving: fontconfig-2.14.2-150600.1.3.x86_64 (Main Repository) (61/214),  81.4 KiB    
- Retrieving: fontconfig-2.14.2-150600.1.3.x86_64.rpm [.done]
- Retrieving: libfontconfig1-2.14.2-150600.1.3.x86_64 (Main Repository) (62/214), 126.4 KiB    
- Retrieving: libfontconfig1-2.14.2-150600.1.3.x86_64.rpm [..done (35.8 KiB/s)]
- Retrieving: texlive-filesystem-2021.185-150400.19.4.noarch (Main Repository) (63/214), 997.9 KiB    
- Retrieving: texlive-filesystem-2021.185-150400.19.4.noarch.rpm [.done]
- Retrieving: texlive-scripts-extra-2021.189.svn54744-150400.18.1.noarch (Main Repository) (64/214),  46.9 KiB    
- Retrieving: texlive-scripts-extra-2021.189.svn54744-150400.18.1.noarch.rpm [.done]
- Retrieving: texlive-scripts-bin-2021.20210325.svn55172-150600.36.10.x86_64 (Main Repository) (65/214),  28.8 KiB    
- Retrieving: texlive-scripts-bin-2021.20210325.svn55172-150600.36.10.x86_64.rpm [.
- done]
- Retrieving: mkfontdir-1.0.7-1.20.x86_64 (Main Repository) (66/214),  17.7 KiB    
- Retrieving: mkfontdir-1.0.7-1.20.x86_64.rpm [.done]
- Retrieving: libgd3-2.2.5-11.3.1.x86_64 (Main Repository) (67/214), 125.6 KiB    
- Retrieving: libgd3-2.2.5-11.3.1.x86_64.rpm [.done]
- Retrieving: texlive-gsftopk-bin-2021.20210325.svn57878-150600.36.10.x86_64 (Main Repository) (68/214),  40.0 KiB    
- Retrieving: texlive-gsftopk-bin-2021.20210325.svn57878-150600.36.10.x86_64.rpm [.done]
- Retrieving: fonts-config-20200609+git0.42e2b1b-150600.18.2.noarch (Main Repository) (69/214),  53.2 KiB    
- Retrieving: fonts-config-20200609+git0.42e2b1b-150600.18.2.noarch.rpm [.done]
- Retrieving: texlive-kpathsea-bin-2021.20210325.svn57878-150600.36.10.x86_64 (Main Repository) (70/214),  42.8 KiB    
- Retrieving: texlive-kpathsea-bin-2021.20210325.svn57878-150600.36.10.x86_64.rpm [.done]
- Retrieving: texlive-2021.20210325-150600.36.10.x86_64 (Main Repository) (71/214),  31.0 KiB    
- Retrieving: texlive-2021.20210325-150600.36.10.x86_64.rpm [.done]
- Retrieving: xorg-x11-fonts-core-7.6-13.6.1.noarch (Main Repository) (72/214),   3.9 MiB    
- Retrieving: xorg-x11-fonts-core-7.6-13.6.1.noarch.rpm [..done (1.1 MiB/s)]
- Retrieving: texlive-luatex-bin-2021.20210325.svn58535-150600.36.10.x86_64 (Main Repository) (73/214),   1.6 MiB    
- Retrieving: texlive-luatex-bin-2021.20210325.svn58535-150600.36.10.x86_64.rpm [..done (1.5 MiB/s)]
- Retrieving: texlive-zapfding-fonts-2021.189.svn31835-150400.17.1.noarch (Main Repository) (74/214),  64.6 KiB    
- Retrieving: texlive-zapfding-fonts-2021.189.svn31835-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-tipa-fonts-2021.189.1.3svn29349-150400.17.1.noarch (Main Repository) (75/214),   2.7 MiB    
- Retrieving: texlive-tipa-fonts-2021.189.1.3svn29349-150400.17.1.noarch.rpm [.
- ........
- .........done (1.3 MiB/s)]
- Retrieving: texlive-pdftex-fonts-2021.189.svn57973-150400.17.1.noarch (Main Repository) (76/214),  24.8 KiB    
- Retrieving: texlive-pdftex-fonts-2021.189.svn57973-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-lm-math-fonts-2021.189.1.959svn36915-150400.18.1.noarch (Main Repository) (77/214), 395.1 KiB    
- Retrieving: texlive-lm-math-fonts-2021.189.1.959svn36915-150400.18.1.noarch.rpm [.done]
- Retrieving: texlive-lm-fonts-2021.189.2.005svn58637-150400.18.1.noarch (Main Repository) (78/214),  10.5 MiB    
- Retrieving: texlive-lm-fonts-2021.189.2.005svn58637-150400.18.1.noarch.rpm [....done (10.0 MiB/s)]
- Retrieving: texlive-cm-super-fonts-2021.189.svn15878-150400.17.1.noarch (Main Repository) (79/214),  56.6 MiB    
- Retrieving: texlive-cm-super-fonts-2021.189.svn15878-150400.17.1.noarch.rpm [.....
- .......done (55.5 MiB/s)]
- Retrieving: texlive-amsfonts-fonts-2021.189.3.04svn29208-150400.20.3.1.noarch (Main Repository) (80/214),   3.2 MiB    
- Retrieving: texlive-amsfonts-fonts-2021.189.3.04svn29208-150400.20.3.1.noarch.rpm [..done (1.2 MiB/s)]
- Retrieving: texlive-texlive.infra-2021.189.svn58646-150400.18.1.noarch (Main Repository) (81/214), 143.0 KiB    
- Retrieving: texlive-texlive.infra-2021.189.svn58646-150400.18.1.noarch.rpm [.done]
- Retrieving: texlive-scripts-2021.189.svn58742-150400.18.1.noarch (Main Repository) (82/214),  85.7 KiB    
- Retrieving: texlive-scripts-2021.189.svn58742-150400.18.1.noarch.rpm [.done]
- Retrieving: texlive-kpathsea-2021.189.svn58622-150400.17.1.noarch (Main Repository) (83/214),  59.0 KiB    
- Retrieving: texlive-kpathsea-2021.189.svn58622-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-gsftopk-2021.189.1.19.2svn52851-150400.17.1.noarch (Main Repository) (84/214),  25.4 KiB    
- Retrieving: texlive-gsftopk-2021.189.1.19.2svn52851-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-updmap-map-2021.185.svn54495-150400.19.4.noarch (Main Repository) (85/214),  16.3 KiB    
- Retrieving: texlive-updmap-map-2021.185.svn54495-150400.19.4.noarch.rpm [.done]
- Retrieving: texlive-zapfding-2021.189.svn31835-150400.17.1.noarch (Main Repository) (86/214),  28.4 KiB    
- Retrieving: texlive-zapfding-2021.189.svn31835-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-url-2021.189.3.4svn32528-150400.20.1.noarch (Main Repository) (87/214),  27.7 KiB    
- Retrieving: texlive-url-2021.189.3.4svn32528-150400.20.1.noarch.rpm [.done]
- Retrieving: texlive-unicode-data-2021.189.1.14svn56768-150400.20.1.noarch (Main Repository) (88/214), 336.4 KiB    
- Retrieving: texlive-unicode-data-2021.189.1.14svn56768-150400.20.1.noarch.rpm [.done]
- Retrieving: texlive-ukrhyph-2021.189.svn21081-150400.20.1.noarch (Main Repository) (89/214),  62.9 KiB    
- Retrieving: texlive-ukrhyph-2021.189.svn21081-150400.20.1.noarch.rpm [.done]
- Retrieving: texlive-textcase-2021.189.1.00svn52092-150400.18.1.noarch (Main Repository) (90/214),  23.8 KiB    
- Retrieving: texlive-textcase-2021.189.1.00svn52092-150400.18.1.noarch.rpm [.done]
- Retrieving: texlive-tex-ini-files-2021.189.svn40533-150400.18.1.noarch (Main Repository) (91/214),  26.7 KiB    
- Retrieving: texlive-tex-ini-files-2021.189.svn40533-150400.18.1.noarch.rpm [....done (26.7 KiB/s)]
- Retrieving: texlive-seetexk-bin-2021.20210325.svn57878-150600.36.10.x86_64 (Main Repository) (92/214),  56.9 KiB    
- Retrieving: texlive-seetexk-bin-2021.20210325.svn57878-150600.36.10.x86_64.rpm [.done]
- Retrieving: texlive-seetexk-2021.189.svn57972-150400.17.1.noarch (Main Repository) (93/214),  28.3 KiB    
- Retrieving: texlive-seetexk-2021.189.svn57972-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-ruhyphen-2021.189.1.6svn21081-150400.17.1.noarch (Main Repository) (94/214),  80.4 KiB    
- Retrieving: texlive-ruhyphen-2021.189.1.6svn21081-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-plain-2021.189.3.141592653svn57963-150400.17.1.noarch (Main Repository) (95/214),  53.0 KiB    
- Retrieving: texlive-plain-2021.189.3.141592653svn57963-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-placeins-2021.189.2.2svn19848-150400.17.1.noarch (Main Repository) (96/214),  24.3 KiB    
- Retrieving: texlive-placeins-2021.189.2.2svn19848-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-pdfcolmk-2021.189.2.0svn52912-150400.17.1.noarch (Main Repository) (97/214),  23.5 KiB    
- Retrieving: texlive-pdfcolmk-2021.189.2.0svn52912-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-pdf14-2021.189.0.0.1svn17583-150400.17.1.noarch (Main Repository) (98/214),  23.2 KiB    
- Retrieving: texlive-pdf14-2021.189.0.0.1svn17583-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-parallel-2021.189.svn15878-150400.17.1.noarch (Main Repository) (99/214),  25.8 KiB    
- Retrieving: texlive-parallel-2021.189.svn15878-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-notoccite-2021.189.svn18129-150400.17.1.noarch (Main Repository) (100/214),  23.5 KiB    
- Retrieving: texlive-notoccite-2021.189.svn18129-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-mparhack-2021.189.1.4svn15878-150400.17.1.noarch (Main Repository) (101/214),  24.9 KiB    
- Retrieving: texlive-mparhack-2021.189.1.4svn15878-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-manfnt-2021.189.svn54684-150400.17.1.noarch (Main Repository) (102/214),  23.4 KiB    
- Retrieving: texlive-manfnt-2021.189.svn54684-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-makerobust-2021.189.2.0svn52811-150400.17.1.noarch (Main Repository) (103/214),  23.1 KiB    
- Retrieving: texlive-makerobust-2021.189.2.0svn52811-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-ltxcmds-2021.189.1.25svn56421-150400.17.1.noarch (Main Repository) (104/214),  26.0 KiB    
- Retrieving: texlive-ltxcmds-2021.189.1.25svn56421-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-lm-math-2021.189.1.959svn36915-150400.18.1.noarch (Main Repository) (105/214),  22.8 KiB    
- Retrieving: texlive-lm-math-2021.189.1.959svn36915-150400.18.1.noarch.rpm [.done]
- Retrieving: texlive-lm-2021.189.2.005svn58637-150400.18.1.noarch (Main Repository) (106/214),   1.4 MiB    
- Retrieving: texlive-lm-2021.189.2.005svn58637-150400.18.1.noarch.rpm [..done (571.5 KiB/s)]
- Retrieving: texlive-letltxmacro-2021.189.1.6svn53022-150400.18.1.noarch (Main Repository) (107/214),  24.4 KiB    
- Retrieving: texlive-letltxmacro-2021.189.1.6svn53022-150400.18.1.noarch.rpm [.done]
- Retrieving: texlive-latexconfig-2021.189.svn53525-150400.18.1.noarch (Main Repository) (108/214),  27.0 KiB    
- Retrieving: texlive-latexconfig-2021.189.svn53525-150400.18.1.noarch.rpm [.done]
- Retrieving: texlive-latex-fonts-2021.189.svn28888-150400.17.1.noarch (Main Repository) (109/214),  46.6 KiB    
- Retrieving: texlive-latex-fonts-2021.189.svn28888-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-lacheck-bin-2021.20210325.svn53999-150600.36.10.x86_64 (Main Repository) (110/214),  49.8 KiB    
- Retrieving: texlive-lacheck-bin-2021.20210325.svn53999-150600.36.10.x86_64.rpm [.done]
- Retrieving: texlive-lacheck-2021.189.svn54070-150400.17.1.noarch (Main Repository) (111/214),  24.4 KiB    
- Retrieving: texlive-lacheck-2021.189.svn54070-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-l3backend-2021.189.svn58509-150400.17.1.noarch (Main Repository) (112/214),  37.6 KiB    
- Retrieving: texlive-l3backend-2021.189.svn58509-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-kvsetkeys-2021.189.1.18svn53166-150400.17.1.noarch (Main Repository) (113/214),  25.6 KiB    
- Retrieving: texlive-kvsetkeys-2021.189.1.18svn53166-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-kvdefinekeys-2021.189.1.6svn53193-150400.17.1.noarch (Main Repository) (114/214),  24.1 KiB    
- Retrieving: texlive-kvdefinekeys-2021.189.1.6svn53193-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-knuth-lib-2021.189.svn57963-150400.17.1.noarch (Main Repository) (115/214),  55.4 KiB    
- Retrieving: texlive-knuth-lib-2021.189.svn57963-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-intcalc-2021.189.1.3svn53168-150400.17.1.noarch (Main Repository) (116/214),  27.3 KiB    
- Retrieving: texlive-intcalc-2021.189.1.3svn53168-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-infwarerr-2021.189.1.5svn53023-150400.17.1.noarch (Main Repository) (117/214),  24.6 KiB    
- Retrieving: texlive-infwarerr-2021.189.1.5svn53023-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-index-2021.189.4.1betasvn24099-150400.17.1.noarch (Main Repository) (118/214),  33.7 KiB    
- Retrieving: texlive-index-2021.189.4.1betasvn24099-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-iftex-2021.189.1.0dsvn56594-150400.17.1.noarch (Main Repository) (119/214),  25.7 KiB    
- Retrieving: texlive-iftex-2021.189.1.0dsvn56594-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-hyphen-base-2021.189.svn58630-150400.17.1.noarch (Main Repository) (120/214),  45.8 KiB    
- Retrieving: texlive-hyphen-base-2021.189.svn58630-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-hyph-utf8-2021.189.svn58619-150400.17.1.noarch (Main Repository) (121/214),  39.4 KiB    
- Retrieving: texlive-hyph-utf8-2021.189.svn58619-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-graphics-cfg-2021.189.svn41448-150400.17.1.noarch (Main Repository) (122/214),  23.4 KiB    
- Retrieving: texlive-graphics-cfg-2021.189.svn41448-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-fp-2021.189.2.1dsvn49719-150400.17.1.noarch (Main Repository) (123/214),  42.9 KiB    
- Retrieving: texlive-fp-2021.189.2.1dsvn49719-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-firstaid-2021.189.1.0jsvn58440-150400.18.1.noarch (Main Repository) (124/214),  24.7 KiB    
- Retrieving: texlive-firstaid-2021.189.1.0jsvn58440-150400.18.1.noarch.rpm [.
- done]
- Retrieving: texlive-everyshi-2021.189.4.00svn57001-150400.18.1.noarch (Main Repository) (125/214),  24.7 KiB    
- Retrieving: texlive-everyshi-2021.189.4.00svn57001-150400.18.1.noarch.rpm [.done]
- Retrieving: texlive-euenc-2021.189.0.0.1hsvn19795-150400.18.1.noarch (Main Repository) (126/214),  27.5 KiB    
- Retrieving: texlive-euenc-2021.189.0.0.1hsvn19795-150400.18.1.noarch.rpm [.done]
- Retrieving: texlive-etex-pkg-2021.189.2.7svn41784-150400.18.1.noarch (Main Repository) (127/214),  28.2 KiB    
- Retrieving: texlive-etex-pkg-2021.189.2.7svn41784-150400.18.1.noarch.rpm [.done]
- Retrieving: texlive-etex-2021.189.svn56291-150400.18.1.noarch (Main Repository) (128/214),  34.1 KiB    
- Retrieving: texlive-etex-2021.189.svn56291-150400.18.1.noarch.rpm [.done]
- Retrieving: texlive-ec-2021.189.1.0svn25033-150400.17.1.noarch (Main Repository) (129/214), 442.3 KiB    
- Retrieving: texlive-ec-2021.189.1.0svn25033-150400.17.1.noarch.rpm [..done (429.9 KiB/s)]
- Retrieving: texlive-dvipng-bin-2021.20210325.svn57878-150600.36.10.x86_64 (Main Repository) (130/214),  73.3 KiB    
- Retrieving: texlive-dvipng-bin-2021.20210325.svn57878-150600.36.10.x86_64.rpm [.done]
- Retrieving: texlive-dvipng-2021.189.1.17svn57972-150400.17.1.noarch (Main Repository) (131/214), 279.3 KiB    
- Retrieving: texlive-dvipng-2021.189.1.17svn57972-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-dvidvi-bin-2021.20210325.svn57878-150600.36.10.x86_64 (Main Repository) (132/214),  36.1 KiB    
- Retrieving: texlive-dvidvi-bin-2021.20210325.svn57878-150600.36.10.x86_64.rpm [.done]
- Retrieving: texlive-dvidvi-2021.189.svn52851-150400.17.1.noarch (Main Repository) (133/214),  24.6 KiB    
- Retrieving: texlive-dvidvi-2021.189.svn52851-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-dviasm-bin-2021.20210325.svn8329-150600.36.10.x86_64 (Main Repository) (134/214),  27.3 KiB    
- Retrieving: texlive-dviasm-bin-2021.20210325.svn8329-150600.36.10.x86_64.rpm [.done]
- Retrieving: texlive-dviasm-2021.189.svn56373-150400.17.1.noarch (Main Repository) (135/214),  32.1 KiB    
- Retrieving: texlive-dviasm-2021.189.svn56373-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-dehyph-2021.189.svn48599-150400.17.1.noarch (Main Repository) (136/214),  68.2 KiB    
- Retrieving: texlive-dehyph-2021.189.svn48599-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-ctablestack-2021.189.1.0svn38514-150400.17.1.noarch (Main Repository) (137/214),  23.2 KiB    
- Retrieving: texlive-ctablestack-2021.189.1.0svn38514-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-cm-2021.189.svn57963-150400.17.1.noarch (Main Repository) (138/214), 282.5 KiB    
- Retrieving: texlive-cm-2021.189.svn57963-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-auxhook-2021.189.1.6svn53173-150400.18.1.noarch (Main Repository) (139/214),  23.6 KiB    
- Retrieving: texlive-auxhook-2021.189.1.6svn53173-150400.18.1.noarch.rpm [.done]
- Retrieving: texlive-atveryend-2021.189.1.11svn53108-150400.18.1.noarch (Main Repository) (140/214),  25.9 KiB    
- Retrieving: texlive-atveryend-2021.189.1.11svn53108-150400.18.1.noarch.rpm [.done]
- Retrieving: texlive-amsmath-2021.189.svn56514-150400.20.3.1.noarch (Main Repository) (141/214),  54.1 KiB    
- Retrieving: texlive-amsmath-2021.189.svn56514-150400.20.3.1.noarch.rpm [.done]
- Retrieving: texlive-amsfonts-2021.189.3.04svn29208-150400.20.3.1.noarch (Main Repository) (142/214), 373.3 KiB    
- Retrieving: texlive-amsfonts-2021.189.3.04svn29208-150400.20.3.1.noarch.rpm [.done]
- Retrieving: texlive-hopatch-2021.189.1.4svn56106-150400.17.1.noarch (Main Repository) (143/214),  24.4 KiB    
- Retrieving: texlive-hopatch-2021.189.1.4svn56106-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-refcount-2021.189.3.6svn53164-150400.17.1.noarch (Main Repository) (144/214),  25.5 KiB    
- Retrieving: texlive-refcount-2021.189.3.6svn53164-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-grfext-2021.189.1.3svn53024-150400.17.1.noarch (Main Repository) (145/214),  24.3 KiB    
- Retrieving: texlive-grfext-2021.189.1.3svn53024-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-pdftexcmds-2021.189.0.0.33svn55777-150400.17.1.noarch (Main Repository) (146/214),  28.4 KiB    
- Retrieving: texlive-pdftexcmds-2021.189.0.0.33svn55777-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-etexcmds-2021.189.1.7svn53171-150400.18.1.noarch (Main Repository) (147/214),  24.8 KiB    
- Retrieving: texlive-etexcmds-2021.189.1.7svn53171-150400.18.1.noarch.rpm [.done]
- Retrieving: texlive-atbegshi-2021.189.1.19svn53051-150400.18.1.noarch (Main Repository) (148/214),  26.7 KiB    
- Retrieving: texlive-atbegshi-2021.189.1.19svn53051-150400.18.1.noarch.rpm [.
- done]
- Retrieving: texlive-hyphen-greek-2021.189.5svn58652-150400.17.1.noarch (Main Repository) (149/214),  37.3 KiB    
- Retrieving: texlive-hyphen-greek-2021.189.5svn58652-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-hyphen-ancientgreek-2021.189.svn58652-150400.17.1.noarch (Main Repository) (150/214),  61.2 KiB    
- Retrieving: texlive-hyphen-ancientgreek-2021.189.svn58652-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-dehyph-exptl-2021.189.0.0.7svn58212-150400.17.1.noarch (Main Repository) (151/214), 150.4 KiB    
- Retrieving: texlive-dehyph-exptl-2021.189.0.0.7svn58212-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-etoolbox-2021.189.2.5ksvn56554-150400.18.1.noarch (Main Repository) (152/214),  31.2 KiB    
- Retrieving: texlive-etoolbox-2021.189.2.5ksvn56554-150400.18.1.noarch.rpm [.done]
- Retrieving: texlive-hyphen-german-2021.189.svn58652-150400.17.1.noarch (Main Repository) (153/214), 243.2 KiB    
- Retrieving: texlive-hyphen-german-2021.189.svn58652-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-luatexbase-2021.189.1.3svn52663-150400.17.1.noarch (Main Repository) (154/214),  26.8 KiB    
- Retrieving: texlive-luatexbase-2021.189.1.3svn52663-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-luatex-2021.189.svn58702-150400.17.1.noarch (Main Repository) (155/214),  38.3 KiB    
- Retrieving: texlive-luatex-2021.189.svn58702-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-hycolor-2021.189.1.10svn53584-150400.17.1.noarch (Main Repository) (156/214),  26.2 KiB    
- Retrieving: texlive-hycolor-2021.189.1.10svn53584-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-pdfescape-2021.189.1.15svn53082-150400.17.1.noarch (Main Repository) (157/214),  26.2 KiB    
- Retrieving: texlive-pdfescape-2021.189.1.15svn53082-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-bigintcalc-2021.189.1.5svn53172-150400.17.1.noarch (Main Repository) (158/214),  28.4 KiB    
- Retrieving: texlive-bigintcalc-2021.189.1.5svn53172-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-graphics-def-2021.189.svn58539-150400.17.1.noarch (Main Repository) (159/214),  33.6 KiB    
- Retrieving: texlive-graphics-def-2021.189.svn58539-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-lualibs-2021.189.2.73svn57277-150400.17.1.noarch (Main Repository) (160/214), 147.0 KiB    
- Retrieving: texlive-lualibs-2021.189.2.73svn57277-150400.17.1.noarch.rpm [.
- done]
- Retrieving: texlive-luahbtex-bin-2021.20210325.svn58535-150600.36.10.x86_64 (Main Repository) (161/214),   1.6 MiB    
- Retrieving: texlive-luahbtex-bin-2021.20210325.svn58535-150600.36.10.x86_64.rpm [..done (408.5 KiB/s)]
- Retrieving: texlive-luahbtex-2021.189.svn57972-150400.17.1.noarch (Main Repository) (162/214),  24.5 KiB    
- Retrieving: texlive-luahbtex-2021.189.svn57972-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-lua-alt-getopt-2021.189.0.0.7.0svn56414-150400.17.1.noarch (Main Repository) (163/214),  24.1 KiB    
- Retrieving: texlive-lua-alt-getopt-2021.189.0.0.7.0svn56414-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-stringenc-2021.189.1.12svn52982-150400.16.1.noarch (Main Repository) (164/214),  51.4 KiB    
- Retrieving: texlive-stringenc-2021.189.1.12svn52982-150400.16.1.noarch.rpm [.done]
- Retrieving: texlive-uniquecounter-2021.189.1.4svn53162-150400.20.1.noarch (Main Repository) (165/214),  24.3 KiB    
- Retrieving: texlive-uniquecounter-2021.189.1.4svn53162-150400.20.1.noarch.rpm [.done]
- Retrieving: texlive-bitset-2021.189.1.3svn53837-150400.17.1.noarch (Main Repository) (166/214),  27.7 KiB    
- Retrieving: texlive-bitset-2021.189.1.3svn53837-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-pdftex-bin-2021.20210325.svn58535-150600.36.10.x86_64 (Main Repository) (167/214), 737.6 KiB    
- Retrieving: texlive-pdftex-bin-2021.20210325.svn58535-150600.36.10.x86_64.rpm [...done (494.0 KiB/s)]
- Retrieving: texlive-pdftex-2021.189.svn57973-150400.17.1.noarch (Main Repository) (168/214),  62.3 KiB    
- Retrieving: texlive-pdftex-2021.189.svn57973-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-luaotfload-bin-2021.20210325.svn34647-150600.36.10.x86_64 (Main Repository) (169/214),  27.4 KiB    
- Retrieving: texlive-luaotfload-bin-2021.20210325.svn34647-150600.36.10.x86_64.rpm [.
- done]
- Retrieving: texlive-luaotfload-2021.189.3.17svn57443-150400.17.1.noarch (Main Repository) (170/214), 656.7 KiB    
- Retrieving: texlive-luaotfload-2021.189.3.17svn57443-150400.17.1.noarch.rpm [..done (186.7 KiB/s)]
- Retrieving: java-11-openjdk-headless-11.0.29.0-150000.3.132.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (171/214),  34.8 MiB    
- Retrieving: java-11-openjdk-headless-11.0.29.0-150000.3.132.2.x86_64.rpm [.not found]
- Retrieving: java-11-openjdk-headless-11.0.29.0-150000.3.132.2.x86_64.rpm [.not found]
- Retrieving: java-11-openjdk-headless-11.0.29.0-150000.3.132.2.x86_64.rpm [.......
- ..........
- ........
- ........
- .........
- .......
- ......
- ....
- .......
- .....
- ..
- .done (2.6 MiB/s)]
- Retrieving: ghostscript-9.52-150000.211.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (172/214),  18.0 MiB    
- Retrieving: ghostscript-9.52-150000.211.1.x86_64.rpm [..not found]
- Retrieving: ghostscript-9.52-150000.211.1.x86_64.rpm [.not found]
- Retrieving: ghostscript-9.52-150000.211.1.x86_64.rpm [..
- ......
- ......
- ....
- .......
- ........
- ..done (3.6 MiB/s)]
- Retrieving: java-11-openjdk-11.0.29.0-150000.3.132.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (173/214), 831.2 KiB    
- Retrieving: java-11-openjdk-11.0.29.0-150000.3.132.2.x86_64.rpm [.not found]
- Retrieving: java-11-openjdk-11.0.29.0-150000.3.132.2.x86_64.rpm [.not found]
- Retrieving: java-11-openjdk-11.0.29.0-150000.3.132.2.x86_64.rpm [...done (656.6 KiB/s)]
- Retrieving: texlive-dvisvgm-bin-2021.20210325.svn57878-150600.36.10.x86_64 (Main Repository) (174/214),   1.3 MiB    
- Retrieving: texlive-dvisvgm-bin-2021.20210325.svn57878-150600.36.10.x86_64.rpm [..done (615.6 KiB/s)]
- Retrieving: texlive-dvisvgm-2021.189.2.11svn57972-150400.17.1.noarch (Main Repository) (175/214),  43.5 KiB    
- Retrieving: texlive-dvisvgm-2021.189.2.11svn57972-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-tex4ht-bin-2021.20210325.svn57878-150600.36.10.x86_64 (Main Repository) (176/214),  87.8 KiB    
- Retrieving: texlive-tex4ht-bin-2021.20210325.svn57878-150600.36.10.x86_64.rpm [.done]
- Retrieving: texlive-tex4ht-2021.189.svn58348-150400.18.1.noarch (Main Repository) (177/214),   1.8 MiB    
- Retrieving: texlive-tex4ht-2021.189.svn58348-150400.18.1.noarch.rpm [...done (1.7 MiB/s)]
- Retrieving: texlive-extratools-2021.185-150400.19.4.noarch (Main Repository) (178/214),  13.6 KiB    
- Retrieving: texlive-extratools-2021.185-150400.19.4.noarch.rpm [.done]
- Retrieving: texlive-latex-bin-bin-2021.20210325.svn54358-150600.36.10.x86_64 (Main Repository) (179/214),  27.7 KiB    
- Retrieving: texlive-latex-bin-bin-2021.20210325.svn54358-150600.36.10.x86_64.rpm [..done (26.5 KiB/s)]
- Retrieving: texlive-babel-2021.189.3.56svn58684-150400.18.1.noarch (Main Repository) (180/214), 302.8 KiB    
- Retrieving: texlive-babel-2021.189.3.56svn58684-150400.18.1.noarch.rpm [.done]
- Retrieving: texlive-latex-bin-2021.189.svn57972-150400.17.1.noarch (Main Repository) (181/214),  33.3 KiB    
- Retrieving: texlive-latex-bin-2021.189.svn57972-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-latex-2021.189.20201001_pl4svn57354-150400.17.1.noarch (Main Repository) (182/214), 239.2 KiB    
- Retrieving: texlive-latex-2021.189.20201001_pl4svn57354-150400.17.1.noarch.rpm [..done (202.8 KiB/s)]
- Retrieving: texlive-graphics-2021.189.svn56514-150400.17.1.noarch (Main Repository) (183/214),  39.6 KiB    
- Retrieving: texlive-graphics-2021.189.svn56514-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-tools-2021.189.svn56514-150400.17.1.noarch (Main Repository) (184/214),  69.2 KiB    
- Retrieving: texlive-tools-2021.189.svn56514-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-ntheorem-2021.189.1.33svn27609-150400.17.1.noarch (Main Repository) (185/214),  31.7 KiB    
- Retrieving: texlive-ntheorem-2021.189.1.33svn27609-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-minitoc-2021.189.62svn48196-150400.17.1.noarch (Main Repository) (186/214),  90.2 KiB    
- Retrieving: texlive-minitoc-2021.189.62svn48196-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-memoir-2021.189.3.7osvn58666-150400.17.1.noarch (Main Repository) (187/214),  98.4 KiB    
- Retrieving: texlive-memoir-2021.189.3.7osvn58666-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-kvoptions-2021.189.3.14svn56609-150400.17.1.noarch (Main Repository) (188/214),  29.3 KiB    
- Retrieving: texlive-kvoptions-2021.189.3.14svn56609-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-rerunfilecheck-2021.189.1.9svn54841-150400.17.1.noarch (Main Repository) (189/214),  25.6 KiB    
- Retrieving: texlive-rerunfilecheck-2021.189.1.9svn54841-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-gettitlestring-2021.189.1.6svn53170-150400.17.1.noarch (Main Repository) (190/214),  24.7 KiB    
- Retrieving: texlive-gettitlestring-2021.189.1.6svn53170-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-hyperref-2021.189.7.00ksvn58024-150400.17.1.noarch (Main Repository) (191/214), 118.7 KiB    
- Retrieving: texlive-hyperref-2021.189.7.00ksvn58024-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-zref-2021.189.2.32svn56611-150400.17.1.noarch (Main Repository) (192/214),  40.1 KiB    
- Retrieving: texlive-zref-2021.189.2.32svn56611-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-tipa-2021.189.1.3svn29349-150400.17.1.noarch (Main Repository) (193/214), 142.1 KiB    
- Retrieving: texlive-tipa-2021.189.1.3svn29349-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-sauerj-2021.189.svn15878-150400.17.1.noarch (Main Repository) (194/214),  27.8 KiB    
- Retrieving: texlive-sauerj-2021.189.svn15878-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-ms-2021.189.svn57473-150400.17.1.noarch (Main Repository) (195/214),  25.5 KiB    
- Retrieving: texlive-ms-2021.189.svn57473-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-hologo-2021.189.1.14svn53048-150400.17.1.noarch (Main Repository) (196/214),  31.9 KiB    
- Retrieving: texlive-hologo-2021.189.1.14svn53048-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-grffile-2021.189.2.1svn52756-150400.17.1.noarch (Main Repository) (197/214),  26.2 KiB    
- Retrieving: texlive-grffile-2021.189.2.1svn52756-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-colortbl-2021.189.1.0esvn53545-150400.17.1.noarch (Main Repository) (198/214),  25.2 KiB    
- Retrieving: texlive-colortbl-2021.189.1.0esvn53545-150400.17.1.noarch.rpm [.
- done]
- Retrieving: texlive-carlisle-2021.189.svn56753-150400.17.1.noarch (Main Repository) (199/214),  31.4 KiB    
- Retrieving: texlive-carlisle-2021.189.svn56753-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-xunicode-2021.189.0.0.981svn30466-150400.17.1.noarch (Main Repository) (200/214),  49.2 KiB    
- Retrieving: texlive-xunicode-2021.189.0.0.981svn30466-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-xcolor-2021.189.2.12svn41044-150400.17.1.noarch (Main Repository) (201/214),  39.5 KiB    
- Retrieving: texlive-xcolor-2021.189.2.12svn41044-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-pgf-2021.189.3.1.8bsvn57240-150400.17.1.noarch (Main Repository) (202/214), 818.5 KiB    
- Retrieving: texlive-pgf-2021.189.3.1.8bsvn57240-150400.17.1.noarch.rpm [....done (719.8 KiB/s)]
- Retrieving: texlive-currfile-2021.189.0.0.7dsvn56478-150400.17.1.noarch (Main Repository) (203/214),  26.1 KiB    
- Retrieving: texlive-currfile-2021.189.0.0.7dsvn56478-150400.17.1.noarch.rpm [..done (2.4 KiB/s)]
- Retrieving: texlive-filehook-2021.189.0.0.8asvn56479-150400.18.1.noarch (Main Repository) (204/214),  28.5 KiB    
- Retrieving: texlive-filehook-2021.189.0.0.8asvn56479-150400.18.1.noarch.rpm [.done]
- Retrieving: texlive-l3kernel-2021.189.svn57789-150400.17.1.noarch (Main Repository) (205/214), 193.7 KiB    
- Retrieving: texlive-l3kernel-2021.189.svn57789-150400.17.1.noarch.rpm [..
- done (118.6 KiB/s)]
- Retrieving: texlive-l3packages-2021.189.svn58296-150400.17.1.noarch (Main Repository) (206/214),  45.5 KiB    
- Retrieving: texlive-l3packages-2021.189.svn58296-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-fontspec-2021.189.2.7isvn56594-150400.17.1.noarch (Main Repository) (207/214),  49.6 KiB    
- Retrieving: texlive-fontspec-2021.189.2.7isvn56594-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-epstopdf-pkg-2021.189.2.11svn53546-150400.17.1.noarch (Main Repository) (208/214),  26.4 KiB    
- Retrieving: texlive-epstopdf-pkg-2021.189.2.11svn53546-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-psfrag-2021.189.3.04svn15878-150400.17.1.noarch (Main Repository) (209/214),  27.0 KiB    
- Retrieving: texlive-psfrag-2021.189.3.04svn15878-150400.17.1.noarch.rpm [.done]
- Retrieving: texlive-lualatex-math-2021.189.1.9svn56541-150400.17.1.noarch (Main Repository) (210/214),  25.5 KiB    
- Retrieving: texlive-lualatex-math-2021.189.1.9svn56541-150400.17.1.noarch.rpm [..done (1.1 KiB/s)]
- Retrieving: texlive-babel-hebrew-2021.189.2.3hsvn30273-150400.18.1.noarch (Main Repository) (211/214),  43.9 KiB    
- Retrieving: texlive-babel-hebrew-2021.189.2.3hsvn30273-150400.18.1.noarch.rpm [.done]
- Retrieving: texlive-cm-super-2021.189.svn15878-150400.17.1.noarch (Main Repository) (212/214),   5.4 MiB    
- Retrieving: texlive-cm-super-2021.189.svn15878-150400.17.1.noarch.rpm [...
- ...done (3.1 MiB/s)]
- Retrieving: texlive-unicode-math-2021.189.0.0.8qsvn56594-150400.20.1.noarch (Main Repository) (213/214),  68.5 KiB    
- Retrieving: texlive-unicode-math-2021.189.0.0.8qsvn56594-150400.20.1.noarch.rpm [.done]
- Retrieving: texlive-oberdiek-2021.189.svn56291-150400.17.1.noarch (Main Repository) (214/214),  75.2 KiB    
- Retrieving: texlive-oberdiek-2021.189.svn56291-150400.17.1.noarch.rpm [.done]
- 
- Checking for file conflicts: [....
- ....
- .done]
- (  1/214) Installing: ed-1.17-150400.1.5.x86_64 [..done]
- (  2/214) Installing: file-5.32-7.14.1.x86_64 [..done]
- (  3/214) Installing: ghostscript-fonts-std-9.06-14.3.1.noarch [...
- ..done]
- (  4/214) Installing: libXext6-1.3.3-1.30.x86_64 [..done]
- (  5/214) Installing: libXpm4-3.5.12-150000.3.10.1.x86_64 [..done]
- (  6/214) Installing: libXrender1-0.9.10-1.30.x86_64 [..done]
- (  7/214) Installing: libasound2-1.2.10-150600.2.3.x86_64 [..done]
- (  8/214) Installing: libdialog14-1.3-3.3.7.x86_64 [..done]
- (  9/214) Installing: libfontenc1-1.1.3-1.22.x86_64 [..done]
- ( 10/214) Installing: libgraphite2-3-1.3.14-150600.1.5.x86_64 [..done]
- ( 11/214) Installing: libjbig2-2.1-150000.3.5.1.x86_64 [..done]
- ( 12/214) Installing: libjpeg8-8.2.2-150600.22.5.x86_64 [..
- done]
- ( 13/214) Installing: libkpathsea6-6.3.3-150600.36.10.x86_64 [..done]
- ( 14/214) Installing: libtexlua53-5-5.3.6-150600.36.10.x86_64 [..done]
- ( 15/214) Installing: mailx-12.5-150600.16.3.x86_64 [..done]
- ( 16/214) Installing: psutils-p17-1.26.x86_64 [..done]
- ( 17/214) Installing: system-user-lp-20170617-150400.24.2.1.noarch [..
- /usr/sbin/useradd -r -c Printing daemon -d /var/spool/lpd -g lp lp -s /usr/sbin/nologin
- .done]
- ( 18/214) Installing: system-user-mktex-1.0.0-150400.1.4.noarch [..
- /usr/sbin/useradd -r -c System user for mktex -d /var/cache/texmf/fonts -U mktex -s /usr/sbin/nologin
- done]
- ( 19/214) Installing: texlive-luatex-doc-2021.189.svn58702-150400.17.1.noarch [....done]
- ( 20/214) Installing: texlive-pdftex-doc-2021.189.svn57973-150400.17.1.noarch [.
- ...done]
- ( 21/214) Installing: texlive-texlive.infra-doc-2021.189.svn58646-150400.18.1.noarch [..done]
- ( 22/214) Installing: libXtst6-1.2.3-1.24.x86_64 [..done]
- ( 23/214) Installing: libXi6-1.7.9-3.2.1.x86_64 [..done]
- ( 24/214) Installing: dialog-1.3-3.3.7.x86_64 [..done]
- ( 25/214) Installing: libtiff5-4.0.9-150000.45.41.1.x86_64 [..done]
- ( 26/214) Installing: cron-4.2-150400.84.3.1.x86_64 [..
- /etc/cron.d/: cannot verify root:root 0755 - not listed in /etc/permissions
- /etc/cron.daily/: cannot verify root:root 0755 - not listed in /etc/permissions
- /etc/cron.hourly/: cannot verify root:root 0755 - not listed in /etc/permissions
- /etc/cron.monthly/: cannot verify root:root 0755 - not listed in /etc/permissions
- /etc/cron.weekly/: cannot verify root:root 0755 - not listed in /etc/permissions
- done]
- ( 27/214) Installing: cronie-1.5.7-150400.84.3.1.x86_64 [..
- setting /usr/bin/crontab to root:trusted 4755. (wrong permissions 4750)
- Updating /etc/sysconfig/cron ...
- System has not been booted with systemd as init system (PID 1). Can't operate.
- Failed to connect to bus: Host is down
- Created symlink /etc/systemd/system/multi-user.target.wants/cron.service -> /usr/lib/systemd/system/cron.service.
- done]
- ( 28/214) Installing: texlive-scripts-extra-bin-2021.20210325.svn53577-150600.36.10.x86_64 [..done]
- ( 29/214) Installing: javapackages-filesystem-6.3.4-150200.3.15.1.x86_64 [..done]
- ( 30/214) Installing: libavahi-common3-0.8-150600.15.12.1.x86_64 [.
- .done]
- ( 31/214) Installing: libfreebl3-3.112.2-150400.3.60.1.x86_64 [..done]
- ( 32/214) Installing: libgif7-5.2.2-150000.4.16.1.x86_64 [..done]
- ( 33/214) Installing: liblcms2-2-2.15-150600.3.3.2.x86_64 [..done]
- ( 34/214) Installing: libnettle8-3.9.1-150600.3.2.1.x86_64 [..done]
- ( 35/214) Installing: libonig4-6.7.0-150000.3.6.1.x86_64 [..done]
- ( 36/214) Installing: libopenssl1_1-1.1.1w-150600.5.18.1.x86_64 [....done]
- ( 37/214) Installing: libpcsclite1-1.9.4-150400.3.2.1.x86_64 [..done]
- ( 38/214) Installing: libpng16-16-1.6.40-150600.3.6.1.x86_64 [..
- done]
- ( 39/214) Installing: libwebp7-1.0.3-150200.3.14.1.x86_64 [..done]
- ( 40/214) Installing: libzzip-0-13-0.13.72-150600.4.3.1.x86_64 [..done]
- ( 41/214) Installing: mozilla-nspr-4.36.2-150000.3.36.1.x86_64 [..done]
- ( 42/214) Installing: tcsh-6.20.00-150000.4.18.2.x86_64 [..done]
- ( 43/214) Installing: cups-config-2.2.7-150000.3.83.1.x86_64 [...done]
- ( 44/214) Installing: javapackages-tools-6.3.4-150200.3.15.1.x86_64 [..done]
- ( 45/214) Installing: libavahi-client3-0.8-150600.15.12.1.x86_64 [..done]
- ( 46/214) Installing: libhogweed6-3.9.1-150600.3.2.1.x86_64 [..done]
- ( 47/214) Installing: libjq1-1.6-150000.3.9.1.x86_64 [..done]
- ( 48/214) Installing: python3-base-3.6.15-150300.10.103.1.x86_64 [..
- ..........
- .........done]
- ( 49/214) Installing: libpython3_6m1_0-3.6.15-150300.10.103.1.x86_64 [..
- ..done]
- ( 50/214) Installing: libfreetype6-2.10.4-150000.4.25.1.x86_64 [..done]
- ( 51/214) Installing: mozilla-nss-certs-3.112.2-150400.3.60.1.x86_64 [..done]
- ( 52/214) Installing: libgnutls30-3.8.3-150600.4.12.1.x86_64 [...done]
- ( 53/214) Installing: jq-1.6-150000.3.9.1.x86_64 [..done]
- ( 54/214) Installing: python3-3.6.15-150300.10.103.1.x86_64 [..done]
- ( 55/214) Installing: mozilla-nss-3.112.2-150400.3.60.1.x86_64 [...
- done]
- ( 56/214) Installing: libsoftokn3-3.112.2-150400.3.60.1.x86_64 [..done]
- ( 57/214) Installing: libcups2-2.2.7-150000.3.83.1.x86_64 [..done]
- ( 58/214) Installing: libcupsimage2-2.2.7-150000.3.83.1.x86_64 [..done]
- ( 59/214) Installing: mkfontscale-1.1.2-1.23.x86_64 [..done]
- ( 60/214) Installing: libharfbuzz0-8.3.0-150600.1.3.x86_64 [...done]
- ( 61/214) Installing: fontconfig-2.14.2-150600.1.3.x86_64 [..done]
- ( 62/214) Installing: libfontconfig1-2.14.2-150600.1.3.x86_64 [..done]
- ( 63/214) Installing: texlive-filesystem-2021.185-150400.19.4.noarch [..
- ..........
- .......
- Updating /etc/sysconfig/texlive ...
- done]
- ( 64/214) Installing: texlive-scripts-extra-2021.189.svn54744-150400.18.1.noarch [..done]
- ( 65/214) Installing: texlive-scripts-bin-2021.20210325.svn55172-150600.36.10.x86_64 [..done]
- ( 66/214) Installing: mkfontdir-1.0.7-1.20.x86_64 [..done]
- ( 67/214) Installing: libgd3-2.2.5-11.3.1.x86_64 [..done]
- ( 68/214) Installing: texlive-gsftopk-bin-2021.20210325.svn57878-150600.36.10.x86_64 [..done]
- ( 69/214) Installing: fonts-config-20200609+git0.42e2b1b-150600.18.2.noarch [..
- Updating /etc/sysconfig/fonts-config ...
- done]
- ( 70/214) Installing: texlive-kpathsea-bin-2021.20210325.svn57878-150600.36.10.x86_64 [..done]
- ( 71/214) Installing: texlive-2021.20210325-150600.36.10.x86_64 [..done]
- ( 72/214) Installing: xorg-x11-fonts-core-7.6-13.6.1.noarch [.....
- ..done]
- ( 73/214) Installing: texlive-luatex-bin-2021.20210325.svn58535-150600.36.10.x86_64 [.....done]
- ( 74/214) Installing: texlive-zapfding-fonts-2021.189.svn31835-150400.17.1.noarch [..done]
- ( 75/214) Installing: texlive-tipa-fonts-2021.189.1.3svn29349-150400.17.1.noarch [...
- ..done]
- ( 76/214) Installing: texlive-pdftex-fonts-2021.189.svn57973-150400.17.1.noarch [..done]
- ( 77/214) Installing: texlive-lm-math-fonts-2021.189.1.959svn36915-150400.18.1.noarch [..done]
- ( 78/214) Installing: texlive-lm-fonts-2021.189.2.005svn58637-150400.18.1.noarch [......
- ..........
- ..done]
- ( 79/214) Installing: texlive-cm-super-fonts-2021.189.svn15878-150400.17.1.noarch [......
- ..........
- ..........
- ..........
- ..........
- ..done]
- ( 80/214) Installing: texlive-amsfonts-fonts-2021.189.3.04svn29208-150400.20.3.1.noarch [......done]
- ( 81/214) Installing: texlive-texlive.infra-2021.189.svn58646-150400.18.1.noarch [..
- done]
- ( 82/214) Installing: texlive-scripts-2021.189.svn58742-150400.18.1.noarch [..done]
- ( 83/214) Installing: texlive-kpathsea-2021.189.svn58622-150400.17.1.noarch [..done]
- ( 84/214) Installing: texlive-gsftopk-2021.189.1.19.2svn52851-150400.17.1.noarch [..done]
- ( 85/214) Installing: texlive-updmap-map-2021.185.svn54495-150400.19.4.noarch [..done]
- ( 86/214) Installing: texlive-zapfding-2021.189.svn31835-150400.17.1.noarch [..done]
- ( 87/214) Installing: texlive-url-2021.189.3.4svn32528-150400.20.1.noarch [..done]
- ( 88/214) Installing: texlive-unicode-data-2021.189.1.14svn56768-150400.20.1.noarch [...done]
- ( 89/214) Installing: texlive-ukrhyph-2021.189.svn21081-150400.20.1.noarch [..done]
- ( 90/214) Installing: texlive-textcase-2021.189.1.00svn52092-150400.18.1.noarch [..done]
- ( 91/214) Installing: texlive-tex-ini-files-2021.189.svn40533-150400.18.1.noarch [..done]
- ( 92/214) Installing: texlive-seetexk-bin-2021.20210325.svn57878-150600.36.10.x86_64 [..done]
- ( 93/214) Installing: texlive-seetexk-2021.189.svn57972-150400.17.1.noarch [..done]
- ( 94/214) Installing: texlive-ruhyphen-2021.189.1.6svn21081-150400.17.1.noarch [..done]
- ( 95/214) Installing: texlive-plain-2021.189.3.141592653svn57963-150400.17.1.noarch [.
- .done]
- ( 96/214) Installing: texlive-placeins-2021.189.2.2svn19848-150400.17.1.noarch [..done]
- ( 97/214) Installing: texlive-pdfcolmk-2021.189.2.0svn52912-150400.17.1.noarch [..done]
- ( 98/214) Installing: texlive-pdf14-2021.189.0.0.1svn17583-150400.17.1.noarch [..done]
- ( 99/214) Installing: texlive-parallel-2021.189.svn15878-150400.17.1.noarch [..done]
- (100/214) Installing: texlive-notoccite-2021.189.svn18129-150400.17.1.noarch [..done]
- (101/214) Installing: texlive-mparhack-2021.189.1.4svn15878-150400.17.1.noarch [..done]
- (102/214) Installing: texlive-manfnt-2021.189.svn54684-150400.17.1.noarch [..done]
- (103/214) Installing: texlive-makerobust-2021.189.2.0svn52811-150400.17.1.noarch [..done]
- (104/214) Installing: texlive-ltxcmds-2021.189.1.25svn56421-150400.17.1.noarch [..done]
- (105/214) Installing: texlive-lm-math-2021.189.1.959svn36915-150400.18.1.noarch [..done]
- (106/214) Installing: texlive-lm-2021.189.2.005svn58637-150400.18.1.noarch [.....
- ....done]
- (107/214) Installing: texlive-letltxmacro-2021.189.1.6svn53022-150400.18.1.noarch [..done]
- (108/214) Installing: texlive-latexconfig-2021.189.svn53525-150400.18.1.noarch [..done]
- (109/214) Installing: texlive-latex-fonts-2021.189.svn28888-150400.17.1.noarch [..done]
- (110/214) Installing: texlive-lacheck-bin-2021.20210325.svn53999-150600.36.10.x86_64 [..done]
- (111/214) Installing: texlive-lacheck-2021.189.svn54070-150400.17.1.noarch [..done]
- (112/214) Installing: texlive-l3backend-2021.189.svn58509-150400.17.1.noarch [..done]
- (113/214) Installing: texlive-kvsetkeys-2021.189.1.18svn53166-150400.17.1.noarch [..done]
- (114/214) Installing: texlive-kvdefinekeys-2021.189.1.6svn53193-150400.17.1.noarch [..done]
- (115/214) Installing: texlive-knuth-lib-2021.189.svn57963-150400.17.1.noarch [..done]
- (116/214) Installing: texlive-intcalc-2021.189.1.3svn53168-150400.17.1.noarch [..done]
- (117/214) Installing: texlive-infwarerr-2021.189.1.5svn53023-150400.17.1.noarch [.
- .done]
- (118/214) Installing: texlive-index-2021.189.4.1betasvn24099-150400.17.1.noarch [..done]
- (119/214) Installing: texlive-iftex-2021.189.1.0dsvn56594-150400.17.1.noarch [..done]
- (120/214) Installing: texlive-hyphen-base-2021.189.svn58630-150400.17.1.noarch [..done]
- (121/214) Installing: texlive-hyph-utf8-2021.189.svn58619-150400.17.1.noarch [..done]
- (122/214) Installing: texlive-graphics-cfg-2021.189.svn41448-150400.17.1.noarch [..done]
- (123/214) Installing: texlive-fp-2021.189.2.1dsvn49719-150400.17.1.noarch [..done]
- (124/214) Installing: texlive-firstaid-2021.189.1.0jsvn58440-150400.18.1.noarch [..done]
- (125/214) Installing: texlive-everyshi-2021.189.4.00svn57001-150400.18.1.noarch [..done]
- (126/214) Installing: texlive-euenc-2021.189.0.0.1hsvn19795-150400.18.1.noarch [..done]
- (127/214) Installing: texlive-etex-pkg-2021.189.2.7svn41784-150400.18.1.noarch [..done]
- (128/214) Installing: texlive-etex-2021.189.svn56291-150400.18.1.noarch [..done]
- (129/214) Installing: texlive-ec-2021.189.1.0svn25033-150400.17.1.noarch [....
- .done]
- (130/214) Installing: texlive-dvipng-bin-2021.20210325.svn57878-150600.36.10.x86_64 [..done]
- (131/214) Installing: texlive-dvipng-2021.189.1.17svn57972-150400.17.1.noarch [..done]
- (132/214) Installing: texlive-dvidvi-bin-2021.20210325.svn57878-150600.36.10.x86_64 [..done]
- (133/214) Installing: texlive-dvidvi-2021.189.svn52851-150400.17.1.noarch [..done]
- (134/214) Installing: texlive-dviasm-bin-2021.20210325.svn8329-150600.36.10.x86_64 [..done]
- (135/214) Installing: texlive-dviasm-2021.189.svn56373-150400.17.1.noarch [..done]
- (136/214) Installing: texlive-dehyph-2021.189.svn48599-150400.17.1.noarch [..done]
- (137/214) Installing: texlive-ctablestack-2021.189.1.0svn38514-150400.17.1.noarch [..done]
- (138/214) Installing: texlive-cm-2021.189.svn57963-150400.17.1.noarch [..done]
- (139/214) Installing: texlive-auxhook-2021.189.1.6svn53173-150400.18.1.noarch [..done]
- (140/214) Installing: texlive-atveryend-2021.189.1.11svn53108-150400.18.1.noarch [..done]
- (141/214) Installing: texlive-amsmath-2021.189.svn56514-150400.20.3.1.noarch [..done]
- (142/214) Installing: texlive-amsfonts-2021.189.3.04svn29208-150400.20.3.1.noarch [..
- .done]
- (143/214) Installing: texlive-hopatch-2021.189.1.4svn56106-150400.17.1.noarch [..done]
- (144/214) Installing: texlive-refcount-2021.189.3.6svn53164-150400.17.1.noarch [..done]
- (145/214) Installing: texlive-grfext-2021.189.1.3svn53024-150400.17.1.noarch [..done]
- (146/214) Installing: texlive-pdftexcmds-2021.189.0.0.33svn55777-150400.17.1.noarch [..done]
- (147/214) Installing: texlive-etexcmds-2021.189.1.7svn53171-150400.18.1.noarch [..done]
- (148/214) Installing: texlive-atbegshi-2021.189.1.19svn53051-150400.18.1.noarch [..done]
- (149/214) Installing: texlive-hyphen-greek-2021.189.5svn58652-150400.17.1.noarch [..done]
- (150/214) Installing: texlive-hyphen-ancientgreek-2021.189.svn58652-150400.17.1.noarch [..done]
- (151/214) Installing: texlive-dehyph-exptl-2021.189.0.0.7svn58212-150400.17.1.noarch [..done]
- (152/214) Installing: texlive-etoolbox-2021.189.2.5ksvn56554-150400.18.1.noarch [..done]
- (153/214) Installing: texlive-hyphen-german-2021.189.svn58652-150400.17.1.noarch [..done]
- (154/214) Installing: texlive-luatexbase-2021.189.1.3svn52663-150400.17.1.noarch [..done]
- (155/214) Installing: texlive-luatex-2021.189.svn58702-150400.17.1.noarch [..
- done]
- (156/214) Installing: texlive-hycolor-2021.189.1.10svn53584-150400.17.1.noarch [..done]
- (157/214) Installing: texlive-pdfescape-2021.189.1.15svn53082-150400.17.1.noarch [..done]
- (158/214) Installing: texlive-bigintcalc-2021.189.1.5svn53172-150400.17.1.noarch [..done]
- (159/214) Installing: texlive-graphics-def-2021.189.svn58539-150400.17.1.noarch [..done]
- (160/214) Installing: texlive-lualibs-2021.189.2.73svn57277-150400.17.1.noarch [..done]
- (161/214) Installing: texlive-luahbtex-bin-2021.20210325.svn58535-150600.36.10.x86_64 [.....done]
- (162/214) Installing: texlive-luahbtex-2021.189.svn57972-150400.17.1.noarch [..done]
- (163/214) Installing: texlive-lua-alt-getopt-2021.189.0.0.7.0svn56414-150400.17.1.noarch [..done]
- (164/214) Installing: texlive-stringenc-2021.189.1.12svn52982-150400.16.1.noarch [.
- .done]
- (165/214) Installing: texlive-uniquecounter-2021.189.1.4svn53162-150400.20.1.noarch [..done]
- (166/214) Installing: texlive-bitset-2021.189.1.3svn53837-150400.17.1.noarch [..done]
- (167/214) Installing: texlive-pdftex-bin-2021.20210325.svn58535-150600.36.10.x86_64 [...done]
- (168/214) Installing: texlive-pdftex-2021.189.svn57973-150400.17.1.noarch [..done]
- (169/214) Installing: texlive-luaotfload-bin-2021.20210325.svn34647-150600.36.10.x86_64 [..done]
- (170/214) Installing: texlive-luaotfload-2021.189.3.17svn57443-150400.17.1.noarch [....done]
- (171/214) Installing: java-11-openjdk-headless-11.0.29.0-150000.3.132.2.x86_64 [.........
- ..........
- ..........
- ..........
- ..........
- ..........
- ..........
- ..........
- .....
- update-alternatives: using /usr/lib64/jvm/jre-11-openjdk/bin/java to provide /usr/bin/java (java) in auto mode
- update-alternatives: using /usr/lib64/jvm/jre-11-openjdk to provide /usr/lib64/jvm/jre-openjdk (jre_openjdk) in auto mode
- update-alternatives: using /usr/lib64/jvm/jre-11-openjdk to provide /usr/lib64/jvm/jre-11 (jre_11) in auto mode
- done]
- (172/214) Installing: ghostscript-9.52-150000.211.1.x86_64 [....
- ..........
- ..........
- ....
- update-alternatives: using /usr/bin/gs.bin to provide /usr/bin/gs (gs) in auto mode
- done]
- (173/214) Installing: java-11-openjdk-11.0.29.0-150000.3.132.2.x86_64 [..done]
- (174/214) Installing: texlive-dvisvgm-bin-2021.20210325.svn57878-150600.36.10.x86_64 [....done]
- (175/214) Installing: texlive-dvisvgm-2021.189.2.11svn57972-150400.17.1.noarch [..done]
- (176/214) Installing: texlive-tex4ht-bin-2021.20210325.svn57878-150600.36.10.x86_64 [.
- .done]
- (177/214) Installing: texlive-tex4ht-2021.189.svn58348-150400.18.1.noarch [..........
- .........done]
- (178/214) Installing: texlive-extratools-2021.185-150400.19.4.noarch [..done]
- (179/214) Installing: texlive-latex-bin-bin-2021.20210325.svn54358-150600.36.10.x86_64 [.
- .done]
- (180/214) Installing: texlive-babel-2021.189.3.56svn58684-150400.18.1.noarch [...done]
- (181/214) Installing: texlive-latex-bin-2021.189.svn57972-150400.17.1.noarch [..done]
- (182/214) Installing: texlive-latex-2021.189.20201001_pl4svn57354-150400.17.1.noarch [..done]
- (183/214) Installing: texlive-graphics-2021.189.svn56514-150400.17.1.noarch [..done]
- (184/214) Installing: texlive-tools-2021.189.svn56514-150400.17.1.noarch [..done]
- (185/214) Installing: texlive-ntheorem-2021.189.1.33svn27609-150400.17.1.noarch [..done]
- (186/214) Installing: texlive-minitoc-2021.189.62svn48196-150400.17.1.noarch [..done]
- (187/214) Installing: texlive-memoir-2021.189.3.7osvn58666-150400.17.1.noarch [..done]
- (188/214) Installing: texlive-kvoptions-2021.189.3.14svn56609-150400.17.1.noarch [.
- .done]
- (189/214) Installing: texlive-rerunfilecheck-2021.189.1.9svn54841-150400.17.1.noarch [..done]
- (190/214) Installing: texlive-gettitlestring-2021.189.1.6svn53170-150400.17.1.noarch [..done]
- (191/214) Installing: texlive-hyperref-2021.189.7.00ksvn58024-150400.17.1.noarch [..done]
- (192/214) Installing: texlive-zref-2021.189.2.32svn56611-150400.17.1.noarch [..done]
- (193/214) Installing: texlive-tipa-2021.189.1.3svn29349-150400.17.1.noarch [..done]
- (194/214) Installing: texlive-sauerj-2021.189.svn15878-150400.17.1.noarch [..done]
- (195/214) Installing: texlive-ms-2021.189.svn57473-150400.17.1.noarch [..done]
- (196/214) Installing: texlive-hologo-2021.189.1.14svn53048-150400.17.1.noarch [..done]
- (197/214) Installing: texlive-grffile-2021.189.2.1svn52756-150400.17.1.noarch [..done]
- (198/214) Installing: texlive-colortbl-2021.189.1.0esvn53545-150400.17.1.noarch [..done]
- (199/214) Installing: texlive-carlisle-2021.189.svn56753-150400.17.1.noarch [..done]
- (200/214) Installing: texlive-xunicode-2021.189.0.0.981svn30466-150400.17.1.noarch [..done]
- (201/214) Installing: texlive-xcolor-2021.189.2.12svn41044-150400.17.1.noarch [..done]
- (202/214) Installing: texlive-pgf-2021.189.3.1.8bsvn57240-150400.17.1.noarch [....
- done]
- (203/214) Installing: texlive-currfile-2021.189.0.0.7dsvn56478-150400.17.1.noarch [..done]
- (204/214) Installing: texlive-filehook-2021.189.0.0.8asvn56479-150400.18.1.noarch [..done]
- (205/214) Installing: texlive-l3kernel-2021.189.svn57789-150400.17.1.noarch [..done]
- (206/214) Installing: texlive-l3packages-2021.189.svn58296-150400.17.1.noarch [..done]
- (207/214) Installing: texlive-fontspec-2021.189.2.7isvn56594-150400.17.1.noarch [..done]
- (208/214) Installing: texlive-epstopdf-pkg-2021.189.2.11svn53546-150400.17.1.noarch [..done]
- (209/214) Installing: texlive-psfrag-2021.189.3.04svn15878-150400.17.1.noarch [..done]
- (210/214) Installing: texlive-lualatex-math-2021.189.1.9svn56541-150400.17.1.noarch [..done]
- (211/214) Installing: texlive-babel-hebrew-2021.189.2.3hsvn30273-150400.18.1.noarch [..done]
- (212/214) Installing: texlive-cm-super-2021.189.svn15878-150400.17.1.noarch [.....
- ...done]
- (213/214) Installing: texlive-unicode-math-2021.189.0.0.8qsvn56594-150400.20.1.noarch [..done]
- (214/214) Installing: texlive-oberdiek-2021.189.svn56291-150400.17.1.noarch [..done]
- Running post-transaction scripts [..
- .
- ....
- .........
- ........
- ......
- ...done]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-python-3.9.0.0  (https://opam.ocaml.org/cache)
-> installed conf-jq.1
-> installed conf-texlive.2
-> removed   caisar.5.0
-> installed conf-python-3.9.0.0
-> installed caisar.5.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-23 15:21.28 ---> saved as "ed57d4102ee49a46d469313487470006011105463e688466f18838a448a72f99"

/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 \"\\\"opensuse-15.6\\\"\"; 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/4.14/.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/4.14/.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:22.00 ---> saved as "f1801280316c9b9cfade2c9a1c5edc5064b3a495622574517bc3959f2e23e57f"
Job succeeded
2026-01-23 15:22.07: Job succeeded