Organisationsbacktrackingocamlgraph8bace9 ()opensuse-16.0-4.14_opam-2.5

opensuse-16.0-4.14_opam-2.5

Link Copied
Code Copied

Logs

2026-01-16 14:00.14: New job: test backtracking/ocamlgraph https://github.com/backtracking/ocamlgraph.git#refs/pull/158/head (8bace9b45004f951fa1da9fe9ee3db230fbc7a0e) (linux-x86_64:opensuse-16.0-4.14_opam-2.5)
Base: ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:335f1285bdbfeedb2af05ee9d9013f172a321586ab389e4a42df9776c379992d
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/backtracking/ocamlgraph.git" && cd "ocamlgraph" && git fetch origin "refs/pull/158/head" && git reset --hard 8bace9b4
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:335f1285bdbfeedb2af05ee9d9013f172a321586ab389e4a42df9776c379992d
# opensuse-16.0-4.14_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.5 /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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && 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-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.21.0 dune-configurator.3.21.0 graphics.5.2.0 lablgtk.2.18.14 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --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


2026-01-16 14:00.14: Using cache hint "backtracking/ocamlgraph-ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:335f1285bdbfeedb2af05ee9d9013f172a321586ab389e4a42df9776c379992d-opensuse-16.0-4.14_opam-2.5-5cce2c8edc5550081c5bd50c23dbe13b"
2026-01-16 14:00.14: Using OBuilder spec:
((from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:335f1285bdbfeedb2af05ee9d9013f172a321586ab389e4a42df9776c379992d)
(comment opensuse-16.0-4.14_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.5 /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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && 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-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.21.0 dune-configurator.3.21.0 graphics.5.2.0 lablgtk.2.18.14 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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.5 --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"))
)


2026-01-16 14:00.14: Waiting for resource in pool OCluster
2026-01-16 19:07.38: Waiting for worker…
2026-01-16 19:11.21: Got resource from pool OCluster
Building on clete
All commits already cached
HEAD is now at 8bace9b Correctly set labelfontcolor


(from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:335f1285bdbfeedb2af05ee9d9013f172a321586ab389e4a42df9776c379992d)
Unable to find image 'ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:335f1285bdbfeedb2af05ee9d9013f172a321586ab389e4a42df9776c379992d' locally
docker.io/ocaml/opam@sha256:335f1285bdbfeedb2af05ee9d9013f172a321586ab389e4a42df9776c379992d: Pulling from ocaml/opam
64cfa2a65095: Already exists
1edcfb1efe19: Already exists
3ddbff1fae48: Already exists
6f97b42e121d: Already exists
35edc2941e66: Already exists
664494e6aa3b: Already exists
6e72e374834b: Already exists
9897d53e41d9: Already exists
5955f0d634c5: Already exists
39569ccf3df4: Already exists
3835c4318084: Already exists
549825d0ab03: Already exists
6e7368d99114: Already exists
cb6191f3eef1: Already exists
188d98a9d457: Already exists
d034bf0e16e1: Already exists
8cb90b8f1fc2: Already exists
5fad6a4c52b5: Already exists
debd84a910b3: Already exists
4f4fb700ef54: Already exists
152a68323944: Already exists
1f7f98a5f0d2: Already exists
667866023596: Already exists
474d64aaa83a: Already exists
81e9448f8d7d: Already exists
8f7471ae6f30: Already exists
ba1c9d522099: Already exists
847d9b38068d: Already exists
6c1cb3b3dd7c: Already exists
30a81ee5e9b7: Already exists
b395d300d073: Already exists
689e54a1bb6f: Already exists
cfba20ff1fbb: Already exists
d6503c133859: Already exists
3dcf084af38f: Already exists
22043404df4c: Already exists
780f53a6c5cb: Already exists
38b848127537: Already exists
678df0384501: Pulling fs layer
2b45a754de38: Pulling fs layer
e82659185a57: Pulling fs layer
81387f758210: Pulling fs layer
1f1671d927c5: Pulling fs layer
81387f758210: Waiting
1f1671d927c5: Waiting
e82659185a57: Verifying Checksum
e82659185a57: Download complete
81387f758210: Verifying Checksum
81387f758210: Download complete
1f1671d927c5: Verifying Checksum
1f1671d927c5: Download complete
2b45a754de38: Verifying Checksum
2b45a754de38: Download complete
678df0384501: Verifying Checksum
678df0384501: Download complete
678df0384501: Pull complete
2b45a754de38: Pull complete
e82659185a57: Pull complete
81387f758210: Pull complete
1f1671d927c5: Pull complete
Digest: sha256:335f1285bdbfeedb2af05ee9d9013f172a321586ab389e4a42df9776c379992d
Status: Downloaded newer image for ocaml/opam@sha256:335f1285bdbfeedb2af05ee9d9013f172a321586ab389e4a42df9776c379992d
2026-01-16 19:11.50 ---> saved as "13bd82803a57ea5ff694d8190a33d1e2fac93afbb5eee5733e0e571712600609"


/: (comment opensuse-16.0-4.14_opam-2.5)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-01-16 19:11.50 ---> saved as "7ae44f66e9ffc836452f26b23e5cdaa30291d0c44d82a988efbe48df1a420377"


/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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] Could not update repository "ocaml-patches-overlay": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com"
[default] Initialised
2026-01-16 19:12.47 ---> saved as "63b30f65c9fc7ff00c3e31be976cf13d6647410b2ed0730892d9152c35f077fe"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-90-generic
The OCaml toplevel, version 4.14.2
2.5.0
2026-01-16 19:12.47 ---> saved as "05f04870a3915a32d34a8c855e26e216f4484f6e521a7e1ce30a14b5860d4e09"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-01-16 19:12.47 ---> saved as "b5d695a82e41010b51b5cb3ded806f34aaa704353328d4b3808f7be1402ed3d7"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
a6b2f19780..92679ed614  master     -> origin/master
873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.0


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.4.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-01-16 19:13.17 ---> saved as "1e8e1773632de3810f3f1bc131cf43321781d528a4fe7320f73756ab1766bab0"


/src: (copy (src ocamlgraph_gtk.opam ocamlgraph.opam) (dst ./))
2026-01-16 19:13.18 ---> saved as "e8ee5e9d1202da0cea69dbe3dfb31f8a21da797da3a841d87bc20109b4a29f21"


/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)
2026-01-16 19:13.23 ---> saved as "76606c51758b09bc5309edc0ca36df14bce5b1324cd31dc782dc1616bf8f63e3"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-01-16 19:13.23 ---> saved as "353cee3a423de9a07d3174189f5da773a24e0c4f29f63be46b26895b1202d401"


/src: (env DEPS "base-bigarray.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.21.0 dune-configurator.3.21.0 graphics.5.2.0 lablgtk.2.18.14 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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.5 --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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-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: libcups2-2.4.11-160000.2.2.x86_64.rpm [Error: "Could not resolve host: opensuse.mirrors.proxad.net", trying next mirror.]
- .
- Preloading: libcups2-2.4.11-160000.2.2.x86_64.rpm [done]
- .
- Preloading: gdk-pixbuf-query-loaders-2.42.12-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libXtst-devel-1.2.5-160000.3.2.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-Atk-1_0-2.56.3-160000.2.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: libthai-devel-0.1.29-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libharfbuzz0-11.0.0-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: libtiff-devel-4.7.1-160000.1.1.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-GLibUnix-2_0-2.84.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-Gio-2_0-2.84.3-160000.2.2.x86_64.rpm [Error: "The requested URL returned error: 404", trying next mirror.]
- .
- Preloading: libmount-devel-2.41.1-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: libXi-devel-1.8.2-160000.3.2.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-Gio-2_0-2.84.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: cups-config-2.4.11-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: 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: libfreetype6-2.13.3-160000.3.1.x86_64.rpm [done]
- .
- Preloading: libpng16-devel-1.6.44-160000.3.1.x86_64.rpm [done]
- .
- Preloading: libpixman-1-0-devel-0.43.4-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libpng16-compat-devel-1.6.44-160000.3.1.x86_64.rpm [done]
- .
- Preloading: pcre2-devel-10.45-160000.2.2.x86_64.rpm [done]
- .
- Preloading: freetype2-devel-2.13.3-160000.3.1.x86_64.rpm [done]
- ..
- Preloading: libselinux-devel-3.8.1-160000.2.2.x86_64.rpm [done]
- .
- .
- Preloading: libicu-devel-77.1-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libpython3_13-1_0-3.13.5-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: gdk-pixbuf-devel-2.42.12-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libpango-1_0-0-1.56.4-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: python313-base-3.13.5-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: 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: typelib-1_0-GdkPixbuf-2_0-2.42.12-160000.2.2.x86_64.rpm [done]
- .
- Preloading: at-spi2-core-2.56.3-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: 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: libgtk-2_0-0-2.24.33-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: gtk2-devel-2.24.33-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libharfbuzz-icu0-11.0.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libffi-devel-3.4.6-160000.2.2.x86_64.rpm [done]
- .
- Preloading: pango-devel-1.56.4-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libpcre2-posix3-10.45-160000.2.2.x86_64.rpm [done]
- .
- Preloading: glib2-devel-2.84.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libpixman-1-0-0.43.4-160000.2.2.x86_64.rpm [done]
- .
- Preloading: harfbuzz-devel-11.0.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libmpdec4-4.0.1-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libjpeg8-8.3.2-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libpcre2-16-0-10.45-160000.2.2.x86_64.rpm [done]
- .
- 
- Preloading: libjbig2-2.1-160000.3.2.x86_64.rpm [done]
- ..
- Preloading: libjpeg62-62.4.0-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: libharfbuzz-subset0-11.0.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libpng16-16-1.6.44-160000.3.1.x86_64.rpm [done]
- .
- Preloading: libelf1-0.192-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libpcre2-32-0-10.45-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: libeconf-devel-0.7.9-160000.2.2.x86_64.rpm [done]
- .
- Preloading: liblzo2-2-2.10-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libavahi-common3-0.8-160000.3.1.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: libexpat-devel-2.7.1-160000.3.1.x86_64.rpm [done]
- .
- Preloading: libtiff6-4.7.1-160000.1.1.x86_64.rpm [done]
- ..
- Preloading: libXrender1-0.9.11-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libjpeg62-devel-62.4.0-160000.3.2.x86_64.rpm [done]
- .
- Preloading: graphite2-devel-1.3.14-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libbrotlienc1-1.1.0-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: libicu77-77.1-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.3.1.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: typelib-1_0-GLib-2_0-2.84.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libXi6-1.8.2-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: typelib-1_0-GIRepository-3_0-2.84.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libXinerama1-1.1.5-160000.3.2.x86_64.rpm [done]
- .
- Preloading: fribidi-devel-1.0.15-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libzstd-devel-1.5.7-160000.2.2.x86_64.rpm [done]
- .
- Preloading: system-user-lp-20170617-160000.2.2.noarch.rpm [done]
- .
- Preloading: libsepol-devel-3.8.1-160000.2.2.x86_64.rpm [done]
- .
- 
- Preloading: libicu77-ledata-77.1-160000.2.2.noarch.rpm [done]
- ..
- Preloading: libgirepository-2_0-0-2.84.3-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: shared-mime-info-2.4-160000.2.2.x86_64.rpm [done]
- .
- .
- Preloading: libthai-data-0.1.29-160000.3.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.3.1.x86_64 (repo-oss (16.0)) (9/122),  71.0 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.3.1.x86_64 (repo-oss (16.0)) (15/122),  72.2 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.3.1.x86_64 (repo-oss (16.0)) (32/122), 186.1 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.3.1.x86_64 (repo-oss (16.0)) (48/122),  74.3 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.1-160000.1.1.x86_64 (repo-oss (16.0)) (61/122), 287.0 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.3.1.x86_64 (repo-oss (16.0)) (67/122), 231.2 KiB
- Retrieving: libpng16-compat-devel-1.6.44-160000.3.1.x86_64 (repo-oss (16.0)) (68/122), 133.7 KiB
- Retrieving: libfreetype6-2.13.3-160000.3.1.x86_64 (repo-oss (16.0)) (69/122), 564.1 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.1-160000.1.1.x86_64 (repo-oss (16.0)) (80/122), 128.7 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.3.1.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.3.1.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.3.1.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.3.1.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.3.1.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.1-160000.1.1.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.3.1.x86_64 [..done]
- ( 68/122) Installing: libpng16-compat-devel-1.6.44-160000.3.1.x86_64 [..done]
- ( 69/122) Installing: libfreetype6-2.13.3-160000.3.1.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.1-160000.1.1.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.3.1.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]
# To update the current shell environment, run: eval $(opam env)
2026-01-16 19:15.32 ---> saved as "5f6ee4bcb7d1d09e1aa808ea6030cb0e961ae29a3e9d341fa25993f4d4960311"


/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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-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.21.0
- install dune-configurator 3.21.0
- 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)
-> retrieved dune.3.21.0, dune-configurator.3.21.0  (cached)
-> installed conf-pkg-config.4
-> retrieved graphics.5.2.0  (cached)
-> retrieved lablgtk.2.18.14  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
[ERROR] The compilation of conf-gnomecanvas.2 failed at "pkg-config libgnomecanvas-2.0".
-> installed conf-gtk2.1
-> installed conf-libX11.1
-> installed conf-libXft.1
-> installed dune.3.21.0
-> installed csexp.1.5.2
-> installed camlp-streams.5.0.1
-> installed dune-configurator.3.21.0
-> installed graphics.5.2.0
-> installed ocamlfind.1.9.8


#=== ERROR while compiling conf-gnomecanvas.2 =================================#
# context     2.5.0 | linux/x86_64 | ocaml-base-compiler.4.14.2 | git+https://github.com/ocurrent/opam-repository#patches
# path        ~/.opam/4.14/.opam-switch/build/conf-gnomecanvas.2
# command     /usr/bin/pkg-config libgnomecanvas-2.0
# exit-code   1
# env-file    ~/.opam/log/conf-gnomecanvas-1-ccd2e4.env
# output-file ~/.opam/log/conf-gnomecanvas-1-ccd2e4.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.21.0
| - install dune-configurator 3.21.0
| - 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/4.14/.opam-switch/backup/state-20260116191534.export"
"/usr/bin/env" "bash" "-c" "opam install $DEPS" failed with exit status 31
2026-01-16 19:17.30: Job failed: Failed: Build failed