2025-11-05 15:31.41: New job: test kit-ty-kate/waylaunch https://github.com/kit-ty-kate/waylaunch.git#refs/heads/master (b0ae9dbb4239a287101193b8ac6ae5c50fcb33a5) (linux-x86_64:opensuse-15.6-5.4_opam-2.4) Base: ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:1c982b8e935613488ca327cafdf3cbfc336773f6c28e0c189ba034de067dba97 Opam project build To reproduce locally: git clone --recursive "https://github.com/kit-ty-kate/waylaunch.git" -b "master" && cd "waylaunch" && git reset --hard b0ae9dbb cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:1c982b8e935613488ca327cafdf3cbfc336773f6c28e0c189ba034de067dba97 # opensuse-15.6-5.4_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.4 /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 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 || git fetch origin master) && git reset -q --hard 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 waylaunch.opam ./ RUN opam pin add -yn waylaunch.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 conf-cairo.1 conf-libwayland.1 conf-pango.1 conf-pkg-config.4 conf-wayland-protocols.1 conf-xkbcommon.1 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 fpath.0.7.3 logs.0.10.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 rresult.0.7.0 topkg.1.1.1" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.4 --depext-only -y waylaunch.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-11-05 15:31.41: Using cache hint "kit-ty-kate/waylaunch-ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:1c982b8e935613488ca327cafdf3cbfc336773f6c28e0c189ba034de067dba97-opensuse-15.6-5.4_opam-2.4-8ee4d9b3b606cd862c9484a37784b2a6" 2025-11-05 15:31.41: Using OBuilder spec: ((from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:1c982b8e935613488ca327cafdf3cbfc336773f6c28e0c189ba034de067dba97) (comment opensuse-15.6-5.4_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 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 || git fetch origin master) && git reset -q --hard 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src waylaunch.opam) (dst ./)) (run (network host) (shell "opam pin add -yn waylaunch.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 conf-cairo.1 conf-libwayland.1 conf-pango.1 conf-pkg-config.4 conf-wayland-protocols.1 conf-xkbcommon.1 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 fpath.0.7.3 logs.0.10.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 rresult.0.7.0 topkg.1.1.1") (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 waylaunch.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-11-05 15:31.41: Waiting for resource in pool OCluster 2025-11-05 22:12.06: Waiting for worker… 2025-11-05 22:14.33: Got resource from pool OCluster Building on asteria.caelum.ci.dev All commits already cached Submodule path 'bindings/bemenu': checked out '86f9efe273ac2e6ad61e1310df09b5cd7f68ccf1' HEAD is now at b0ae9db Mark waylaunch as only available on Linux Synchronizing submodule url for 'bindings/bemenu' Cleared directory 'bindings/bemenu' Submodule 'bemenu' (https://github.com/kit-ty-kate/bemenu) unregistered for path 'bindings/bemenu' Submodule 'bemenu' (https://github.com/kit-ty-kate/bemenu) registered for path 'bindings/bemenu' Submodule path 'bindings/bemenu': checked out '86f9efe273ac2e6ad61e1310df09b5cd7f68ccf1' (from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:1c982b8e935613488ca327cafdf3cbfc336773f6c28e0c189ba034de067dba97) 2025-11-05 22:14.35 ---> using "ae1cf7874d1348db516956c3b0f04d2e72f623ebde5436869fa3fbfc5bad9e6d" from cache /: (comment opensuse-15.6-5.4_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-11-05 22:14.35 ---> using "bcdc17b3ac77279cc0d22245f3d4882045d63fca79a0088cf9f8b9a4bdad354d" from cache /src: (run (shell "opam init --reinit -ni")) Configuring from /home/opam/.opamrc and then from built-in defaults. Checking for available remotes: rsync and local, git. - you won't be able to use mercurial repositories unless you install the hg command on your system. - you won't be able to use darcs repositories unless you install the darcs command on your system. This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [Y/n] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-11-05 22:14.35 ---> using "bb715596ca145bfa6cd68223417ee352ad0ffd2c5802210c32b1340ab12475ac" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-157-generic The OCaml toplevel, version 5.4.0 2.4.1 2025-11-05 22:14.35 ---> using "2ad2a6ec92abda11867bb601b151ab3e60260ae1cdefbdf9cbd2c57a5f276391" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-11-05 22:14.35 ---> using "666d928111f3644c7d7e3ce175c6d1dee44967a51cf2d50712c3e9353eaaccc6" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 || git fetch origin master) && git reset -q --hard 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 5bf570252b..70d1dfb3b8 master -> origin/master 70d1dfb3b8 Merge pull request #28838 from dbuenzli/b0-publish-logs.0.10.0 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-11-05 22:14.35 ---> using "0f2cc00d0053712ed0b3e92ba0e56130090599593257efead6ea039c06056a8c" from cache /src: (copy (src waylaunch.opam) (dst ./)) 2025-11-05 22:14.35 ---> saved as "c571e5087bc0efa8c5dd075a8cb90174e6d8e80c686f16bdd7f64df00ec42e7d" /src: (run (network host) (shell "opam pin add -yn waylaunch.dev './'")) [waylaunch.dev] synchronised (file:///src) waylaunch is now pinned to file:///src (version dev) 2025-11-05 22:14.36 ---> saved as "0be597fd9489c8b8ca845e313798295861acdf6d8618f0ba819c4f7cd2e21c6f" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-11-05 22:14.37 ---> saved as "1cc08057a76f499557d833f24537b8dcdf7b41abf060ececaa8b0c26775aec73" /src: (env DEPS "astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 conf-cairo.1 conf-libwayland.1 conf-pango.1 conf-pkg-config.4 conf-wayland-protocols.1 conf-xkbcommon.1 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 fpath.0.7.3 logs.0.10.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 rresult.0.7.0 topkg.1.1.1") /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 waylaunch.dev $DEPS")) + /usr/bin/sudo "zypper" "--non-interactive" "refresh" - Retrieving repository 'Update repository of openSUSE Backports' metadata [.. - Looking for gpg keys in repository Update repository of openSUSE Backports. - gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key - ... - ............ - ..done] - Building repository 'Update repository of openSUSE Backports' cache [....done] - Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [.. - Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15. - gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key - ...... - ......... - ...... - ........ - ........ - ......... - .......... - ........ - ......... - ....... - ......... - ....... - ........ - ........ - ........ - ...... - ........ - ........ - ......... - ......... - ......... - ........ - ......... - ......... - .......... - ........ - ......... - ......... - ......... - ........ - ....... - ........ - ....... - ....... - ....... - ....... - ........ - ........ - .......... - ......... - .......... - .......... - ......... - .......... - .......... - ......... - .......... - .......... - .......... - ......... - .......... - .......... - .......... - ........... - ..done] - Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [.. - ..done] - Retrieving repository 'Main Update Repository' metadata [.. - - Looking for gpg keys in repository Main Update Repository. - gpgkey=http://download.opensuse.org/update/leap/15.6/oss/repodata/repomd.xml.key - .........done] - Building repository 'Main Update Repository' cache [....done] - 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 ><><><><><><><><><><><><><><><><><><><><><><> [waylaunch.dev] synchronised (file:///src) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.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: cairo-devel libxkbcommon-devel pango-devel wayland-devel wayland-protocols-devel <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "zypper" "--non-interactive" "install" "cairo-devel" "libxkbcommon-devel" "pango-devel" "wayland-devel" "wayland-protocols-devel" - Loading repository data... - Reading installed packages... - Resolving package dependencies... - - The following 81 NEW packages are going to be installed: - cairo-devel fontconfig fontconfig-devel freetype2-devel fribidi-devel gio-branding-openSUSE girepository-1_0 glib2-devel glib2-tools graphite2-devel harfbuzz-devel libXext-devel libXext6 libXft-devel libXft2 libXrender-devel libXrender1 libblkid-devel libbrotli-devel libbrotlienc1 libbz2-devel libcairo-gobject2 libcairo-script-interpreter2 libcairo2 libdatrie-devel libdatrie1 libexpat-devel libffi-devel libfontconfig1 libfreetype6 libfribidi0 libgio-2_0-0 libgirepository-1_0-1 libgmodule-2_0-0 libgobject-2_0-0 libgraphite2-3 libgthread-2_0-0 libharfbuzz-cairo0 libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz-subset0 libharfbuzz0 libicu73_2 libicu73_2-devel libicu73_2-ledata liblzo2-2 libmount-devel 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 libwayland-client0 libwayland-cursor0 libwayland-egl1 libwayland-server0 libxkbcommon-devel libxkbcommon0 lzo-devel pango-devel pcre2-devel python3-base renderproto-devel shared-mime-info typelib-1_0-HarfBuzz-0_0 typelib-1_0-Pango-1_0 wayland-devel wayland-protocols-devel xextproto-devel xkeyboard-config - - 81 new packages to install. - - Package download size: 31.6 MiB - - Package install size change: - | 118.8 MiB required by packages that will be installed - 118.8 MiB | - 0 B released by packages that will be removed - - Backend: classic_rpmtrans - Continue? [y/n/v/...? shows all options] (y): y - Retrieving: libXext6-1.3.3-1.30.x86_64 (Main Repository) (1/81), 33.2 KiB - Retrieving: libXext6-1.3.3-1.30.x86_64.rpm [.done] - Retrieving: libXrender1-0.9.10-1.30.x86_64 (Main Repository) (2/81), 24.1 KiB - Retrieving: libXrender1-0.9.10-1.30.x86_64.rpm [.done] - Retrieving: libbz2-devel-1.0.8-150400.1.122.x86_64 (Main Repository) (3/81), 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) (4/81), 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) (5/81), 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) (6/81), 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) (7/81), 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) (8/81), 7.3 MiB - Retrieving: libicu73_2-ledata-73.2-150000.1.7.1.noarch.rpm [... - .....done (7.2 MiB/s)] - Retrieving: liblzo2-2-2.10-2.22.x86_64 (Main Repository) (9/81), 50.8 KiB - Retrieving: liblzo2-2-2.10-2.22.x86_64.rpm [.done] - Retrieving: libpcre2-16-0-10.42-150600.1.26.x86_64 (Main Repository) (10/81), 282.8 KiB - Retrieving: libpcre2-16-0-10.42-150600.1.26.x86_64.rpm [.done] - Retrieving: libpcre2-32-0-10.42-150600.1.26.x86_64 (Main Repository) (11/81), 269.6 KiB - Retrieving: libpcre2-32-0-10.42-150600.1.26.x86_64.rpm [.done] - Retrieving: libpcre2-posix3-10.42-150600.1.26.x86_64 (Main Repository) (12/81), 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) (13/81), 139.1 KiB - Retrieving: libpng16-16-1.6.40-150600.1.3.x86_64.rpm [.done] - Retrieving: libsepol-devel-3.5-150600.1.49.x86_64 (Main Repository) (14/81), 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) (15/81), 139.8 KiB - Retrieving: libthai-data-0.1.29-150400.1.4.x86_64.rpm [.done] - Retrieving: libwayland-client0-1.22.0-150600.1.6.x86_64 (Main Repository) (16/81), 39.7 KiB - Retrieving: libwayland-client0-1.22.0-150600.1.6.x86_64.rpm [.done] - Retrieving: libwayland-egl1-99~1.22.0-150600.1.6.x86_64 (Main Repository) (17/81), 18.6 KiB - Retrieving: libwayland-egl1-99~1.22.0-150600.1.6.x86_64.rpm [.done] - Retrieving: libwayland-server0-1.22.0-150600.1.6.x86_64 (Main Repository) (18/81), 45.4 KiB - Retrieving: libwayland-server0-1.22.0-150600.1.6.x86_64.rpm [. - done] - Retrieving: renderproto-devel-0.11.1-1.22.x86_64 (Main Repository) (19/81), 22.9 KiB - Retrieving: renderproto-devel-0.11.1-1.22.x86_64.rpm [.done] - Retrieving: xextproto-devel-7.3.0-1.22.x86_64 (Main Repository) (20/81), 114.5 KiB - Retrieving: xextproto-devel-7.3.0-1.22.x86_64.rpm [.done] - Retrieving: xkeyboard-config-2.40-150600.1.2.noarch (Main Repository) (21/81), 430.9 KiB - Retrieving: xkeyboard-config-2.40-150600.1.2.noarch.rpm [..done (427.2 KiB/s)] - Retrieving: libdatrie-devel-0.2.9-1.25.x86_64 (Main Repository) (22/81), 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) (23/81), 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) (24/81), 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) (25/81), 1.8 MiB - Retrieving: libicu73_2-73.2-150000.1.7.1.x86_64.rpm [..done (584.9 KiB/s)] - Retrieving: lzo-devel-2.10-2.22.x86_64 (Main Repository) (26/81), 55.7 KiB - Retrieving: lzo-devel-2.10-2.22.x86_64.rpm [.done] - Retrieving: pcre2-devel-10.42-150600.1.26.x86_64 (Main Repository) (27/81), 275.7 KiB - Retrieving: pcre2-devel-10.42-150600.1.26.x86_64.rpm [.done] - Retrieving: libpng16-devel-1.6.40-150600.1.3.x86_64 (Main Repository) (28/81), 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) (29/81), 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) (30/81), 23.1 KiB - Retrieving: libthai0-0.1.29-150400.1.4.x86_64.rpm [.done] - Retrieving: libwayland-cursor0-1.22.0-150600.1.6.x86_64 (Main Repository) (31/81), 24.5 KiB - Retrieving: libwayland-cursor0-1.22.0-150600.1.6.x86_64.rpm [.done] - Retrieving: libXrender-devel-0.9.10-1.30.x86_64 (Main Repository) (32/81), 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) (33/81), 96.9 KiB - Retrieving: libXext-devel-1.3.3-1.30.x86_64.rpm [.done] - Retrieving: libicu73_2-devel-73.2-150000.1.7.1.x86_64 (Main Repository) (34/81), 702.5 KiB - Retrieving: libicu73_2-devel-73.2-150000.1.7.1.x86_64.rpm [.done] - Retrieving: libthai-devel-0.1.29-150400.1.4.x86_64 (Main Repository) (35/81), 20.2 KiB - Retrieving: libthai-devel-0.1.29-150400.1.4.x86_64.rpm [.done] - Retrieving: wayland-devel-1.22.0-150600.1.6.x86_64 (Main Repository) (36/81), 104.5 KiB - Retrieving: wayland-devel-1.22.0-150600.1.6.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) (37/81), 69.0 KiB - Retrieving: libblkid-devel-2.39.3-150600.4.12.2.x86_64.rpm [.done] - Retrieving: libbrotlienc1-1.0.7-150200.3.5.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (38/81), 203.4 KiB - Retrieving: libbrotlienc1-1.0.7-150200.3.5.1.x86_64.rpm [.done] - Retrieving: libexpat-devel-2.7.1-150400.3.31.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (39/81), 65.6 KiB - Retrieving: libexpat-devel-2.7.1-150400.3.31.1.x86_64.rpm [.done] - Retrieving: libgmodule-2_0-0-2.78.6-150600.4.16.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (40/81), 147.2 KiB - Retrieving: libgmodule-2_0-0-2.78.6-150600.4.16.1.x86_64.rpm [.done] - Retrieving: libgobject-2_0-0-2.78.6-150600.4.16.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (41/81), 278.4 KiB - Retrieving: libgobject-2_0-0-2.78.6-150600.4.16.1.x86_64.rpm [.done] - Retrieving: libgthread-2_0-0-2.78.6-150600.4.16.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (42/81), 143.7 KiB - Retrieving: libgthread-2_0-0-2.78.6-150600.4.16.1.x86_64.rpm [..done (19.3 KiB/s)] - Retrieving: libopenssl1_1-1.1.1w-150600.5.18.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (43/81), 1.4 MiB - Retrieving: libopenssl1_1-1.1.1w-150600.5.18.1.x86_64.rpm [. - ...done (1.3 MiB/s)] - Retrieving: libpixman-1-0-0.43.4-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (44/81), 172.0 KiB - Retrieving: libpixman-1-0-0.43.4-150600.3.3.1.x86_64.rpm [.done] - Retrieving: shared-mime-info-2.4-150600.3.3.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (45/81), 336.6 KiB - Retrieving: shared-mime-info-2.4-150600.3.3.2.x86_64.rpm [.done] - Retrieving: wayland-protocols-devel-1.36-150600.4.3.1.noarch (Update repository with updates from SUSE Linux Enterprise 15) (46/81), 120.5 KiB - Retrieving: wayland-protocols-devel-1.36-150600.4.3.1.noarch.rpm [.done] - Retrieving: libfreetype6-2.10.4-150000.4.22.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (47/81), 447.0 KiB - Retrieving: libfreetype6-2.10.4-150000.4.22.1.x86_64.rpm [..done (20.7 KiB/s)] - Retrieving: libxkbcommon0-1.5.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (48/81), 119.2 KiB - Retrieving: libxkbcommon0-1.5.0-150600.3.3.1.x86_64.rpm [..done (13.7 KiB/s)] - Retrieving: libselinux-devel-3.5-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (49/81), 120.3 KiB - Retrieving: libselinux-devel-3.5-150600.3.3.1.x86_64.rpm [.done] - Retrieving: libbrotli-devel-1.0.7-150200.3.5.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (50/81), 32.2 KiB - Retrieving: libbrotli-devel-1.0.7-150200.3.5.1.x86_64.rpm [.done] - Retrieving: python3-base-3.6.15-150300.10.97.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (51/81), 7.8 MiB - Retrieving: python3-base-3.6.15-150300.10.97.1.x86_64.rpm [..........done (7.8 MiB/s)] - Retrieving: libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (52/81), 1.2 MiB - Retrieving: libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64.rpm [. - .done (694.2 KiB/s)] - Retrieving: libpixman-1-0-devel-0.43.4-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (53/81), 20.1 KiB - Retrieving: libpixman-1-0-devel-0.43.4-150600.3.3.1.x86_64.rpm [.done] - Retrieving: libxkbcommon-devel-1.5.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (54/81), 77.3 KiB - Retrieving: libxkbcommon-devel-1.5.0-150600.3.3.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) (55/81), 69.9 KiB - Retrieving: libmount-devel-2.39.3-150600.4.12.2.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) (56/81), 942.5 KiB - Retrieving: freetype2-devel-2.10.4-150000.4.22.1.x86_64.rpm [..done (836.5 KiB/s)] - Retrieving: gio-branding-openSUSE-42.1-lp156.9.2.2.noarch (Main Update Repository) (57/81), 19.6 KiB - Retrieving: gio-branding-openSUSE-42.1-lp156.9.2.2.noarch.rpm [.done] - Retrieving: libharfbuzz0-8.3.0-150600.1.3.x86_64 (Main Repository) (58/81), 588.0 KiB - Retrieving: libharfbuzz0-8.3.0-150600.1.3.x86_64.rpm [.done] - Retrieving: fontconfig-2.14.2-150600.1.3.x86_64 (Main Repository) (59/81), 81.4 KiB - Retrieving: fontconfig-2.14.2-150600.1.3.x86_64.rpm [.done] - Retrieving: libfontconfig1-2.14.2-150600.1.3.x86_64 (Main Repository) (60/81), 126.4 KiB - Retrieving: libfontconfig1-2.14.2-150600.1.3.x86_64.rpm [.done] - Retrieving: libharfbuzz-subset0-8.3.0-150600.1.3.x86_64 (Main Repository) (61/81), 521.0 KiB - Retrieving: libharfbuzz-subset0-8.3.0-150600.1.3.x86_64.rpm [..done (253.6 KiB/s)] - Retrieving: libharfbuzz-icu0-8.3.0-150600.1.3.x86_64 (Main Repository) (62/81), 59.5 KiB - Retrieving: libharfbuzz-icu0-8.3.0-150600.1.3.x86_64.rpm [. - .done (59.5 KiB/s)] - Retrieving: libharfbuzz-gobject0-8.3.0-150600.1.3.x86_64 (Main Repository) (63/81), 76.1 KiB - Retrieving: libharfbuzz-gobject0-8.3.0-150600.1.3.x86_64.rpm [.done] - Retrieving: libXft2-2.3.2-1.33.x86_64 (Main Repository) (64/81), 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) (65/81), 23.0 KiB - Retrieving: fontconfig-devel-2.14.2-150600.1.3.x86_64.rpm [.done] - Retrieving: libXft-devel-2.3.2-1.33.x86_64 (Main Repository) (66/81), 19.2 KiB - Retrieving: libXft-devel-2.3.2-1.33.x86_64.rpm [.done] - Retrieving: libgio-2_0-0-2.78.6-150600.4.16.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (67/81), 739.8 KiB - Retrieving: libgio-2_0-0-2.78.6-150600.4.16.1.x86_64.rpm [..done (660.8 KiB/s)] - Retrieving: glib2-tools-2.78.6-150600.4.16.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (68/81), 245.8 KiB - Retrieving: glib2-tools-2.78.6-150600.4.16.1.x86_64.rpm [.done] - Retrieving: libcairo2-1.18.4-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (69/81), 534.1 KiB - Retrieving: libcairo2-1.18.4-150600.3.3.1.x86_64.rpm [.done] - Retrieving: glib2-devel-2.78.6-150600.4.16.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (70/81), 584.2 KiB - Retrieving: glib2-devel-2.78.6-150600.4.16.1.x86_64.rpm [..done (518.5 KiB/s)] - Retrieving: libcairo-script-interpreter2-1.18.4-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (71/81), 81.5 KiB - Retrieving: libcairo-script-interpreter2-1.18.4-150600.3.3.1.x86_64.rpm [.done] - Retrieving: libcairo-gobject2-1.18.4-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (72/81), 44.9 KiB - Retrieving: libcairo-gobject2-1.18.4-150600.3.3.1.x86_64.rpm [.done] - Retrieving: cairo-devel-1.18.4-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (73/81), 302.4 KiB - Retrieving: cairo-devel-1.18.4-150600.3.3.1.x86_64.rpm [.done] - Retrieving: girepository-1_0-1.78.1-150600.2.3.x86_64 (Main Repository) (74/81), 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) (75/81), 122.2 KiB - Retrieving: libgirepository-1_0-1-1.78.1-150600.2.3.x86_64.rpm [. - done] - Retrieving: libpango-1_0-0-1.51.1-150600.1.3.x86_64 (Main Repository) (76/81), 277.7 KiB - Retrieving: libpango-1_0-0-1.51.1-150600.1.3.x86_64.rpm [.done] - Retrieving: libharfbuzz-cairo0-8.3.0-150600.1.3.x86_64 (Main Repository) (77/81), 91.9 KiB - Retrieving: libharfbuzz-cairo0-8.3.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) (78/81), 85.5 KiB - Retrieving: typelib-1_0-HarfBuzz-0_0-8.3.0-150600.1.3.x86_64.rpm [.done] - Retrieving: typelib-1_0-Pango-1_0-1.51.1-150600.1.3.x86_64 (Main Repository) (79/81), 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) (80/81), 199.8 KiB - Retrieving: harfbuzz-devel-8.3.0-150600.1.3.x86_64.rpm [.done] - Retrieving: pango-devel-1.51.1-150600.1.3.x86_64 (Main Repository) (81/81), 180.1 KiB - Retrieving: pango-devel-1.51.1-150600.1.3.x86_64.rpm [.done] - - Checking for file conflicts: [...done] - ( 1/81) Installing: libXext6-1.3.3-1.30.x86_64 [..done] - ( 2/81) Installing: libXrender1-0.9.10-1.30.x86_64 [..done] - ( 3/81) Installing: libbz2-devel-1.0.8-150400.1.122.x86_64 [..done] - ( 4/81) Installing: libdatrie1-0.2.9-1.25.x86_64 [..done] - ( 5/81) Installing: libffi-devel-3.2.1.git259-10.8.x86_64 [..done] - ( 6/81) Installing: libfribidi0-1.0.10-150400.3.3.1.x86_64 [..done] - ( 7/81) Installing: libgraphite2-3-1.3.14-150600.1.5.x86_64 [..done] - ( 8/81) Installing: libicu73_2-ledata-73.2-150000.1.7.1.noarch [.. - ......done] - ( 9/81) Installing: liblzo2-2-2.10-2.22.x86_64 [..done] - (10/81) Installing: libpcre2-16-0-10.42-150600.1.26.x86_64 [..done] - (11/81) Installing: libpcre2-32-0-10.42-150600.1.26.x86_64 [..done] - (12/81) Installing: libpcre2-posix3-10.42-150600.1.26.x86_64 [..done] - (13/81) Installing: libpng16-16-1.6.40-150600.1.3.x86_64 [..done] - (14/81) Installing: libsepol-devel-3.5-150600.1.49.x86_64 [..done] - (15/81) Installing: libthai-data-0.1.29-150400.1.4.x86_64 [..done] - (16/81) Installing: libwayland-client0-1.22.0-150600.1.6.x86_64 [.. - done] - (17/81) Installing: libwayland-egl1-99~1.22.0-150600.1.6.x86_64 [..done] - (18/81) Installing: libwayland-server0-1.22.0-150600.1.6.x86_64 [..done] - (19/81) Installing: renderproto-devel-0.11.1-1.22.x86_64 [..done] - (20/81) Installing: xextproto-devel-7.3.0-1.22.x86_64 [..done] - (21/81) Installing: xkeyboard-config-2.40-150600.1.2.noarch [..done] - (22/81) Installing: libdatrie-devel-0.2.9-1.25.x86_64 [..done] - (23/81) Installing: fribidi-devel-1.0.10-150400.3.3.1.x86_64 [..done] - (24/81) Installing: graphite2-devel-1.3.14-150600.1.5.x86_64 [..done] - (25/81) Installing: libicu73_2-73.2-150000.1.7.1.x86_64 [...done] - (26/81) Installing: lzo-devel-2.10-2.22.x86_64 [..done] - (27/81) Installing: pcre2-devel-10.42-150600.1.26.x86_64 [..done] - (28/81) Installing: libpng16-devel-1.6.40-150600.1.3.x86_64 [..done] - (29/81) Installing: libpng16-compat-devel-1.6.40-150600.1.3.x86_64 [..done] - (30/81) Installing: libthai0-0.1.29-150400.1.4.x86_64 [..done] - (31/81) Installing: libwayland-cursor0-1.22.0-150600.1.6.x86_64 [..done] - (32/81) Installing: libXrender-devel-0.9.10-1.30.x86_64 [..done] - (33/81) Installing: libXext-devel-1.3.3-1.30.x86_64 [..done] - (34/81) Installing: libicu73_2-devel-73.2-150000.1.7.1.x86_64 [.. - done] - (35/81) Installing: libthai-devel-0.1.29-150400.1.4.x86_64 [..done] - (36/81) Installing: wayland-devel-1.22.0-150600.1.6.x86_64 [..done] - (37/81) Installing: libblkid-devel-2.39.3-150600.4.12.2.x86_64 [..done] - (38/81) Installing: libbrotlienc1-1.0.7-150200.3.5.1.x86_64 [..done] - (39/81) Installing: libexpat-devel-2.7.1-150400.3.31.1.x86_64 [..done] - (40/81) Installing: libgmodule-2_0-0-2.78.6-150600.4.16.1.x86_64 [..done] - (41/81) Installing: libgobject-2_0-0-2.78.6-150600.4.16.1.x86_64 [..done] - (42/81) Installing: libgthread-2_0-0-2.78.6-150600.4.16.1.x86_64 [..done] - (43/81) Installing: libopenssl1_1-1.1.1w-150600.5.18.1.x86_64 [...done] - (44/81) Installing: libpixman-1-0-0.43.4-150600.3.3.1.x86_64 [..done] - (45/81) Installing: shared-mime-info-2.4-150600.3.3.2.x86_64 [.. - done] - (46/81) Installing: wayland-protocols-devel-1.36-150600.4.3.1.noarch [..done] - (47/81) Installing: libfreetype6-2.10.4-150000.4.22.1.x86_64 [..done] - (48/81) Installing: libxkbcommon0-1.5.0-150600.3.3.1.x86_64 [..done] - (49/81) Installing: libselinux-devel-3.5-150600.3.3.1.x86_64 [..done] - (50/81) Installing: libbrotli-devel-1.0.7-150200.3.5.1.x86_64 [..done] - (51/81) Installing: python3-base-3.6.15-150300.10.97.1.x86_64 [...... - ...done] - (52/81) Installing: libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 [..done] - (53/81) Installing: libpixman-1-0-devel-0.43.4-150600.3.3.1.x86_64 [..done] - (54/81) Installing: libxkbcommon-devel-1.5.0-150600.3.3.1.x86_64 [..done] - (55/81) Installing: libmount-devel-2.39.3-150600.4.12.2.x86_64 [..done] - (56/81) Installing: freetype2-devel-2.10.4-150000.4.22.1.x86_64 [..done] - (57/81) Installing: gio-branding-openSUSE-42.1-lp156.9.2.2.noarch [..done] - (58/81) Installing: libharfbuzz0-8.3.0-150600.1.3.x86_64 [..done] - (59/81) Installing: fontconfig-2.14.2-150600.1.3.x86_64 [..done] - (60/81) Installing: libfontconfig1-2.14.2-150600.1.3.x86_64 [..done] - (61/81) Installing: libharfbuzz-subset0-8.3.0-150600.1.3.x86_64 [..done] - (62/81) Installing: libharfbuzz-icu0-8.3.0-150600.1.3.x86_64 [..done] - (63/81) Installing: libharfbuzz-gobject0-8.3.0-150600.1.3.x86_64 [. - .done] - (64/81) Installing: libXft2-2.3.2-1.33.x86_64 [..done] - (65/81) Installing: fontconfig-devel-2.14.2-150600.1.3.x86_64 [..done] - (66/81) Installing: libXft-devel-2.3.2-1.33.x86_64 [..done] - (67/81) Installing: libgio-2_0-0-2.78.6-150600.4.16.1.x86_64 [..done] - (68/81) Installing: glib2-tools-2.78.6-150600.4.16.1.x86_64 [.. - No schema files found: doing nothing. - done] - (69/81) Installing: libcairo2-1.18.4-150600.3.3.1.x86_64 [..done] - (70/81) Installing: glib2-devel-2.78.6-150600.4.16.1.x86_64 [.. - No schema files found: doing nothing. - done] - (71/81) Installing: libcairo-script-interpreter2-1.18.4-150600.3.3.1.x86_64 [..done] - (72/81) Installing: libcairo-gobject2-1.18.4-150600.3.3.1.x86_64 [..done] - (73/81) Installing: cairo-devel-1.18.4-150600.3.3.1.x86_64 [..done] - (74/81) Installing: girepository-1_0-1.78.1-150600.2.3.x86_64 [..done] - (75/81) Installing: libgirepository-1_0-1-1.78.1-150600.2.3.x86_64 [..done] - (76/81) Installing: libpango-1_0-0-1.51.1-150600.1.3.x86_64 [..done] - (77/81) Installing: libharfbuzz-cairo0-8.3.0-150600.1.3.x86_64 [..done] - (78/81) Installing: typelib-1_0-HarfBuzz-0_0-8.3.0-150600.1.3.x86_64 [..done] - (79/81) Installing: typelib-1_0-Pango-1_0-1.51.1-150600.1.3.x86_64 [..done] - (80/81) Installing: harfbuzz-devel-8.3.0-150600.1.3.x86_64 [.. - done] - (81/81) Installing: pango-devel-1.51.1-150600.1.3.x86_64 [..done] 2025-11-05 22:16.15 ---> saved as "92db178b6c2d140ec4c112e3f27eb993189717521176bbad58c6577560e40237" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.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 18 packages - install astring 0.8.5 - install bos 0.2.1 - install conf-cairo 1 - install conf-libwayland 1 - install conf-pango 1 - install conf-pkg-config 4 - install conf-wayland-protocols 1 - install conf-xkbcommon 1 - install csexp 1.5.2 - install dune 3.20.2 - install dune-configurator 3.20.2 - install fmt 0.11.0 - install fpath 0.7.3 - install logs 0.10.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install rresult 0.7.0 - install topkg 1.1.1 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved astring.0.8.5 (cached) -> retrieved bos.0.2.1 (cached) -> retrieved csexp.1.5.2 (cached) -> installed conf-pkg-config.4 -> installed conf-cairo.1 -> retrieved fmt.0.11.0 (cached) -> retrieved fpath.0.7.3 (cached) -> installed conf-pango.1 -> installed conf-wayland-protocols.1 -> installed conf-xkbcommon.1 -> retrieved logs.0.10.0 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> installed conf-libwayland.1 -> retrieved ocamlfind.1.9.8 (cached) -> retrieved rresult.0.7.0 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached) -> installed ocamlbuild.0.16.1 -> installed ocamlfind.1.9.8 -> installed topkg.1.1.1 -> installed rresult.0.7.0 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed logs.0.10.0 -> installed fpath.0.7.3 -> installed bos.0.2.1 -> installed dune.3.20.2 -> installed csexp.1.5.2 -> installed dune-configurator.3.20.2 Done. # To update the current shell environment, run: eval $(opam env) 2025-11-05 22:16.47 ---> saved as "c7e7e87fd206364f5af6639d588b972ef918c742129bd4648c8f4114d7ef4d9b" /src: (copy (src .) (dst /src)) 2025-11-05 22:16.47 ---> saved as "2eab25ae2b39a1d4076618ed5b41d3ed91c2e90621f8e3ab3064357e5bc9c380" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2025-11-05 22:16.49 ---> saved as "9e39cf8eafed424c1ddd79252c319e6fbde9f24d81ad6e358b230c87a6d7034f" Job succeeded 2025-11-05 22:16.49: Job succeeded