2025-07-31 07:25.24: New job: test ocaml-multicore/eio-trace https://github.com/ocaml-multicore/eio-trace.git#refs/heads/main (5a6ff407011f4e9292ac9b0fcfc30ce44ff6872c) (linux-x86_64:opensuse-15.6-5.3_opam-2.4)
Base: ocaml/opam:opensuse-15.6-ocaml-5.3@sha256:5a5ba8ce58e93bb22fa17ecef857f8c82a0864b92abaedcdc83e748b1b91e729
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/ocaml-multicore/eio-trace.git" -b "main" && cd "eio-trace" && git reset --hard 5a6ff407
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-15.6-ocaml-5.3@sha256:5a5ba8ce58e93bb22fa17ecef857f8c82a0864b92abaedcdc83e748b1b91e729
# opensuse-15.6-5.3_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.4 /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 e77940d8ff8706305602d0d643bf01c77beef2e7 || git fetch origin master) && git reset -q --hard e77940d8ff8706305602d0d643bf01c77beef2e7 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 eio-trace.opam ./
RUN opam pin add -yn eio-trace.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="afl-persistent.1.4 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 cairo2.0.6.5 camlp-streams.5.0.1 cmdliner.1.3.0 conf-cairo.1 conf-gtk3.18 conf-pkg-config.4 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.19.1 dune-configurator.3.19.1 eio.1.3 eio_linux.1.3 eio_main.1.3 eio_posix.1.3 fmt.0.11.0 hmap.0.8.1 iomux.0.3 lablgtk3.3.1.5 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 processor.0.2 psq.0.2.1 seq.base thread-table.1.0.0 topkg.1.1.0 uring.0.9"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y eio-trace.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
2025-07-31 07:25.24: Using cache hint "ocaml-multicore/eio-trace-ocaml/opam:opensuse-15.6-ocaml-5.3@sha256:5a5ba8ce58e93bb22fa17ecef857f8c82a0864b92abaedcdc83e748b1b91e729-opensuse-15.6-5.3_opam-2.4-b140b9729fce1eed68aec013e2d8e32a"
2025-07-31 07:25.24: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-5.3@sha256:5a5ba8ce58e93bb22fa17ecef857f8c82a0864b92abaedcdc83e748b1b91e729)
(comment opensuse-15.6-5.3_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.4 /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 e77940d8ff8706305602d0d643bf01c77beef2e7 || git fetch origin master) && git reset -q --hard e77940d8ff8706305602d0d643bf01c77beef2e7 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src eio-trace.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn eio-trace.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "afl-persistent.1.4 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 cairo2.0.6.5 camlp-streams.5.0.1 cmdliner.1.3.0 conf-cairo.1 conf-gtk3.18 conf-pkg-config.4 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.19.1 dune-configurator.3.19.1 eio.1.3 eio_linux.1.3 eio_main.1.3 eio_posix.1.3 fmt.0.11.0 hmap.0.8.1 iomux.0.3 lablgtk3.3.1.5 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 processor.0.2 psq.0.2.1 seq.base thread-table.1.0.0 topkg.1.1.0 uring.0.9")
(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.4 --depext-only -y eio-trace.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"))
)
2025-07-31 07:25.24: Waiting for resource in pool OCluster
2025-07-31 07:32.13: Waiting for worker…
2025-07-31 07:35.22: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at 5a6ff40 Merge pull request #44 from talex5/fix-end-time
(from ocaml/opam:opensuse-15.6-ocaml-5.3@sha256:5a5ba8ce58e93bb22fa17ecef857f8c82a0864b92abaedcdc83e748b1b91e729)
2025-07-31 07:35.22 ---> using "dbb72b99235b71bb04b11172c3b3a5d67e431e75ea5569c676e352fafb1ea8a6" from cache
/: (comment opensuse-15.6-5.3_opam-2.4)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-07-31 07:35.22 ---> using "87e2375a109a58f695d34cacfbdf38b2a462911c00110b164a89b323c1c404ce" 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.2, which can't be reverted.
You may want to back it up before going further.
Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=71 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-07-31 07:35.22 ---> using "38171c60acc1f538f362b7636a118033ac9040c2fb28349cd89ff2a7826930d9" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-60-generic
The OCaml toplevel, version 5.3.0
2.4.1
2025-07-31 07:35.22 ---> using "44fccd86dc31f97721e525150ad51232b9780edd426f935d21a9c21108171cef" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-07-31 07:35.22 ---> using "01bb9945d330e7dcbc82a99d2f1d88d6111b7704d7a2675db148a702f9f8247e" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e e77940d8ff8706305602d0d643bf01c77beef2e7 || git fetch origin master) && git reset -q --hard e77940d8ff8706305602d0d643bf01c77beef2e7 && git log --no-decorate -n1 --oneline && opam update -u"))
e77940d8ff Merge pull request #28255 from dbuenzli/b0-publish-fmt.0.11.0
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-07-31 07:35.22 ---> using "dab29853fda51b452cfa6d71c64cb787b4d47fe54abbb8da835d5d31f9567c89" from cache
/src: (copy (src eio-trace.opam) (dst ./))
2025-07-31 07:35.23 ---> saved as "3882e1a01fee79708c86c85e256f5b9663c05941ac4645cb08db3858623b04c9"
/src: (run (network host)
(shell "opam pin add -yn eio-trace.dev './'"))
[eio-trace.dev] synchronised (file:///src)
eio-trace is now pinned to file:///src (version dev)
2025-07-31 07:35.23 ---> saved as "402b22230801b08ac12e78c381cad2c8c51d7f1b1124121e8f97b8715a6fb8f4"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-07-31 07:35.23 ---> saved as "8719e6b5db9603eddb3e68bcba5706ad7808ac6b7e37b4309823b255a0e9a195"
/src: (env DEPS "afl-persistent.1.4 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 cairo2.0.6.5 camlp-streams.5.0.1 cmdliner.1.3.0 conf-cairo.1 conf-gtk3.18 conf-pkg-config.4 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.19.1 dune-configurator.3.19.1 eio.1.3 eio_linux.1.3 eio_main.1.3 eio_posix.1.3 fmt.0.11.0 hmap.0.8.1 iomux.0.3 lablgtk3.3.1.5 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 processor.0.2 psq.0.2.1 seq.base thread-table.1.0.0 topkg.1.1.0 uring.0.9")
/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.4 --depext-only -y eio-trace.dev $DEPS"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Repository 'Update repository of openSUSE Backports' is up to date.
- 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.
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[eio-trace.dev] synchronised (file:///src)
[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-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[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-effects 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 gtk3-devel
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "zypper" "--non-interactive" "install" "cairo-devel" "gtk3-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-core at-spi2-core-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 libLLVM17 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 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 libgobject-2_0-0 libgraphite2-3 libgthread-2_0-0 libgtk-3-0 libharfbuzz-cairo0 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 libopenssl1_1 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 librsvg-2-2 libselinux-devel libsepol-devel libthai-data libthai-devel libthai0 libtiff-devel libtiff6 libvulkan1 libwayland-client0 libwayland-cursor0 libwayland-egl1 libwayland-server0 libxkbcommon-devel libxkbcommon0 libxshmfence1 libzstd-devel pango-devel pcre2-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 xz-devel
-
- 167 new packages to install.
-
- Package download size: 90.5 MiB
-
- Package install size change:
- | 401.0 MiB required by packages that will be installed
- 401.0 MiB | - 0 B released by packages that will be removed
-
- Backend: classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Retrieving: compositeproto-devel-0.4.2-1.22.x86_64 (Main Repository) (1/167), 15.2 KiB
- Retrieving: compositeproto-devel-0.4.2-1.22.x86_64.rpm [.done]
- Retrieving: damageproto-devel-1.2.1-1.22.x86_64 (Main Repository) (2/167), 13.4 KiB
- Retrieving: damageproto-devel-1.2.1-1.22.x86_64.rpm [.
- done]
- Retrieving: dbus-1-devel-1.12.2-150400.18.8.1.x86_64 (Main Repository) (3/167), 59.0 KiB
- Retrieving: dbus-1-devel-1.12.2-150400.18.8.1.x86_64.rpm [..done (6.7 KiB/s)]
- Retrieving: hicolor-icon-theme-0.17-150600.19.2.noarch (Main Repository) (4/167), 46.2 KiB
- Retrieving: hicolor-icon-theme-0.17-150600.19.2.noarch.rpm [..done (4.0 KiB/s)]
- Retrieving: inputproto-devel-2.4-150500.1.1.x86_64 (Main Repository) (5/167), 24.0 KiB
- Retrieving: inputproto-devel-2.4-150500.1.1.x86_64.rpm [.done]
- Retrieving: libXcomposite1-0.4.4-1.23.x86_64 (Main Repository) (6/167), 11.6 KiB
- Retrieving: libXcomposite1-0.4.4-1.23.x86_64.rpm [.done]
- Retrieving: libXdamage1-1.1.4-1.23.x86_64 (Main Repository) (7/167), 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) (8/167), 33.2 KiB
- Retrieving: libXext6-1.3.3-1.30.x86_64.rpm [..done (8.0 KiB/s)]
- Retrieving: libXfixes3-6.0.0-150400.1.4.x86_64 (Main Repository) (9/167), 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) (10/167), 24.1 KiB
- Retrieving: libXrender1-0.9.10-1.30.x86_64.rpm [.
- done]
- Retrieving: libbrotlienc1-1.0.7-3.3.1.x86_64 (Main Repository) (11/167), 205.7 KiB
- Retrieving: libbrotlienc1-1.0.7-3.3.1.x86_64.rpm [....done (10.4 KiB/s)]
- Retrieving: libbz2-devel-1.0.8-150400.1.122.x86_64 (Main Repository) (12/167), 18.7 KiB
- Retrieving: libbz2-devel-1.0.8-150400.1.122.x86_64.rpm [.done]
- Retrieving: libdatrie1-0.2.9-1.25.x86_64 (Main Repository) (13/167), 43.5 KiB
- Retrieving: libdatrie1-0.2.9-1.25.x86_64.rpm [..done (5.3 KiB/s)]
- Retrieving: libdrm2-2.4.118-150600.1.4.x86_64 (Main Repository) (14/167), 77.1 KiB
- Retrieving: libdrm2-2.4.118-150600.1.4.x86_64.rpm [..
- .done (76.8 KiB/s)]
- Retrieving: libedit0-3.1.snap20150325-2.12.x86_64 (Main Repository) (15/167), 94.3 KiB
- Retrieving: libedit0-3.1.snap20150325-2.12.x86_64.rpm [..done (1.3 KiB/s)]
- Retrieving: libepoxy0-1.5.10-150500.1.2.x86_64 (Main Repository) (16/167), 194.9 KiB
- Retrieving: libepoxy0-1.5.10-150500.1.2.x86_64.rpm [..done (6.4 KiB/s)]
- Retrieving: libffi-devel-3.2.1.git259-10.8.x86_64 (Main Repository) (17/167), 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) (18/167), 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) (19/167), 73.8 KiB
- Retrieving: libgraphite2-3-1.3.14-150600.1.5.x86_64.rpm [..done (5.3 KiB/s)]
- Retrieving: libicu73_2-ledata-73.2-150000.1.7.1.noarch (Main Repository) (20/167), 7.3 MiB
- Retrieving: libicu73_2-ledata-73.2-150000.1.7.1.noarch.rpm [..
- ..........
- .........
- .........
- .........
- ..........
- ........
- ........
- ..........
- .........
- .done (822.9 KiB/s)]
- Retrieving: libjbig2-2.1-150000.3.5.1.x86_64 (Main Repository) (21/167), 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) (22/167), 180.4 KiB
- Retrieving: libjpeg62-62.3.0-150600.22.3.x86_64.rpm [.....done (180.4 KiB/s)]
- Retrieving: libjpeg8-8.2.2-150600.22.5.x86_64 (Main Repository) (23/167), 180.8 KiB
- Retrieving: libjpeg8-8.2.2-150600.22.5.x86_64.rpm [..
- .....done (177.4 KiB/s)]
- Retrieving: liblcms2-2-2.15-150600.1.5.x86_64 (Main Repository) (24/167), 152.5 KiB
- Retrieving: liblcms2-2-2.15-150600.1.5.x86_64.rpm [....done (122.6 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]
- Retrieving: libpcre2-16-0-10.42-150600.1.26.x86_64 (Main Repository) (26/167), 282.8 KiB
- Retrieving: libpcre2-16-0-10.42-150600.1.26.x86_64.rpm [.
- .....done (248.2 KiB/s)]
- Retrieving: libpcre2-32-0-10.42-150600.1.26.x86_64 (Main Repository) (27/167), 269.6 KiB
- Retrieving: libpcre2-32-0-10.42-150600.1.26.x86_64.rpm [....
- .done (248.2 KiB/s)]
- Retrieving: libpcre2-posix3-10.42-150600.1.26.x86_64 (Main Repository) (28/167), 30.1 KiB
- Retrieving: libpcre2-posix3-10.42-150600.1.26.x86_64.rpm [.done]
- Retrieving: libpng16-16-1.6.40-150600.1.3.x86_64 (Main Repository) (29/167), 139.1 KiB
- Retrieving: libpng16-16-1.6.40-150600.1.3.x86_64.rpm [....done (122.6 KiB/s)]
- Retrieving: libsepol-devel-3.5-150600.1.49.x86_64 (Main Repository) (30/167), 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) (31/167), 139.8 KiB
- Retrieving: libthai-data-0.1.29-150400.1.4.x86_64.rpm [...
- .done (102.6 KiB/s)]
- Retrieving: libvulkan1-1.3.275.0-150600.1.2.x86_64 (Main Repository) (32/167), 138.5 KiB
- Retrieving: libvulkan1-1.3.275.0-150600.1.2.x86_64.rpm [...done (85.2 KiB/s)]
- Retrieving: libwayland-client0-1.22.0-150600.1.6.x86_64 (Main Repository) (33/167), 39.7 KiB
- Retrieving: libwayland-client0-1.22.0-150600.1.6.x86_64.rpm [..done (22.6 KiB/s)]
- Retrieving: libwayland-egl1-99~1.22.0-150600.1.6.x86_64 (Main Repository) (34/167), 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/167), 45.4 KiB
- Retrieving: libwayland-server0-1.22.0-150600.1.6.x86_64.rpm [..done (36.0 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]
- Retrieving: libzstd-devel-1.5.5-150600.1.3.x86_64 (Main Repository) (37/167), 72.0 KiB
- Retrieving: libzstd-devel-1.5.5-150600.1.3.x86_64.rpm [.
- .done (6.7 KiB/s)]
- Retrieving: recordproto-devel-1.14.2-1.22.x86_64 (Main Repository) (38/167), 22.2 KiB
- Retrieving: recordproto-devel-1.14.2-1.22.x86_64.rpm [.done]
- Retrieving: renderproto-devel-0.11.1-1.22.x86_64 (Main Repository) (39/167), 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) (40/167), 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) (41/167), 114.5 KiB
- Retrieving: xextproto-devel-7.3.0-1.22.x86_64.rpm [....done (97.3 KiB/s)]
- Retrieving: xineramaproto-devel-1.2.1-2.22.x86_64 (Main Repository) (42/167), 10.3 KiB
- Retrieving: xineramaproto-devel-1.2.1-2.22.x86_64.rpm [.done]
- Retrieving: xkeyboard-config-2.40-150600.1.2.noarch (Main Repository) (43/167), 430.9 KiB
- Retrieving: xkeyboard-config-2.40-150600.1.2.noarch.rpm [..
- .....done (403.2 KiB/s)]
- Retrieving: libXxf86vm1-1.1.4-1.23.x86_64 (Main Repository) (44/167), 15.3 KiB
- Retrieving: libXxf86vm1-1.1.4-1.23.x86_64.rpm [.done]
- Retrieving: libXtst6-1.2.3-1.24.x86_64 (Main Repository) (45/167), 17.2 KiB
- Retrieving: libXtst6-1.2.3-1.24.x86_64.rpm [.done]
- Retrieving: libXinerama1-1.1.3-1.22.x86_64 (Main Repository) (46/167), 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) (47/167), 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) (48/167), 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) (49/167), 25.8 KiB
- Retrieving: libXcursor1-1.1.15-1.18.x86_64.rpm [.done]
- Retrieving: libbrotli-devel-1.0.7-3.3.1.x86_64 (Main Repository) (50/167), 32.7 KiB
- Retrieving: libbrotli-devel-1.0.7-3.3.1.x86_64.rpm [.done]
- Retrieving: libdatrie-devel-0.2.9-1.25.x86_64 (Main Repository) (51/167), 110.2 KiB
- Retrieving: libdatrie-devel-0.2.9-1.25.x86_64.rpm [...done (82.6 KiB/s)]
- Retrieving: libdrm_radeon1-2.4.118-150600.1.4.x86_64 (Main Repository) (52/167), 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) (53/167), 59.5 KiB
- Retrieving: libdrm_nouveau2-2.4.118-150600.1.4.x86_64.rpm [..done (4.0 KiB/s)]
- Retrieving: libdrm_amdgpu1-2.4.118-150600.1.4.x86_64 (Main Repository) (54/167), 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) (55/167), 94.7 KiB
- Retrieving: fribidi-devel-1.0.10-150400.3.3.1.x86_64.rpm [..done (85.2 KiB/s)]
- Retrieving: graphite2-devel-1.3.14-150600.1.5.x86_64 (Main Repository) (56/167), 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) (57/167), 1.8 MiB
- Retrieving: libicu73_2-73.2-150000.1.7.1.x86_64.rpm [.....
- .........
- .........
- .........done (451.5 KiB/s)]
- Retrieving: libjpeg62-devel-62.3.0-150600.22.3.x86_64 (Main Repository) (58/167), 121.1 KiB
- Retrieving: libjpeg62-devel-62.3.0-150600.22.3.x86_64.rpm [.
- ....done (117.3 KiB/s)]
- Retrieving: libdrm_intel1-2.4.118-150600.1.4.x86_64 (Main Repository) (59/167), 100.8 KiB
- Retrieving: libdrm_intel1-2.4.118-150600.1.4.x86_64.rpm [....done (71.9 KiB/s)]
- Retrieving: pcre2-devel-10.42-150600.1.26.x86_64 (Main Repository) (60/167), 275.7 KiB
- Retrieving: pcre2-devel-10.42-150600.1.26.x86_64.rpm [.
- ......
- .done (275.7 KiB/s)]
- Retrieving: libpng16-devel-1.6.40-150600.1.3.x86_64 (Main Repository) (61/167), 198.4 KiB
- Retrieving: libpng16-devel-1.6.40-150600.1.3.x86_64.rpm [........
- ..done (182.8 KiB/s)]
- Retrieving: libpng16-compat-devel-1.6.40-150600.1.3.x86_64 (Main Repository) (62/167), 106.5 KiB
- Retrieving: libpng16-compat-devel-1.6.40-150600.1.3.x86_64.rpm [....done (61.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 (20.8 KiB/s)]
- Retrieving: libwayland-cursor0-1.22.0-150600.1.6.x86_64 (Main Repository) (64/167), 24.5 KiB
- Retrieving: libwayland-cursor0-1.22.0-150600.1.6.x86_64.rpm [.
- .done (4.0 KiB/s)]
- Retrieving: randrproto-devel-1.6.0-4.17.x86_64 (Main Repository) (65/167), 37.6 KiB
- Retrieving: randrproto-devel-1.6.0-4.17.x86_64.rpm [...done (2.7 KiB/s)]
- Retrieving: libXrender-devel-0.9.10-1.30.x86_64 (Main Repository) (66/167), 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) (67/167), 96.9 KiB
- Retrieving: libXext-devel-1.3.3-1.30.x86_64.rpm [..done (4.0 KiB/s)]
- Retrieving: fixesproto-devel-6.0-150400.1.4.x86_64 (Main Repository) (68/167), 19.2 KiB
- Retrieving: fixesproto-devel-6.0-150400.1.4.x86_64.rpm [.done]
- Retrieving: libicu73_2-devel-73.2-150000.1.7.1.x86_64 (Main Repository) (69/167), 702.5 KiB
- Retrieving: libicu73_2-devel-73.2-150000.1.7.1.x86_64.rpm [...
- .........
- .done (698.4 KiB/s)]
- Retrieving: libselinux-devel-3.5-150600.1.46.x86_64 (Main Repository) (70/167), 120.2 KiB
- Retrieving: libselinux-devel-3.5-150600.1.46.x86_64.rpm [.
- .....
- .done (60.1 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]
- Retrieving: wayland-devel-1.22.0-150600.1.6.x86_64 (Main Repository) (72/167), 104.5 KiB
- Retrieving: wayland-devel-1.22.0-150600.1.6.x86_64.rpm [...done (104.5 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]
- 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]
- 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]
- 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 (112.0 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]
- 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]
- 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 (9.3 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 (10.7 KiB/s)]
- Retrieving: Mesa-KHR-devel-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (81/167), 172.3 KiB
- Retrieving: Mesa-KHR-devel-23.3.4-150600.83.3.1.x86_64.rpm [.....
- ....
- ....
- ....
- ....
- ....
- ......
- .done (6.7 KiB/s)]
- Retrieving: Mesa-libglapi0-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (82/167), 187.6 KiB
- Retrieving: Mesa-libglapi0-23.3.4-150600.83.3.1.x86_64.rpm [.....done (129.4 KiB/s)]
- Retrieving: gettext-its-gtk4-4.12.4-150600.3.6.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (83/167), 95.4 KiB
- Retrieving: gettext-its-gtk4-4.12.4-150600.3.6.2.x86_64.rpm [..done]
- Retrieving: gtk3-data-3.24.43-150600.3.7.1.noarch (Update repository with updates from SUSE Linux Enterprise 15) (84/167), 119.9 KiB
- Retrieving: gtk3-data-3.24.43-150600.3.7.1.noarch.rpm [...
- ..done (114.1 KiB/s)]
- Retrieving: gtk3-schema-3.24.43-150600.3.7.1.noarch (Update repository with updates from SUSE Linux Enterprise 15) (85/167), 119.7 KiB
- Retrieving: gtk3-schema-3.24.43-150600.3.7.1.noarch.rpm [..done (8.1 KiB/s)]
- Retrieving: libavahi-common3-0.8-150600.15.6.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (86/167), 45.2 KiB
- Retrieving: libavahi-common3-0.8-150600.15.6.1.x86_64.rpm [.done]
- Retrieving: libblkid-devel-2.39.3-150600.4.12.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (87/167), 69.0 KiB
- Retrieving: libblkid-devel-2.39.3-150600.4.12.2.x86_64.rpm [..done (8.0 KiB/s)]
- Retrieving: libexpat-devel-2.7.1-150400.3.28.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (88/167), 65.5 KiB
- Retrieving: libexpat-devel-2.7.1-150400.3.28.1.x86_64.rpm [..done (6.7 KiB/s)]
- Retrieving: libgmodule-2_0-0-2.78.6-150600.4.16.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (89/167), 147.2 KiB
- Retrieving: libgmodule-2_0-0-2.78.6-150600.4.16.1.x86_64.rpm [...
- ....
- ....
- ....
- ....
- ....
- .done]
- Retrieving: libgobject-2_0-0-2.78.6-150600.4.16.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (90/167), 278.4 KiB
- Retrieving: libgobject-2_0-0-2.78.6-150600.4.16.1.x86_64.rpm [..done (115.3 KiB/s)]
- Retrieving: libgthread-2_0-0-2.78.6-150600.4.16.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (91/167), 143.7 KiB
- Retrieving: libgthread-2_0-0-2.78.6-150600.4.16.1.x86_64.rpm [..done (65.8 KiB/s)]
- Retrieving: libnettle8-3.9.1-150600.3.2.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (92/167), 171.1 KiB
- Retrieving: libnettle8-3.9.1-150600.3.2.1.x86_64.rpm [....done (171.1 KiB/s)]
- Retrieving: libopenssl1_1-1.1.1w-150600.5.12.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (93/167), 1.4 MiB
- Retrieving: libopenssl1_1-1.1.1w-150600.5.12.2.x86_64.rpm [.
- .......
- ........
- ........
- ........
- ........
- ....
- ...done (204.8 KiB/s)]
- Retrieving: libpixman-1-0-0.43.4-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (94/167), 172.0 KiB
- Retrieving: libpixman-1-0-0.43.4-150600.3.3.1.x86_64.rpm [...
- ......done (166.7 KiB/s)]
- Retrieving: shared-mime-info-2.4-150600.3.3.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (95/167), 336.6 KiB
- Retrieving: shared-mime-info-2.4-150600.3.3.2.x86_64.rpm [...
- .........
- .......
- ....done (109.2 KiB/s)]
- Retrieving: xz-devel-5.4.1-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (96/167), 73.7 KiB
- Retrieving: xz-devel-5.4.1-150600.3.3.1.x86_64.rpm [...done (73.7 KiB/s)]
- Retrieving: libLLVM17-17.0.6-150600.3.7.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (97/167), 23.7 MiB
- Retrieving: libLLVM17-17.0.6-150600.3.7.1.x86_64.rpm [.
- ..........
- .........
- ..........
- .........
- ........
- .........
- ..........
- .........
- ..........
- .........
- ..........
- .......
- ..........
- ..........
- .........
- ..........
- .......
- ..........
- .........
- ..........done (1.2 MiB/s)]
- Retrieving: libtiff6-4.7.0-150600.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (98/167), 244.8 KiB
- Retrieving: libtiff6-4.7.0-150600.3.8.1.x86_64.rpm [.
- .......
- ....done (122.4 KiB/s)]
- Retrieving: libfreetype6-2.10.4-150000.4.22.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (99/167), 447.0 KiB
- Retrieving: libfreetype6-2.10.4-150000.4.22.1.x86_64.rpm [....done (276.2 KiB/s)]
- Retrieving: libgbm1-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (100/167), 201.7 KiB
- Retrieving: libgbm1-23.3.4-150600.83.3.1.x86_64.rpm [..
- ......done (201.7 KiB/s)]
- Retrieving: cups-config-2.2.7-150000.3.65.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (101/167), 242.8 KiB
- Retrieving: cups-config-2.2.7-150000.3.65.1.x86_64.rpm [....
- ........
- ..done (241.0 KiB/s)]
- Retrieving: libxkbcommon0-1.5.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (102/167), 119.2 KiB
- Retrieving: libxkbcommon0-1.5.0-150600.3.3.1.x86_64.rpm [....done (94.6 KiB/s)]
- Retrieving: libavahi-client3-0.8-150600.15.6.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (103/167), 48.3 KiB
- Retrieving: libavahi-client3-0.8-150600.15.6.1.x86_64.rpm [.done]
- Retrieving: libmount-devel-2.39.3-150600.4.12.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (104/167), 69.9 KiB
- Retrieving: libmount-devel-2.39.3-150600.4.12.2.x86_64.rpm [..done (6.7 KiB/s)]
- Retrieving: libhogweed6-3.9.1-150600.3.2.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (105/167), 226.0 KiB
- Retrieving: libhogweed6-3.9.1-150600.3.2.1.x86_64.rpm [..
- .......
- ......done (108.6 KiB/s)]
- Retrieving: python3-base-3.6.15-150300.10.84.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (106/167), 7.8 MiB
- Retrieving: python3-base-3.6.15-150300.10.84.1.x86_64.rpm [...
- ..........
- .........
- .........done (2.6 MiB/s)]
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.84.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (107/167), 1.2 MiB
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.84.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) (108/167), 20.1 KiB
- Retrieving: libpixman-1-0-devel-0.43.4-150600.3.3.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) (109/167), 7.9 MiB
- Retrieving: Mesa-dri-23.3.4-150600.83.3.1.x86_64.rpm [..
- ........
- .........
- ........
- .........
- .........
- ......
- ........
- .........
- ........
- .........
- .........
- .........
- ........
- .........
- .........
- .........
- .........
- ........
- ..........
- .........
- ........
- .done (362.7 KiB/s)]
- Retrieving: libtiff-devel-4.7.0-150600.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (110/167), 109.1 KiB
- Retrieving: libtiff-devel-4.7.0-150600.3.8.1.x86_64.rpm [...done (98.8 KiB/s)]
- Retrieving: freetype2-devel-2.10.4-150000.4.22.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (111/167), 942.5 KiB
- Retrieving: freetype2-devel-2.10.4-150000.4.22.1.x86_64.rpm [....done (923.8 KiB/s)]
- Retrieving: libxkbcommon-devel-1.5.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (112/167), 77.3 KiB
- Retrieving: libxkbcommon-devel-1.5.0-150600.3.3.1.x86_64.rpm [..done (2.7 KiB/s)]
- Retrieving: libgnutls30-3.8.3-150600.4.6.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (113/167), 911.5 KiB
- Retrieving: libgnutls30-3.8.3-150600.4.6.2.x86_64.rpm [..
- .........
- ...done (892.2 KiB/s)]
- Retrieving: libcups2-2.2.7-150000.3.65.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (114/167), 234.0 KiB
- Retrieving: libcups2-2.2.7-150000.3.65.1.x86_64.rpm [......done (222.9 KiB/s)]
- Retrieving: libatspi0-2.50.0-150600.1.2.x86_64 (Main Repository) (115/167), 96.8 KiB
- Retrieving: libatspi0-2.50.0-150600.1.2.x86_64.rpm [.
- .done (2.7 KiB/s)]
- Retrieving: libatk-1_0-0-2.50.0-150600.1.2.x86_64 (Main Repository) (116/167), 71.3 KiB
- Retrieving: libatk-1_0-0-2.50.0-150600.1.2.x86_64.rpm [..done (2.7 KiB/s)]
- Retrieving: libharfbuzz0-8.3.0-150600.1.3.x86_64 (Main Repository) (117/167), 588.0 KiB
- Retrieving: libharfbuzz0-8.3.0-150600.1.3.x86_64.rpm [.......
- ....done (269.1 KiB/s)]
- Retrieving: libfontconfig1-2.14.2-150600.1.3.x86_64 (Main Repository) (118/167), 126.4 KiB
- Retrieving: libfontconfig1-2.14.2-150600.1.3.x86_64.rpm [.....done (121.3 KiB/s)]
- Retrieving: fontconfig-2.14.2-150600.1.3.x86_64 (Main Repository) (119/167), 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) (120/167), 218.8 KiB
- Retrieving: libglvnd-1.7.0-150600.1.2.x86_64.rpm [.....done (213.5 KiB/s)]
- Retrieving: libatk-bridge-2_0-0-2.50.0-150600.1.2.x86_64 (Main Repository) (121/167), 87.7 KiB
- Retrieving: libatk-bridge-2_0-0-2.50.0-150600.1.2.x86_64.rpm [..done]
- Retrieving: libharfbuzz-subset0-8.3.0-150600.1.3.x86_64 (Main Repository) (122/167), 521.0 KiB
- Retrieving: libharfbuzz-subset0-8.3.0-150600.1.3.x86_64.rpm [...
- .....done (472.7 KiB/s)]
- Retrieving: libharfbuzz-icu0-8.3.0-150600.1.3.x86_64 (Main Repository) (123/167), 59.5 KiB
- Retrieving: libharfbuzz-icu0-8.3.0-150600.1.3.x86_64.rpm [.done]
- Retrieving: libharfbuzz-gobject0-8.3.0-150600.1.3.x86_64 (Main Repository) (124/167), 76.1 KiB
- Retrieving: libharfbuzz-gobject0-8.3.0-150600.1.3.x86_64.rpm [.done]
- Retrieving: libcairo2-1.18.0-150600.1.3.x86_64 (Main Repository) (125/167), 531.1 KiB
- Retrieving: libcairo2-1.18.0-150600.1.3.x86_64.rpm [..
- .......done (445.9 KiB/s)]
- Retrieving: libXft2-2.3.2-1.33.x86_64 (Main Repository) (126/167), 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) (127/167), 23.0 KiB
- Retrieving: fontconfig-devel-2.14.2-150600.1.3.x86_64.rpm [.done]
- Retrieving: libglvnd-devel-1.7.0-150600.1.2.x86_64 (Main Repository) (128/167), 33.1 KiB
- Retrieving: libglvnd-devel-1.7.0-150600.1.2.x86_64.rpm [.
- done]
- Retrieving: libharfbuzz-cairo0-8.3.0-150600.1.3.x86_64 (Main Repository) (129/167), 91.9 KiB
- Retrieving: libharfbuzz-cairo0-8.3.0-150600.1.3.x86_64.rpm [.done]
- Retrieving: libcairo-script-interpreter2-1.18.0-150600.1.3.x86_64 (Main Repository) (130/167), 79.7 KiB
- Retrieving: libcairo-script-interpreter2-1.18.0-150600.1.3.x86_64.rpm [..done]
- Retrieving: libcairo-gobject2-1.18.0-150600.1.3.x86_64 (Main Repository) (131/167), 43.6 KiB
- Retrieving: libcairo-gobject2-1.18.0-150600.1.3.x86_64.rpm [..done (1.3 KiB/s)]
- Retrieving: libXft-devel-2.3.2-1.33.x86_64 (Main Repository) (132/167), 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) (133/167), 19.6 KiB
- Retrieving: gio-branding-openSUSE-42.1-lp156.9.2.2.noarch.rpm [..done]
- Retrieving: Mesa-libEGL1-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (134/167), 279.4 KiB
- Retrieving: Mesa-libEGL1-23.3.4-150600.83.3.1.x86_64.rpm [....
- ...done (263.3 KiB/s)]
- Retrieving: libgio-2_0-0-2.78.6-150600.4.16.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (135/167), 739.8 KiB
- Retrieving: libgio-2_0-0-2.78.6-150600.4.16.1.x86_64.rpm [...done (633.7 KiB/s)]
- Retrieving: glib2-tools-2.78.6-150600.4.16.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (136/167), 245.8 KiB
- Retrieving: glib2-tools-2.78.6-150600.4.16.1.x86_64.rpm [..done (65.8 KiB/s)]
- Retrieving: Mesa-libGL1-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (137/167), 308.6 KiB
- Retrieving: Mesa-libGL1-23.3.4-150600.83.3.1.x86_64.rpm [..
- .......done (271.7 KiB/s)]
- Retrieving: Mesa-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (138/167), 173.8 KiB
- Retrieving: Mesa-23.3.4-150600.83.3.1.x86_64.rpm [...
- .done (173.8 KiB/s)]
- Retrieving: Mesa-gallium-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (139/167), 10.1 MiB
- Retrieving: Mesa-gallium-23.3.4-150600.83.3.1.x86_64.rpm [........
- ........
- ..........
- .........
- .........
- .........
- .........
- .........
- .........
- .........
- .........
- ........
- ..........
- .....done (737.2 KiB/s)]
- Retrieving: Mesa-libEGL-devel-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (140/167), 188.0 KiB
- Retrieving: Mesa-libEGL-devel-23.3.4-150600.83.3.1.x86_64.rpm [...done (102.9 KiB/s)]
- Retrieving: libcolord2-1.4.6-150600.3.5.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (141/167), 144.1 KiB
- Retrieving: libcolord2-1.4.6-150600.3.5.1.x86_64.rpm [..done (43.8 KiB/s)]
- Retrieving: glib2-devel-2.78.6-150600.4.16.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (142/167), 584.2 KiB
- Retrieving: glib2-devel-2.78.6-150600.4.16.1.x86_64.rpm [.
- .done (102.9 KiB/s)]
- Retrieving: gdk-pixbuf-query-loaders-2.42.12-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (143/167), 37.2 KiB
- Retrieving: gdk-pixbuf-query-loaders-2.42.12-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: Mesa-libGL-devel-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (144/167), 612.8 KiB
- Retrieving: Mesa-libGL-devel-23.3.4-150600.83.3.1.x86_64.rpm [......done (525.5 KiB/s)]
- Retrieving: libgdk_pixbuf-2_0-0-2.42.12-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (145/167), 168.6 KiB
- Retrieving: libgdk_pixbuf-2_0-0-2.42.12-150600.3.3.1.x86_64.rpm [..
- .done (73.2 KiB/s)]
- Retrieving: libpango-1_0-0-1.51.1-150600.1.3.x86_64 (Main Repository) (146/167), 277.7 KiB
- Retrieving: libpango-1_0-0-1.51.1-150600.1.3.x86_64.rpm [.....done (264.2 KiB/s)]
- Retrieving: girepository-1_0-1.78.1-150600.2.3.x86_64 (Main Repository) (147/167), 189.5 KiB
- Retrieving: girepository-1_0-1.78.1-150600.2.3.x86_64.rpm [....
- .done (174.7 KiB/s)]
- Retrieving: libgirepository-1_0-1-1.78.1-150600.2.3.x86_64 (Main Repository) (148/167), 122.2 KiB
- Retrieving: libgirepository-1_0-1-1.78.1-150600.2.3.x86_64.rpm [...done (101.3 KiB/s)]
- Retrieving: at-spi2-core-2.50.0-150600.1.2.x86_64 (Main Repository) (149/167), 81.9 KiB
- Retrieving: at-spi2-core-2.50.0-150600.1.2.x86_64.rpm [..done (1.3 KiB/s)]
- Retrieving: cairo-devel-1.18.0-150600.1.3.x86_64 (Main Repository) (150/167), 300.6 KiB
- Retrieving: cairo-devel-1.18.0-150600.1.3.x86_64.rpm [....
- .done (220.2 KiB/s)]
- Retrieving: libepoxy-devel-1.5.10-150500.1.2.x86_64 (Main Repository) (151/167), 143.6 KiB
- Retrieving: libepoxy-devel-1.5.10-150500.1.2.x86_64.rpm [....done (110.6 KiB/s)]
- Retrieving: librsvg-2-2-2.57.1-150600.1.7.x86_64 (Main Repository) (152/167), 1.5 MiB
- Retrieving: librsvg-2-2-2.57.1-150600.1.7.x86_64.rpm [....
- ..........
- .done (1.3 MiB/s)]
- Retrieving: typelib-1_0-HarfBuzz-0_0-8.3.0-150600.1.3.x86_64 (Main Repository) (153/167), 85.5 KiB
- Retrieving: typelib-1_0-HarfBuzz-0_0-8.3.0-150600.1.3.x86_64.rpm [..done]
- Retrieving: typelib-1_0-Atspi-2_0-2.50.0-150600.1.2.x86_64 (Main Repository) (154/167), 44.7 KiB
- Retrieving: typelib-1_0-Atspi-2_0-2.50.0-150600.1.2.x86_64.rpm [..done (13.3 KiB/s)]
- Retrieving: typelib-1_0-Atk-1_0-2.50.0-150600.1.2.x86_64 (Main Repository) (155/167), 47.4 KiB
- Retrieving: typelib-1_0-Atk-1_0-2.50.0-150600.1.2.x86_64.rpm [..done]
- Retrieving: gdk-pixbuf-loader-rsvg-2.57.1-150600.1.7.x86_64 (Main Repository) (156/167), 78.0 KiB
- Retrieving: gdk-pixbuf-loader-rsvg-2.57.1-150600.1.7.x86_64.rpm [.done]
- Retrieving: typelib-1_0-Pango-1_0-1.51.1-150600.1.3.x86_64 (Main Repository) (157/167), 54.8 KiB
- Retrieving: typelib-1_0-Pango-1_0-1.51.1-150600.1.3.x86_64.rpm [.done]
- Retrieving: harfbuzz-devel-8.3.0-150600.1.3.x86_64 (Main Repository) (158/167), 199.8 KiB
- Retrieving: harfbuzz-devel-8.3.0-150600.1.3.x86_64.rpm [...
- done (87.9 KiB/s)]
- Retrieving: at-spi2-core-devel-2.50.0-150600.1.2.x86_64 (Main Repository) (159/167), 1.6 MiB
- Retrieving: at-spi2-core-devel-2.50.0-150600.1.2.x86_64.rpm [.........
- done (1.3 MiB/s)]
- Retrieving: pango-devel-1.51.1-150600.1.3.x86_64 (Main Repository) (160/167), 180.1 KiB
- Retrieving: pango-devel-1.51.1-150600.1.3.x86_64.rpm [...done (41.1 KiB/s)]
- Retrieving: typelib-1_0-GdkPixbuf-2_0-2.42.12-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (161/167), 36.5 KiB
- Retrieving: typelib-1_0-GdkPixbuf-2_0-2.42.12-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: gtk3-tools-3.24.43-150600.3.7.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (162/167), 1.2 MiB
- Retrieving: gtk3-tools-3.24.43-150600.3.7.1.x86_64.rpm [.....
- ........done (1.2 MiB/s)]
- Retrieving: libgtk-3-0-3.24.43-150600.3.7.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (163/167), 2.6 MiB
- Retrieving: libgtk-3-0-3.24.43-150600.3.7.1.x86_64.rpm [.
- ..........
- .........
- .........
- ..done (880.8 KiB/s)]
- Retrieving: typelib-1_0-GdkPixdata-2_0-2.42.12-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (164/167), 32.4 KiB
- Retrieving: typelib-1_0-GdkPixdata-2_0-2.42.12-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: typelib-1_0-Gtk-3_0-3.24.43-150600.3.7.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (165/167), 303.5 KiB
- Retrieving: typelib-1_0-Gtk-3_0-3.24.43-150600.3.7.1.x86_64.rpm [.
- ...done (93.3 KiB/s)]
- Retrieving: gdk-pixbuf-devel-2.42.12-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (166/167), 85.7 KiB
- Retrieving: gdk-pixbuf-devel-2.42.12-150600.3.3.1.x86_64.rpm [..done (4.0 KiB/s)]
- Retrieving: gtk3-devel-3.24.43-150600.3.7.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (167/167), 2.0 MiB
- Retrieving: gtk3-devel-3.24.43-150600.3.7.1.x86_64.rpm [..
- .........
- .....done (992.8 KiB/s)]
-
- Checking for file conflicts: [...done]
- ( 1/167) Installing: compositeproto-devel-0.4.2-1.22.x86_64 [..done]
- ( 2/167) Installing: damageproto-devel-1.2.1-1.22.x86_64 [..done]
- ( 3/167) Installing: dbus-1-devel-1.12.2-150400.18.8.1.x86_64 [..done]
- ( 4/167) Installing: hicolor-icon-theme-0.17-150600.19.2.noarch [..done]
- ( 5/167) Installing: inputproto-devel-2.4-150500.1.1.x86_64 [..done]
- ( 6/167) Installing: libXcomposite1-0.4.4-1.23.x86_64 [..done]
- ( 7/167) Installing: libXdamage1-1.1.4-1.23.x86_64 [..done]
- ( 8/167) Installing: libXext6-1.3.3-1.30.x86_64 [..done]
- ( 9/167) Installing: libXfixes3-6.0.0-150400.1.4.x86_64 [..done]
- ( 10/167) Installing: libXrender1-0.9.10-1.30.x86_64 [..done]
- ( 11/167) Installing: libbrotlienc1-1.0.7-3.3.1.x86_64 [..done]
- ( 12/167) Installing: libbz2-devel-1.0.8-150400.1.122.x86_64 [..done]
- ( 13/167) Installing: libdatrie1-0.2.9-1.25.x86_64 [..done]
- ( 14/167) Installing: libdrm2-2.4.118-150600.1.4.x86_64 [..done]
- ( 15/167) Installing: libedit0-3.1.snap20150325-2.12.x86_64 [..done]
- ( 16/167) Installing: libepoxy0-1.5.10-150500.1.2.x86_64 [..done]
- ( 17/167) Installing: libffi-devel-3.2.1.git259-10.8.x86_64 [..done]
- ( 18/167) Installing: libfribidi0-1.0.10-150400.3.3.1.x86_64 [..done]
- ( 19/167) Installing: libgraphite2-3-1.3.14-150600.1.5.x86_64 [..done]
- ( 20/167) Installing: libicu73_2-ledata-73.2-150000.1.7.1.noarch [.......done]
- ( 21/167) Installing: libjbig2-2.1-150000.3.5.1.x86_64 [..done]
- ( 22/167) Installing: libjpeg62-62.3.0-150600.22.3.x86_64 [..done]
- ( 23/167) Installing: libjpeg8-8.2.2-150600.22.5.x86_64 [..
- done]
- ( 24/167) Installing: liblcms2-2-2.15-150600.1.5.x86_64 [..done]
- ( 25/167) Installing: libpciaccess0-0.14-1.16.x86_64 [..done]
- ( 26/167) Installing: libpcre2-16-0-10.42-150600.1.26.x86_64 [..done]
- ( 27/167) Installing: libpcre2-32-0-10.42-150600.1.26.x86_64 [..done]
- ( 28/167) Installing: libpcre2-posix3-10.42-150600.1.26.x86_64 [..done]
- ( 29/167) Installing: libpng16-16-1.6.40-150600.1.3.x86_64 [..done]
- ( 30/167) Installing: libsepol-devel-3.5-150600.1.49.x86_64 [..done]
- ( 31/167) Installing: libthai-data-0.1.29-150400.1.4.x86_64 [..done]
- ( 32/167) Installing: libvulkan1-1.3.275.0-150600.1.2.x86_64 [..done]
- ( 33/167) Installing: libwayland-client0-1.22.0-150600.1.6.x86_64 [..done]
- ( 34/167) Installing: libwayland-egl1-99~1.22.0-150600.1.6.x86_64 [..done]
- ( 35/167) Installing: libwayland-server0-1.22.0-150600.1.6.x86_64 [..done]
- ( 36/167) Installing: libxshmfence1-1.2-1.23.x86_64 [..done]
- ( 37/167) Installing: libzstd-devel-1.5.5-150600.1.3.x86_64 [..done]
- ( 38/167) Installing: recordproto-devel-1.14.2-1.22.x86_64 [..done]
- ( 39/167) Installing: renderproto-devel-0.11.1-1.22.x86_64 [..done]
- ( 40/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]
- ( 41/167) Installing: xextproto-devel-7.3.0-1.22.x86_64 [..done]
- ( 42/167) Installing: xineramaproto-devel-1.2.1-2.22.x86_64 [..done]
- ( 43/167) Installing: xkeyboard-config-2.40-150600.1.2.noarch [..done]
- ( 44/167) Installing: libXxf86vm1-1.1.4-1.23.x86_64 [..done]
- ( 45/167) Installing: libXtst6-1.2.3-1.24.x86_64 [..done]
- ( 46/167) Installing: libXinerama1-1.1.3-1.22.x86_64 [..done]
- ( 47/167) Installing: libXi6-1.7.9-3.2.1.x86_64 [..done]
- ( 48/167) Installing: libXrandr2-1.5.1-2.17.x86_64 [..done]
- ( 49/167) Installing: libXcursor1-1.1.15-1.18.x86_64 [..done]
- ( 50/167) Installing: libbrotli-devel-1.0.7-3.3.1.x86_64 [..done]
- ( 51/167) Installing: libdatrie-devel-0.2.9-1.25.x86_64 [..
- done]
- ( 52/167) Installing: libdrm_radeon1-2.4.118-150600.1.4.x86_64 [..done]
- ( 53/167) Installing: libdrm_nouveau2-2.4.118-150600.1.4.x86_64 [..done]
- ( 54/167) Installing: libdrm_amdgpu1-2.4.118-150600.1.4.x86_64 [..done]
- ( 55/167) Installing: fribidi-devel-1.0.10-150400.3.3.1.x86_64 [..done]
- ( 56/167) Installing: graphite2-devel-1.3.14-150600.1.5.x86_64 [..done]
- ( 57/167) Installing: libicu73_2-73.2-150000.1.7.1.x86_64 [...done]
- ( 58/167) Installing: libjpeg62-devel-62.3.0-150600.22.3.x86_64 [..done]
- ( 59/167) Installing: libdrm_intel1-2.4.118-150600.1.4.x86_64 [..done]
- ( 60/167) Installing: pcre2-devel-10.42-150600.1.26.x86_64 [..done]
- ( 61/167) Installing: libpng16-devel-1.6.40-150600.1.3.x86_64 [..done]
- ( 62/167) Installing: libpng16-compat-devel-1.6.40-150600.1.3.x86_64 [..done]
- ( 63/167) Installing: libthai0-0.1.29-150400.1.4.x86_64 [..done]
- ( 64/167) Installing: libwayland-cursor0-1.22.0-150600.1.6.x86_64 [..done]
- ( 65/167) Installing: randrproto-devel-1.6.0-4.17.x86_64 [..done]
- ( 66/167) Installing: libXrender-devel-0.9.10-1.30.x86_64 [..done]
- ( 67/167) Installing: libXext-devel-1.3.3-1.30.x86_64 [..done]
- ( 68/167) Installing: fixesproto-devel-6.0-150400.1.4.x86_64 [..done]
- ( 69/167) Installing: libicu73_2-devel-73.2-150000.1.7.1.x86_64 [..done]
- ( 70/167) Installing: libselinux-devel-3.5-150600.1.46.x86_64 [..done]
- ( 71/167) Installing: libthai-devel-0.1.29-150400.1.4.x86_64 [..done]
- ( 72/167) Installing: wayland-devel-1.22.0-150600.1.6.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: Mesa-KHR-devel-23.3.4-150600.83.3.1.x86_64 [..done]
- ( 82/167) Installing: Mesa-libglapi0-23.3.4-150600.83.3.1.x86_64 [..done]
- ( 83/167) Installing: gettext-its-gtk4-4.12.4-150600.3.6.2.x86_64 [..done]
- ( 84/167) Installing: gtk3-data-3.24.43-150600.3.7.1.noarch [..done]
- ( 85/167) Installing: gtk3-schema-3.24.43-150600.3.7.1.noarch [..done]
- ( 86/167) Installing: libavahi-common3-0.8-150600.15.6.1.x86_64 [..done]
- ( 87/167) Installing: libblkid-devel-2.39.3-150600.4.12.2.x86_64 [..done]
- ( 88/167) Installing: libexpat-devel-2.7.1-150400.3.28.1.x86_64 [..done]
- ( 89/167) Installing: libgmodule-2_0-0-2.78.6-150600.4.16.1.x86_64 [..done]
- ( 90/167) Installing: libgobject-2_0-0-2.78.6-150600.4.16.1.x86_64 [..done]
- ( 91/167) Installing: libgthread-2_0-0-2.78.6-150600.4.16.1.x86_64 [..done]
- ( 92/167) Installing: libnettle8-3.9.1-150600.3.2.1.x86_64 [..done]
- ( 93/167) Installing: libopenssl1_1-1.1.1w-150600.5.12.2.x86_64 [..done]
- ( 94/167) Installing: libpixman-1-0-0.43.4-150600.3.3.1.x86_64 [..done]
- ( 95/167) Installing: shared-mime-info-2.4-150600.3.3.2.x86_64 [..
- done]
- ( 96/167) Installing: xz-devel-5.4.1-150600.3.3.1.x86_64 [..done]
- ( 97/167) Installing: libLLVM17-17.0.6-150600.3.7.1.x86_64 [........
- ..........
- ...done]
- ( 98/167) Installing: libtiff6-4.7.0-150600.3.8.1.x86_64 [..done]
- ( 99/167) Installing: libfreetype6-2.10.4-150000.4.22.1.x86_64 [..done]
- (100/167) Installing: libgbm1-23.3.4-150600.83.3.1.x86_64 [..done]
- (101/167) Installing: cups-config-2.2.7-150000.3.65.1.x86_64 [..done]
- (102/167) Installing: libxkbcommon0-1.5.0-150600.3.3.1.x86_64 [..done]
- (103/167) Installing: libavahi-client3-0.8-150600.15.6.1.x86_64 [..done]
- (104/167) Installing: libmount-devel-2.39.3-150600.4.12.2.x86_64 [..done]
- (105/167) Installing: libhogweed6-3.9.1-150600.3.2.1.x86_64 [..done]
- (106/167) Installing: python3-base-3.6.15-150300.10.84.1.x86_64 [.....
- ....done]
- (107/167) Installing: libpython3_6m1_0-3.6.15-150300.10.84.1.x86_64 [..done]
- (108/167) Installing: libpixman-1-0-devel-0.43.4-150600.3.3.1.x86_64 [..done]
- (109/167) Installing: Mesa-dri-23.3.4-150600.83.3.1.x86_64 [......
- .done]
- (110/167) Installing: libtiff-devel-4.7.0-150600.3.8.1.x86_64 [..done]
- (111/167) Installing: freetype2-devel-2.10.4-150000.4.22.1.x86_64 [..done]
- (112/167) Installing: libxkbcommon-devel-1.5.0-150600.3.3.1.x86_64 [..done]
- (113/167) Installing: libgnutls30-3.8.3-150600.4.6.2.x86_64 [..done]
- (114/167) Installing: libcups2-2.2.7-150000.3.65.1.x86_64 [..done]
- (115/167) Installing: libatspi0-2.50.0-150600.1.2.x86_64 [..done]
- (116/167) Installing: libatk-1_0-0-2.50.0-150600.1.2.x86_64 [..done]
- (117/167) Installing: libharfbuzz0-8.3.0-150600.1.3.x86_64 [..done]
- (118/167) Installing: libfontconfig1-2.14.2-150600.1.3.x86_64 [..done]
- (119/167) Installing: fontconfig-2.14.2-150600.1.3.x86_64 [..done]
- (120/167) Installing: libglvnd-1.7.0-150600.1.2.x86_64 [..done]
- (121/167) Installing: libatk-bridge-2_0-0-2.50.0-150600.1.2.x86_64 [..done]
- (122/167) Installing: libharfbuzz-subset0-8.3.0-150600.1.3.x86_64 [..done]
- (123/167) Installing: libharfbuzz-icu0-8.3.0-150600.1.3.x86_64 [..done]
- (124/167) Installing: libharfbuzz-gobject0-8.3.0-150600.1.3.x86_64 [..done]
- (125/167) Installing: libcairo2-1.18.0-150600.1.3.x86_64 [..done]
- (126/167) Installing: libXft2-2.3.2-1.33.x86_64 [..done]
- (127/167) Installing: fontconfig-devel-2.14.2-150600.1.3.x86_64 [.
- .done]
- (128/167) Installing: libglvnd-devel-1.7.0-150600.1.2.x86_64 [..done]
- (129/167) Installing: libharfbuzz-cairo0-8.3.0-150600.1.3.x86_64 [..done]
- (130/167) Installing: libcairo-script-interpreter2-1.18.0-150600.1.3.x86_64 [..done]
- (131/167) Installing: libcairo-gobject2-1.18.0-150600.1.3.x86_64 [..done]
- (132/167) Installing: libXft-devel-2.3.2-1.33.x86_64 [..done]
- (133/167) Installing: gio-branding-openSUSE-42.1-lp156.9.2.2.noarch [..done]
- (134/167) Installing: Mesa-libEGL1-23.3.4-150600.83.3.1.x86_64 [..done]
- (135/167) Installing: libgio-2_0-0-2.78.6-150600.4.16.1.x86_64 [..done]
- (136/167) Installing: glib2-tools-2.78.6-150600.4.16.1.x86_64 [..done]
- (137/167) Installing: Mesa-libGL1-23.3.4-150600.83.3.1.x86_64 [..done]
- (138/167) Installing: Mesa-23.3.4-150600.83.3.1.x86_64 [..done]
- (139/167) Installing: Mesa-gallium-23.3.4-150600.83.3.1.x86_64 [.......
- ...done]
- (140/167) Installing: Mesa-libEGL-devel-23.3.4-150600.83.3.1.x86_64 [..done]
- (141/167) Installing: libcolord2-1.4.6-150600.3.5.1.x86_64 [..done]
- (142/167) Installing: glib2-devel-2.78.6-150600.4.16.1.x86_64 [..done]
- (143/167) Installing: gdk-pixbuf-query-loaders-2.42.12-150600.3.3.1.x86_64 [..done]
- (144/167) Installing: Mesa-libGL-devel-23.3.4-150600.83.3.1.x86_64 [..done]
- (145/167) Installing: libgdk_pixbuf-2_0-0-2.42.12-150600.3.3.1.x86_64 [..done]
- (146/167) Installing: libpango-1_0-0-1.51.1-150600.1.3.x86_64 [..done]
- (147/167) Installing: girepository-1_0-1.78.1-150600.2.3.x86_64 [..done]
- (148/167) Installing: libgirepository-1_0-1-1.78.1-150600.2.3.x86_64 [..done]
- (149/167) Installing: at-spi2-core-2.50.0-150600.1.2.x86_64 [..done]
- (150/167) Installing: cairo-devel-1.18.0-150600.1.3.x86_64 [..done]
- (151/167) Installing: libepoxy-devel-1.5.10-150500.1.2.x86_64 [..done]
- (152/167) Installing: librsvg-2-2-2.57.1-150600.1.7.x86_64 [..
- .done]
- (153/167) Installing: typelib-1_0-HarfBuzz-0_0-8.3.0-150600.1.3.x86_64 [..done]
- (154/167) Installing: typelib-1_0-Atspi-2_0-2.50.0-150600.1.2.x86_64 [..done]
- (155/167) Installing: typelib-1_0-Atk-1_0-2.50.0-150600.1.2.x86_64 [..done]
- (156/167) Installing: gdk-pixbuf-loader-rsvg-2.57.1-150600.1.7.x86_64 [..done]
- (157/167) Installing: typelib-1_0-Pango-1_0-1.51.1-150600.1.3.x86_64 [..done]
- (158/167) Installing: harfbuzz-devel-8.3.0-150600.1.3.x86_64 [..done]
- (159/167) Installing: at-spi2-core-devel-2.50.0-150600.1.2.x86_64 [....done]
- (160/167) Installing: pango-devel-1.51.1-150600.1.3.x86_64 [..done]
- (161/167) Installing: typelib-1_0-GdkPixbuf-2_0-2.42.12-150600.3.3.1.x86_64 [..done]
- (162/167) Installing: gtk3-tools-3.24.43-150600.3.7.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.43-150600.3.7.1.x86_64 [...done]
- (164/167) Installing: typelib-1_0-GdkPixdata-2_0-2.42.12-150600.3.3.1.x86_64 [..done]
- (165/167) Installing: typelib-1_0-Gtk-3_0-3.24.43-150600.3.7.1.x86_64 [..
- done]
- (166/167) Installing: gdk-pixbuf-devel-2.42.12-150600.3.3.1.x86_64 [..done]
- (167/167) Installing: gtk3-devel-3.24.43-150600.3.7.1.x86_64 [....done]
2025-07-31 07:48.05 ---> saved as "951fe8012e0deaa8769da8c4fc2311f23c62b2d2cf933dec7ea33ed3bd6d8b16"
/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-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[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-effects 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 36 packages
- install afl-persistent 1.4
- install base-bytes base
- install bigstringaf 0.10.0
- install cairo2 0.6.5
- install camlp-streams 5.0.1
- install cmdliner 1.3.0
- install conf-cairo 1
- install conf-gtk3 18
- install conf-pkg-config 4
- install cppo 1.8.0
- install crowbar 0.2.1
- install csexp 1.5.2
- install cstruct 6.2.0
- install domain-local-await 1.0.1
- install dune 3.19.1
- install dune-configurator 3.19.1
- install eio 1.3
- install eio_linux 1.3
- install eio_main 1.3
- install eio_posix 1.3
- install fmt 0.11.0
- install hmap 0.8.1
- install iomux 0.3
- install lablgtk3 3.1.5
- install lwt-dllist 1.1.0
- install mtime 2.1.0
- install ocamlbuild 0.16.1
- install ocamlfind 1.9.8
- install ocplib-endian 1.2
- install optint 0.3.0
- install processor 0.2
- install psq 0.2.1
- install seq base
- install thread-table 1.0.0
- install topkg 1.1.0
- install uring 0.9
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved afl-persistent.1.4 (cached)
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved cairo2.0.6.5 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved cmdliner.1.3.0 (cached)
-> retrieved cppo.1.8.0 (cached)
-> installed conf-pkg-config.4
-> retrieved crowbar.0.2.1 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved cstruct.6.2.0 (cached)
-> installed conf-cairo.1
-> installed conf-gtk3.18
-> retrieved domain-local-await.1.0.1 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved hmap.0.8.1 (cached)
-> retrieved iomux.0.3 (cached)
-> retrieved eio.1.3, eio_linux.1.3, eio_main.1.3, eio_posix.1.3 (cached)
-> retrieved lablgtk3.3.1.5 (cached)
-> retrieved lwt-dllist.1.1.0 (cached)
-> retrieved mtime.2.1.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved dune.3.19.1, dune-configurator.3.19.1 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> retrieved optint.0.3.0 (cached)
-> retrieved seq.base (cached)
-> retrieved processor.0.2 (cached)
-> retrieved psq.0.2.1 (cached)
-> retrieved thread-table.1.0.0 (cached)
-> retrieved topkg.1.1.0 (cached)
-> installed cmdliner.1.3.0
-> installed seq.base
-> retrieved uring.0.9 (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.0
-> installed hmap.0.8.1
-> installed mtime.2.1.0
-> installed fmt.0.11.0
-> installed dune.3.19.1
-> installed afl-persistent.1.4
-> installed csexp.1.5.2
-> installed camlp-streams.5.0.1
-> installed cppo.1.8.0
-> installed cstruct.6.2.0
-> installed lwt-dllist.1.1.0
-> installed optint.0.3.0
-> installed processor.0.2
-> installed psq.0.2.1
-> installed thread-table.1.0.0
-> installed ocplib-endian.1.2
-> installed domain-local-await.1.0.1
-> installed crowbar.0.2.1
-> installed dune-configurator.3.19.1
-> installed bigstringaf.0.10.0
-> installed iomux.0.3
-> installed cairo2.0.6.5
-> installed uring.0.9
-> installed eio.1.3
-> installed eio_linux.1.3
-> installed eio_posix.1.3
-> installed eio_main.1.3
-> installed lablgtk3.3.1.5
Done.
<><> afl-persistent.1.4 installed successfully ><><><><><><><><><><><><><><><><>
=> afl-persistent is installed, but since the current OCaml compiler does
not enable AFL instrumentation by default, most packages will not be
instrumented and fuzzing with afl-fuzz may not be effective.
To globally enable AFL instrumentation, create an OCaml switch like:
opam switch create 5.3.0+afl ocaml-variants.5.3.0+options ocaml-option-afl
# To update the current shell environment, run: eval $(opam env)
2025-07-31 07:48.38 ---> saved as "13bc4b645b4fdd1fb292a1a0ab6b7ac88bed96b688fc981604b06437e41b54cb"
/src: (copy (src .) (dst /src))
2025-07-31 07:48.38 ---> saved as "8991f61f92863e5ce984a73bbf639a31f844eef26e408274ad846202bdd5ed49"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./test.exe)
ivt: PASS
space: PASS
2025-07-31 07:48.40 ---> saved as "18121b9691cc5af33fe803932e210e7b98a34f0e3835661ac17247f04379d195"
Job succeeded
2025-07-31 07:48.40: Job succeeded