Organisations0install0install225587 (master)opensuse-15.5-5.2_opam-2.1

opensuse-15.5-5.2_opam-2.1

Link Copied
Code Copied

Logs

2024-06-17 19:38.53: New job: test 0install/0install https://github.com/0install/0install.git#refs/heads/master (225587eef889a3082e0cc53fa64500f56cca0028) (linux-x86_64:opensuse-15.5-5.2_opam-2.1)
Base: ocaml/opam@sha256:0d04439453d50ddbca7d22b7f2de6e0c67b57bee913f07d8e6b8beeccd5f7459
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/0install/0install.git" -b "master" && cd "0install" && git reset --hard 225587ee
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:0d04439453d50ddbca7d22b7f2de6e0c67b57bee913f07d8e6b8beeccd5f7459
# opensuse-15.5-5.2_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e b56d9b7b2da4b8e486a408f0dd1066b4c9e5962b || git fetch origin master) && git reset -q --hard b56d9b7b2da4b8e486a408f0dd1066b4c9e5962b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 0install.opam 0install-solver.opam 0install-gtk.opam ./
RUN opam pin add -yn 0install.dev './' && \
    opam pin add -yn 0install-solver.dev './' && \
    opam pin add -yn 0install-gtk.dev './'
ENV DEPS="base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cairo2.0.6.4 camlp-streams.5.0.1 conf-cairo.1 conf-glib-2.1 conf-gtk3.18 conf-libcurl.2 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 host-arch-x86_64.1 host-system-other.1 lablgtk3.3.1.5 lwt.5.7.0 lwt_glib.1.1.1 lwt_log.1.1.2 lwt_ppx.2.1.0 lwt_react.1.2.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 obus.1.2.5 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 ocurl.0.9.2 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.32.1 react.1.2.2 seq.base sexplib0.v0.17.0 sha.1.15.4 stdlib-shims.0.3.0 topkg.1.0.7 xmlm.1.4.0 yojson.2.2.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y 0install.dev 0install-solver.dev 0install-gtk.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2024-06-17 19:38.53: Using cache hint "0install/0install-ocaml/opam@sha256:0d04439453d50ddbca7d22b7f2de6e0c67b57bee913f07d8e6b8beeccd5f7459-opensuse-15.5-5.2_opam-2.1-153023a2468fbd5e74c8e6ceed67e43c"
2024-06-17 19:38.53: Using OBuilder spec:
((from ocaml/opam@sha256:0d04439453d50ddbca7d22b7f2de6e0c67b57bee913f07d8e6b8beeccd5f7459)
 (comment opensuse-15.5-5.2_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e b56d9b7b2da4b8e486a408f0dd1066b4c9e5962b || git fetch origin master) && git reset -q --hard b56d9b7b2da4b8e486a408f0dd1066b4c9e5962b && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src 0install.opam 0install-solver.opam 0install-gtk.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn 0install.dev './' && \
             \nopam pin add -yn 0install-solver.dev './' && \
             \nopam pin add -yn 0install-gtk.dev './'"))
 (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cairo2.0.6.4 camlp-streams.5.0.1 conf-cairo.1 conf-glib-2.1 conf-gtk3.18 conf-libcurl.2 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 host-arch-x86_64.1 host-system-other.1 lablgtk3.3.1.5 lwt.5.7.0 lwt_glib.1.1.1 lwt_log.1.1.2 lwt_ppx.2.1.0 lwt_react.1.2.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 obus.1.2.5 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 ocurl.0.9.2 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.32.1 react.1.2.2 seq.base sexplib0.v0.17.0 sha.1.15.4 stdlib-shims.0.3.0 topkg.1.0.7 xmlm.1.4.0 yojson.2.2.1")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y 0install.dev 0install-solver.dev 0install-gtk.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2024-06-17 19:38.53: Waiting for resource in pool OCluster
2024-06-19 20:35.32: Waiting for worker…
2024-06-19 20:39.53: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 225587ee Remove bug reporter


(from ocaml/opam@sha256:0d04439453d50ddbca7d22b7f2de6e0c67b57bee913f07d8e6b8beeccd5f7459)
2024-06-19 20:39.53 ---> using "9036b8eacd8102438ece3694a905bf947b50fa41e88dbb88f72e2e1672fcceef" from cache


/: (comment opensuse-15.5-5.2_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-06-19 20:39.53 ---> using "75a48985f782b228e2514b75ca9e20cda1ce26c5735e87998b67fbd342f472bd" from cache


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then 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.1, 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] synchronised from file:///home/opam/opam-repository
2024-06-19 20:39.53 ---> using "2185f20c07b7ff614940b807757c7187ee3f830130f529bc1196821eee0730d6" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-112-generic
The OCaml toplevel, version 5.2.0
2.1.6
2024-06-19 20:39.53 ---> using "038daebf13ac0392c8c886fdb9c19b1b8729e8e7e83027e7efd19cdf0913b150" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-06-19 20:39.53 ---> using "fa9bd4fbb2909342ae038647b86c4748d85fbf07c26de27706296fcf4537282e" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e b56d9b7b2da4b8e486a408f0dd1066b4c9e5962b || git fetch origin master) && git reset -q --hard b56d9b7b2da4b8e486a408f0dd1066b4c9e5962b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   c45f5bab71..59c0c54934  master     -> origin/master
b56d9b7b2d Merge pull request #26047 from garrigue/release-lablgtk3-3.1.5


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository


The following actions will be performed:
  - install   host-arch-x86_64      1
  - install   host-system-other     1
  - recompile ocaml-options-vanilla 1       [upstream or system changes]
  - recompile ocaml-base-compiler   5.2.0*  [upstream or system changes]
  - recompile ocaml-config          3       [uses ocaml-base-compiler]
  - recompile ocaml                 5.2.0   [uses ocaml-base-compiler]
  - recompile opam-depext           1.2.1-1 [uses ocaml]
  - recompile base-domains          base    [uses ocaml]
  - recompile base-nnp              base    [uses base-domains]
===== 2 to install | 7 to recompile =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.3  (cached)
-> removed   ocaml-options-vanilla.1
-> installed host-arch-x86_64.1
-> installed host-system-other.1
-> installed ocaml-options-vanilla.1
-> retrieved opam-depext.1.2.1-1  (cached)
-> retrieved ocaml-base-compiler.5.2.0  (cached)
-> removed   base-nnp.base
-> removed   base-domains.base
-> removed   opam-depext.1.2.1-1
-> removed   ocaml.5.2.0
-> removed   ocaml-config.3
-> removed   ocaml-base-compiler.5.2.0
-> installed ocaml-base-compiler.5.2.0
-> installed ocaml-config.3
-> installed ocaml.5.2.0
-> installed base-domains.base
-> installed base-nnp.base
-> installed opam-depext.1.2.1-1
Done.


<><> opam-depext.1.2.1-1 installed successfully <><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment
2024-06-19 20:43.12 ---> saved as "82b4d7ebf2efcff8049811614fc4c27fed420b3b0e87aa2edc8c2729950f9cea"


/src: (copy (src 0install.opam 0install-solver.opam 0install-gtk.opam)
            (dst ./))
2024-06-19 20:43.13 ---> saved as "6d6eda3b6017f59cd7873d35493d691f14c00e799343b28f230c344155a7d186"


/src: (run (network host)
           (shell  "opam pin add -yn 0install.dev './' && \
                  \nopam pin add -yn 0install-solver.dev './' && \
                  \nopam pin add -yn 0install-gtk.dev './'"))
[0install.dev] synchronised (file:///src)
0install is now pinned to file:///src (version dev)
[0install-solver.dev] synchronised (file:///src)
0install-solver is now pinned to file:///src (version dev)
[0install-gtk.dev] synchronised (file:///src)
0install-gtk is now pinned to file:///src (version dev)
2024-06-19 20:43.31 ---> saved as "805ae95a8e80ee3102f48825b4ebb620360a054c3ba928288be986904acc5210"


/src: (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cairo2.0.6.4 camlp-streams.5.0.1 conf-cairo.1 conf-glib-2.1 conf-gtk3.18 conf-libcurl.2 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 host-arch-x86_64.1 host-system-other.1 lablgtk3.3.1.5 lwt.5.7.0 lwt_glib.1.1.1 lwt_log.1.1.2 lwt_ppx.2.1.0 lwt_react.1.2.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 obus.1.2.5 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 ocurl.0.9.2 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.32.1 react.1.2.2 seq.base sexplib0.v0.17.0 sha.1.15.4 stdlib-shims.0.3.0 topkg.1.0.7 xmlm.1.4.0 yojson.2.2.1")


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y 0install.dev 0install-solver.dev 0install-gtk.dev $DEPS"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Retrieving repository 'Update repository of openSUSE Backports' metadata [..
- .....
- ......
- ...done]
- Building repository 'Update repository of openSUSE Backports' cache [....done]
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [....
- ..
- ..
- ..
- ...
- ....
- ....
- ...
- .........
- ..........
- ..........
- ......
- ..........
- ..........
- ..........
- ........
- .........
- .........
- ...
- .
- ...
- ..
- .
- ....
- .........
- .
- 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.
- All repositories have been refreshed.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[0install.dev] synchronised (no changes)
[0install-gtk.dev] synchronised (no changes)
[0install-solver.dev] synchronised (no changes)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).


The following system packages will first need to be installed:
    cairo-devel glib2-devel gtk3-devel libcurl-devel


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "zypper" "--non-interactive" "install" "cairo-devel" "glib2-devel" "gtk3-devel" "libcurl-devel"
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- 
- The following 167 NEW packages are going to be installed:
-   Mesa Mesa-KHR-devel Mesa-dri Mesa-gallium Mesa-libEGL-devel Mesa-libEGL1 Mesa-libGL-devel Mesa-libGL1 Mesa-libglapi0 at-spi2-atk-devel at-spi2-core at-spi2-core-devel atk-devel cairo-devel compositeproto-devel cups-config damageproto-devel dbus-1-devel fixesproto-devel fontconfig fontconfig-devel freetype2-devel fribidi-devel gdk-pixbuf-devel gdk-pixbuf-loader-rsvg gdk-pixbuf-query-loaders gettext-its-gtk4 gio-branding-openSUSE girepository-1_0 glib2-devel glib2-tools graphite2-devel gtk3-data gtk3-devel gtk3-schema gtk3-tools harfbuzz-devel hicolor-icon-theme inputproto-devel libLLVM15 libXcomposite-devel libXcomposite1 libXcursor-devel libXcursor1 libXdamage-devel libXdamage1 libXext-devel libXext6 libXfixes-devel libXfixes3 libXft-devel libXft2 libXi-devel libXi6 libXinerama-devel libXinerama1 libXrandr-devel libXrandr2 libXrender-devel libXrender1 libXtst-devel libXtst6 libXxf86vm1 libatk-1_0-0 libatk-bridge-2_0-0 libatspi0 libavahi-client3 libavahi-common3 libblkid-devel libbrotli-devel libbrotlienc1 libbz2-devel libcairo-gobject2 libcairo-script-interpreter2 libcairo2 libcolord2 libcups2 libcurl-devel libdatrie-devel libdatrie1 libdrm2 libdrm_amdgpu1 libdrm_intel1 libdrm_nouveau2 libdrm_radeon1 libedit0 libepoxy-devel libepoxy0 libexpat-devel libffi-devel libfontconfig1 libfreetype6 libfribidi0 libgbm1 libgdk_pixbuf-2_0-0 libgio-2_0-0 libgirepository-1_0-1 libglvnd libglvnd-devel libgmodule-2_0-0 libgnutls30 libgnutls30-hmac libgobject-2_0-0 libgraphite2-3 libgthread-2_0-0 libgtk-3-0 libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz-subset0 libharfbuzz0 libhogweed6 libicu73_2 libicu73_2-devel libicu73_2-ledata libjbig2 libjpeg62 libjpeg62-devel libjpeg8 liblcms2-2 libmount-devel libnettle8 libpango-1_0-0 libpciaccess0 libpcre16-0 libpcrecpp0 libpcreposix0 libpixman-1-0 libpixman-1-0-devel libpng16-16 libpng16-compat-devel libpng16-devel libpython3_6m1_0 librsvg-2-2 libselinux-devel libsepol-devel libthai-data libthai-devel libthai0 libtiff-devel libtiff5 libuuid-devel libwayland-client0 libwayland-cursor0 libwayland-egl1 libwayland-server0 libxkbcommon-devel libxkbcommon0 libxshmfence1 pango-devel pcre-devel python3-base randrproto-devel recordproto-devel renderproto-devel shared-mime-info system-user-lp typelib-1_0-Atk-1_0 typelib-1_0-Atspi-2_0 typelib-1_0-GdkPixbuf-2_0 typelib-1_0-GdkPixdata-2_0 typelib-1_0-Gtk-3_0 typelib-1_0-HarfBuzz-0_0 typelib-1_0-Pango-1_0 wayland-devel xextproto-devel xineramaproto-devel xkeyboard-config
- 
- 167 new packages to install.
- Overall download size: 81.3 MiB. Already cached: 0 B. After the operation, additional 356.7 MiB will be used.
- 
- Backend:  classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Retrieving: Mesa-KHR-devel-22.3.5-150500.75.2.x86_64 (Main Repository) (1/167), 162.9 KiB    
- Retrieving: Mesa-KHR-devel-22.3.5-150500.75.2.x86_64.rpm [.
- ...
- .done (123.0 KiB/s)]
- Retrieving: Mesa-libglapi0-22.3.5-150500.75.2.x86_64 (Main Repository) (2/167), 180.6 KiB    
- Retrieving: Mesa-libglapi0-22.3.5-150500.75.2.x86_64.rpm [..
- ...
- .
- done (100.0 KiB/s)]
- Retrieving: compositeproto-devel-0.4.2-1.22.x86_64 (Main Repository) (3/167),  15.2 KiB    
- Retrieving: compositeproto-devel-0.4.2-1.22.x86_64.rpm [.
- ..
- done (7.9 KiB/s)]
- Retrieving: damageproto-devel-1.2.1-1.22.x86_64 (Main Repository) (4/167),  13.4 KiB    
- Retrieving: damageproto-devel-1.2.1-1.22.x86_64.rpm [.
- ..
- done (7.0 KiB/s)]
- Retrieving: hicolor-icon-theme-0.17-150400.12.5.noarch (Main Repository) (5/167),  44.7 KiB    
- Retrieving: hicolor-icon-theme-0.17-150400.12.5.noarch.rpm [.
- ..
- done (23.4 KiB/s)]
- Retrieving: inputproto-devel-2.4-150500.1.1.x86_64 (Main Repository) (6/167),  24.0 KiB    
- Retrieving: inputproto-devel-2.4-150500.1.1.x86_64.rpm [.
- ..
- done (12.5 KiB/s)]
- Retrieving: libXcomposite1-0.4.4-1.23.x86_64 (Main Repository) (7/167),  11.6 KiB    
- Retrieving: libXcomposite1-0.4.4-1.23.x86_64.rpm [.
- ..
- done (6.1 KiB/s)]
- Retrieving: libXdamage1-1.1.4-1.23.x86_64 (Main Repository) (8/167),  11.4 KiB    
- Retrieving: libXdamage1-1.1.4-1.23.x86_64.rpm [.
- ..
- done (6.0 KiB/s)]
- Retrieving: libXext6-1.3.3-1.30.x86_64 (Main Repository) (9/167),  33.2 KiB    
- Retrieving: libXext6-1.3.3-1.30.x86_64.rpm [.
- .
- .done (17.3 KiB/s)]
- Retrieving: libXfixes3-6.0.0-150400.1.4.x86_64 (Main Repository) (10/167),  16.1 KiB    
- Retrieving: libXfixes3-6.0.0-150400.1.4.x86_64.rpm [.
- ..
- done (8.4 KiB/s)]
- Retrieving: libXrender1-0.9.10-1.30.x86_64 (Main Repository) (11/167),  24.1 KiB    
- Retrieving: libXrender1-0.9.10-1.30.x86_64.rpm [.
- ..
- done (12.5 KiB/s)]
- Retrieving: libbrotlienc1-1.0.7-3.3.1.x86_64 (Main Repository) (12/167), 205.7 KiB    
- Retrieving: libbrotlienc1-1.0.7-3.3.1.x86_64.rpm [.
- ..
- .
- done (295.4 KiB/s)]
- Retrieving: libbz2-devel-1.0.8-150400.1.122.x86_64 (Main Repository) (13/167),  18.7 KiB    
- Retrieving: libbz2-devel-1.0.8-150400.1.122.x86_64.rpm [.
- ..
- done (9.7 KiB/s)]
- Retrieving: libdatrie1-0.2.9-1.25.x86_64 (Main Repository) (14/167),  43.5 KiB    
- Retrieving: libdatrie1-0.2.9-1.25.x86_64.rpm [.
- ..
- done (22.8 KiB/s)]
- Retrieving: libdrm2-2.4.114-150500.3.2.x86_64 (Main Repository) (15/167),  71.1 KiB    
- Retrieving: libdrm2-2.4.114-150500.3.2.x86_64.rpm [.
- .
- .done (37.2 KiB/s)]
- Retrieving: libedit0-3.1.snap20150325-2.12.x86_64 (Main Repository) (16/167),  94.3 KiB    
- Retrieving: libedit0-3.1.snap20150325-2.12.x86_64.rpm [.
- ...
- done (79.9 KiB/s)]
- Retrieving: libepoxy0-1.5.10-150500.1.2.x86_64 (Main Repository) (17/167), 194.9 KiB    
- Retrieving: libepoxy0-1.5.10-150500.1.2.x86_64.rpm [.
- ..
- done (101.9 KiB/s)]
- Retrieving: libffi-devel-3.2.1.git259-10.8.x86_64 (Main Repository) (18/167),  26.7 KiB    
- Retrieving: libffi-devel-3.2.1.git259-10.8.x86_64.rpm [.
- .
- .done (14.0 KiB/s)]
- Retrieving: libfribidi0-1.0.10-150400.3.3.1.x86_64 (Main Repository) (19/167),  39.1 KiB    
- Retrieving: libfribidi0-1.0.10-150400.3.3.1.x86_64.rpm [.
- ..
- done (20.5 KiB/s)]
- Retrieving: libgraphite2-3-1.3.11-150000.4.3.1.x86_64 (Main Repository) (20/167),  75.9 KiB    
- Retrieving: libgraphite2-3-1.3.11-150000.4.3.1.x86_64.rpm [.
- ..
- done (39.7 KiB/s)]
- Retrieving: libjpeg62-62.3.0-150400.15.7.x86_64 (Main Repository) (21/167), 170.1 KiB    
- Retrieving: libjpeg62-62.3.0-150400.15.7.x86_64.rpm [.
- ..
- done (89.0 KiB/s)]
- Retrieving: libjpeg8-8.2.2-150400.15.9.x86_64 (Main Repository) (22/167), 170.4 KiB    
- Retrieving: libjpeg8-8.2.2-150400.15.9.x86_64.rpm [.
- ..
- done (89.2 KiB/s)]
- Retrieving: liblcms2-2-2.12-150400.1.10.x86_64 (Main Repository) (23/167), 146.1 KiB    
- Retrieving: liblcms2-2-2.12-150400.1.10.x86_64.rpm [.
- ..
- done (76.4 KiB/s)]
- Retrieving: libnettle8-3.8.1-150500.2.25.x86_64 (Main Repository) (24/167), 164.2 KiB    
- Retrieving: libnettle8-3.8.1-150500.2.25.x86_64.rpm [.
- ..
- done (85.9 KiB/s)]
- Retrieving: libpciaccess0-0.14-1.16.x86_64 (Main Repository) (25/167),  25.5 KiB    
- Retrieving: libpciaccess0-0.14-1.16.x86_64.rpm [.
- ..
- done (13.3 KiB/s)]
- Retrieving: libpcre16-0-8.45-150000.20.13.1.x86_64 (Main Repository) (26/167), 213.9 KiB    
- Retrieving: libpcre16-0-8.45-150000.20.13.1.x86_64.rpm [.
- ...
- done (219.1 KiB/s)]
- Retrieving: libpcrecpp0-8.45-150000.20.13.1.x86_64 (Main Repository) (27/167),  28.6 KiB    
- Retrieving: libpcrecpp0-8.45-150000.20.13.1.x86_64.rpm [.
- ..
- done (14.9 KiB/s)]
- Retrieving: libpcreposix0-8.45-150000.20.13.1.x86_64 (Main Repository) (28/167),  19.7 KiB    
- Retrieving: libpcreposix0-8.45-150000.20.13.1.x86_64.rpm [.
- ..
- done (10.3 KiB/s)]
- Retrieving: libpixman-1-0-0.40.0-150400.3.3.1.x86_64 (Main Repository) (29/167), 239.7 KiB    
- Retrieving: libpixman-1-0-0.40.0-150400.3.3.1.x86_64.rpm [.
- ...
- done (230.5 KiB/s)]
- Retrieving: libpng16-16-1.6.34-3.9.1.x86_64 (Main Repository) (30/167), 134.2 KiB    
- Retrieving: libpng16-16-1.6.34-3.9.1.x86_64.rpm [.
- ..
- done (70.2 KiB/s)]
- Retrieving: libsepol-devel-3.1-150400.1.70.x86_64 (Main Repository) (31/167),  44.6 KiB    
- Retrieving: libsepol-devel-3.1-150400.1.70.x86_64.rpm [.
- .
- .done (23.3 KiB/s)]
- Retrieving: libthai-data-0.1.29-150400.1.4.x86_64 (Main Repository) (32/167), 139.8 KiB    
- Retrieving: libthai-data-0.1.29-150400.1.4.x86_64.rpm [.
- ..
- done (73.1 KiB/s)]
- Retrieving: libwayland-client0-1.21.0-150500.1.1.x86_64 (Main Repository) (33/167),  38.6 KiB    
- Retrieving: libwayland-client0-1.21.0-150500.1.1.x86_64.rpm [.
- ..
- done (20.2 KiB/s)]
- Retrieving: libwayland-egl1-99~1.21.0-150500.1.1.x86_64 (Main Repository) (34/167),  17.8 KiB    
- Retrieving: libwayland-egl1-99~1.21.0-150500.1.1.x86_64.rpm [.
- ..
- done (9.3 KiB/s)]
- Retrieving: libwayland-server0-1.21.0-150500.1.1.x86_64 (Main Repository) (35/167),  44.4 KiB    
- Retrieving: libwayland-server0-1.21.0-150500.1.1.x86_64.rpm [.
- ..
- done (23.2 KiB/s)]
- Retrieving: libxshmfence1-1.2-1.23.x86_64 (Main Repository) (36/167),  11.2 KiB    
- Retrieving: libxshmfence1-1.2-1.23.x86_64.rpm [.
- ..
- done (5.9 KiB/s)]
- Retrieving: recordproto-devel-1.14.2-1.22.x86_64 (Main Repository) (37/167),  22.2 KiB    
- Retrieving: recordproto-devel-1.14.2-1.22.x86_64.rpm [.
- ..
- done (11.6 KiB/s)]
- Retrieving: renderproto-devel-0.11.1-1.22.x86_64 (Main Repository) (38/167),  22.9 KiB    
- Retrieving: renderproto-devel-0.11.1-1.22.x86_64.rpm [.
- ..
- done (12.0 KiB/s)]
- Retrieving: shared-mime-info-2.2-150500.1.1.x86_64 (Main Repository) (39/167), 323.2 KiB    
- Retrieving: shared-mime-info-2.2-150500.1.1.x86_64.rpm [.
- ....
- done (274.5 KiB/s)]
- Retrieving: xextproto-devel-7.3.0-1.22.x86_64 (Main Repository) (40/167), 114.5 KiB    
- Retrieving: xextproto-devel-7.3.0-1.22.x86_64.rpm [.
- ..
- done (59.9 KiB/s)]
- Retrieving: xineramaproto-devel-1.2.1-2.22.x86_64 (Main Repository) (41/167),  10.3 KiB    
- Retrieving: xineramaproto-devel-1.2.1-2.22.x86_64.rpm [.
- .
- .done (5.4 KiB/s)]
- Retrieving: xkeyboard-config-2.23.1-150000.3.12.1.noarch (Main Repository) (42/167), 384.2 KiB    
- Retrieving: xkeyboard-config-2.23.1-150000.3.12.1.noarch.rpm [.
- ...
- done (383.2 KiB/s)]
- Retrieving: libXxf86vm1-1.1.4-1.23.x86_64 (Main Repository) (43/167),  15.3 KiB    
- Retrieving: libXxf86vm1-1.1.4-1.23.x86_64.rpm [.
- ..
- done (8.0 KiB/s)]
- Retrieving: libXtst6-1.2.3-1.24.x86_64 (Main Repository) (44/167),  17.2 KiB    
- Retrieving: libXtst6-1.2.3-1.24.x86_64.rpm [.
- ..
- done (9.0 KiB/s)]
- Retrieving: libXinerama1-1.1.3-1.22.x86_64 (Main Repository) (45/167),  11.2 KiB    
- Retrieving: libXinerama1-1.1.3-1.22.x86_64.rpm [.
- ..
- done (5.8 KiB/s)]
- Retrieving: libXi6-1.7.9-3.2.1.x86_64 (Main Repository) (46/167),  35.6 KiB    
- Retrieving: libXi6-1.7.9-3.2.1.x86_64.rpm [.
- ..
- done (18.6 KiB/s)]
- Retrieving: libXrandr2-1.5.1-2.17.x86_64 (Main Repository) (47/167),  23.3 KiB    
- Retrieving: libXrandr2-1.5.1-2.17.x86_64.rpm [.
- ..
- done (12.2 KiB/s)]
- Retrieving: libXcursor1-1.1.15-1.18.x86_64 (Main Repository) (48/167),  25.8 KiB    
- Retrieving: libXcursor1-1.1.15-1.18.x86_64.rpm [.
- ..
- done (13.5 KiB/s)]
- Retrieving: libbrotli-devel-1.0.7-3.3.1.x86_64 (Main Repository) (49/167),  32.7 KiB    
- Retrieving: libbrotli-devel-1.0.7-3.3.1.x86_64.rpm [.
- ..
- done (17.1 KiB/s)]
- Retrieving: libdatrie-devel-0.2.9-1.25.x86_64 (Main Repository) (50/167), 110.2 KiB    
- Retrieving: libdatrie-devel-0.2.9-1.25.x86_64.rpm [..
- ..
- .
- done (81.6 KiB/s)]
- Retrieving: libdrm_radeon1-2.4.114-150500.3.2.x86_64 (Main Repository) (51/167),  58.5 KiB    
- Retrieving: libdrm_radeon1-2.4.114-150500.3.2.x86_64.rpm [.
- ..
- done (30.6 KiB/s)]
- Retrieving: libdrm_nouveau2-2.4.114-150500.3.2.x86_64 (Main Repository) (52/167),  54.1 KiB    
- Retrieving: libdrm_nouveau2-2.4.114-150500.3.2.x86_64.rpm [.
- ..
- done (28.1 KiB/s)]
- Retrieving: libdrm_amdgpu1-2.4.114-150500.3.2.x86_64 (Main Repository) (53/167),  58.1 KiB    
- Retrieving: libdrm_amdgpu1-2.4.114-150500.3.2.x86_64.rpm [.
- .
- .done (30.2 KiB/s)]
- Retrieving: fribidi-devel-1.0.10-150400.3.3.1.x86_64 (Main Repository) (54/167),  94.7 KiB    
- Retrieving: fribidi-devel-1.0.10-150400.3.3.1.x86_64.rpm [.
- ...
- done (112.2 KiB/s)]
- Retrieving: graphite2-devel-1.3.11-150000.4.3.1.x86_64 (Main Repository) (55/167),  23.6 KiB    
- Retrieving: graphite2-devel-1.3.11-150000.4.3.1.x86_64.rpm [.
- ..
- done (12.4 KiB/s)]
- Retrieving: libjpeg62-devel-62.3.0-150400.15.7.x86_64 (Main Repository) (56/167), 114.7 KiB    
- Retrieving: libjpeg62-devel-62.3.0-150400.15.7.x86_64.rpm [.
- ..
- done (59.9 KiB/s)]
- Retrieving: libhogweed6-3.8.1-150500.2.25.x86_64 (Main Repository) (57/167), 226.3 KiB    
- Retrieving: libhogweed6-3.8.1-150500.2.25.x86_64.rpm [.
- ..
- done (118.2 KiB/s)]
- Retrieving: libdrm_intel1-2.4.114-150500.3.2.x86_64 (Main Repository) (58/167),  96.2 KiB    
- Retrieving: libdrm_intel1-2.4.114-150500.3.2.x86_64.rpm [.
- ..
- done (50.2 KiB/s)]
- Retrieving: pcre-devel-8.45-150000.20.13.1.x86_64 (Main Repository) (59/167), 230.1 KiB    
- Retrieving: pcre-devel-8.45-150000.20.13.1.x86_64.rpm [.
- .
- .done (120.2 KiB/s)]
- Retrieving: libpixman-1-0-devel-0.40.0-150400.3.3.1.x86_64 (Main Repository) (60/167),  19.1 KiB    
- Retrieving: libpixman-1-0-devel-0.40.0-150400.3.3.1.x86_64.rpm [..
- ..
- done (10.0 KiB/s)]
- Retrieving: libpng16-devel-1.6.34-3.9.1.x86_64 (Main Repository) (61/167), 194.8 KiB    
- Retrieving: libpng16-devel-1.6.34-3.9.1.x86_64.rpm [.
- ..
- done (101.8 KiB/s)]
- Retrieving: libpng16-compat-devel-1.6.34-3.9.1.x86_64 (Main Repository) (62/167), 105.7 KiB    
- Retrieving: libpng16-compat-devel-1.6.34-3.9.1.x86_64.rpm [.
- ..
- done (55.2 KiB/s)]
- Retrieving: libthai0-0.1.29-150400.1.4.x86_64 (Main Repository) (63/167),  23.1 KiB    
- Retrieving: libthai0-0.1.29-150400.1.4.x86_64.rpm [.
- ..
- done (12.0 KiB/s)]
- Retrieving: libwayland-cursor0-1.21.0-150500.1.1.x86_64 (Main Repository) (64/167),  23.7 KiB    
- Retrieving: libwayland-cursor0-1.21.0-150500.1.1.x86_64.rpm [.
- ..
- done (12.4 KiB/s)]
- Retrieving: libgbm1-22.3.5-150500.75.2.x86_64 (Main Repository) (65/167), 183.0 KiB    
- Retrieving: libgbm1-22.3.5-150500.75.2.x86_64.rpm [.
- ..
- .done (266.1 KiB/s)]
- Retrieving: randrproto-devel-1.6.0-4.17.x86_64 (Main Repository) (66/167),  37.6 KiB    
- Retrieving: randrproto-devel-1.6.0-4.17.x86_64.rpm [.
- ..
- done (19.5 KiB/s)]
- Retrieving: libXrender-devel-0.9.10-1.30.x86_64 (Main Repository) (67/167),  17.1 KiB    
- Retrieving: libXrender-devel-0.9.10-1.30.x86_64.rpm [.
- ..
- done (8.9 KiB/s)]
- Retrieving: libXext-devel-1.3.3-1.30.x86_64 (Main Repository) (68/167),  96.9 KiB    
- Retrieving: libXext-devel-1.3.3-1.30.x86_64.rpm [.
- ..
- done (50.6 KiB/s)]
- Retrieving: fixesproto-devel-6.0-150400.1.4.x86_64 (Main Repository) (69/167),  19.2 KiB    
- Retrieving: fixesproto-devel-6.0-150400.1.4.x86_64.rpm [.
- ..
- done (10.0 KiB/s)]
- Retrieving: libselinux-devel-3.1-150400.1.69.x86_64 (Main Repository) (70/167), 112.5 KiB    
- Retrieving: libselinux-devel-3.1-150400.1.69.x86_64.rpm [.
- ..
- done (58.8 KiB/s)]
- Retrieving: libthai-devel-0.1.29-150400.1.4.x86_64 (Main Repository) (71/167),  20.2 KiB    
- Retrieving: libthai-devel-0.1.29-150400.1.4.x86_64.rpm [..
- ..
- done (10.6 KiB/s)]
- Retrieving: wayland-devel-1.21.0-150500.1.1.x86_64 (Main Repository) (72/167), 102.6 KiB    
- Retrieving: wayland-devel-1.21.0-150500.1.1.x86_64.rpm [.
- .
- .done (53.6 KiB/s)]
- Retrieving: libXrandr-devel-1.5.1-2.17.x86_64 (Main Repository) (73/167),  20.8 KiB    
- Retrieving: libXrandr-devel-1.5.1-2.17.x86_64.rpm [.
- ..
- done (10.9 KiB/s)]
- Retrieving: libXinerama-devel-1.1.3-1.22.x86_64 (Main Repository) (74/167),  13.3 KiB    
- Retrieving: libXinerama-devel-1.1.3-1.22.x86_64.rpm [.
- ..
- done (7.0 KiB/s)]
- Retrieving: libXfixes-devel-6.0.0-150400.1.4.x86_64 (Main Repository) (75/167),  14.1 KiB    
- Retrieving: libXfixes-devel-6.0.0-150400.1.4.x86_64.rpm [.
- ..
- done (7.4 KiB/s)]
- Retrieving: libXi-devel-1.7.9-3.2.1.x86_64 (Main Repository) (76/167), 137.3 KiB    
- Retrieving: libXi-devel-1.7.9-3.2.1.x86_64.rpm [.
- .
- .
- done (71.7 KiB/s)]
- Retrieving: libXdamage-devel-1.1.4-1.23.x86_64 (Main Repository) (77/167),   9.8 KiB    
- Retrieving: libXdamage-devel-1.1.4-1.23.x86_64.rpm [.
- ..
- done (5.1 KiB/s)]
- Retrieving: libXcursor-devel-1.1.15-1.18.x86_64 (Main Repository) (78/167),  22.9 KiB    
- Retrieving: libXcursor-devel-1.1.15-1.18.x86_64.rpm [.
- ..
- done (12.0 KiB/s)]
- Retrieving: libXcomposite-devel-0.4.4-1.23.x86_64 (Main Repository) (79/167),  16.6 KiB    
- Retrieving: libXcomposite-devel-0.4.4-1.23.x86_64.rpm [.
- ..
- done (8.7 KiB/s)]
- Retrieving: libXtst-devel-1.2.3-1.24.x86_64 (Main Repository) (80/167),  28.5 KiB    
- Retrieving: libXtst-devel-1.2.3-1.24.x86_64.rpm [.
- ..
- done (14.9 KiB/s)]
- Retrieving: dbus-1-devel-1.12.2-150400.18.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (81/167),  59.0 KiB    
- Retrieving: dbus-1-devel-1.12.2-150400.18.8.1.x86_64.rpm [.
- ...
- done (30.3 KiB/s)]
- Retrieving: gettext-its-gtk4-4.6.9-150400.3.6.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (82/167),  75.1 KiB    
- Retrieving: gettext-its-gtk4-4.6.9-150400.3.6.2.x86_64.rpm [.
- ..
- done (41.3 KiB/s)]
- Retrieving: gtk3-data-3.24.34-150400.3.6.1.noarch (Update repository with updates from SUSE Linux Enterprise 15) (83/167), 111.7 KiB    
- Retrieving: gtk3-data-3.24.34-150400.3.6.1.noarch.rpm [.
- .
- .done (58.2 KiB/s)]
- Retrieving: gtk3-schema-3.24.34-150400.3.6.1.noarch (Update repository with updates from SUSE Linux Enterprise 15) (84/167), 111.5 KiB    
- Retrieving: gtk3-schema-3.24.34-150400.3.6.1.noarch.rpm [.
- ..
- done (58.4 KiB/s)]
- Retrieving: libavahi-common3-0.8-150400.7.16.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (85/167),  43.8 KiB    
- Retrieving: libavahi-common3-0.8-150400.7.16.1.x86_64.rpm [.
- ..
- done (23.0 KiB/s)]
- Retrieving: libblkid-devel-2.37.4-150500.9.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (86/167),  61.2 KiB    
- Retrieving: libblkid-devel-2.37.4-150500.9.11.1.x86_64.rpm [.
- ..
- done (32.0 KiB/s)]
- Retrieving: libcurl-devel-8.0.1-150400.5.44.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (87/167),   1.0 MiB    
- Retrieving: libcurl-devel-8.0.1-150400.5.44.1.x86_64.rpm [.
- ...
- .
- done (408.0 KiB/s)]
- Retrieving: libexpat-devel-2.4.4-150400.3.17.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (88/167),  48.9 KiB    
- Retrieving: libexpat-devel-2.4.4-150400.3.17.1.x86_64.rpm [.
- ..
- done (25.6 KiB/s)]
- Retrieving: libgmodule-2_0-0-2.70.5-150400.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (89/167), 110.0 KiB    
- Retrieving: libgmodule-2_0-0-2.70.5-150400.3.11.1.x86_64.rpm [.
- ..
- done (57.6 KiB/s)]
- Retrieving: libgobject-2_0-0-2.70.5-150400.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (90/167), 232.5 KiB    
- Retrieving: libgobject-2_0-0-2.70.5-150400.3.11.1.x86_64.rpm [.
- ..
- done (121.8 KiB/s)]
- Retrieving: libgthread-2_0-0-2.70.5-150400.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (91/167), 106.7 KiB    
- Retrieving: libgthread-2_0-0-2.70.5-150400.3.11.1.x86_64.rpm [.
- ..
- done (55.9 KiB/s)]
- Retrieving: libicu73_2-ledata-73.2-150000.1.7.1.noarch (Update repository with updates from SUSE Linux Enterprise 15) (92/167),   7.3 MiB    
- Retrieving: libicu73_2-ledata-73.2-150000.1.7.1.noarch.rpm [.
- .
- .
- ....
- .....
- done (2.2 MiB/s)]
- Retrieving: libjbig2-2.1-150000.3.5.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (93/167),  33.0 KiB    
- Retrieving: libjbig2-2.1-150000.3.5.1.x86_64.rpm [..
- .
- .done (17.2 KiB/s)]
- Retrieving: libuuid-devel-2.37.4-150500.9.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (94/167),  68.8 KiB    
- Retrieving: libuuid-devel-2.37.4-150500.9.11.1.x86_64.rpm [..
- ..
- done (36.1 KiB/s)]
- Retrieving: python3-base-3.6.15-150300.10.60.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (95/167),   7.5 MiB    
- Retrieving: python3-base-3.6.15-150300.10.60.1.x86_64.rpm [..
- ..
- ....
- ...
- done (2.4 MiB/s)]
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.60.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (96/167), 871.6 KiB    
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.60.1.x86_64.rpm [..
- ..
- ..
- done (389.2 KiB/s)]
- Retrieving: system-user-lp-20170617-150400.24.2.1.noarch (Update repository with updates from SUSE Linux Enterprise 15) (97/167),  11.9 KiB    
- Retrieving: system-user-lp-20170617-150400.24.2.1.noarch.rpm [..
- ..
- done (6.2 KiB/s)]
- Retrieving: libLLVM15-15.0.7-150500.4.6.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (98/167),  21.9 MiB    
- Retrieving: libLLVM15-15.0.7-150500.4.6.2.x86_64.rpm [..
- ......
- .........
- ........
- ..........
- ..........
- ..........
- done (3.1 MiB/s)]
- Retrieving: libfreetype6-2.10.4-150000.4.15.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (99/167), 447.3 KiB    
- Retrieving: libfreetype6-2.10.4-150000.4.15.1.x86_64.rpm [..
- ....
- done (276.4 KiB/s)]
- Retrieving: libxkbcommon0-1.3.0-150400.3.5.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (100/167), 118.4 KiB    
- Retrieving: libxkbcommon0-1.3.0-150400.3.5.1.x86_64.rpm [..
- ..
- done (62.0 KiB/s)]
- Retrieving: libgnutls30-3.7.3-150400.4.44.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (101/167), 892.9 KiB    
- Retrieving: libgnutls30-3.7.3-150400.4.44.1.x86_64.rpm [..
- ..
- done (467.2 KiB/s)]
- Retrieving: libgnutls30-hmac-3.7.3-150400.4.44.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (102/167), 112.8 KiB    
- Retrieving: libgnutls30-hmac-3.7.3-150400.4.44.1.x86_64.rpm [..
- ..
- done (59.1 KiB/s)]
- Retrieving: libavahi-client3-0.8-150400.7.16.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (103/167),  47.1 KiB    
- Retrieving: libavahi-client3-0.8-150400.7.16.1.x86_64.rpm [...
- .
- .done (24.7 KiB/s)]
- Retrieving: libmount-devel-2.37.4-150500.9.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (104/167),  62.9 KiB    
- Retrieving: libmount-devel-2.37.4-150500.9.11.1.x86_64.rpm [.
- ..
- done (32.9 KiB/s)]
- Retrieving: libicu73_2-73.2-150000.1.7.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (105/167),   1.8 MiB    
- Retrieving: libicu73_2-73.2-150000.1.7.1.x86_64.rpm [.
- ...
- .
- done (721.7 KiB/s)]
- Retrieving: libtiff5-4.0.9-150000.45.44.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (106/167), 217.7 KiB    
- Retrieving: libtiff5-4.0.9-150000.45.44.1.x86_64.rpm [.
- ...
- done (113.4 KiB/s)]
- Retrieving: cups-config-2.2.7-150000.3.59.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (107/167), 242.5 KiB    
- Retrieving: cups-config-2.2.7-150000.3.59.1.x86_64.rpm [.
- ..
- done (111.0 KiB/s)]
- Retrieving: libharfbuzz0-3.4.0-150400.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (108/167), 488.2 KiB    
- Retrieving: libharfbuzz0-3.4.0-150400.3.8.1.x86_64.rpm [.
- .
- ...
- done (345.6 KiB/s)]
- Retrieving: freetype2-devel-2.10.4-150000.4.15.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (109/167), 942.1 KiB    
- Retrieving: freetype2-devel-2.10.4-150000.4.15.1.x86_64.rpm [.
- ..
- ..
- done (373.5 KiB/s)]
- Retrieving: libxkbcommon-devel-1.3.0-150400.3.5.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (110/167),  75.8 KiB    
- Retrieving: libxkbcommon-devel-1.3.0-150400.3.5.1.x86_64.rpm [.
- ..
- done (39.7 KiB/s)]
- Retrieving: libicu73_2-devel-73.2-150000.1.7.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (111/167), 702.5 KiB    
- Retrieving: libicu73_2-devel-73.2-150000.1.7.1.x86_64.rpm [.
- ..
- .
- done (174.9 KiB/s)]
- Retrieving: libtiff-devel-4.0.9-150000.45.44.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (112/167), 174.7 KiB    
- Retrieving: libtiff-devel-4.0.9-150000.45.44.1.x86_64.rpm [.
- ..
- done (91.3 KiB/s)]
- Retrieving: libcups2-2.2.7-150000.3.59.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (113/167), 233.3 KiB    
- Retrieving: libcups2-2.2.7-150000.3.59.1.x86_64.rpm [..
- ..
- done (121.4 KiB/s)]
- Retrieving: libharfbuzz-subset0-3.4.0-150400.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (114/167), 349.0 KiB    
- Retrieving: libharfbuzz-subset0-3.4.0-150400.3.8.1.x86_64.rpm [
- .
- ..
- done (182.3 KiB/s)]
- Retrieving: libharfbuzz-icu0-3.4.0-150400.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (115/167),  44.3 KiB    
- Retrieving: libharfbuzz-icu0-3.4.0-150400.3.8.1.x86_64.rpm [....
- ..
- done (23.2 KiB/s)]
- Retrieving: libharfbuzz-gobject0-3.4.0-150400.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (116/167),  59.1 KiB    
- Retrieving: libharfbuzz-gobject0-3.4.0-150400.3.8.1.x86_64.rpm [..
- ..
- done (30.9 KiB/s)]
- Retrieving: libatspi0-2.42.0-150400.2.7.x86_64 (Main Repository) (117/167),  91.4 KiB    
- Retrieving: libatspi0-2.42.0-150400.2.7.x86_64.rpm [.
- ..
- done (43.5 KiB/s)]
- Retrieving: libatk-1_0-0-2.36.0-150400.2.9.x86_64 (Main Repository) (118/167),  69.1 KiB    
- Retrieving: libatk-1_0-0-2.36.0-150400.2.9.x86_64.rpm [..
- ..
- done (35.9 KiB/s)]
- Retrieving: gio-branding-openSUSE-42.1-lp155.6.6.noarch (Main Repository) (119/167),  18.3 KiB    
- Retrieving: gio-branding-openSUSE-42.1-lp155.6.6.noarch.rpm [.
- ..
- done (9.4 KiB/s)]
- Retrieving: Mesa-22.3.5-150500.75.2.x86_64 (Main Repository) (120/167), 164.4 KiB    
- Retrieving: Mesa-22.3.5-150500.75.2.x86_64.rpm [.
- ..
- done (85.7 KiB/s)]
- Retrieving: Mesa-dri-22.3.5-150500.75.2.x86_64 (Main Repository) (121/167),   7.0 MiB    
- Retrieving: Mesa-dri-22.3.5-150500.75.2.x86_64.rpm [.
- ...
- .......
- ..
- done (2.0 MiB/s)]
- Retrieving: libglvnd-1.5.0-150500.1.2.x86_64 (Main Repository) (122/167), 219.1 KiB    
- Retrieving: libglvnd-1.5.0-150500.1.2.x86_64.rpm [..
- ...
- done (215.5 KiB/s)]
- Retrieving: Mesa-libEGL1-22.3.5-150500.75.2.x86_64 (Main Repository) (123/167), 259.4 KiB    
- Retrieving: Mesa-libEGL1-22.3.5-150500.75.2.x86_64.rpm [.
- .
- .done (135.3 KiB/s)]
- Retrieving: fontconfig-2.13.1-150400.1.4.x86_64 (Main Repository) (124/167),  72.7 KiB    
- Retrieving: fontconfig-2.13.1-150400.1.4.x86_64.rpm [.
- ..
- done (38.0 KiB/s)]
- Retrieving: libfontconfig1-2.13.1-150400.1.4.x86_64 (Main Repository) (125/167), 118.6 KiB    
- Retrieving: libfontconfig1-2.13.1-150400.1.4.x86_64.rpm [.
- ..
- done (62.0 KiB/s)]
- Retrieving: Mesa-libGL1-22.3.5-150500.75.2.x86_64 (Main Repository) (126/167), 290.3 KiB    
- Retrieving: Mesa-libGL1-22.3.5-150500.75.2.x86_64.rpm [.
- ..
- .
- done (271.6 KiB/s)]
- Retrieving: libXft2-2.3.2-1.33.x86_64 (Main Repository) (127/167),  43.5 KiB    
- Retrieving: libXft2-2.3.2-1.33.x86_64.rpm [..
- ..
- done (22.7 KiB/s)]
- Retrieving: fontconfig-devel-2.13.1-150400.1.4.x86_64 (Main Repository) (128/167),  21.1 KiB    
- Retrieving: fontconfig-devel-2.13.1-150400.1.4.x86_64.rpm [.
- ..
- done (11.0 KiB/s)]
- Retrieving: libglvnd-devel-1.5.0-150500.1.2.x86_64 (Main Repository) (129/167),  32.0 KiB    
- Retrieving: libglvnd-devel-1.5.0-150500.1.2.x86_64.rpm [.
- .
- .
- done (16.7 KiB/s)]
- Retrieving: Mesa-gallium-22.3.5-150500.75.2.x86_64 (Main Repository) (130/167),   7.0 MiB    
- Retrieving: Mesa-gallium-22.3.5-150500.75.2.x86_64.rpm [.
- ...
- .......
- done (2.0 MiB/s)]
- Retrieving: libXft-devel-2.3.2-1.33.x86_64 (Main Repository) (131/167),  19.2 KiB    
- Retrieving: libXft-devel-2.3.2-1.33.x86_64.rpm [..
- ..
- done (9.9 KiB/s)]
- Retrieving: Mesa-libGL-devel-22.3.5-150500.75.2.x86_64 (Main Repository) (132/167), 603.0 KiB    
- Retrieving: Mesa-libGL-devel-22.3.5-150500.75.2.x86_64.rpm [..
- ....
- done (307.1 KiB/s)]
- Retrieving: Mesa-libEGL-devel-22.3.5-150500.75.2.x86_64 (Main Repository) (133/167), 178.7 KiB    
- Retrieving: Mesa-libEGL-devel-22.3.5-150500.75.2.x86_64.rpm [.
- .
- .done (93.1 KiB/s)]
- Retrieving: libepoxy-devel-1.5.10-150500.1.2.x86_64 (Main Repository) (134/167), 143.6 KiB    
- Retrieving: libepoxy-devel-1.5.10-150500.1.2.x86_64.rpm [.
- ..
- done (74.9 KiB/s)]
- Retrieving: libgio-2_0-0-2.70.5-150400.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (135/167), 688.4 KiB    
- Retrieving: libgio-2_0-0-2.70.5-150400.3.11.1.x86_64.rpm [.
- ..
- ..
- done (274.4 KiB/s)]
- Retrieving: glib2-tools-2.70.5-150400.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (136/167), 201.3 KiB    
- Retrieving: glib2-tools-2.70.5-150400.3.11.1.x86_64.rpm [.
- ..
- done (105.4 KiB/s)]
- Retrieving: libcairo2-1.16.0-150400.11.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (137/167), 534.0 KiB    
- Retrieving: libcairo2-1.16.0-150400.11.3.1.x86_64.rpm [.
- ..
- done (279.6 KiB/s)]
- Retrieving: glib2-devel-2.70.5-150400.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (138/167), 521.7 KiB    
- Retrieving: glib2-devel-2.70.5-150400.3.11.1.x86_64.rpm [.
- ..
- done (273.1 KiB/s)]
- Retrieving: gdk-pixbuf-query-loaders-2.42.12-150400.5.9.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (139/167),  36.1 KiB    
- Retrieving: gdk-pixbuf-query-loaders-2.42.12-150400.5.9.1.x86_64.rpm [..
- ..
- done (19.7 KiB/s)]
- Retrieving: libcairo-script-interpreter2-1.16.0-150400.11.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (140/167),  74.5 KiB    
- Retrieving: libcairo-script-interpreter2-1.16.0-150400.11.3.1.x86_64.rpm [.
- ..
- done (39.0 KiB/s)]
- Retrieving: libcairo-gobject2-1.16.0-150400.11.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (141/167),  38.0 KiB    
- Retrieving: libcairo-gobject2-1.16.0-150400.11.3.1.x86_64.rpm [.
- ..
- done (19.9 KiB/s)]
- Retrieving: libgdk_pixbuf-2_0-0-2.42.12-150400.5.9.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (142/167), 168.0 KiB    
- Retrieving: libgdk_pixbuf-2_0-0-2.42.12-150400.5.9.1.x86_64.rpm [.
- ..
- done (91.7 KiB/s)]
- Retrieving: cairo-devel-1.16.0-150400.11.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (143/167), 355.2 KiB    
- Retrieving: cairo-devel-1.16.0-150400.11.3.1.x86_64.rpm [.
- ..
- done (186.0 KiB/s)]
- Retrieving: libcolord2-1.4.5-150400.4.3.1.x86_64 (Main Repository) (144/167), 142.5 KiB    
- Retrieving: libcolord2-1.4.5-150400.4.3.1.x86_64.rpm [.
- ..
- .done (141.0 KiB/s)]
- Retrieving: girepository-1_0-1.70.0-150400.2.10.x86_64 (Main Repository) (145/167), 180.8 KiB    
- Retrieving: girepository-1_0-1.70.0-150400.2.10.x86_64.rpm [.
- ..
- done (94.5 KiB/s)]
- Retrieving: libgirepository-1_0-1-1.70.0-150400.2.10.x86_64 (Main Repository) (146/167), 115.5 KiB    
- Retrieving: libgirepository-1_0-1-1.70.0-150400.2.10.x86_64.rpm [.
- ..
- done (60.4 KiB/s)]
- Retrieving: at-spi2-core-2.42.0-150400.2.7.x86_64 (Main Repository) (147/167),  70.5 KiB    
- Retrieving: at-spi2-core-2.42.0-150400.2.7.x86_64.rpm [.
- ..
- done (36.9 KiB/s)]
- Retrieving: libpango-1_0-0-1.50.4-150400.1.5.x86_64 (Main Repository) (148/167), 272.3 KiB    
- Retrieving: libpango-1_0-0-1.50.4-150400.1.5.x86_64.rpm [.
- ..
- done (142.4 KiB/s)]
- Retrieving: typelib-1_0-Atspi-2_0-2.42.0-150400.2.7.x86_64 (Main Repository) (149/167),  37.1 KiB    
- Retrieving: typelib-1_0-Atspi-2_0-2.42.0-150400.2.7.x86_64.rpm [.
- ..
- done (19.3 KiB/s)]
- Retrieving: typelib-1_0-Atk-1_0-2.36.0-150400.2.9.x86_64 (Main Repository) (150/167),  36.1 KiB    
- Retrieving: typelib-1_0-Atk-1_0-2.36.0-150400.2.9.x86_64.rpm [.
- ..
- done (18.9 KiB/s)]
- Retrieving: libatk-bridge-2_0-0-2.38.0-150400.1.9.x86_64 (Main Repository) (151/167),  68.9 KiB    
- Retrieving: libatk-bridge-2_0-0-2.38.0-150400.1.9.x86_64.rpm [..
- ..
- done (36.0 KiB/s)]
- Retrieving: at-spi2-core-devel-2.42.0-150400.2.7.x86_64 (Main Repository) (152/167), 160.7 KiB    
- Retrieving: at-spi2-core-devel-2.42.0-150400.2.7.x86_64.rpm [.
- ..
- done (82.3 KiB/s)]
- Retrieving: atk-devel-2.36.0-150400.2.9.x86_64 (Main Repository) (153/167), 121.4 KiB    
- Retrieving: atk-devel-2.36.0-150400.2.9.x86_64.rpm [.
- ..
- done (63.4 KiB/s)]
- Retrieving: at-spi2-atk-devel-2.38.0-150400.1.9.x86_64 (Main Repository) (154/167),  18.1 KiB    
- Retrieving: at-spi2-atk-devel-2.38.0-150400.1.9.x86_64.rpm [.
- ..
- done (9.5 KiB/s)]
- Retrieving: typelib-1_0-HarfBuzz-0_0-3.4.0-150400.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (155/167),  65.7 KiB    
- Retrieving: typelib-1_0-HarfBuzz-0_0-3.4.0-150400.3.8.1.x86_64.rpm [.
- .
- .done (34.2 KiB/s)]
- Retrieving: typelib-1_0-GdkPixbuf-2_0-2.42.12-150400.5.9.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (156/167),  35.4 KiB    
- Retrieving: typelib-1_0-GdkPixbuf-2_0-2.42.12-150400.5.9.1.x86_64.rpm [.
- ..
- done (19.5 KiB/s)]
- Retrieving: librsvg-2-2-2.52.10-150400.3.6.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (157/167),   2.6 MiB    
- Retrieving: librsvg-2-2-2.52.10-150400.3.6.1.x86_64.rpm [.
- ...
- .
- done (1.0 MiB/s)]
- Retrieving: harfbuzz-devel-3.4.0-150400.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (158/167), 158.2 KiB    
- Retrieving: harfbuzz-devel-3.4.0-150400.3.8.1.x86_64.rpm [..
- ..
- done (82.8 KiB/s)]
- Retrieving: typelib-1_0-GdkPixdata-2_0-2.42.12-150400.5.9.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (159/167),  31.3 KiB    
- Retrieving: typelib-1_0-GdkPixdata-2_0-2.42.12-150400.5.9.1.x86_64.rpm [.
- ..
- done (17.2 KiB/s)]
- Retrieving: gdk-pixbuf-loader-rsvg-2.52.10-150400.3.6.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (160/167),  66.0 KiB    
- Retrieving: gdk-pixbuf-loader-rsvg-2.52.10-150400.3.6.1.x86_64.rpm [.
- ..
- done (34.6 KiB/s)]
- Retrieving: gdk-pixbuf-devel-2.42.12-150400.5.9.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (161/167),  84.8 KiB    
- Retrieving: gdk-pixbuf-devel-2.42.12-150400.5.9.1.x86_64.rpm [.
- ..
- done (46.6 KiB/s)]
- Retrieving: gtk3-tools-3.24.34-150400.3.6.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (162/167), 369.9 KiB    
- Retrieving: gtk3-tools-3.24.34-150400.3.6.1.x86_64.rpm [.
- ..
- done (193.7 KiB/s)]
- Retrieving: libgtk-3-0-3.24.34-150400.3.6.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (163/167),   2.8 MiB    
- Retrieving: libgtk-3-0-3.24.34-150400.3.6.1.x86_64.rpm [.
- ....
- done (1.1 MiB/s)]
- Retrieving: typelib-1_0-Pango-1_0-1.50.4-150400.1.5.x86_64 (Main Repository) (164/167),  51.8 KiB    
- Retrieving: typelib-1_0-Pango-1_0-1.50.4-150400.1.5.x86_64.rpm [.
- ..
- done (26.9 KiB/s)]
- Retrieving: pango-devel-1.50.4-150400.1.5.x86_64 (Main Repository) (165/167), 176.9 KiB    
- Retrieving: pango-devel-1.50.4-150400.1.5.x86_64.rpm [.
- ..
- done (92.5 KiB/s)]
- Retrieving: typelib-1_0-Gtk-3_0-3.24.34-150400.3.6.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (166/167), 295.0 KiB    
- Retrieving: typelib-1_0-Gtk-3_0-3.24.34-150400.3.6.1.x86_64.rpm [.
- .
- .done (145.0 KiB/s)]
- Retrieving: gtk3-devel-3.24.34-150400.3.6.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (167/167),   2.0 MiB    
- Retrieving: gtk3-devel-3.24.34-150400.3.6.1.x86_64.rpm [.
- ...
- .
- done (801.3 KiB/s)]
- 
- Checking for file conflicts: [..
- ...
- .done]
- (  1/167) Installing: Mesa-KHR-devel-22.3.5-150500.75.2.x86_64 [..done]
- (  2/167) Installing: Mesa-libglapi0-22.3.5-150500.75.2.x86_64 [..done]
- (  3/167) Installing: compositeproto-devel-0.4.2-1.22.x86_64 [..done]
- (  4/167) Installing: damageproto-devel-1.2.1-1.22.x86_64 [.
- .done]
- (  5/167) Installing: hicolor-icon-theme-0.17-150400.12.5.noarch [..done]
- (  6/167) Installing: inputproto-devel-2.4-150500.1.1.x86_64 [..
- done]
- (  7/167) Installing: libXcomposite1-0.4.4-1.23.x86_64 [..done]
- (  8/167) Installing: libXdamage1-1.1.4-1.23.x86_64 [..done]
- (  9/167) Installing: libXext6-1.3.3-1.30.x86_64 [..done]
- ( 10/167) Installing: libXfixes3-6.0.0-150400.1.4.x86_64 [..done]
- ( 11/167) Installing: libXrender1-0.9.10-1.30.x86_64 [.
- .done]
- ( 12/167) Installing: libbrotlienc1-1.0.7-3.3.1.x86_64 [..done]
- ( 13/167) Installing: libbz2-devel-1.0.8-150400.1.122.x86_64 [.
- .done]
- ( 14/167) Installing: libdatrie1-0.2.9-1.25.x86_64 [..done]
- ( 15/167) Installing: libdrm2-2.4.114-150500.3.2.x86_64 [..done]
- ( 16/167) Installing: libedit0-3.1.snap20150325-2.12.x86_64 [..done]
- ( 17/167) Installing: libepoxy0-1.5.10-150500.1.2.x86_64 [..done]
- ( 18/167) Installing: libffi-devel-3.2.1.git259-10.8.x86_64 [.
- .done]
- ( 19/167) Installing: libfribidi0-1.0.10-150400.3.3.1.x86_64 [..done]
- ( 20/167) Installing: libgraphite2-3-1.3.11-150000.4.3.1.x86_64 [.
- .done]
- ( 21/167) Installing: libjpeg62-62.3.0-150400.15.7.x86_64 [..done]
- ( 22/167) Installing: libjpeg8-8.2.2-150400.15.9.x86_64 [..
- done]
- ( 23/167) Installing: liblcms2-2-2.12-150400.1.10.x86_64 [..done]
- ( 24/167) Installing: libnettle8-3.8.1-150500.2.25.x86_64 [..done]
- ( 25/167) Installing: libpciaccess0-0.14-1.16.x86_64 [..done]
- ( 26/167) Installing: libpcre16-0-8.45-150000.20.13.1.x86_64 [..done]
- ( 27/167) Installing: libpcrecpp0-8.45-150000.20.13.1.x86_64 [.
- .done]
- ( 28/167) Installing: libpcreposix0-8.45-150000.20.13.1.x86_64 [..done]
- ( 29/167) Installing: libpixman-1-0-0.40.0-150400.3.3.1.x86_64 [.
- .done]
- ( 30/167) Installing: libpng16-16-1.6.34-3.9.1.x86_64 [..done]
- ( 31/167) Installing: libsepol-devel-3.1-150400.1.70.x86_64 [..done]
- ( 32/167) Installing: libthai-data-0.1.29-150400.1.4.x86_64 [..done]
- ( 33/167) Installing: libwayland-client0-1.21.0-150500.1.1.x86_64 [..done]
- ( 34/167) Installing: libwayland-egl1-99~1.21.0-150500.1.1.x86_64 [.
- .done]
- ( 35/167) Installing: libwayland-server0-1.21.0-150500.1.1.x86_64 [..done]
- ( 36/167) Installing: libxshmfence1-1.2-1.23.x86_64 [.
- .done]
- ( 37/167) Installing: recordproto-devel-1.14.2-1.22.x86_64 [..done]
- ( 38/167) Installing: renderproto-devel-0.11.1-1.22.x86_64 [..done]
- ( 39/167) Installing: shared-mime-info-2.2-150500.1.1.x86_64 [..
- .done]
- ( 40/167) Installing: xextproto-devel-7.3.0-1.22.x86_64 [..done]
- ( 41/167) Installing: xineramaproto-devel-1.2.1-2.22.x86_64 [..done]
- ( 42/167) Installing: xkeyboard-config-2.23.1-150000.3.12.1.noarch [..done]
- ( 43/167) Installing: libXxf86vm1-1.1.4-1.23.x86_64 [..done]
- ( 44/167) Installing: libXtst6-1.2.3-1.24.x86_64 [.
- .done]
- ( 45/167) Installing: libXinerama1-1.1.3-1.22.x86_64 [..done]
- ( 46/167) Installing: libXi6-1.7.9-3.2.1.x86_64 [.
- .done]
- ( 47/167) Installing: libXrandr2-1.5.1-2.17.x86_64 [..done]
- ( 48/167) Installing: libXcursor1-1.1.15-1.18.x86_64 [..done]
- ( 49/167) Installing: libbrotli-devel-1.0.7-3.3.1.x86_64 [..done]
- ( 50/167) Installing: libdatrie-devel-0.2.9-1.25.x86_64 [..done]
- ( 51/167) Installing: libdrm_radeon1-2.4.114-150500.3.2.x86_64 [.
- .done]
- ( 52/167) Installing: libdrm_nouveau2-2.4.114-150500.3.2.x86_64 [..done]
- ( 53/167) Installing: libdrm_amdgpu1-2.4.114-150500.3.2.x86_64 [.
- .done]
- ( 54/167) Installing: fribidi-devel-1.0.10-150400.3.3.1.x86_64 [..done]
- ( 55/167) Installing: graphite2-devel-1.3.11-150000.4.3.1.x86_64 [..
- done]
- ( 56/167) Installing: libjpeg62-devel-62.3.0-150400.15.7.x86_64 [..done]
- ( 57/167) Installing: libhogweed6-3.8.1-150500.2.25.x86_64 [..done]
- ( 58/167) Installing: libdrm_intel1-2.4.114-150500.3.2.x86_64 [.
- .done]
- ( 59/167) Installing: pcre-devel-8.45-150000.20.13.1.x86_64 [..done]
- ( 60/167) Installing: libpixman-1-0-devel-0.40.0-150400.3.3.1.x86_64 [.
- .done]
- ( 61/167) Installing: libpng16-devel-1.6.34-3.9.1.x86_64 [..done]
- ( 62/167) Installing: libpng16-compat-devel-1.6.34-3.9.1.x86_64 [.
- .done]
- ( 63/167) Installing: libthai0-0.1.29-150400.1.4.x86_64 [..done]
- ( 64/167) Installing: libwayland-cursor0-1.21.0-150500.1.1.x86_64 [..done]
- ( 65/167) Installing: libgbm1-22.3.5-150500.75.2.x86_64 [..done]
- ( 66/167) Installing: randrproto-devel-1.6.0-4.17.x86_64 [..done]
- ( 67/167) Installing: libXrender-devel-0.9.10-1.30.x86_64 [..done]
- ( 68/167) Installing: libXext-devel-1.3.3-1.30.x86_64 [..done]
- ( 69/167) Installing: fixesproto-devel-6.0-150400.1.4.x86_64 [.
- .done]
- ( 70/167) Installing: libselinux-devel-3.1-150400.1.69.x86_64 [..done]
- ( 71/167) Installing: libthai-devel-0.1.29-150400.1.4.x86_64 [.
- .done]
- ( 72/167) Installing: wayland-devel-1.21.0-150500.1.1.x86_64 [..done]
- ( 73/167) Installing: libXrandr-devel-1.5.1-2.17.x86_64 [..done]
- ( 74/167) Installing: libXinerama-devel-1.1.3-1.22.x86_64 [..done]
- ( 75/167) Installing: libXfixes-devel-6.0.0-150400.1.4.x86_64 [..done]
- ( 76/167) Installing: libXi-devel-1.7.9-3.2.1.x86_64 [.
- .done]
- ( 77/167) Installing: libXdamage-devel-1.1.4-1.23.x86_64 [..done]
- ( 78/167) Installing: libXcursor-devel-1.1.15-1.18.x86_64 [..
- done]
- ( 79/167) Installing: libXcomposite-devel-0.4.4-1.23.x86_64 [..done]
- ( 80/167) Installing: libXtst-devel-1.2.3-1.24.x86_64 [..done]
- ( 81/167) Installing: dbus-1-devel-1.12.2-150400.18.8.1.x86_64 [..done]
- ( 82/167) Installing: gettext-its-gtk4-4.6.9-150400.3.6.2.x86_64 [..done]
- ( 83/167) Installing: gtk3-data-3.24.34-150400.3.6.1.noarch [.
- .done]
- ( 84/167) Installing: gtk3-schema-3.24.34-150400.3.6.1.noarch [..done]
- ( 85/167) Installing: libavahi-common3-0.8-150400.7.16.1.x86_64 [..
- done]
- ( 86/167) Installing: libblkid-devel-2.37.4-150500.9.11.1.x86_64 [..done]
- ( 87/167) Installing: libcurl-devel-8.0.1-150400.5.44.1.x86_64 [..done]
- ( 88/167) Installing: libexpat-devel-2.4.4-150400.3.17.1.x86_64 [..done]
- ( 89/167) Installing: libgmodule-2_0-0-2.70.5-150400.3.11.1.x86_64 [..done]
- ( 90/167) Installing: libgobject-2_0-0-2.70.5-150400.3.11.1.x86_64 [.
- .done]
- ( 91/167) Installing: libgthread-2_0-0-2.70.5-150400.3.11.1.x86_64 [..done]
- ( 92/167) Installing: libicu73_2-ledata-73.2-150000.1.7.1.noarch [..
- ......done]
- ( 93/167) Installing: libjbig2-2.1-150000.3.5.1.x86_64 [.
- .done]
- ( 94/167) Installing: libuuid-devel-2.37.4-150500.9.11.1.x86_64 [..done]
- ( 95/167) Installing: python3-base-3.6.15-150300.10.60.1.x86_64 [...
- ......done]
- ( 96/167) Installing: libpython3_6m1_0-3.6.15-150300.10.60.1.x86_64 [.
- .done]
- ( 97/167) 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]
- ( 98/167) Installing: libLLVM15-15.0.7-150500.4.6.2.x86_64 [.
- ..........
- ..........
- ..........
- ..done]
- ( 99/167) Installing: libfreetype6-2.10.4-150000.4.15.1.x86_64 [..done]
- (100/167) Installing: libxkbcommon0-1.3.0-150400.3.5.1.x86_64 [.
- .done]
- (101/167) Installing: libgnutls30-3.7.3-150400.4.44.1.x86_64 [..done]
- (102/167) Installing: libgnutls30-hmac-3.7.3-150400.4.44.1.x86_64 [.
- .done]
- (103/167) Installing: libavahi-client3-0.8-150400.7.16.1.x86_64 [..done]
- (104/167) Installing: libmount-devel-2.37.4-150500.9.11.1.x86_64 [..
- done]
- (105/167) Installing: libicu73_2-73.2-150000.1.7.1.x86_64 [...done]
- (106/167) Installing: libtiff5-4.0.9-150000.45.44.1.x86_64 [..
- done]
- (107/167) Installing: cups-config-2.2.7-150000.3.59.1.x86_64 [..done]
- (108/167) Installing: libharfbuzz0-3.4.0-150400.3.8.1.x86_64 [..done]
- (109/167) Installing: freetype2-devel-2.10.4-150000.4.15.1.x86_64 [..done]
- (110/167) Installing: libxkbcommon-devel-1.3.0-150400.3.5.1.x86_64 [..done]
- (111/167) Installing: libicu73_2-devel-73.2-150000.1.7.1.x86_64 [.
- .done]
- (112/167) Installing: libtiff-devel-4.0.9-150000.45.44.1.x86_64 [..done]
- (113/167) Installing: libcups2-2.2.7-150000.3.59.1.x86_64 [..
- done]
- (114/167) Installing: libharfbuzz-subset0-3.4.0-150400.3.8.1.x86_64 [..done]
- (115/167) Installing: libharfbuzz-icu0-3.4.0-150400.3.8.1.x86_64 [..done]
- (116/167) Installing: libharfbuzz-gobject0-3.4.0-150400.3.8.1.x86_64 [..done]
- (117/167) Installing: libatspi0-2.42.0-150400.2.7.x86_64 [..done]
- (118/167) Installing: libatk-1_0-0-2.36.0-150400.2.9.x86_64 [.
- .done]
- (119/167) Installing: gio-branding-openSUSE-42.1-lp155.6.6.noarch [..done]
- (120/167) Installing: Mesa-22.3.5-150500.75.2.x86_64 [..
- done]
- (121/167) Installing: Mesa-dri-22.3.5-150500.75.2.x86_64 [.......
- .done]
- (122/167) Installing: libglvnd-1.5.0-150500.1.2.x86_64 [..done]
- (123/167) Installing: Mesa-libEGL1-22.3.5-150500.75.2.x86_64 [..done]
- (124/167) Installing: fontconfig-2.13.1-150400.1.4.x86_64 [..done]
- (125/167) Installing: libfontconfig1-2.13.1-150400.1.4.x86_64 [..done]
- (126/167) Installing: Mesa-libGL1-22.3.5-150500.75.2.x86_64 [.
- .done]
- (127/167) Installing: libXft2-2.3.2-1.33.x86_64 [..done]
- (128/167) Installing: fontconfig-devel-2.13.1-150400.1.4.x86_64 [.
- .done]
- (129/167) Installing: libglvnd-devel-1.5.0-150500.1.2.x86_64 [..done]
- (130/167) Installing: Mesa-gallium-22.3.5-150500.75.2.x86_64 [..
- .......done]
- (131/167) Installing: libXft-devel-2.3.2-1.33.x86_64 [.
- .done]
- (132/167) Installing: Mesa-libGL-devel-22.3.5-150500.75.2.x86_64 [..done]
- (133/167) Installing: Mesa-libEGL-devel-22.3.5-150500.75.2.x86_64 [..
- done]
- (134/167) Installing: libepoxy-devel-1.5.10-150500.1.2.x86_64 [..done]
- (135/167) Installing: libgio-2_0-0-2.70.5-150400.3.11.1.x86_64 [..
- done]
- (136/167) Installing: glib2-tools-2.70.5-150400.3.11.1.x86_64 [..done]
- (137/167) Installing: libcairo2-1.16.0-150400.11.3.1.x86_64 [..done]
- (138/167) Installing: glib2-devel-2.70.5-150400.3.11.1.x86_64 [..done]
- (139/167) Installing: gdk-pixbuf-query-loaders-2.42.12-150400.5.9.1.x86_64 [..done]
- (140/167) Installing: libcairo-script-interpreter2-1.16.0-150400.11.3.1.x86_64 [.
- .done]
- (141/167) Installing: libcairo-gobject2-1.16.0-150400.11.3.1.x86_64 [..done]
- (142/167) Installing: libgdk_pixbuf-2_0-0-2.42.12-150400.5.9.1.x86_64 [.
- .done]
- (143/167) Installing: cairo-devel-1.16.0-150400.11.3.1.x86_64 [..done]
- (144/167) Installing: libcolord2-1.4.5-150400.4.3.1.x86_64 [..
- done]
- (145/167) Installing: girepository-1_0-1.70.0-150400.2.10.x86_64 [..done]
- (146/167) Installing: libgirepository-1_0-1-1.70.0-150400.2.10.x86_64 [..done]
- (147/167) Installing: at-spi2-core-2.42.0-150400.2.7.x86_64 [..done]
- (148/167) Installing: libpango-1_0-0-1.50.4-150400.1.5.x86_64 [..done]
- (149/167) Installing: typelib-1_0-Atspi-2_0-2.42.0-150400.2.7.x86_64 [.
- .done]
- (150/167) Installing: typelib-1_0-Atk-1_0-2.36.0-150400.2.9.x86_64 [..done]
- (151/167) Installing: libatk-bridge-2_0-0-2.38.0-150400.1.9.x86_64 [..
- done]
- (152/167) Installing: at-spi2-core-devel-2.42.0-150400.2.7.x86_64 [..done]
- (153/167) Installing: atk-devel-2.36.0-150400.2.9.x86_64 [..done]
- (154/167) Installing: at-spi2-atk-devel-2.38.0-150400.1.9.x86_64 [..done]
- (155/167) Installing: typelib-1_0-HarfBuzz-0_0-3.4.0-150400.3.8.1.x86_64 [..done]
- (156/167) Installing: typelib-1_0-GdkPixbuf-2_0-2.42.12-150400.5.9.1.x86_64 [.
- .done]
- (157/167) Installing: librsvg-2-2-2.52.10-150400.3.6.1.x86_64 [....done]
- (158/167) Installing: harfbuzz-devel-3.4.0-150400.3.8.1.x86_64 [..done]
- (159/167) Installing: typelib-1_0-GdkPixdata-2_0-2.42.12-150400.5.9.1.x86_64 [..done]
- (160/167) Installing: gdk-pixbuf-loader-rsvg-2.52.10-150400.3.6.1.x86_64 [.
- .done]
- (161/167) Installing: gdk-pixbuf-devel-2.42.12-150400.5.9.1.x86_64 [..done]
- (162/167) Installing: gtk3-tools-3.24.34-150400.3.6.1.x86_64 [.
- .
- update-alternatives: using /usr/bin/gtk-update-icon-cache-3.0 to provide /usr/bin/gtk-update-icon-cache (gtk-update-icon-cache) in auto mode
- done]
- (163/167) Installing: libgtk-3-0-3.24.34-150400.3.6.1.x86_64 [....done]
- (164/167) Installing: typelib-1_0-Pango-1_0-1.50.4-150400.1.5.x86_64 [..done]
- (165/167) Installing: pango-devel-1.50.4-150400.1.5.x86_64 [..done]
- (166/167) Installing: typelib-1_0-Gtk-3_0-3.24.34-150400.3.6.1.x86_64 [.
- .done]
- (167/167) Installing: gtk3-devel-3.24.34-150400.3.6.1.x86_64 [....done]
2024-06-19 20:59.18 ---> saved as "80777fc92cc360b52d455f28b2c1cb741c41895888538ff57531ff7537a05209"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
  - install ocamlbuild          0.14.3
  - install ocamlfind           1.9.6
  - install seq                 base
  - install conf-pkg-config     3
  - install dune                3.16.0
  - install conf-libcurl        2
  - install topkg               1.0.7
  - install base-bytes          base
  - install conf-gtk3           18
  - install conf-glib-2         1
  - install conf-cairo          1
  - install yojson              2.2.1
  - install stdlib-shims        0.3.0
  - install sexplib0            v0.17.0
  - install ppx_derivers        1.2.1
  - install ocaml-compiler-libs v0.17.0
  - install menhirSdk           20231231
  - install menhirLib           20231231
  - install menhirCST           20231231
  - install csexp               1.5.2
  - install cppo                1.6.9
  - install camlp-streams       5.0.1
  - install xmlm                1.4.0
  - install react               1.2.2
  - install sha                 1.15.4
  - install ounit2              2.2.7
  - install ppxlib              0.32.1
  - install menhir              20231231
  - install dune-configurator   3.16.0
  - install ocplib-endian       1.2
  - install cairo2              0.6.4
  - install lwt                 5.7.0
  - install lablgtk3            3.1.5
  - install lwt_react           1.2.0
  - install lwt_ppx             2.1.0
  - install lwt_log             1.1.2
  - install lwt_glib            1.1.1
  - install ocurl               0.9.2
  - install obus                1.2.5
===== 39 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cairo2.0.6.4  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cppo.1.6.9  (cached)
-> installed conf-libcurl.2
-> installed conf-pkg-config.3
-> retrieved csexp.1.5.2  (cached)
-> installed conf-cairo.1
-> installed conf-glib-2.1
-> installed conf-gtk3.18
-> retrieved lablgtk3.3.1.5  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved lwt_glib.1.1.1  (cached)
-> retrieved lwt_log.1.1.2  (cached)
-> retrieved lwt_ppx.2.1.0  (cached)
-> retrieved lwt_react.1.2.0  (cached)
-> retrieved menhir.20231231  (cached)
-> retrieved dune.3.16.0  (cached)
-> retrieved dune-configurator.3.16.0  (cached)
-> retrieved menhirCST.20231231  (cached)
-> retrieved menhirLib.20231231  (cached)
-> retrieved menhirSdk.20231231  (cached)
-> retrieved obus.1.2.5  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ocurl.0.9.2  (cached)
-> retrieved ounit2.2.2.7  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved react.1.2.2  (cached)
-> retrieved ppxlib.0.32.1  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved sha.1.15.4  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved xmlm.1.4.0  (cached)
-> retrieved yojson.2.2.1  (cached)
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed react.1.2.2
-> installed xmlm.1.4.0
-> installed dune.3.16.0
-> installed csexp.1.5.2
-> installed camlp-streams.5.0.1
-> installed menhirCST.20231231
-> installed menhirLib.20231231
-> installed menhirSdk.20231231
-> installed ppx_derivers.1.2.1
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed cppo.1.6.9
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocplib-endian.1.2
-> installed yojson.2.2.1
-> installed sha.1.15.4
-> installed ounit2.2.2.7
-> installed dune-configurator.3.16.0
-> installed cairo2.0.6.4
-> installed lwt.5.7.0
-> installed lwt_log.1.1.2
-> installed lwt_react.1.2.0
-> installed lwt_glib.1.1.1
-> installed lablgtk3.3.1.5
-> installed menhir.20231231
-> installed ppxlib.0.32.1
-> installed lwt_ppx.2.1.0
-> installed obus.1.2.5
-> installed ocurl.0.9.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-06-19 21:01.30 ---> saved as "b71063fd8b69f5ca7470b89fa2bbea1b2e137fe488d892d4b8de78689cc38c98"


/src: (copy (src .) (dst /src))
2024-06-19 21:01.31 ---> saved as "84c61c0368777315c04cc635ef250db289e39c63391b5689a7c13effab71f82f"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/src/solver/tests && ./test.exe)
....
Ran: 4 tests in: 0.10 seconds.
OK
(cd _build/default/src/test_gtk && ./test.exe)
.
Ran: 1 tests in: 0.12 seconds.
OK


(cd _build/default/src/tests && ./test.exe)
.................................................................................................S.......................................................................................................................................................S..............................................
Ran: 296 tests in: 8.45 seconds.
OK: Cases: 296 Skip: 2


2024-06-19 21:01.44 ---> saved as "523808ee370774a3ecf047421c31194aab2e17a5110f06aa219c2cca835465d7"
Job succeeded
2024-06-19 21:01.45: Job succeeded