Organisationsbacktrackingocamlgraph0764a2 ()opensuse-16.0-5.4_opam-2.4

opensuse-16.0-5.4_opam-2.4

Link Copied
Code Copied

Logs

2025-10-27 22:38.48: New job: test backtracking/ocamlgraph https://github.com/backtracking/ocamlgraph.git#refs/heads/master (0764a285a52562a94e944d962b7b0e6e493f1334) (linux-x86_64:opensuse-16.0-5.4_opam-2.4)
Base: ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:152e9225236133ca641e5c201a34bb0067d71d56129bae5ed6825a7a14e58214
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/backtracking/ocamlgraph.git" -b "master" && cd "ocamlgraph" && git reset --hard 0764a285
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:152e9225236133ca641e5c201a34bb0067d71d56129bae5ed6825a7a14e58214
# opensuse-16.0-5.4_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 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 ocamlgraph_gtk.opam ocamlgraph.opam ./
RUN opam pin add -yn ocamlgraph_gtk.dev './' && \
opam pin add -yn ocamlgraph.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 conf-gnomecanvas.2 conf-gtk2.1 conf-libX11.1 conf-libXft.1 conf-pkg-config.4 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 graphics.5.2.0 lablgtk.2.18.14 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.8"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y ocamlgraph_gtk.dev ocamlgraph.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-10-27 22:38.48: Using cache hint "backtracking/ocamlgraph-ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:152e9225236133ca641e5c201a34bb0067d71d56129bae5ed6825a7a14e58214-opensuse-16.0-5.4_opam-2.4-f9f771e347609a536b97e05be1bc3197"
2025-10-27 22:38.48: Using OBuilder spec:
((from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:152e9225236133ca641e5c201a34bb0067d71d56129bae5ed6825a7a14e58214)
(comment opensuse-16.0-5.4_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 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src ocamlgraph_gtk.opam ocamlgraph.opam) (dst ./))
(run (network host)
(shell  "opam pin add -yn ocamlgraph_gtk.dev './' && \
\nopam pin add -yn ocamlgraph.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 conf-gnomecanvas.2 conf-gtk2.1 conf-libX11.1 conf-libXft.1 conf-pkg-config.4 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 graphics.5.2.0 lablgtk.2.18.14 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.8")
(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 ocamlgraph_gtk.dev ocamlgraph.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-10-27 22:38.48: Waiting for resource in pool OCluster
2025-10-27 22:42.44: Waiting for worker…
2025-10-27 22:44.43: Got resource from pool OCluster
Building on eumache
All commits already cached
HEAD is now at 0764a28 Merge pull request #155 from redianthus/master


(from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:152e9225236133ca641e5c201a34bb0067d71d56129bae5ed6825a7a14e58214)
2025-10-27 22:44.43 ---> using "9d38683995b9bb49551e843deb9716f7bd1ad3adb6587b4c40a8eb60aa1ab60e" from cache


/: (comment opensuse-16.0-5.4_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-10-27 22:44.43 ---> using "b3542340bd2208c71fce428a3b3aa6b53a9668c8954e1b3dd81f34bc5f6d6592" 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 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=255 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-10-27 22:44.43 ---> using "728b7687b472e18330a8de64e1a078a94e50e387650658e9409b2e7e5d7cfcbf" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-131-generic
The OCaml toplevel, version 5.4.0
2.4.1
2025-10-27 22:44.43 ---> using "ae51319793515b3f645d0ff01305101e669c757eda759a7d4d52d1d1b67822ec" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-10-27 22:44.43 ---> using "4971281788d5cc39160451ff2c958f77dbad879e7922f999083697cdc5e25710" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
1abfcdbf14..7f9c784b97  master     -> origin/master
7f9c784b97 Merge pull request #28787 from ocaml/mseri-patch-1


<><> 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-10-27 22:44.43 ---> using "c4ae434ff6acf02f3c53356f8a83c99eec23fc0197516dd5b7b03f0ba5b3e57d" from cache


/src: (copy (src ocamlgraph_gtk.opam ocamlgraph.opam) (dst ./))
2025-10-27 22:44.43 ---> saved as "7aeccacd4aa257c6dd21409202c9d5483a7ed3aa8954ead965317c2d5c453707"


/src: (run (network host)
(shell  "opam pin add -yn ocamlgraph_gtk.dev './' && \
\nopam pin add -yn ocamlgraph.dev './'"))
[ocamlgraph_gtk.dev] synchronised (file:///src)
ocamlgraph_gtk is now pinned to file:///src (version dev)
[ocamlgraph.dev] synchronised (file:///src)
ocamlgraph is now pinned to file:///src (version dev)
2025-10-27 22:44.45 ---> saved as "ea42a58b8b87ea198abe45b14381f7a5e9329ddde62273415adf3ee4e471f24b"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-10-27 22:44.45 ---> saved as "aaff7babd2cb84ed573efc71551795a8d6afb4a7bb7abd2b02b194139b759769"


/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 conf-gnomecanvas.2 conf-gtk2.1 conf-libX11.1 conf-libXft.1 conf-pkg-config.4 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 graphics.5.2.0 lablgtk.2.18.14 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.8")


/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 ocamlgraph_gtk.dev ocamlgraph.dev $DEPS"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Repository 'repo-openh264 (16.0)' is up to date.
- Retrieving repository 'repo-oss (16.0)' metadata [...
- Looking for gpg keys in repository repo-oss (16.0).
-   gpgkey=http://cdn.opensuse.org/distribution/leap/16.0/repo/oss/x86_64/repodata/repomd.xml.key
- .
- ..
- 
- Note: Received 1 new package signing key from repository "repo-oss (16.0)":
- 
-   Those additional keys are usually used to sign packages shipped by the repository. In order to
-   validate those packages upon download and installation the new keys will be imported into the rpm
-   database.
- 
-   New:
-   Key Fingerprint:  F044 C2C5 07A1 262B 538A AADD 8A49 EB03 25DB 7AE0
-   Key Name:         openSUSE:Backports OBS Project <openSUSE:Backports@build.opensuse.org>
-   Key Algorithm:    RSA 4096
-   Key Created:      Wed May 10 14:46:12 2023
-   Key Expires:      Sun May  9 14:46:12 2027
-   Rpm Name:         gpg-pubkey-25db7ae0-645bae34
- 
-   The repository metadata introducing the new keys have been signed and validated by the trusted
-   key:
- 
-   Repository:       repo-oss (16.0)
-   Key Fingerprint:  AD48 5664 E901 B867 051A B15F 35A2 F86E 29B7 00A4
-   Key Name:         openSUSE Project Signing Key <opensuse@opensuse.org>
-   Key Algorithm:    RSA 4096
-   Key Created:      Mon Jun 20 14:03:14 2022
-   Key Expires:      Fri Jun 19 14:03:14 2026
-   Rpm Name:         gpg-pubkey-29b700a4-62b07e22
- 
- .
- ......
- ........
- .......
- ........
- ........
- ........
- ...
- ........
- .......
- ........
- ....
- ........
- .......
- .......
- .........
- .....
- ......
- ....
- ......
- .....
- .....
- .........
- .......
- .........
- .........
- ......
- ........
- ........
- ......
- ........
- .........
- .......
- ......
- ........
- ......
- ........
- ........
- .......
- .........
- .......
- .......
- ........
- ........
- ......
- ........
- ........
- ......
- ......
- .....
- .......
- .....
- .......
- .......
- .........
- .......
- .........
- .......
- .......
- .......
- ........
- ........
- .......
- ......
- .....
- ......
- ......
- .........
- ......
- ......
- .........
- .......
- ......
- ....
- .......
- ........
- .......
- ....
- ......
- .........
- .....done]
- Building repository 'repo-oss (16.0)' cache [..
- ..done]
- All repositories have been refreshed.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ocamlgraph.dev] synchronised (file:///src)
[ocamlgraph_gtk.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.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.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:
gtk2-devel libXft-devel


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


+ /usr/bin/sudo "zypper" "--non-interactive" "install" "gtk2-devel" "libXft-devel"
- Refreshing service 'openSUSE'.
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- 
- The following 122 NEW packages are going to be installed:
-   at-spi2-core at-spi2-core-devel cairo-devel cups-config dbus-1-daemon dbus-1-devel fontconfig fontconfig-devel freetype2-devel fribidi-devel gdk-pixbuf-devel gdk-pixbuf-query-loaders gio-branding-openSUSE girepository-1_0 glib2-devel glib2-tools graphite2-devel gtk2-devel gtk2-tools harfbuzz-devel hicolor-icon-theme libXcomposite1 libXcursor1 libXdamage1 libXext-devel libXext6 libXfixes-devel libXfixes3 libXft-devel libXft2 libXi-devel libXi6 libXinerama1 libXrandr2 libXrender-devel libXrender1 libXtst-devel libXtst6 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 libcups2 libdatrie-devel libdatrie1 libeconf-devel libelf1 libexpat-devel libffi-devel libfontconfig1 libfreetype6 libfribidi0 libgdk_pixbuf-2_0-0 libgio-2_0-0 libgirepository-1_0-1 libgirepository-2_0-0 libgmodule-2_0-0 libgobject-2_0-0 libgraphite2-3 libgthread-2_0-0 libgtk-2_0-0 libharfbuzz-cairo0 libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz-subset0 libharfbuzz0 libicu-devel libicu77 libicu77-ledata libjbig2 libjpeg62 libjpeg62-devel libjpeg8 liblzo2-2 libmount-devel libmpdec4 libpango-1_0-0 libpcre2-16-0 libpcre2-32-0 libpcre2-posix3 libpixman-1-0 libpixman-1-0-devel libpng16-16 libpng16-compat-devel libpng16-devel libpython3_13-1_0 libselinux-devel libsepol-devel libthai-data libthai-devel libthai0 libtiff-devel libtiff6 libzstd-devel lzo-devel pango-devel pcre2-devel python313-base shared-mime-info system-user-lp typelib-1_0-Atk-1_0 typelib-1_0-Atspi-2_0 typelib-1_0-GIRepository-3_0 typelib-1_0-GLib-2_0 typelib-1_0-GLibUnix-2_0 typelib-1_0-GModule-2_0 typelib-1_0-GObject-2_0 typelib-1_0-GdkPixbuf-2_0 typelib-1_0-GdkPixdata-2_0 typelib-1_0-Gio-2_0 typelib-1_0-Gtk-2_0 typelib-1_0-HarfBuzz-0_0 typelib-1_0-Pango-1_0 xz-devel
- 
- 122 new packages to install.
- 
- Package download size:    49.7 MiB
- 
- Package install size change:
-               |     190.9 MiB  required by packages that will be installed
-    190.9 MiB  |  -      0 B    released by packages that will be removed
- 
- Backend:  classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Preloading Packages [..
- Preloading: libXtst-devel-1.2.5-160000.3.2.x86_64.rpm [done]
- .
- Preloading: gdk-pixbuf-query-loaders-2.42.12-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libcups2-2.4.11-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libthai-devel-0.1.29-160000.3.2.x86_64.rpm [done]
- .
- 
- Preloading: libatspi0-2.56.3-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: fontconfig-2.16.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libfontconfig1-2.16.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: freetype2-devel-2.13.3-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libselinux-devel-3.8.1-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libtiff-devel-4.7.0-160000.2.2.x86_64.rpm [done]
- .
- 
- Preloading: libharfbuzz0-11.0.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-Gio-2_0-2.84.3-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: typelib-1_0-GModule-2_0-2.84.3-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: typelib-1_0-Atk-1_0-2.56.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-GLibUnix-2_0-2.84.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libmount-devel-2.41.1-160000.2.2.x86_64.rpm [done]
- .
- .
- Preloading: libicu-devel-77.1-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libXi-devel-1.8.2-160000.3.2.x86_64.rpm [done]
- ..
- Preloading: cups-config-2.4.11-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libthai0-0.1.29-160000.3.2.x86_64.rpm [done]
- .
- 
- Preloading: libgio-2_0-0-2.84.3-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libpng16-compat-devel-1.6.44-160000.2.2.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-GObject-2_0-2.84.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libfreetype6-2.13.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libpng16-devel-1.6.44-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libpixman-1-0-devel-0.43.4-160000.2.2.x86_64.rpm [done]
- .
- Preloading: pcre2-devel-10.45-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libpango-1_0-0-1.56.4-160000.2.2.x86_64.rpm [done]
- .
- 
- Preloading: glib2-tools-2.84.3-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: gio-branding-openSUSE-42.1-lp160.3.1.noarch.rpm [done]
- ..
- ..
- Preloading: libpython3_13-1_0-3.13.5-160000.2.2.x86_64.rpm [done]
- .
- .
- Preloading: typelib-1_0-Gtk-2_0-2.24.33-160000.2.2.x86_64.rpm [done]
- .
- Preloading: harfbuzz-devel-11.0.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-GdkPixdata-2_0-2.42.12-160000.2.2.x86_64.rpm [done]
- ..
- .
- Preloading: gtk2-devel-2.24.33-160000.2.2.x86_64.rpm [done]
- ..
- .
- Preloading: at-spi2-core-devel-2.56.3-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: gtk2-tools-2.24.33-160000.2.2.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-Pango-1_0-1.56.4-160000.2.2.x86_64.rpm [done]
- .
- .
- Preloading: cairo-devel-1.18.4-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libgtk-2_0-0-2.24.33-160000.2.2.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-GdkPixbuf-2_0-2.42.12-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libXft-devel-2.3.8-160000.2.2.x86_64.rpm [done]
- .
- Preloading: lzo-devel-2.10-160000.3.2.x86_64.rpm [done]
- .
- 
- Preloading: at-spi2-core-2.56.3-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libcairo-gobject2-1.18.4-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libcairo-script-interpreter2-1.18.4-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libharfbuzz-cairo0-11.0.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-HarfBuzz-0_0-11.0.0-160000.2.2.x86_64.rpm [done]
- .
- 
- Preloading: libgdk_pixbuf-2_0-0-2.42.12-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libatk-bridge-2_0-0-2.56.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-Atspi-2_0-2.56.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: fontconfig-devel-2.16.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libXft2-2.3.8-160000.2.2.x86_64.rpm [done]
- ..
- .
- Preloading: libcairo2-1.18.4-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libharfbuzz-gobject0-11.0.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libharfbuzz-icu0-11.0.0-160000.2.2.x86_64.rpm [done]
- ..
- 
- Preloading: libharfbuzz-subset0-11.0.0-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libffi-devel-3.4.6-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libpixman-1-0-0.43.4-160000.2.2.x86_64.rpm [done]
- .
- Preloading: glib2-devel-2.84.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libpcre2-posix3-10.45-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libpcre2-16-0-10.45-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libpcre2-32-0-10.45-160000.2.2.x86_64.rpm [done]
- .
- Preloading: liblzo2-2-2.10-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libmpdec4-4.0.1-160000.2.2.x86_64.rpm [done]
- .
- 
- Preloading: libjpeg62-62.4.0-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libjbig2-2.1-160000.3.2.x86_64.rpm [done]
- ..
- Preloading: libjpeg8-8.3.2-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libgthread-2_0-0-2.84.3-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libgraphite2-3-1.3.14-160000.2.2.x86_64.rpm [done]
- .
- 
- Preloading: libgobject-2_0-0-2.84.3-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libgmodule-2_0-0-2.84.3-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libfribidi0-1.0.15-160000.2.2.x86_64.rpm [done]
- .
- 
- Preloading: libpng16-16-1.6.44-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libexpat-devel-2.7.1-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libelf1-0.192-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libeconf-devel-0.7.9-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libdatrie1-0.2.13-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libbz2-devel-1.0.8-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libbrotlienc1-1.1.0-160000.2.2.x86_64.rpm [done]
- .
- 
- Preloading: libavahi-common3-0.8-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libXrender1-0.9.11-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libXfixes3-6.0.1-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libXext6-1.3.6-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libXdamage1-1.1.6-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libXcomposite1-0.4.6-160000.3.2.x86_64.rpm [done]
- .
- Preloading: hicolor-icon-theme-0.18-160000.3.2.noarch.rpm [done]
- ..
- Preloading: dbus-1-devel-1.14.10-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libXcursor1-1.2.3-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libtiff6-4.7.0-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libjpeg62-devel-62.4.0-160000.3.2.x86_64.rpm [done]
- .
- ..
- ..
- ..
- .
- Preloading: libicu77-77.1-160000.2.2.x86_64.rpm [done]
- .
- Preloading: graphite2-devel-1.3.14-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libgirepository-1_0-1-1.84.0-160000.2.2.x86_64.rpm [done]
- .
- 
- Preloading: girepository-1_0-1.84.0-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libatk-1_0-0-2.56.3-160000.2.2.x86_64.rpm [done]
- ..
- .
- Preloading: libgirepository-2_0-0-2.84.3-160000.2.2.x86_64.rpm [done]
- ..
- .
- Preloading: typelib-1_0-GLib-2_0-2.84.3-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: fribidi-devel-1.0.15-160000.2.2.x86_64.rpm [done]
- .
- .
- Preloading: libblkid-devel-2.41.1-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libdatrie-devel-0.2.13-160000.3.2.x86_64.rpm [done]
- .
- 
- Preloading: libbrotli-devel-1.1.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libavahi-client3-0.8-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: dbus-1-daemon-1.14.10-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libXrandr2-1.5.4-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libXrender-devel-0.9.11-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libXfixes-devel-6.0.1-160000.3.2.x86_64.rpm [done]
- .
- 
- Preloading: libXext-devel-1.3.6-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libXi6-1.8.2-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libXinerama1-1.1.5-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libXtst6-1.2.5-160000.3.2.x86_64.rpm [done]
- ..
- Preloading: xz-devel-5.8.1-160000.2.2.x86_64.rpm [done]
- ..
- 
- Preloading: libicu77-ledata-77.1-160000.2.2.noarch.rpm [done]
- .
- Preloading: typelib-1_0-GIRepository-3_0-2.84.3-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: system-user-lp-20170617-160000.2.2.noarch.rpm [done]
- .
- .
- Preloading: libzstd-devel-1.5.7-160000.2.2.x86_64.rpm [done]
- .
- Preloading: shared-mime-info-2.4-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libsepol-devel-3.8.1-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libthai-data-0.1.29-160000.3.2.x86_64.rpm [done]
- .
- ..
- ..
- .
- ..
- ..
- ..
- .
- Preloading: python313-base-3.13.5-160000.2.2.x86_64.rpm [done]
- ..
- 
- Preloading: pango-devel-1.56.4-160000.2.2.x86_64.rpm [done]
- .
- Preloading: gdk-pixbuf-devel-2.42.12-160000.2.2.x86_64.rpm [done]
- .done]
- Retrieving: dbus-1-daemon-1.14.10-160000.2.2.x86_64 (repo-oss (16.0)) (1/122), 244.9 KiB
- Retrieving: dbus-1-devel-1.14.10-160000.2.2.x86_64 (repo-oss (16.0)) (2/122), 154.9 KiB
- Retrieving: hicolor-icon-theme-0.18-160000.3.2.noarch (repo-oss (16.0)) (3/122),  78.7 KiB
- Retrieving: libXcomposite1-0.4.6-160000.3.2.x86_64 (repo-oss (16.0)) (4/122),  12.3 KiB
- Retrieving: libXdamage1-1.1.6-160000.3.2.x86_64 (repo-oss (16.0)) (5/122),  12.1 KiB
- Retrieving: libXext6-1.3.6-160000.3.2.x86_64 (repo-oss (16.0)) (6/122),  37.3 KiB
- Retrieving: libXfixes3-6.0.1-160000.3.2.x86_64 (repo-oss (16.0)) (7/122),  19.9 KiB
- Retrieving: libXrender1-0.9.11-160000.2.2.x86_64 (repo-oss (16.0)) (8/122),  27.5 KiB
- Retrieving: libavahi-common3-0.8-160000.2.2.x86_64 (repo-oss (16.0)) (9/122),  70.3 KiB
- Retrieving: libbrotlienc1-1.1.0-160000.2.2.x86_64 (repo-oss (16.0)) (10/122), 263.6 KiB
- Retrieving: libbz2-devel-1.0.8-160000.2.2.x86_64 (repo-oss (16.0)) (11/122),  24.5 KiB
- Retrieving: libdatrie1-0.2.13-160000.3.2.x86_64 (repo-oss (16.0)) (12/122),  50.6 KiB
- Retrieving: libeconf-devel-0.7.9-160000.2.2.x86_64 (repo-oss (16.0)) (13/122),  45.8 KiB
- Retrieving: libelf1-0.192-160000.2.2.x86_64 (repo-oss (16.0)) (14/122),  94.7 KiB
- Retrieving: libexpat-devel-2.7.1-160000.2.2.x86_64 (repo-oss (16.0)) (15/122),  72.0 KiB
- Retrieving: libffi-devel-3.4.6-160000.2.2.x86_64 (repo-oss (16.0)) (16/122),  30.8 KiB
- Retrieving: libfribidi0-1.0.15-160000.2.2.x86_64 (repo-oss (16.0)) (17/122),  42.8 KiB
- Retrieving: libgmodule-2_0-0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (18/122), 316.7 KiB
- Retrieving: libgobject-2_0-0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (19/122), 447.7 KiB
- Retrieving: libgraphite2-3-1.3.14-160000.2.2.x86_64 (repo-oss (16.0)) (20/122),  71.9 KiB
- Retrieving: libgthread-2_0-0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (21/122), 312.7 KiB
- Retrieving: libicu77-ledata-77.1-160000.2.2.noarch (repo-oss (16.0)) (22/122),   8.6 MiB
- Retrieving: libjbig2-2.1-160000.3.2.x86_64 (repo-oss (16.0)) (23/122),  35.4 KiB
- Retrieving: libjpeg62-62.4.0-160000.3.2.x86_64 (repo-oss (16.0)) (24/122), 306.3 KiB
- Retrieving: libjpeg8-8.3.2-160000.3.2.x86_64 (repo-oss (16.0)) (25/122), 307.2 KiB
- Retrieving: liblzo2-2-2.10-160000.3.2.x86_64 (repo-oss (16.0)) (26/122),  62.1 KiB
- Retrieving: libmpdec4-4.0.1-160000.2.2.x86_64 (repo-oss (16.0)) (27/122),  85.2 KiB
- Retrieving: libpcre2-16-0-10.45-160000.2.2.x86_64 (repo-oss (16.0)) (28/122), 309.1 KiB
- Retrieving: libpcre2-32-0-10.45-160000.2.2.x86_64 (repo-oss (16.0)) (29/122), 292.1 KiB
- Retrieving: libpcre2-posix3-10.45-160000.2.2.x86_64 (repo-oss (16.0)) (30/122),  66.6 KiB
- Retrieving: libpixman-1-0-0.43.4-160000.2.2.x86_64 (repo-oss (16.0)) (31/122), 210.0 KiB
- Retrieving: libpng16-16-1.6.44-160000.2.2.x86_64 (repo-oss (16.0)) (32/122), 185.0 KiB
- Retrieving: libsepol-devel-3.8.1-160000.2.2.x86_64 (repo-oss (16.0)) (33/122),  51.4 KiB
- Retrieving: libthai-data-0.1.29-160000.3.2.x86_64 (repo-oss (16.0)) (34/122), 158.7 KiB
- Retrieving: libzstd-devel-1.5.7-160000.2.2.x86_64 (repo-oss (16.0)) (35/122),  79.5 KiB
- Retrieving: shared-mime-info-2.4-160000.2.2.x86_64 (repo-oss (16.0)) (36/122), 347.4 KiB
- Retrieving: system-user-lp-20170617-160000.2.2.noarch (repo-oss (16.0)) (37/122),  12.6 KiB
- Retrieving: typelib-1_0-GIRepository-3_0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (38/122), 308.7 KiB
- Retrieving: xz-devel-5.8.1-160000.2.2.x86_64 (repo-oss (16.0)) (39/122), 106.7 KiB
- Retrieving: libXtst6-1.2.5-160000.3.2.x86_64 (repo-oss (16.0)) (40/122),  18.0 KiB
- Retrieving: libXinerama1-1.1.5-160000.3.2.x86_64 (repo-oss (16.0)) (41/122),  11.3 KiB
- Retrieving: libXi6-1.8.2-160000.3.2.x86_64 (repo-oss (16.0)) (42/122),  42.8 KiB
- Retrieving: libXext-devel-1.3.6-160000.3.2.x86_64 (repo-oss (16.0)) (43/122),  98.5 KiB
- Retrieving: libXfixes-devel-6.0.1-160000.3.2.x86_64 (repo-oss (16.0)) (44/122),  16.4 KiB
- Retrieving: libXrender-devel-0.9.11-160000.2.2.x86_64 (repo-oss (16.0)) (45/122),  22.3 KiB
- Retrieving: libXrandr2-1.5.4-160000.3.2.x86_64 (repo-oss (16.0)) (46/122),  26.1 KiB
- Retrieving: libXcursor1-1.2.3-160000.3.2.x86_64 (repo-oss (16.0)) (47/122),  30.1 KiB
- Retrieving: libavahi-client3-0.8-160000.2.2.x86_64 (repo-oss (16.0)) (48/122),  73.6 KiB
- Retrieving: libbrotli-devel-1.1.0-160000.2.2.x86_64 (repo-oss (16.0)) (49/122),  37.7 KiB
- Retrieving: libdatrie-devel-0.2.13-160000.3.2.x86_64 (repo-oss (16.0)) (50/122), 113.7 KiB
- Retrieving: libblkid-devel-2.41.1-160000.2.2.x86_64 (repo-oss (16.0)) (51/122), 174.1 KiB
- Retrieving: fribidi-devel-1.0.15-160000.2.2.x86_64 (repo-oss (16.0)) (52/122), 102.9 KiB
- Retrieving: typelib-1_0-GLib-2_0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (53/122), 362.7 KiB
- Retrieving: libgirepository-2_0-0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (54/122), 393.3 KiB
- Retrieving: libatk-1_0-0-2.56.3-160000.2.2.x86_64 (repo-oss (16.0)) (55/122), 106.3 KiB
- Retrieving: girepository-1_0-1.84.0-160000.2.2.x86_64 (repo-oss (16.0)) (56/122), 110.6 KiB
- Retrieving: libgirepository-1_0-1-1.84.0-160000.2.2.x86_64 (repo-oss (16.0)) (57/122), 129.9 KiB
- Retrieving: graphite2-devel-1.3.14-160000.2.2.x86_64 (repo-oss (16.0)) (58/122),  26.2 KiB
- Retrieving: libicu77-77.1-160000.2.2.x86_64 (repo-oss (16.0)) (59/122),   2.1 MiB
- Retrieving: libjpeg62-devel-62.4.0-160000.3.2.x86_64 (repo-oss (16.0)) (60/122), 140.2 KiB
- Retrieving: libtiff6-4.7.0-160000.2.2.x86_64 (repo-oss (16.0)) (61/122), 276.3 KiB
- Retrieving: lzo-devel-2.10-160000.3.2.x86_64 (repo-oss (16.0)) (62/122),  52.2 KiB
- Retrieving: python313-base-3.13.5-160000.2.2.x86_64 (repo-oss (16.0)) (63/122),   9.2 MiB
- Retrieving: libpython3_13-1_0-3.13.5-160000.2.2.x86_64 (repo-oss (16.0)) (64/122),   2.0 MiB
- Retrieving: pcre2-devel-10.45-160000.2.2.x86_64 (repo-oss (16.0)) (65/122), 331.4 KiB
- Retrieving: libpixman-1-0-devel-0.43.4-160000.2.2.x86_64 (repo-oss (16.0)) (66/122),  31.9 KiB
- Retrieving: libpng16-devel-1.6.44-160000.2.2.x86_64 (repo-oss (16.0)) (67/122), 230.3 KiB
- Retrieving: libpng16-compat-devel-1.6.44-160000.2.2.x86_64 (repo-oss (16.0)) (68/122), 132.9 KiB
- Retrieving: libfreetype6-2.13.3-160000.2.2.x86_64 (repo-oss (16.0)) (69/122), 564.0 KiB
- Retrieving: libthai0-0.1.29-160000.3.2.x86_64 (repo-oss (16.0)) (70/122),  28.1 KiB
- Retrieving: gio-branding-openSUSE-42.1-lp160.3.1.noarch (repo-oss (16.0)) (71/122),  29.6 KiB
- Retrieving: libgio-2_0-0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (72/122), 960.3 KiB
- Retrieving: glib2-tools-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (73/122), 423.3 KiB
- Retrieving: cups-config-2.4.11-160000.2.2.x86_64 (repo-oss (16.0)) (74/122), 422.3 KiB
- Retrieving: libXi-devel-1.8.2-160000.3.2.x86_64 (repo-oss (16.0)) (75/122), 142.8 KiB
- Retrieving: typelib-1_0-GObject-2_0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (76/122), 318.4 KiB
- Retrieving: typelib-1_0-GModule-2_0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (77/122), 302.9 KiB
- Retrieving: typelib-1_0-GLibUnix-2_0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (78/122), 303.0 KiB
- Retrieving: libicu-devel-77.1-160000.2.2.x86_64 (repo-oss (16.0)) (79/122), 749.4 KiB
- Retrieving: libtiff-devel-4.7.0-160000.2.2.x86_64 (repo-oss (16.0)) (80/122), 119.5 KiB
- Retrieving: libselinux-devel-3.8.1-160000.2.2.x86_64 (repo-oss (16.0)) (81/122), 132.4 KiB
- Retrieving: libharfbuzz0-11.0.0-160000.2.2.x86_64 (repo-oss (16.0)) (82/122), 577.2 KiB
- Retrieving: libfontconfig1-2.16.0-160000.2.2.x86_64 (repo-oss (16.0)) (83/122), 199.5 KiB
- Retrieving: fontconfig-2.16.0-160000.2.2.x86_64 (repo-oss (16.0)) (84/122), 137.4 KiB
- Retrieving: freetype2-devel-2.13.3-160000.2.2.x86_64 (repo-oss (16.0)) (85/122), 874.6 KiB
- Retrieving: libthai-devel-0.1.29-160000.3.2.x86_64 (repo-oss (16.0)) (86/122),  24.5 KiB
- Retrieving: libatspi0-2.56.3-160000.2.2.x86_64 (repo-oss (16.0)) (87/122), 138.2 KiB
- Retrieving: gdk-pixbuf-query-loaders-2.42.12-160000.2.2.x86_64 (repo-oss (16.0)) (88/122),  48.6 KiB
- Retrieving: libcups2-2.4.11-160000.2.2.x86_64 (repo-oss (16.0)) (89/122), 452.5 KiB
- Retrieving: libXtst-devel-1.2.5-160000.3.2.x86_64 (repo-oss (16.0)) (90/122),  29.1 KiB
- Retrieving: typelib-1_0-Atk-1_0-2.56.3-160000.2.2.x86_64 (repo-oss (16.0)) (91/122),  80.5 KiB
- Retrieving: typelib-1_0-Gio-2_0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (92/122), 390.6 KiB
- Retrieving: libmount-devel-2.41.1-160000.2.2.x86_64 (repo-oss (16.0)) (93/122), 175.3 KiB
- Retrieving: libharfbuzz-subset0-11.0.0-160000.2.2.x86_64 (repo-oss (16.0)) (94/122), 532.7 KiB
- Retrieving: libharfbuzz-icu0-11.0.0-160000.2.2.x86_64 (repo-oss (16.0)) (95/122),  83.6 KiB
- Retrieving: libharfbuzz-gobject0-11.0.0-160000.2.2.x86_64 (repo-oss (16.0)) (96/122), 104.6 KiB
- Retrieving: libcairo2-1.18.4-160000.2.2.x86_64 (repo-oss (16.0)) (97/122), 604.1 KiB
- Retrieving: libXft2-2.3.8-160000.2.2.x86_64 (repo-oss (16.0)) (98/122),  51.8 KiB
- Retrieving: fontconfig-devel-2.16.0-160000.2.2.x86_64 (repo-oss (16.0)) (99/122),  76.2 KiB
- Retrieving: typelib-1_0-Atspi-2_0-2.56.3-160000.2.2.x86_64 (repo-oss (16.0)) (100/122),  77.8 KiB
- Retrieving: libatk-bridge-2_0-0-2.56.3-160000.2.2.x86_64 (repo-oss (16.0)) (101/122), 124.2 KiB
- Retrieving: libgdk_pixbuf-2_0-0-2.42.12-160000.2.2.x86_64 (repo-oss (16.0)) (102/122), 188.3 KiB
- Retrieving: glib2-devel-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (103/122),   1.6 MiB
- Retrieving: typelib-1_0-HarfBuzz-0_0-11.0.0-160000.2.2.x86_64 (repo-oss (16.0)) (104/122), 115.2 KiB
- Retrieving: libharfbuzz-cairo0-11.0.0-160000.2.2.x86_64 (repo-oss (16.0)) (105/122),  96.5 KiB
- Retrieving: libcairo-script-interpreter2-1.18.4-160000.2.2.x86_64 (repo-oss (16.0)) (106/122), 113.8 KiB
- Retrieving: libcairo-gobject2-1.18.4-160000.2.2.x86_64 (repo-oss (16.0)) (107/122),  73.0 KiB
- Retrieving: libpango-1_0-0-1.56.4-160000.2.2.x86_64 (repo-oss (16.0)) (108/122), 356.3 KiB
- Retrieving: libXft-devel-2.3.8-160000.2.2.x86_64 (repo-oss (16.0)) (109/122),  37.9 KiB
- Retrieving: at-spi2-core-2.56.3-160000.2.2.x86_64 (repo-oss (16.0)) (110/122), 112.9 KiB
- Retrieving: typelib-1_0-GdkPixbuf-2_0-2.42.12-160000.2.2.x86_64 (repo-oss (16.0)) (111/122),  48.2 KiB
- Retrieving: cairo-devel-1.18.4-160000.2.2.x86_64 (repo-oss (16.0)) (112/122), 318.9 KiB
- Retrieving: typelib-1_0-Pango-1_0-1.56.4-160000.2.2.x86_64 (repo-oss (16.0)) (113/122), 106.5 KiB
- Retrieving: gtk2-tools-2.24.33-160000.2.2.x86_64 (repo-oss (16.0)) (114/122), 132.5 KiB
- Retrieving: libgtk-2_0-0-2.24.33-160000.2.2.x86_64 (repo-oss (16.0)) (115/122),   2.2 MiB
- Retrieving: at-spi2-core-devel-2.56.3-160000.2.2.x86_64 (repo-oss (16.0)) (116/122),   1.6 MiB
- Retrieving: typelib-1_0-GdkPixdata-2_0-2.42.12-160000.2.2.x86_64 (repo-oss (16.0)) (117/122),  43.6 KiB
- Retrieving: harfbuzz-devel-11.0.0-160000.2.2.x86_64 (repo-oss (16.0)) (118/122), 222.1 KiB
- Retrieving: typelib-1_0-Gtk-2_0-2.24.33-160000.2.2.x86_64 (repo-oss (16.0)) (119/122), 322.5 KiB
- Retrieving: gdk-pixbuf-devel-2.42.12-160000.2.2.x86_64 (repo-oss (16.0)) (120/122),  97.4 KiB
- Retrieving: pango-devel-1.56.4-160000.2.2.x86_64 (repo-oss (16.0)) (121/122), 225.3 KiB
- Retrieving: gtk2-devel-2.24.33-160000.2.2.x86_64 (repo-oss (16.0)) (122/122),   2.5 MiB
- 
- Checking for file conflicts: [.....done]
- (  1/122) Installing: dbus-1-daemon-1.14.10-160000.2.2.x86_64 [..done]
- (  2/122) Installing: dbus-1-devel-1.14.10-160000.2.2.x86_64 [..
- done]
- (  3/122) Installing: hicolor-icon-theme-0.18-160000.3.2.noarch [...done]
- (  4/122) Installing: libXcomposite1-0.4.6-160000.3.2.x86_64 [..done]
- (  5/122) Installing: libXdamage1-1.1.6-160000.3.2.x86_64 [..done]
- (  6/122) Installing: libXext6-1.3.6-160000.3.2.x86_64 [..done]
- (  7/122) Installing: libXfixes3-6.0.1-160000.3.2.x86_64 [..done]
- (  8/122) Installing: libXrender1-0.9.11-160000.2.2.x86_64 [..done]
- (  9/122) Installing: libavahi-common3-0.8-160000.2.2.x86_64 [..done]
- ( 10/122) Installing: libbrotlienc1-1.1.0-160000.2.2.x86_64 [..done]
- ( 11/122) Installing: libbz2-devel-1.0.8-160000.2.2.x86_64 [..done]
- ( 12/122) Installing: libdatrie1-0.2.13-160000.3.2.x86_64 [..done]
- ( 13/122) Installing: libeconf-devel-0.7.9-160000.2.2.x86_64 [..done]
- ( 14/122) Installing: libelf1-0.192-160000.2.2.x86_64 [..done]
- ( 15/122) Installing: libexpat-devel-2.7.1-160000.2.2.x86_64 [..done]
- ( 16/122) Installing: libffi-devel-3.4.6-160000.2.2.x86_64 [..done]
- ( 17/122) Installing: libfribidi0-1.0.15-160000.2.2.x86_64 [..done]
- ( 18/122) Installing: libgmodule-2_0-0-2.84.3-160000.2.2.x86_64 [..done]
- ( 19/122) Installing: libgobject-2_0-0-2.84.3-160000.2.2.x86_64 [..done]
- ( 20/122) Installing: libgraphite2-3-1.3.14-160000.2.2.x86_64 [..done]
- ( 21/122) Installing: libgthread-2_0-0-2.84.3-160000.2.2.x86_64 [..done]
- ( 22/122) Installing: libicu77-ledata-77.1-160000.2.2.noarch [.
- ......done]
- ( 23/122) Installing: libjbig2-2.1-160000.3.2.x86_64 [..done]
- ( 24/122) Installing: libjpeg62-62.4.0-160000.3.2.x86_64 [..done]
- ( 25/122) Installing: libjpeg8-8.3.2-160000.3.2.x86_64 [..done]
- ( 26/122) Installing: liblzo2-2-2.10-160000.3.2.x86_64 [..done]
- ( 27/122) Installing: libmpdec4-4.0.1-160000.2.2.x86_64 [..
- done]
- ( 28/122) Installing: libpcre2-16-0-10.45-160000.2.2.x86_64 [..done]
- ( 29/122) Installing: libpcre2-32-0-10.45-160000.2.2.x86_64 [..done]
- ( 30/122) Installing: libpcre2-posix3-10.45-160000.2.2.x86_64 [..done]
- ( 31/122) Installing: libpixman-1-0-0.43.4-160000.2.2.x86_64 [..done]
- ( 32/122) Installing: libpng16-16-1.6.44-160000.2.2.x86_64 [..done]
- ( 33/122) Installing: libsepol-devel-3.8.1-160000.2.2.x86_64 [..done]
- ( 34/122) Installing: libthai-data-0.1.29-160000.3.2.x86_64 [..done]
- ( 35/122) Installing: libzstd-devel-1.5.7-160000.2.2.x86_64 [..done]
- ( 36/122) Installing: shared-mime-info-2.4-160000.2.2.x86_64 [..
- done]
- ( 37/122) Installing: system-user-lp-20170617-160000.2.2.noarch [..
- /usr/bin/systemd-sysusers --replace=/usr/lib/sysusers.d/system-user-lp.conf -
- Creating group 'systemd-journal' with GID 497.
- Creating group 'lp' with GID 496.
- Creating user 'lp' (Printing daemon) with UID 496 and GID 496.
- Creating group 'systemd-coredump' with GID 495.
- Creating user 'systemd-coredump' (systemd Core Dumper) with UID 495 and GID 495.
- done]
- ( 38/122) Installing: typelib-1_0-GIRepository-3_0-2.84.3-160000.2.2.x86_64 [..
- done]
- ( 39/122) Installing: xz-devel-5.8.1-160000.2.2.x86_64 [..done]
- ( 40/122) Installing: libXtst6-1.2.5-160000.3.2.x86_64 [..done]
- ( 41/122) Installing: libXinerama1-1.1.5-160000.3.2.x86_64 [..done]
- ( 42/122) Installing: libXi6-1.8.2-160000.3.2.x86_64 [..done]
- ( 43/122) Installing: libXext-devel-1.3.6-160000.3.2.x86_64 [..done]
- ( 44/122) Installing: libXfixes-devel-6.0.1-160000.3.2.x86_64 [..done]
- ( 45/122) Installing: libXrender-devel-0.9.11-160000.2.2.x86_64 [..done]
- ( 46/122) Installing: libXrandr2-1.5.4-160000.3.2.x86_64 [..done]
- ( 47/122) Installing: libXcursor1-1.2.3-160000.3.2.x86_64 [..done]
- ( 48/122) Installing: libavahi-client3-0.8-160000.2.2.x86_64 [..done]
- ( 49/122) Installing: libbrotli-devel-1.1.0-160000.2.2.x86_64 [..done]
- ( 50/122) Installing: libdatrie-devel-0.2.13-160000.3.2.x86_64 [..done]
- ( 51/122) Installing: libblkid-devel-2.41.1-160000.2.2.x86_64 [..done]
- ( 52/122) Installing: fribidi-devel-1.0.15-160000.2.2.x86_64 [..done]
- ( 53/122) Installing: typelib-1_0-GLib-2_0-2.84.3-160000.2.2.x86_64 [..done]
- ( 54/122) Installing: libgirepository-2_0-0-2.84.3-160000.2.2.x86_64 [..done]
- ( 55/122) Installing: libatk-1_0-0-2.56.3-160000.2.2.x86_64 [..done]
- ( 56/122) Installing: girepository-1_0-1.84.0-160000.2.2.x86_64 [..done]
- ( 57/122) Installing: libgirepository-1_0-1-1.84.0-160000.2.2.x86_64 [..done]
- ( 58/122) Installing: graphite2-devel-1.3.14-160000.2.2.x86_64 [..done]
- ( 59/122) Installing: libicu77-77.1-160000.2.2.x86_64 [...
- done]
- ( 60/122) Installing: libjpeg62-devel-62.4.0-160000.3.2.x86_64 [..done]
- ( 61/122) Installing: libtiff6-4.7.0-160000.2.2.x86_64 [..done]
- ( 62/122) Installing: lzo-devel-2.10-160000.3.2.x86_64 [..done]
- ( 63/122) Installing: python313-base-3.13.5-160000.2.2.x86_64 [.......
- ...done]
- ( 64/122) Installing: libpython3_13-1_0-3.13.5-160000.2.2.x86_64 [...done]
- ( 65/122) Installing: pcre2-devel-10.45-160000.2.2.x86_64 [..done]
- ( 66/122) Installing: libpixman-1-0-devel-0.43.4-160000.2.2.x86_64 [..done]
- ( 67/122) Installing: libpng16-devel-1.6.44-160000.2.2.x86_64 [..done]
- ( 68/122) Installing: libpng16-compat-devel-1.6.44-160000.2.2.x86_64 [..done]
- ( 69/122) Installing: libfreetype6-2.13.3-160000.2.2.x86_64 [..done]
- ( 70/122) Installing: libthai0-0.1.29-160000.3.2.x86_64 [..done]
- ( 71/122) Installing: gio-branding-openSUSE-42.1-lp160.3.1.noarch [..done]
- ( 72/122) Installing: libgio-2_0-0-2.84.3-160000.2.2.x86_64 [..done]
- ( 73/122) Installing: glib2-tools-2.84.3-160000.2.2.x86_64 [..
- No schema files found: doing nothing.
- done]
- ( 74/122) Installing: cups-config-2.4.11-160000.2.2.x86_64 [.
- .done]
- ( 75/122) Installing: libXi-devel-1.8.2-160000.3.2.x86_64 [..done]
- ( 76/122) Installing: typelib-1_0-GObject-2_0-2.84.3-160000.2.2.x86_64 [..done]
- ( 77/122) Installing: typelib-1_0-GModule-2_0-2.84.3-160000.2.2.x86_64 [..done]
- ( 78/122) Installing: typelib-1_0-GLibUnix-2_0-2.84.3-160000.2.2.x86_64 [..done]
- ( 79/122) Installing: libicu-devel-77.1-160000.2.2.x86_64 [...done]
- ( 80/122) Installing: libtiff-devel-4.7.0-160000.2.2.x86_64 [..done]
- ( 81/122) Installing: libselinux-devel-3.8.1-160000.2.2.x86_64 [..done]
- ( 82/122) Installing: libharfbuzz0-11.0.0-160000.2.2.x86_64 [..done]
- ( 83/122) Installing: libfontconfig1-2.16.0-160000.2.2.x86_64 [..done]
- ( 84/122) Installing: fontconfig-2.16.0-160000.2.2.x86_64 [..done]
- ( 85/122) Installing: freetype2-devel-2.13.3-160000.2.2.x86_64 [..done]
- ( 86/122) Installing: libthai-devel-0.1.29-160000.3.2.x86_64 [..done]
- ( 87/122) Installing: libatspi0-2.56.3-160000.2.2.x86_64 [..done]
- ( 88/122) Installing: gdk-pixbuf-query-loaders-2.42.12-160000.2.2.x86_64 [..done]
- ( 89/122) Installing: libcups2-2.4.11-160000.2.2.x86_64 [..done]
- ( 90/122) Installing: libXtst-devel-1.2.5-160000.3.2.x86_64 [..done]
- ( 91/122) Installing: typelib-1_0-Atk-1_0-2.56.3-160000.2.2.x86_64 [.
- .done]
- ( 92/122) Installing: typelib-1_0-Gio-2_0-2.84.3-160000.2.2.x86_64 [..done]
- ( 93/122) Installing: libmount-devel-2.41.1-160000.2.2.x86_64 [..done]
- ( 94/122) Installing: libharfbuzz-subset0-11.0.0-160000.2.2.x86_64 [..done]
- ( 95/122) Installing: libharfbuzz-icu0-11.0.0-160000.2.2.x86_64 [..done]
- ( 96/122) Installing: libharfbuzz-gobject0-11.0.0-160000.2.2.x86_64 [..done]
- ( 97/122) Installing: libcairo2-1.18.4-160000.2.2.x86_64 [..done]
- ( 98/122) Installing: libXft2-2.3.8-160000.2.2.x86_64 [..done]
- ( 99/122) Installing: fontconfig-devel-2.16.0-160000.2.2.x86_64 [..done]
- (100/122) Installing: typelib-1_0-Atspi-2_0-2.56.3-160000.2.2.x86_64 [..done]
- (101/122) Installing: libatk-bridge-2_0-0-2.56.3-160000.2.2.x86_64 [..done]
- (102/122) Installing: libgdk_pixbuf-2_0-0-2.42.12-160000.2.2.x86_64 [..done]
- (103/122) Installing: glib2-devel-2.84.3-160000.2.2.x86_64 [....
- 
- No schema files found: doing nothing.
- done]
- (104/122) Installing: typelib-1_0-HarfBuzz-0_0-11.0.0-160000.2.2.x86_64 [..done]
- (105/122) Installing: libharfbuzz-cairo0-11.0.0-160000.2.2.x86_64 [..done]
- (106/122) Installing: libcairo-script-interpreter2-1.18.4-160000.2.2.x86_64 [..done]
- (107/122) Installing: libcairo-gobject2-1.18.4-160000.2.2.x86_64 [..done]
- (108/122) Installing: libpango-1_0-0-1.56.4-160000.2.2.x86_64 [..done]
- (109/122) Installing: libXft-devel-2.3.8-160000.2.2.x86_64 [..done]
- (110/122) Installing: at-spi2-core-2.56.3-160000.2.2.x86_64 [..done]
- (111/122) Installing: typelib-1_0-GdkPixbuf-2_0-2.42.12-160000.2.2.x86_64 [..done]
- (112/122) Installing: cairo-devel-1.18.4-160000.2.2.x86_64 [..done]
- (113/122) Installing: typelib-1_0-Pango-1_0-1.56.4-160000.2.2.x86_64 [..done]
- (114/122) Installing: gtk2-tools-2.24.33-160000.2.2.x86_64 [..done]
- (115/122) Installing: libgtk-2_0-0-2.24.33-160000.2.2.x86_64 [...done]
- (116/122) Installing: at-spi2-core-devel-2.56.3-160000.2.2.x86_64 [...
- done]
- (117/122) Installing: typelib-1_0-GdkPixdata-2_0-2.42.12-160000.2.2.x86_64 [..done]
- (118/122) Installing: harfbuzz-devel-11.0.0-160000.2.2.x86_64 [..done]
- (119/122) Installing: typelib-1_0-Gtk-2_0-2.24.33-160000.2.2.x86_64 [..done]
- (120/122) Installing: gdk-pixbuf-devel-2.42.12-160000.2.2.x86_64 [..done]
- (121/122) Installing: pango-devel-1.56.4-160000.2.2.x86_64 [..done]
- (122/122) Installing: gtk2-devel-2.24.33-160000.2.2.x86_64 [....done]
- Running post-transaction scripts [....done]
2025-10-27 22:47.28 ---> saved as "8e36f993ec14af9682e7722a47055fe38230b3c49f9e1dbff811fce2dedd67ce"


/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.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.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 12 packages
- install camlp-streams     5.0.1
- install conf-gnomecanvas  2
- install conf-gtk2         1
- install conf-libX11       1
- install conf-libXft       1
- install conf-pkg-config   4
- install csexp             1.5.2
- install dune              3.20.2
- install dune-configurator 3.20.2
- install graphics          5.2.0
- install lablgtk           2.18.14
- install ocamlfind         1.9.8


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-pkg-config.4
-> retrieved graphics.5.2.0  (cached)
[ERROR] The compilation of conf-gnomecanvas.2 failed at "pkg-config libgnomecanvas-2.0".
-> installed conf-gtk2.1
-> retrieved lablgtk.2.18.14  (cached)
-> installed conf-libX11.1
-> retrieved ocamlfind.1.9.8  (cached)
-> installed conf-libXft.1
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed camlp-streams.5.0.1
-> installed dune-configurator.3.20.2
-> installed graphics.5.2.0
-> installed ocamlfind.1.9.8


#=== ERROR while compiling conf-gnomecanvas.2 =================================#
# context     2.4.1 | linux/x86_64 | ocaml-base-compiler.5.4.0 | git+file:///home/opam/opam-repository
# path        ~/.opam/5.4/.opam-switch/build/conf-gnomecanvas.2
# command     /usr/bin/pkg-config libgnomecanvas-2.0
# exit-code   1
# env-file    ~/.opam/log/conf-gnomecanvas-1-562ec5.env
# output-file ~/.opam/log/conf-gnomecanvas-1-562ec5.out


<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build conf-gnomecanvas 2
+- 
+- The following changes have been performed (the rest was aborted)
| - install camlp-streams     5.0.1
| - install conf-gtk2         1
| - install conf-libX11       1
| - install conf-libXft       1
| - install conf-pkg-config   4
| - install csexp             1.5.2
| - install dune              3.20.2
| - install dune-configurator 3.20.2
| - install graphics          5.2.0
| - install ocamlfind         1.9.8
+- 
# To update the current shell environment, run: eval $(opam env)


The former state can be restored with:
/usr/bin/opam switch import "/home/opam/.opam/5.4/.opam-switch/backup/state-20251027224728.export"
"/usr/bin/env" "bash" "-c" "opam install $DEPS" failed with exit status 31
2025-10-27 22:48.55: Job failed: Failed: Build failed