Organisationskit-ty-katewaylaunchb0ae9d (master)opensuse-15.5-4.14_opam-2.1

opensuse-15.5-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 15:51.58: New job: test kit-ty-kate/waylaunch https://github.com/kit-ty-kate/waylaunch.git#refs/heads/master (b0ae9dbb4239a287101193b8ac6ae5c50fcb33a5) (linux-x86_64:opensuse-15.5-4.14_opam-2.1)
Base: ocaml/opam@sha256:2a83ef9b2716f12f3f839a6bc5d7269cb744e6086c4c5f07474c2334274f891c
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@sha256:2a83ef9b2716f12f3f839a6bc5d7269cb744e6086c4c5f07474c2334274f891c
# opensuse-15.5-4.14_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.1 /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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 waylaunch.opam ./
RUN opam pin add -yn waylaunch.dev './'
ENV DEPS="astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bos.0.2.1 conf-cairo.1 conf-libwayland.1 conf-pango.1 conf-pkg-config.3 conf-wayland-protocols.1 conf-xkbcommon.1 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 fpath.0.7.3 logs.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 rresult.0.7.0 topkg.1.0.7"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --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


2024-05-10 15:51.58: Using cache hint "kit-ty-kate/waylaunch-ocaml/opam@sha256:2a83ef9b2716f12f3f839a6bc5d7269cb744e6086c4c5f07474c2334274f891c-opensuse-15.5-4.14_opam-2.1-0860a9995d6a89f21aeca14cf17cbf03"
2024-05-10 15:51.58: Using OBuilder spec:
((from ocaml/opam@sha256:2a83ef9b2716f12f3f839a6bc5d7269cb744e6086c4c5f07474c2334274f891c)
 (comment opensuse-15.5-4.14_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src waylaunch.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn waylaunch.dev './'"))
 (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bos.0.2.1 conf-cairo.1 conf-libwayland.1 conf-pango.1 conf-pkg-config.3 conf-wayland-protocols.1 conf-xkbcommon.1 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 fpath.0.7.3 logs.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 rresult.0.7.0 topkg.1.0.7")
 (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.1 --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"))
)


2024-05-10 15:51.58: Waiting for resource in pool OCluster
2024-05-11 03:23.08: Waiting for worker…
2024-05-11 03:28.08: Got resource from pool OCluster
Building on doris.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@sha256:2a83ef9b2716f12f3f839a6bc5d7269cb744e6086c4c5f07474c2334274f891c)
2024-05-11 03:28.09 ---> using "b720e8803fb0f01eecb4a5643bdc82847ad62f86aa311c0105d4ce05c5833770" from cache


/: (comment opensuse-15.5-4.14_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-05-11 03:28.09 ---> using "6e4b0fd97d86aca4afcef4903f7f92f15c9cda304623aad11bfcb4a8a022b789" 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.1, 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] synchronised from file:///home/opam/opam-repository
2024-05-11 03:28.09 ---> using "e643ed503279954854d0a4bc62530f496692c418d4f2a2b8b2b9ba4acdd8d387" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 4.14.2
2.1.5
2024-05-11 03:28.09 ---> using "7b58bbf1bbc881bb8fbfa1e041e2dad006f5a32c042a4ccb6085011c18d51bc4" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 03:28.09 ---> using "d5560a6282bc66fc4e2e223b4260fd865f73278846a47d2f57217197cde9b797" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   eb2dcab0d8..2ae169d7d0  master     -> origin/master
307e33d08f @dra27 and @Octachron maintain the 4.08+ packages


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


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
2024-05-11 03:28.09 ---> using "bc106b0b1c41c10e04f9a58ff4863e8f50d759c3502990fbb48328ec68a1f152" from cache


/src: (copy (src waylaunch.opam) (dst ./))
2024-05-11 03:28.09 ---> saved as "712cc6e9aa54e72d9711acc9da2a1a367d80deab68cb4bd5f437dcc274395445"


/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)
2024-05-11 03:28.14 ---> saved as "cfee3d03121843bbdb7bd8e0abafa80ac7e6d25b0b23232e33abfcea5144b9fc"


/src: (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bos.0.2.1 conf-cairo.1 conf-libwayland.1 conf-pango.1 conf-pkg-config.3 conf-wayland-protocols.1 conf-xkbcommon.1 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 fpath.0.7.3 logs.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 rresult.0.7.0 topkg.1.0.7")


/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.1 --depext-only -y waylaunch.dev $DEPS"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Retrieving repository 'Update repository of openSUSE Backports' metadata [..
- ....
- .......done]
- Building repository 'Update repository of openSUSE Backports' cache [....done]
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [.....
- .......
- ..........
- .........
- ..........
- ..........
- .........
- ..........
- .........
- .done]
- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..
- ..done]
- Repository 'Main Update Repository' is up to date.
- Repository 'Update Repository (Non-Oss)' is up to date.
- All repositories have been refreshed.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[waylaunch.dev] synchronised (no changes)


[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:
    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 101 NEW packages are going to be installed:
-   Mesa Mesa-KHR-devel Mesa-dri Mesa-gallium Mesa-libEGL-devel Mesa-libEGL1 Mesa-libGL-devel Mesa-libGL1 Mesa-libglapi0 cairo-devel fontconfig fontconfig-devel freetype2-devel fribidi-devel gio-branding-openSUSE girepository-1_0 glib2-devel glib2-tools graphite2-devel harfbuzz-devel libLLVM15 libXext-devel libXext6 libXfixes3 libXft-devel libXft2 libXrender-devel libXrender1 libXxf86vm1 libblkid-devel libbrotli-devel libbrotlienc1 libbz2-devel libcairo-gobject2 libcairo-script-interpreter2 libcairo2 libdatrie-devel libdatrie1 libdrm2 libdrm_amdgpu1 libdrm_intel1 libdrm_nouveau2 libdrm_radeon1 libedit0 libexpat-devel libffi-devel libfontconfig1 libfreetype6 libfribidi0 libgbm1 libgio-2_0-0 libgirepository-1_0-1 libglvnd libglvnd-devel libgmodule-2_0-0 libgobject-2_0-0 libgraphite2-3 libgthread-2_0-0 libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz-subset0 libharfbuzz0 libicu73_2 libicu73_2-devel libicu73_2-ledata libmount-devel libpango-1_0-0 libpciaccess0 libpcre16-0 libpcrecpp0 libpcreposix0 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 libuuid-devel libwayland-client0 libwayland-cursor0 libwayland-egl1 libwayland-server0 libxkbcommon-devel libxkbcommon0 libxshmfence1 pango-devel pcre-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
- 
- 101 new packages to install.
- Overall download size: 67.0 MiB. Already cached: 0 B. After the operation, additional 299.0 MiB will be used.
- 
- Backend:  classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Retrieving: Mesa-KHR-devel-22.3.5-150500.75.2.x86_64 (Main Repository) (1/101), 162.9 KiB    
- Retrieving: Mesa-KHR-devel-22.3.5-150500.75.2.x86_64.rpm [...done (1.5 MiB/s)]
- Retrieving: Mesa-libglapi0-22.3.5-150500.75.2.x86_64 (Main Repository) (2/101), 180.6 KiB    
- Retrieving: Mesa-libglapi0-22.3.5-150500.75.2.x86_64.rpm [..done]
- Retrieving: libXext6-1.3.3-1.30.x86_64 (Main Repository) (3/101),  33.2 KiB    
- Retrieving: libXext6-1.3.3-1.30.x86_64.rpm [..done]
- Retrieving: libXfixes3-6.0.0-150400.1.4.x86_64 (Main Repository) (4/101),  16.1 KiB    
- Retrieving: libXfixes3-6.0.0-150400.1.4.x86_64.rpm [..done]
- Retrieving: libXrender1-0.9.10-1.30.x86_64 (Main Repository) (5/101),  24.1 KiB    
- Retrieving: libXrender1-0.9.10-1.30.x86_64.rpm [.
- .done]
- Retrieving: libbrotlienc1-1.0.7-3.3.1.x86_64 (Main Repository) (6/101), 205.7 KiB    
- Retrieving: libbrotlienc1-1.0.7-3.3.1.x86_64.rpm [..done]
- Retrieving: libbz2-devel-1.0.8-150400.1.122.x86_64 (Main Repository) (7/101),  18.7 KiB    
- Retrieving: libbz2-devel-1.0.8-150400.1.122.x86_64.rpm [..done (2.9 KiB/s)]
- Retrieving: libdatrie1-0.2.9-1.25.x86_64 (Main Repository) (8/101),  43.5 KiB    
- Retrieving: libdatrie1-0.2.9-1.25.x86_64.rpm [..done (2.7 KiB/s)]
- Retrieving: libdrm2-2.4.114-150500.3.2.x86_64 (Main Repository) (9/101),  71.1 KiB    
- Retrieving: libdrm2-2.4.114-150500.3.2.x86_64.rpm [..done (2.8 KiB/s)]
- Retrieving: libedit0-3.1.snap20150325-2.12.x86_64 (Main Repository) (10/101),  94.3 KiB    
- Retrieving: libedit0-3.1.snap20150325-2.12.x86_64.rpm [.
- .done (2.8 KiB/s)]
- Retrieving: libffi-devel-3.2.1.git259-10.8.x86_64 (Main Repository) (11/101),  26.7 KiB    
- Retrieving: libffi-devel-3.2.1.git259-10.8.x86_64.rpm [..done (2.8 KiB/s)]
- Retrieving: libfribidi0-1.0.10-150400.3.3.1.x86_64 (Main Repository) (12/101),  39.1 KiB    
- Retrieving: libfribidi0-1.0.10-150400.3.3.1.x86_64.rpm [..done]
- Retrieving: libgmodule-2_0-0-2.70.5-150400.3.8.1.x86_64 (Main Repository) (13/101), 109.8 KiB    
- Retrieving: libgmodule-2_0-0-2.70.5-150400.3.8.1.x86_64.rpm [..done]
- Retrieving: libgobject-2_0-0-2.70.5-150400.3.8.1.x86_64 (Main Repository) (14/101), 232.3 KiB    
- Retrieving: libgobject-2_0-0-2.70.5-150400.3.8.1.x86_64.rpm [...done (4.0 MiB/s)]
- Retrieving: libgraphite2-3-1.3.11-150000.4.3.1.x86_64 (Main Repository) (15/101),  75.9 KiB    
- Retrieving: libgraphite2-3-1.3.11-150000.4.3.1.x86_64.rpm [..done]
- Retrieving: libgthread-2_0-0-2.70.5-150400.3.8.1.x86_64 (Main Repository) (16/101), 106.5 KiB    
- Retrieving: libgthread-2_0-0-2.70.5-150400.3.8.1.x86_64.rpm [.
- .done]
- Retrieving: libpciaccess0-0.14-1.16.x86_64 (Main Repository) (17/101),  25.5 KiB    
- Retrieving: libpciaccess0-0.14-1.16.x86_64.rpm [..done (2.8 KiB/s)]
- Retrieving: libpcre16-0-8.45-150000.20.13.1.x86_64 (Main Repository) (18/101), 213.9 KiB    
- Retrieving: libpcre16-0-8.45-150000.20.13.1.x86_64.rpm [...done (5.3 MiB/s)]
- Retrieving: libpcrecpp0-8.45-150000.20.13.1.x86_64 (Main Repository) (19/101),  28.6 KiB    
- Retrieving: libpcrecpp0-8.45-150000.20.13.1.x86_64.rpm [..done (2.9 KiB/s)]
- Retrieving: libpcreposix0-8.45-150000.20.13.1.x86_64 (Main Repository) (20/101),  19.7 KiB    
- Retrieving: libpcreposix0-8.45-150000.20.13.1.x86_64.rpm [..done]
- Retrieving: libpixman-1-0-0.40.0-150400.3.3.1.x86_64 (Main Repository) (21/101), 239.7 KiB    
- Retrieving: libpixman-1-0-0.40.0-150400.3.3.1.x86_64.rpm [..
- .done (2.6 MiB/s)]
- Retrieving: libpng16-16-1.6.34-3.9.1.x86_64 (Main Repository) (22/101), 134.2 KiB    
- Retrieving: libpng16-16-1.6.34-3.9.1.x86_64.rpm [..done]
- Retrieving: libsepol-devel-3.1-150400.1.70.x86_64 (Main Repository) (23/101),  44.6 KiB    
- Retrieving: libsepol-devel-3.1-150400.1.70.x86_64.rpm [..done]
- Retrieving: libthai-data-0.1.29-150400.1.4.x86_64 (Main Repository) (24/101), 139.8 KiB    
- Retrieving: libthai-data-0.1.29-150400.1.4.x86_64.rpm [..done]
- Retrieving: libwayland-client0-1.21.0-150500.1.1.x86_64 (Main Repository) (25/101),  38.6 KiB    
- Retrieving: libwayland-client0-1.21.0-150500.1.1.x86_64.rpm [..done]
- Retrieving: libwayland-egl1-99~1.21.0-150500.1.1.x86_64 (Main Repository) (26/101),  17.8 KiB    
- Retrieving: libwayland-egl1-99~1.21.0-150500.1.1.x86_64.rpm [..done]
- Retrieving: libwayland-server0-1.21.0-150500.1.1.x86_64 (Main Repository) (27/101),  44.4 KiB    
- Retrieving: libwayland-server0-1.21.0-150500.1.1.x86_64.rpm [.
- .done]
- Retrieving: libxshmfence1-1.2-1.23.x86_64 (Main Repository) (28/101),  11.2 KiB    
- Retrieving: libxshmfence1-1.2-1.23.x86_64.rpm [..done (2.7 KiB/s)]
- Retrieving: renderproto-devel-0.11.1-1.22.x86_64 (Main Repository) (29/101),  22.9 KiB    
- Retrieving: renderproto-devel-0.11.1-1.22.x86_64.rpm [..done]
- Retrieving: shared-mime-info-2.2-150500.1.1.x86_64 (Main Repository) (30/101), 323.2 KiB    
- Retrieving: shared-mime-info-2.2-150500.1.1.x86_64.rpm [..done]
- Retrieving: wayland-protocols-devel-1.31-150500.1.1.noarch (Main Repository) (31/101), 107.0 KiB    
- Retrieving: wayland-protocols-devel-1.31-150500.1.1.noarch.rpm [...done (1.5 MiB/s)]
- Retrieving: xextproto-devel-7.3.0-1.22.x86_64 (Main Repository) (32/101), 114.5 KiB    
- Retrieving: xextproto-devel-7.3.0-1.22.x86_64.rpm [..done]
- Retrieving: xkeyboard-config-2.23.1-150000.3.12.1.noarch (Main Repository) (33/101), 384.2 KiB    
- Retrieving: xkeyboard-config-2.23.1-150000.3.12.1.noarch.rpm [.
- ..done (5.1 MiB/s)]
- Retrieving: libXxf86vm1-1.1.4-1.23.x86_64 (Main Repository) (34/101),  15.3 KiB    
- Retrieving: libXxf86vm1-1.1.4-1.23.x86_64.rpm [..done]
- Retrieving: libbrotli-devel-1.0.7-3.3.1.x86_64 (Main Repository) (35/101),  32.7 KiB    
- Retrieving: libbrotli-devel-1.0.7-3.3.1.x86_64.rpm [..done]
- Retrieving: libdatrie-devel-0.2.9-1.25.x86_64 (Main Repository) (36/101), 110.2 KiB    
- Retrieving: libdatrie-devel-0.2.9-1.25.x86_64.rpm [..done]
- Retrieving: libdrm_radeon1-2.4.114-150500.3.2.x86_64 (Main Repository) (37/101),  58.5 KiB    
- Retrieving: libdrm_radeon1-2.4.114-150500.3.2.x86_64.rpm [..done]
- Retrieving: libdrm_nouveau2-2.4.114-150500.3.2.x86_64 (Main Repository) (38/101),  54.1 KiB    
- Retrieving: libdrm_nouveau2-2.4.114-150500.3.2.x86_64.rpm [..done]
- Retrieving: libdrm_amdgpu1-2.4.114-150500.3.2.x86_64 (Main Repository) (39/101),  58.1 KiB    
- Retrieving: libdrm_amdgpu1-2.4.114-150500.3.2.x86_64.rpm [..
- done]
- Retrieving: fribidi-devel-1.0.10-150400.3.3.1.x86_64 (Main Repository) (40/101),  94.7 KiB    
- Retrieving: fribidi-devel-1.0.10-150400.3.3.1.x86_64.rpm [..done]
- Retrieving: graphite2-devel-1.3.11-150000.4.3.1.x86_64 (Main Repository) (41/101),  23.6 KiB    
- Retrieving: graphite2-devel-1.3.11-150000.4.3.1.x86_64.rpm [..done]
- Retrieving: libdrm_intel1-2.4.114-150500.3.2.x86_64 (Main Repository) (42/101),  96.2 KiB    
- Retrieving: libdrm_intel1-2.4.114-150500.3.2.x86_64.rpm [..done (2.9 KiB/s)]
- Retrieving: pcre-devel-8.45-150000.20.13.1.x86_64 (Main Repository) (43/101), 230.1 KiB    
- Retrieving: pcre-devel-8.45-150000.20.13.1.x86_64.rpm [..done (2.8 KiB/s)]
- Retrieving: libpixman-1-0-devel-0.40.0-150400.3.3.1.x86_64 (Main Repository) (44/101),  19.1 KiB    
- Retrieving: libpixman-1-0-devel-0.40.0-150400.3.3.1.x86_64.rpm [..done]
- Retrieving: libpng16-devel-1.6.34-3.9.1.x86_64 (Main Repository) (45/101), 194.8 KiB    
- Retrieving: libpng16-devel-1.6.34-3.9.1.x86_64.rpm [..
- done]
- Retrieving: libpng16-compat-devel-1.6.34-3.9.1.x86_64 (Main Repository) (46/101), 105.7 KiB    
- Retrieving: libpng16-compat-devel-1.6.34-3.9.1.x86_64.rpm [..done]
- Retrieving: libthai0-0.1.29-150400.1.4.x86_64 (Main Repository) (47/101),  23.1 KiB    
- Retrieving: libthai0-0.1.29-150400.1.4.x86_64.rpm [..done]
- Retrieving: libwayland-cursor0-1.21.0-150500.1.1.x86_64 (Main Repository) (48/101),  23.7 KiB    
- Retrieving: libwayland-cursor0-1.21.0-150500.1.1.x86_64.rpm [..done]
- Retrieving: libgbm1-22.3.5-150500.75.2.x86_64 (Main Repository) (49/101), 183.0 KiB    
- Retrieving: libgbm1-22.3.5-150500.75.2.x86_64.rpm [..done]
- Retrieving: libXrender-devel-0.9.10-1.30.x86_64 (Main Repository) (50/101),  17.1 KiB    
- Retrieving: libXrender-devel-0.9.10-1.30.x86_64.rpm [..done]
- Retrieving: gio-branding-openSUSE-42.1-lp155.6.6.noarch (Main Repository) (51/101),  18.3 KiB    
- Retrieving: gio-branding-openSUSE-42.1-lp155.6.6.noarch.rpm [..done]
- Retrieving: libgio-2_0-0-2.70.5-150400.3.8.1.x86_64 (Main Repository) (52/101), 687.8 KiB    
- Retrieving: libgio-2_0-0-2.70.5-150400.3.8.1.x86_64.rpm [.
- ..done (7.2 MiB/s)]
- Retrieving: glib2-tools-2.70.5-150400.3.8.1.x86_64 (Main Repository) (53/101), 201.1 KiB    
- Retrieving: glib2-tools-2.70.5-150400.3.8.1.x86_64.rpm [..done]
- Retrieving: libXext-devel-1.3.3-1.30.x86_64 (Main Repository) (54/101),  96.9 KiB    
- Retrieving: libXext-devel-1.3.3-1.30.x86_64.rpm [..done]
- Retrieving: libselinux-devel-3.1-150400.1.69.x86_64 (Main Repository) (55/101), 112.5 KiB    
- Retrieving: libselinux-devel-3.1-150400.1.69.x86_64.rpm [..done]
- Retrieving: libthai-devel-0.1.29-150400.1.4.x86_64 (Main Repository) (56/101),  20.2 KiB    
- Retrieving: libthai-devel-0.1.29-150400.1.4.x86_64.rpm [..done]
- Retrieving: wayland-devel-1.21.0-150500.1.1.x86_64 (Main Repository) (57/101), 102.6 KiB    
- Retrieving: wayland-devel-1.21.0-150500.1.1.x86_64.rpm [..done]
- Retrieving: girepository-1_0-1.70.0-150400.2.10.x86_64 (Main Repository) (58/101), 180.8 KiB    
- Retrieving: girepository-1_0-1.70.0-150400.2.10.x86_64.rpm [..
- done]
- Retrieving: libgirepository-1_0-1-1.70.0-150400.2.10.x86_64 (Main Repository) (59/101), 115.5 KiB    
- Retrieving: libgirepository-1_0-1-1.70.0-150400.2.10.x86_64.rpm [..done]
- Retrieving: libblkid-devel-2.37.4-150500.9.6.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (60/101),  60.5 KiB    
- Retrieving: libblkid-devel-2.37.4-150500.9.6.1.x86_64.rpm [..done]
- Retrieving: libexpat-devel-2.4.4-150400.3.17.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (61/101),  48.9 KiB    
- Retrieving: libexpat-devel-2.4.4-150400.3.17.1.x86_64.rpm [..done]
- Retrieving: libicu73_2-ledata-73.2-150000.1.7.1.noarch (Update repository with updates from SUSE Linux Enterprise 15) (62/101),   7.3 MiB    
- Retrieving: libicu73_2-ledata-73.2-150000.1.7.1.noarch.rpm [....
- ....done (11.7 MiB/s)]
- Retrieving: libuuid-devel-2.37.4-150500.9.6.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (63/101),  68.2 KiB    
- Retrieving: libuuid-devel-2.37.4-150500.9.6.1.x86_64.rpm [..done]
- Retrieving: python3-base-3.6.15-150300.10.60.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (64/101),   7.5 MiB    
- Retrieving: python3-base-3.6.15-150300.10.60.1.x86_64.rpm [....
- ...done (13.4 MiB/s)]
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.60.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (65/101), 871.6 KiB    
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.60.1.x86_64.rpm [...done (4.0 MiB/s)]
- Retrieving: libLLVM15-15.0.7-150500.4.6.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (66/101),  21.9 MiB    
- Retrieving: libLLVM15-15.0.7-150500.4.6.2.x86_64.rpm [....
- ..........
- ....done (14.3 MiB/s)]
- Retrieving: libfreetype6-2.10.4-150000.4.15.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (67/101), 447.3 KiB    
- Retrieving: libfreetype6-2.10.4-150000.4.15.1.x86_64.rpm [...done (5.0 MiB/s)]
- Retrieving: libxkbcommon0-1.3.0-150400.3.5.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (68/101), 118.4 KiB    
- Retrieving: libxkbcommon0-1.3.0-150400.3.5.1.x86_64.rpm [..
- .done (1.9 MiB/s)]
- Retrieving: libmount-devel-2.37.4-150500.9.6.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (69/101),  62.2 KiB    
- Retrieving: libmount-devel-2.37.4-150500.9.6.1.x86_64.rpm [..done]
- Retrieving: libicu73_2-73.2-150000.1.7.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (70/101),   1.8 MiB    
- Retrieving: libicu73_2-73.2-150000.1.7.1.x86_64.rpm [.....done (5.8 MiB/s)]
- Retrieving: libharfbuzz0-3.4.0-150400.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (71/101), 488.2 KiB    
- Retrieving: libharfbuzz0-3.4.0-150400.3.8.1.x86_64.rpm [..done]
- Retrieving: freetype2-devel-2.10.4-150000.4.15.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (72/101), 942.1 KiB    
- Retrieving: freetype2-devel-2.10.4-150000.4.15.1.x86_64.rpm [.
- ..done (4.4 MiB/s)]
- Retrieving: libxkbcommon-devel-1.3.0-150400.3.5.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (73/101),  75.8 KiB    
- Retrieving: libxkbcommon-devel-1.3.0-150400.3.5.1.x86_64.rpm [..done]
- Retrieving: libicu73_2-devel-73.2-150000.1.7.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (74/101), 702.5 KiB    
- Retrieving: libicu73_2-devel-73.2-150000.1.7.1.x86_64.rpm [...done (5.2 MiB/s)]
- Retrieving: libharfbuzz-subset0-3.4.0-150400.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (75/101), 349.0 KiB    
- Retrieving: libharfbuzz-subset0-3.4.0-150400.3.8.1.x86_64.rpm [...done (3.1 MiB/s)]
- Retrieving: libharfbuzz-icu0-3.4.0-150400.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (76/101),  44.3 KiB    
- Retrieving: libharfbuzz-icu0-3.4.0-150400.3.8.1.x86_64.rpm [.
- .done (2.8 KiB/s)]
- Retrieving: libharfbuzz-gobject0-3.4.0-150400.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (77/101),  59.1 KiB    
- Retrieving: libharfbuzz-gobject0-3.4.0-150400.3.8.1.x86_64.rpm [..done]
- Retrieving: typelib-1_0-HarfBuzz-0_0-3.4.0-150400.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (78/101),  65.7 KiB    
- Retrieving: typelib-1_0-HarfBuzz-0_0-3.4.0-150400.3.8.1.x86_64.rpm [..done]
- Retrieving: Mesa-22.3.5-150500.75.2.x86_64 (Main Repository) (79/101), 164.4 KiB    
- Retrieving: Mesa-22.3.5-150500.75.2.x86_64.rpm [..done]
- Retrieving: Mesa-dri-22.3.5-150500.75.2.x86_64 (Main Repository) (80/101),   7.0 MiB    
- Retrieving: Mesa-dri-22.3.5-150500.75.2.x86_64.rpm [....
- ....done (11.3 MiB/s)]
- Retrieving: libglvnd-1.5.0-150500.1.2.x86_64 (Main Repository) (81/101), 219.1 KiB    
- Retrieving: libglvnd-1.5.0-150500.1.2.x86_64.rpm [..done (2.8 KiB/s)]
- Retrieving: Mesa-libEGL1-22.3.5-150500.75.2.x86_64 (Main Repository) (82/101), 259.4 KiB    
- Retrieving: Mesa-libEGL1-22.3.5-150500.75.2.x86_64.rpm [...done (3.0 MiB/s)]
- Retrieving: libfontconfig1-2.13.1-150400.1.4.x86_64 (Main Repository) (83/101), 118.6 KiB    
- Retrieving: libfontconfig1-2.13.1-150400.1.4.x86_64.rpm [..done (2.9 KiB/s)]
- Retrieving: fontconfig-2.13.1-150400.1.4.x86_64 (Main Repository) (84/101),  72.7 KiB    
- Retrieving: fontconfig-2.13.1-150400.1.4.x86_64.rpm [.
- .done]
- Retrieving: glib2-devel-2.70.5-150400.3.8.1.x86_64 (Main Repository) (85/101), 521.6 KiB    
- Retrieving: glib2-devel-2.70.5-150400.3.8.1.x86_64.rpm [...done (6.3 MiB/s)]
- Retrieving: Mesa-libGL1-22.3.5-150500.75.2.x86_64 (Main Repository) (86/101), 290.3 KiB    
- Retrieving: Mesa-libGL1-22.3.5-150500.75.2.x86_64.rpm [..done]
- Retrieving: libXft2-2.3.2-1.33.x86_64 (Main Repository) (87/101),  43.5 KiB    
- Retrieving: libXft2-2.3.2-1.33.x86_64.rpm [..done]
- Retrieving: fontconfig-devel-2.13.1-150400.1.4.x86_64 (Main Repository) (88/101),  21.1 KiB    
- Retrieving: fontconfig-devel-2.13.1-150400.1.4.x86_64.rpm [..done]
- Retrieving: libglvnd-devel-1.5.0-150500.1.2.x86_64 (Main Repository) (89/101),  32.0 KiB    
- Retrieving: libglvnd-devel-1.5.0-150500.1.2.x86_64.rpm [..done]
- Retrieving: libcairo2-1.16.0-150400.9.6.x86_64 (Main Repository) (90/101), 534.3 KiB    
- Retrieving: libcairo2-1.16.0-150400.9.6.x86_64.rpm [.
- ..done (4.9 MiB/s)]
- Retrieving: Mesa-gallium-22.3.5-150500.75.2.x86_64 (Main Repository) (91/101),   7.0 MiB    
- Retrieving: Mesa-gallium-22.3.5-150500.75.2.x86_64.rpm [......done (15.8 MiB/s)]
- Retrieving: libXft-devel-2.3.2-1.33.x86_64 (Main Repository) (92/101),  19.2 KiB    
- Retrieving: libXft-devel-2.3.2-1.33.x86_64.rpm [..done]
- Retrieving: Mesa-libGL-devel-22.3.5-150500.75.2.x86_64 (Main Repository) (93/101), 603.0 KiB    
- Retrieving: Mesa-libGL-devel-22.3.5-150500.75.2.x86_64.rpm [.
- .done]
- Retrieving: Mesa-libEGL-devel-22.3.5-150500.75.2.x86_64 (Main Repository) (94/101), 178.7 KiB    
- Retrieving: Mesa-libEGL-devel-22.3.5-150500.75.2.x86_64.rpm [..done]
- Retrieving: libpango-1_0-0-1.50.4-150400.1.5.x86_64 (Main Repository) (95/101), 272.3 KiB    
- Retrieving: libpango-1_0-0-1.50.4-150400.1.5.x86_64.rpm [..done]
- Retrieving: libcairo-script-interpreter2-1.16.0-150400.9.6.x86_64 (Main Repository) (96/101),  74.2 KiB    
- Retrieving: libcairo-script-interpreter2-1.16.0-150400.9.6.x86_64.rpm [..done]
- Retrieving: libcairo-gobject2-1.16.0-150400.9.6.x86_64 (Main Repository) (97/101),  37.8 KiB    
- Retrieving: libcairo-gobject2-1.16.0-150400.9.6.x86_64.rpm [..done]
- Retrieving: typelib-1_0-Pango-1_0-1.50.4-150400.1.5.x86_64 (Main Repository) (98/101),  51.8 KiB    
- Retrieving: typelib-1_0-Pango-1_0-1.50.4-150400.1.5.x86_64.rpm [..done]
- Retrieving: cairo-devel-1.16.0-150400.9.6.x86_64 (Main Repository) (99/101), 355.0 KiB    
- Retrieving: cairo-devel-1.16.0-150400.9.6.x86_64.rpm [.
- .done]
- Retrieving: harfbuzz-devel-3.4.0-150400.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (100/101), 158.2 KiB    
- Retrieving: harfbuzz-devel-3.4.0-150400.3.8.1.x86_64.rpm [..done]
- Retrieving: pango-devel-1.50.4-150400.1.5.x86_64 (Main Repository) (101/101), 176.9 KiB    
- Retrieving: pango-devel-1.50.4-150400.1.5.x86_64.rpm [..done]
- 
- Checking for file conflicts: [...done]
- (  1/101) Installing: Mesa-KHR-devel-22.3.5-150500.75.2.x86_64 [..done]
- (  2/101) Installing: Mesa-libglapi0-22.3.5-150500.75.2.x86_64 [..done]
- (  3/101) Installing: libXext6-1.3.3-1.30.x86_64 [..done]
- (  4/101) Installing: libXfixes3-6.0.0-150400.1.4.x86_64 [..done]
- (  5/101) Installing: libXrender1-0.9.10-1.30.x86_64 [..done]
- (  6/101) Installing: libbrotlienc1-1.0.7-3.3.1.x86_64 [..done]
- (  7/101) Installing: libbz2-devel-1.0.8-150400.1.122.x86_64 [.
- .done]
- (  8/101) Installing: libdatrie1-0.2.9-1.25.x86_64 [..done]
- (  9/101) Installing: libdrm2-2.4.114-150500.3.2.x86_64 [..done]
- ( 10/101) Installing: libedit0-3.1.snap20150325-2.12.x86_64 [..done]
- ( 11/101) Installing: libffi-devel-3.2.1.git259-10.8.x86_64 [..done]
- ( 12/101) Installing: libfribidi0-1.0.10-150400.3.3.1.x86_64 [..done]
- ( 13/101) Installing: libgmodule-2_0-0-2.70.5-150400.3.8.1.x86_64 [..done]
- ( 14/101) Installing: libgobject-2_0-0-2.70.5-150400.3.8.1.x86_64 [..done]
- ( 15/101) Installing: libgraphite2-3-1.3.11-150000.4.3.1.x86_64 [..done]
- ( 16/101) Installing: libgthread-2_0-0-2.70.5-150400.3.8.1.x86_64 [..done]
- ( 17/101) Installing: libpciaccess0-0.14-1.16.x86_64 [..done]
- ( 18/101) Installing: libpcre16-0-8.45-150000.20.13.1.x86_64 [..done]
- ( 19/101) Installing: libpcrecpp0-8.45-150000.20.13.1.x86_64 [..done]
- ( 20/101) Installing: libpcreposix0-8.45-150000.20.13.1.x86_64 [..
- done]
- ( 21/101) Installing: libpixman-1-0-0.40.0-150400.3.3.1.x86_64 [..done]
- ( 22/101) Installing: libpng16-16-1.6.34-3.9.1.x86_64 [..done]
- ( 23/101) Installing: libsepol-devel-3.1-150400.1.70.x86_64 [..done]
- ( 24/101) Installing: libthai-data-0.1.29-150400.1.4.x86_64 [..done]
- ( 25/101) Installing: libwayland-client0-1.21.0-150500.1.1.x86_64 [..done]
- ( 26/101) Installing: libwayland-egl1-99~1.21.0-150500.1.1.x86_64 [..done]
- ( 27/101) Installing: libwayland-server0-1.21.0-150500.1.1.x86_64 [..done]
- ( 28/101) Installing: libxshmfence1-1.2-1.23.x86_64 [..done]
- ( 29/101) Installing: renderproto-devel-0.11.1-1.22.x86_64 [..done]
- ( 30/101) Installing: shared-mime-info-2.2-150500.1.1.x86_64 [..
- done]
- ( 31/101) Installing: wayland-protocols-devel-1.31-150500.1.1.noarch [..done]
- ( 32/101) Installing: xextproto-devel-7.3.0-1.22.x86_64 [..done]
- ( 33/101) Installing: xkeyboard-config-2.23.1-150000.3.12.1.noarch [..done]
- ( 34/101) Installing: libXxf86vm1-1.1.4-1.23.x86_64 [..done]
- ( 35/101) Installing: libbrotli-devel-1.0.7-3.3.1.x86_64 [..done]
- ( 36/101) Installing: libdatrie-devel-0.2.9-1.25.x86_64 [..done]
- ( 37/101) Installing: libdrm_radeon1-2.4.114-150500.3.2.x86_64 [..
- done]
- ( 38/101) Installing: libdrm_nouveau2-2.4.114-150500.3.2.x86_64 [..done]
- ( 39/101) Installing: libdrm_amdgpu1-2.4.114-150500.3.2.x86_64 [..done]
- ( 40/101) Installing: fribidi-devel-1.0.10-150400.3.3.1.x86_64 [..done]
- ( 41/101) Installing: graphite2-devel-1.3.11-150000.4.3.1.x86_64 [..done]
- ( 42/101) Installing: libdrm_intel1-2.4.114-150500.3.2.x86_64 [..done]
- ( 43/101) Installing: pcre-devel-8.45-150000.20.13.1.x86_64 [..done]
- ( 44/101) Installing: libpixman-1-0-devel-0.40.0-150400.3.3.1.x86_64 [..done]
- ( 45/101) Installing: libpng16-devel-1.6.34-3.9.1.x86_64 [..done]
- ( 46/101) Installing: libpng16-compat-devel-1.6.34-3.9.1.x86_64 [..done]
- ( 47/101) Installing: libthai0-0.1.29-150400.1.4.x86_64 [..done]
- ( 48/101) Installing: libwayland-cursor0-1.21.0-150500.1.1.x86_64 [..done]
- ( 49/101) Installing: libgbm1-22.3.5-150500.75.2.x86_64 [..done]
- ( 50/101) Installing: libXrender-devel-0.9.10-1.30.x86_64 [..done]
- ( 51/101) Installing: gio-branding-openSUSE-42.1-lp155.6.6.noarch [..done]
- ( 52/101) Installing: libgio-2_0-0-2.70.5-150400.3.8.1.x86_64 [.
- .done]
- ( 53/101) Installing: glib2-tools-2.70.5-150400.3.8.1.x86_64 [..
- No schema files found: doing nothing.
- done]
- ( 54/101) Installing: libXext-devel-1.3.3-1.30.x86_64 [..done]
- ( 55/101) Installing: libselinux-devel-3.1-150400.1.69.x86_64 [..done]
- ( 56/101) Installing: libthai-devel-0.1.29-150400.1.4.x86_64 [..done]
- ( 57/101) Installing: wayland-devel-1.21.0-150500.1.1.x86_64 [..done]
- ( 58/101) Installing: girepository-1_0-1.70.0-150400.2.10.x86_64 [..done]
- ( 59/101) Installing: libgirepository-1_0-1-1.70.0-150400.2.10.x86_64 [..done]
- ( 60/101) Installing: libblkid-devel-2.37.4-150500.9.6.1.x86_64 [..done]
- ( 61/101) Installing: libexpat-devel-2.4.4-150400.3.17.1.x86_64 [..done]
- ( 62/101) Installing: libicu73_2-ledata-73.2-150000.1.7.1.noarch [...
- ......done]
- ( 63/101) Installing: libuuid-devel-2.37.4-150500.9.6.1.x86_64 [..done]
- ( 64/101) Installing: python3-base-3.6.15-150300.10.60.1.x86_64 [.....
- ....done]
- ( 65/101) Installing: libpython3_6m1_0-3.6.15-150300.10.60.1.x86_64 [..done]
- ( 66/101) Installing: libLLVM15-15.0.7-150500.4.6.2.x86_64 [.....
- ..........
- ........done]
- ( 67/101) Installing: libfreetype6-2.10.4-150000.4.15.1.x86_64 [..done]
- ( 68/101) Installing: libxkbcommon0-1.3.0-150400.3.5.1.x86_64 [..done]
- ( 69/101) Installing: libmount-devel-2.37.4-150500.9.6.1.x86_64 [.
- .done]
- ( 70/101) Installing: libicu73_2-73.2-150000.1.7.1.x86_64 [...done]
- ( 71/101) Installing: libharfbuzz0-3.4.0-150400.3.8.1.x86_64 [..done]
- ( 72/101) Installing: freetype2-devel-2.10.4-150000.4.15.1.x86_64 [..done]
- ( 73/101) Installing: libxkbcommon-devel-1.3.0-150400.3.5.1.x86_64 [..done]
- ( 74/101) Installing: libicu73_2-devel-73.2-150000.1.7.1.x86_64 [..done]
- ( 75/101) Installing: libharfbuzz-subset0-3.4.0-150400.3.8.1.x86_64 [..done]
- ( 76/101) Installing: libharfbuzz-icu0-3.4.0-150400.3.8.1.x86_64 [..done]
- ( 77/101) Installing: libharfbuzz-gobject0-3.4.0-150400.3.8.1.x86_64 [.
- .done]
- ( 78/101) Installing: typelib-1_0-HarfBuzz-0_0-3.4.0-150400.3.8.1.x86_64 [..done]
- ( 79/101) Installing: Mesa-22.3.5-150500.75.2.x86_64 [..done]
- ( 80/101) Installing: Mesa-dri-22.3.5-150500.75.2.x86_64 [........done]
- ( 81/101) Installing: libglvnd-1.5.0-150500.1.2.x86_64 [..done]
- ( 82/101) Installing: Mesa-libEGL1-22.3.5-150500.75.2.x86_64 [.
- .done]
- ( 83/101) Installing: libfontconfig1-2.13.1-150400.1.4.x86_64 [..done]
- ( 84/101) Installing: fontconfig-2.13.1-150400.1.4.x86_64 [..done]
- ( 85/101) Installing: glib2-devel-2.70.5-150400.3.8.1.x86_64 [..
- No schema files found: doing nothing.
- done]
- ( 86/101) Installing: Mesa-libGL1-22.3.5-150500.75.2.x86_64 [..done]
- ( 87/101) Installing: libXft2-2.3.2-1.33.x86_64 [..done]
- ( 88/101) Installing: fontconfig-devel-2.13.1-150400.1.4.x86_64 [..done]
- ( 89/101) Installing: libglvnd-devel-1.5.0-150500.1.2.x86_64 [..done]
- ( 90/101) Installing: libcairo2-1.16.0-150400.9.6.x86_64 [..done]
- ( 91/101) Installing: Mesa-gallium-22.3.5-150500.75.2.x86_64 [....
- .....done]
- ( 92/101) Installing: libXft-devel-2.3.2-1.33.x86_64 [..done]
- ( 93/101) Installing: Mesa-libGL-devel-22.3.5-150500.75.2.x86_64 [..done]
- ( 94/101) Installing: Mesa-libEGL-devel-22.3.5-150500.75.2.x86_64 [..done]
- ( 95/101) Installing: libpango-1_0-0-1.50.4-150400.1.5.x86_64 [..done]
- ( 96/101) Installing: libcairo-script-interpreter2-1.16.0-150400.9.6.x86_64 [..done]
- ( 97/101) Installing: libcairo-gobject2-1.16.0-150400.9.6.x86_64 [..done]
- ( 98/101) Installing: typelib-1_0-Pango-1_0-1.50.4-150400.1.5.x86_64 [.
- .done]
- ( 99/101) Installing: cairo-devel-1.16.0-150400.9.6.x86_64 [..done]
- (100/101) Installing: harfbuzz-devel-3.4.0-150400.3.8.1.x86_64 [..done]
- (101/101) Installing: pango-devel-1.50.4-150400.1.5.x86_64 [..done]
2024-05-11 03:29.35 ---> saved as "ec4900c0583467b8c49dd33aa2447016b3bcd3b634be26ce69080f734fbc528e"


/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 ocamlbuild             0.14.3
  - install conf-pkg-config        3
  - install ocamlfind              1.9.6
  - install dune                   3.15.2
  - install conf-xkbcommon         1
  - install conf-wayland-protocols 1
  - install conf-pango             1
  - install conf-libwayland        1
  - install conf-cairo             1
  - install topkg                  1.0.7
  - install csexp                  1.5.2
  - install rresult                0.7.0
  - install fmt                    0.9.0
  - install astring                0.8.5
  - install dune-configurator      3.15.2
  - install logs                   0.7.0
  - install fpath                  0.7.3
  - install bos                    0.2.1
===== 18 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-pkg-config.3
-> retrieved fmt.0.9.0  (cached)
-> installed conf-cairo.1
-> installed conf-pango.1
-> installed conf-wayland-protocols.1
-> installed conf-xkbcommon.1
-> retrieved fpath.0.7.3  (cached)
-> installed conf-libwayland.1
-> retrieved logs.0.7.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed logs.0.7.0
-> installed fpath.0.7.3
-> installed bos.0.2.1
-> installed dune.3.15.2
-> installed csexp.1.5.2
-> installed dune-configurator.3.15.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 03:30.15 ---> saved as "ea104cadeee8b527aff097f6181e6aeb6d0d7ead9cc3cf12f618d4cf2618d950"


/src: (copy (src .) (dst /src))
2024-05-11 03:30.16 ---> saved as "e02003d50eb662d52bbe4fbcde8ea8b06d5961fdda399242bd71d440b54b49af"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2024-05-11 03:30.17 ---> saved as "f6704dfc75155e12a0544e92cc2d4df548fc59caea1e0d639e81eb0601e73b2f"
Job succeeded
2024-05-11 03:30.17: Job succeeded