Organisationsbacktrackingocamlgraph89ab6d ()opensuse-15.6-5.3_opam-2.3

opensuse-15.6-5.3_opam-2.3

Link Copied
Code Copied

Logs

2025-06-12 14:19.40: New job: test backtracking/ocamlgraph https://github.com/backtracking/ocamlgraph.git#refs/heads/master (89ab6d98c551a99f17fb6062c9a4c13a2b3f6ebc) (linux-x86_64:opensuse-15.6-5.3_opam-2.3)
Base: ocaml/opam:opensuse-15.6-ocaml-5.3@sha256:fe87e7b78be5c8e97c48a0be0c3ee3d1ee82e306326f94f27b243b67b5f4df65
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/backtracking/ocamlgraph.git" -b "master" && cd "ocamlgraph" && git reset --hard 89ab6d98
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-15.6-ocaml-5.3@sha256:fe87e7b78be5c8e97c48a0be0c3ee3d1ee82e306326f94f27b243b67b5f4df65
# opensuse-15.6-5.3_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && 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-pkg-config.4 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 graphics.5.1.2 lablgtk.2.18.14 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.8"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y ocamlgraph_gtk.dev ocamlgraph.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2025-06-12 14:19.40: Using cache hint "backtracking/ocamlgraph-ocaml/opam:opensuse-15.6-ocaml-5.3@sha256:fe87e7b78be5c8e97c48a0be0c3ee3d1ee82e306326f94f27b243b67b5f4df65-opensuse-15.6-5.3_opam-2.3-3d908ba9850c3a082cb70e51289e33c2"
2025-06-12 14:19.40: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-5.3@sha256:fe87e7b78be5c8e97c48a0be0c3ee3d1ee82e306326f94f27b243b67b5f4df65)
(comment opensuse-15.6-5.3_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src ocamlgraph_gtk.opam ocamlgraph.opam) (dst ./))
(run (network host)
(shell  "opam pin add -yn ocamlgraph_gtk.dev './' && \
\nopam pin add -yn ocamlgraph.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 conf-gnomecanvas.2 conf-gtk2.1 conf-libX11.1 conf-pkg-config.4 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 graphics.5.1.2 lablgtk.2.18.14 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.8")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.3 --depext-only -y ocamlgraph_gtk.dev ocamlgraph.dev $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /src))
(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2025-06-12 14:19.40: Waiting for resource in pool OCluster
2025-06-12 17:56.22: Waiting for worker…
2025-06-12 17:58.47: Got resource from pool OCluster
Building on phoebe
All commits already cached
HEAD is now at 89ab6d9 Updated by OWASP Threat Dragon


(from ocaml/opam:opensuse-15.6-ocaml-5.3@sha256:fe87e7b78be5c8e97c48a0be0c3ee3d1ee82e306326f94f27b243b67b5f4df65)
2025-06-12 17:58.52 ---> using "b3dfaa0594143e837fba1348b2517eca512741ffcf31ce9f6e228188eb65abf1" from cache


/: (comment opensuse-15.6-5.3_opam-2.3)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-06-12 17:58.52 ---> using "d4c2327987b183fc31f02b10d1d8864609c3f6cdb4a0d925eaf13c14e6503c5f" 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 development 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-06-12 17:58.52 ---> using "5dbce14f50cafb6886eea9e4609ad491a4b2925d110486c5ecde6cc11ae41b52" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-60-generic
The OCaml toplevel, version 5.3.0
2.3.0
2025-06-12 17:58.52 ---> using "821badb3ec4aac8d37773aedde6b8c113709a0e55ce5cc9a732831822fd43deb" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-06-12 17:58.52 ---> using "e3368b08ba63060888aa8db457050d52709e053d9d180971ac21b5bd6a862609" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
bc726805e3..a28eb8a148  master     -> origin/master
a28eb8a148 Merge pull request #28017 from maiste/release-dune-3.19.1


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


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-06-12 17:58.52 ---> using "44e945baf66b0cac4f53c7ef807d5534ab486178fdf3a08387e5208f09974832" from cache


/src: (copy (src ocamlgraph_gtk.opam ocamlgraph.opam) (dst ./))
2025-06-12 17:58.54 ---> saved as "6cb60314c7c6f530193a408828a8606ec6ecf424bda2bc10ac2613716a152be0"


/src: (run (network host)
(shell  "opam pin add -yn ocamlgraph_gtk.dev './' && \
\nopam pin add -yn ocamlgraph.dev './'"))
[ocamlgraph_gtk.dev] synchronised (file:///src)
ocamlgraph_gtk is now pinned to file:///src (version dev)
[ocamlgraph.dev] synchronised (file:///src)
ocamlgraph is now pinned to file:///src (version dev)
2025-06-12 17:59.19 ---> saved as "93b7ea4e1e1782b4d31c652c642c9060e75bdd52b80e29824dcf40cc9a8a13c9"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-06-12 17:59.28 ---> saved as "0da338126248da50391f5fcfda0e798556f7014edfefee4cc6879211d9a4b59b"


/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-pkg-config.4 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 graphics.5.1.2 lablgtk.2.18.14 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.8")


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.3 --depext-only -y ocamlgraph_gtk.dev ocamlgraph.dev $DEPS"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Retrieving repository 'Update repository of openSUSE Backports' metadata [....
- ......done]
- Building repository 'Update repository of openSUSE Backports' cache [..
- ..done]
- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [.
- ..
- ........
- .........
- ..........
- ..........
- .........
- ..........
- ..........
- .........
- ..........
- ..........
- ..........
- .........
- .........
- .........
- ..........
- .........
- ..........
- ..........
- ..........
- .........
- ..........
- .........
- ..........
- .........
- ..........
- .........
- ..........
- .........
- ..........
- .......
- ........
- ...
- .....
- ...
- done]
- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..
- ..done]
- Repository 'Main Update Repository' is up to date.
- Repository 'Update Repository (Non-Oss)' is up to date.
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- All repositories have been refreshed.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[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.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).


The following system packages will first need to be installed:
gtk2-devel


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


+ /usr/bin/sudo "zypper" "--non-interactive" "install" "gtk2-devel"
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- 
- The following 118 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 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 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
- 
- 118 new packages to install.
- 
- Package download size:    40.9 MiB
- 
- Package install size change:
-               |     169.6 MiB  required by packages that will be installed
-    169.6 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/118),  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/118),  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/118),  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/118),  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/118),  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/118),  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/118),  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/118),  24.1 KiB
- Retrieving: libXrender1-0.9.10-1.30.x86_64.rpm [.done]
- Retrieving: libbrotlienc1-1.0.7-3.3.1.x86_64 (Main Repository) (9/118), 205.7 KiB
- Retrieving: libbrotlienc1-1.0.7-3.3.1.x86_64.rpm [..
- done (163.2 KiB/s)]
- Retrieving: libbz2-devel-1.0.8-150400.1.122.x86_64 (Main Repository) (10/118),  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) (11/118),  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) (12/118),  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) (13/118),  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) (14/118),  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) (15/118),   7.3 MiB
- Retrieving: libicu73_2-ledata-73.2-150000.1.7.1.noarch.rpm [....done (20.2 MiB/s)]
- Retrieving: libjbig2-2.1-150000.3.5.1.x86_64 (Main Repository) (16/118),  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) (17/118), 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) (18/118), 180.8 KiB
- Retrieving: libjpeg8-8.2.2-150600.22.5.x86_64.rpm [.done]
- Retrieving: libpcre2-16-0-10.42-150600.1.26.x86_64 (Main Repository) (19/118), 282.8 KiB
- Retrieving: libpcre2-16-0-10.42-150600.1.26.x86_64.rpm [..done (6.4 MiB/s)]
- Retrieving: libpcre2-32-0-10.42-150600.1.26.x86_64 (Main Repository) (20/118), 269.6 KiB
- Retrieving: libpcre2-32-0-10.42-150600.1.26.x86_64.rpm [..
- done (6.6 MiB/s)]
- Retrieving: libpcre2-posix3-10.42-150600.1.26.x86_64 (Main Repository) (21/118),  30.1 KiB
- Retrieving: libpcre2-posix3-10.42-150600.1.26.x86_64.rpm [.done]
- Retrieving: libpng16-16-1.6.40-150600.1.3.x86_64 (Main Repository) (22/118), 139.1 KiB
- Retrieving: libpng16-16-1.6.40-150600.1.3.x86_64.rpm [..done (2.5 MiB/s)]
- Retrieving: libsepol-devel-3.5-150600.1.49.x86_64 (Main Repository) (23/118),  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) (24/118), 139.8 KiB
- Retrieving: libthai-data-0.1.29-150400.1.4.x86_64.rpm [..done (1.8 MiB/s)]
- Retrieving: libzstd-devel-1.5.5-150600.1.3.x86_64 (Main Repository) (25/118),  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) (26/118),  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) (27/118),  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) (28/118),  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) (29/118), 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) (30/118),  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) (31/118),  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) (32/118),  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) (33/118),  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) (34/118),  25.8 KiB
- Retrieving: libXcursor1-1.1.15-1.18.x86_64.rpm [.done]
- Retrieving: libbrotli-devel-1.0.7-3.3.1.x86_64 (Main Repository) (35/118),  32.7 KiB
- Retrieving: libbrotli-devel-1.0.7-3.3.1.x86_64.rpm [.done]
- Retrieving: libdatrie-devel-0.2.9-1.25.x86_64 (Main Repository) (36/118), 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) (37/118),  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) (38/118),  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) (39/118),   1.8 MiB
- Retrieving: libicu73_2-73.2-150000.1.7.1.x86_64.rpm [....
- .done (4.5 MiB/s)]
- Retrieving: libjpeg62-devel-62.3.0-150600.22.3.x86_64 (Main Repository) (40/118), 121.1 KiB
- Retrieving: libjpeg62-devel-62.3.0-150600.22.3.x86_64.rpm [.done]
- Retrieving: pcre2-devel-10.42-150600.1.26.x86_64 (Main Repository) (41/118), 275.7 KiB
- Retrieving: pcre2-devel-10.42-150600.1.26.x86_64.rpm [..done (3.6 MiB/s)]
- Retrieving: libpng16-devel-1.6.40-150600.1.3.x86_64 (Main Repository) (42/118), 198.4 KiB
- Retrieving: libpng16-devel-1.6.40-150600.1.3.x86_64.rpm [.done]
- Retrieving: libpng16-compat-devel-1.6.40-150600.1.3.x86_64 (Main Repository) (43/118), 106.5 KiB
- Retrieving: libpng16-compat-devel-1.6.40-150600.1.3.x86_64.rpm [.done]
- Retrieving: libthai0-0.1.29-150400.1.4.x86_64 (Main Repository) (44/118),  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) (45/118),  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) (46/118),  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) (47/118),  19.2 KiB
- Retrieving: fixesproto-devel-6.0-150400.1.4.x86_64.rpm [.done]
- Retrieving: libicu73_2-devel-73.2-150000.1.7.1.x86_64 (Main Repository) (48/118), 702.5 KiB
- Retrieving: libicu73_2-devel-73.2-150000.1.7.1.x86_64.rpm [.done]
- Retrieving: libselinux-devel-3.5-150600.1.46.x86_64 (Main Repository) (49/118), 120.2 KiB
- Retrieving: libselinux-devel-3.5-150600.1.46.x86_64.rpm [.done]
- Retrieving: libthai-devel-0.1.29-150400.1.4.x86_64 (Main Repository) (50/118),  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) (51/118),  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) (52/118), 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) (53/118),  28.5 KiB
- Retrieving: libXtst-devel-1.2.3-1.24.x86_64.rpm [.done]
- Retrieving: libavahi-common3-0.8-150600.15.6.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (54/118),  45.2 KiB
- Retrieving: libavahi-common3-0.8-150600.15.6.1.x86_64.rpm [.done]
- Retrieving: libblkid-devel-2.39.3-150600.4.12.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (55/118),  69.0 KiB
- Retrieving: libblkid-devel-2.39.3-150600.4.12.2.x86_64.rpm [.done]
- Retrieving: libexpat-devel-2.7.1-150400.3.28.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (56/118),  65.5 KiB
- Retrieving: libexpat-devel-2.7.1-150400.3.28.1.x86_64.rpm [.done]
- Retrieving: libgmodule-2_0-0-2.78.6-150600.4.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (57/118), 147.0 KiB
- Retrieving: libgmodule-2_0-0-2.78.6-150600.4.11.1.x86_64.rpm [...done (1.2 MiB/s)]
- Retrieving: libgobject-2_0-0-2.78.6-150600.4.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (58/118), 277.9 KiB
- Retrieving: libgobject-2_0-0-2.78.6-150600.4.11.1.x86_64.rpm [.done]
- Retrieving: libgthread-2_0-0-2.78.6-150600.4.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (59/118), 143.5 KiB
- Retrieving: libgthread-2_0-0-2.78.6-150600.4.11.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) (60/118), 171.1 KiB
- Retrieving: libnettle8-3.9.1-150600.3.2.1.x86_64.rpm [..done]
- Retrieving: libopenssl1_1-1.1.1w-150600.5.12.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (61/118),   1.4 MiB
- Retrieving: libopenssl1_1-1.1.1w-150600.5.12.2.x86_64.rpm [..done (7.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) (62/118), 172.0 KiB
- Retrieving: libpixman-1-0-0.43.4-150600.3.3.1.x86_64.rpm [..done (1.8 MiB/s)]
- Retrieving: shared-mime-info-2.4-150600.3.3.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (63/118), 336.6 KiB
- Retrieving: shared-mime-info-2.4-150600.3.3.2.x86_64.rpm [.
- .done]
- Retrieving: xz-devel-5.4.1-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (64/118),  73.7 KiB
- Retrieving: xz-devel-5.4.1-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libtiff6-4.7.0-150600.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (65/118), 244.8 KiB
- Retrieving: libtiff6-4.7.0-150600.3.8.1.x86_64.rpm [.done]
- Retrieving: libfreetype6-2.10.4-150000.4.22.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (66/118), 447.0 KiB
- Retrieving: libfreetype6-2.10.4-150000.4.22.1.x86_64.rpm [.done]
- Retrieving: cups-config-2.2.7-150000.3.65.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (67/118), 242.8 KiB
- Retrieving: cups-config-2.2.7-150000.3.65.1.x86_64.rpm [.done]
- Retrieving: libavahi-client3-0.8-150600.15.6.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (68/118),  48.3 KiB
- Retrieving: libavahi-client3-0.8-150600.15.6.1.x86_64.rpm [.
- ..done]
- Retrieving: libmount-devel-2.39.3-150600.4.12.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (69/118),  69.9 KiB
- Retrieving: libmount-devel-2.39.3-150600.4.12.2.x86_64.rpm [.done]
- Retrieving: libhogweed6-3.9.1-150600.3.2.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (70/118), 226.0 KiB
- Retrieving: libhogweed6-3.9.1-150600.3.2.1.x86_64.rpm [.done]
- Retrieving: python3-base-3.6.15-150300.10.84.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (71/118),   7.8 MiB
- Retrieving: python3-base-3.6.15-150300.10.84.1.x86_64.rpm [.....done (19.9 MiB/s)]
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.84.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (72/118),   1.2 MiB
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.84.1.x86_64.rpm [..
- done (12.6 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) (73/118),  20.1 KiB
- Retrieving: libpixman-1-0-devel-0.43.4-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libtiff-devel-4.7.0-150600.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (74/118), 109.1 KiB
- Retrieving: libtiff-devel-4.7.0-150600.3.8.1.x86_64.rpm [.done]
- Retrieving: freetype2-devel-2.10.4-150000.4.22.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (75/118), 942.5 KiB
- Retrieving: freetype2-devel-2.10.4-150000.4.22.1.x86_64.rpm [..done (8.2 MiB/s)]
- Retrieving: libgnutls30-3.8.3-150600.4.6.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (76/118), 911.5 KiB
- Retrieving: libgnutls30-3.8.3-150600.4.6.2.x86_64.rpm [..
- done (10.4 MiB/s)]
- Retrieving: libcups2-2.2.7-150000.3.65.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (77/118), 234.0 KiB
- Retrieving: libcups2-2.2.7-150000.3.65.1.x86_64.rpm [..done (2.1 MiB/s)]
- Retrieving: libatspi0-2.50.0-150600.1.2.x86_64 (Main Repository) (78/118),  96.8 KiB
- Retrieving: libatspi0-2.50.0-150600.1.2.x86_64.rpm [..done (96.8 KiB/s)]
- Retrieving: libatk-1_0-0-2.50.0-150600.1.2.x86_64 (Main Repository) (79/118),  71.3 KiB
- Retrieving: libatk-1_0-0-2.50.0-150600.1.2.x86_64.rpm [.done]
- Retrieving: libharfbuzz0-8.3.0-150600.1.3.x86_64 (Main Repository) (80/118), 588.0 KiB
- Retrieving: libharfbuzz0-8.3.0-150600.1.3.x86_64.rpm [.
- .done (1.9 MiB/s)]
- Retrieving: libfontconfig1-2.14.2-150600.1.3.x86_64 (Main Repository) (81/118), 126.4 KiB
- Retrieving: libfontconfig1-2.14.2-150600.1.3.x86_64.rpm [.done]
- Retrieving: fontconfig-2.14.2-150600.1.3.x86_64 (Main Repository) (82/118),  81.4 KiB
- Retrieving: fontconfig-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) (83/118),  87.7 KiB
- Retrieving: libatk-bridge-2_0-0-2.50.0-150600.1.2.x86_64.rpm [.done]
- Retrieving: libharfbuzz-subset0-8.3.0-150600.1.3.x86_64 (Main Repository) (84/118), 521.0 KiB
- Retrieving: libharfbuzz-subset0-8.3.0-150600.1.3.x86_64.rpm [..
- done (6.7 MiB/s)]
- Retrieving: libharfbuzz-icu0-8.3.0-150600.1.3.x86_64 (Main Repository) (85/118),  59.5 KiB
- Retrieving: libharfbuzz-icu0-8.3.0-150600.1.3.x86_64.rpm [.done]
- Retrieving: libharfbuzz-gobject0-8.3.0-150600.1.3.x86_64 (Main Repository) (86/118),  76.1 KiB
- Retrieving: libharfbuzz-gobject0-8.3.0-150600.1.3.x86_64.rpm [.done]
- Retrieving: libcairo2-1.18.0-150600.1.3.x86_64 (Main Repository) (87/118), 531.1 KiB
- Retrieving: libcairo2-1.18.0-150600.1.3.x86_64.rpm [..done (934.4 KiB/s)]
- Retrieving: libXft2-2.3.2-1.33.x86_64 (Main Repository) (88/118),  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) (89/118),  23.0 KiB
- Retrieving: fontconfig-devel-2.14.2-150600.1.3.x86_64.rpm [.done]
- Retrieving: libharfbuzz-cairo0-8.3.0-150600.1.3.x86_64 (Main Repository) (90/118),  91.9 KiB
- Retrieving: libharfbuzz-cairo0-8.3.0-150600.1.3.x86_64.rpm [.done]
- Retrieving: libcairo-script-interpreter2-1.18.0-150600.1.3.x86_64 (Main Repository) (91/118),  79.7 KiB
- Retrieving: libcairo-script-interpreter2-1.18.0-150600.1.3.x86_64.rpm [.done]
- Retrieving: libcairo-gobject2-1.18.0-150600.1.3.x86_64 (Main Repository) (92/118),  43.6 KiB
- Retrieving: libcairo-gobject2-1.18.0-150600.1.3.x86_64.rpm [.done]
- Retrieving: libXft-devel-2.3.2-1.33.x86_64 (Main Repository) (93/118),  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) (94/118),  19.6 KiB
- Retrieving: gio-branding-openSUSE-42.1-lp156.9.2.2.noarch.rpm [.done]
- Retrieving: libgio-2_0-0-2.78.6-150600.4.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (95/118), 738.5 KiB
- Retrieving: libgio-2_0-0-2.78.6-150600.4.11.1.x86_64.rpm [..done (2.3 MiB/s)]
- Retrieving: glib2-tools-2.78.6-150600.4.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (96/118), 245.6 KiB
- Retrieving: glib2-tools-2.78.6-150600.4.11.1.x86_64.rpm [.
- done]
- Retrieving: glib2-devel-2.78.6-150600.4.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (97/118), 583.8 KiB
- Retrieving: glib2-devel-2.78.6-150600.4.11.1.x86_64.rpm [.done]
- Retrieving: gdk-pixbuf-query-loaders-2.42.12-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (98/118),  37.2 KiB
- Retrieving: gdk-pixbuf-query-loaders-2.42.12-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libgdk_pixbuf-2_0-0-2.42.12-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (99/118), 168.6 KiB
- Retrieving: libgdk_pixbuf-2_0-0-2.42.12-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libpango-1_0-0-1.51.1-150600.1.3.x86_64 (Main Repository) (100/118), 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) (101/118), 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) (102/118), 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) (103/118),  81.9 KiB
- Retrieving: at-spi2-core-2.50.0-150600.1.2.x86_64.rpm [.done]
- Retrieving: cairo-devel-1.18.0-150600.1.3.x86_64 (Main Repository) (104/118), 300.6 KiB
- Retrieving: cairo-devel-1.18.0-150600.1.3.x86_64.rpm [.done]
- Retrieving: typelib-1_0-HarfBuzz-0_0-8.3.0-150600.1.3.x86_64 (Main Repository) (105/118),  85.5 KiB
- Retrieving: typelib-1_0-HarfBuzz-0_0-8.3.0-150600.1.3.x86_64.rpm [.done]
- Retrieving: typelib-1_0-Atspi-2_0-2.50.0-150600.1.2.x86_64 (Main Repository) (106/118),  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) (107/118),  47.4 KiB
- Retrieving: typelib-1_0-Atk-1_0-2.50.0-150600.1.2.x86_64.rpm [.done]
- Retrieving: typelib-1_0-Pango-1_0-1.51.1-150600.1.3.x86_64 (Main Repository) (108/118),  54.8 KiB
- Retrieving: typelib-1_0-Pango-1_0-1.51.1-150600.1.3.x86_64.rpm [.done]
- Retrieving: harfbuzz-devel-8.3.0-150600.1.3.x86_64 (Main Repository) (109/118), 199.8 KiB
- Retrieving: harfbuzz-devel-8.3.0-150600.1.3.x86_64.rpm [..done (2.3 MiB/s)]
- Retrieving: at-spi2-core-devel-2.50.0-150600.1.2.x86_64 (Main Repository) (110/118),   1.6 MiB
- Retrieving: at-spi2-core-devel-2.50.0-150600.1.2.x86_64.rpm [..done (8.3 MiB/s)]
- Retrieving: pango-devel-1.51.1-150600.1.3.x86_64 (Main Repository) (111/118), 180.1 KiB
- Retrieving: pango-devel-1.51.1-150600.1.3.x86_64.rpm [.done]
- Retrieving: gtk2-tools-2.24.33-150600.11.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (112/118),  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) (113/118),   1.9 MiB
- Retrieving: libgtk-2_0-0-2.24.33-150600.11.3.1.x86_64.rpm [.
- .........
- ..done (2.0 MiB/s)]
- Retrieving: typelib-1_0-GdkPixbuf-2_0-2.42.12-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (114/118),  36.5 KiB
- Retrieving: typelib-1_0-GdkPixbuf-2_0-2.42.12-150600.3.3.1.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) (115/118), 186.6 KiB
- Retrieving: typelib-1_0-Gtk-2_0-2.24.33-150600.11.3.1.x86_64.rpm [..done (1.1 MiB/s)]
- Retrieving: typelib-1_0-GdkPixdata-2_0-2.42.12-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (116/118),  32.4 KiB
- Retrieving: typelib-1_0-GdkPixdata-2_0-2.42.12-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: gdk-pixbuf-devel-2.42.12-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (117/118),  85.7 KiB
- Retrieving: gdk-pixbuf-devel-2.42.12-150600.3.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) (118/118),   2.6 MiB
- Retrieving: gtk2-devel-2.24.33-150600.11.3.1.x86_64.rpm [..
- .....done (4.0 MiB/s)]
- 
- Checking for file conflicts: [....
- .done]
- (  1/118) Installing: dbus-1-devel-1.12.2-150400.18.8.1.x86_64 [..
- ...done]
- (  2/118) Installing: hicolor-icon-theme-0.17-150600.19.2.noarch [....
- .
- .done]
- (  3/118) Installing: inputproto-devel-2.4-150500.1.1.x86_64 [..
- .done]
- (  4/118) Installing: libXcomposite1-0.4.4-1.23.x86_64 [..done]
- (  5/118) Installing: libXdamage1-1.1.4-1.23.x86_64 [...done]
- (  6/118) Installing: libXext6-1.3.3-1.30.x86_64 [..
- done]
- (  7/118) Installing: libXfixes3-6.0.0-150400.1.4.x86_64 [..done]
- (  8/118) Installing: libXrender1-0.9.10-1.30.x86_64 [..done]
- (  9/118) Installing: libbrotlienc1-1.0.7-3.3.1.x86_64 [..done]
- ( 10/118) Installing: libbz2-devel-1.0.8-150400.1.122.x86_64 [..done]
- ( 11/118) Installing: libdatrie1-0.2.9-1.25.x86_64 [..done]
- ( 12/118) Installing: libffi-devel-3.2.1.git259-10.8.x86_64 [..
- ...done]
- ( 13/118) Installing: libfribidi0-1.0.10-150400.3.3.1.x86_64 [..done]
- ( 14/118) Installing: libgraphite2-3-1.3.14-150600.1.5.x86_64 [..done]
- ( 15/118) Installing: libicu73_2-ledata-73.2-150000.1.7.1.noarch [..
- ..........
- ..........
- ...done]
- ( 16/118) Installing: libjbig2-2.1-150000.3.5.1.x86_64 [..done]
- ( 17/118) Installing: libjpeg62-62.3.0-150600.22.3.x86_64 [...done]
- ( 18/118) Installing: libjpeg8-8.2.2-150600.22.5.x86_64 [...done]
- ( 19/118) Installing: libpcre2-16-0-10.42-150600.1.26.x86_64 [.
- ..done]
- ( 20/118) Installing: libpcre2-32-0-10.42-150600.1.26.x86_64 [...done]
- ( 21/118) Installing: libpcre2-posix3-10.42-150600.1.26.x86_64 [..done]
- ( 22/118) Installing: libpng16-16-1.6.40-150600.1.3.x86_64 [..done]
- ( 23/118) Installing: libsepol-devel-3.5-150600.1.49.x86_64 [..done]
- ( 24/118) Installing: libthai-data-0.1.29-150400.1.4.x86_64 [..
- done]
- ( 25/118) Installing: libzstd-devel-1.5.5-150600.1.3.x86_64 [..done]
- ( 26/118) Installing: recordproto-devel-1.14.2-1.22.x86_64 [..done]
- ( 27/118) Installing: renderproto-devel-0.11.1-1.22.x86_64 [..done]
- ( 28/118) 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]
- ( 29/118) Installing: xextproto-devel-7.3.0-1.22.x86_64 [..done]
- ( 30/118) Installing: libXtst6-1.2.3-1.24.x86_64 [..done]
- ( 31/118) Installing: libXinerama1-1.1.3-1.22.x86_64 [..done]
- ( 32/118) Installing: libXi6-1.7.9-3.2.1.x86_64 [...done]
- ( 33/118) Installing: libXrandr2-1.5.1-2.17.x86_64 [..done]
- ( 34/118) Installing: libXcursor1-1.1.15-1.18.x86_64 [..
- done]
- ( 35/118) Installing: libbrotli-devel-1.0.7-3.3.1.x86_64 [..done]
- ( 36/118) Installing: libdatrie-devel-0.2.9-1.25.x86_64 [....done]
- ( 37/118) Installing: fribidi-devel-1.0.10-150400.3.3.1.x86_64 [..done]
- ( 38/118) Installing: graphite2-devel-1.3.14-150600.1.5.x86_64 [..done]
- ( 39/118) Installing: libicu73_2-73.2-150000.1.7.1.x86_64 [....
- ..done]
- ( 40/118) Installing: libjpeg62-devel-62.3.0-150600.22.3.x86_64 [..done]
- ( 41/118) Installing: pcre2-devel-10.42-150600.1.26.x86_64 [...done]
- ( 42/118) Installing: libpng16-devel-1.6.40-150600.1.3.x86_64 [...done]
- ( 43/118) Installing: libpng16-compat-devel-1.6.40-150600.1.3.x86_64 [...
- done]
- ( 44/118) Installing: libthai0-0.1.29-150400.1.4.x86_64 [..done]
- ( 45/118) Installing: libXrender-devel-0.9.10-1.30.x86_64 [..done]
- ( 46/118) Installing: libXext-devel-1.3.3-1.30.x86_64 [..done]
- ( 47/118) Installing: fixesproto-devel-6.0-150400.1.4.x86_64 [..done]
- ( 48/118) Installing: libicu73_2-devel-73.2-150000.1.7.1.x86_64 [.......done]
- ( 49/118) Installing: libselinux-devel-3.5-150600.1.46.x86_64 [.
- .done]
- ( 50/118) Installing: libthai-devel-0.1.29-150400.1.4.x86_64 [..done]
- ( 51/118) Installing: libXfixes-devel-6.0.0-150400.1.4.x86_64 [..done]
- ( 52/118) Installing: libXi-devel-1.7.9-3.2.1.x86_64 [....done]
- ( 53/118) Installing: libXtst-devel-1.2.3-1.24.x86_64 [..done]
- ( 54/118) Installing: libavahi-common3-0.8-150600.15.6.1.x86_64 [..done]
- ( 55/118) Installing: libblkid-devel-2.39.3-150600.4.12.2.x86_64 [..done]
- ( 56/118) Installing: libexpat-devel-2.7.1-150400.3.28.1.x86_64 [.
- .done]
- ( 57/118) Installing: libgmodule-2_0-0-2.78.6-150600.4.11.1.x86_64 [..done]
- ( 58/118) Installing: libgobject-2_0-0-2.78.6-150600.4.11.1.x86_64 [...done]
- ( 59/118) Installing: libgthread-2_0-0-2.78.6-150600.4.11.1.x86_64 [..done]
- ( 60/118) Installing: libnettle8-3.9.1-150600.3.2.1.x86_64 [.
- .done]
- ( 61/118) Installing: libopenssl1_1-1.1.1w-150600.5.12.2.x86_64 [........
- ..done]
- ( 62/118) Installing: libpixman-1-0-0.43.4-150600.3.3.1.x86_64 [..done]
- ( 63/118) Installing: shared-mime-info-2.4-150600.3.3.2.x86_64 [....
- .
- done]
- ( 64/118) Installing: xz-devel-5.4.1-150600.3.3.1.x86_64 [..done]
- ( 65/118) Installing: libtiff6-4.7.0-150600.3.8.1.x86_64 [..done]
- ( 66/118) Installing: libfreetype6-2.10.4-150000.4.22.1.x86_64 [....done]
- ( 67/118) Installing: cups-config-2.2.7-150000.3.65.1.x86_64 [.
- .....
- .....
- .done]
- ( 68/118) Installing: libavahi-client3-0.8-150600.15.6.1.x86_64 [..done]
- ( 69/118) Installing: libmount-devel-2.39.3-150600.4.12.2.x86_64 [..done]
- ( 70/118) Installing: libhogweed6-3.9.1-150600.3.2.1.x86_64 [..done]
- ( 71/118) Installing: python3-base-3.6.15-150300.10.84.1.x86_64 [....
- ........
- ..........
- .........
- .....done]
- ( 72/118) Installing: libpython3_6m1_0-3.6.15-150300.10.84.1.x86_64 [...done]
- ( 73/118) Installing: libpixman-1-0-devel-0.43.4-150600.3.3.1.x86_64 [..done]
- ( 74/118) Installing: libtiff-devel-4.7.0-150600.3.8.1.x86_64 [..done]
- ( 75/118) Installing: freetype2-devel-2.10.4-150000.4.22.1.x86_64 [.
- ...done]
- ( 76/118) Installing: libgnutls30-3.8.3-150600.4.6.2.x86_64 [...done]
- ( 77/118) Installing: libcups2-2.2.7-150000.3.65.1.x86_64 [..done]
- ( 78/118) Installing: libatspi0-2.50.0-150600.1.2.x86_64 [..done]
- ( 79/118) Installing: libatk-1_0-0-2.50.0-150600.1.2.x86_64 [..
- done]
- ( 80/118) Installing: libharfbuzz0-8.3.0-150600.1.3.x86_64 [...done]
- ( 81/118) Installing: libfontconfig1-2.14.2-150600.1.3.x86_64 [..done]
- ( 82/118) Installing: fontconfig-2.14.2-150600.1.3.x86_64 [..done]
- ( 83/118) Installing: libatk-bridge-2_0-0-2.50.0-150600.1.2.x86_64 [..done]
- ( 84/118) Installing: libharfbuzz-subset0-8.3.0-150600.1.3.x86_64 [...done]
- ( 85/118) Installing: libharfbuzz-icu0-8.3.0-150600.1.3.x86_64 [..done]
- ( 86/118) Installing: libharfbuzz-gobject0-8.3.0-150600.1.3.x86_64 [..done]
- ( 87/118) Installing: libcairo2-1.18.0-150600.1.3.x86_64 [..
- .done]
- ( 88/118) Installing: libXft2-2.3.2-1.33.x86_64 [..done]
- ( 89/118) Installing: fontconfig-devel-2.14.2-150600.1.3.x86_64 [..done]
- ( 90/118) Installing: libharfbuzz-cairo0-8.3.0-150600.1.3.x86_64 [..done]
- ( 91/118) Installing: libcairo-script-interpreter2-1.18.0-150600.1.3.x86_64 [..done]
- ( 92/118) Installing: libcairo-gobject2-1.18.0-150600.1.3.x86_64 [..done]
- ( 93/118) Installing: libXft-devel-2.3.2-1.33.x86_64 [..done]
- ( 94/118) Installing: gio-branding-openSUSE-42.1-lp156.9.2.2.noarch [..done]
- ( 95/118) Installing: libgio-2_0-0-2.78.6-150600.4.11.1.x86_64 [...
- done]
- ( 96/118) Installing: glib2-tools-2.78.6-150600.4.11.1.x86_64 [....
- ..
- .
- No schema files found: doing nothing.
- done]
- ( 97/118) Installing: glib2-devel-2.78.6-150600.4.11.1.x86_64 [...
- .
- .
- No schema files found: doing nothing.
- done]
- ( 98/118) Installing: gdk-pixbuf-query-loaders-2.42.12-150600.3.3.1.x86_64 [..done]
- ( 99/118) Installing: libgdk_pixbuf-2_0-0-2.42.12-150600.3.3.1.x86_64 [..done]
- (100/118) Installing: libpango-1_0-0-1.51.1-150600.1.3.x86_64 [..done]
- (101/118) Installing: girepository-1_0-1.78.1-150600.2.3.x86_64 [..done]
- (102/118) Installing: libgirepository-1_0-1-1.78.1-150600.2.3.x86_64 [..done]
- (103/118) Installing: at-spi2-core-2.50.0-150600.1.2.x86_64 [..
- ...
- .done]
- (104/118) Installing: cairo-devel-1.18.0-150600.1.3.x86_64 [.....done]
- (105/118) Installing: typelib-1_0-HarfBuzz-0_0-8.3.0-150600.1.3.x86_64 [..done]
- (106/118) Installing: typelib-1_0-Atspi-2_0-2.50.0-150600.1.2.x86_64 [..done]
- (107/118) Installing: typelib-1_0-Atk-1_0-2.50.0-150600.1.2.x86_64 [..done]
- (108/118) Installing: typelib-1_0-Pango-1_0-1.51.1-150600.1.3.x86_64 [..done]
- (109/118) Installing: harfbuzz-devel-8.3.0-150600.1.3.x86_64 [...
- .done]
- (110/118) Installing: at-spi2-core-devel-2.50.0-150600.1.2.x86_64 [.........
- .........
- ........done]
- (111/118) Installing: pango-devel-1.51.1-150600.1.3.x86_64 [...done]
- (112/118) 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]
- (113/118) Installing: libgtk-2_0-0-2.24.33-150600.11.3.1.x86_64 [..
- .......
- ......done]
- (114/118) Installing: typelib-1_0-GdkPixbuf-2_0-2.42.12-150600.3.3.1.x86_64 [..done]
- (115/118) Installing: typelib-1_0-Gtk-2_0-2.24.33-150600.11.3.1.x86_64 [..done]
- (116/118) Installing: typelib-1_0-GdkPixdata-2_0-2.42.12-150600.3.3.1.x86_64 [..done]
- (117/118) Installing: gdk-pixbuf-devel-2.42.12-150600.3.3.1.x86_64 [...done]
- (118/118) Installing: gtk2-devel-2.24.33-150600.11.3.1.x86_64 [....
- ...
- .......
- ......
- .....
- .......
- .....
- ........
- .......
- .......done]
2025-06-12 18:04.41 ---> saved as "94ad1c37675f9232919b354a1a5476a742741d8e3e708b65c6bdb1267c52d520"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 11 packages
- install camlp-streams     5.0.1
- install conf-gnomecanvas  2
- install conf-gtk2         1
- install conf-libX11       1
- install conf-pkg-config   4
- install csexp             1.5.2
- install dune              3.19.1
- install dune-configurator 3.19.1
- install graphics          5.1.2
- 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.1.2  (cached)
-> retrieved lablgtk.2.18.14  (cached)
[ERROR] The compilation of conf-gnomecanvas.2 failed at "pkg-config libgnomecanvas-2.0".
-> installed conf-gtk2.1
-> installed conf-libX11.1
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved dune.3.19.1, dune-configurator.3.19.1  (cached)
-> installed dune.3.19.1
-> installed csexp.1.5.2
-> installed camlp-streams.5.0.1
-> installed dune-configurator.3.19.1
-> installed graphics.5.1.2
-> installed ocamlfind.1.9.8


#=== ERROR while compiling conf-gnomecanvas.2 =================================#
# context     2.3.0 | linux/x86_64 | ocaml-base-compiler.5.3.0 | git+file:///home/opam/opam-repository
# path        ~/.opam/5.3/.opam-switch/build/conf-gnomecanvas.2
# command     /usr/bin/pkg-config libgnomecanvas-2.0
# exit-code   1
# env-file    ~/.opam/log/conf-gnomecanvas-1-5ef468.env
# output-file ~/.opam/log/conf-gnomecanvas-1-5ef468.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-pkg-config   4
| - install csexp             1.5.2
| - install dune              3.19.1
| - install dune-configurator 3.19.1
| - install graphics          5.1.2
| - 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.3/.opam-switch/backup/state-20250612180446.export"
"/usr/bin/env" "bash" "-c" "opam install $DEPS" failed with exit status 31
2025-06-12 18:09.24: Job failed: Failed: Build failed