(not at the head of any monitored branch or PR)
2026-04-05 06:24.23: New job: build conf-gtk4.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29623/head (840d56c72781bfe3e8253de0d7b9dbc81365b87c)
                              on opensuse-15.6-ocaml-5.4/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29623/head" && git reset --hard 840d56c7
git fetch origin master
git merge --no-edit 58be49813ccd4678f5762ae269409e93bce1ce7c
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:ab892b8e19dfba582695a07fc8e4eaa0b80ebeb8d981b904de555257ae24fa6d
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 conf-gtk4.1 1
RUN opam reinstall conf-gtk4.1; \
    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" != 'conf-gtk4.1' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1

END-OF-DOCKERFILE
docker build -f ../Dockerfile .

2026-04-05 06:24.23: Using cache hint "ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:ab892b8e19dfba582695a07fc8e4eaa0b80ebeb8d981b904de555257ae24fa6d-conf-gtk4.1-840d56c72781bfe3e8253de0d7b9dbc81365b87c"
2026-04-05 06:24.23: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:ab892b8e19dfba582695a07fc8e4eaa0b80ebeb8d981b904de555257ae24fa6d)
 (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 conf-gtk4.1 1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall conf-gtk4.1;\
             \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\" != 'conf-gtk4.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-04-05 06:24.23: Waiting for resource in pool OCluster
2026-04-05 06:24.24: Waiting for worker…
2026-04-05 06:24.24: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
HEAD is now at 58be49813c Merge pull request #29649 from jmid/add-binsec-ocaml-bounds
Merge made by the 'ort' strategy.
 packages/conf-gtk4/conf-gtk4.1/opam    | 49 ++++++++++++++++++++++++++++++++++
 packages/ocgtk/ocgtk.0.1~preview0/opam | 48 +++++++++++++++++++++++++++++++++
 2 files changed, 97 insertions(+)
 create mode 100644 packages/conf-gtk4/conf-gtk4.1/opam
 create mode 100644 packages/ocgtk/ocgtk.0.1~preview0/opam

(from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:ab892b8e19dfba582695a07fc8e4eaa0b80ebeb8d981b904de555257ae24fa6d)
2026-04-05 06:25.52 ---> saved as "e7a3b3d67b5578edf9324e9b59ca0d7aa787a0be0d86578e70e91b388f8ec84a"

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-04-05 06:25.52 ---> saved as "58dc043c890af18d974f9d2faab21126101bcb281794322c9b8f8c57a3613f9a"

/home/opam: (run (network host)
                 (shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-05 06:26.16 ---> saved as "244af0c4540a33894ed59d295029ce18cd452b092d29c5d57700cc0b284fee49"

/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         1 (version-controlled)
# pinned               1 (version)
# current-switch       5.4
# invariant            ["ocaml-base-compiler" {= "5.4.1"}]
# compiler-packages    ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.1
2026-04-05 06:26.17 ---> saved as "4a851a3ae281f821ba9ff63148707c936d034a84b1981f5feef9df24d219d549"

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMPRECISETRACKING 1)

/home/opam: (env CI true)

/home/opam: (env OPAM_REPO_CI true)

/home/opam: (run (shell "rm -rf opam-repository/"))
2026-04-05 06:26.26 ---> saved as "2a771c0ad1bfe0919b38a1cb3561270884c2d5b0edc13a0031f5eab75ec36433"

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-05 06:26.35 ---> saved as "ec964afd0ac882d1c7381c24435f766bef4db31e4097caaa9fff27535b12b9cb"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-05 06:26.52 ---> saved as "16c9bd63f40a3eef63478a53b6ce268dcf91d9831a2288e2c4b8045963345973"

/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-04-05 06:27.35 ---> saved as "5ce751c3f7e160702f68d1253e1ff8b84fb0459060fb35dd372339fae5536c01"

/home/opam: (run (shell "opam pin add -k version -yn conf-gtk4.1 1"))
conf-gtk4 is now pinned to version 1
2026-04-05 06:27.36 ---> saved as "f514136ddcc05742a2e9ef06a60ffdbbeeb484d6127b7121932d452a2810c63c"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall conf-gtk4.1;\
                        \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\" != 'conf-gtk4.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
conf-gtk4.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
  - install conf-gtk4       1 (pinned)
  - install conf-pkg-config 4          [required by conf-gtk4]

The following system packages will first need to be installed:
    gtk4-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" "gtk4-devel"
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- 
- The following 171 NEW packages are going to be installed:
-   Mesa Mesa-dri Mesa-gallium Mesa-libEGL1 Mesa-libGL1 Mesa-libglapi0 adwaita-icon-theme cairo-devel cups-config fontconfig fontconfig-devel freetype2-devel fribidi-devel gdk-pixbuf-devel gdk-pixbuf-query-loaders gettext-its-gtk4 gio-branding-openSUSE girepository-1_0 glib2-devel glib2-tools graphite2-devel gstreamer gstreamer-plugins-base gtk4-devel gtk4-devel-tools gtk4-schema gtk4-tools harfbuzz-devel hicolor-icon-theme libLLVM17 libXcursor1 libXdamage1 libXext-devel libXext6 libXfixes3 libXft-devel libXft2 libXi6 libXinerama1 libXrandr2 libXrender-devel libXrender1 libXv1 libXxf86vm1 libasound2 libavahi-client3 libavahi-common3 libblkid-devel libbrotli-devel libbrotlienc1 libbz2-devel libcairo-gobject2 libcairo-script-interpreter2 libcairo2 libcdda_interface0 libcdda_paranoia0 libcloudproviders0 libcolord2 libcups2 libdatrie-devel libdatrie1 libdrm2 libdrm_amdgpu1 libdrm_intel1 libdrm_nouveau2 libdrm_radeon1 libedit0 libepoxy0 libexpat-devel libffi-devel libfontconfig1 libfreetype6 libfribidi0 libgbm1 libgdk_pixbuf-2_0-0 libgio-2_0-0 libgirepository-1_0-1 libglvnd libgmodule-2_0-0 libgnutls30 libgobject-2_0-0 libgraphene-1_0-0 libgraphene-devel libgraphite2-3 libgstallocators-1_0-0 libgstapp-1_0-0 libgstaudio-1_0-0 libgstgl-1_0-0 libgstpbutils-1_0-0 libgstplay-1_0-0 libgstplayer-1_0-0 libgstreamer-1_0-0 libgstriff-1_0-0 libgsttag-1_0-0 libgstvideo-1_0-0 libgthread-2_0-0 libgtk-4-1 libgudev-1_0-0 libharfbuzz-cairo0 libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz-subset0 libharfbuzz0 libhogweed6 libicu73_2 libicu73_2-devel libicu73_2-ledata libjbig2 libjpeg62 libjpeg62-devel libjpeg8 libjson-glib-1_0-0 liblcms2-2 liblzo2-2 libmount-devel libnettle8 libogg0 libopenssl1_1 libopus0 liborc-0_4-0 libpango-1_0-0 libpciaccess0 libpcre2-16-0 libpcre2-32-0 libpcre2-posix3 libpixman-1-0 libpixman-1-0-devel libpng16-16 libpng16-compat-devel libpng16-devel libpython3_6m1_0 libselinux-devel libsepol-devel libthai-data libthai-devel libthai0 libtheoradec1 libtheoraenc1 libtiff-devel libtiff6 libtracker-sparql-3_0-0 libunwind libvisual libvorbis0 libvorbisenc2 libvulkan1 libwayland-client0 libwayland-cursor0 libwayland-egl1 libwayland-server0 libxkbcommon-devel libxkbcommon0 libxshmfence1 libzstd-devel lzo-devel pango-devel pcre2-devel python3-base renderproto-devel shared-mime-info system-user-lp typelib-1_0-GdkPixbuf-2_0 typelib-1_0-GdkPixdata-2_0 typelib-1_0-Graphene-1_0 typelib-1_0-Gtk-4_0 typelib-1_0-HarfBuzz-0_0 typelib-1_0-Pango-1_0 wayland-devel xextproto-devel xkeyboard-config xz-devel
- 
- 171 new packages to install.
- 
- Package download size:    94.6 MiB
- 
- Package install size change:
-               |     417.7 MiB  required by packages that will be installed
-    417.7 MiB  |  -      0 B    released by packages that will be removed
- 
- Backend:  classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Retrieving: hicolor-icon-theme-0.17-150600.19.2.noarch (Main Repository) (1/171),  46.2 KiB    
- Retrieving: hicolor-icon-theme-0.17-150600.19.2.noarch.rpm [...
- ....
- ....
- ....
- ..done]
- Retrieving: libXdamage1-1.1.4-1.23.x86_64 (Main Repository) (2/171),  11.4 KiB    
- Retrieving: libXdamage1-1.1.4-1.23.x86_64.rpm [.done]
- Retrieving: libXext6-1.3.3-1.30.x86_64 (Main Repository) (3/171),  33.2 KiB    
- Retrieving: libXext6-1.3.3-1.30.x86_64.rpm [.done]
- Retrieving: libXfixes3-6.0.0-150400.1.4.x86_64 (Main Repository) (4/171),  16.1 KiB    
- Retrieving: libXfixes3-6.0.0-150400.1.4.x86_64.rpm [.done]
- Retrieving: libXrender1-0.9.10-1.30.x86_64 (Main Repository) (5/171),  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) (6/171), 449.6 KiB    
- Retrieving: libasound2-1.2.10-150600.2.3.x86_64.rpm [.done]
- Retrieving: libbz2-devel-1.0.8-150400.1.122.x86_64 (Main Repository) (7/171),  18.7 KiB    
- Retrieving: libbz2-devel-1.0.8-150400.1.122.x86_64.rpm [.done]
- Retrieving: libcdda_interface0-3.10.2-1.28.x86_64 (Main Repository) (8/171),  35.7 KiB    
- Retrieving: libcdda_interface0-3.10.2-1.28.x86_64.rpm [.done]
- Retrieving: libdatrie1-0.2.9-1.25.x86_64 (Main Repository) (9/171),  43.5 KiB    
- Retrieving: libdatrie1-0.2.9-1.25.x86_64.rpm [.done]
- Retrieving: libdrm2-2.4.118-150600.1.4.x86_64 (Main Repository) (10/171),  77.1 KiB    
- Retrieving: libdrm2-2.4.118-150600.1.4.x86_64.rpm [.done]
- Retrieving: libedit0-3.1.snap20150325-2.12.x86_64 (Main Repository) (11/171),  94.3 KiB    
- Retrieving: libedit0-3.1.snap20150325-2.12.x86_64.rpm [.done]
- Retrieving: libepoxy0-1.5.10-150500.1.2.x86_64 (Main Repository) (12/171), 194.9 KiB    
- Retrieving: libepoxy0-1.5.10-150500.1.2.x86_64.rpm [.done]
- Retrieving: libffi-devel-3.2.1.git259-10.8.x86_64 (Main Repository) (13/171),  26.7 KiB    
- Retrieving: libffi-devel-3.2.1.git259-10.8.x86_64.rpm [.done]
- Retrieving: libfribidi0-1.0.10-150400.3.3.1.x86_64 (Main Repository) (14/171),  39.1 KiB    
- Retrieving: libfribidi0-1.0.10-150400.3.3.1.x86_64.rpm [.done]
- Retrieving: libgraphite2-3-1.3.14-150600.1.5.x86_64 (Main Repository) (15/171),  73.8 KiB    
- Retrieving: libgraphite2-3-1.3.14-150600.1.5.x86_64.rpm [.done]
- Retrieving: libicu73_2-ledata-73.2-150000.1.7.1.noarch (Main Repository) (16/171),   7.3 MiB    
- Retrieving: libicu73_2-ledata-73.2-150000.1.7.1.noarch.rpm [...done (6.7 MiB/s)]
- Retrieving: libjbig2-2.1-150000.3.5.1.x86_64 (Main Repository) (17/171),  33.0 KiB    
- Retrieving: libjbig2-2.1-150000.3.5.1.x86_64.rpm [.done]
- Retrieving: libjpeg62-62.3.0-150600.22.3.x86_64 (Main Repository) (18/171), 180.4 KiB    
- Retrieving: libjpeg62-62.3.0-150600.22.3.x86_64.rpm [.done]
- Retrieving: libjpeg8-8.2.2-150600.22.5.x86_64 (Main Repository) (19/171), 180.8 KiB    
- Retrieving: libjpeg8-8.2.2-150600.22.5.x86_64.rpm [.done]
- Retrieving: liblzo2-2-2.10-2.22.x86_64 (Main Repository) (20/171),  50.8 KiB    
- Retrieving: liblzo2-2-2.10-2.22.x86_64.rpm [.done]
- Retrieving: libogg0-1.3.2-150000.3.4.1.x86_64 (Main Repository) (21/171),  23.6 KiB    
- Retrieving: libogg0-1.3.2-150000.3.4.1.x86_64.rpm [.done]
- Retrieving: libopus0-1.3.1-150000.3.8.1.x86_64 (Main Repository) (22/171), 204.7 KiB    
- Retrieving: libopus0-1.3.1-150000.3.8.1.x86_64.rpm [.done]
- Retrieving: libpciaccess0-0.14-1.16.x86_64 (Main Repository) (23/171),  25.5 KiB    
- Retrieving: libpciaccess0-0.14-1.16.x86_64.rpm [.done]
- Retrieving: libpcre2-16-0-10.42-150600.1.26.x86_64 (Main Repository) (24/171), 282.8 KiB    
- Retrieving: libpcre2-16-0-10.42-150600.1.26.x86_64.rpm [.done]
- Retrieving: libpcre2-32-0-10.42-150600.1.26.x86_64 (Main Repository) (25/171), 269.6 KiB    
- Retrieving: libpcre2-32-0-10.42-150600.1.26.x86_64.rpm [.done]
- Retrieving: libpcre2-posix3-10.42-150600.1.26.x86_64 (Main Repository) (26/171),  30.1 KiB    
- Retrieving: libpcre2-posix3-10.42-150600.1.26.x86_64.rpm [.done]
- Retrieving: libsepol-devel-3.5-150600.1.49.x86_64 (Main Repository) (27/171),  46.5 KiB    
- Retrieving: libsepol-devel-3.5-150600.1.49.x86_64.rpm [.done]
- Retrieving: libthai-data-0.1.29-150400.1.4.x86_64 (Main Repository) (28/171), 139.8 KiB    
- Retrieving: libthai-data-0.1.29-150400.1.4.x86_64.rpm [.done]
- Retrieving: libtheoradec1-1.1.1-150000.3.3.1.x86_64 (Main Repository) (29/171),  54.0 KiB    
- Retrieving: libtheoradec1-1.1.1-150000.3.3.1.x86_64.rpm [.done]
- Retrieving: libunwind-1.5.0-4.5.1.x86_64 (Main Repository) (30/171),  60.8 KiB    
- Retrieving: libunwind-1.5.0-4.5.1.x86_64.rpm [.done]
- Retrieving: libvisual-0.4.0-1.34.x86_64 (Main Repository) (31/171), 129.4 KiB    
- Retrieving: libvisual-0.4.0-1.34.x86_64.rpm [.done]
- Retrieving: libvulkan1-1.3.275.0-150600.1.2.x86_64 (Main Repository) (32/171), 138.5 KiB    
- Retrieving: libvulkan1-1.3.275.0-150600.1.2.x86_64.rpm [.done]
- Retrieving: libwayland-client0-1.22.0-150600.1.6.x86_64 (Main Repository) (33/171),  39.7 KiB    
- Retrieving: libwayland-client0-1.22.0-150600.1.6.x86_64.rpm [.done]
- Retrieving: libwayland-egl1-99~1.22.0-150600.1.6.x86_64 (Main Repository) (34/171),  18.6 KiB    
- Retrieving: libwayland-egl1-99~1.22.0-150600.1.6.x86_64.rpm [.done]
- Retrieving: libwayland-server0-1.22.0-150600.1.6.x86_64 (Main Repository) (35/171),  45.4 KiB    
- Retrieving: libwayland-server0-1.22.0-150600.1.6.x86_64.rpm [.done]
- Retrieving: libxshmfence1-1.2-1.23.x86_64 (Main Repository) (36/171),  11.2 KiB    
- Retrieving: libxshmfence1-1.2-1.23.x86_64.rpm [.done]
- Retrieving: libzstd-devel-1.5.5-150600.1.3.x86_64 (Main Repository) (37/171),  72.0 KiB    
- Retrieving: libzstd-devel-1.5.5-150600.1.3.x86_64.rpm [.done]
- Retrieving: renderproto-devel-0.11.1-1.22.x86_64 (Main Repository) (38/171),  22.9 KiB    
- Retrieving: renderproto-devel-0.11.1-1.22.x86_64.rpm [.done]
- Retrieving: system-user-lp-20170617-150400.24.2.1.noarch (Main Repository) (39/171),  11.9 KiB    
- Retrieving: system-user-lp-20170617-150400.24.2.1.noarch.rpm [.done]
- Retrieving: xextproto-devel-7.3.0-1.22.x86_64 (Main Repository) (40/171), 114.5 KiB    
- Retrieving: xextproto-devel-7.3.0-1.22.x86_64.rpm [.done]
- Retrieving: xkeyboard-config-2.40-150600.1.2.noarch (Main Repository) (41/171), 430.9 KiB    
- Retrieving: xkeyboard-config-2.40-150600.1.2.noarch.rpm [.done]
- Retrieving: libXxf86vm1-1.1.4-1.23.x86_64 (Main Repository) (42/171),  15.3 KiB    
- Retrieving: libXxf86vm1-1.1.4-1.23.x86_64.rpm [.done]
- Retrieving: libXv1-1.0.11-1.23.x86_64 (Main Repository) (43/171),  16.8 KiB    
- Retrieving: libXv1-1.0.11-1.23.x86_64.rpm [.done]
- Retrieving: libXinerama1-1.1.3-1.22.x86_64 (Main Repository) (44/171),  11.2 KiB    
- Retrieving: libXinerama1-1.1.3-1.22.x86_64.rpm [.done]
- Retrieving: libXi6-1.7.9-3.2.1.x86_64 (Main Repository) (45/171),  35.6 KiB    
- Retrieving: libXi6-1.7.9-3.2.1.x86_64.rpm [.done]
- Retrieving: libXrandr2-1.5.1-2.17.x86_64 (Main Repository) (46/171),  23.3 KiB    
- Retrieving: libXrandr2-1.5.1-2.17.x86_64.rpm [.done]
- Retrieving: libXcursor1-1.1.15-1.18.x86_64 (Main Repository) (47/171),  25.8 KiB    
- Retrieving: libXcursor1-1.1.15-1.18.x86_64.rpm [.done]
- Retrieving: libcdda_paranoia0-3.10.2-1.28.x86_64 (Main Repository) (48/171),  23.7 KiB    
- Retrieving: libcdda_paranoia0-3.10.2-1.28.x86_64.rpm [.done]
- Retrieving: libdatrie-devel-0.2.9-1.25.x86_64 (Main Repository) (49/171), 110.2 KiB    
- Retrieving: libdatrie-devel-0.2.9-1.25.x86_64.rpm [.done]
- Retrieving: libdrm_radeon1-2.4.118-150600.1.4.x86_64 (Main Repository) (50/171),  63.9 KiB    
- Retrieving: libdrm_radeon1-2.4.118-150600.1.4.x86_64.rpm [.done]
- Retrieving: libdrm_nouveau2-2.4.118-150600.1.4.x86_64 (Main Repository) (51/171),  59.5 KiB    
- Retrieving: libdrm_nouveau2-2.4.118-150600.1.4.x86_64.rpm [.done]
- Retrieving: libdrm_amdgpu1-2.4.118-150600.1.4.x86_64 (Main Repository) (52/171),  63.8 KiB    
- Retrieving: libdrm_amdgpu1-2.4.118-150600.1.4.x86_64.rpm [.done]
- Retrieving: fribidi-devel-1.0.10-150400.3.3.1.x86_64 (Main Repository) (53/171),  94.7 KiB    
- Retrieving: fribidi-devel-1.0.10-150400.3.3.1.x86_64.rpm [.done]
- Retrieving: graphite2-devel-1.3.14-150600.1.5.x86_64 (Main Repository) (54/171),  25.7 KiB    
- Retrieving: graphite2-devel-1.3.14-150600.1.5.x86_64.rpm [.done]
- Retrieving: libicu73_2-73.2-150000.1.7.1.x86_64 (Main Repository) (55/171),   1.8 MiB    
- Retrieving: libicu73_2-73.2-150000.1.7.1.x86_64.rpm [.done]
- Retrieving: libjpeg62-devel-62.3.0-150600.22.3.x86_64 (Main Repository) (56/171), 121.1 KiB    
- Retrieving: libjpeg62-devel-62.3.0-150600.22.3.x86_64.rpm [.done]
- Retrieving: lzo-devel-2.10-2.22.x86_64 (Main Repository) (57/171),  55.7 KiB    
- Retrieving: lzo-devel-2.10-2.22.x86_64.rpm [.done]
- Retrieving: libvorbis0-1.3.6-150000.4.5.2.x86_64 (Main Repository) (58/171),  91.5 KiB    
- Retrieving: libvorbis0-1.3.6-150000.4.5.2.x86_64.rpm [.done]
- Retrieving: libtheoraenc1-1.1.1-150000.3.3.1.x86_64 (Main Repository) (59/171), 122.7 KiB    
- Retrieving: libtheoraenc1-1.1.1-150000.3.3.1.x86_64.rpm [.done]
- Retrieving: libdrm_intel1-2.4.118-150600.1.4.x86_64 (Main Repository) (60/171), 100.8 KiB    
- Retrieving: libdrm_intel1-2.4.118-150600.1.4.x86_64.rpm [.done]
- Retrieving: pcre2-devel-10.42-150600.1.26.x86_64 (Main Repository) (61/171), 275.7 KiB    
- Retrieving: pcre2-devel-10.42-150600.1.26.x86_64.rpm [.
- done]
- Retrieving: libthai0-0.1.29-150400.1.4.x86_64 (Main Repository) (62/171),  23.1 KiB    
- Retrieving: libthai0-0.1.29-150400.1.4.x86_64.rpm [.done]
- Retrieving: libwayland-cursor0-1.22.0-150600.1.6.x86_64 (Main Repository) (63/171),  24.5 KiB    
- Retrieving: libwayland-cursor0-1.22.0-150600.1.6.x86_64.rpm [.done]
- Retrieving: libXrender-devel-0.9.10-1.30.x86_64 (Main Repository) (64/171),  17.1 KiB    
- Retrieving: libXrender-devel-0.9.10-1.30.x86_64.rpm [.done]
- Retrieving: libXext-devel-1.3.3-1.30.x86_64 (Main Repository) (65/171),  96.9 KiB    
- Retrieving: libXext-devel-1.3.3-1.30.x86_64.rpm [.done]
- Retrieving: libicu73_2-devel-73.2-150000.1.7.1.x86_64 (Main Repository) (66/171), 702.5 KiB    
- Retrieving: libicu73_2-devel-73.2-150000.1.7.1.x86_64.rpm [.done]
- Retrieving: libvorbisenc2-1.3.6-150000.4.5.2.x86_64 (Main Repository) (67/171),  77.9 KiB    
- Retrieving: libvorbisenc2-1.3.6-150000.4.5.2.x86_64.rpm [.done]
- Retrieving: libthai-devel-0.1.29-150400.1.4.x86_64 (Main Repository) (68/171),  20.2 KiB    
- Retrieving: libthai-devel-0.1.29-150400.1.4.x86_64.rpm [.done]
- Retrieving: wayland-devel-1.22.0-150600.1.6.x86_64 (Main Repository) (69/171), 104.5 KiB    
- Retrieving: wayland-devel-1.22.0-150600.1.6.x86_64.rpm [.done]
- Retrieving: Mesa-libglapi0-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (70/171), 187.6 KiB    
- Retrieving: Mesa-libglapi0-23.3.4-150600.83.3.1.x86_64.rpm [...
- ....
- ....
- ....
- ..not found]
- Retrieving: Mesa-libglapi0-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-libglapi0-23.3.4-150600.83.3.1.x86_64.rpm [.done]
- Retrieving: gettext-its-gtk4-4.12.4-150600.3.6.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (71/171),  95.4 KiB    
- Retrieving: gettext-its-gtk4-4.12.4-150600.3.6.2.x86_64.rpm [.not found]
- Retrieving: gettext-its-gtk4-4.12.4-150600.3.6.2.x86_64.rpm [.not found]
- Retrieving: gettext-its-gtk4-4.12.4-150600.3.6.2.x86_64.rpm [..done (76.4 KiB/s)]
- Retrieving: gtk4-schema-4.12.4-150600.3.6.2.noarch (Update repository with updates from SUSE Linux Enterprise 15) (72/171),  97.4 KiB    
- Retrieving: gtk4-schema-4.12.4-150600.3.6.2.noarch.rpm [.not found]
- Retrieving: gtk4-schema-4.12.4-150600.3.6.2.noarch.rpm [.not found]
- Retrieving: gtk4-schema-4.12.4-150600.3.6.2.noarch.rpm [.done]
- Retrieving: libavahi-common3-0.8-150600.15.12.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (73/171),  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: libblkid-devel-2.39.3-150600.4.18.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (74/171),  69.5 KiB    
- Retrieving: libblkid-devel-2.39.3-150600.4.18.1.x86_64.rpm [.not found]
- Retrieving: libblkid-devel-2.39.3-150600.4.18.1.x86_64.rpm [.not found]
- Retrieving: libblkid-devel-2.39.3-150600.4.18.1.x86_64.rpm [.done]
- Retrieving: libbrotlienc1-1.0.7-150200.3.5.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (75/171), 203.4 KiB    
- Retrieving: libbrotlienc1-1.0.7-150200.3.5.1.x86_64.rpm [.not found]
- Retrieving: libbrotlienc1-1.0.7-150200.3.5.1.x86_64.rpm [.not found]
- Retrieving: libbrotlienc1-1.0.7-150200.3.5.1.x86_64.rpm [.done]
- Retrieving: libexpat-devel-2.7.1-150400.3.37.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (76/171),  66.6 KiB    
- Retrieving: libexpat-devel-2.7.1-150400.3.37.1.x86_64.rpm [.not found]
- Retrieving: libexpat-devel-2.7.1-150400.3.37.1.x86_64.rpm [.not found]
- Retrieving: libexpat-devel-2.7.1-150400.3.37.1.x86_64.rpm [.done]
- Retrieving: libgmodule-2_0-0-2.78.6-150600.4.35.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (77/171), 148.2 KiB    
- Retrieving: libgmodule-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: libgmodule-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: libgmodule-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.done]
- Retrieving: libgobject-2_0-0-2.78.6-150600.4.35.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (78/171), 279.2 KiB    
- Retrieving: libgobject-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: libgobject-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: libgobject-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.done]
- Retrieving: libgthread-2_0-0-2.78.6-150600.4.35.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (79/171), 144.7 KiB    
- Retrieving: libgthread-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: libgthread-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: libgthread-2_0-0-2.78.6-150600.4.35.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) (80/171), 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]
- Retrieving: libnettle8-3.9.1-150600.3.2.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (81/171), 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: libopenssl1_1-1.1.1w-150600.5.21.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (82/171),   1.4 MiB    
- Retrieving: libopenssl1_1-1.1.1w-150600.5.21.1.x86_64.rpm [.not found]
- Retrieving: libopenssl1_1-1.1.1w-150600.5.21.1.x86_64.rpm [.not found]
- Retrieving: libopenssl1_1-1.1.1w-150600.5.21.1.x86_64.rpm [.
- ..done (1.2 MiB/s)]
- Retrieving: liborc-0_4-0-0.4.28-150000.3.9.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (83/171), 134.9 KiB    
- Retrieving: liborc-0_4-0-0.4.28-150000.3.9.1.x86_64.rpm [.not found]
- Retrieving: liborc-0_4-0-0.4.28-150000.3.9.1.x86_64.rpm [.not found]
- Retrieving: liborc-0_4-0-0.4.28-150000.3.9.1.x86_64.rpm [.done]
- Retrieving: libpixman-1-0-0.43.4-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (84/171), 172.0 KiB    
- Retrieving: libpixman-1-0-0.43.4-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libpng16-16-1.6.40-150600.3.12.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (85/171), 140.0 KiB    
- Retrieving: libpng16-16-1.6.40-150600.3.12.1.x86_64.rpm [.not found]
- Retrieving: libpng16-16-1.6.40-150600.3.12.1.x86_64.rpm [.not found]
- Retrieving: libpng16-16-1.6.40-150600.3.12.1.x86_64.rpm [.done]
- Retrieving: shared-mime-info-2.4-150600.3.3.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (86/171), 336.6 KiB    
- Retrieving: shared-mime-info-2.4-150600.3.3.2.x86_64.rpm [.not found]
- Retrieving: shared-mime-info-2.4-150600.3.3.2.x86_64.rpm [.not found]
- Retrieving: shared-mime-info-2.4-150600.3.3.2.x86_64.rpm [..done (336.6 KiB/s)]
- Retrieving: xz-devel-5.4.1-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (87/171),  73.7 KiB    
- Retrieving: xz-devel-5.4.1-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: xz-devel-5.4.1-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: xz-devel-5.4.1-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libLLVM17-17.0.6-150600.3.7.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (88/171),  23.7 MiB    
- Retrieving: libLLVM17-17.0.6-150600.3.7.1.x86_64.rpm [.not found]
- Retrieving: libLLVM17-17.0.6-150600.3.7.1.x86_64.rpm [.not found]
- Retrieving: libLLVM17-17.0.6-150600.3.7.1.x86_64.rpm [..
- .........
- ..........
- .....done (7.9 MiB/s)]
- Retrieving: libtiff6-4.7.1-150600.3.23.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (89/171), 255.3 KiB    
- Retrieving: libtiff6-4.7.1-150600.3.23.1.x86_64.rpm [.not found]
- Retrieving: libtiff6-4.7.1-150600.3.23.1.x86_64.rpm [.not found]
- Retrieving: libtiff6-4.7.1-150600.3.23.1.x86_64.rpm [.done]
- Retrieving: libgbm1-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (90/171), 201.7 KiB    
- Retrieving: libgbm1-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: libgbm1-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: libgbm1-23.3.4-150600.83.3.1.x86_64.rpm [.done]
- Retrieving: cups-config-2.2.7-150000.3.83.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (91/171), 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]
- Retrieving: libxkbcommon0-1.5.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (92/171), 119.2 KiB    
- Retrieving: libxkbcommon0-1.5.0-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libselinux-devel-3.5-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (93/171), 120.3 KiB    
- Retrieving: libselinux-devel-3.5-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libselinux-devel-3.5-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libselinux-devel-3.5-150600.3.3.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) (94/171),  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: libbrotli-devel-1.0.7-150200.3.5.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (95/171),  32.2 KiB    
- Retrieving: libbrotli-devel-1.0.7-150200.3.5.1.x86_64.rpm [.not found]
- Retrieving: libbrotli-devel-1.0.7-150200.3.5.1.x86_64.rpm [.not found]
- Retrieving: libbrotli-devel-1.0.7-150200.3.5.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) (96/171), 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]
- Retrieving: python3-base-3.6.15-150300.10.109.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (97/171),   7.8 MiB    
- Retrieving: python3-base-3.6.15-150300.10.109.1.x86_64.rpm [.not found]
- Retrieving: python3-base-3.6.15-150300.10.109.1.x86_64.rpm [.not found]
- Retrieving: python3-base-3.6.15-150300.10.109.1.x86_64.rpm [.....
- ......done (7.3 MiB/s)]
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.109.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (98/171),   1.2 MiB    
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.109.1.x86_64.rpm [.not found]
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.109.1.x86_64.rpm [.not found]
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.109.1.x86_64.rpm [...done (1.1 MiB/s)]
- Retrieving: libpixman-1-0-devel-0.43.4-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (99/171),  20.1 KiB    
- Retrieving: libpixman-1-0-devel-0.43.4-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libpng16-devel-1.6.40-150600.3.12.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (100/171), 198.8 KiB    
- Retrieving: libpng16-devel-1.6.40-150600.3.12.1.x86_64.rpm [.not found]
- Retrieving: libpng16-devel-1.6.40-150600.3.12.1.x86_64.rpm [.not found]
- Retrieving: libpng16-devel-1.6.40-150600.3.12.1.x86_64.rpm [.done]
- Retrieving: libpng16-compat-devel-1.6.40-150600.3.12.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (101/171), 107.0 KiB    
- Retrieving: libpng16-compat-devel-1.6.40-150600.3.12.1.x86_64.rpm [.not found]
- Retrieving: libpng16-compat-devel-1.6.40-150600.3.12.1.x86_64.rpm [.not found]
- Retrieving: libpng16-compat-devel-1.6.40-150600.3.12.1.x86_64.rpm [.done]
- Retrieving: libfreetype6-2.10.4-150000.4.25.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (102/171), 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: Mesa-dri-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (103/171),   7.9 MiB    
- Retrieving: Mesa-dri-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-dri-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-dri-23.3.4-150600.83.3.1.x86_64.rpm [......
- ......done (7.1 MiB/s)]
- Retrieving: libtiff-devel-4.7.1-150600.3.23.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (104/171), 118.2 KiB    
- Retrieving: libtiff-devel-4.7.1-150600.3.23.1.x86_64.rpm [.not found]
- Retrieving: libtiff-devel-4.7.1-150600.3.23.1.x86_64.rpm [.not found]
- Retrieving: libtiff-devel-4.7.1-150600.3.23.1.x86_64.rpm [.done]
- Retrieving: libxkbcommon-devel-1.5.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (105/171),  77.3 KiB    
- Retrieving: libxkbcommon-devel-1.5.0-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libmount-devel-2.39.3-150600.4.18.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (106/171),  70.4 KiB    
- Retrieving: libmount-devel-2.39.3-150600.4.18.1.x86_64.rpm [.not found]
- Retrieving: libmount-devel-2.39.3-150600.4.18.1.x86_64.rpm [.not found]
- Retrieving: libmount-devel-2.39.3-150600.4.18.1.x86_64.rpm [.done]
- Retrieving: libgnutls30-3.8.3-150600.4.17.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (107/171), 916.2 KiB    
- Retrieving: libgnutls30-3.8.3-150600.4.17.1.x86_64.rpm [.not found]
- Retrieving: libgnutls30-3.8.3-150600.4.17.1.x86_64.rpm [.not found]
- Retrieving: libgnutls30-3.8.3-150600.4.17.1.x86_64.rpm [..done (511.5 KiB/s)]
- Retrieving: libharfbuzz0-8.3.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (108/171), 587.0 KiB    
- Retrieving: libharfbuzz0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libharfbuzz0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libharfbuzz0-8.3.0-150600.3.3.1.x86_64.rpm [..done (587.0 KiB/s)]
- Retrieving: freetype2-devel-2.10.4-150000.4.25.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (109/171), 942.6 KiB    
- Retrieving: freetype2-devel-2.10.4-150000.4.25.1.x86_64.rpm [.not found]
- Retrieving: freetype2-devel-2.10.4-150000.4.25.1.x86_64.rpm [.not found]
- Retrieving: freetype2-devel-2.10.4-150000.4.25.1.x86_64.rpm [..done (533.8 KiB/s)]
- Retrieving: libcups2-2.2.7-150000.3.83.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (110/171), 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: libharfbuzz-subset0-8.3.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (111/171), 520.2 KiB    
- Retrieving: libharfbuzz-subset0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libharfbuzz-subset0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libharfbuzz-subset0-8.3.0-150600.3.3.1.x86_64.rpm [..done (517.1 KiB/s)]
- Retrieving: libharfbuzz-icu0-8.3.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (112/171),  58.6 KiB    
- Retrieving: libharfbuzz-icu0-8.3.0-150600.3.3.1.x86_64.rpm [.
- not found]
- Retrieving: libharfbuzz-icu0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libharfbuzz-icu0-8.3.0-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libharfbuzz-gobject0-8.3.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (113/171),  75.2 KiB    
- Retrieving: libharfbuzz-gobject0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libharfbuzz-gobject0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libharfbuzz-gobject0-8.3.0-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libgudev-1_0-0-237-150400.1.6.x86_64 (Main Repository) (114/171),  30.0 KiB    
- Retrieving: libgudev-1_0-0-237-150400.1.6.x86_64.rpm [.done]
- Retrieving: libgraphene-1_0-0-1.10.8-150600.1.3.x86_64 (Main Repository) (115/171),  57.8 KiB    
- Retrieving: libgraphene-1_0-0-1.10.8-150600.1.3.x86_64.rpm [.done]
- Retrieving: libfontconfig1-2.14.2-150600.1.3.x86_64 (Main Repository) (116/171), 126.4 KiB    
- Retrieving: libfontconfig1-2.14.2-150600.1.3.x86_64.rpm [.done]
- Retrieving: fontconfig-2.14.2-150600.1.3.x86_64 (Main Repository) (117/171),  81.4 KiB    
- Retrieving: fontconfig-2.14.2-150600.1.3.x86_64.rpm [.done]
- Retrieving: libglvnd-1.7.0-150600.1.2.x86_64 (Main Repository) (118/171), 218.8 KiB    
- Retrieving: libglvnd-1.7.0-150600.1.2.x86_64.rpm [.done]
- Retrieving: libXft2-2.3.2-1.33.x86_64 (Main Repository) (119/171),  43.5 KiB    
- Retrieving: libXft2-2.3.2-1.33.x86_64.rpm [.done]
- Retrieving: fontconfig-devel-2.14.2-150600.1.3.x86_64 (Main Repository) (120/171),  23.0 KiB    
- Retrieving: fontconfig-devel-2.14.2-150600.1.3.x86_64.rpm [.done]
- Retrieving: libXft-devel-2.3.2-1.33.x86_64 (Main Repository) (121/171),  19.2 KiB    
- Retrieving: libXft-devel-2.3.2-1.33.x86_64.rpm [.done]
- Retrieving: gio-branding-openSUSE-42.1-lp156.9.2.2.noarch (Main Update Repository) (122/171),  19.6 KiB    
- Retrieving: gio-branding-openSUSE-42.1-lp156.9.2.2.noarch.rpm [..
- ....
- ....
- ....done]
- Retrieving: libcairo2-1.18.4-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (123/171), 534.1 KiB    
- Retrieving: libcairo2-1.18.4-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libcairo2-1.18.4-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libcairo2-1.18.4-150600.3.3.1.x86_64.rpm [..
- done (377.7 KiB/s)]
- Retrieving: Mesa-libEGL1-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (124/171), 279.4 KiB    
- Retrieving: Mesa-libEGL1-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-libEGL1-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-libEGL1-23.3.4-150600.83.3.1.x86_64.rpm [.done]
- Retrieving: libgio-2_0-0-2.78.6-150600.4.35.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (125/171), 740.4 KiB    
- Retrieving: libgio-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: libgio-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: libgio-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [..done (542.2 KiB/s)]
- Retrieving: glib2-tools-2.78.6-150600.4.35.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (126/171), 246.9 KiB    
- Retrieving: glib2-tools-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: glib2-tools-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: glib2-tools-2.78.6-150600.4.35.1.x86_64.rpm [.done]
- Retrieving: libharfbuzz-cairo0-8.3.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (127/171),  91.0 KiB    
- Retrieving: libharfbuzz-cairo0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libharfbuzz-cairo0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libharfbuzz-cairo0-8.3.0-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libcairo-script-interpreter2-1.18.4-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (128/171),  81.5 KiB    
- Retrieving: libcairo-script-interpreter2-1.18.4-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libcairo-script-interpreter2-1.18.4-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libcairo-script-interpreter2-1.18.4-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libcairo-gobject2-1.18.4-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (129/171),  44.9 KiB    
- Retrieving: libcairo-gobject2-1.18.4-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libcairo-gobject2-1.18.4-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libcairo-gobject2-1.18.4-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: Mesa-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (130/171), 173.8 KiB    
- Retrieving: Mesa-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-23.3.4-150600.83.3.1.x86_64.rpm [..done (173.8 KiB/s)]
- Retrieving: Mesa-libGL1-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (131/171), 308.6 KiB    
- Retrieving: Mesa-libGL1-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-libGL1-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-libGL1-23.3.4-150600.83.3.1.x86_64.rpm [.done]
- Retrieving: libgstreamer-1_0-0-1.24.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (132/171), 808.7 KiB    
- Retrieving: libgstreamer-1_0-0-1.24.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libgstreamer-1_0-0-1.24.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libgstreamer-1_0-0-1.24.0-150600.3.3.1.x86_64.rpm [..done (457.1 KiB/s)]
- Retrieving: gstreamer-1.24.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (133/171), 471.7 KiB    
- Retrieving: gstreamer-1.24.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: gstreamer-1.24.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: gstreamer-1.24.0-150600.3.3.1.x86_64.rpm [..done (295.4 KiB/s)]
- Retrieving: libcolord2-1.4.6-150600.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (134/171), 144.5 KiB    
- Retrieving: libcolord2-1.4.6-150600.3.8.1.x86_64.rpm [.not found]
- Retrieving: libcolord2-1.4.6-150600.3.8.1.x86_64.rpm [.not found]
- Retrieving: libcolord2-1.4.6-150600.3.8.1.x86_64.rpm [.done]
- Retrieving: glib2-devel-2.78.6-150600.4.35.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (135/171), 585.1 KiB    
- Retrieving: glib2-devel-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: glib2-devel-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: glib2-devel-2.78.6-150600.4.35.1.x86_64.rpm [..done (439.0 KiB/s)]
- Retrieving: gdk-pixbuf-query-loaders-2.42.12-150600.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (136/171),  35.9 KiB    
- Retrieving: gdk-pixbuf-query-loaders-2.42.12-150600.3.8.1.x86_64.rpm [.not found]
- Retrieving: gdk-pixbuf-query-loaders-2.42.12-150600.3.8.1.x86_64.rpm [.not found]
- Retrieving: gdk-pixbuf-query-loaders-2.42.12-150600.3.8.1.x86_64.rpm [.done]
- Retrieving: Mesa-gallium-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (137/171),  10.1 MiB    
- Retrieving: Mesa-gallium-23.3.4-150600.83.3.1.x86_64.rpm [.
- not found]
- Retrieving: Mesa-gallium-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-gallium-23.3.4-150600.83.3.1.x86_64.rpm [..........
- .done (9.8 MiB/s)]
- Retrieving: cairo-devel-1.18.4-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (138/171), 302.4 KiB    
- Retrieving: cairo-devel-1.18.4-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: cairo-devel-1.18.4-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: cairo-devel-1.18.4-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libgdk_pixbuf-2_0-0-2.42.12-150600.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (139/171), 167.2 KiB    
- Retrieving: libgdk_pixbuf-2_0-0-2.42.12-150600.3.8.1.x86_64.rpm [.not found]
- Retrieving: libgdk_pixbuf-2_0-0-2.42.12-150600.3.8.1.x86_64.rpm [.not found]
- Retrieving: libgdk_pixbuf-2_0-0-2.42.12-150600.3.8.1.x86_64.rpm [.done]
- Retrieving: libpango-1_0-0-1.51.1-150600.1.3.x86_64 (Main Repository) (140/171), 277.7 KiB    
- Retrieving: libpango-1_0-0-1.51.1-150600.1.3.x86_64.rpm [.done]
- Retrieving: libjson-glib-1_0-0-1.8.0-150600.1.3.x86_64 (Main Repository) (141/171),  76.5 KiB    
- Retrieving: libjson-glib-1_0-0-1.8.0-150600.1.3.x86_64.rpm [.done]
- Retrieving: libcloudproviders0-0.3.5-150600.1.2.x86_64 (Main Repository) (142/171),  38.1 KiB    
- Retrieving: libcloudproviders0-0.3.5-150600.1.2.x86_64.rpm [.done]
- Retrieving: girepository-1_0-1.78.1-150600.2.3.x86_64 (Main Repository) (143/171), 189.5 KiB    
- Retrieving: girepository-1_0-1.78.1-150600.2.3.x86_64.rpm [.done]
- Retrieving: libgirepository-1_0-1-1.78.1-150600.2.3.x86_64 (Main Repository) (144/171), 122.2 KiB    
- Retrieving: libgirepository-1_0-1-1.78.1-150600.2.3.x86_64.rpm [.done]
- Retrieving: typelib-1_0-Graphene-1_0-1.10.8-150600.1.3.x86_64 (Main Repository) (145/171),  26.4 KiB    
- Retrieving: typelib-1_0-Graphene-1_0-1.10.8-150600.1.3.x86_64.rpm [.done]
- Retrieving: libgraphene-devel-1.10.8-150600.1.3.x86_64 (Main Repository) (146/171), 296.2 KiB    
- Retrieving: libgraphene-devel-1.10.8-150600.1.3.x86_64.rpm [.
- done]
- Retrieving: libgsttag-1_0-0-1.24.0-150600.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (147/171), 150.9 KiB    
- Retrieving: libgsttag-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgsttag-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgsttag-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.done]
- Retrieving: libtracker-sparql-3_0-0-3.6.0-150600.4.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (148/171), 307.3 KiB    
- Retrieving: libtracker-sparql-3_0-0-3.6.0-150600.4.3.1.x86_64.rpm [.not found]
- Retrieving: libtracker-sparql-3_0-0-3.6.0-150600.4.3.1.x86_64.rpm [.not found]
- Retrieving: libtracker-sparql-3_0-0-3.6.0-150600.4.3.1.x86_64.rpm [.done]
- Retrieving: typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (149/171),  84.6 KiB    
- Retrieving: typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: typelib-1_0-GdkPixbuf-2_0-2.42.12-150600.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (150/171),  35.2 KiB    
- Retrieving: typelib-1_0-GdkPixbuf-2_0-2.42.12-150600.3.8.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-GdkPixbuf-2_0-2.42.12-150600.3.8.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-GdkPixbuf-2_0-2.42.12-150600.3.8.1.x86_64.rpm [.done]
- Retrieving: libgstaudio-1_0-0-1.24.0-150600.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (151/171), 237.7 KiB    
- Retrieving: libgstaudio-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgstaudio-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgstaudio-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.done]
- Retrieving: harfbuzz-devel-8.3.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (152/171), 198.9 KiB    
- Retrieving: harfbuzz-devel-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: harfbuzz-devel-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: harfbuzz-devel-8.3.0-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: typelib-1_0-GdkPixdata-2_0-2.42.12-150600.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (153/171),  31.1 KiB    
- Retrieving: typelib-1_0-GdkPixdata-2_0-2.42.12-150600.3.8.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-GdkPixdata-2_0-2.42.12-150600.3.8.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-GdkPixdata-2_0-2.42.12-150600.3.8.1.x86_64.rpm [.done]
- Retrieving: libgstpbutils-1_0-0-1.24.0-150600.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (154/171), 146.9 KiB    
- Retrieving: libgstpbutils-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgstpbutils-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgstpbutils-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.done]
- Retrieving: libgstvideo-1_0-0-1.24.0-150600.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (155/171), 310.4 KiB    
- Retrieving: libgstvideo-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgstvideo-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgstvideo-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.done]
- Retrieving: gstreamer-plugins-base-1.24.0-150600.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (156/171), 962.1 KiB    
- Retrieving: gstreamer-plugins-base-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: gstreamer-plugins-base-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: gstreamer-plugins-base-1.24.0-150600.3.11.1.x86_64.rpm [..done (563.1 KiB/s)]
- Retrieving: libgstallocators-1_0-0-1.24.0-150600.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (157/171),  74.5 KiB    
- Retrieving: libgstallocators-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgstallocators-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgstallocators-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.done]
- Retrieving: libgstgl-1_0-0-1.24.0-150600.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (158/171), 253.5 KiB    
- Retrieving: libgstgl-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgstgl-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgstgl-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.done]
- Retrieving: gdk-pixbuf-devel-2.42.12-150600.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (159/171),  84.5 KiB    
- Retrieving: gdk-pixbuf-devel-2.42.12-150600.3.8.1.x86_64.rpm [.not found]
- Retrieving: gdk-pixbuf-devel-2.42.12-150600.3.8.1.x86_64.rpm [.not found]
- Retrieving: gdk-pixbuf-devel-2.42.12-150600.3.8.1.x86_64.rpm [.done]
- Retrieving: libgstapp-1_0-0-1.24.0-150600.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (160/171),  90.8 KiB    
- Retrieving: libgstapp-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgstapp-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgstapp-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.done]
- Retrieving: libgstriff-1_0-0-1.24.0-150600.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (161/171),  87.4 KiB    
- Retrieving: libgstriff-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgstriff-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgstriff-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.done]
- Retrieving: typelib-1_0-Pango-1_0-1.51.1-150600.1.3.x86_64 (Main Repository) (162/171),  54.8 KiB    
- Retrieving: typelib-1_0-Pango-1_0-1.51.1-150600.1.3.x86_64.rpm [.done]
- Retrieving: pango-devel-1.51.1-150600.1.3.x86_64 (Main Repository) (163/171), 180.1 KiB    
- Retrieving: pango-devel-1.51.1-150600.1.3.x86_64.rpm [.done]
- Retrieving: libgstplay-1_0-0-1.24.0-lp156.3.3.1.x86_64 (Main Update Repository) (164/171), 134.0 KiB    
- Retrieving: libgstplay-1_0-0-1.24.0-lp156.3.3.1.x86_64.rpm [.not found]
- Retrieving: libgstplay-1_0-0-1.24.0-lp156.3.3.1.x86_64.rpm [.not found]
- Retrieving: libgstplay-1_0-0-1.24.0-lp156.3.3.1.x86_64.rpm [..done]
- Retrieving: libgstplayer-1_0-0-1.24.0-lp156.3.3.1.x86_64 (Main Update Repository) (165/171), 114.1 KiB    
- Retrieving: libgstplayer-1_0-0-1.24.0-lp156.3.3.1.x86_64.rpm [.not found]
- Retrieving: libgstplayer-1_0-0-1.24.0-lp156.3.3.1.x86_64.rpm [.not found]
- Retrieving: libgstplayer-1_0-0-1.24.0-lp156.3.3.1.x86_64.rpm [.done]
- Retrieving: gtk4-tools-4.12.4-150600.3.6.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (166/171), 734.7 KiB    
- Retrieving: gtk4-tools-4.12.4-150600.3.6.2.x86_64.rpm [.not found]
- Retrieving: gtk4-tools-4.12.4-150600.3.6.2.x86_64.rpm [.not found]
- Retrieving: gtk4-tools-4.12.4-150600.3.6.2.x86_64.rpm [..done (360.9 KiB/s)]
- Retrieving: adwaita-icon-theme-45.0-150600.1.2.noarch (Main Repository) (167/171), 780.5 KiB    
- Retrieving: adwaita-icon-theme-45.0-150600.1.2.noarch.rpm [.done]
- Retrieving: libgtk-4-1-4.12.4-150600.3.6.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (168/171),   2.7 MiB    
- Retrieving: libgtk-4-1-4.12.4-150600.3.6.2.x86_64.rpm [.not found]
- Retrieving: libgtk-4-1-4.12.4-150600.3.6.2.x86_64.rpm [.not found]
- Retrieving: libgtk-4-1-4.12.4-150600.3.6.2.x86_64.rpm [..
- ...done (2.4 MiB/s)]
- Retrieving: typelib-1_0-Gtk-4_0-4.12.4-150600.3.6.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (169/171), 264.8 KiB    
- Retrieving: typelib-1_0-Gtk-4_0-4.12.4-150600.3.6.2.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-Gtk-4_0-4.12.4-150600.3.6.2.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-Gtk-4_0-4.12.4-150600.3.6.2.x86_64.rpm [.done]
- Retrieving: gtk4-devel-tools-4.12.4-150600.3.6.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (170/171),   4.0 MiB    
- Retrieving: gtk4-devel-tools-4.12.4-150600.3.6.2.x86_64.rpm [.not found]
- Retrieving: gtk4-devel-tools-4.12.4-150600.3.6.2.x86_64.rpm [.not found]
- Retrieving: gtk4-devel-tools-4.12.4-150600.3.6.2.x86_64.rpm [.....
- done (3.4 MiB/s)]
- Retrieving: gtk4-devel-4.12.4-150600.3.6.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (171/171),   1.1 MiB    
- Retrieving: gtk4-devel-4.12.4-150600.3.6.2.x86_64.rpm [.not found]
- Retrieving: gtk4-devel-4.12.4-150600.3.6.2.x86_64.rpm [.not found]
- Retrieving: gtk4-devel-4.12.4-150600.3.6.2.x86_64.rpm [..done (648.2 KiB/s)]
- 
- Checking for file conflicts: [.....done]
- (  1/171) Installing: hicolor-icon-theme-0.17-150600.19.2.noarch [..done]
- (  2/171) Installing: libXdamage1-1.1.4-1.23.x86_64 [..done]
- (  3/171) Installing: libXext6-1.3.3-1.30.x86_64 [..done]
- (  4/171) Installing: libXfixes3-6.0.0-150400.1.4.x86_64 [..done]
- (  5/171) Installing: libXrender1-0.9.10-1.30.x86_64 [..done]
- (  6/171) Installing: libasound2-1.2.10-150600.2.3.x86_64 [..done]
- (  7/171) Installing: libbz2-devel-1.0.8-150400.1.122.x86_64 [..done]
- (  8/171) Installing: libcdda_interface0-3.10.2-1.28.x86_64 [.
- .done]
- (  9/171) Installing: libdatrie1-0.2.9-1.25.x86_64 [..done]
- ( 10/171) Installing: libdrm2-2.4.118-150600.1.4.x86_64 [..done]
- ( 11/171) Installing: libedit0-3.1.snap20150325-2.12.x86_64 [..done]
- ( 12/171) Installing: libepoxy0-1.5.10-150500.1.2.x86_64 [..done]
- ( 13/171) Installing: libffi-devel-3.2.1.git259-10.8.x86_64 [..done]
- ( 14/171) Installing: libfribidi0-1.0.10-150400.3.3.1.x86_64 [..done]
- ( 15/171) Installing: libgraphite2-3-1.3.14-150600.1.5.x86_64 [..done]
- ( 16/171) Installing: libicu73_2-ledata-73.2-150000.1.7.1.noarch [.........
- done]
- ( 17/171) Installing: libjbig2-2.1-150000.3.5.1.x86_64 [..done]
- ( 18/171) Installing: libjpeg62-62.3.0-150600.22.3.x86_64 [..done]
- ( 19/171) Installing: libjpeg8-8.2.2-150600.22.5.x86_64 [..done]
- ( 20/171) Installing: liblzo2-2-2.10-2.22.x86_64 [..done]
- ( 21/171) Installing: libogg0-1.3.2-150000.3.4.1.x86_64 [..done]
- ( 22/171) Installing: libopus0-1.3.1-150000.3.8.1.x86_64 [..done]
- ( 23/171) Installing: libpciaccess0-0.14-1.16.x86_64 [..done]
- ( 24/171) Installing: libpcre2-16-0-10.42-150600.1.26.x86_64 [..done]
- ( 25/171) Installing: libpcre2-32-0-10.42-150600.1.26.x86_64 [..done]
- ( 26/171) Installing: libpcre2-posix3-10.42-150600.1.26.x86_64 [..done]
- ( 27/171) Installing: libsepol-devel-3.5-150600.1.49.x86_64 [..done]
- ( 28/171) Installing: libthai-data-0.1.29-150400.1.4.x86_64 [..done]
- ( 29/171) Installing: libtheoradec1-1.1.1-150000.3.3.1.x86_64 [..done]
- ( 30/171) Installing: libunwind-1.5.0-4.5.1.x86_64 [..done]
- ( 31/171) Installing: libvisual-0.4.0-1.34.x86_64 [..done]
- ( 32/171) Installing: libvulkan1-1.3.275.0-150600.1.2.x86_64 [..done]
- ( 33/171) Installing: libwayland-client0-1.22.0-150600.1.6.x86_64 [..done]
- ( 34/171) Installing: libwayland-egl1-99~1.22.0-150600.1.6.x86_64 [..done]
- ( 35/171) Installing: libwayland-server0-1.22.0-150600.1.6.x86_64 [..done]
- ( 36/171) Installing: libxshmfence1-1.2-1.23.x86_64 [..done]
- ( 37/171) Installing: libzstd-devel-1.5.5-150600.1.3.x86_64 [..done]
- ( 38/171) Installing: renderproto-devel-0.11.1-1.22.x86_64 [..done]
- ( 39/171) 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]
- ( 40/171) Installing: xextproto-devel-7.3.0-1.22.x86_64 [..done]
- ( 41/171) Installing: xkeyboard-config-2.40-150600.1.2.noarch [..done]
- ( 42/171) Installing: libXxf86vm1-1.1.4-1.23.x86_64 [..done]
- ( 43/171) Installing: libXv1-1.0.11-1.23.x86_64 [..done]
- ( 44/171) Installing: libXinerama1-1.1.3-1.22.x86_64 [..done]
- ( 45/171) Installing: libXi6-1.7.9-3.2.1.x86_64 [..done]
- ( 46/171) Installing: libXrandr2-1.5.1-2.17.x86_64 [..done]
- ( 47/171) Installing: libXcursor1-1.1.15-1.18.x86_64 [..done]
- ( 48/171) Installing: libcdda_paranoia0-3.10.2-1.28.x86_64 [..done]
- ( 49/171) Installing: libdatrie-devel-0.2.9-1.25.x86_64 [..done]
- ( 50/171) Installing: libdrm_radeon1-2.4.118-150600.1.4.x86_64 [..done]
- ( 51/171) Installing: libdrm_nouveau2-2.4.118-150600.1.4.x86_64 [..done]
- ( 52/171) Installing: libdrm_amdgpu1-2.4.118-150600.1.4.x86_64 [..done]
- ( 53/171) Installing: fribidi-devel-1.0.10-150400.3.3.1.x86_64 [..done]
- ( 54/171) Installing: graphite2-devel-1.3.14-150600.1.5.x86_64 [..done]
- ( 55/171) Installing: libicu73_2-73.2-150000.1.7.1.x86_64 [.....done]
- ( 56/171) Installing: libjpeg62-devel-62.3.0-150600.22.3.x86_64 [..done]
- ( 57/171) Installing: lzo-devel-2.10-2.22.x86_64 [..done]
- ( 58/171) Installing: libvorbis0-1.3.6-150000.4.5.2.x86_64 [..done]
- ( 59/171) Installing: libtheoraenc1-1.1.1-150000.3.3.1.x86_64 [..done]
- ( 60/171) Installing: libdrm_intel1-2.4.118-150600.1.4.x86_64 [..done]
- ( 61/171) Installing: pcre2-devel-10.42-150600.1.26.x86_64 [..
- done]
- ( 62/171) Installing: libthai0-0.1.29-150400.1.4.x86_64 [..done]
- ( 63/171) Installing: libwayland-cursor0-1.22.0-150600.1.6.x86_64 [..done]
- ( 64/171) Installing: libXrender-devel-0.9.10-1.30.x86_64 [..done]
- ( 65/171) Installing: libXext-devel-1.3.3-1.30.x86_64 [..done]
- ( 66/171) Installing: libicu73_2-devel-73.2-150000.1.7.1.x86_64 [...done]
- ( 67/171) Installing: libvorbisenc2-1.3.6-150000.4.5.2.x86_64 [..done]
- ( 68/171) Installing: libthai-devel-0.1.29-150400.1.4.x86_64 [..done]
- ( 69/171) Installing: wayland-devel-1.22.0-150600.1.6.x86_64 [..done]
- ( 70/171) Installing: Mesa-libglapi0-23.3.4-150600.83.3.1.x86_64 [..done]
- ( 71/171) Installing: gettext-its-gtk4-4.12.4-150600.3.6.2.x86_64 [..done]
- ( 72/171) Installing: gtk4-schema-4.12.4-150600.3.6.2.noarch [..done]
- ( 73/171) Installing: libavahi-common3-0.8-150600.15.12.1.x86_64 [..done]
- ( 74/171) Installing: libblkid-devel-2.39.3-150600.4.18.1.x86_64 [..done]
- ( 75/171) Installing: libbrotlienc1-1.0.7-150200.3.5.1.x86_64 [..done]
- ( 76/171) Installing: libexpat-devel-2.7.1-150400.3.37.1.x86_64 [..done]
- ( 77/171) Installing: libgmodule-2_0-0-2.78.6-150600.4.35.1.x86_64 [..done]
- ( 78/171) Installing: libgobject-2_0-0-2.78.6-150600.4.35.1.x86_64 [.
- .done]
- ( 79/171) Installing: libgthread-2_0-0-2.78.6-150600.4.35.1.x86_64 [..done]
- ( 80/171) Installing: liblcms2-2-2.15-150600.3.3.2.x86_64 [..done]
- ( 81/171) Installing: libnettle8-3.9.1-150600.3.2.1.x86_64 [..done]
- ( 82/171) Installing: libopenssl1_1-1.1.1w-150600.5.21.1.x86_64 [...done]
- ( 83/171) Installing: liborc-0_4-0-0.4.28-150000.3.9.1.x86_64 [..done]
- ( 84/171) Installing: libpixman-1-0-0.43.4-150600.3.3.1.x86_64 [..done]
- ( 85/171) Installing: libpng16-16-1.6.40-150600.3.12.1.x86_64 [..done]
- ( 86/171) Installing: shared-mime-info-2.4-150600.3.3.2.x86_64 [..
- done]
- ( 87/171) Installing: xz-devel-5.4.1-150600.3.3.1.x86_64 [..done]
- ( 88/171) Installing: libLLVM17-17.0.6-150600.3.7.1.x86_64 [.
- ..........
- ..........
- ..........
- ..........
- .......done]
- ( 89/171) Installing: libtiff6-4.7.1-150600.3.23.1.x86_64 [..done]
- ( 90/171) Installing: libgbm1-23.3.4-150600.83.3.1.x86_64 [..done]
- ( 91/171) Installing: cups-config-2.2.7-150000.3.83.1.x86_64 [..done]
- ( 92/171) Installing: libxkbcommon0-1.5.0-150600.3.3.1.x86_64 [..done]
- ( 93/171) Installing: libselinux-devel-3.5-150600.3.3.1.x86_64 [..done]
- ( 94/171) Installing: libavahi-client3-0.8-150600.15.12.1.x86_64 [..
- done]
- ( 95/171) Installing: libbrotli-devel-1.0.7-150200.3.5.1.x86_64 [..done]
- ( 96/171) Installing: libhogweed6-3.9.1-150600.3.2.1.x86_64 [..done]
- ( 97/171) Installing: python3-base-3.6.15-150300.10.109.1.x86_64 [..........
- ...done]
- ( 98/171) Installing: libpython3_6m1_0-3.6.15-150300.10.109.1.x86_64 [...done]
- ( 99/171) Installing: libpixman-1-0-devel-0.43.4-150600.3.3.1.x86_64 [..done]
- (100/171) Installing: libpng16-devel-1.6.40-150600.3.12.1.x86_64 [..done]
- (101/171) Installing: libpng16-compat-devel-1.6.40-150600.3.12.1.x86_64 [..done]
- (102/171) Installing: libfreetype6-2.10.4-150000.4.25.1.x86_64 [..done]
- (103/171) Installing: Mesa-dri-23.3.4-150600.83.3.1.x86_64 [.....
- .......done]
- (104/171) Installing: libtiff-devel-4.7.1-150600.3.23.1.x86_64 [..done]
- (105/171) Installing: libxkbcommon-devel-1.5.0-150600.3.3.1.x86_64 [..done]
- (106/171) Installing: libmount-devel-2.39.3-150600.4.18.1.x86_64 [..done]
- (107/171) Installing: libgnutls30-3.8.3-150600.4.17.1.x86_64 [..done]
- (108/171) Installing: libharfbuzz0-8.3.0-150600.3.3.1.x86_64 [.
- .done]
- (109/171) Installing: freetype2-devel-2.10.4-150000.4.25.1.x86_64 [...done]
- (110/171) Installing: libcups2-2.2.7-150000.3.83.1.x86_64 [..done]
- (111/171) Installing: libharfbuzz-subset0-8.3.0-150600.3.3.1.x86_64 [..done]
- (112/171) Installing: libharfbuzz-icu0-8.3.0-150600.3.3.1.x86_64 [..done]
- (113/171) Installing: libharfbuzz-gobject0-8.3.0-150600.3.3.1.x86_64 [..done]
- (114/171) Installing: libgudev-1_0-0-237-150400.1.6.x86_64 [..done]
- (115/171) Installing: libgraphene-1_0-0-1.10.8-150600.1.3.x86_64 [..done]
- (116/171) Installing: libfontconfig1-2.14.2-150600.1.3.x86_64 [..done]
- (117/171) Installing: fontconfig-2.14.2-150600.1.3.x86_64 [..done]
- (118/171) Installing: libglvnd-1.7.0-150600.1.2.x86_64 [..done]
- (119/171) Installing: libXft2-2.3.2-1.33.x86_64 [..done]
- (120/171) Installing: fontconfig-devel-2.14.2-150600.1.3.x86_64 [..done]
- (121/171) Installing: libXft-devel-2.3.2-1.33.x86_64 [..done]
- (122/171) Installing: gio-branding-openSUSE-42.1-lp156.9.2.2.noarch [..done]
- (123/171) Installing: libcairo2-1.18.4-150600.3.3.1.x86_64 [..done]
- (124/171) Installing: Mesa-libEGL1-23.3.4-150600.83.3.1.x86_64 [..done]
- (125/171) Installing: libgio-2_0-0-2.78.6-150600.4.35.1.x86_64 [..done]
- (126/171) Installing: glib2-tools-2.78.6-150600.4.35.1.x86_64 [..done]
- (127/171) Installing: libharfbuzz-cairo0-8.3.0-150600.3.3.1.x86_64 [..done]
- (128/171) Installing: libcairo-script-interpreter2-1.18.4-150600.3.3.1.x86_64 [..done]
- (129/171) Installing: libcairo-gobject2-1.18.4-150600.3.3.1.x86_64 [..done]
- (130/171) Installing: Mesa-23.3.4-150600.83.3.1.x86_64 [..done]
- (131/171) Installing: Mesa-libGL1-23.3.4-150600.83.3.1.x86_64 [..done]
- (132/171) Installing: libgstreamer-1_0-0-1.24.0-150600.3.3.1.x86_64 [..done]
- (133/171) Installing: gstreamer-1.24.0-150600.3.3.1.x86_64 [..
- setting /usr/lib/gstreamer-1.0/gst-ptp-helper to root:root 0755 "cap_net_bind_service=ep". (wrong missing capabilities)
- done]
- (134/171) Installing: libcolord2-1.4.6-150600.3.8.1.x86_64 [..done]
- (135/171) Installing: glib2-devel-2.78.6-150600.4.35.1.x86_64 [...done]
- (136/171) Installing: gdk-pixbuf-query-loaders-2.42.12-150600.3.8.1.x86_64 [..done]
- (137/171) Installing: Mesa-gallium-23.3.4-150600.83.3.1.x86_64 [...........
- .......done]
- (138/171) Installing: cairo-devel-1.18.4-150600.3.3.1.x86_64 [..done]
- (139/171) Installing: libgdk_pixbuf-2_0-0-2.42.12-150600.3.8.1.x86_64 [..done]
- (140/171) Installing: libpango-1_0-0-1.51.1-150600.1.3.x86_64 [..done]
- (141/171) Installing: libjson-glib-1_0-0-1.8.0-150600.1.3.x86_64 [..done]
- (142/171) Installing: libcloudproviders0-0.3.5-150600.1.2.x86_64 [..
- done]
- (143/171) Installing: girepository-1_0-1.78.1-150600.2.3.x86_64 [..done]
- (144/171) Installing: libgirepository-1_0-1-1.78.1-150600.2.3.x86_64 [..done]
- (145/171) Installing: typelib-1_0-Graphene-1_0-1.10.8-150600.1.3.x86_64 [..done]
- (146/171) Installing: libgraphene-devel-1.10.8-150600.1.3.x86_64 [..done]
- (147/171) Installing: libgsttag-1_0-0-1.24.0-150600.3.11.1.x86_64 [..done]
- (148/171) Installing: libtracker-sparql-3_0-0-3.6.0-150600.4.3.1.x86_64 [..done]
- (149/171) Installing: typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.x86_64 [..done]
- (150/171) Installing: typelib-1_0-GdkPixbuf-2_0-2.42.12-150600.3.8.1.x86_64 [..done]
- (151/171) Installing: libgstaudio-1_0-0-1.24.0-150600.3.11.1.x86_64 [..done]
- (152/171) Installing: harfbuzz-devel-8.3.0-150600.3.3.1.x86_64 [..done]
- (153/171) Installing: typelib-1_0-GdkPixdata-2_0-2.42.12-150600.3.8.1.x86_64 [..done]
- (154/171) Installing: libgstpbutils-1_0-0-1.24.0-150600.3.11.1.x86_64 [..done]
- (155/171) Installing: libgstvideo-1_0-0-1.24.0-150600.3.11.1.x86_64 [..done]
- (156/171) Installing: gstreamer-plugins-base-1.24.0-150600.3.11.1.x86_64 [...done]
- (157/171) Installing: libgstallocators-1_0-0-1.24.0-150600.3.11.1.x86_64 [..done]
- (158/171) Installing: libgstgl-1_0-0-1.24.0-150600.3.11.1.x86_64 [..done]
- (159/171) Installing: gdk-pixbuf-devel-2.42.12-150600.3.8.1.x86_64 [..done]
- (160/171) Installing: libgstapp-1_0-0-1.24.0-150600.3.11.1.x86_64 [..done]
- (161/171) Installing: libgstriff-1_0-0-1.24.0-150600.3.11.1.x86_64 [..
- done]
- (162/171) Installing: typelib-1_0-Pango-1_0-1.51.1-150600.1.3.x86_64 [..done]
- (163/171) Installing: pango-devel-1.51.1-150600.1.3.x86_64 [..done]
- (164/171) Installing: libgstplay-1_0-0-1.24.0-lp156.3.3.1.x86_64 [..done]
- (165/171) Installing: libgstplayer-1_0-0-1.24.0-lp156.3.3.1.x86_64 [..done]
- (166/171) Installing: gtk4-tools-4.12.4-150600.3.6.2.x86_64 [..done]
- (167/171) Installing: adwaita-icon-theme-45.0-150600.1.2.noarch [.....done]
- (168/171) Installing: libgtk-4-1-4.12.4-150600.3.6.2.x86_64 [....
- ..done]
- (169/171) Installing: typelib-1_0-Gtk-4_0-4.12.4-150600.3.6.2.x86_64 [..done]
- (170/171) Installing: gtk4-devel-tools-4.12.4-150600.3.6.2.x86_64 [......done]
- (171/171) Installing: gtk4-devel-4.12.4-150600.3.6.2.x86_64 [..
- ...done]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-pkg-config.4
-> installed conf-gtk4.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-05 06:28.43 ---> saved as "acd4df15929a5aae046f3ec3f6385a3d0bc48fb9c7adfe43b1f5521c8db15a20"
Job succeeded
2026-04-05 06:28.49: Job succeeded