Organisationsbacktrackingocamlgraph23aa17 (master)opensuse-16.0-5.4_opam-2.5

opensuse-16.0-5.4_opam-2.5

Link Copied
Code Copied

Logs

2026-04-16 16:37.54: New job: test backtracking/ocamlgraph https://github.com/backtracking/ocamlgraph.git#refs/heads/master (23aa179cabeb0352b397198dad3ec7b085324b24) (linux-x86_64:opensuse-16.0-5.4_opam-2.5)
Base: ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/backtracking/ocamlgraph.git" -b "master" && cd "ocamlgraph" && git reset --hard 23aa179c
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01
# opensuse-16.0-5.4_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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && 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.22.2 dune-configurator.3.22.2 graphics.5.2.0 lablgtk.2.18.14 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 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.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-04-16 16:37.54: Using cache hint "backtracking/ocamlgraph-ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01-opensuse-16.0-5.4_opam-2.5-0fe758fa085df83f0f3b51bd534a441f"
2026-04-16 16:37.54: Using OBuilder spec:
((from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01)
(comment opensuse-16.0-5.4_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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && 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 (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.22.2 dune-configurator.3.22.2 graphics.5.2.0 lablgtk.2.18.14 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 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.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-04-16 16:37.54: Waiting for resource in pool OCluster
2026-04-16 16:37.54: Waiting for worker…
2026-04-16 18:04.51: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at 23aa179 fixed documentation for [scc]


(from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01)
Unable to find image 'ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01' locally
docker.io/ocaml/opam@sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01: Pulling from ocaml/opam
64cfa2a65095: Already exists
204ffcf2f1fe: Already exists
f6fa4529cc6b: Already exists
97af65095748: Already exists
b802a6057f6d: Already exists
47b045e79836: Already exists
2ce8a10bf29f: Already exists
781ee767d1c7: Already exists
2271c058ae3a: Already exists
2e5754ca2c40: Already exists
de21e4dabd9c: Already exists
f047029589c4: Already exists
0f454d36be04: Already exists
04ab44a2df2c: Already exists
ad401f078830: Already exists
096a51bccb57: Already exists
e7134f98c78b: Already exists
afc7c35ee433: Already exists
7bfa5dba7952: Already exists
4f4fb700ef54: Already exists
f6b6a751bb6a: Already exists
f71dccae2ee7: Already exists
fe37a54a1499: Already exists
1815b99ebc09: Already exists
363d1f23b2cf: Already exists
4bb0990bd121: Already exists
ac4f9c652c6c: Already exists
ab5409fef174: Already exists
5e58ee45c6c7: Already exists
ee06219176b1: Already exists
34fd31afeec8: Already exists
c7a97b361486: Already exists
fc2b6e5cc5d9: Already exists
1c145dfb6c8a: Already exists
f1bb600e92a6: Already exists
97457e4bb83c: Already exists
f443344b6027: Already exists
899babe8d9b2: Already exists
0782628cdc8a: Pulling fs layer
5f180230ef97: Pulling fs layer
f013892c68c1: Pulling fs layer
3c9c3f15c70f: Pulling fs layer
dc2d418c83c6: Pulling fs layer
977e732b88fa: Pulling fs layer
3c9c3f15c70f: Waiting
45baf3280147: Pulling fs layer
dc2d418c83c6: Waiting
45baf3280147: Waiting
977e732b88fa: Waiting
0782628cdc8a: Download complete
0782628cdc8a: Pull complete
f013892c68c1: Verifying Checksum
f013892c68c1: Download complete
dc2d418c83c6: Download complete
977e732b88fa: Download complete
45baf3280147: Verifying Checksum
45baf3280147: Download complete
5f180230ef97: Verifying Checksum
5f180230ef97: Download complete
3c9c3f15c70f: Verifying Checksum
3c9c3f15c70f: Download complete
5f180230ef97: Pull complete
f013892c68c1: Pull complete
3c9c3f15c70f: Pull complete
dc2d418c83c6: Pull complete
977e732b88fa: Pull complete
45baf3280147: Pull complete
Digest: sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01
Status: Downloaded newer image for ocaml/opam@sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01
2026-04-16 18:10.50 ---> using "ae84376c8ea64c3b44609ae7ddbc6e3c1ee969d9d31c6d20fd5399e1219d3141" from cache


/: (comment opensuse-16.0-5.4_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-04-16 18:11.50 ---> saved as "1ee9c1e317a25924020f89502dbdbad8fdf3f56681bfee7edfc8d0ed6348d80e"


/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
2026-04-16 18:14.21 ---> saved as "7805bba59b7c6e676aabbcb51933844eaffb2f4bb1fab3f2094053a973466463"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-106-generic
The OCaml toplevel, version 5.4.1
2.5.0
2026-04-16 18:16.12 ---> saved as "8368f41d2b7f9e27edfe538453b7a35ef59ae347249d166d59db90c1ae6552fb"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-04-16 18:18.22 ---> saved as "7811d14c159e034d2d2bb93679fdcd7e841dee20d8ba648dad9e05a22f63897b"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
42844088d7..0b0acbee05  master     -> origin/master
5f7bb1a6e6 Merge pull request #29704 from shonfeder/release-dune-3.22.2


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


Everything as up-to-date as possible
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.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-04-16 18:21.11 ---> saved as "8caaf6cb40c414f7b82519a377445372366610b2e04579680f72dc25072f9eee"


/src: (copy (src ocamlgraph_gtk.opam ocamlgraph.opam) (dst ./))
2026-04-16 18:23.48 ---> saved as "97ce94634bec76c65bbedf58e08ee4c49409f7c16882ad5dc702004067d2599b"


/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-04-16 18:25.14 ---> saved as "d1a359ea908058e4ba00af104b5e53265286fcfcb11ad62e901c86e0b1a918b6"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-16 18:27.05 ---> saved as "cdeb12641504f3aa9c0e170203faf76583fd8b5a1ba37282767bcfd2db9af78e"


/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.22.2 dune-configurator.3.22.2 graphics.5.2.0 lablgtk.2.18.14 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 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.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.
- Repository 'repo-oss (16.0)' is up to date.
- 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.1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml is already installed (current version is 5.4.1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-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.9 MiB
- 
- Package install size change:
-               |     191.2 MiB  required by packages that will be installed
-    191.2 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: libcups2-2.4.16-160000.1.1.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-Atk-1_0-2.56.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: gdk-pixbuf-query-loaders-2.42.12-160000.3.1.x86_64.rpm [done]
- .
- Preloading: libthai-devel-0.1.29-160000.3.2.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-GModule-2_0-2.84.4-160000.2.1.x86_64.rpm [done]
- .
- Preloading: fontconfig-2.16.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libatspi0-2.56.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libharfbuzz0-11.4.5-160000.1.1.x86_64.rpm [done]
- .
- Preloading: freetype2-devel-2.13.3-160000.3.1.x86_64.rpm [done]
- .
- Preloading: libtiff-devel-4.7.1-160000.1.1.x86_64.rpm [done]
- .
- Preloading: libicu-devel-77.1-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libselinux-devel-3.8.1-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libfontconfig1-2.16.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-GLibUnix-2_0-2.84.4-160000.2.1.x86_64.rpm [done]
- .
- Preloading: cups-config-2.4.16-160000.1.1.x86_64.rpm [done]
- .
- Preloading: glib2-tools-2.84.4-160000.2.1.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-GObject-2_0-2.84.4-160000.2.1.x86_64.rpm [done]
- .
- Preloading: libXi-devel-1.8.2-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libthai0-0.1.29-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libmount-devel-2.41.1-160000.2.2.x86_64.rpm [done]
- .
- Preloading: gio-branding-openSUSE-42.1-lp160.3.2.noarch.rpm [done]
- .
- Preloading: libpng16-devel-1.6.44-160000.6.1.x86_64.rpm [done]
- .
- Preloading: libgio-2_0-0-2.84.4-160000.2.1.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: libpng16-compat-devel-1.6.44-160000.6.1.x86_64.rpm [done]
- .
- Preloading: libfreetype6-2.13.3-160000.3.1.x86_64.rpm [done]
- .
- Preloading: libpango-1_0-0-1.56.4-160000.2.2.x86_64.rpm [done]
- .
- Preloading: pango-devel-1.56.4-160000.2.2.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-Gio-2_0-2.84.4-160000.2.1.x86_64.rpm [Error: "The requested URL returned error: 404", trying next mirror.]
- .
- Preloading: libpython3_13-1_0-3.13.12-160000.1.1.x86_64.rpm [done]
- .
- 
- Preloading: gdk-pixbuf-devel-2.42.12-160000.3.1.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-Gio-2_0-2.84.4-160000.2.1.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-Gtk-2_0-2.24.33-160000.2.2.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-GdkPixdata-2_0-2.42.12-160000.3.1.x86_64.rpm [done]
- .
- Preloading: harfbuzz-devel-11.4.5-160000.1.1.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.3.1.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: gtk2-devel-2.24.33-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libcairo-gobject2-1.18.4-160000.2.2.x86_64.rpm [done]
- .
- Preloading: at-spi2-core-devel-2.56.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libharfbuzz-cairo0-11.4.5-160000.1.1.x86_64.rpm [done]
- .
- Preloading: libcairo-script-interpreter2-1.18.4-160000.2.2.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-HarfBuzz-0_0-11.4.5-160000.1.1.x86_64.rpm [done]
- .
- Preloading: libgtk-2_0-0-2.24.33-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: libgdk_pixbuf-2_0-0-2.42.12-160000.3.1.x86_64.rpm [done]
- .
- Preloading: libharfbuzz-icu0-11.4.5-160000.1.1.x86_64.rpm [done]
- .
- Preloading: libharfbuzz-gobject0-11.4.5-160000.1.1.x86_64.rpm [done]
- .
- Preloading: libffi-devel-3.4.6-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libcairo2-1.18.4-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libpcre2-posix3-10.45-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libpixman-1-0-0.43.4-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libpcre2-32-0-10.45-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libmpdec4-4.0.1-160000.2.2.x86_64.rpm [done]
- .
- Preloading: liblzo2-2-2.10-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libpcre2-16-0-10.45-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libharfbuzz-subset0-11.4.5-160000.1.1.x86_64.rpm [done]
- .
- Preloading: libjbig2-2.1-160000.3.2.x86_64.rpm [done]
- .
- 
- Preloading: glib2-devel-2.84.4-160000.2.1.x86_64.rpm [done]
- .
- Preloading: libjpeg8-8.3.2-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libgraphite2-3-1.3.14-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libjpeg62-62.4.0-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libgthread-2_0-0-2.84.4-160000.2.1.x86_64.rpm [done]
- ..
- Preloading: libfribidi0-1.0.15-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libgobject-2_0-0-2.84.4-160000.2.1.x86_64.rpm [done]
- .
- Preloading: libexpat-devel-2.7.1-160000.5.1.x86_64.rpm [done]
- .
- Preloading: libgmodule-2_0-0-2.84.4-160000.2.1.x86_64.rpm [done]
- .
- Preloading: libelf1-0.192-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libdatrie1-0.2.13-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libpng16-16-1.6.44-160000.6.1.x86_64.rpm [done]
- .
- Preloading: libeconf-devel-0.7.9-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libbz2-devel-1.0.8-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libavahi-common3-0.8-160000.4.1.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: libbrotlienc1-1.1.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libXext6-1.3.6-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libXcomposite1-0.4.6-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libXdamage1-1.1.6-160000.3.2.x86_64.rpm [done]
- .
- Preloading: hicolor-icon-theme-0.18-160000.3.2.noarch.rpm [done]
- .
- Preloading: libXcursor1-1.2.3-160000.3.2.x86_64.rpm [done]
- .
- Preloading: dbus-1-devel-1.14.10-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libjpeg62-devel-62.4.0-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libtiff6-4.7.1-160000.1.1.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: libatk-1_0-0-2.56.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: girepository-1_0-1.84.0-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libgirepository-2_0-0-2.84.4-160000.2.1.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-GLib-2_0-2.84.4-160000.2.1.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: libbrotli-devel-1.1.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libdatrie-devel-0.2.13-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libavahi-client3-0.8-160000.4.1.x86_64.rpm [done]
- .
- Preloading: libXrandr2-1.5.4-160000.3.2.x86_64.rpm [done]
- .
- Preloading: dbus-1-daemon-1.14.10-160000.2.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: system-user-lp-20170617-160000.2.2.noarch.rpm [done]
- .
- Preloading: typelib-1_0-GIRepository-3_0-2.84.4-160000.2.1.x86_64.rpm [done]
- .
- Preloading: libzstd-devel-1.5.7-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libicu77-77.1-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libthai-data-0.1.29-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libsepol-devel-3.8.1-160000.2.2.x86_64.rpm [done]
- .
- Preloading: shared-mime-info-2.4-160000.2.2.x86_64.rpm [done]
- .
- Preloading: python313-base-3.13.12-160000.1.1.x86_64.rpm [done]
- ..
- ..
- Preloading: libicu77-ledata-77.1-160000.2.2.noarch.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.4.1.x86_64 (repo-oss (16.0)) (9/122),  71.5 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.5.1.x86_64 (repo-oss (16.0)) (15/122),  73.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.4-160000.2.1.x86_64 (repo-oss (16.0)) (18/122), 318.1 KiB
- Retrieving: libgobject-2_0-0-2.84.4-160000.2.1.x86_64 (repo-oss (16.0)) (19/122), 449.2 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.4-160000.2.1.x86_64 (repo-oss (16.0)) (21/122), 314.2 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.6.1.x86_64 (repo-oss (16.0)) (32/122), 187.4 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.4-160000.2.1.x86_64 (repo-oss (16.0)) (38/122), 310.2 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.4.1.x86_64 (repo-oss (16.0)) (48/122),  74.8 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.4-160000.2.1.x86_64 (repo-oss (16.0)) (53/122), 364.2 KiB
- Retrieving: libgirepository-2_0-0-2.84.4-160000.2.1.x86_64 (repo-oss (16.0)) (54/122), 394.7 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.12-160000.1.1.x86_64 (repo-oss (16.0)) (63/122),   9.2 MiB
- Retrieving: libpython3_13-1_0-3.13.12-160000.1.1.x86_64 (repo-oss (16.0)) (64/122),   2.1 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.6.1.x86_64 (repo-oss (16.0)) (67/122), 232.3 KiB
- Retrieving: libpng16-compat-devel-1.6.44-160000.6.1.x86_64 (repo-oss (16.0)) (68/122), 134.9 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.2.noarch (repo-oss (16.0)) (71/122),  29.6 KiB
- Retrieving: libgio-2_0-0-2.84.4-160000.2.1.x86_64 (repo-oss (16.0)) (72/122), 961.7 KiB
- Retrieving: glib2-tools-2.84.4-160000.2.1.x86_64 (repo-oss (16.0)) (73/122), 423.6 KiB
- Retrieving: cups-config-2.4.16-160000.1.1.x86_64 (repo-oss (16.0)) (74/122), 442.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.4-160000.2.1.x86_64 (repo-oss (16.0)) (76/122), 319.8 KiB
- Retrieving: typelib-1_0-GModule-2_0-2.84.4-160000.2.1.x86_64 (repo-oss (16.0)) (77/122), 304.4 KiB
- Retrieving: typelib-1_0-GLibUnix-2_0-2.84.4-160000.2.1.x86_64 (repo-oss (16.0)) (78/122), 304.5 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.4.5-160000.1.1.x86_64 (repo-oss (16.0)) (82/122), 595.4 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.3.1.x86_64 (repo-oss (16.0)) (88/122),  49.0 KiB
- Retrieving: libcups2-2.4.16-160000.1.1.x86_64 (repo-oss (16.0)) (89/122), 458.0 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.4-160000.2.1.x86_64 (repo-oss (16.0)) (92/122), 392.0 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.4.5-160000.1.1.x86_64 (repo-oss (16.0)) (94/122), 549.4 KiB
- Retrieving: libharfbuzz-icu0-11.4.5-160000.1.1.x86_64 (repo-oss (16.0)) (95/122),  89.2 KiB
- Retrieving: libharfbuzz-gobject0-11.4.5-160000.1.1.x86_64 (repo-oss (16.0)) (96/122), 110.1 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.3.1.x86_64 (repo-oss (16.0)) (102/122), 188.0 KiB
- Retrieving: glib2-devel-2.84.4-160000.2.1.x86_64 (repo-oss (16.0)) (103/122),   1.6 MiB
- Retrieving: typelib-1_0-HarfBuzz-0_0-11.4.5-160000.1.1.x86_64 (repo-oss (16.0)) (104/122), 121.1 KiB
- Retrieving: libharfbuzz-cairo0-11.4.5-160000.1.1.x86_64 (repo-oss (16.0)) (105/122), 102.1 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.3.1.x86_64 (repo-oss (16.0)) (111/122),  48.5 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.3.1.x86_64 (repo-oss (16.0)) (117/122),  44.0 KiB
- Retrieving: harfbuzz-devel-11.4.5-160000.1.1.x86_64 (repo-oss (16.0)) (118/122), 230.3 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.3.1.x86_64 (repo-oss (16.0)) (120/122),  97.8 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.4.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.5.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.4-160000.2.1.x86_64 [..done]
- ( 19/122) Installing: libgobject-2_0-0-2.84.4-160000.2.1.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.4-160000.2.1.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.6.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.4-160000.2.1.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.4.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.4-160000.2.1.x86_64 [..done]
- ( 54/122) Installing: libgirepository-2_0-0-2.84.4-160000.2.1.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.12-160000.1.1.x86_64 [......done]
- ( 64/122) Installing: libpython3_13-1_0-3.13.12-160000.1.1.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.6.1.x86_64 [..done]
- ( 68/122) Installing: libpng16-compat-devel-1.6.44-160000.6.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.2.noarch [..done]
- ( 72/122) Installing: libgio-2_0-0-2.84.4-160000.2.1.x86_64 [..done]
- ( 73/122) Installing: glib2-tools-2.84.4-160000.2.1.x86_64 [..
- No schema files found: doing nothing.
- done]
- ( 74/122) Installing: cups-config-2.4.16-160000.1.1.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.4-160000.2.1.x86_64 [..done]
- ( 77/122) Installing: typelib-1_0-GModule-2_0-2.84.4-160000.2.1.x86_64 [..done]
- ( 78/122) Installing: typelib-1_0-GLibUnix-2_0-2.84.4-160000.2.1.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.4.5-160000.1.1.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.3.1.x86_64 [..done]
- ( 89/122) Installing: libcups2-2.4.16-160000.1.1.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.4-160000.2.1.x86_64 [..done]
- ( 93/122) Installing: libmount-devel-2.41.1-160000.2.2.x86_64 [..done]
- ( 94/122) Installing: libharfbuzz-subset0-11.4.5-160000.1.1.x86_64 [..done]
- ( 95/122) Installing: libharfbuzz-icu0-11.4.5-160000.1.1.x86_64 [..done]
- ( 96/122) Installing: libharfbuzz-gobject0-11.4.5-160000.1.1.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.3.1.x86_64 [..done]
- (103/122) Installing: glib2-devel-2.84.4-160000.2.1.x86_64 [...
- No schema files found: doing nothing.
- done]
- (104/122) Installing: typelib-1_0-HarfBuzz-0_0-11.4.5-160000.1.1.x86_64 [..done]
- (105/122) Installing: libharfbuzz-cairo0-11.4.5-160000.1.1.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.3.1.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.3.1.x86_64 [..
- done]
- (118/122) Installing: harfbuzz-devel-11.4.5-160000.1.1.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.3.1.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-04-16 18:30.14 ---> saved as "5821f8e45a4c116c76c72bd85d93717eb0e2bfa3cb9ef6119dc07f69a37fc87c"


/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.1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml is already installed (current version is 5.4.1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-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.22.2
- install dune-configurator 3.22.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)
-> installed conf-gtk2.1
-> retrieved lablgtk.2.18.14  (cached)
[ERROR] The compilation of conf-gnomecanvas.2 failed at "pkg-config libgnomecanvas-2.0".
-> installed conf-libX11.1
-> retrieved ocamlfind.1.9.8  (cached)
-> installed conf-libXft.1
-> retrieved dune.3.22.2, dune-configurator.3.22.2  (cached)
-> installed dune.3.22.2
-> installed csexp.1.5.2
-> installed camlp-streams.5.0.1
-> installed dune-configurator.3.22.2
-> 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.5.4.1 | 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-2e203f.env
# output-file ~/.opam/log/conf-gnomecanvas-1-2e203f.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.22.2
| - install dune-configurator 3.22.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-20260416183117.export"
"/usr/bin/env" "bash" "-c" "opam install $DEPS" failed with exit status 31
2026-04-16 18:42.22: Job failed: Failed: Build failed