Organisationskit-ty-katewaylaunchb0ae9d (master)opensuse-16.0-5.4_opam-2.4

opensuse-16.0-5.4_opam-2.4

Logs

Show full logs
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-16.0-5.4_opam-2.4)
Base: ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:152e9225236133ca641e5c201a34bb0067d71d56129bae5ed6825a7a14e58214
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-16.0-ocaml-5.4@sha256:152e9225236133ca641e5c201a34bb0067d71d56129bae5ed6825a7a14e58214
# opensuse-16.0-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-16.0-ocaml-5.4@sha256:152e9225236133ca641e5c201a34bb0067d71d56129bae5ed6825a7a14e58214-opensuse-16.0-5.4_opam-2.4-8ee4d9b3b606cd862c9484a37784b2a6"
2025-11-05 15:31.41: Using OBuilder spec:
((from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:152e9225236133ca641e5c201a34bb0067d71d56129bae5ed6825a7a14e58214)
 (comment opensuse-16.0-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.32: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
Submodule path 'bindings/bemenu': checked out '86f9efe273ac2e6ad61e1310df09b5cd7f68ccf1'
HEAD is now at b0ae9db Mark waylaunch as only available on Linux
Synchronising 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-16.0-ocaml-5.4@sha256:152e9225236133ca641e5c201a34bb0067d71d56129bae5ed6825a7a14e58214)
2025-11-05 22:14.33 ---> using "9d38683995b9bb49551e843deb9716f7bd1ad3adb6587b4c40a8eb60aa1ab60e" from cache

/: (comment opensuse-16.0-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.33 ---> using "b3542340bd2208c71fce428a3b3aa6b53a9668c8954e1b3dd81f34bc5f6d6592" 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
[NOTE] The 'jobs' option was reset, its value was 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=255 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-11-05 22:14.33 ---> using "728b7687b472e18330a8de64e1a078a94e50e387650658e9409b2e7e5d7cfcbf" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-85-generic
The OCaml toplevel, version 5.4.0
2.4.1
2025-11-05 22:14.33 ---> using "ae51319793515b3f645d0ff01305101e669c757eda759a7d4d52d1d1b67822ec" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-11-05 22:14.33 ---> using "4971281788d5cc39160451ff2c958f77dbad879e7922f999083697cdc5e25710" 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
   1abfcdbf14..21f97b2e6d  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.33 ---> using "2074702d1609090473352352529274059dff32d72bdfd3d6262e3d2b2da65885" from cache

/src: (copy (src waylaunch.opam) (dst ./))
2025-11-05 22:14.34 ---> saved as "599e0b05bed85cb725dce00956152155177a7a9526a73026d505850540aec8af"

/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 "9acb273db14dc14966c71940ddc90316c3919630697c914713716d4ad7f1e920"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-11-05 22:14.37 ---> saved as "8ca3ad8fbb483956f2b188753ae0ce1d43b6456d1c9a3a1d329f4f79f1cde8ba"

/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"
- Repository 'repo-openh264 (16.0)' is up to date.
- Retrieving repository 'repo-oss (16.0)' metadata [..
- Looking for gpg keys in repository repo-oss (16.0).
-   gpgkey=http://cdn.opensuse.org/distribution/leap/16.0/repo/oss/x86_64/repodata/repomd.xml.key
- ..
- 
- Note: Received 1 new package signing key from repository "repo-oss (16.0)":
- 
-   Those additional keys are usually used to sign packages shipped by the repository. In order to
-   validate those packages upon download and installation the new keys will be imported into the rpm
-   database.
- 
-   New:
-   Key Fingerprint:  F044 C2C5 07A1 262B 538A AADD 8A49 EB03 25DB 7AE0
-   Key Name:         openSUSE:Backports OBS Project <openSUSE:Backports@build.opensuse.org>
-   Key Algorithm:    RSA 4096
-   Key Created:      Wed May 10 14:46:12 2023
-   Key Expires:      Sun May  9 14:46:12 2027
-   Rpm Name:         gpg-pubkey-25db7ae0-645bae34
- 
-   The repository metadata introducing the new keys have been signed and validated by the trusted
-   key:
- 
-   Repository:       repo-oss (16.0)
-   Key Fingerprint:  AD48 5664 E901 B867 051A B15F 35A2 F86E 29B7 00A4
-   Key Name:         openSUSE Project Signing Key <opensuse@opensuse.org>
-   Key Algorithm:    RSA 4096
-   Key Created:      Mon Jun 20 14:03:14 2022
-   Key Expires:      Fri Jun 19 14:03:14 2026
-   Rpm Name:         gpg-pubkey-29b700a4-62b07e22
- 
- .
- .........
- ..........
- ......done]
- Building repository 'repo-oss (16.0)' cache [..
- ..done]
- 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"
- Refreshing service 'openSUSE'.
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- 
- The following 89 NEW packages are going to be installed:
-   cairo-devel dbus-1-daemon 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 libeconf-devel libelf1 libexpat-devel libffi-devel libfontconfig1 libfreetype6 libfribidi0 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 libharfbuzz-cairo0 libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz-subset0 libharfbuzz0 libicu-devel libicu77 libicu77-ledata 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 libwayland-client0 libwayland-cursor0 libwayland-egl1 libwayland-server0 libxkbcommon-devel libxkbcommon0 lzo-devel pango-devel pcre2-devel python313-base shared-mime-info 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-Gio-2_0 typelib-1_0-HarfBuzz-0_0 typelib-1_0-Pango-1_0 wayland-devel wayland-protocols-devel xkeyboard-config
- 
- 89 new packages to install.
- 
- Package download size:    40.1 MiB
- 
- Package install size change:
-               |     140.3 MiB  required by packages that will be installed
-    140.3 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: libfontconfig1-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: libicu-devel-77.1-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: typelib-1_0-GLibUnix-2_0-2.84.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: fontconfig-2.16.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libgio-2_0-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: typelib-1_0-GObject-2_0-2.84.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: gio-branding-openSUSE-42.1-lp160.3.1.noarch.rpm [done]
- .
- Preloading: libxkbcommon0-1.8.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libwayland-cursor0-1.24.0-160000.1.2.x86_64.rpm [done]
- .
- Preloading: libpng16-compat-devel-1.6.44-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libthai0-0.1.29-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libpixman-1-0-devel-0.43.4-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libpng16-devel-1.6.44-160000.2.2.x86_64.rpm [done]
- .
- Preloading: freetype2-devel-2.13.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libfreetype6-2.13.3-160000.2.2.x86_64.rpm [done]
- .
- 
- Preloading: glib2-tools-2.84.3-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libpython3_13-1_0-3.13.5-160000.2.2.x86_64.rpm [done]
- .
- Preloading: harfbuzz-devel-11.0.0-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: glib2-devel-2.84.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libXft-devel-2.3.8-160000.2.2.x86_64.rpm [done]
- .
- Preloading: cairo-devel-1.18.4-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libcairo-gobject2-1.18.4-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libcairo-script-interpreter2-1.18.4-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libpango-1_0-0-1.56.4-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libharfbuzz-cairo0-11.0.0-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: lzo-devel-2.10-160000.3.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: 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: libcairo2-1.18.4-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libmount-devel-2.41.1-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libharfbuzz-subset0-11.0.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libxkbcommon-devel-1.8.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-Gio-2_0-2.84.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: wayland-devel-1.24.0-160000.1.2.x86_64.rpm [done]
- .
- Preloading: libpixman-1-0-0.43.4-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libgmodule-2_0-0-2.84.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libpcre2-posix3-10.45-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libpcre2-32-0-10.45-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libmpdec4-4.0.1-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libpcre2-16-0-10.45-160000.2.2.x86_64.rpm [done]
- .
- Preloading: liblzo2-2-2.10-160000.3.2.x86_64.rpm [done]
- .
- Preloading: python313-base-3.13.5-160000.2.2.x86_64.rpm [done]
- .
- Preloading: pcre2-devel-10.45-160000.2.2.x86_64.rpm [done]
- .
- Preloading: pango-devel-1.56.4-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libgraphite2-3-1.3.14-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libgthread-2_0-0-2.84.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libffi-devel-3.4.6-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: libelf1-0.192-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libeconf-devel-0.7.9-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: libdatrie1-0.2.13-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libbz2-devel-1.0.8-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libXrender1-0.9.11-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libXext6-1.3.6-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libXrender-devel-0.9.11-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: libbrotlienc1-1.1.0-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: libicu77-77.1-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libgirepository-2_0-0-2.84.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libblkid-devel-2.41.1-160000.2.2.x86_64.rpm [done]
- .
- Preloading: fribidi-devel-1.0.15-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libbrotli-devel-1.1.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libXext-devel-1.3.6-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libdatrie-devel-0.2.13-160000.3.2.x86_64.rpm [done]
- .
- Preloading: xkeyboard-config-2.44-160000.2.2.noarch.rpm [done]
- .
- Preloading: dbus-1-daemon-1.14.10-160000.2.2.x86_64.rpm [done]
- .
- Preloading: wayland-protocols-devel-1.45-160000.1.2.noarch.rpm [done]
- .
- Preloading: libwayland-server0-1.24.0-160000.1.2.x86_64.rpm [done]
- .
- Preloading: libwayland-client0-1.24.0-160000.1.2.x86_64.rpm [done]
- .
- Preloading: libwayland-egl1-1.24.0-160000.1.2.x86_64.rpm [done]
- .
- Preloading: shared-mime-info-2.4-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libsepol-devel-3.8.1-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libthai-data-0.1.29-160000.3.2.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-GIRepository-3_0-2.84.3-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/89), 244.9 KiB    
- Retrieving: libXext6-1.3.6-160000.3.2.x86_64 (repo-oss (16.0)) (2/89),  37.3 KiB    
- Retrieving: libXrender1-0.9.11-160000.2.2.x86_64 (repo-oss (16.0)) (3/89),  27.5 KiB    
- Retrieving: libbrotlienc1-1.1.0-160000.2.2.x86_64 (repo-oss (16.0)) (4/89), 263.6 KiB    
- Retrieving: libbz2-devel-1.0.8-160000.2.2.x86_64 (repo-oss (16.0)) (5/89),  24.5 KiB    
- Retrieving: libdatrie1-0.2.13-160000.3.2.x86_64 (repo-oss (16.0)) (6/89),  50.6 KiB    
- Retrieving: libeconf-devel-0.7.9-160000.2.2.x86_64 (repo-oss (16.0)) (7/89),  45.8 KiB    
- Retrieving: libelf1-0.192-160000.2.2.x86_64 (repo-oss (16.0)) (8/89),  94.7 KiB    
- Retrieving: libexpat-devel-2.7.1-160000.2.2.x86_64 (repo-oss (16.0)) (9/89),  72.0 KiB    
- Retrieving: libffi-devel-3.4.6-160000.2.2.x86_64 (repo-oss (16.0)) (10/89),  30.8 KiB    
- Retrieving: libfribidi0-1.0.15-160000.2.2.x86_64 (repo-oss (16.0)) (11/89),  42.8 KiB    
- Retrieving: libgmodule-2_0-0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (12/89), 316.7 KiB    
- Retrieving: libgobject-2_0-0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (13/89), 447.7 KiB    
- Retrieving: libgraphite2-3-1.3.14-160000.2.2.x86_64 (repo-oss (16.0)) (14/89),  71.9 KiB    
- Retrieving: libgthread-2_0-0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (15/89), 312.7 KiB    
- Retrieving: libicu77-ledata-77.1-160000.2.2.noarch (repo-oss (16.0)) (16/89),   8.6 MiB    
- Retrieving: liblzo2-2-2.10-160000.3.2.x86_64 (repo-oss (16.0)) (17/89),  62.1 KiB    
- Retrieving: libmpdec4-4.0.1-160000.2.2.x86_64 (repo-oss (16.0)) (18/89),  85.2 KiB    
- Retrieving: libpcre2-16-0-10.45-160000.2.2.x86_64 (repo-oss (16.0)) (19/89), 309.1 KiB    
- Retrieving: libpcre2-32-0-10.45-160000.2.2.x86_64 (repo-oss (16.0)) (20/89), 292.1 KiB    
- Retrieving: libpcre2-posix3-10.45-160000.2.2.x86_64 (repo-oss (16.0)) (21/89),  66.6 KiB    
- Retrieving: libpixman-1-0-0.43.4-160000.2.2.x86_64 (repo-oss (16.0)) (22/89), 210.0 KiB    
- Retrieving: libpng16-16-1.6.44-160000.2.2.x86_64 (repo-oss (16.0)) (23/89), 185.0 KiB    
- Retrieving: libsepol-devel-3.8.1-160000.2.2.x86_64 (repo-oss (16.0)) (24/89),  51.4 KiB    
- Retrieving: libthai-data-0.1.29-160000.3.2.x86_64 (repo-oss (16.0)) (25/89), 158.7 KiB    
- Retrieving: libwayland-client0-1.24.0-160000.1.2.x86_64 (repo-oss (16.0)) (26/89),  47.8 KiB    
- Retrieving: libwayland-egl1-1.24.0-160000.1.2.x86_64 (repo-oss (16.0)) (27/89),  24.2 KiB    
- Retrieving: libwayland-server0-1.24.0-160000.1.2.x86_64 (repo-oss (16.0)) (28/89),  54.2 KiB    
- Retrieving: shared-mime-info-2.4-160000.2.2.x86_64 (repo-oss (16.0)) (29/89), 347.4 KiB    
- Retrieving: typelib-1_0-GIRepository-3_0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (30/89), 308.7 KiB    
- Retrieving: wayland-protocols-devel-1.45-160000.1.2.noarch (repo-oss (16.0)) (31/89), 175.0 KiB    
- Retrieving: xkeyboard-config-2.44-160000.2.2.noarch (repo-oss (16.0)) (32/89), 455.5 KiB    
- Retrieving: libXext-devel-1.3.6-160000.3.2.x86_64 (repo-oss (16.0)) (33/89),  98.5 KiB    
- Retrieving: libXrender-devel-0.9.11-160000.2.2.x86_64 (repo-oss (16.0)) (34/89),  22.3 KiB    
- Retrieving: libbrotli-devel-1.1.0-160000.2.2.x86_64 (repo-oss (16.0)) (35/89),  37.7 KiB    
- Retrieving: libdatrie-devel-0.2.13-160000.3.2.x86_64 (repo-oss (16.0)) (36/89), 113.7 KiB    
- Retrieving: libblkid-devel-2.41.1-160000.2.2.x86_64 (repo-oss (16.0)) (37/89), 174.1 KiB    
- Retrieving: fribidi-devel-1.0.15-160000.2.2.x86_64 (repo-oss (16.0)) (38/89), 102.9 KiB    
- Retrieving: typelib-1_0-GLib-2_0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (39/89), 362.7 KiB    
- Retrieving: libgirepository-2_0-0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (40/89), 393.3 KiB    
- Retrieving: girepository-1_0-1.84.0-160000.2.2.x86_64 (repo-oss (16.0)) (41/89), 110.6 KiB    
- Retrieving: libgirepository-1_0-1-1.84.0-160000.2.2.x86_64 (repo-oss (16.0)) (42/89), 129.9 KiB    
- Retrieving: graphite2-devel-1.3.14-160000.2.2.x86_64 (repo-oss (16.0)) (43/89),  26.2 KiB    
- Retrieving: libicu77-77.1-160000.2.2.x86_64 (repo-oss (16.0)) (44/89),   2.1 MiB    
- Retrieving: lzo-devel-2.10-160000.3.2.x86_64 (repo-oss (16.0)) (45/89),  52.2 KiB    
- Retrieving: python313-base-3.13.5-160000.2.2.x86_64 (repo-oss (16.0)) (46/89),   9.2 MiB    
- Retrieving: libpython3_13-1_0-3.13.5-160000.2.2.x86_64 (repo-oss (16.0)) (47/89),   2.0 MiB    
- Retrieving: pcre2-devel-10.45-160000.2.2.x86_64 (repo-oss (16.0)) (48/89), 331.4 KiB    
- Retrieving: libpixman-1-0-devel-0.43.4-160000.2.2.x86_64 (repo-oss (16.0)) (49/89),  31.9 KiB    
- Retrieving: libpng16-devel-1.6.44-160000.2.2.x86_64 (repo-oss (16.0)) (50/89), 230.3 KiB    
- Retrieving: libpng16-compat-devel-1.6.44-160000.2.2.x86_64 (repo-oss (16.0)) (51/89), 132.9 KiB    
- Retrieving: libfreetype6-2.13.3-160000.2.2.x86_64 (repo-oss (16.0)) (52/89), 564.0 KiB    
- Retrieving: libthai0-0.1.29-160000.3.2.x86_64 (repo-oss (16.0)) (53/89),  28.1 KiB    
- Retrieving: libwayland-cursor0-1.24.0-160000.1.2.x86_64 (repo-oss (16.0)) (54/89),  30.9 KiB    
- Retrieving: gio-branding-openSUSE-42.1-lp160.3.1.noarch (repo-oss (16.0)) (55/89),  29.6 KiB    
- Retrieving: libgio-2_0-0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (56/89), 960.3 KiB    
- Retrieving: glib2-tools-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (57/89), 423.3 KiB    
- Retrieving: libxkbcommon0-1.8.0-160000.2.2.x86_64 (repo-oss (16.0)) (58/89), 151.2 KiB    
- Retrieving: typelib-1_0-GObject-2_0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (59/89), 318.4 KiB    
- Retrieving: typelib-1_0-GModule-2_0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (60/89), 302.9 KiB    
- Retrieving: typelib-1_0-GLibUnix-2_0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (61/89), 303.0 KiB    
- Retrieving: libicu-devel-77.1-160000.2.2.x86_64 (repo-oss (16.0)) (62/89), 749.4 KiB    
- Retrieving: libselinux-devel-3.8.1-160000.2.2.x86_64 (repo-oss (16.0)) (63/89), 132.4 KiB    
- Retrieving: libharfbuzz0-11.0.0-160000.2.2.x86_64 (repo-oss (16.0)) (64/89), 577.2 KiB    
- Retrieving: libfontconfig1-2.16.0-160000.2.2.x86_64 (repo-oss (16.0)) (65/89), 199.5 KiB    
- Retrieving: fontconfig-2.16.0-160000.2.2.x86_64 (repo-oss (16.0)) (66/89), 137.4 KiB    
- Retrieving: freetype2-devel-2.13.3-160000.2.2.x86_64 (repo-oss (16.0)) (67/89), 874.6 KiB    
- Retrieving: libthai-devel-0.1.29-160000.3.2.x86_64 (repo-oss (16.0)) (68/89),  24.5 KiB    
- Retrieving: wayland-devel-1.24.0-160000.1.2.x86_64 (repo-oss (16.0)) (69/89), 115.9 KiB    
- Retrieving: libxkbcommon-devel-1.8.0-160000.2.2.x86_64 (repo-oss (16.0)) (70/89),  97.8 KiB    
- Retrieving: typelib-1_0-Gio-2_0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (71/89), 390.6 KiB    
- Retrieving: libmount-devel-2.41.1-160000.2.2.x86_64 (repo-oss (16.0)) (72/89), 175.3 KiB    
- Retrieving: libharfbuzz-subset0-11.0.0-160000.2.2.x86_64 (repo-oss (16.0)) (73/89), 532.7 KiB    
- Retrieving: libharfbuzz-icu0-11.0.0-160000.2.2.x86_64 (repo-oss (16.0)) (74/89),  83.6 KiB    
- Retrieving: libharfbuzz-gobject0-11.0.0-160000.2.2.x86_64 (repo-oss (16.0)) (75/89), 104.6 KiB    
- Retrieving: libcairo2-1.18.4-160000.2.2.x86_64 (repo-oss (16.0)) (76/89), 604.1 KiB    
- Retrieving: libXft2-2.3.8-160000.2.2.x86_64 (repo-oss (16.0)) (77/89),  51.8 KiB    
- Retrieving: fontconfig-devel-2.16.0-160000.2.2.x86_64 (repo-oss (16.0)) (78/89),  76.2 KiB    
- Retrieving: glib2-devel-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (79/89),   1.6 MiB    
- Retrieving: typelib-1_0-HarfBuzz-0_0-11.0.0-160000.2.2.x86_64 (repo-oss (16.0)) (80/89), 115.2 KiB    
- Retrieving: libharfbuzz-cairo0-11.0.0-160000.2.2.x86_64 (repo-oss (16.0)) (81/89),  96.5 KiB    
- Retrieving: libcairo-script-interpreter2-1.18.4-160000.2.2.x86_64 (repo-oss (16.0)) (82/89), 113.8 KiB    
- Retrieving: libcairo-gobject2-1.18.4-160000.2.2.x86_64 (repo-oss (16.0)) (83/89),  73.0 KiB    
- Retrieving: libpango-1_0-0-1.56.4-160000.2.2.x86_64 (repo-oss (16.0)) (84/89), 356.3 KiB    
- Retrieving: libXft-devel-2.3.8-160000.2.2.x86_64 (repo-oss (16.0)) (85/89),  37.9 KiB    
- Retrieving: cairo-devel-1.18.4-160000.2.2.x86_64 (repo-oss (16.0)) (86/89), 318.9 KiB    
- Retrieving: typelib-1_0-Pango-1_0-1.56.4-160000.2.2.x86_64 (repo-oss (16.0)) (87/89), 106.5 KiB    
- Retrieving: harfbuzz-devel-11.0.0-160000.2.2.x86_64 (repo-oss (16.0)) (88/89), 222.1 KiB    
- Retrieving: pango-devel-1.56.4-160000.2.2.x86_64 (repo-oss (16.0)) (89/89), 225.3 KiB    
- 
- Checking for file conflicts: [....
- .done]
- ( 1/89) Installing: dbus-1-daemon-1.14.10-160000.2.2.x86_64 [..done]
- ( 2/89) Installing: libXext6-1.3.6-160000.3.2.x86_64 [..done]
- ( 3/89) Installing: libXrender1-0.9.11-160000.2.2.x86_64 [..done]
- ( 4/89) Installing: libbrotlienc1-1.1.0-160000.2.2.x86_64 [..done]
- ( 5/89) Installing: libbz2-devel-1.0.8-160000.2.2.x86_64 [..done]
- ( 6/89) Installing: libdatrie1-0.2.13-160000.3.2.x86_64 [..done]
- ( 7/89) Installing: libeconf-devel-0.7.9-160000.2.2.x86_64 [..done]
- ( 8/89) Installing: libelf1-0.192-160000.2.2.x86_64 [..done]
- ( 9/89) Installing: libexpat-devel-2.7.1-160000.2.2.x86_64 [..done]
- (10/89) Installing: libffi-devel-3.4.6-160000.2.2.x86_64 [..done]
- (11/89) Installing: libfribidi0-1.0.15-160000.2.2.x86_64 [..done]
- (12/89) Installing: libgmodule-2_0-0-2.84.3-160000.2.2.x86_64 [..done]
- (13/89) Installing: libgobject-2_0-0-2.84.3-160000.2.2.x86_64 [..
- done]
- (14/89) Installing: libgraphite2-3-1.3.14-160000.2.2.x86_64 [..done]
- (15/89) Installing: libgthread-2_0-0-2.84.3-160000.2.2.x86_64 [..done]
- (16/89) Installing: libicu77-ledata-77.1-160000.2.2.noarch [.......done]
- (17/89) Installing: liblzo2-2-2.10-160000.3.2.x86_64 [..done]
- (18/89) Installing: libmpdec4-4.0.1-160000.2.2.x86_64 [.
- .done]
- (19/89) Installing: libpcre2-16-0-10.45-160000.2.2.x86_64 [..done]
- (20/89) Installing: libpcre2-32-0-10.45-160000.2.2.x86_64 [..done]
- (21/89) Installing: libpcre2-posix3-10.45-160000.2.2.x86_64 [..done]
- (22/89) Installing: libpixman-1-0-0.43.4-160000.2.2.x86_64 [..done]
- (23/89) Installing: libpng16-16-1.6.44-160000.2.2.x86_64 [..done]
- (24/89) Installing: libsepol-devel-3.8.1-160000.2.2.x86_64 [..done]
- (25/89) Installing: libthai-data-0.1.29-160000.3.2.x86_64 [..done]
- (26/89) Installing: libwayland-client0-1.24.0-160000.1.2.x86_64 [..done]
- (27/89) Installing: libwayland-egl1-1.24.0-160000.1.2.x86_64 [..done]
- (28/89) Installing: libwayland-server0-1.24.0-160000.1.2.x86_64 [..done]
- (29/89) Installing: shared-mime-info-2.4-160000.2.2.x86_64 [..
- done]
- (30/89) Installing: typelib-1_0-GIRepository-3_0-2.84.3-160000.2.2.x86_64 [..done]
- (31/89) Installing: wayland-protocols-devel-1.45-160000.1.2.noarch [..done]
- (32/89) Installing: xkeyboard-config-2.44-160000.2.2.noarch [...done]
- (33/89) Installing: libXext-devel-1.3.6-160000.3.2.x86_64 [..done]
- (34/89) Installing: libXrender-devel-0.9.11-160000.2.2.x86_64 [..done]
- (35/89) Installing: libbrotli-devel-1.1.0-160000.2.2.x86_64 [..done]
- (36/89) Installing: libdatrie-devel-0.2.13-160000.3.2.x86_64 [..done]
- (37/89) Installing: libblkid-devel-2.41.1-160000.2.2.x86_64 [..done]
- (38/89) Installing: fribidi-devel-1.0.15-160000.2.2.x86_64 [..done]
- (39/89) Installing: typelib-1_0-GLib-2_0-2.84.3-160000.2.2.x86_64 [..
- done]
- (40/89) Installing: libgirepository-2_0-0-2.84.3-160000.2.2.x86_64 [..done]
- (41/89) Installing: girepository-1_0-1.84.0-160000.2.2.x86_64 [..done]
- (42/89) Installing: libgirepository-1_0-1-1.84.0-160000.2.2.x86_64 [..done]
- (43/89) Installing: graphite2-devel-1.3.14-160000.2.2.x86_64 [..done]
- (44/89) Installing: libicu77-77.1-160000.2.2.x86_64 [...done]
- (45/89) Installing: lzo-devel-2.10-160000.3.2.x86_64 [..done]
- (46/89) Installing: python313-base-3.13.5-160000.2.2.x86_64 [....
- ......done]
- (47/89) Installing: libpython3_13-1_0-3.13.5-160000.2.2.x86_64 [...done]
- (48/89) Installing: pcre2-devel-10.45-160000.2.2.x86_64 [..done]
- (49/89) Installing: libpixman-1-0-devel-0.43.4-160000.2.2.x86_64 [..done]
- (50/89) Installing: libpng16-devel-1.6.44-160000.2.2.x86_64 [.
- .done]
- (51/89) Installing: libpng16-compat-devel-1.6.44-160000.2.2.x86_64 [..done]
- (52/89) Installing: libfreetype6-2.13.3-160000.2.2.x86_64 [..done]
- (53/89) Installing: libthai0-0.1.29-160000.3.2.x86_64 [..done]
- (54/89) Installing: libwayland-cursor0-1.24.0-160000.1.2.x86_64 [..done]
- (55/89) Installing: gio-branding-openSUSE-42.1-lp160.3.1.noarch [..done]
- (56/89) Installing: libgio-2_0-0-2.84.3-160000.2.2.x86_64 [..done]
- (57/89) Installing: glib2-tools-2.84.3-160000.2.2.x86_64 [..
- No schema files found: doing nothing.
- done]
- (58/89) Installing: libxkbcommon0-1.8.0-160000.2.2.x86_64 [..done]
- (59/89) Installing: typelib-1_0-GObject-2_0-2.84.3-160000.2.2.x86_64 [..done]
- (60/89) Installing: typelib-1_0-GModule-2_0-2.84.3-160000.2.2.x86_64 [..done]
- (61/89) Installing: typelib-1_0-GLibUnix-2_0-2.84.3-160000.2.2.x86_64 [..done]
- (62/89) Installing: libicu-devel-77.1-160000.2.2.x86_64 [..
- .done]
- (63/89) Installing: libselinux-devel-3.8.1-160000.2.2.x86_64 [..done]
- (64/89) Installing: libharfbuzz0-11.0.0-160000.2.2.x86_64 [..done]
- (65/89) Installing: libfontconfig1-2.16.0-160000.2.2.x86_64 [..done]
- (66/89) Installing: fontconfig-2.16.0-160000.2.2.x86_64 [..done]
- (67/89) Installing: freetype2-devel-2.13.3-160000.2.2.x86_64 [..done]
- (68/89) Installing: libthai-devel-0.1.29-160000.3.2.x86_64 [..done]
- (69/89) Installing: wayland-devel-1.24.0-160000.1.2.x86_64 [..done]
- (70/89) Installing: libxkbcommon-devel-1.8.0-160000.2.2.x86_64 [..done]
- (71/89) Installing: typelib-1_0-Gio-2_0-2.84.3-160000.2.2.x86_64 [..done]
- (72/89) Installing: libmount-devel-2.41.1-160000.2.2.x86_64 [..done]
- (73/89) Installing: libharfbuzz-subset0-11.0.0-160000.2.2.x86_64 [..done]
- (74/89) Installing: libharfbuzz-icu0-11.0.0-160000.2.2.x86_64 [.
- .done]
- (75/89) Installing: libharfbuzz-gobject0-11.0.0-160000.2.2.x86_64 [..done]
- (76/89) Installing: libcairo2-1.18.4-160000.2.2.x86_64 [..done]
- (77/89) Installing: libXft2-2.3.8-160000.2.2.x86_64 [..done]
- (78/89) Installing: fontconfig-devel-2.16.0-160000.2.2.x86_64 [..done]
- (79/89) Installing: glib2-devel-2.84.3-160000.2.2.x86_64 [....
- No schema files found: doing nothing.
- done]
- (80/89) Installing: typelib-1_0-HarfBuzz-0_0-11.0.0-160000.2.2.x86_64 [..done]
- (81/89) Installing: libharfbuzz-cairo0-11.0.0-160000.2.2.x86_64 [..done]
- (82/89) Installing: libcairo-script-interpreter2-1.18.4-160000.2.2.x86_64 [..done]
- (83/89) Installing: libcairo-gobject2-1.18.4-160000.2.2.x86_64 [..
- done]
- (84/89) Installing: libpango-1_0-0-1.56.4-160000.2.2.x86_64 [..done]
- (85/89) Installing: libXft-devel-2.3.8-160000.2.2.x86_64 [..done]
- (86/89) Installing: cairo-devel-1.18.4-160000.2.2.x86_64 [..done]
- (87/89) Installing: typelib-1_0-Pango-1_0-1.56.4-160000.2.2.x86_64 [..done]
- (88/89) Installing: harfbuzz-devel-11.0.0-160000.2.2.x86_64 [..done]
- (89/89) Installing: pango-devel-1.56.4-160000.2.2.x86_64 [..done]
- Running post-transaction scripts [....done]
2025-11-05 22:15.39 ---> saved as "c164eed92e8840f421ad4ffe5437e55995a8a15e8bdcdd5f9dc4eb06cb225fd0"

/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
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> installed conf-cairo.1
-> 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.58 ---> saved as "cf2f8ccc44220d29db87ca027e0ca79132b3eb0eab24d5698c638cc89697a5e6"

/src: (copy (src .) (dst /src))
2025-11-05 22:16.58 ---> saved as "605c794814606159fd3152b95804f62ba76b0cc74026214ada0d5360648c3c2b"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-11-05 22:17.03 ---> saved as "97c416d363de84a61487e8c64ceee3ffde79a44cb051c8db68896e5a6fff19f9"
Job succeeded
2025-11-05 22:17.03: Job succeeded