2025-10-18 16:32.59: New job: test backtracking/ocamlgraph https://github.com/backtracking/ocamlgraph.git#refs/heads/master (0764a285a52562a94e944d962b7b0e6e493f1334) (linux-x86_64:opensuse-16.0-4.14_opam-2.4)Base: ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1Opam project buildTo reproduce locally:git clone --recursive "https://github.com/backtracking/ocamlgraph.git" -b "master" && cd "ocamlgraph" && git reset --hard 0764a285cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1# opensuse-16.0-4.14_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -uCOPY --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.20.2 dune-configurator.3.20.2 graphics.5.2.0 lablgtk.2.18.14 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y ocamlgraph_gtk.dev ocamlgraph.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-10-18 16:32.59: Using cache hint "backtracking/ocamlgraph-ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1-opensuse-16.0-4.14_opam-2.4-7f0c2075e1c5d4fe21d94d585c77c2db"2025-10-18 16:32.59: Using OBuilder spec:((from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1)(comment opensuse-16.0-4.14_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(workdir /src)(run (shell "sudo chown opam /src"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src ocamlgraph_gtk.opam ocamlgraph.opam) (dst ./))(run (network host)(shell "opam pin add -yn ocamlgraph_gtk.dev './' && \\nopam pin add -yn ocamlgraph.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 conf-gnomecanvas.2 conf-gtk2.1 conf-libX11.1 conf-libXft.1 conf-pkg-config.4 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 graphics.5.2.0 lablgtk.2.18.14 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y ocamlgraph_gtk.dev ocamlgraph.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /src))(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")))2025-10-18 16:32.59: Waiting for resource in pool OCluster2025-10-18 16:44.24: Waiting for worker…2025-10-18 16:45.45: Got resource from pool OClusterBuilding on eumacheAll commits already cachedHEAD is now at 0764a28 Merge pull request #155 from redianthus/master(from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1)Unable to find image 'ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1' locallydocker.io/ocaml/opam@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1: Pulling from ocaml/opam64cfa2a65095: Already exists7971a163c5cf: Already exists0bcedfafe7dd: Already existsf42ca884ff10: Already exists7a58dd924804: Already exists73b6bf2442e2: Already existsc7b2f1118c39: Already exists9664ba876e4c: Already existsd307e097761a: Already existsa2f7a77a011c: Already exists94b2c92a6e32: Already existsdc059a0b69a6: Already existsb1b115775ad6: Already exists9578045c60a5: Pulling fs layer9438161e6dc8: Pulling fs layer5354b34c6410: Pulling fs layer7ba29a3affaf: Pulling fs layer9578045c60a5: Waiting978c6754ed91: Pulling fs layer9438161e6dc8: Waiting5354b34c6410: Waiting4f4fb700ef54: Pulling fs layer7ba29a3affaf: Waiting1a894d493bd5: Pulling fs layere279e4c3cc8b: Pulling fs layercdfaa2485c7d: Pulling fs layer4f4fb700ef54: Waitingc8563e41aa6f: Pulling fs layer911bff4bcd02: Pulling fs layer978c6754ed91: Waiting1a894d493bd5: Waiting7e6490154d95: Pulling fs layercdfaa2485c7d: Waitingdd6beeecc8f8: Pulling fs layere279e4c3cc8b: Waitingc8563e41aa6f: Waiting911bff4bcd02: Waiting3e02f73f561d: Pulling fs layer7e6490154d95: Waitingdd6beeecc8f8: Waiting801dc6436763: Pulling fs layer7ddd0c153f59: Pulling fs layer3e02f73f561d: Waiting801dc6436763: Waiting5ee8f7f96184: Pulling fs layer7ddd0c153f59: Waitingfacc8b57701e: Pulling fs layerf5c712f16134: Pulling fs layer7c5c7be08383: Pulling fs layer5ee8f7f96184: Waiting25e2ed376925: Pulling fs layerfacc8b57701e: Waiting1b4a119d9eef: Pulling fs layerf5c712f16134: Waiting7c5c7be08383: Waitingab7e2fb7737c: Pulling fs layer25e2ed376925: Waitingdb30acbe9a06: Pulling fs layer1b4a119d9eef: Waiting4f666f8f907e: Pulling fs layer23c142cc9273: Pulling fs layere74b0971cd39: Pulling fs layer23c142cc9273: Waitingab7e2fb7737c: Waitingdb30acbe9a06: Waitingeea27d0942eb: Pulling fs layer4f666f8f907e: Waitinge74b0971cd39: Waitingeea27d0942eb: Waiting9438161e6dc8: Verifying Checksum9438161e6dc8: Download complete5354b34c6410: Verifying Checksum5354b34c6410: Download complete7ba29a3affaf: Verifying Checksum7ba29a3affaf: Download complete978c6754ed91: Verifying Checksum978c6754ed91: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete1a894d493bd5: Download completee279e4c3cc8b: Verifying Checksume279e4c3cc8b: Download completecdfaa2485c7d: Download completec8563e41aa6f: Download complete911bff4bcd02: Download complete7e6490154d95: Verifying Checksum7e6490154d95: Download completedd6beeecc8f8: Verifying Checksumdd6beeecc8f8: Download complete9578045c60a5: Verifying Checksum9578045c60a5: Download complete3e02f73f561d: Download complete9578045c60a5: Pull complete9438161e6dc8: Pull complete5354b34c6410: Pull complete7ba29a3affaf: Pull complete978c6754ed91: Pull complete4f4fb700ef54: Pull complete1a894d493bd5: Pull completee279e4c3cc8b: Pull completecdfaa2485c7d: Pull completec8563e41aa6f: Pull complete911bff4bcd02: Pull complete7e6490154d95: Pull completedd6beeecc8f8: Pull complete3e02f73f561d: Pull complete801dc6436763: Verifying Checksum801dc6436763: Download complete801dc6436763: Pull complete7ddd0c153f59: Verifying Checksum7ddd0c153f59: Download complete7ddd0c153f59: Pull complete5ee8f7f96184: Verifying Checksum5ee8f7f96184: Download complete5ee8f7f96184: Pull completefacc8b57701e: Verifying Checksumfacc8b57701e: Download completefacc8b57701e: Pull complete7c5c7be08383: Download complete1b4a119d9eef: Download completeab7e2fb7737c: Verifying Checksumab7e2fb7737c: Download completedb30acbe9a06: Download completef5c712f16134: Verifying Checksumf5c712f16134: Download complete23c142cc9273: Verifying Checksum23c142cc9273: Download completee74b0971cd39: Verifying Checksume74b0971cd39: Download completeeea27d0942eb: Verifying Checksumeea27d0942eb: Download completef5c712f16134: Pull complete7c5c7be08383: Pull complete25e2ed376925: Verifying Checksum25e2ed376925: Download complete25e2ed376925: Pull complete1b4a119d9eef: Pull completeab7e2fb7737c: Pull completedb30acbe9a06: Pull complete4f666f8f907e: Verifying Checksum4f666f8f907e: Download complete4f666f8f907e: Pull complete23c142cc9273: Pull completee74b0971cd39: Pull completeeea27d0942eb: Pull completeDigest: sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1Status: Downloaded newer image for ocaml/opam@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a12025-10-18 16:45.47 ---> using "edeae5226791935b63a8fd5be3eaac2ce37c898763f283ad46f4cdae8d9b727f" from cache/: (comment opensuse-16.0-4.14_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-10-18 16:45.47 ---> using "3120a7277ea96be3f4a85df6f9443ac9eaa0a35193d3790dbf701864a67e6b3a" 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.Continue? [Y/n] yThis 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.[NOTE] The 'jobs' option was reset, its value was 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=255 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-10-18 16:45.47 ---> using "aed3ef74c0e3f661f96253076c2d23652dab93a943434cd93f5d0e10d3cb2a0c" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-131-genericThe OCaml toplevel, version 4.14.22.4.12025-10-18 16:45.47 ---> using "1cd582082aacd8d1a8a2bdf75160f7d1d095e044090e56f0e8a5efaa787f8af0" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-18 16:45.47 ---> using "d477bbe834e90da9624ae1e0cff2923d54e3c6e42da56f5a8ac8408ae118e4f6" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u"))6ef6813522 Merge pull request #28449 from dra27/ocaml-compiler-msvc<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything 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.3.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)2025-10-18 16:45.47 ---> using "774276f731c79969711b2ac3aadccf0e2df17f2e04abf8ca6e400cb4bd524724" from cache/src: (copy (src ocamlgraph_gtk.opam ocamlgraph.opam) (dst ./))2025-10-18 16:45.48 ---> saved as "136f2f0f28752e8004db6c9107f69ddc61d7920dc94fd406c8ee909907208d36"/src: (run (network host)(shell "opam pin add -yn ocamlgraph_gtk.dev './' && \\nopam pin add -yn ocamlgraph.dev './'"))[ocamlgraph_gtk.dev] synchronised (file:///src)ocamlgraph_gtk is now pinned to file:///src (version dev)[ocamlgraph.dev] synchronised (file:///src)ocamlgraph is now pinned to file:///src (version dev)2025-10-18 16:45.50 ---> saved as "41e76a093adc3e51aaded199e6f102d52017df98afa72c454c59e97360dde218"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-18 16:45.51 ---> saved as "9f561881ff219829585e1ef8708275ac0b8c7da81e81dd0a2ac4d326137906cc"/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.20.2 dune-configurator.3.20.2 graphics.5.2.0 lablgtk.2.18.14 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8")/src: (env CI true)/src: (env OCAMLCI true)/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y ocamlgraph_gtk.dev ocamlgraph.dev $DEPS"))+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"- Repository 'repo-openh264 (16.0)' is up to date.- Repository 'repo-oss (16.0)' is up to date.- All repositories have been refreshed.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[ocamlgraph.dev] synchronised (file:///src)[ocamlgraph_gtk.dev] synchronised (file:///src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following system packages will first need to be installed:gtk2-devel libXft-devel<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "zypper" "--non-interactive" "install" "gtk2-devel" "libXft-devel"- Refreshing service 'openSUSE'.- Loading repository data...- Reading installed packages...- Resolving package dependencies...-- The following 122 NEW packages are going to be installed:- at-spi2-core at-spi2-core-devel cairo-devel cups-config dbus-1-daemon dbus-1-devel fontconfig fontconfig-devel freetype2-devel fribidi-devel gdk-pixbuf-devel gdk-pixbuf-query-loaders gio-branding-openSUSE girepository-1_0 glib2-devel glib2-tools graphite2-devel gtk2-devel gtk2-tools harfbuzz-devel hicolor-icon-theme libXcomposite1 libXcursor1 libXdamage1 libXext-devel libXext6 libXfixes-devel libXfixes3 libXft-devel libXft2 libXi-devel libXi6 libXinerama1 libXrandr2 libXrender-devel libXrender1 libXtst-devel libXtst6 libatk-1_0-0 libatk-bridge-2_0-0 libatspi0 libavahi-client3 libavahi-common3 libblkid-devel libbrotli-devel libbrotlienc1 libbz2-devel libcairo-gobject2 libcairo-script-interpreter2 libcairo2 libcups2 libdatrie-devel libdatrie1 libeconf-devel libelf1 libexpat-devel libffi-devel libfontconfig1 libfreetype6 libfribidi0 libgdk_pixbuf-2_0-0 libgio-2_0-0 libgirepository-1_0-1 libgirepository-2_0-0 libgmodule-2_0-0 libgobject-2_0-0 libgraphite2-3 libgthread-2_0-0 libgtk-2_0-0 libharfbuzz-cairo0 libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz-subset0 libharfbuzz0 libicu-devel libicu77 libicu77-ledata libjbig2 libjpeg62 libjpeg62-devel libjpeg8 liblzo2-2 libmount-devel libmpdec4 libpango-1_0-0 libpcre2-16-0 libpcre2-32-0 libpcre2-posix3 libpixman-1-0 libpixman-1-0-devel libpng16-16 libpng16-compat-devel libpng16-devel libpython3_13-1_0 libselinux-devel libsepol-devel libthai-data libthai-devel libthai0 libtiff-devel libtiff6 libzstd-devel lzo-devel pango-devel pcre2-devel python313-base shared-mime-info system-user-lp typelib-1_0-Atk-1_0 typelib-1_0-Atspi-2_0 typelib-1_0-GIRepository-3_0 typelib-1_0-GLib-2_0 typelib-1_0-GLibUnix-2_0 typelib-1_0-GModule-2_0 typelib-1_0-GObject-2_0 typelib-1_0-GdkPixbuf-2_0 typelib-1_0-GdkPixdata-2_0 typelib-1_0-Gio-2_0 typelib-1_0-Gtk-2_0 typelib-1_0-HarfBuzz-0_0 typelib-1_0-Pango-1_0 xz-devel-- 122 new packages to install.-- Package download size: 49.7 MiB-- Package install size change:- | 190.9 MiB required by packages that will be installed- 190.9 MiB | - 0 B released by packages that will be removed-- Backend: classic_rpmtrans- Continue? [y/n/v/...? shows all options] (y): y- Preloading Packages [..- Preloading: typelib-1_0-Atk-1_0-2.56.3-160000.2.2.x86_64.rpm [done]- .- Preloading: gdk-pixbuf-query-loaders-2.42.12-160000.2.2.x86_64.rpm [done]- .- Preloading: libXtst-devel-1.2.5-160000.3.2.x86_64.rpm [done]- .- Preloading: typelib-1_0-Gio-2_0-2.84.3-160000.2.2.x86_64.rpm [done]- .- Preloading: typelib-1_0-GModule-2_0-2.84.3-160000.2.2.x86_64.rpm [done]- .- Preloading: libthai-devel-0.1.29-160000.3.2.x86_64.rpm [done]- .- Preloading: libatspi0-2.56.3-160000.2.2.x86_64.rpm [done]- .- Preloading: freetype2-devel-2.13.3-160000.2.2.x86_64.rpm [done]- .- Preloading: libfontconfig1-2.16.0-160000.2.2.x86_64.rpm [done]- .- Preloading: fontconfig-2.16.0-160000.2.2.x86_64.rpm [done]- .- Preloading: libharfbuzz0-11.0.0-160000.2.2.x86_64.rpm [done]- .-- Preloading: libselinux-devel-3.8.1-160000.2.2.x86_64.rpm [done]- .- Preloading: libtiff-devel-4.7.0-160000.2.2.x86_64.rpm [done]- .- Preloading: typelib-1_0-GObject-2_0-2.84.3-160000.2.2.x86_64.rpm [done]- .- Preloading: libcups2-2.4.11-160000.2.2.x86_64.rpm [done]- .- Preloading: libXi-devel-1.8.2-160000.3.2.x86_64.rpm [done]- ..- Preloading: libmount-devel-2.41.1-160000.2.2.x86_64.rpm [done]- .- Preloading: glib2-tools-2.84.3-160000.2.2.x86_64.rpm [done]- .- Preloading: typelib-1_0-GLibUnix-2_0-2.84.3-160000.2.2.x86_64.rpm [done]- .- Preloading: libthai0-0.1.29-160000.3.2.x86_64.rpm [done]- .- Preloading: gio-branding-openSUSE-42.1-lp160.2.1.noarch.rpm [done]- .- Preloading: libpng16-compat-devel-1.6.44-160000.2.2.x86_64.rpm [done]- .- Preloading: libicu-devel-77.1-160000.2.2.x86_64.rpm [done]- .- Preloading: libpixman-1-0-devel-0.43.4-160000.2.2.x86_64.rpm [done]- .- Preloading: libfreetype6-2.13.3-160000.2.2.x86_64.rpm [done]- .- Preloading: libgio-2_0-0-2.84.3-160000.2.2.x86_64.rpm [done]- .- Preloading: libpng16-devel-1.6.44-160000.2.2.x86_64.rpm [done]- .- Preloading: pcre2-devel-10.45-160000.2.2.x86_64.rpm [done]- ..- Preloading: libpango-1_0-0-1.56.4-160000.2.2.x86_64.rpm [done]- .- Preloading: cups-config-2.4.11-160000.2.2.x86_64.rpm [done]- .- Preloading: pango-devel-1.56.4-160000.2.2.x86_64.rpm [done]- .- Preloading: gdk-pixbuf-devel-2.42.12-160000.2.2.x86_64.rpm [done]- .-- Preloading: harfbuzz-devel-11.0.0-160000.2.2.x86_64.rpm [done]- .- Preloading: libpython3_13-1_0-3.13.5-160000.2.2.x86_64.rpm [done]- .- Preloading: typelib-1_0-Gtk-2_0-2.24.33-160000.2.2.x86_64.rpm [done]- .- Preloading: typelib-1_0-GdkPixdata-2_0-2.42.12-160000.2.2.x86_64.rpm [done]- ..- Preloading: gtk2-tools-2.24.33-160000.2.2.x86_64.rpm [done]- .- Preloading: typelib-1_0-Pango-1_0-1.56.4-160000.2.2.x86_64.rpm [done]- .- Preloading: gtk2-devel-2.24.33-160000.2.2.x86_64.rpm [done]- .- Preloading: cairo-devel-1.18.4-160000.2.2.x86_64.rpm [done]- .- Preloading: typelib-1_0-GdkPixbuf-2_0-2.42.12-160000.2.2.x86_64.rpm [done]- .- Preloading: libXft-devel-2.3.8-160000.2.2.x86_64.rpm [done]- .- Preloading: at-spi2-core-2.56.3-160000.2.2.x86_64.rpm [done]- .- Preloading: lzo-devel-2.10-160000.3.2.x86_64.rpm [done]- .- Preloading: at-spi2-core-devel-2.56.3-160000.2.2.x86_64.rpm [done]- .- Preloading: libcairo-gobject2-1.18.4-160000.2.2.x86_64.rpm [done]- .- Preloading: libharfbuzz-cairo0-11.0.0-160000.2.2.x86_64.rpm [done]- ..- Preloading: libcairo-script-interpreter2-1.18.4-160000.2.2.x86_64.rpm [done]- .- Preloading: typelib-1_0-HarfBuzz-0_0-11.0.0-160000.2.2.x86_64.rpm [done]- .- Preloading: libatk-bridge-2_0-0-2.56.3-160000.2.2.x86_64.rpm [done]- .-- Preloading: typelib-1_0-Atspi-2_0-2.56.3-160000.2.2.x86_64.rpm [done]- .- Preloading: fontconfig-devel-2.16.0-160000.2.2.x86_64.rpm [done]- .- Preloading: libXft2-2.3.8-160000.2.2.x86_64.rpm [done]- ..- Preloading: libcairo2-1.18.4-160000.2.2.x86_64.rpm [done]- .- Preloading: libharfbuzz-gobject0-11.0.0-160000.2.2.x86_64.rpm [done]- .- Preloading: libharfbuzz-icu0-11.0.0-160000.2.2.x86_64.rpm [done]- ..- Preloading: libgtk-2_0-0-2.24.33-160000.2.2.x86_64.rpm [done]- .- Preloading: libffi-devel-3.4.6-160000.2.2.x86_64.rpm [done]- .- Preloading: libharfbuzz-subset0-11.0.0-160000.2.2.x86_64.rpm [done]- .- Preloading: libpcre2-posix3-10.45-160000.2.2.x86_64.rpm [done]- .-- Preloading: libgdk_pixbuf-2_0-0-2.42.12-160000.2.2.x86_64.rpm [done]- .- Preloading: libpcre2-32-0-10.45-160000.2.2.x86_64.rpm [done]- .- Preloading: libpixman-1-0-0.43.4-160000.2.2.x86_64.rpm [done]- .- Preloading: libmpdec4-4.0.1-160000.2.2.x86_64.rpm [done]- .- Preloading: liblzo2-2-2.10-160000.3.2.x86_64.rpm [done]- .- Preloading: libpcre2-16-0-10.45-160000.2.2.x86_64.rpm [done]- .- Preloading: libjbig2-2.1-160000.3.2.x86_64.rpm [done]- .- Preloading: glib2-devel-2.84.3-160000.2.2.x86_64.rpm [done]- .- Preloading: libjpeg8-8.3.2-160000.3.2.x86_64.rpm [done]- ..- Preloading: libgraphite2-3-1.3.14-160000.2.2.x86_64.rpm [done]- .- Preloading: libjpeg62-62.4.0-160000.3.2.x86_64.rpm [done]- .- Preloading: libgthread-2_0-0-2.84.3-160000.2.2.x86_64.rpm [done]- .- Preloading: libfribidi0-1.0.15-160000.2.2.x86_64.rpm [done]- .- Preloading: libpng16-16-1.6.44-160000.2.2.x86_64.rpm [done]- .- Preloading: libexpat-devel-2.7.1-160000.2.2.x86_64.rpm [done]- .- Preloading: libgobject-2_0-0-2.84.3-160000.2.2.x86_64.rpm [done]- .- Preloading: libelf1-0.192-160000.2.2.x86_64.rpm [done]- .- Preloading: libeconf-devel-0.7.9-160000.2.2.x86_64.rpm [done]- .- Preloading: libgmodule-2_0-0-2.84.3-160000.2.2.x86_64.rpm [done]- .- Preloading: libbz2-devel-1.0.8-160000.2.2.x86_64.rpm [done]- .- Preloading: libavahi-common3-0.8-160000.2.2.x86_64.rpm [done]- .- Preloading: libXrender1-0.9.11-160000.2.2.x86_64.rpm [done]- .- Preloading: libXfixes3-6.0.1-160000.3.2.x86_64.rpm [done]- .- Preloading: python313-base-3.13.5-160000.2.2.x86_64.rpm [done]- .- Preloading: libbrotlienc1-1.1.0-160000.2.2.x86_64.rpm [done]- .- Preloading: libXext6-1.3.6-160000.3.2.x86_64.rpm [done]- .- Preloading: libXcomposite1-0.4.6-160000.3.2.x86_64.rpm [done]- .- Preloading: hicolor-icon-theme-0.18-160000.3.2.noarch.rpm [done]- .- Preloading: libXcursor1-1.2.3-160000.3.2.x86_64.rpm [done]- .- Preloading: dbus-1-devel-1.14.10-160000.2.2.x86_64.rpm [done]- ..- Preloading: libjpeg62-devel-62.4.0-160000.3.2.x86_64.rpm [done]- .- Preloading: libtiff6-4.7.0-160000.2.2.x86_64.rpm [done]- .- Preloading: graphite2-devel-1.3.14-160000.2.2.x86_64.rpm [done]- .- Preloading: libgirepository-1_0-1-1.84.0-160000.2.2.x86_64.rpm [done]- .- Preloading: libXdamage1-1.1.6-160000.3.2.x86_64.rpm [done]- .- Preloading: libdatrie1-0.2.13-160000.3.2.x86_64.rpm [done]- .- Preloading: libatk-1_0-0-2.56.3-160000.2.2.x86_64.rpm [done]- .- Preloading: girepository-1_0-1.84.0-160000.2.2.x86_64.rpm [done]- .-- Preloading: typelib-1_0-GLib-2_0-2.84.3-160000.2.2.x86_64.rpm [done]- .- Preloading: fribidi-devel-1.0.15-160000.2.2.x86_64.rpm [done]- .- Preloading: libgirepository-2_0-0-2.84.3-160000.2.2.x86_64.rpm [done]- .- Preloading: libbrotli-devel-1.1.0-160000.2.2.x86_64.rpm [done]- .- Preloading: libblkid-devel-2.41.1-160000.2.2.x86_64.rpm [done]- .- Preloading: libavahi-client3-0.8-160000.2.2.x86_64.rpm [done]- .- Preloading: libdatrie-devel-0.2.13-160000.3.2.x86_64.rpm [done]- .- Preloading: libXrandr2-1.5.4-160000.3.2.x86_64.rpm [done]- .- Preloading: libXfixes-devel-6.0.1-160000.3.2.x86_64.rpm [done]- .- Preloading: libXrender-devel-0.9.11-160000.2.2.x86_64.rpm [done]- .- Preloading: dbus-1-daemon-1.14.10-160000.2.2.x86_64.rpm [done]- .- Preloading: libXi6-1.8.2-160000.3.2.x86_64.rpm [done]- .- Preloading: libXext-devel-1.3.6-160000.3.2.x86_64.rpm [done]- .- Preloading: libXtst6-1.2.5-160000.3.2.x86_64.rpm [done]- .- Preloading: libXinerama1-1.1.5-160000.3.2.x86_64.rpm [done]- .- Preloading: xz-devel-5.8.1-160000.2.2.x86_64.rpm [done]- .- Preloading: system-user-lp-20170617-160000.2.2.noarch.rpm [done]- .- Preloading: libzstd-devel-1.5.7-160000.2.2.x86_64.rpm [done]- ..- Preloading: typelib-1_0-GIRepository-3_0-2.84.3-160000.2.2.x86_64.rpm [done]- .- Preloading: shared-mime-info-2.4-160000.2.2.x86_64.rpm [done]- .- Preloading: libthai-data-0.1.29-160000.3.2.x86_64.rpm [done]- .- Preloading: libsepol-devel-3.8.1-160000.2.2.x86_64.rpm [done]- ..- Preloading: libicu77-77.1-160000.2.2.x86_64.rpm [done]- .- .- Preloading: libicu77-ledata-77.1-160000.2.2.noarch.rpm [done]- .done]- Retrieving: dbus-1-daemon-1.14.10-160000.2.2.x86_64 (repo-oss (16.0)) (1/122), 244.9 KiB- Retrieving: dbus-1-devel-1.14.10-160000.2.2.x86_64 (repo-oss (16.0)) (2/122), 154.9 KiB- Retrieving: hicolor-icon-theme-0.18-160000.3.2.noarch (repo-oss (16.0)) (3/122), 78.7 KiB- Retrieving: libXcomposite1-0.4.6-160000.3.2.x86_64 (repo-oss (16.0)) (4/122), 12.3 KiB- Retrieving: libXdamage1-1.1.6-160000.3.2.x86_64 (repo-oss (16.0)) (5/122), 12.1 KiB- Retrieving: libXext6-1.3.6-160000.3.2.x86_64 (repo-oss (16.0)) (6/122), 37.3 KiB- Retrieving: libXfixes3-6.0.1-160000.3.2.x86_64 (repo-oss (16.0)) (7/122), 19.9 KiB- Retrieving: libXrender1-0.9.11-160000.2.2.x86_64 (repo-oss (16.0)) (8/122), 27.5 KiB- Retrieving: libavahi-common3-0.8-160000.2.2.x86_64 (repo-oss (16.0)) (9/122), 70.3 KiB- Retrieving: libbrotlienc1-1.1.0-160000.2.2.x86_64 (repo-oss (16.0)) (10/122), 263.6 KiB- Retrieving: libbz2-devel-1.0.8-160000.2.2.x86_64 (repo-oss (16.0)) (11/122), 24.5 KiB- Retrieving: libdatrie1-0.2.13-160000.3.2.x86_64 (repo-oss (16.0)) (12/122), 50.6 KiB- Retrieving: libeconf-devel-0.7.9-160000.2.2.x86_64 (repo-oss (16.0)) (13/122), 45.8 KiB- Retrieving: libelf1-0.192-160000.2.2.x86_64 (repo-oss (16.0)) (14/122), 94.7 KiB- Retrieving: libexpat-devel-2.7.1-160000.2.2.x86_64 (repo-oss (16.0)) (15/122), 72.0 KiB- Retrieving: libffi-devel-3.4.6-160000.2.2.x86_64 (repo-oss (16.0)) (16/122), 30.8 KiB- Retrieving: libfribidi0-1.0.15-160000.2.2.x86_64 (repo-oss (16.0)) (17/122), 42.8 KiB- Retrieving: libgmodule-2_0-0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (18/122), 316.7 KiB- Retrieving: libgobject-2_0-0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (19/122), 447.7 KiB- Retrieving: libgraphite2-3-1.3.14-160000.2.2.x86_64 (repo-oss (16.0)) (20/122), 71.9 KiB- Retrieving: libgthread-2_0-0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (21/122), 312.7 KiB- Retrieving: libicu77-ledata-77.1-160000.2.2.noarch (repo-oss (16.0)) (22/122), 8.6 MiB- Retrieving: libjbig2-2.1-160000.3.2.x86_64 (repo-oss (16.0)) (23/122), 35.4 KiB- Retrieving: libjpeg62-62.4.0-160000.3.2.x86_64 (repo-oss (16.0)) (24/122), 306.3 KiB- Retrieving: libjpeg8-8.3.2-160000.3.2.x86_64 (repo-oss (16.0)) (25/122), 307.2 KiB- Retrieving: liblzo2-2-2.10-160000.3.2.x86_64 (repo-oss (16.0)) (26/122), 62.1 KiB- Retrieving: libmpdec4-4.0.1-160000.2.2.x86_64 (repo-oss (16.0)) (27/122), 85.2 KiB- Retrieving: libpcre2-16-0-10.45-160000.2.2.x86_64 (repo-oss (16.0)) (28/122), 309.1 KiB- Retrieving: libpcre2-32-0-10.45-160000.2.2.x86_64 (repo-oss (16.0)) (29/122), 292.1 KiB- Retrieving: libpcre2-posix3-10.45-160000.2.2.x86_64 (repo-oss (16.0)) (30/122), 66.6 KiB- Retrieving: libpixman-1-0-0.43.4-160000.2.2.x86_64 (repo-oss (16.0)) (31/122), 210.0 KiB- Retrieving: libpng16-16-1.6.44-160000.2.2.x86_64 (repo-oss (16.0)) (32/122), 185.0 KiB- Retrieving: libsepol-devel-3.8.1-160000.2.2.x86_64 (repo-oss (16.0)) (33/122), 51.4 KiB- Retrieving: libthai-data-0.1.29-160000.3.2.x86_64 (repo-oss (16.0)) (34/122), 158.7 KiB- Retrieving: libzstd-devel-1.5.7-160000.2.2.x86_64 (repo-oss (16.0)) (35/122), 79.5 KiB- Retrieving: shared-mime-info-2.4-160000.2.2.x86_64 (repo-oss (16.0)) (36/122), 347.4 KiB- Retrieving: system-user-lp-20170617-160000.2.2.noarch (repo-oss (16.0)) (37/122), 12.6 KiB- Retrieving: typelib-1_0-GIRepository-3_0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (38/122), 308.7 KiB- Retrieving: xz-devel-5.8.1-160000.2.2.x86_64 (repo-oss (16.0)) (39/122), 106.7 KiB- Retrieving: libXtst6-1.2.5-160000.3.2.x86_64 (repo-oss (16.0)) (40/122), 18.0 KiB- Retrieving: libXinerama1-1.1.5-160000.3.2.x86_64 (repo-oss (16.0)) (41/122), 11.3 KiB- Retrieving: libXi6-1.8.2-160000.3.2.x86_64 (repo-oss (16.0)) (42/122), 42.8 KiB- Retrieving: libXext-devel-1.3.6-160000.3.2.x86_64 (repo-oss (16.0)) (43/122), 98.5 KiB- Retrieving: libXfixes-devel-6.0.1-160000.3.2.x86_64 (repo-oss (16.0)) (44/122), 16.4 KiB- Retrieving: libXrender-devel-0.9.11-160000.2.2.x86_64 (repo-oss (16.0)) (45/122), 22.3 KiB- Retrieving: libXrandr2-1.5.4-160000.3.2.x86_64 (repo-oss (16.0)) (46/122), 26.1 KiB- Retrieving: libXcursor1-1.2.3-160000.3.2.x86_64 (repo-oss (16.0)) (47/122), 30.1 KiB- Retrieving: libavahi-client3-0.8-160000.2.2.x86_64 (repo-oss (16.0)) (48/122), 73.6 KiB- Retrieving: libbrotli-devel-1.1.0-160000.2.2.x86_64 (repo-oss (16.0)) (49/122), 37.7 KiB- Retrieving: libdatrie-devel-0.2.13-160000.3.2.x86_64 (repo-oss (16.0)) (50/122), 113.7 KiB- Retrieving: libblkid-devel-2.41.1-160000.2.2.x86_64 (repo-oss (16.0)) (51/122), 174.1 KiB- Retrieving: fribidi-devel-1.0.15-160000.2.2.x86_64 (repo-oss (16.0)) (52/122), 102.9 KiB- Retrieving: typelib-1_0-GLib-2_0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (53/122), 362.7 KiB- Retrieving: libgirepository-2_0-0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (54/122), 393.3 KiB- Retrieving: libatk-1_0-0-2.56.3-160000.2.2.x86_64 (repo-oss (16.0)) (55/122), 106.3 KiB- Retrieving: girepository-1_0-1.84.0-160000.2.2.x86_64 (repo-oss (16.0)) (56/122), 110.6 KiB- Retrieving: libgirepository-1_0-1-1.84.0-160000.2.2.x86_64 (repo-oss (16.0)) (57/122), 129.9 KiB- Retrieving: graphite2-devel-1.3.14-160000.2.2.x86_64 (repo-oss (16.0)) (58/122), 26.2 KiB- Retrieving: libicu77-77.1-160000.2.2.x86_64 (repo-oss (16.0)) (59/122), 2.1 MiB- Retrieving: libjpeg62-devel-62.4.0-160000.3.2.x86_64 (repo-oss (16.0)) (60/122), 140.2 KiB- Retrieving: libtiff6-4.7.0-160000.2.2.x86_64 (repo-oss (16.0)) (61/122), 276.3 KiB- Retrieving: lzo-devel-2.10-160000.3.2.x86_64 (repo-oss (16.0)) (62/122), 52.2 KiB- Retrieving: python313-base-3.13.5-160000.2.2.x86_64 (repo-oss (16.0)) (63/122), 9.2 MiB- Retrieving: libpython3_13-1_0-3.13.5-160000.2.2.x86_64 (repo-oss (16.0)) (64/122), 2.0 MiB- Retrieving: pcre2-devel-10.45-160000.2.2.x86_64 (repo-oss (16.0)) (65/122), 331.4 KiB- Retrieving: libpixman-1-0-devel-0.43.4-160000.2.2.x86_64 (repo-oss (16.0)) (66/122), 31.9 KiB- Retrieving: libpng16-devel-1.6.44-160000.2.2.x86_64 (repo-oss (16.0)) (67/122), 230.3 KiB- Retrieving: libpng16-compat-devel-1.6.44-160000.2.2.x86_64 (repo-oss (16.0)) (68/122), 132.9 KiB- Retrieving: libfreetype6-2.13.3-160000.2.2.x86_64 (repo-oss (16.0)) (69/122), 564.0 KiB- Retrieving: libthai0-0.1.29-160000.3.2.x86_64 (repo-oss (16.0)) (70/122), 28.1 KiB- Retrieving: gio-branding-openSUSE-42.1-lp160.2.1.noarch (repo-oss (16.0)) (71/122), 29.6 KiB- Retrieving: libgio-2_0-0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (72/122), 960.3 KiB- Retrieving: glib2-tools-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (73/122), 423.3 KiB- Retrieving: cups-config-2.4.11-160000.2.2.x86_64 (repo-oss (16.0)) (74/122), 422.3 KiB- Retrieving: libXi-devel-1.8.2-160000.3.2.x86_64 (repo-oss (16.0)) (75/122), 142.8 KiB- Retrieving: typelib-1_0-GObject-2_0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (76/122), 318.4 KiB- Retrieving: typelib-1_0-GModule-2_0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (77/122), 302.9 KiB- Retrieving: typelib-1_0-GLibUnix-2_0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (78/122), 303.0 KiB- Retrieving: libicu-devel-77.1-160000.2.2.x86_64 (repo-oss (16.0)) (79/122), 749.4 KiB- Retrieving: libtiff-devel-4.7.0-160000.2.2.x86_64 (repo-oss (16.0)) (80/122), 119.5 KiB- Retrieving: libselinux-devel-3.8.1-160000.2.2.x86_64 (repo-oss (16.0)) (81/122), 132.4 KiB- Retrieving: libharfbuzz0-11.0.0-160000.2.2.x86_64 (repo-oss (16.0)) (82/122), 577.2 KiB- Retrieving: libfontconfig1-2.16.0-160000.2.2.x86_64 (repo-oss (16.0)) (83/122), 199.5 KiB- Retrieving: fontconfig-2.16.0-160000.2.2.x86_64 (repo-oss (16.0)) (84/122), 137.4 KiB- Retrieving: freetype2-devel-2.13.3-160000.2.2.x86_64 (repo-oss (16.0)) (85/122), 874.6 KiB- Retrieving: libthai-devel-0.1.29-160000.3.2.x86_64 (repo-oss (16.0)) (86/122), 24.5 KiB- Retrieving: libatspi0-2.56.3-160000.2.2.x86_64 (repo-oss (16.0)) (87/122), 138.2 KiB- Retrieving: gdk-pixbuf-query-loaders-2.42.12-160000.2.2.x86_64 (repo-oss (16.0)) (88/122), 48.6 KiB- Retrieving: libcups2-2.4.11-160000.2.2.x86_64 (repo-oss (16.0)) (89/122), 452.5 KiB- Retrieving: libXtst-devel-1.2.5-160000.3.2.x86_64 (repo-oss (16.0)) (90/122), 29.1 KiB- Retrieving: typelib-1_0-Atk-1_0-2.56.3-160000.2.2.x86_64 (repo-oss (16.0)) (91/122), 80.5 KiB- Retrieving: typelib-1_0-Gio-2_0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (92/122), 390.6 KiB- Retrieving: libmount-devel-2.41.1-160000.2.2.x86_64 (repo-oss (16.0)) (93/122), 175.3 KiB- Retrieving: libharfbuzz-subset0-11.0.0-160000.2.2.x86_64 (repo-oss (16.0)) (94/122), 532.7 KiB- Retrieving: libharfbuzz-icu0-11.0.0-160000.2.2.x86_64 (repo-oss (16.0)) (95/122), 83.6 KiB- Retrieving: libharfbuzz-gobject0-11.0.0-160000.2.2.x86_64 (repo-oss (16.0)) (96/122), 104.6 KiB- Retrieving: libcairo2-1.18.4-160000.2.2.x86_64 (repo-oss (16.0)) (97/122), 604.1 KiB- Retrieving: libXft2-2.3.8-160000.2.2.x86_64 (repo-oss (16.0)) (98/122), 51.8 KiB- Retrieving: fontconfig-devel-2.16.0-160000.2.2.x86_64 (repo-oss (16.0)) (99/122), 76.2 KiB- Retrieving: typelib-1_0-Atspi-2_0-2.56.3-160000.2.2.x86_64 (repo-oss (16.0)) (100/122), 77.8 KiB- Retrieving: libatk-bridge-2_0-0-2.56.3-160000.2.2.x86_64 (repo-oss (16.0)) (101/122), 124.2 KiB- Retrieving: libgdk_pixbuf-2_0-0-2.42.12-160000.2.2.x86_64 (repo-oss (16.0)) (102/122), 188.3 KiB- Retrieving: glib2-devel-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (103/122), 1.6 MiB- Retrieving: typelib-1_0-HarfBuzz-0_0-11.0.0-160000.2.2.x86_64 (repo-oss (16.0)) (104/122), 115.2 KiB- Retrieving: libharfbuzz-cairo0-11.0.0-160000.2.2.x86_64 (repo-oss (16.0)) (105/122), 96.5 KiB- Retrieving: libcairo-script-interpreter2-1.18.4-160000.2.2.x86_64 (repo-oss (16.0)) (106/122), 113.8 KiB- Retrieving: libcairo-gobject2-1.18.4-160000.2.2.x86_64 (repo-oss (16.0)) (107/122), 73.0 KiB- Retrieving: libpango-1_0-0-1.56.4-160000.2.2.x86_64 (repo-oss (16.0)) (108/122), 356.3 KiB- Retrieving: libXft-devel-2.3.8-160000.2.2.x86_64 (repo-oss (16.0)) (109/122), 37.9 KiB- Retrieving: at-spi2-core-2.56.3-160000.2.2.x86_64 (repo-oss (16.0)) (110/122), 112.9 KiB- Retrieving: typelib-1_0-GdkPixbuf-2_0-2.42.12-160000.2.2.x86_64 (repo-oss (16.0)) (111/122), 48.2 KiB- Retrieving: cairo-devel-1.18.4-160000.2.2.x86_64 (repo-oss (16.0)) (112/122), 318.9 KiB- Retrieving: typelib-1_0-Pango-1_0-1.56.4-160000.2.2.x86_64 (repo-oss (16.0)) (113/122), 106.5 KiB- Retrieving: gtk2-tools-2.24.33-160000.2.2.x86_64 (repo-oss (16.0)) (114/122), 132.5 KiB- Retrieving: libgtk-2_0-0-2.24.33-160000.2.2.x86_64 (repo-oss (16.0)) (115/122), 2.2 MiB- Retrieving: at-spi2-core-devel-2.56.3-160000.2.2.x86_64 (repo-oss (16.0)) (116/122), 1.6 MiB- Retrieving: typelib-1_0-GdkPixdata-2_0-2.42.12-160000.2.2.x86_64 (repo-oss (16.0)) (117/122), 43.6 KiB- Retrieving: harfbuzz-devel-11.0.0-160000.2.2.x86_64 (repo-oss (16.0)) (118/122), 222.1 KiB- Retrieving: typelib-1_0-Gtk-2_0-2.24.33-160000.2.2.x86_64 (repo-oss (16.0)) (119/122), 322.5 KiB- Retrieving: gdk-pixbuf-devel-2.42.12-160000.2.2.x86_64 (repo-oss (16.0)) (120/122), 97.4 KiB- Retrieving: pango-devel-1.56.4-160000.2.2.x86_64 (repo-oss (16.0)) (121/122), 225.3 KiB- Retrieving: gtk2-devel-2.24.33-160000.2.2.x86_64 (repo-oss (16.0)) (122/122), 2.5 MiB-- Checking for file conflicts: [...- ..done]- ( 1/122) Installing: dbus-1-daemon-1.14.10-160000.2.2.x86_64 [..done]- ( 2/122) Installing: dbus-1-devel-1.14.10-160000.2.2.x86_64 [..done]- ( 3/122) Installing: hicolor-icon-theme-0.18-160000.3.2.noarch [...done]- ( 4/122) Installing: libXcomposite1-0.4.6-160000.3.2.x86_64 [..done]- ( 5/122) Installing: libXdamage1-1.1.6-160000.3.2.x86_64 [..done]- ( 6/122) Installing: libXext6-1.3.6-160000.3.2.x86_64 [..done]- ( 7/122) Installing: libXfixes3-6.0.1-160000.3.2.x86_64 [..done]- ( 8/122) Installing: libXrender1-0.9.11-160000.2.2.x86_64 [..done]- ( 9/122) Installing: libavahi-common3-0.8-160000.2.2.x86_64 [..done]- ( 10/122) Installing: libbrotlienc1-1.1.0-160000.2.2.x86_64 [..done]- ( 11/122) Installing: libbz2-devel-1.0.8-160000.2.2.x86_64 [..done]- ( 12/122) Installing: libdatrie1-0.2.13-160000.3.2.x86_64 [..done]- ( 13/122) Installing: libeconf-devel-0.7.9-160000.2.2.x86_64 [.- .done]- ( 14/122) Installing: libelf1-0.192-160000.2.2.x86_64 [..done]- ( 15/122) Installing: libexpat-devel-2.7.1-160000.2.2.x86_64 [..done]- ( 16/122) Installing: libffi-devel-3.4.6-160000.2.2.x86_64 [..done]- ( 17/122) Installing: libfribidi0-1.0.15-160000.2.2.x86_64 [..done]- ( 18/122) Installing: libgmodule-2_0-0-2.84.3-160000.2.2.x86_64 [..done]- ( 19/122) Installing: libgobject-2_0-0-2.84.3-160000.2.2.x86_64 [..done]- ( 20/122) Installing: libgraphite2-3-1.3.14-160000.2.2.x86_64 [..done]- ( 21/122) Installing: libgthread-2_0-0-2.84.3-160000.2.2.x86_64 [..done]- ( 22/122) Installing: libicu77-ledata-77.1-160000.2.2.noarch [......- .done]- ( 23/122) Installing: libjbig2-2.1-160000.3.2.x86_64 [..done]- ( 24/122) Installing: libjpeg62-62.4.0-160000.3.2.x86_64 [..done]- ( 25/122) Installing: libjpeg8-8.3.2-160000.3.2.x86_64 [..done]- ( 26/122) Installing: liblzo2-2-2.10-160000.3.2.x86_64 [..done]- ( 27/122) Installing: libmpdec4-4.0.1-160000.2.2.x86_64 [..done]- ( 28/122) Installing: libpcre2-16-0-10.45-160000.2.2.x86_64 [..done]- ( 29/122) Installing: libpcre2-32-0-10.45-160000.2.2.x86_64 [..done]- ( 30/122) Installing: libpcre2-posix3-10.45-160000.2.2.x86_64 [..done]- ( 31/122) Installing: libpixman-1-0-0.43.4-160000.2.2.x86_64 [..done]- ( 32/122) Installing: libpng16-16-1.6.44-160000.2.2.x86_64 [..done]- ( 33/122) Installing: libsepol-devel-3.8.1-160000.2.2.x86_64 [..done]- ( 34/122) Installing: libthai-data-0.1.29-160000.3.2.x86_64 [..done]- ( 35/122) Installing: libzstd-devel-1.5.7-160000.2.2.x86_64 [..done]- ( 36/122) Installing: shared-mime-info-2.4-160000.2.2.x86_64 [..- done]- ( 37/122) Installing: system-user-lp-20170617-160000.2.2.noarch [..- /usr/bin/systemd-sysusers --replace=/usr/lib/sysusers.d/system-user-lp.conf -- Creating group 'systemd-journal' with GID 497.- Creating group 'lp' with GID 496.- Creating user 'lp' (Printing daemon) with UID 496 and GID 496.- Creating group 'systemd-coredump' with GID 495.- Creating user 'systemd-coredump' (systemd Core Dumper) with UID 495 and GID 495.- done]- ( 38/122) Installing: typelib-1_0-GIRepository-3_0-2.84.3-160000.2.2.x86_64 [..done]- ( 39/122) Installing: xz-devel-5.8.1-160000.2.2.x86_64 [..done]- ( 40/122) Installing: libXtst6-1.2.5-160000.3.2.x86_64 [..done]- ( 41/122) Installing: libXinerama1-1.1.5-160000.3.2.x86_64 [..done]- ( 42/122) Installing: libXi6-1.8.2-160000.3.2.x86_64 [..done]- ( 43/122) Installing: libXext-devel-1.3.6-160000.3.2.x86_64 [..done]- ( 44/122) Installing: libXfixes-devel-6.0.1-160000.3.2.x86_64 [..done]- ( 45/122) Installing: libXrender-devel-0.9.11-160000.2.2.x86_64 [..done]- ( 46/122) Installing: libXrandr2-1.5.4-160000.3.2.x86_64 [..done]- ( 47/122) Installing: libXcursor1-1.2.3-160000.3.2.x86_64 [..done]- ( 48/122) Installing: libavahi-client3-0.8-160000.2.2.x86_64 [..done]- ( 49/122) Installing: libbrotli-devel-1.1.0-160000.2.2.x86_64 [..done]- ( 50/122) Installing: libdatrie-devel-0.2.13-160000.3.2.x86_64 [..done]- ( 51/122) Installing: libblkid-devel-2.41.1-160000.2.2.x86_64 [..done]- ( 52/122) Installing: fribidi-devel-1.0.15-160000.2.2.x86_64 [..done]- ( 53/122) Installing: typelib-1_0-GLib-2_0-2.84.3-160000.2.2.x86_64 [..done]- ( 54/122) Installing: libgirepository-2_0-0-2.84.3-160000.2.2.x86_64 [..done]- ( 55/122) Installing: libatk-1_0-0-2.56.3-160000.2.2.x86_64 [..done]- ( 56/122) Installing: girepository-1_0-1.84.0-160000.2.2.x86_64 [..done]- ( 57/122) Installing: libgirepository-1_0-1-1.84.0-160000.2.2.x86_64 [..done]- ( 58/122) Installing: graphite2-devel-1.3.14-160000.2.2.x86_64 [..done]- ( 59/122) Installing: libicu77-77.1-160000.2.2.x86_64 [.- ..done]- ( 60/122) Installing: libjpeg62-devel-62.4.0-160000.3.2.x86_64 [..done]- ( 61/122) Installing: libtiff6-4.7.0-160000.2.2.x86_64 [..done]- ( 62/122) Installing: lzo-devel-2.10-160000.3.2.x86_64 [..done]- ( 63/122) Installing: python313-base-3.13.5-160000.2.2.x86_64 [......- ...done]- ( 64/122) Installing: libpython3_13-1_0-3.13.5-160000.2.2.x86_64 [...done]- ( 65/122) Installing: pcre2-devel-10.45-160000.2.2.x86_64 [..done]- ( 66/122) Installing: libpixman-1-0-devel-0.43.4-160000.2.2.x86_64 [..done]- ( 67/122) Installing: libpng16-devel-1.6.44-160000.2.2.x86_64 [..done]- ( 68/122) Installing: libpng16-compat-devel-1.6.44-160000.2.2.x86_64 [..done]- ( 69/122) Installing: libfreetype6-2.13.3-160000.2.2.x86_64 [..done]- ( 70/122) Installing: libthai0-0.1.29-160000.3.2.x86_64 [..done]- ( 71/122) Installing: gio-branding-openSUSE-42.1-lp160.2.1.noarch [..done]- ( 72/122) Installing: libgio-2_0-0-2.84.3-160000.2.2.x86_64 [..done]- ( 73/122) Installing: glib2-tools-2.84.3-160000.2.2.x86_64 [.- .- No schema files found: doing nothing.- done]- ( 74/122) Installing: cups-config-2.4.11-160000.2.2.x86_64 [..done]- ( 75/122) Installing: libXi-devel-1.8.2-160000.3.2.x86_64 [..done]- ( 76/122) Installing: typelib-1_0-GObject-2_0-2.84.3-160000.2.2.x86_64 [..done]- ( 77/122) Installing: typelib-1_0-GModule-2_0-2.84.3-160000.2.2.x86_64 [..done]- ( 78/122) Installing: typelib-1_0-GLibUnix-2_0-2.84.3-160000.2.2.x86_64 [..done]- ( 79/122) Installing: libicu-devel-77.1-160000.2.2.x86_64 [..done]- ( 80/122) Installing: libtiff-devel-4.7.0-160000.2.2.x86_64 [..done]- ( 81/122) Installing: libselinux-devel-3.8.1-160000.2.2.x86_64 [..done]- ( 82/122) Installing: libharfbuzz0-11.0.0-160000.2.2.x86_64 [..done]- ( 83/122) Installing: libfontconfig1-2.16.0-160000.2.2.x86_64 [..done]- ( 84/122) Installing: fontconfig-2.16.0-160000.2.2.x86_64 [..done]- ( 85/122) Installing: freetype2-devel-2.13.3-160000.2.2.x86_64 [..done]- ( 86/122) Installing: libthai-devel-0.1.29-160000.3.2.x86_64 [..done]- ( 87/122) Installing: libatspi0-2.56.3-160000.2.2.x86_64 [..done]- ( 88/122) Installing: gdk-pixbuf-query-loaders-2.42.12-160000.2.2.x86_64 [..done]- ( 89/122) Installing: libcups2-2.4.11-160000.2.2.x86_64 [..done]- ( 90/122) Installing: libXtst-devel-1.2.5-160000.3.2.x86_64 [.- .done]- ( 91/122) Installing: typelib-1_0-Atk-1_0-2.56.3-160000.2.2.x86_64 [..done]- ( 92/122) Installing: typelib-1_0-Gio-2_0-2.84.3-160000.2.2.x86_64 [..done]- ( 93/122) Installing: libmount-devel-2.41.1-160000.2.2.x86_64 [..done]- ( 94/122) Installing: libharfbuzz-subset0-11.0.0-160000.2.2.x86_64 [..done]- ( 95/122) Installing: libharfbuzz-icu0-11.0.0-160000.2.2.x86_64 [..done]- ( 96/122) Installing: libharfbuzz-gobject0-11.0.0-160000.2.2.x86_64 [..done]- ( 97/122) Installing: libcairo2-1.18.4-160000.2.2.x86_64 [..done]- ( 98/122) Installing: libXft2-2.3.8-160000.2.2.x86_64 [..done]- ( 99/122) Installing: fontconfig-devel-2.16.0-160000.2.2.x86_64 [..done]- (100/122) Installing: typelib-1_0-Atspi-2_0-2.56.3-160000.2.2.x86_64 [..done]- (101/122) Installing: libatk-bridge-2_0-0-2.56.3-160000.2.2.x86_64 [..done]- (102/122) Installing: libgdk_pixbuf-2_0-0-2.42.12-160000.2.2.x86_64 [..done]- (103/122) Installing: glib2-devel-2.84.3-160000.2.2.x86_64 [....- No schema files found: doing nothing.- done]- (104/122) Installing: typelib-1_0-HarfBuzz-0_0-11.0.0-160000.2.2.x86_64 [..done]- (105/122) Installing: libharfbuzz-cairo0-11.0.0-160000.2.2.x86_64 [..done]- (106/122) Installing: libcairo-script-interpreter2-1.18.4-160000.2.2.x86_64 [..done]- (107/122) Installing: libcairo-gobject2-1.18.4-160000.2.2.x86_64 [..done]- (108/122) Installing: libpango-1_0-0-1.56.4-160000.2.2.x86_64 [..done]- (109/122) Installing: libXft-devel-2.3.8-160000.2.2.x86_64 [..done]- (110/122) Installing: at-spi2-core-2.56.3-160000.2.2.x86_64 [..done]- (111/122) Installing: typelib-1_0-GdkPixbuf-2_0-2.42.12-160000.2.2.x86_64 [..done]- (112/122) Installing: cairo-devel-1.18.4-160000.2.2.x86_64 [..done]- (113/122) Installing: typelib-1_0-Pango-1_0-1.56.4-160000.2.2.x86_64 [..done]- (114/122) Installing: gtk2-tools-2.24.33-160000.2.2.x86_64 [..done]- (115/122) Installing: libgtk-2_0-0-2.24.33-160000.2.2.x86_64 [...done]- (116/122) Installing: at-spi2-core-devel-2.56.3-160000.2.2.x86_64 [...done]- (117/122) Installing: typelib-1_0-GdkPixdata-2_0-2.42.12-160000.2.2.x86_64 [..done]- (118/122) Installing: harfbuzz-devel-11.0.0-160000.2.2.x86_64 [..- done]- (119/122) Installing: typelib-1_0-Gtk-2_0-2.24.33-160000.2.2.x86_64 [..done]- (120/122) Installing: gdk-pixbuf-devel-2.42.12-160000.2.2.x86_64 [..done]- (121/122) Installing: pango-devel-1.56.4-160000.2.2.x86_64 [..done]- (122/122) Installing: gtk2-devel-2.24.33-160000.2.2.x86_64 [...done]- Running post-transaction scripts [....done]2025-10-18 16:46.31 ---> saved as "9231775320871afbbd1c5039759a6396a3d3457117542e56ea03756d0c348d52"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following actions will be performed:=== install 12 packages- install camlp-streams 5.0.1- install conf-gnomecanvas 2- install conf-gtk2 1- install conf-libX11 1- install conf-libXft 1- install conf-pkg-config 4- install csexp 1.5.2- install dune 3.20.2- install dune-configurator 3.20.2- install graphics 5.2.0- install lablgtk 2.18.14- install ocamlfind 1.9.8<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved camlp-streams.5.0.1 (cached)-> retrieved csexp.1.5.2 (cached)-> installed conf-pkg-config.4-> installed conf-gtk2.1[ERROR] The compilation of conf-gnomecanvas.2 failed at "pkg-config libgnomecanvas-2.0".-> installed conf-libX11.1-> installed conf-libXft.1-> retrieved graphics.5.2.0 (https://opam.ocaml.org/cache)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> retrieved lablgtk.2.18.14 (https://opam.ocaml.org/cache)-> installed dune.3.20.2-> installed csexp.1.5.2-> installed camlp-streams.5.0.1-> installed dune-configurator.3.20.2-> installed graphics.5.2.0#=== ERROR while compiling conf-gnomecanvas.2 =================================## context 2.4.1 | linux/x86_64 | ocaml-base-compiler.4.14.2 | 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-a5ac52.env# output-file ~/.opam/log/conf-gnomecanvas-1-a5ac52.out-> installed ocamlfind.1.9.8<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>+- The following actions failed| - build conf-gnomecanvas 2+-+- The following changes have been performed (the rest was aborted)| - install camlp-streams 5.0.1| - install conf-gtk2 1| - install conf-libX11 1| - install conf-libXft 1| - install conf-pkg-config 4| - install csexp 1.5.2| - install dune 3.20.2| - install dune-configurator 3.20.2| - install graphics 5.2.0| - install ocamlfind 1.9.8+-The former state can be restored with:/usr/bin/opam switch import "/home/opam/.opam/4.14/.opam-switch/backup/state-20251018164631.export"# To update the current shell environment, run: eval $(opam env)"/usr/bin/env" "bash" "-c" "opam install $DEPS" failed with exit status 312025-10-18 16:48.05: Job failed: Failed: Build failed