Organisationsbacktrackingocamlgraph23aa17 (master)opensuse-15.6-4.14_opam-2.5

opensuse-15.6-4.14_opam-2.5

Link Copied
Code Copied

Logs

2026-04-27 07:24.04: New job: test backtracking/ocamlgraph https://github.com/backtracking/ocamlgraph.git#refs/heads/master (23aa179cabeb0352b397198dad3ec7b085324b24) (linux-x86_64:opensuse-15.6-4.14_opam-2.5)
Base: ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:4ada65c68c58ec2b8debb4ae2df79920647f81a4484dfe17d7f2d13872a72853
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-15.6-ocaml-4.14@sha256:4ada65c68c58ec2b8debb4ae2df79920647f81a4484dfe17d7f2d13872a72853
# opensuse-15.6-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 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-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.4.14.3 ocaml-base-compiler.4.14.3 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-04-27 07:24.04: Using cache hint "backtracking/ocamlgraph-ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:4ada65c68c58ec2b8debb4ae2df79920647f81a4484dfe17d7f2d13872a72853-opensuse-15.6-4.14_opam-2.5-073a88671d09e35c70067996be42c9a1"
2026-04-27 07:24.04: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:4ada65c68c58ec2b8debb4ae2df79920647f81a4484dfe17d7f2d13872a72853)
(comment opensuse-15.6-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 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-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.4.14.3 ocaml-base-compiler.4.14.3 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-04-27 07:24.04: Waiting for resource in pool OCluster
2026-04-27 07:38.41: Waiting for worker…
2026-04-27 07:41.45: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
HEAD is now at 23aa179 fixed documentation for [scc]


(from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:4ada65c68c58ec2b8debb4ae2df79920647f81a4484dfe17d7f2d13872a72853)
Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:4ada65c68c58ec2b8debb4ae2df79920647f81a4484dfe17d7f2d13872a72853' locally
docker.io/ocaml/opam@sha256:4ada65c68c58ec2b8debb4ae2df79920647f81a4484dfe17d7f2d13872a72853: Pulling from ocaml/opam
90c02a347c3c: Already exists
4a97a925dc51: Already exists
8f3edb816ea5: Already exists
fc0906997780: Already exists
880b45fb7848: Already exists
aac3f970581d: Already exists
a10f5d99a714: Already exists
2cb19a5cb6a0: Already exists
69dc0b2275c2: Already exists
ac0f1a58ca2c: Already exists
6740b0027cef: Already exists
596c07146196: Already exists
f829e2fe48c9: Already exists
07caa98e0988: Already exists
f22069f46c9a: Already exists
525691143d18: Already exists
4f4b9963c58d: Already exists
0da1ade0e3cd: Already exists
93fb9d6383f1: Already exists
4f4fb700ef54: Already exists
38829ce7d1df: Already exists
4cfab0213ffd: Already exists
bb39643b6074: Already exists
4d795f8a60b9: Already exists
0765ee798e35: Already exists
defc0beb011b: Already exists
e86a090295c8: Already exists
c9f6bdad98f3: Already exists
7099bcff7937: Already exists
45509dbac728: Already exists
cc9f4e900cf2: Already exists
c4b888db2d8c: Already exists
f45835fc7721: Already exists
227bd6f1a70f: Already exists
6ad5f51f95fe: Already exists
700cd0436182: Already exists
80bb1456e18c: Already exists
8f0205cc3a46: Already exists
13530603797f: Pulling fs layer
3f4fd3e2dba1: Pulling fs layer
3976918043b4: Pulling fs layer
b6af4adfcf28: Pulling fs layer
2faf3ea9495a: Pulling fs layer
b6af4adfcf28: Waiting
2faf3ea9495a: Waiting
3976918043b4: Verifying Checksum
3976918043b4: Download complete
b6af4adfcf28: Verifying Checksum
b6af4adfcf28: Download complete
2faf3ea9495a: Verifying Checksum
2faf3ea9495a: Download complete
3f4fd3e2dba1: Download complete
13530603797f: Verifying Checksum
13530603797f: Download complete
13530603797f: Pull complete
3f4fd3e2dba1: Pull complete
3976918043b4: Pull complete
b6af4adfcf28: Pull complete
2faf3ea9495a: Pull complete
Digest: sha256:4ada65c68c58ec2b8debb4ae2df79920647f81a4484dfe17d7f2d13872a72853
Status: Downloaded newer image for ocaml/opam@sha256:4ada65c68c58ec2b8debb4ae2df79920647f81a4484dfe17d7f2d13872a72853
2026-04-27 07:41.46 ---> using "2d02d5e6367e692562c46f6bf306ae59a8b006f7e675e2cd9220d129b0de1240" from cache


/: (comment opensuse-15.6-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-04-27 07:41.46 ---> using "4b6f0dca6848b5facb7b0066993f24efa643b0045ccd3ee8b0a9828be02e4aa3" from cache


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.


This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.


Continue? [Y/n] y
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-04-27 07:41.46 ---> using "512e51ccbc114241fa82968135a56fcfa69cc7df5a8e9e772afa600777d82701" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-107-generic
The OCaml toplevel, version 4.14.3
2.5.1
2026-04-27 07:41.46 ---> using "0f893be9bd3fb33749017c3acdb1dcada022fb378341c299b8d2793c2e537cbd" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-04-27 07:41.46 ---> using "46cec1c7f72cb00fe5a463d6ef1f7ba737111e281283c5e6b2bfcb0160d71061" from cache


/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"))
5f7bb1a6e6 Merge pull request #29704 from shonfeder/release-dune-3.22.2


<><> 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.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-27 07:41.46 ---> using "adc49ce94843f5d0b0470406e2d6b528769fdcca677fb842d21e21f1ac342edd" from cache


/src: (copy (src ocamlgraph_gtk.opam ocamlgraph.opam) (dst ./))
2026-04-27 07:41.46 ---> saved as "965509d0f8bd0a6d6796f16b139a5f8413e5a3a4b70eb3ac308f361b386f5419"


/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-27 07:41.48 ---> saved as "f0f6f743ae2590fb04d00f5093ca10307b0a435f26a3f2c7a0d5fbf44934f383"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-27 07:41.48 ---> saved as "d364d9ac5046778c629c47eeb7712358aeb34724248e2f6690e97677e3beac71"


/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.22.2 dune-configurator.3.22.2 graphics.5.2.0 lablgtk.2.18.14 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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"
- Retrieving repository 'Update repository of openSUSE Backports' metadata [..
- Looking for gpg keys in repository Update repository of openSUSE Backports.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key
- ...
- .....
- ..............done]
- Building repository 'Update repository of openSUSE Backports' cache [..
- ..done]
- Repository 'Update repository with updates from SUSE Linux Enterprise 15' is up to date.
- Repository 'Main Update Repository' is up to date.
- Repository 'Update Repository (Non-Oss)' is up to date.
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- All repositories have been refreshed.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[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.3).
[NOTE] Package ocaml is already installed (current version is 4.14.3).
[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"
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- 
- The following 120 NEW packages are going to be installed:
-   at-spi2-core at-spi2-core-devel cairo-devel cups-config dbus-1-devel fixesproto-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 inputproto-devel 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 libexpat-devel libffi-devel libfontconfig1 libfreetype6 libfribidi0 libgdk_pixbuf-2_0-0 libgio-2_0-0 libgirepository-1_0-1 libgmodule-2_0-0 libgnutls30 libgobject-2_0-0 libgraphite2-3 libgthread-2_0-0 libgtk-2_0-0 libharfbuzz-cairo0 libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz-subset0 libharfbuzz0 libhogweed6 libicu73_2 libicu73_2-devel libicu73_2-ledata libjbig2 libjpeg62 libjpeg62-devel libjpeg8 liblzo2-2 libmount-devel libnettle8 libopenssl1_1 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_6m1_0 libselinux-devel libsepol-devel libthai-data libthai-devel libthai0 libtiff-devel libtiff6 libzstd-devel lzo-devel pango-devel pcre2-devel python3-base recordproto-devel renderproto-devel shared-mime-info system-user-lp typelib-1_0-Atk-1_0 typelib-1_0-Atspi-2_0 typelib-1_0-GdkPixbuf-2_0 typelib-1_0-GdkPixdata-2_0 typelib-1_0-Gtk-2_0 typelib-1_0-HarfBuzz-0_0 typelib-1_0-Pango-1_0 xextproto-devel xz-devel
- 
- 120 new packages to install.
- 
- Package download size:    41.1 MiB
- 
- Package install size change:
-               |     170.1 MiB  required by packages that will be installed
-    170.1 MiB  |  -      0 B    released by packages that will be removed
- 
- Backend:  classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Retrieving: dbus-1-devel-1.12.2-150400.18.8.1.x86_64 (Main Repository) (1/120),  59.0 KiB
- Retrieving: dbus-1-devel-1.12.2-150400.18.8.1.x86_64.rpm [.....done]
- Retrieving: hicolor-icon-theme-0.17-150600.19.2.noarch (Main Repository) (2/120),  46.2 KiB
- Retrieving: hicolor-icon-theme-0.17-150600.19.2.noarch.rpm [.
- done]
- Retrieving: inputproto-devel-2.4-150500.1.1.x86_64 (Main Repository) (3/120),  24.0 KiB
- Retrieving: inputproto-devel-2.4-150500.1.1.x86_64.rpm [.done]
- Retrieving: libXcomposite1-0.4.4-1.23.x86_64 (Main Repository) (4/120),  11.6 KiB
- Retrieving: libXcomposite1-0.4.4-1.23.x86_64.rpm [.done]
- Retrieving: libXdamage1-1.1.4-1.23.x86_64 (Main Repository) (5/120),  11.4 KiB
- Retrieving: libXdamage1-1.1.4-1.23.x86_64.rpm [.done]
- Retrieving: libXext6-1.3.3-1.30.x86_64 (Main Repository) (6/120),  33.2 KiB
- Retrieving: libXext6-1.3.3-1.30.x86_64.rpm [.done]
- Retrieving: libXfixes3-6.0.0-150400.1.4.x86_64 (Main Repository) (7/120),  16.1 KiB
- Retrieving: libXfixes3-6.0.0-150400.1.4.x86_64.rpm [.done]
- Retrieving: libXrender1-0.9.10-1.30.x86_64 (Main Repository) (8/120),  24.1 KiB
- Retrieving: libXrender1-0.9.10-1.30.x86_64.rpm [.done]
- Retrieving: libbz2-devel-1.0.8-150400.1.122.x86_64 (Main Repository) (9/120),  18.7 KiB
- Retrieving: libbz2-devel-1.0.8-150400.1.122.x86_64.rpm [.done]
- Retrieving: libdatrie1-0.2.9-1.25.x86_64 (Main Repository) (10/120),  43.5 KiB
- Retrieving: libdatrie1-0.2.9-1.25.x86_64.rpm [.done]
- Retrieving: libffi-devel-3.2.1.git259-10.8.x86_64 (Main Repository) (11/120),  26.7 KiB
- Retrieving: libffi-devel-3.2.1.git259-10.8.x86_64.rpm [.done]
- Retrieving: libfribidi0-1.0.10-150400.3.3.1.x86_64 (Main Repository) (12/120),  39.1 KiB
- Retrieving: libfribidi0-1.0.10-150400.3.3.1.x86_64.rpm [.done]
- Retrieving: libgraphite2-3-1.3.14-150600.1.5.x86_64 (Main Repository) (13/120),  73.8 KiB
- Retrieving: libgraphite2-3-1.3.14-150600.1.5.x86_64.rpm [.done]
- Retrieving: libicu73_2-ledata-73.2-150000.1.7.1.noarch (Main Repository) (14/120),   7.3 MiB
- Retrieving: libicu73_2-ledata-73.2-150000.1.7.1.noarch.rpm [...
- done (4.5 MiB/s)]
- Retrieving: libjbig2-2.1-150000.3.5.1.x86_64 (Main Repository) (15/120),  33.0 KiB
- Retrieving: libjbig2-2.1-150000.3.5.1.x86_64.rpm [.done]
- Retrieving: libjpeg62-62.3.0-150600.22.3.x86_64 (Main Repository) (16/120), 180.4 KiB
- Retrieving: libjpeg62-62.3.0-150600.22.3.x86_64.rpm [.done]
- Retrieving: libjpeg8-8.2.2-150600.22.5.x86_64 (Main Repository) (17/120), 180.8 KiB
- Retrieving: libjpeg8-8.2.2-150600.22.5.x86_64.rpm [.done]
- Retrieving: liblzo2-2-2.10-2.22.x86_64 (Main Repository) (18/120),  50.8 KiB
- Retrieving: liblzo2-2-2.10-2.22.x86_64.rpm [.done]
- Retrieving: libpcre2-16-0-10.42-150600.1.26.x86_64 (Main Repository) (19/120), 282.8 KiB
- Retrieving: libpcre2-16-0-10.42-150600.1.26.x86_64.rpm [....done (173.4 KiB/s)]
- Retrieving: libpcre2-32-0-10.42-150600.1.26.x86_64 (Main Repository) (20/120), 269.6 KiB
- Retrieving: libpcre2-32-0-10.42-150600.1.26.x86_64.rpm [.
- done]
- Retrieving: libpcre2-posix3-10.42-150600.1.26.x86_64 (Main Repository) (21/120),  30.1 KiB
- Retrieving: libpcre2-posix3-10.42-150600.1.26.x86_64.rpm [.done]
- Retrieving: libsepol-devel-3.5-150600.1.49.x86_64 (Main Repository) (22/120),  46.5 KiB
- Retrieving: libsepol-devel-3.5-150600.1.49.x86_64.rpm [.done]
- Retrieving: libthai-data-0.1.29-150400.1.4.x86_64 (Main Repository) (23/120), 139.8 KiB
- Retrieving: libthai-data-0.1.29-150400.1.4.x86_64.rpm [.done]
- Retrieving: libzstd-devel-1.5.5-150600.1.3.x86_64 (Main Repository) (24/120),  72.0 KiB
- Retrieving: libzstd-devel-1.5.5-150600.1.3.x86_64.rpm [.done]
- Retrieving: recordproto-devel-1.14.2-1.22.x86_64 (Main Repository) (25/120),  22.2 KiB
- Retrieving: recordproto-devel-1.14.2-1.22.x86_64.rpm [.done]
- Retrieving: renderproto-devel-0.11.1-1.22.x86_64 (Main Repository) (26/120),  22.9 KiB
- Retrieving: renderproto-devel-0.11.1-1.22.x86_64.rpm [.done]
- Retrieving: system-user-lp-20170617-150400.24.2.1.noarch (Main Repository) (27/120),  11.9 KiB
- Retrieving: system-user-lp-20170617-150400.24.2.1.noarch.rpm [.done]
- Retrieving: xextproto-devel-7.3.0-1.22.x86_64 (Main Repository) (28/120), 114.5 KiB
- Retrieving: xextproto-devel-7.3.0-1.22.x86_64.rpm [.done]
- Retrieving: libXtst6-1.2.3-1.24.x86_64 (Main Repository) (29/120),  17.2 KiB
- Retrieving: libXtst6-1.2.3-1.24.x86_64.rpm [.done]
- Retrieving: libXinerama1-1.1.3-1.22.x86_64 (Main Repository) (30/120),  11.2 KiB
- Retrieving: libXinerama1-1.1.3-1.22.x86_64.rpm [.done]
- Retrieving: libXi6-1.7.9-3.2.1.x86_64 (Main Repository) (31/120),  35.6 KiB
- Retrieving: libXi6-1.7.9-3.2.1.x86_64.rpm [.done]
- Retrieving: libXrandr2-1.5.1-2.17.x86_64 (Main Repository) (32/120),  23.3 KiB
- Retrieving: libXrandr2-1.5.1-2.17.x86_64.rpm [.done]
- Retrieving: libXcursor1-1.1.15-1.18.x86_64 (Main Repository) (33/120),  25.8 KiB
- Retrieving: libXcursor1-1.1.15-1.18.x86_64.rpm [.done]
- Retrieving: libdatrie-devel-0.2.9-1.25.x86_64 (Main Repository) (34/120), 110.2 KiB
- Retrieving: libdatrie-devel-0.2.9-1.25.x86_64.rpm [.done]
- Retrieving: fribidi-devel-1.0.10-150400.3.3.1.x86_64 (Main Repository) (35/120),  94.7 KiB
- Retrieving: fribidi-devel-1.0.10-150400.3.3.1.x86_64.rpm [.done]
- Retrieving: graphite2-devel-1.3.14-150600.1.5.x86_64 (Main Repository) (36/120),  25.7 KiB
- Retrieving: graphite2-devel-1.3.14-150600.1.5.x86_64.rpm [.
- done]
- Retrieving: libicu73_2-73.2-150000.1.7.1.x86_64 (Main Repository) (37/120),   1.8 MiB
- Retrieving: libicu73_2-73.2-150000.1.7.1.x86_64.rpm [..done (1.1 MiB/s)]
- Retrieving: libjpeg62-devel-62.3.0-150600.22.3.x86_64 (Main Repository) (38/120), 121.1 KiB
- Retrieving: libjpeg62-devel-62.3.0-150600.22.3.x86_64.rpm [.done]
- Retrieving: lzo-devel-2.10-2.22.x86_64 (Main Repository) (39/120),  55.7 KiB
- Retrieving: lzo-devel-2.10-2.22.x86_64.rpm [.done]
- Retrieving: pcre2-devel-10.42-150600.1.26.x86_64 (Main Repository) (40/120), 275.7 KiB
- Retrieving: pcre2-devel-10.42-150600.1.26.x86_64.rpm [.done]
- Retrieving: libthai0-0.1.29-150400.1.4.x86_64 (Main Repository) (41/120),  23.1 KiB
- Retrieving: libthai0-0.1.29-150400.1.4.x86_64.rpm [.done]
- Retrieving: libXrender-devel-0.9.10-1.30.x86_64 (Main Repository) (42/120),  17.1 KiB
- Retrieving: libXrender-devel-0.9.10-1.30.x86_64.rpm [.done]
- Retrieving: libXext-devel-1.3.3-1.30.x86_64 (Main Repository) (43/120),  96.9 KiB
- Retrieving: libXext-devel-1.3.3-1.30.x86_64.rpm [.done]
- Retrieving: fixesproto-devel-6.0-150400.1.4.x86_64 (Main Repository) (44/120),  19.2 KiB
- Retrieving: fixesproto-devel-6.0-150400.1.4.x86_64.rpm [..done (13.1 KiB/s)]
- Retrieving: libicu73_2-devel-73.2-150000.1.7.1.x86_64 (Main Repository) (45/120), 702.5 KiB
- Retrieving: libicu73_2-devel-73.2-150000.1.7.1.x86_64.rpm [.done]
- Retrieving: libthai-devel-0.1.29-150400.1.4.x86_64 (Main Repository) (46/120),  20.2 KiB
- Retrieving: libthai-devel-0.1.29-150400.1.4.x86_64.rpm [.done]
- Retrieving: libXfixes-devel-6.0.0-150400.1.4.x86_64 (Main Repository) (47/120),  14.1 KiB
- Retrieving: libXfixes-devel-6.0.0-150400.1.4.x86_64.rpm [.done]
- Retrieving: libXi-devel-1.7.9-3.2.1.x86_64 (Main Repository) (48/120), 137.3 KiB
- Retrieving: libXi-devel-1.7.9-3.2.1.x86_64.rpm [.done]
- Retrieving: libXtst-devel-1.2.3-1.24.x86_64 (Main Repository) (49/120),  28.5 KiB
- Retrieving: libXtst-devel-1.2.3-1.24.x86_64.rpm [.done]
- Retrieving: libavahi-common3-0.8-150600.15.15.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (50/120),  46.0 KiB
- Retrieving: libavahi-common3-0.8-150600.15.15.1.x86_64.rpm [....
- ....
- ....not found]
- Retrieving: libavahi-common3-0.8-150600.15.15.1.x86_64.rpm [.not found]
- Retrieving: libavahi-common3-0.8-150600.15.15.1.x86_64.rpm [..done (13.7 KiB/s)]
- Retrieving: libblkid-devel-2.39.3-150600.4.21.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (51/120),  70.0 KiB
- Retrieving: libblkid-devel-2.39.3-150600.4.21.1.x86_64.rpm [.
- not found]
- Retrieving: libblkid-devel-2.39.3-150600.4.21.1.x86_64.rpm [.not found]
- Retrieving: libblkid-devel-2.39.3-150600.4.21.1.x86_64.rpm [.done]
- Retrieving: libbrotlienc1-1.0.7-150200.3.5.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (52/120), 203.4 KiB
- Retrieving: libbrotlienc1-1.0.7-150200.3.5.1.x86_64.rpm [.not found]
- Retrieving: libbrotlienc1-1.0.7-150200.3.5.1.x86_64.rpm [.not found]
- Retrieving: libbrotlienc1-1.0.7-150200.3.5.1.x86_64.rpm [..done (203.4 KiB/s)]
- Retrieving: libexpat-devel-2.7.1-150400.3.37.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (53/120),  66.6 KiB
- Retrieving: libexpat-devel-2.7.1-150400.3.37.1.x86_64.rpm [.not found]
- Retrieving: libexpat-devel-2.7.1-150400.3.37.1.x86_64.rpm [.not found]
- Retrieving: libexpat-devel-2.7.1-150400.3.37.1.x86_64.rpm [.done]
- Retrieving: libgmodule-2_0-0-2.78.6-150600.4.35.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (54/120), 148.2 KiB
- Retrieving: libgmodule-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: libgmodule-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: libgmodule-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.done]
- Retrieving: libgobject-2_0-0-2.78.6-150600.4.35.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (55/120), 279.2 KiB
- Retrieving: libgobject-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: libgobject-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: libgobject-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.done]
- Retrieving: libgthread-2_0-0-2.78.6-150600.4.35.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (56/120), 144.7 KiB
- Retrieving: libgthread-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: libgthread-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.
- not found]
- Retrieving: libgthread-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.done]
- Retrieving: libnettle8-3.9.1-150600.3.2.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (57/120), 171.1 KiB
- Retrieving: libnettle8-3.9.1-150600.3.2.1.x86_64.rpm [.not found]
- Retrieving: libnettle8-3.9.1-150600.3.2.1.x86_64.rpm [.not found]
- Retrieving: libnettle8-3.9.1-150600.3.2.1.x86_64.rpm [.done]
- Retrieving: libopenssl1_1-1.1.1w-150600.5.21.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (58/120),   1.4 MiB
- Retrieving: libopenssl1_1-1.1.1w-150600.5.21.1.x86_64.rpm [.not found]
- Retrieving: libopenssl1_1-1.1.1w-150600.5.21.1.x86_64.rpm [.not found]
- Retrieving: libopenssl1_1-1.1.1w-150600.5.21.1.x86_64.rpm [...done (1.1 MiB/s)]
- Retrieving: libpixman-1-0-0.43.4-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (59/120), 172.0 KiB
- Retrieving: libpixman-1-0-0.43.4-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libpng16-16-1.6.40-150600.3.17.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (60/120), 140.8 KiB
- Retrieving: libpng16-16-1.6.40-150600.3.17.1.x86_64.rpm [.not found]
- Retrieving: libpng16-16-1.6.40-150600.3.17.1.x86_64.rpm [.
- not found]
- Retrieving: libpng16-16-1.6.40-150600.3.17.1.x86_64.rpm [..done (41.6 KiB/s)]
- Retrieving: shared-mime-info-2.4-150600.3.3.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (61/120), 336.6 KiB
- Retrieving: shared-mime-info-2.4-150600.3.3.2.x86_64.rpm [..not found]
- Retrieving: shared-mime-info-2.4-150600.3.3.2.x86_64.rpm [.not found]
- Retrieving: shared-mime-info-2.4-150600.3.3.2.x86_64.rpm [.
- .done (271.7 KiB/s)]
- Retrieving: xz-devel-5.4.1-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (62/120),  73.7 KiB
- Retrieving: xz-devel-5.4.1-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: xz-devel-5.4.1-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: xz-devel-5.4.1-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libtiff6-4.7.1-150600.3.23.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (63/120), 255.3 KiB
- Retrieving: libtiff6-4.7.1-150600.3.23.1.x86_64.rpm [.not found]
- Retrieving: libtiff6-4.7.1-150600.3.23.1.x86_64.rpm [.not found]
- Retrieving: libtiff6-4.7.1-150600.3.23.1.x86_64.rpm [..done (255.3 KiB/s)]
- Retrieving: cups-config-2.2.7-150000.3.83.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (64/120), 245.1 KiB
- Retrieving: cups-config-2.2.7-150000.3.83.1.x86_64.rpm [.
- not found]
- Retrieving: cups-config-2.2.7-150000.3.83.1.x86_64.rpm [.not found]
- Retrieving: cups-config-2.2.7-150000.3.83.1.x86_64.rpm [.done]
- Retrieving: libselinux-devel-3.5-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (65/120), 120.3 KiB
- Retrieving: libselinux-devel-3.5-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libselinux-devel-3.5-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libselinux-devel-3.5-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libavahi-client3-0.8-150600.15.15.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (66/120),  49.3 KiB
- Retrieving: libavahi-client3-0.8-150600.15.15.1.x86_64.rpm [.
- not found]
- Retrieving: libavahi-client3-0.8-150600.15.15.1.x86_64.rpm [.not found]
- Retrieving: libavahi-client3-0.8-150600.15.15.1.x86_64.rpm [.done]
- Retrieving: libbrotli-devel-1.0.7-150200.3.5.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (67/120),  32.2 KiB
- Retrieving: libbrotli-devel-1.0.7-150200.3.5.1.x86_64.rpm [.not found]
- Retrieving: libbrotli-devel-1.0.7-150200.3.5.1.x86_64.rpm [.not found]
- Retrieving: libbrotli-devel-1.0.7-150200.3.5.1.x86_64.rpm [.done]
- Retrieving: libhogweed6-3.9.1-150600.3.2.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (68/120), 226.0 KiB
- Retrieving: libhogweed6-3.9.1-150600.3.2.1.x86_64.rpm [.not found]
- Retrieving: libhogweed6-3.9.1-150600.3.2.1.x86_64.rpm [.
- not found]
- Retrieving: libhogweed6-3.9.1-150600.3.2.1.x86_64.rpm [.done]
- Retrieving: python3-base-3.6.15-150300.10.109.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (69/120),   7.8 MiB
- Retrieving: python3-base-3.6.15-150300.10.109.1.x86_64.rpm [.not found]
- Retrieving: python3-base-3.6.15-150300.10.109.1.x86_64.rpm [.not found]
- Retrieving: python3-base-3.6.15-150300.10.109.1.x86_64.rpm [..
- .........
- done (7.4 MiB/s)]
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.109.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (70/120),   1.2 MiB
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.109.1.x86_64.rpm [...
- ..not found]
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.109.1.x86_64.rpm [.not found]
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.109.1.x86_64.rpm [...done (1.2 MiB/s)]
- Retrieving: libpixman-1-0-devel-0.43.4-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (71/120),  20.1 KiB
- Retrieving: libpixman-1-0-devel-0.43.4-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libpng16-devel-1.6.40-150600.3.17.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (72/120), 199.4 KiB
- Retrieving: libpng16-devel-1.6.40-150600.3.17.1.x86_64.rpm [.not found]
- Retrieving: libpng16-devel-1.6.40-150600.3.17.1.x86_64.rpm [.not found]
- Retrieving: libpng16-devel-1.6.40-150600.3.17.1.x86_64.rpm [.done]
- Retrieving: libpng16-compat-devel-1.6.40-150600.3.17.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (73/120), 107.5 KiB
- Retrieving: libpng16-compat-devel-1.6.40-150600.3.17.1.x86_64.rpm [.not found]
- Retrieving: libpng16-compat-devel-1.6.40-150600.3.17.1.x86_64.rpm [.not found]
- Retrieving: libpng16-compat-devel-1.6.40-150600.3.17.1.x86_64.rpm [.done]
- Retrieving: libfreetype6-2.10.4-150000.4.25.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (74/120), 454.8 KiB
- Retrieving: libfreetype6-2.10.4-150000.4.25.1.x86_64.rpm [.not found]
- Retrieving: libfreetype6-2.10.4-150000.4.25.1.x86_64.rpm [.not found]
- Retrieving: libfreetype6-2.10.4-150000.4.25.1.x86_64.rpm [..done (454.8 KiB/s)]
- Retrieving: libtiff-devel-4.7.1-150600.3.23.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (75/120), 118.2 KiB
- Retrieving: libtiff-devel-4.7.1-150600.3.23.1.x86_64.rpm [.not found]
- Retrieving: libtiff-devel-4.7.1-150600.3.23.1.x86_64.rpm [.
- not found]
- Retrieving: libtiff-devel-4.7.1-150600.3.23.1.x86_64.rpm [.done]
- Retrieving: libmount-devel-2.39.3-150600.4.21.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (76/120),  70.9 KiB
- Retrieving: libmount-devel-2.39.3-150600.4.21.1.x86_64.rpm [.not found]
- Retrieving: libmount-devel-2.39.3-150600.4.21.1.x86_64.rpm [.not found]
- Retrieving: libmount-devel-2.39.3-150600.4.21.1.x86_64.rpm [.done]
- Retrieving: libgnutls30-3.8.3-150600.4.17.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (77/120), 916.2 KiB
- Retrieving: libgnutls30-3.8.3-150600.4.17.1.x86_64.rpm [.not found]
- Retrieving: libgnutls30-3.8.3-150600.4.17.1.x86_64.rpm [.not found]
- Retrieving: libgnutls30-3.8.3-150600.4.17.1.x86_64.rpm [..done (634.3 KiB/s)]
- Retrieving: libharfbuzz0-8.3.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (78/120), 587.0 KiB
- Retrieving: libharfbuzz0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libharfbuzz0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libharfbuzz0-8.3.0-150600.3.3.1.x86_64.rpm [..done (540.8 KiB/s)]
- Retrieving: freetype2-devel-2.10.4-150000.4.25.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (79/120), 942.6 KiB
- Retrieving: freetype2-devel-2.10.4-150000.4.25.1.x86_64.rpm [.not found]
- Retrieving: freetype2-devel-2.10.4-150000.4.25.1.x86_64.rpm [.not found]
- Retrieving: freetype2-devel-2.10.4-150000.4.25.1.x86_64.rpm [..done (295.4 KiB/s)]
- Retrieving: libcups2-2.2.7-150000.3.83.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (80/120), 236.3 KiB
- Retrieving: libcups2-2.2.7-150000.3.83.1.x86_64.rpm [.not found]
- Retrieving: libcups2-2.2.7-150000.3.83.1.x86_64.rpm [.not found]
- Retrieving: libcups2-2.2.7-150000.3.83.1.x86_64.rpm [.
- done]
- Retrieving: libharfbuzz-subset0-8.3.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (81/120), 520.2 KiB
- Retrieving: libharfbuzz-subset0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libharfbuzz-subset0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libharfbuzz-subset0-8.3.0-150600.3.3.1.x86_64.rpm [..done (400.0 KiB/s)]
- Retrieving: libharfbuzz-icu0-8.3.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (82/120),  58.6 KiB
- Retrieving: libharfbuzz-icu0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libharfbuzz-icu0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libharfbuzz-icu0-8.3.0-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libharfbuzz-gobject0-8.3.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (83/120),  75.2 KiB
- Retrieving: libharfbuzz-gobject0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libharfbuzz-gobject0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libharfbuzz-gobject0-8.3.0-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libatspi0-2.50.0-150600.1.2.x86_64 (Main Repository) (84/120),  96.8 KiB
- Retrieving: libatspi0-2.50.0-150600.1.2.x86_64.rpm [....
- ....
- ....done]
- Retrieving: libatk-1_0-0-2.50.0-150600.1.2.x86_64 (Main Repository) (85/120),  71.3 KiB
- Retrieving: libatk-1_0-0-2.50.0-150600.1.2.x86_64.rpm [.done]
- Retrieving: fontconfig-2.14.2-150600.1.3.x86_64 (Main Repository) (86/120),  81.4 KiB
- Retrieving: fontconfig-2.14.2-150600.1.3.x86_64.rpm [.done]
- Retrieving: libfontconfig1-2.14.2-150600.1.3.x86_64 (Main Repository) (87/120), 126.4 KiB
- Retrieving: libfontconfig1-2.14.2-150600.1.3.x86_64.rpm [.done]
- Retrieving: libatk-bridge-2_0-0-2.50.0-150600.1.2.x86_64 (Main Repository) (88/120),  87.7 KiB
- Retrieving: libatk-bridge-2_0-0-2.50.0-150600.1.2.x86_64.rpm [.done]
- Retrieving: libXft2-2.3.2-1.33.x86_64 (Main Repository) (89/120),  43.5 KiB
- Retrieving: libXft2-2.3.2-1.33.x86_64.rpm [.done]
- Retrieving: fontconfig-devel-2.14.2-150600.1.3.x86_64 (Main Repository) (90/120),  23.0 KiB
- Retrieving: fontconfig-devel-2.14.2-150600.1.3.x86_64.rpm [.done]
- Retrieving: libXft-devel-2.3.2-1.33.x86_64 (Main Repository) (91/120),  19.2 KiB
- Retrieving: libXft-devel-2.3.2-1.33.x86_64.rpm [.done]
- Retrieving: gio-branding-openSUSE-42.1-lp156.9.2.2.noarch (Main Update Repository) (92/120),  19.6 KiB
- Retrieving: gio-branding-openSUSE-42.1-lp156.9.2.2.noarch.rpm [....
- .done]
- Retrieving: libcairo2-1.18.4-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (93/120), 534.1 KiB
- Retrieving: libcairo2-1.18.4-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libcairo2-1.18.4-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libcairo2-1.18.4-150600.3.3.1.x86_64.rpm [..done (372.1 KiB/s)]
- Retrieving: libgio-2_0-0-2.78.6-150600.4.35.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (94/120), 740.4 KiB
- Retrieving: libgio-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: libgio-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: libgio-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [..done (398.6 KiB/s)]
- Retrieving: glib2-tools-2.78.6-150600.4.35.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (95/120), 246.9 KiB
- Retrieving: glib2-tools-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: glib2-tools-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: glib2-tools-2.78.6-150600.4.35.1.x86_64.rpm [.done]
- Retrieving: libharfbuzz-cairo0-8.3.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (96/120),  91.0 KiB
- Retrieving: libharfbuzz-cairo0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libharfbuzz-cairo0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libharfbuzz-cairo0-8.3.0-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libcairo-script-interpreter2-1.18.4-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (97/120),  81.5 KiB
- Retrieving: libcairo-script-interpreter2-1.18.4-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libcairo-script-interpreter2-1.18.4-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libcairo-script-interpreter2-1.18.4-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libcairo-gobject2-1.18.4-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (98/120),  44.9 KiB
- Retrieving: libcairo-gobject2-1.18.4-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libcairo-gobject2-1.18.4-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libcairo-gobject2-1.18.4-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: glib2-devel-2.78.6-150600.4.35.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (99/120), 585.1 KiB
- Retrieving: glib2-devel-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: glib2-devel-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: glib2-devel-2.78.6-150600.4.35.1.x86_64.rpm [..done (126.6 KiB/s)]
- Retrieving: gdk-pixbuf-query-loaders-2.42.12-150600.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (100/120),  35.9 KiB
- Retrieving: gdk-pixbuf-query-loaders-2.42.12-150600.3.8.1.x86_64.rpm [.not found]
- Retrieving: gdk-pixbuf-query-loaders-2.42.12-150600.3.8.1.x86_64.rpm [.not found]
- Retrieving: gdk-pixbuf-query-loaders-2.42.12-150600.3.8.1.x86_64.rpm [.done]
- Retrieving: cairo-devel-1.18.4-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (101/120), 302.4 KiB
- Retrieving: cairo-devel-1.18.4-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: cairo-devel-1.18.4-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: cairo-devel-1.18.4-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libgdk_pixbuf-2_0-0-2.42.12-150600.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (102/120), 167.2 KiB
- Retrieving: libgdk_pixbuf-2_0-0-2.42.12-150600.3.8.1.x86_64.rpm [.not found]
- Retrieving: libgdk_pixbuf-2_0-0-2.42.12-150600.3.8.1.x86_64.rpm [.not found]
- Retrieving: libgdk_pixbuf-2_0-0-2.42.12-150600.3.8.1.x86_64.rpm [.done]
- Retrieving: libpango-1_0-0-1.51.1-150600.1.3.x86_64 (Main Repository) (103/120), 277.7 KiB
- Retrieving: libpango-1_0-0-1.51.1-150600.1.3.x86_64.rpm [.done]
- Retrieving: girepository-1_0-1.78.1-150600.2.3.x86_64 (Main Repository) (104/120), 189.5 KiB
- Retrieving: girepository-1_0-1.78.1-150600.2.3.x86_64.rpm [.done]
- Retrieving: libgirepository-1_0-1-1.78.1-150600.2.3.x86_64 (Main Repository) (105/120), 122.2 KiB
- Retrieving: libgirepository-1_0-1-1.78.1-150600.2.3.x86_64.rpm [.done]
- Retrieving: at-spi2-core-2.50.0-150600.1.2.x86_64 (Main Repository) (106/120),  81.9 KiB
- Retrieving: at-spi2-core-2.50.0-150600.1.2.x86_64.rpm [.done]
- Retrieving: typelib-1_0-Atspi-2_0-2.50.0-150600.1.2.x86_64 (Main Repository) (107/120),  44.7 KiB
- Retrieving: typelib-1_0-Atspi-2_0-2.50.0-150600.1.2.x86_64.rpm [.done]
- Retrieving: typelib-1_0-Atk-1_0-2.50.0-150600.1.2.x86_64 (Main Repository) (108/120),  47.4 KiB
- Retrieving: typelib-1_0-Atk-1_0-2.50.0-150600.1.2.x86_64.rpm [.done]
- Retrieving: at-spi2-core-devel-2.50.0-150600.1.2.x86_64 (Main Repository) (109/120),   1.6 MiB
- Retrieving: at-spi2-core-devel-2.50.0-150600.1.2.x86_64.rpm [..done (630.3 KiB/s)]
- Retrieving: gtk2-tools-2.24.33-150600.11.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (110/120),  37.3 KiB
- Retrieving: gtk2-tools-2.24.33-150600.11.3.1.x86_64.rpm [.done]
- Retrieving: libgtk-2_0-0-2.24.33-150600.11.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (111/120),   1.9 MiB
- Retrieving: libgtk-2_0-0-2.24.33-150600.11.3.1.x86_64.rpm [..done (535.4 KiB/s)]
- Retrieving: typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (112/120),  84.6 KiB
- Retrieving: typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: typelib-1_0-GdkPixbuf-2_0-2.42.12-150600.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (113/120),  35.2 KiB
- Retrieving: typelib-1_0-GdkPixbuf-2_0-2.42.12-150600.3.8.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-GdkPixbuf-2_0-2.42.12-150600.3.8.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-GdkPixbuf-2_0-2.42.12-150600.3.8.1.x86_64.rpm [.done]
- Retrieving: harfbuzz-devel-8.3.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (114/120), 198.9 KiB
- Retrieving: harfbuzz-devel-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: harfbuzz-devel-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: harfbuzz-devel-8.3.0-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: typelib-1_0-GdkPixdata-2_0-2.42.12-150600.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (115/120),  31.1 KiB
- Retrieving: typelib-1_0-GdkPixdata-2_0-2.42.12-150600.3.8.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-GdkPixdata-2_0-2.42.12-150600.3.8.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-GdkPixdata-2_0-2.42.12-150600.3.8.1.x86_64.rpm [.done]
- Retrieving: gdk-pixbuf-devel-2.42.12-150600.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (116/120),  84.5 KiB
- Retrieving: gdk-pixbuf-devel-2.42.12-150600.3.8.1.x86_64.rpm [.not found]
- Retrieving: gdk-pixbuf-devel-2.42.12-150600.3.8.1.x86_64.rpm [.not found]
- Retrieving: gdk-pixbuf-devel-2.42.12-150600.3.8.1.x86_64.rpm [.done]
- Retrieving: typelib-1_0-Pango-1_0-1.51.1-150600.1.3.x86_64 (Main Repository) (117/120),  54.8 KiB
- Retrieving: typelib-1_0-Pango-1_0-1.51.1-150600.1.3.x86_64.rpm [.done]
- Retrieving: pango-devel-1.51.1-150600.1.3.x86_64 (Main Repository) (118/120), 180.1 KiB
- Retrieving: pango-devel-1.51.1-150600.1.3.x86_64.rpm [.done]
- Retrieving: typelib-1_0-Gtk-2_0-2.24.33-150600.11.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (119/120), 186.6 KiB
- Retrieving: typelib-1_0-Gtk-2_0-2.24.33-150600.11.3.1.x86_64.rpm [.done]
- Retrieving: gtk2-devel-2.24.33-150600.11.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (120/120),   2.6 MiB
- Retrieving: gtk2-devel-2.24.33-150600.11.3.1.x86_64.rpm [..done (564.8 KiB/s)]
- 
- Checking for file conflicts: [....
- ..done]
- (  1/120) Installing: dbus-1-devel-1.12.2-150400.18.8.1.x86_64 [..done]
- (  2/120) Installing: hicolor-icon-theme-0.17-150600.19.2.noarch [..done]
- (  3/120) Installing: inputproto-devel-2.4-150500.1.1.x86_64 [..done]
- (  4/120) Installing: libXcomposite1-0.4.4-1.23.x86_64 [..done]
- (  5/120) Installing: libXdamage1-1.1.4-1.23.x86_64 [..done]
- (  6/120) Installing: libXext6-1.3.3-1.30.x86_64 [..done]
- (  7/120) Installing: libXfixes3-6.0.0-150400.1.4.x86_64 [..done]
- (  8/120) Installing: libXrender1-0.9.10-1.30.x86_64 [..done]
- (  9/120) Installing: libbz2-devel-1.0.8-150400.1.122.x86_64 [..done]
- ( 10/120) Installing: libdatrie1-0.2.9-1.25.x86_64 [..done]
- ( 11/120) Installing: libffi-devel-3.2.1.git259-10.8.x86_64 [..done]
- ( 12/120) Installing: libfribidi0-1.0.10-150400.3.3.1.x86_64 [..done]
- ( 13/120) Installing: libgraphite2-3-1.3.14-150600.1.5.x86_64 [..done]
- ( 14/120) Installing: libicu73_2-ledata-73.2-150000.1.7.1.noarch [..
- ..........done]
- ( 15/120) Installing: libjbig2-2.1-150000.3.5.1.x86_64 [.
- .done]
- ( 16/120) Installing: libjpeg62-62.3.0-150600.22.3.x86_64 [..done]
- ( 17/120) Installing: libjpeg8-8.2.2-150600.22.5.x86_64 [..done]
- ( 18/120) Installing: liblzo2-2-2.10-2.22.x86_64 [..done]
- ( 19/120) Installing: libpcre2-16-0-10.42-150600.1.26.x86_64 [..done]
- ( 20/120) Installing: libpcre2-32-0-10.42-150600.1.26.x86_64 [..done]
- ( 21/120) Installing: libpcre2-posix3-10.42-150600.1.26.x86_64 [..done]
- ( 22/120) Installing: libsepol-devel-3.5-150600.1.49.x86_64 [..done]
- ( 23/120) Installing: libthai-data-0.1.29-150400.1.4.x86_64 [..done]
- ( 24/120) Installing: libzstd-devel-1.5.5-150600.1.3.x86_64 [..done]
- ( 25/120) Installing: recordproto-devel-1.14.2-1.22.x86_64 [..done]
- ( 26/120) Installing: renderproto-devel-0.11.1-1.22.x86_64 [..done]
- ( 27/120) Installing: system-user-lp-20170617-150400.24.2.1.noarch [..
- /usr/sbin/useradd -r -c Printing daemon -d /var/spool/lpd -g lp lp -s /usr/sbin/nologin
- done]
- ( 28/120) Installing: xextproto-devel-7.3.0-1.22.x86_64 [..done]
- ( 29/120) Installing: libXtst6-1.2.3-1.24.x86_64 [..done]
- ( 30/120) Installing: libXinerama1-1.1.3-1.22.x86_64 [..done]
- ( 31/120) Installing: libXi6-1.7.9-3.2.1.x86_64 [..done]
- ( 32/120) Installing: libXrandr2-1.5.1-2.17.x86_64 [..done]
- ( 33/120) Installing: libXcursor1-1.1.15-1.18.x86_64 [..done]
- ( 34/120) Installing: libdatrie-devel-0.2.9-1.25.x86_64 [..done]
- ( 35/120) Installing: fribidi-devel-1.0.10-150400.3.3.1.x86_64 [..done]
- ( 36/120) Installing: graphite2-devel-1.3.14-150600.1.5.x86_64 [..done]
- ( 37/120) Installing: libicu73_2-73.2-150000.1.7.1.x86_64 [.
- ...done]
- ( 38/120) Installing: libjpeg62-devel-62.3.0-150600.22.3.x86_64 [..done]
- ( 39/120) Installing: lzo-devel-2.10-2.22.x86_64 [..done]
- ( 40/120) Installing: pcre2-devel-10.42-150600.1.26.x86_64 [..done]
- ( 41/120) Installing: libthai0-0.1.29-150400.1.4.x86_64 [..done]
- ( 42/120) Installing: libXrender-devel-0.9.10-1.30.x86_64 [..done]
- ( 43/120) Installing: libXext-devel-1.3.3-1.30.x86_64 [..done]
- ( 44/120) Installing: fixesproto-devel-6.0-150400.1.4.x86_64 [..done]
- ( 45/120) Installing: libicu73_2-devel-73.2-150000.1.7.1.x86_64 [...done]
- ( 46/120) Installing: libthai-devel-0.1.29-150400.1.4.x86_64 [..done]
- ( 47/120) Installing: libXfixes-devel-6.0.0-150400.1.4.x86_64 [..done]
- ( 48/120) Installing: libXi-devel-1.7.9-3.2.1.x86_64 [..
- done]
- ( 49/120) Installing: libXtst-devel-1.2.3-1.24.x86_64 [..done]
- ( 50/120) Installing: libavahi-common3-0.8-150600.15.15.1.x86_64 [..done]
- ( 51/120) Installing: libblkid-devel-2.39.3-150600.4.21.1.x86_64 [..done]
- ( 52/120) Installing: libbrotlienc1-1.0.7-150200.3.5.1.x86_64 [..done]
- ( 53/120) Installing: libexpat-devel-2.7.1-150400.3.37.1.x86_64 [..done]
- ( 54/120) Installing: libgmodule-2_0-0-2.78.6-150600.4.35.1.x86_64 [..done]
- ( 55/120) Installing: libgobject-2_0-0-2.78.6-150600.4.35.1.x86_64 [..done]
- ( 56/120) Installing: libgthread-2_0-0-2.78.6-150600.4.35.1.x86_64 [..done]
- ( 57/120) Installing: libnettle8-3.9.1-150600.3.2.1.x86_64 [..done]
- ( 58/120) Installing: libopenssl1_1-1.1.1w-150600.5.21.1.x86_64 [...done]
- ( 59/120) Installing: libpixman-1-0-0.43.4-150600.3.3.1.x86_64 [..done]
- ( 60/120) Installing: libpng16-16-1.6.40-150600.3.17.1.x86_64 [..done]
- ( 61/120) Installing: shared-mime-info-2.4-150600.3.3.2.x86_64 [..
- done]
- ( 62/120) Installing: xz-devel-5.4.1-150600.3.3.1.x86_64 [..done]
- ( 63/120) Installing: libtiff6-4.7.1-150600.3.23.1.x86_64 [..done]
- ( 64/120) Installing: cups-config-2.2.7-150000.3.83.1.x86_64 [..done]
- ( 65/120) Installing: libselinux-devel-3.5-150600.3.3.1.x86_64 [..
- done]
- ( 66/120) Installing: libavahi-client3-0.8-150600.15.15.1.x86_64 [..done]
- ( 67/120) Installing: libbrotli-devel-1.0.7-150200.3.5.1.x86_64 [..done]
- ( 68/120) Installing: libhogweed6-3.9.1-150600.3.2.1.x86_64 [..done]
- ( 69/120) Installing: python3-base-3.6.15-150300.10.109.1.x86_64 [.........
- .....done]
- ( 70/120) Installing: libpython3_6m1_0-3.6.15-150300.10.109.1.x86_64 [...done]
- ( 71/120) Installing: libpixman-1-0-devel-0.43.4-150600.3.3.1.x86_64 [..done]
- ( 72/120) Installing: libpng16-devel-1.6.40-150600.3.17.1.x86_64 [..done]
- ( 73/120) Installing: libpng16-compat-devel-1.6.40-150600.3.17.1.x86_64 [..done]
- ( 74/120) Installing: libfreetype6-2.10.4-150000.4.25.1.x86_64 [..done]
- ( 75/120) Installing: libtiff-devel-4.7.1-150600.3.23.1.x86_64 [..done]
- ( 76/120) Installing: libmount-devel-2.39.3-150600.4.21.1.x86_64 [.
- .done]
- ( 77/120) Installing: libgnutls30-3.8.3-150600.4.17.1.x86_64 [..done]
- ( 78/120) Installing: libharfbuzz0-8.3.0-150600.3.3.1.x86_64 [..done]
- ( 79/120) Installing: freetype2-devel-2.10.4-150000.4.25.1.x86_64 [...done]
- ( 80/120) Installing: libcups2-2.2.7-150000.3.83.1.x86_64 [..done]
- ( 81/120) Installing: libharfbuzz-subset0-8.3.0-150600.3.3.1.x86_64 [..done]
- ( 82/120) Installing: libharfbuzz-icu0-8.3.0-150600.3.3.1.x86_64 [..done]
- ( 83/120) Installing: libharfbuzz-gobject0-8.3.0-150600.3.3.1.x86_64 [..done]
- ( 84/120) Installing: libatspi0-2.50.0-150600.1.2.x86_64 [..done]
- ( 85/120) Installing: libatk-1_0-0-2.50.0-150600.1.2.x86_64 [..done]
- ( 86/120) Installing: fontconfig-2.14.2-150600.1.3.x86_64 [..done]
- ( 87/120) Installing: libfontconfig1-2.14.2-150600.1.3.x86_64 [..done]
- ( 88/120) Installing: libatk-bridge-2_0-0-2.50.0-150600.1.2.x86_64 [.
- .done]
- ( 89/120) Installing: libXft2-2.3.2-1.33.x86_64 [..done]
- ( 90/120) Installing: fontconfig-devel-2.14.2-150600.1.3.x86_64 [..done]
- ( 91/120) Installing: libXft-devel-2.3.2-1.33.x86_64 [..done]
- ( 92/120) Installing: gio-branding-openSUSE-42.1-lp156.9.2.2.noarch [..done]
- ( 93/120) Installing: libcairo2-1.18.4-150600.3.3.1.x86_64 [..done]
- ( 94/120) Installing: libgio-2_0-0-2.78.6-150600.4.35.1.x86_64 [...done]
- ( 95/120) Installing: glib2-tools-2.78.6-150600.4.35.1.x86_64 [..
- No schema files found: doing nothing.
- done]
- ( 96/120) Installing: libharfbuzz-cairo0-8.3.0-150600.3.3.1.x86_64 [..done]
- ( 97/120) Installing: libcairo-script-interpreter2-1.18.4-150600.3.3.1.x86_64 [..done]
- ( 98/120) Installing: libcairo-gobject2-1.18.4-150600.3.3.1.x86_64 [..done]
- ( 99/120) Installing: glib2-devel-2.78.6-150600.4.35.1.x86_64 [..
- .
- No schema files found: doing nothing.
- done]
- (100/120) Installing: gdk-pixbuf-query-loaders-2.42.12-150600.3.8.1.x86_64 [..done]
- (101/120) Installing: cairo-devel-1.18.4-150600.3.3.1.x86_64 [..done]
- (102/120) Installing: libgdk_pixbuf-2_0-0-2.42.12-150600.3.8.1.x86_64 [..done]
- (103/120) Installing: libpango-1_0-0-1.51.1-150600.1.3.x86_64 [..done]
- (104/120) Installing: girepository-1_0-1.78.1-150600.2.3.x86_64 [..done]
- (105/120) Installing: libgirepository-1_0-1-1.78.1-150600.2.3.x86_64 [..done]
- (106/120) Installing: at-spi2-core-2.50.0-150600.1.2.x86_64 [..done]
- (107/120) Installing: typelib-1_0-Atspi-2_0-2.50.0-150600.1.2.x86_64 [..done]
- (108/120) Installing: typelib-1_0-Atk-1_0-2.50.0-150600.1.2.x86_64 [..done]
- (109/120) Installing: at-spi2-core-devel-2.50.0-150600.1.2.x86_64 [....
- .done]
- (110/120) Installing: gtk2-tools-2.24.33-150600.11.3.1.x86_64 [..
- update-alternatives: using /usr/bin/gtk-update-icon-cache-2.0 to provide /usr/bin/gtk-update-icon-cache (gtk-update-icon-cache) in auto mode
- done]
- (111/120) Installing: libgtk-2_0-0-2.24.33-150600.11.3.1.x86_64 [.....done]
- (112/120) Installing: typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.x86_64 [..done]
- (113/120) Installing: typelib-1_0-GdkPixbuf-2_0-2.42.12-150600.3.8.1.x86_64 [..done]
- (114/120) Installing: harfbuzz-devel-8.3.0-150600.3.3.1.x86_64 [..done]
- (115/120) Installing: typelib-1_0-GdkPixdata-2_0-2.42.12-150600.3.8.1.x86_64 [..done]
- (116/120) Installing: gdk-pixbuf-devel-2.42.12-150600.3.8.1.x86_64 [..done]
- (117/120) Installing: typelib-1_0-Pango-1_0-1.51.1-150600.1.3.x86_64 [..done]
- (118/120) Installing: pango-devel-1.51.1-150600.1.3.x86_64 [..done]
- (119/120) Installing: typelib-1_0-Gtk-2_0-2.24.33-150600.11.3.1.x86_64 [.
- .done]
- (120/120) Installing: gtk2-devel-2.24.33-150600.11.3.1.x86_64 [.........done]
# To update the current shell environment, run: eval $(opam env)
2026-04-27 07:43.49 ---> saved as "a7f12161598af251a632badcabbf96dec6c1caf0ad77a3dacccbd412401069d8"


/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.3).
[NOTE] Package ocaml is already installed (current version is 4.14.3).
[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.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)
[ERROR] The compilation of conf-gnomecanvas.2 failed at "pkg-config libgnomecanvas-2.0".
-> installed conf-gtk2.1
-> retrieved lablgtk.2.18.14  (cached)
-> installed conf-libX11.1
-> retrieved ocamlfind.1.9.8  (cached)
-> installed conf-libXft.1
-> retrieved dune.3.22.2, dune-configurator.3.22.2  (cached)
-> installed dune.3.22.2
-> installed camlp-streams.5.0.1
-> installed csexp.1.5.2
-> 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.1 | linux/x86_64 | ocaml-base-compiler.4.14.3 | git+file:///home/opam/opam-repository
# 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-a5b8ac.env
# output-file ~/.opam/log/conf-gnomecanvas-1-a5b8ac.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
+- 


The former state can be restored with:
/usr/bin/opam switch import "/home/opam/.opam/4.14/.opam-switch/backup/state-20260427074350.export"
# To update the current shell environment, run: eval $(opam env)
"/usr/bin/env" "bash" "-c" "opam install $DEPS" failed with exit status 31
2026-04-27 07:45.08: Job failed: Failed: Build failed