Organisationskit-ty-katewaylaunchb0ae9d (master)fedora-38-4.14_opam-2.1

fedora-38-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 15:49.23: New job: test kit-ty-kate/waylaunch https://github.com/kit-ty-kate/waylaunch.git#refs/heads/master (b0ae9dbb4239a287101193b8ac6ae5c50fcb33a5) (linux-x86_64:fedora-38-4.14_opam-2.1)
Base: ocaml/opam@sha256:af80e7e7fbfba8b61627fd767c033b0281835ab451c56b3772aa6d21d6760101
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:af80e7e7fbfba8b61627fd767c033b0281835ab451c56b3772aa6d21d6760101
# fedora-38-4.14_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
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:49.23: Using cache hint "kit-ty-kate/waylaunch-ocaml/opam@sha256:af80e7e7fbfba8b61627fd767c033b0281835ab451c56b3772aa6d21d6760101-fedora-38-4.14_opam-2.1-0860a9995d6a89f21aeca14cf17cbf03"
2024-05-10 15:49.23: Using OBuilder spec:
((from ocaml/opam@sha256:af80e7e7fbfba8b61627fd767c033b0281835ab451c56b3772aa6d21d6760101)
 (comment fedora-38-4.14_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (network host)
      (shell "sudo dnf install -y findutils"))
 (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:49.23: Waiting for resource in pool OCluster
2024-05-11 02:43.54: Waiting for worker…
2024-05-11 02:47.59: 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@sha256:af80e7e7fbfba8b61627fd767c033b0281835ab451c56b3772aa6d21d6760101)
2024-05-11 02:47.59 ---> using "c8fcc6f6743854d61e83ec532243b7842802baad10ad200a5e4b9d06496f1a39" from cache


/: (comment fedora-38-4.14_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (network host)
           (shell "sudo dnf install -y findutils"))
Fedora 38 - x86_64 - Updates                     40 kB/s |  24 kB     00:00    
Fedora 38 - x86_64 - Updates                    5.0 MB/s | 7.5 MB     00:01    
Fedora Modular 38 - x86_64 - Updates            185 kB/s |  24 kB     00:00    
Package findutils-1:4.9.0-3.fc38.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2024-05-11 02:47.59 ---> using "8beba12bb3916922dac18a983f8c02a7d9f23caa8afb5bc5a19fd1048fe329d5" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-05-11 02:47.59 ---> using "5d300b83cf96ca53af026add7e9a34129e5ac42651d1a10dc71d685d8c3e3d45" 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 02:47.59 ---> using "c79e7ee7ff7f997a7ac1b5544316ab15ff19e6a9b213c801c392cfe13fe04112" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-106-generic
The OCaml toplevel, version 4.14.2
2.1.5
2024-05-11 02:47.59 ---> using "b544ab9d5c56fefcbaccb2287e4d3bf51f5345daffd3e33e36112d5d6149d003" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 02:47.59 ---> using "ae835d1bf1a8feef001fcfff27f264df5f90171bf80aeb2de080852e08058f09" 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 02:47.59 ---> using "d80d714ac192841249f5b9650e1856e759136932b0402aeba1a124719b560fb8" from cache


/src: (copy (src waylaunch.opam) (dst ./))
2024-05-11 02:47.59 ---> saved as "286e0ef1899c2ad09b650e69c6f772937c79ff63e62eb38de393c2c0726f4638"


/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 02:48.00 ---> saved as "195c9f8bba3c70e023b6b2b086ad0d47a6a62739a601009944e200dc960fc99b"


/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 "yum" "makecache"
- Fedora 38 - x86_64                              206 kB/s |  26 kB     00:00    
- Fedora 38 openh264 (From Cisco) - x86_64        9.2 kB/s | 989  B     00:00    
- Fedora Modular 38 - x86_64                      202 kB/s |  25 kB     00:00    
- Fedora 38 - x86_64 - Updates                    189 kB/s |  24 kB     00:00    
- Fedora 38 - x86_64 - Updates                    3.1 MB/s | 1.8 MB     00:00    
- Fedora Modular 38 - x86_64 - Updates            192 kB/s |  24 kB     00:00    
- Metadata cache created.


<><> 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 "yum" "install" "-y" "cairo-devel" "libxkbcommon-devel" "pango-devel" "wayland-devel" "wayland-protocols-devel"
- Last metadata expiration check: 0:00:12 ago on Sat May 11 02:48:03 2024.
- Dependencies resolved.
- ================================================================================
-  Package                      Arch      Version                Repository  Size
- ================================================================================
- Installing:
-  cairo-devel                  x86_64    1.17.8-4.fc38          updates    188 k
-  libxkbcommon-devel           x86_64    1.5.0-2.fc38           fedora      65 k
-  pango-devel                  x86_64    1.50.14-1.fc38         fedora     161 k
-  wayland-devel                x86_64    1.22.0-1.fc38          updates    148 k
-  wayland-protocols-devel      noarch    1.33-1.fc38            updates    106 k
- Installing dependencies:
-  brotli                       x86_64    1.0.9-11.fc38          fedora     316 k
-  brotli-devel                 x86_64    1.0.9-11.fc38          fedora      31 k
-  bzip2-devel                  x86_64    1.0.8-13.fc38          fedora     214 k
-  cairo                        x86_64    1.17.8-4.fc38          updates    704 k
-  cmake-filesystem             x86_64    3.27.7-1.fc38          updates     19 k
-  fontconfig                   x86_64    2.14.2-2.fc38          updates    295 k
-  fontconfig-devel             x86_64    2.14.2-2.fc38          updates    163 k
-  freetype                     x86_64    2.13.0-2.fc38          fedora     414 k
-  freetype-devel               x86_64    2.13.0-2.fc38          fedora     945 k
-  fribidi                      x86_64    1.0.12-3.fc38          fedora      89 k
-  fribidi-devel                x86_64    1.0.12-3.fc38          fedora      30 k
-  gettext                      x86_64    0.21.1-2.fc38          fedora     1.0 M
-  gettext-envsubst             x86_64    0.21.1-2.fc38          fedora      36 k
-  gettext-libs                 x86_64    0.21.1-2.fc38          fedora     320 k
-  gettext-runtime              x86_64    0.21.1-2.fc38          fedora     117 k
-  glib2-devel                  x86_64    2.76.6-1.fc38          updates    586 k
-  google-noto-fonts-common     noarch    20230201-2.fc38        updates     16 k
-  google-noto-sans-vf-fonts    noarch    20230201-2.fc38        updates    579 k
-  graphite2                    x86_64    1.3.14-11.fc38         fedora      95 k
-  graphite2-devel              x86_64    1.3.14-11.fc38         fedora      20 k
-  harfbuzz                     x86_64    7.1.0-1.fc38           fedora     889 k
-  harfbuzz-devel               x86_64    7.1.0-1.fc38           fedora     445 k
-  harfbuzz-icu                 x86_64    7.1.0-1.fc38           fedora      16 k
-  langpacks-core-font-en       noarch    3.0-32.fc38            updates    9.6 k
-  libXext                      x86_64    1.3.5-2.fc38           fedora      39 k
-  libXext-devel                x86_64    1.3.5-2.fc38           fedora      85 k
-  libXft                       x86_64    2.3.8-2.fc38           updates     72 k
-  libXft-devel                 x86_64    2.3.8-2.fc38           updates     50 k
-  libXrender                   x86_64    0.9.11-2.fc38          fedora      27 k
-  libXrender-devel             x86_64    0.9.11-2.fc38          fedora      19 k
-  libblkid-devel               x86_64    2.38.1-4.fc38          fedora      16 k
-  libdatrie                    x86_64    0.2.13-5.fc38          fedora      32 k
-  libdatrie-devel              x86_64    0.2.13-5.fc38          fedora     149 k
-  libffi-devel                 x86_64    3.4.4-2.fc38           fedora      29 k
-  libicu-devel                 x86_64    72.1-2.fc38            fedora     918 k
-  libmount-devel               x86_64    2.38.1-4.fc38          fedora      18 k
-  libpng                       x86_64    2:1.6.37-14.fc38       fedora     120 k
-  libpng-devel                 x86_64    2:1.6.37-14.fc38       fedora     291 k
-  libselinux-devel             x86_64    3.5-1.fc38             fedora     151 k
-  libsepol-devel               x86_64    3.5-1.fc38             fedora      49 k
-  libthai                      x86_64    0.1.29-4.fc38          fedora     213 k
-  libthai-devel                x86_64    0.1.29-4.fc38          fedora     140 k
-  libwayland-client            x86_64    1.22.0-1.fc38          updates     34 k
-  libwayland-cursor            x86_64    1.22.0-1.fc38          updates     19 k
-  libwayland-egl               x86_64    1.22.0-1.fc38          updates     13 k
-  libwayland-server            x86_64    1.22.0-1.fc38          updates     42 k
-  libxkbcommon                 x86_64    1.5.0-2.fc38           fedora     140 k
-  libxml2-devel                x86_64    2.10.4-1.fc38          updates    531 k
-  pango                        x86_64    1.50.14-1.fc38         fedora     342 k
-  pcre2-devel                  x86_64    10.42-1.fc38.1         fedora     506 k
-  pcre2-utf16                  x86_64    10.42-1.fc38.1         fedora     214 k
-  pcre2-utf32                  x86_64    10.42-1.fc38.1         fedora     201 k
-  pixman                       x86_64    0.42.2-1.fc38          fedora     285 k
-  pixman-devel                 x86_64    0.42.2-1.fc38          fedora      17 k
-  sysprof-capture-devel        x86_64    3.48.0-1.fc38          fedora      58 k
-  xkeyboard-config             noarch    2.38-1.fc38            fedora     963 k
-  xml-common                   noarch    0.6.3-60.fc38          fedora      31 k
-  xz-devel                     x86_64    5.4.1-1.fc38           fedora      65 k
-  zlib-devel                   x86_64    1.2.13-3.fc38          fedora      45 k
- 
- Transaction Summary
- ================================================================================
- Install  64 Packages
- 
- Total download size: 14 M
- Installed size: 62 M
- Downloading Packages:
- (1/64): brotli-devel-1.0.9-11.fc38.x86_64.rpm   300 kB/s |  31 kB     00:00    
- (2/64): brotli-1.0.9-11.fc38.x86_64.rpm         2.4 MB/s | 316 kB     00:00    
- (3/64): bzip2-devel-1.0.8-13.fc38.x86_64.rpm    1.6 MB/s | 214 kB     00:00    
- (4/64): freetype-devel-2.13.0-2.fc38.x86_64.rpm  24 MB/s | 945 kB     00:00    
- (5/64): fribidi-devel-1.0.12-3.fc38.x86_64.rpm  3.0 MB/s |  30 kB     00:00    
- (6/64): fribidi-1.0.12-3.fc38.x86_64.rpm        1.5 MB/s |  89 kB     00:00    
- (7/64): freetype-2.13.0-2.fc38.x86_64.rpm       4.7 MB/s | 414 kB     00:00    
- (8/64): gettext-envsubst-0.21.1-2.fc38.x86_64.r 3.9 MB/s |  36 kB     00:00    
- (9/64): gettext-libs-0.21.1-2.fc38.x86_64.rpm   9.4 MB/s | 320 kB     00:00    
- (10/64): gettext-0.21.1-2.fc38.x86_64.rpm        17 MB/s | 1.0 MB     00:00    
- (11/64): graphite2-devel-1.3.14-11.fc38.x86_64. 2.3 MB/s |  20 kB     00:00    
- (12/64): gettext-runtime-0.21.1-2.fc38.x86_64.r 1.5 MB/s | 117 kB     00:00    
- (13/64): graphite2-1.3.14-11.fc38.x86_64.rpm    1.4 MB/s |  95 kB     00:00    
- (14/64): harfbuzz-icu-7.1.0-1.fc38.x86_64.rpm   1.8 MB/s |  16 kB     00:00    
- (15/64): harfbuzz-devel-7.1.0-1.fc38.x86_64.rpm  12 MB/s | 445 kB     00:00    
- (16/64): libXext-1.3.5-2.fc38.x86_64.rpm        3.6 MB/s |  39 kB     00:00    
- (17/64): harfbuzz-7.1.0-1.fc38.x86_64.rpm        13 MB/s | 889 kB     00:00    
- (18/64): libXrender-devel-0.9.11-2.fc38.x86_64. 2.2 MB/s |  19 kB     00:00    
- (19/64): libblkid-devel-2.38.1-4.fc38.x86_64.rp 1.8 MB/s |  16 kB     00:00    
- (20/64): libdatrie-0.2.13-5.fc38.x86_64.rpm     3.4 MB/s |  32 kB     00:00    
- (21/64): libdatrie-devel-0.2.13-5.fc38.x86_64.r 6.0 MB/s | 149 kB     00:00    
- (22/64): libXrender-0.9.11-2.fc38.x86_64.rpm    454 kB/s |  27 kB     00:00    
- (23/64): libXext-devel-1.3.5-2.fc38.x86_64.rpm  1.4 MB/s |  85 kB     00:00    
- (24/64): libffi-devel-3.4.4-2.fc38.x86_64.rpm   3.2 MB/s |  29 kB     00:00    
- (25/64): libmount-devel-2.38.1-4.fc38.x86_64.rp 2.0 MB/s |  18 kB     00:00    
- (26/64): libpng-1.6.37-14.fc38.x86_64.rpm       4.7 MB/s | 120 kB     00:00    
- (27/64): libselinux-devel-3.5-1.fc38.x86_64.rpm 5.9 MB/s | 151 kB     00:00    
- (28/64): libpng-devel-1.6.37-14.fc38.x86_64.rpm 5.5 MB/s | 291 kB     00:00    
- (29/64): libthai-0.1.29-4.fc38.x86_64.rpm       6.4 MB/s | 213 kB     00:00    
- (30/64): libthai-devel-0.1.29-4.fc38.x86_64.rpm 5.6 MB/s | 140 kB     00:00    
- (31/64): libicu-devel-72.1-2.fc38.x86_64.rpm    7.2 MB/s | 918 kB     00:00    
- (32/64): libxkbcommon-devel-1.5.0-2.fc38.x86_64 3.9 MB/s |  65 kB     00:00    
- (33/64): libxkbcommon-1.5.0-2.fc38.x86_64.rpm   5.4 MB/s | 140 kB     00:00    
- (34/64): pango-devel-1.50.14-1.fc38.x86_64.rpm  6.5 MB/s | 161 kB     00:00    
- (35/64): pango-1.50.14-1.fc38.x86_64.rpm        7.0 MB/s | 342 kB     00:00    
- (36/64): pcre2-utf16-10.42-1.fc38.1.x86_64.rpm  8.3 MB/s | 214 kB     00:00    
- (37/64): pcre2-devel-10.42-1.fc38.1.x86_64.rpm  7.5 MB/s | 506 kB     00:00    
- (38/64): pcre2-utf32-10.42-1.fc38.1.x86_64.rpm  7.7 MB/s | 201 kB     00:00    
- (39/64): pixman-devel-0.42.2-1.fc38.x86_64.rpm  1.9 MB/s |  17 kB     00:00    
- (40/64): sysprof-capture-devel-3.48.0-1.fc38.x8 5.9 MB/s |  58 kB     00:00    
- (41/64): pixman-0.42.2-1.fc38.x86_64.rpm        6.8 MB/s | 285 kB     00:00    
- (42/64): libsepol-devel-3.5-1.fc38.x86_64.rpm   212 kB/s |  49 kB     00:00    
- (43/64): xml-common-0.6.3-60.fc38.noarch.rpm    3.4 MB/s |  31 kB     00:00    
- (44/64): zlib-devel-1.2.13-3.fc38.x86_64.rpm    4.0 MB/s |  45 kB     00:00    
- (45/64): xz-devel-5.4.1-1.fc38.x86_64.rpm       3.4 MB/s |  65 kB     00:00    
- (46/64): cairo-devel-1.17.8-4.fc38.x86_64.rpm   5.0 MB/s | 188 kB     00:00    
- (47/64): cmake-filesystem-3.27.7-1.fc38.x86_64. 2.1 MB/s |  19 kB     00:00    
- (48/64): cairo-1.17.8-4.fc38.x86_64.rpm         7.7 MB/s | 704 kB     00:00    
- (49/64): fontconfig-2.14.2-2.fc38.x86_64.rpm    6.5 MB/s | 295 kB     00:00    
- (50/64): fontconfig-devel-2.14.2-2.fc38.x86_64. 6.2 MB/s | 163 kB     00:00    
- (51/64): google-noto-fonts-common-20230201-2.fc 1.7 MB/s |  16 kB     00:00    
- (52/64): glib2-devel-2.76.6-1.fc38.x86_64.rpm   7.0 MB/s | 586 kB     00:00    
- (53/64): langpacks-core-font-en-3.0-32.fc38.noa 877 kB/s | 9.6 kB     00:00    
- (54/64): libXft-2.3.8-2.fc38.x86_64.rpm         4.3 MB/s |  72 kB     00:00    
- (55/64): libXft-devel-2.3.8-2.fc38.x86_64.rpm   4.4 MB/s |  50 kB     00:00    
- (56/64): google-noto-sans-vf-fonts-20230201-2.f 6.1 MB/s | 579 kB     00:00    
- (57/64): libwayland-client-1.22.0-1.fc38.x86_64 3.3 MB/s |  34 kB     00:00    
- (58/64): libwayland-cursor-1.22.0-1.fc38.x86_64 1.9 MB/s |  19 kB     00:00    
- (59/64): libwayland-egl-1.22.0-1.fc38.x86_64.rp 1.4 MB/s |  13 kB     00:00    
- (60/64): libwayland-server-1.22.0-1.fc38.x86_64 3.8 MB/s |  42 kB     00:00    
- (61/64): wayland-devel-1.22.0-1.fc38.x86_64.rpm 5.6 MB/s | 148 kB     00:00    
- (62/64): xkeyboard-config-2.38-1.fc38.noarch.rp 2.8 MB/s | 963 kB     00:00    
- (63/64): wayland-protocols-devel-1.33-1.fc38.no 3.2 MB/s | 106 kB     00:00    
- (64/64): libxml2-devel-2.10.4-1.fc38.x86_64.rpm 7.8 MB/s | 531 kB     00:00    
- --------------------------------------------------------------------------------
- Total                                            11 MB/s |  14 MB     00:01     
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Preparing        :                                                        1/1 
-   Installing       : zlib-devel-1.2.13-3.fc38.x86_64                       1/64 
-   Installing       : libXrender-0.9.11-2.fc38.x86_64                       2/64 
-   Installing       : libXrender-devel-0.9.11-2.fc38.x86_64                 3/64 
-   Installing       : libpng-2:1.6.37-14.fc38.x86_64                        4/64 
-   Installing       : libpng-devel-2:1.6.37-14.fc38.x86_64                  5/64 
-   Installing       : libwayland-client-1.22.0-1.fc38.x86_64                6/64 
-   Installing       : pixman-0.42.2-1.fc38.x86_64                           7/64 
-   Installing       : libffi-devel-3.4.4-2.fc38.x86_64                      8/64 
-   Installing       : libdatrie-0.2.13-5.fc38.x86_64                        9/64 
-   Installing       : libthai-0.1.29-4.fc38.x86_64                         10/64 
-   Installing       : libXext-1.3.5-2.fc38.x86_64                          11/64 
-   Installing       : graphite2-1.3.14-11.fc38.x86_64                      12/64 
-   Installing       : gettext-libs-0.21.1-2.fc38.x86_64                    13/64 
-   Installing       : fribidi-1.0.12-3.fc38.x86_64                         14/64 
-   Installing       : fribidi-devel-1.0.12-3.fc38.x86_64                   15/64 
-   Installing       : graphite2-devel-1.3.14-11.fc38.x86_64                16/64 
-   Installing       : libXext-devel-1.3.5-2.fc38.x86_64                    17/64 
-   Installing       : libdatrie-devel-0.2.13-5.fc38.x86_64                 18/64 
-   Installing       : libthai-devel-0.1.29-4.fc38.x86_64                   19/64 
-   Installing       : pixman-devel-0.42.2-1.fc38.x86_64                    20/64 
-   Installing       : libwayland-cursor-1.22.0-1.fc38.x86_64               21/64 
-   Installing       : libwayland-server-1.22.0-1.fc38.x86_64               22/64 
-   Installing       : libwayland-egl-1.22.0-1.fc38.x86_64                  23/64 
-   Installing       : google-noto-fonts-common-20230201-2.fc38.noarch      24/64 
-   Installing       : google-noto-sans-vf-fonts-20230201-2.fc38.noarch     25/64 
-   Installing       : langpacks-core-font-en-3.0-32.fc38.noarch            26/64 
-   Installing       : cmake-filesystem-3.27.7-1.fc38.x86_64                27/64 
-   Installing       : xz-devel-5.4.1-1.fc38.x86_64                         28/64 
-   Installing       : libxml2-devel-2.10.4-1.fc38.x86_64                   29/64 
-   Running scriptlet: xml-common-0.6.3-60.fc38.noarch                      30/64 
-   Installing       : xml-common-0.6.3-60.fc38.noarch                      30/64 
-   Installing       : cairo-1.17.8-4.fc38.x86_64                           31/64 
-   Installing       : harfbuzz-7.1.0-1.fc38.x86_64                         32/64 
-   Installing       : freetype-2.13.0-2.fc38.x86_64                        33/64 
-   Installing       : fontconfig-2.14.2-2.fc38.x86_64                      34/64 
-   Running scriptlet: fontconfig-2.14.2-2.fc38.x86_64                      34/64
-  
-   Installing       : libXft-2.3.8-2.fc38.x86_64                           35/64 
-   Installing       : pango-1.50.14-1.fc38.x86_64                          36/64 
-   Installing       : harfbuzz-icu-7.1.0-1.fc38.x86_64                     37/64
-  
-   Installing       : xkeyboard-config-2.38-1.fc38.noarch                  38/64 
-   Installing       : libxkbcommon-1.5.0-2.fc38.x86_64                     39/64 
-   Installing       : sysprof-capture-devel-3.48.0-1.fc38.x86_64           40/64 
-   Installing       : pcre2-utf32-10.42-1.fc38.1.x86_64                    41/64 
-   Installing       : pcre2-utf16-10.42-1.fc38.1.x86_64                    42/64 
-   Installing       : pcre2-devel-10.42-1.fc38.1.x86_64                    43/64 
-   Installing       : libsepol-devel-3.5-1.fc38.x86_64                     44/64 
-   Installing       : libselinux-devel-3.5-1.fc38.x86_64                   45/64 
-   Installing       : libicu-devel-72.1-2.fc38.x86_64                      46/64 
-   Installing       : libblkid-devel-2.38.1-4.fc38.x86_64                  47/64 
-   Installing       : libmount-devel-2.38.1-4.fc38.x86_64                  48/64 
-   Installing       : glib2-devel-2.76.6-1.fc38.x86_64                     49/64 
-   Installing       : gettext-envsubst-0.21.1-2.fc38.x86_64                50/64 
-   Installing       : gettext-runtime-0.21.1-2.fc38.x86_64                 51/64 
-   Installing       : gettext-0.21.1-2.fc38.x86_64                         52/64 
-   Installing       : bzip2-devel-1.0.8-13.fc38.x86_64                     53/64 
-   Installing       : brotli-1.0.9-11.fc38.x86_64                          54/64 
-   Installing       : brotli-devel-1.0.9-11.fc38.x86_64                    55/64 
-   Installing       : harfbuzz-devel-7.1.0-1.fc38.x86_64                   56/64 
-   Installing       : freetype-devel-2.13.0-2.fc38.x86_64                  57/64 
-   Installing       : fontconfig-devel-2.14.2-2.fc38.x86_64                58/64 
-   Installing       : cairo-devel-1.17.8-4.fc38.x86_64                     59/64 
-   Installing       : libXft-devel-2.3.8-2.fc38.x86_64                     60/64 
-   Installing       : pango-devel-1.50.14-1.fc38.x86_64                    61/64 
-   Installing       : libxkbcommon-devel-1.5.0-2.fc38.x86_64               62/64 
-   Installing       : wayland-devel-1.22.0-1.fc38.x86_64                   63/64 
-   Installing       : wayland-protocols-devel-1.33-1.fc38.noarch           64/64 
-   Running scriptlet: fontconfig-2.14.2-2.fc38.x86_64                      64/64 
-   Running scriptlet: wayland-protocols-devel-1.33-1.fc38.noarch           64/64 
-   Verifying        : brotli-1.0.9-11.fc38.x86_64                           1/64 
-   Verifying        : brotli-devel-1.0.9-11.fc38.x86_64                     2/64 
-   Verifying        : bzip2-devel-1.0.8-13.fc38.x86_64                      3/64 
-   Verifying        : freetype-2.13.0-2.fc38.x86_64                         4/64 
-   Verifying        : freetype-devel-2.13.0-2.fc38.x86_64                   5/64 
-   Verifying        : fribidi-1.0.12-3.fc38.x86_64                          6/64 
-   Verifying        : fribidi-devel-1.0.12-3.fc38.x86_64                    7/64 
-   Verifying        : gettext-0.21.1-2.fc38.x86_64                          8/64 
-   Verifying        : gettext-envsubst-0.21.1-2.fc38.x86_64                 9/64 
-   Verifying        : gettext-libs-0.21.1-2.fc38.x86_64                    10/64 
-   Verifying        : gettext-runtime-0.21.1-2.fc38.x86_64                 11/64 
-   Verifying        : graphite2-1.3.14-11.fc38.x86_64                      12/64 
-   Verifying        : graphite2-devel-1.3.14-11.fc38.x86_64                13/64 
-   Verifying        : harfbuzz-7.1.0-1.fc38.x86_64                         14/64 
-   Verifying        : harfbuzz-devel-7.1.0-1.fc38.x86_64                   15/64 
-   Verifying        : harfbuzz-icu-7.1.0-1.fc38.x86_64                     16/64 
-   Verifying        : libXext-1.3.5-2.fc38.x86_64                          17/64 
-   Verifying        : libXext-devel-1.3.5-2.fc38.x86_64                    18/64 
-   Verifying        : libXrender-0.9.11-2.fc38.x86_64                      19/64 
-   Verifying        : libXrender-devel-0.9.11-2.fc38.x86_64                20/64 
-   Verifying        : libblkid-devel-2.38.1-4.fc38.x86_64                  21/64 
-   Verifying        : libdatrie-0.2.13-5.fc38.x86_64                       22/64 
-   Verifying        : libdatrie-devel-0.2.13-5.fc38.x86_64                 23/64 
-   Verifying        : libffi-devel-3.4.4-2.fc38.x86_64                     24/64 
-   Verifying        : libicu-devel-72.1-2.fc38.x86_64                      25/64 
-   Verifying        : libmount-devel-2.38.1-4.fc38.x86_64                  26/64 
-   Verifying        : libpng-2:1.6.37-14.fc38.x86_64                       27/64 
-   Verifying        : libpng-devel-2:1.6.37-14.fc38.x86_64                 28/64 
-   Verifying        : libselinux-devel-3.5-1.fc38.x86_64                   29/64 
-   Verifying        : libsepol-devel-3.5-1.fc38.x86_64                     30/64 
-   Verifying        : libthai-0.1.29-4.fc38.x86_64                         31/64 
-   Verifying        : libthai-devel-0.1.29-4.fc38.x86_64                   32/64 
-   Verifying        : libxkbcommon-1.5.0-2.fc38.x86_64                     33/64 
-   Verifying        : libxkbcommon-devel-1.5.0-2.fc38.x86_64               34/64 
-   Verifying        : pango-1.50.14-1.fc38.x86_64                          35/64 
-   Verifying        : pango-devel-1.50.14-1.fc38.x86_64                    36/64 
-   Verifying        : pcre2-devel-10.42-1.fc38.1.x86_64                    37/64 
-   Verifying        : pcre2-utf16-10.42-1.fc38.1.x86_64                    38/64 
-   Verifying        : pcre2-utf32-10.42-1.fc38.1.x86_64                    39/64 
-   Verifying        : pixman-0.42.2-1.fc38.x86_64                          40/64 
-   Verifying        : pixman-devel-0.42.2-1.fc38.x86_64                    41/64 
-   Verifying        : sysprof-capture-devel-3.48.0-1.fc38.x86_64           42/64 
-   Verifying        : xkeyboard-config-2.38-1.fc38.noarch                  43/64 
-   Verifying        : xml-common-0.6.3-60.fc38.noarch                      44/64 
-   Verifying        : xz-devel-5.4.1-1.fc38.x86_64                         45/64 
-   Verifying        : zlib-devel-1.2.13-3.fc38.x86_64                      46/64 
-   Verifying        : cairo-1.17.8-4.fc38.x86_64                           47/64 
-   Verifying        : cairo-devel-1.17.8-4.fc38.x86_64                     48/64 
-   Verifying        : cmake-filesystem-3.27.7-1.fc38.x86_64                49/64 
-   Verifying        : fontconfig-2.14.2-2.fc38.x86_64                      50/64 
-   Verifying        : fontconfig-devel-2.14.2-2.fc38.x86_64                51/64 
-   Verifying        : glib2-devel-2.76.6-1.fc38.x86_64                     52/64 
-   Verifying        : google-noto-fonts-common-20230201-2.fc38.noarch      53/64 
-   Verifying        : google-noto-sans-vf-fonts-20230201-2.fc38.noarch     54/64 
-   Verifying        : langpacks-core-font-en-3.0-32.fc38.noarch            55/64 
-   Verifying        : libXft-2.3.8-2.fc38.x86_64                           56/64 
-   Verifying        : libXft-devel-2.3.8-2.fc38.x86_64                     57/64 
-   Verifying        : libwayland-client-1.22.0-1.fc38.x86_64               58/64 
-   Verifying        : libwayland-cursor-1.22.0-1.fc38.x86_64               59/64 
-   Verifying        : libwayland-egl-1.22.0-1.fc38.x86_64                  60/64 
-   Verifying        : libwayland-server-1.22.0-1.fc38.x86_64               61/64 
-   Verifying        : libxml2-devel-2.10.4-1.fc38.x86_64                   62/64 
-   Verifying        : wayland-devel-1.22.0-1.fc38.x86_64                   63/64 
-   Verifying        : wayland-protocols-devel-1.33-1.fc38.noarch           64/64 
- 
- Installed:
-   brotli-1.0.9-11.fc38.x86_64                                                   
-   brotli-devel-1.0.9-11.fc38.x86_64                                             
-   bzip2-devel-1.0.8-13.fc38.x86_64                                              
-   cairo-1.17.8-4.fc38.x86_64                                                    
-   cairo-devel-1.17.8-4.fc38.x86_64                                              
-   cmake-filesystem-3.27.7-1.fc38.x86_64                                         
-   fontconfig-2.14.2-2.fc38.x86_64                                               
-   fontconfig-devel-2.14.2-2.fc38.x86_64                                         
-   freetype-2.13.0-2.fc38.x86_64                                                 
-   freetype-devel-2.13.0-2.fc38.x86_64                                           
-   fribidi-1.0.12-3.fc38.x86_64                                                  
-   fribidi-devel-1.0.12-3.fc38.x86_64                                            
-   gettext-0.21.1-2.fc38.x86_64                                                  
-   gettext-envsubst-0.21.1-2.fc38.x86_64                                         
-   gettext-libs-0.21.1-2.fc38.x86_64                                             
-   gettext-runtime-0.21.1-2.fc38.x86_64                                          
-   glib2-devel-2.76.6-1.fc38.x86_64                                              
-   google-noto-fonts-common-20230201-2.fc38.noarch                               
-   google-noto-sans-vf-fonts-20230201-2.fc38.noarch                              
-   graphite2-1.3.14-11.fc38.x86_64                                               
-   graphite2-devel-1.3.14-11.fc38.x86_64                                         
-   harfbuzz-7.1.0-1.fc38.x86_64                                                  
-   harfbuzz-devel-7.1.0-1.fc38.x86_64                                            
-   harfbuzz-icu-7.1.0-1.fc38.x86_64                                              
-   langpacks-core-font-en-3.0-32.fc38.noarch                                     
-   libXext-1.3.5-2.fc38.x86_64                                                   
-   libXext-devel-1.3.5-2.fc38.x86_64                                             
-   libXft-2.3.8-2.fc38.x86_64                                                    
-   libXft-devel-2.3.8-2.fc38.x86_64                                              
-   libXrender-0.9.11-2.fc38.x86_64                                               
-   libXrender-devel-0.9.11-2.fc38.x86_64                                         
-   libblkid-devel-2.38.1-4.fc38.x86_64                                           
-   libdatrie-0.2.13-5.fc38.x86_64                                                
-   libdatrie-devel-0.2.13-5.fc38.x86_64                                          
-   libffi-devel-3.4.4-2.fc38.x86_64                                              
-   libicu-devel-72.1-2.fc38.x86_64                                               
-   libmount-devel-2.38.1-4.fc38.x86_64                                           
-   libpng-2:1.6.37-14.fc38.x86_64                                                
-   libpng-devel-2:1.6.37-14.fc38.x86_64                                          
-   libselinux-devel-3.5-1.fc38.x86_64                                            
-   libsepol-devel-3.5-1.fc38.x86_64                                              
-   libthai-0.1.29-4.fc38.x86_64                                                  
-   libthai-devel-0.1.29-4.fc38.x86_64                                            
-   libwayland-client-1.22.0-1.fc38.x86_64                                        
-   libwayland-cursor-1.22.0-1.fc38.x86_64                                        
-   libwayland-egl-1.22.0-1.fc38.x86_64                                           
-   libwayland-server-1.22.0-1.fc38.x86_64                                        
-   libxkbcommon-1.5.0-2.fc38.x86_64                                              
-   libxkbcommon-devel-1.5.0-2.fc38.x86_64                                        
-   libxml2-devel-2.10.4-1.fc38.x86_64                                            
-   pango-1.50.14-1.fc38.x86_64                                                   
-   pango-devel-1.50.14-1.fc38.x86_64                                             
-   pcre2-devel-10.42-1.fc38.1.x86_64                                             
-   pcre2-utf16-10.42-1.fc38.1.x86_64                                             
-   pcre2-utf32-10.42-1.fc38.1.x86_64                                             
-   pixman-0.42.2-1.fc38.x86_64                                                   
-   pixman-devel-0.42.2-1.fc38.x86_64                                             
-   sysprof-capture-devel-3.48.0-1.fc38.x86_64                                    
-   wayland-devel-1.22.0-1.fc38.x86_64                                            
-   wayland-protocols-devel-1.33-1.fc38.noarch                                    
-   xkeyboard-config-2.38-1.fc38.noarch                                           
-   xml-common-0.6.3-60.fc38.noarch                                               
-   xz-devel-5.4.1-1.fc38.x86_64                                                  
-   zlib-devel-1.2.13-3.fc38.x86_64                                               
- 
- Complete!
+ /usr/bin/sudo "rpm" "-q" "--whatprovides" "cairo-devel" "libxkbcommon-devel" "pango-devel" "wayland-devel" "wayland-protocols-devel"
- cairo-devel-1.17.8-4.fc38.x86_64
- libxkbcommon-devel-1.5.0-2.fc38.x86_64
- pango-devel-1.50.14-1.fc38.x86_64
- wayland-devel-1.22.0-1.fc38.x86_64
- wayland-protocols-devel-1.33-1.fc38.noarch
2024-05-11 02:48.20 ---> saved as "bff450e72dbd8054326cbd7d7d12414c209e989e66979429c522e5dda3923806"


/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
-> installed conf-libwayland.1
-> retrieved fpath.0.7.3  (cached)
-> 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 02:48.55 ---> saved as "a0c41d2aea166a0601ced1b08c5f417cbca8e750893182f371023a082138ae89"


/src: (copy (src .) (dst /src))
2024-05-11 02:48.56 ---> saved as "310c4c7c4bd6b4c5b468bae92e2c75bf6f6901e7ac366c600ad9b27537bee804"


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