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

fedora-40-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 09:10.31: New job: test kit-ty-kate/waylaunch https://github.com/kit-ty-kate/waylaunch.git#refs/heads/master (b0ae9dbb4239a287101193b8ac6ae5c50fcb33a5) (linux-x86_64:fedora-40-4.14_opam-2.1)
Base: ocaml/opam@sha256:415c184d9c858b1ae7a76855065ecf6c50581f3c9d4564ac83c8b23b8b9ae2b9
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:415c184d9c858b1ae7a76855065ecf6c50581f3c9d4564ac83c8b23b8b9ae2b9
# fedora-40-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 09:10.31: Using cache hint "kit-ty-kate/waylaunch-ocaml/opam@sha256:415c184d9c858b1ae7a76855065ecf6c50581f3c9d4564ac83c8b23b8b9ae2b9-fedora-40-4.14_opam-2.1-0860a9995d6a89f21aeca14cf17cbf03"
2024-05-10 09:10.31: Using OBuilder spec:
((from ocaml/opam@sha256:415c184d9c858b1ae7a76855065ecf6c50581f3c9d4564ac83c8b23b8b9ae2b9)
 (comment fedora-40-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 09:10.31: Waiting for resource in pool OCluster
2024-05-11 00:45.37: Waiting for worker…
2024-05-11 00:48.46: Got resource from pool OCluster
Building on x86-bm-c15.sw.ocaml.org
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:415c184d9c858b1ae7a76855065ecf6c50581f3c9d4564ac83c8b23b8b9ae2b9)
2024-05-11 00:48.46 ---> using "734939365ca49b277f590ce41c8d4d56e6ac1e187e29aa8fe4ddd810266ec9cf" from cache


/: (comment fedora-40-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 40 - x86_64                              267 kB/s |  25 kB     00:00    
Fedora 40 - x86_64                              811 kB/s | 994 kB     00:01    
Fedora 40 openh264 (From Cisco) - x86_64         14 kB/s | 989  B     00:00    
Fedora 40 - x86_64 - Updates                    235 kB/s |  21 kB     00:00    
Fedora 40 - x86_64 - Updates                     10 MB/s | 5.2 MB     00:00    
Package findutils-1:4.9.0-8.fc40.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2024-05-11 00:48.46 ---> using "27f125f8f9874760f522cedb21a2c5b03620375c8731fb3f496d760cdd2cb364" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-05-11 00:48.46 ---> using "31dee9b2c2b3c177fa91b119394c49844294d7b96dbd38a1ef8f05dde637abb5" 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 00:48.46 ---> using "769cb91d456d94573e687dc675037a6ace197e06d0f2fcaf82817c641e39f479" 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 00:48.46 ---> using "d47b804d5ae432c0bfb5d9e647b8c6d02aad94f10c345069ee85ddf4fab8a3d9" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 00:48.46 ---> using "5f1ee7a0295c519a4c376aaa91c28f8b0989c0c4b230f8d83ebda3575617f0c8" 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
   6a2ad82c27..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 00:48.46 ---> using "df50afeb9a04ef44262747674678aef419edd2688d98308e9917851683b016d4" from cache


/src: (copy (src waylaunch.opam) (dst ./))
2024-05-11 00:48.46 ---> saved as "8621839ddefd29cccda3e5cfe5f7045e71a175a21f54bd75c34aa0d59c6a5433"


/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 00:48.48 ---> saved as "bbf57a4f79cbf8b2fa33a69fb35aadba7c89cc544bb01625d3f2ca901673c159"


/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 40 - x86_64                              263 kB/s |  25 kB     00:00    
- Fedora 40 openh264 (From Cisco) - x86_64         14 kB/s | 989  B     00:00    
- Fedora 40 - x86_64 - Updates                    233 kB/s |  21 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:21 ago on Sat May 11 00:48:49 2024.
- Dependencies resolved.
- ================================================================================
-  Package                       Arch      Version               Repository  Size
- ================================================================================
- Installing:
-  cairo-devel                   x86_64    1.18.0-3.fc40         fedora     193 k
-  libxkbcommon-devel            x86_64    1.6.0-2.fc40          fedora      66 k
-  pango-devel                   x86_64    1.52.2-1.fc40         updates    161 k
-  wayland-devel                 x86_64    1.22.0-3.fc40         fedora     148 k
-  wayland-protocols-devel       noarch    1.34-1.fc40           fedora     110 k
- Upgrading:
-  libblkid                      x86_64    2.40.1-1.fc40         updates    124 k
-  libfdisk                      x86_64    2.40.1-1.fc40         updates    159 k
-  libmount                      x86_64    2.40.1-1.fc40         updates    155 k
-  libsmartcols                  x86_64    2.40.1-1.fc40         updates     83 k
-  libuuid                       x86_64    2.40.1-1.fc40         updates     28 k
-  util-linux                    x86_64    2.40.1-1.fc40         updates    1.2 M
-  util-linux-core               x86_64    2.40.1-1.fc40         updates    537 k
- Installing dependencies:
-  abattis-cantarell-vf-fonts    noarch    0.301-12.fc40         fedora     120 k
-  brotli                        x86_64    1.1.0-3.fc40          fedora      20 k
-  brotli-devel                  x86_64    1.1.0-3.fc40          fedora      34 k
-  bzip2-devel                   x86_64    1.0.8-18.fc40         fedora     214 k
-  cairo                         x86_64    1.18.0-3.fc40         fedora     709 k
-  cmake-filesystem              x86_64    3.28.2-1.fc40         fedora      18 k
-  default-fonts-core-sans       noarch    4.0-13.fc40           updates     31 k
-  fontconfig                    x86_64    2.15.0-4.fc40         fedora     269 k
-  fontconfig-devel              x86_64    2.15.0-4.fc40         fedora     165 k
-  fonts-filesystem              noarch    1:2.0.5-14.fc40       fedora     8.2 k
-  freetype                      x86_64    2.13.2-5.fc40         fedora     410 k
-  freetype-devel                x86_64    2.13.2-5.fc40         fedora     951 k
-  fribidi                       x86_64    1.0.13-4.fc40         fedora      91 k
-  fribidi-devel                 x86_64    1.0.13-4.fc40         fedora      30 k
-  gettext                       x86_64    0.22.5-2.fc40         fedora     1.1 M
-  gettext-envsubst              x86_64    0.22.5-2.fc40         fedora      38 k
-  gettext-libs                  x86_64    0.22.5-2.fc40         fedora     664 k
-  gettext-runtime               x86_64    0.22.5-2.fc40         fedora     123 k
-  glib2-devel                   x86_64    2.80.0-1.fc40         fedora     1.5 M
-  google-noto-fonts-common      noarch    20240301-2.fc40       fedora      17 k
-  google-noto-sans-vf-fonts     noarch    20240301-2.fc40       fedora     593 k
-  graphite2                     x86_64    1.3.14-15.fc40        fedora      95 k
-  graphite2-devel               x86_64    1.3.14-15.fc40        fedora      21 k
-  harfbuzz                      x86_64    8.3.0-5.fc40          fedora     1.0 M
-  harfbuzz-devel                x86_64    8.3.0-5.fc40          fedora     451 k
-  harfbuzz-icu                  x86_64    8.3.0-5.fc40          fedora      16 k
-  libXext                       x86_64    1.3.6-1.fc40          fedora      39 k
-  libXext-devel                 x86_64    1.3.6-1.fc40          fedora      86 k
-  libXft                        x86_64    2.3.8-6.fc40          fedora      72 k
-  libXft-devel                  x86_64    2.3.8-6.fc40          fedora      50 k
-  libXrender                    x86_64    0.9.11-6.fc40         fedora      27 k
-  libXrender-devel              x86_64    0.9.11-6.fc40         fedora      19 k
-  libblkid-devel                x86_64    2.40.1-1.fc40         updates     26 k
-  libdatrie                     x86_64    0.2.13-9.fc40         fedora      32 k
-  libdatrie-devel               x86_64    0.2.13-9.fc40         fedora     153 k
-  libffi-devel                  x86_64    3.4.4-7.fc40          fedora      28 k
-  libicu-devel                  x86_64    74.2-1.fc40           fedora     930 k
-  libmount-devel                x86_64    2.40.1-1.fc40         updates     27 k
-  libpng                        x86_64    2:1.6.40-3.fc40       fedora     120 k
-  libpng-devel                  x86_64    2:1.6.40-3.fc40       fedora     291 k
-  libselinux-devel              x86_64    3.6-4.fc40            fedora     151 k
-  libsepol-devel                x86_64    3.6-3.fc40            fedora      49 k
-  libthai                       x86_64    0.1.29-8.fc40         fedora     214 k
-  libthai-devel                 x86_64    0.1.29-8.fc40         fedora     144 k
-  libwayland-client             x86_64    1.22.0-3.fc40         fedora      32 k
-  libwayland-cursor             x86_64    1.22.0-3.fc40         fedora      19 k
-  libwayland-egl                x86_64    1.22.0-3.fc40         fedora      12 k
-  libwayland-server             x86_64    1.22.0-3.fc40         fedora      40 k
-  libxkbcommon                  x86_64    1.6.0-2.fc40          fedora     142 k
-  libxml2-devel                 x86_64    2.12.6-1.fc40         updates    525 k
-  pango                         x86_64    1.52.2-1.fc40         updates    347 k
-  pcre2-devel                   x86_64    10.42-2.fc40.2        fedora     505 k
-  pcre2-utf16                   x86_64    10.42-2.fc40.2        fedora     216 k
-  pcre2-utf32                   x86_64    10.42-2.fc40.2        fedora     203 k
-  pixman                        x86_64    0.43.4-1.fc40         updates    293 k
-  pixman-devel                  x86_64    0.43.4-1.fc40         updates     17 k
-  python3-packaging             noarch    23.2-4.fc40           fedora     125 k
-  sysprof-capture-devel         x86_64    46.0-1.fc40           fedora      54 k
-  xkeyboard-config              noarch    2.41-1.fc40           fedora     976 k
-  xml-common                    noarch    0.6.3-63.fc40         fedora      31 k
-  xz-devel                      x86_64    1:5.4.6-3.fc40        fedora      67 k
-  zlib-ng-compat-devel          x86_64    2.1.6-2.fc40          fedora      36 k
- 
- Transaction Summary
- ================================================================================
- Install  67 Packages
- Upgrade   7 Packages
- 
- Total download size: 17 M
- Downloading Packages:
- (1/74): abattis-cantarell-vf-fonts-0.301-12.fc4 1.1 MB/s | 120 kB     00:00    
- (2/74): brotli-1.1.0-3.fc40.x86_64.rpm          148 kB/s |  20 kB     00:00    
- (3/74): brotli-devel-1.1.0-3.fc40.x86_64.rpm    244 kB/s |  34 kB     00:00    
- (4/74): bzip2-devel-1.0.8-18.fc40.x86_64.rpm    5.0 MB/s | 214 kB     00:00    
- (5/74): cairo-1.18.0-3.fc40.x86_64.rpm          5.6 MB/s | 709 kB     00:00    
- (6/74): cairo-devel-1.18.0-3.fc40.x86_64.rpm    1.0 MB/s | 193 kB     00:00    
- (7/74): cmake-filesystem-3.28.2-1.fc40.x86_64.r  97 kB/s |  18 kB     00:00    
- (8/74): fontconfig-2.15.0-4.fc40.x86_64.rpm     1.5 MB/s | 269 kB     00:00    
- (9/74): fonts-filesystem-2.0.5-14.fc40.noarch.r  75 kB/s | 8.2 kB     00:00    
- (10/74): fontconfig-devel-2.15.0-4.fc40.x86_64. 1.2 MB/s | 165 kB     00:00    
- (11/74): freetype-2.13.2-5.fc40.x86_64.rpm       14 MB/s | 410 kB     00:00    
- (12/74): fribidi-1.0.13-4.fc40.x86_64.rpm       2.7 MB/s |  91 kB     00:00    
- (13/74): fribidi-devel-1.0.13-4.fc40.x86_64.rpm 386 kB/s |  30 kB     00:00    
- (14/74): freetype-devel-2.13.2-5.fc40.x86_64.rp 8.3 MB/s | 951 kB     00:00    
- (15/74): gettext-0.22.5-2.fc40.x86_64.rpm       9.6 MB/s | 1.1 MB     00:00    
- (16/74): gettext-runtime-0.22.5-2.fc40.x86_64.r 3.9 MB/s | 123 kB     00:00    
- (17/74): gettext-libs-0.22.5-2.fc40.x86_64.rpm  8.0 MB/s | 664 kB     00:00    
- (18/74): gettext-envsubst-0.22.5-2.fc40.x86_64. 379 kB/s |  38 kB     00:00    
- (19/74): google-noto-fonts-common-20240301-2.fc 108 kB/s |  17 kB     00:00    
- (20/74): google-noto-sans-vf-fonts-20240301-2.f 3.1 MB/s | 593 kB     00:00    
- (21/74): glib2-devel-2.80.0-1.fc40.x86_64.rpm   5.8 MB/s | 1.5 MB     00:00    
- (22/74): graphite2-1.3.14-15.fc40.x86_64.rpm    725 kB/s |  95 kB     00:00    
- (23/74): graphite2-devel-1.3.14-15.fc40.x86_64. 118 kB/s |  21 kB     00:00    
- (24/74): harfbuzz-8.3.0-5.fc40.x86_64.rpm       5.6 MB/s | 1.0 MB     00:00    
- (25/74): harfbuzz-icu-8.3.0-5.fc40.x86_64.rpm   297 kB/s |  16 kB     00:00    
- (26/74): harfbuzz-devel-8.3.0-5.fc40.x86_64.rpm 3.0 MB/s | 451 kB     00:00    
- (27/74): libXext-1.3.6-1.fc40.x86_64.rpm        990 kB/s |  39 kB     00:00    
- (28/74): libXext-devel-1.3.6-1.fc40.x86_64.rpm  843 kB/s |  86 kB     00:00    
- (29/74): libXft-2.3.8-6.fc40.x86_64.rpm         676 kB/s |  72 kB     00:00    
- (30/74): libXft-devel-2.3.8-6.fc40.x86_64.rpm   407 kB/s |  50 kB     00:00    
- (31/74): libXrender-0.9.11-6.fc40.x86_64.rpm    290 kB/s |  27 kB     00:00    
- (32/74): libXrender-devel-0.9.11-6.fc40.x86_64. 239 kB/s |  19 kB     00:00    
- (33/74): libdatrie-0.2.13-9.fc40.x86_64.rpm     401 kB/s |  32 kB     00:00    
- (34/74): libdatrie-devel-0.2.13-9.fc40.x86_64.r 2.2 MB/s | 153 kB     00:00    
- (35/74): libffi-devel-3.4.4-7.fc40.x86_64.rpm   288 kB/s |  28 kB     00:00    
- (36/74): libpng-1.6.40-3.fc40.x86_64.rpm        3.1 MB/s | 120 kB     00:00    
- (37/74): libicu-devel-74.2-1.fc40.x86_64.rpm     11 MB/s | 930 kB     00:00    
- (38/74): libpng-devel-1.6.40-3.fc40.x86_64.rpm  8.2 MB/s | 291 kB     00:00    
- (39/74): libselinux-devel-3.6-4.fc40.x86_64.rpm 938 kB/s | 151 kB     00:00    
- (40/74): libsepol-devel-3.6-3.fc40.x86_64.rpm   337 kB/s |  49 kB     00:00    
- (41/74): libthai-0.1.29-8.fc40.x86_64.rpm       1.3 MB/s | 214 kB     00:00    
- (42/74): libwayland-cursor-1.22.0-3.fc40.x86_64 635 kB/s |  19 kB     00:00    
- (43/74): libwayland-client-1.22.0-3.fc40.x86_64 444 kB/s |  32 kB     00:00    
- (44/74): libwayland-server-1.22.0-3.fc40.x86_64 1.2 MB/s |  40 kB     00:00    
- (45/74): libwayland-egl-1.22.0-3.fc40.x86_64.rp 292 kB/s |  12 kB     00:00    
- (46/74): libthai-devel-0.1.29-8.fc40.x86_64.rpm 780 kB/s | 144 kB     00:00    
- (47/74): libxkbcommon-1.6.0-2.fc40.x86_64.rpm   1.7 MB/s | 142 kB     00:00    
- (48/74): libxkbcommon-devel-1.6.0-2.fc40.x86_64 770 kB/s |  66 kB     00:00    
- (49/74): pcre2-utf32-10.42-2.fc40.2.x86_64.rpm   17 MB/s | 203 kB     00:00    
- (50/74): pcre2-devel-10.42-2.fc40.2.x86_64.rpm   10 MB/s | 505 kB     00:00    
- (51/74): pcre2-utf16-10.42-2.fc40.2.x86_64.rpm  2.7 MB/s | 216 kB     00:00    
- (52/74): python3-packaging-23.2-4.fc40.noarch.r 1.2 MB/s | 125 kB     00:00    
- (53/74): sysprof-capture-devel-46.0-1.fc40.x86_ 721 kB/s |  54 kB     00:00    
- (54/74): wayland-protocols-devel-1.34-1.fc40.no 2.1 MB/s | 110 kB     00:00    
- (55/74): wayland-devel-1.22.0-3.fc40.x86_64.rpm 1.5 MB/s | 148 kB     00:00    
- (56/74): xml-common-0.6.3-63.fc40.noarch.rpm    406 kB/s |  31 kB     00:00    
- (57/74): xkeyboard-config-2.41-1.fc40.noarch.rp 6.0 MB/s | 976 kB     00:00    
- (58/74): xz-devel-5.4.6-3.fc40.x86_64.rpm       439 kB/s |  67 kB     00:00    
- (59/74): default-fonts-core-sans-4.0-13.fc40.no 296 kB/s |  31 kB     00:00    
- (60/74): zlib-ng-compat-devel-2.1.6-2.fc40.x86_ 221 kB/s |  36 kB     00:00    
- (61/74): libblkid-devel-2.40.1-1.fc40.x86_64.rp 177 kB/s |  26 kB     00:00    
- (62/74): libmount-devel-2.40.1-1.fc40.x86_64.rp 244 kB/s |  27 kB     00:00    
- (63/74): libxml2-devel-2.12.6-1.fc40.x86_64.rpm 3.4 MB/s | 525 kB     00:00    
- (64/74): pango-1.52.2-1.fc40.x86_64.rpm         2.8 MB/s | 347 kB     00:00    
- (65/74): pango-devel-1.52.2-1.fc40.x86_64.rpm   1.4 MB/s | 161 kB     00:00    
- (66/74): pixman-0.43.4-1.fc40.x86_64.rpm        3.8 MB/s | 293 kB     00:00    
- (67/74): pixman-devel-0.43.4-1.fc40.x86_64.rpm  402 kB/s |  17 kB     00:00    
- (68/74): libblkid-2.40.1-1.fc40.x86_64.rpm      2.6 MB/s | 124 kB     00:00    
- (69/74): libfdisk-2.40.1-1.fc40.x86_64.rpm      6.0 MB/s | 159 kB     00:00    
- (70/74): libuuid-2.40.1-1.fc40.x86_64.rpm       633 kB/s |  28 kB     00:00    
- (71/74): libsmartcols-2.40.1-1.fc40.x86_64.rpm  1.5 MB/s |  83 kB     00:00    
- (72/74): libmount-2.40.1-1.fc40.x86_64.rpm      1.7 MB/s | 155 kB     00:00    
- (73/74): util-linux-core-2.40.1-1.fc40.x86_64.r 4.0 MB/s | 537 kB     00:00    
- (74/74): util-linux-2.40.1-1.fc40.x86_64.rpm    5.7 MB/s | 1.2 MB     00:00    
- --------------------------------------------------------------------------------
- Total                                           6.1 MB/s |  17 MB     00:02     
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Preparing        :                                                        1/1 
-   Upgrading        : libuuid-2.40.1-1.fc40.x86_64                          1/81 
-   Upgrading        : libblkid-2.40.1-1.fc40.x86_64                         2/81 
-   Installing       : zlib-ng-compat-devel-2.1.6-2.fc40.x86_64              3/81 
-   Installing       : libXrender-0.9.11-6.fc40.x86_64                       4/81 
-   Installing       : libXrender-devel-0.9.11-6.fc40.x86_64                 5/81 
-   Upgrading        : libmount-2.40.1-1.fc40.x86_64                         6/81 
-   Installing       : libpng-2:1.6.40-3.fc40.x86_64                         7/81 
-   Installing       : fonts-filesystem-1:2.0.5-14.fc40.noarch               8/81 
-   Installing       : libpng-devel-2:1.6.40-3.fc40.x86_64                   9/81 
-   Upgrading        : libsmartcols-2.40.1-1.fc40.x86_64                    10/81 
-   Installing       : pixman-0.43.4-1.fc40.x86_64                          11/81 
-   Installing       : libwayland-client-1.22.0-3.fc40.x86_64               12/81 
-   Installing       : libffi-devel-3.4.4-7.fc40.x86_64                     13/81 
-   Installing       : libdatrie-0.2.13-9.fc40.x86_64                       14/81 
-   Installing       : libthai-0.1.29-8.fc40.x86_64                         15/81 
-   Installing       : libXext-1.3.6-1.fc40.x86_64                          16/81 
-   Installing       : graphite2-1.3.14-15.fc40.x86_64                      17/81 
-   Installing       : gettext-libs-0.22.5-2.fc40.x86_64                    18/81 
-   Installing       : fribidi-1.0.13-4.fc40.x86_64                         19/81 
-   Installing       : fribidi-devel-1.0.13-4.fc40.x86_64                   20/81 
-   Installing       : graphite2-devel-1.3.14-15.fc40.x86_64                21/81 
-   Installing       : libXext-devel-1.3.6-1.fc40.x86_64                    22/81 
-   Installing       : libdatrie-devel-0.2.13-9.fc40.x86_64                 23/81 
-   Installing       : libthai-devel-0.1.29-8.fc40.x86_64                   24/81 
-   Installing       : libwayland-cursor-1.22.0-3.fc40.x86_64               25/81 
-   Installing       : pixman-devel-0.43.4-1.fc40.x86_64                    26/81 
-   Upgrading        : util-linux-core-2.40.1-1.fc40.x86_64                 27/81 
-   Installing       : abattis-cantarell-vf-fonts-0.301-12.fc40.noarch      28/81 
-   Installing       : libblkid-devel-2.40.1-1.fc40.x86_64                  29/81 
-   Upgrading        : libfdisk-2.40.1-1.fc40.x86_64                        30/81 
-   Installing       : xz-devel-1:5.4.6-3.fc40.x86_64                       31/81 
-   Running scriptlet: xml-common-0.6.3-63.fc40.noarch                      32/81 
-   Installing       : xml-common-0.6.3-63.fc40.noarch                      32/81 
-   Installing       : xkeyboard-config-2.41-1.fc40.noarch                  33/81 
-   Installing       : libxkbcommon-1.6.0-2.fc40.x86_64                     34/81 
-   Installing       : sysprof-capture-devel-46.0-1.fc40.x86_64             35/81 
-   Installing       : python3-packaging-23.2-4.fc40.noarch                 36/81 
-   Installing       : pcre2-utf32-10.42-2.fc40.2.x86_64                    37/81 
-   Installing       : pcre2-utf16-10.42-2.fc40.2.x86_64                    38/81 
-   Installing       : pcre2-devel-10.42-2.fc40.2.x86_64                    39/81 
-   Installing       : libwayland-server-1.22.0-3.fc40.x86_64               40/81 
-   Installing       : libwayland-egl-1.22.0-3.fc40.x86_64                  41/81 
-   Installing       : libsepol-devel-3.6-3.fc40.x86_64                     42/81 
-   Installing       : libselinux-devel-3.6-4.fc40.x86_64                   43/81 
-   Installing       : libmount-devel-2.40.1-1.fc40.x86_64                  44/81 
-   Installing       : glib2-devel-2.80.0-1.fc40.x86_64                     45/81
-  
-   Installing       : libicu-devel-74.2-1.fc40.x86_64                      46/81 
-   Installing       : google-noto-fonts-common-20240301-2.fc40.noarch      47/81 
-   Installing       : google-noto-sans-vf-fonts-20240301-2.fc40.noarch     48/81 
-   Installing       : default-fonts-core-sans-4.0-13.fc40.noarch           49/81 
-   Installing       : cairo-1.18.0-3.fc40.x86_64                           50/81 
-   Installing       : harfbuzz-8.3.0-5.fc40.x86_64                         51/81 
-   Installing       : freetype-2.13.2-5.fc40.x86_64                        52/81 
-   Installing       : fontconfig-2.15.0-4.fc40.x86_64                      53/81 
-   Running scriptlet: fontconfig-2.15.0-4.fc40.x86_64                      53/81
-  
-   Installing       : libXft-2.3.8-6.fc40.x86_64                           54/81 
-   Installing       : pango-1.52.2-1.fc40.x86_64                           55/81 
-   Installing       : harfbuzz-icu-8.3.0-5.fc40.x86_64                     56/81 
-   Installing       : gettext-envsubst-0.22.5-2.fc40.x86_64                57/81 
-   Installing       : gettext-runtime-0.22.5-2.fc40.x86_64                 58/81 
-   Installing       : gettext-0.22.5-2.fc40.x86_64                         59/81 
-   Installing       : cmake-filesystem-3.28.2-1.fc40.x86_64                60/81 
-   Installing       : libxml2-devel-2.12.6-1.fc40.x86_64                   61/81 
-   Installing       : bzip2-devel-1.0.8-18.fc40.x86_64                     62/81 
-   Installing       : brotli-1.1.0-3.fc40.x86_64                           63/81 
-   Installing       : brotli-devel-1.1.0-3.fc40.x86_64                     64/81 
-   Installing       : freetype-devel-2.13.2-5.fc40.x86_64                  65/81 
-   Installing       : harfbuzz-devel-8.3.0-5.fc40.x86_64                   66/81 
-   Installing       : fontconfig-devel-2.15.0-4.fc40.x86_64                67/81 
-   Installing       : cairo-devel-1.18.0-3.fc40.x86_64                     68/81 
-   Installing       : libXft-devel-2.3.8-6.fc40.x86_64                     69/81 
-   Installing       : pango-devel-1.52.2-1.fc40.x86_64                     70/81 
-   Installing       : libxkbcommon-devel-1.6.0-2.fc40.x86_64               71/81 
-   Installing       : wayland-devel-1.22.0-3.fc40.x86_64                   72/81 
-   Upgrading        : util-linux-2.40.1-1.fc40.x86_64                      73/81 
-   Running scriptlet: util-linux-2.40.1-1.fc40.x86_64                      73/81 
-   Installing       : wayland-protocols-devel-1.34-1.fc40.noarch           74/81 
-   Running scriptlet: util-linux-2.40-13.fc40.x86_64                       75/81 
-   Cleanup          : util-linux-2.40-13.fc40.x86_64                       75/81 
-   Running scriptlet: util-linux-2.40-13.fc40.x86_64                       75/81 
-   Cleanup          : util-linux-core-2.40-13.fc40.x86_64                  76/81 
-   Cleanup          : libmount-2.40-13.fc40.x86_64                         77/81 
-   Cleanup          : libfdisk-2.40-13.fc40.x86_64                         78/81 
-   Cleanup          : libblkid-2.40-13.fc40.x86_64                         79/81 
-   Cleanup          : libuuid-2.40-13.fc40.x86_64                          80/81 
-   Cleanup          : libsmartcols-2.40-13.fc40.x86_64                     81/81 
-   Running scriptlet: fontconfig-2.15.0-4.fc40.x86_64                      81/81 
-   Running scriptlet: libsmartcols-2.40-13.fc40.x86_64                     81/81 
- 
- Upgraded:
-   libblkid-2.40.1-1.fc40.x86_64            libfdisk-2.40.1-1.fc40.x86_64        
-   libmount-2.40.1-1.fc40.x86_64            libsmartcols-2.40.1-1.fc40.x86_64    
-   libuuid-2.40.1-1.fc40.x86_64             util-linux-2.40.1-1.fc40.x86_64      
-   util-linux-core-2.40.1-1.fc40.x86_64    
- Installed:
-   abattis-cantarell-vf-fonts-0.301-12.fc40.noarch                               
-   brotli-1.1.0-3.fc40.x86_64                                                    
-   brotli-devel-1.1.0-3.fc40.x86_64                                              
-   bzip2-devel-1.0.8-18.fc40.x86_64                                              
-   cairo-1.18.0-3.fc40.x86_64                                                    
-   cairo-devel-1.18.0-3.fc40.x86_64                                              
-   cmake-filesystem-3.28.2-1.fc40.x86_64                                         
-   default-fonts-core-sans-4.0-13.fc40.noarch                                    
-   fontconfig-2.15.0-4.fc40.x86_64                                               
-   fontconfig-devel-2.15.0-4.fc40.x86_64                                         
-   fonts-filesystem-1:2.0.5-14.fc40.noarch                                       
-   freetype-2.13.2-5.fc40.x86_64                                                 
-   freetype-devel-2.13.2-5.fc40.x86_64                                           
-   fribidi-1.0.13-4.fc40.x86_64                                                  
-   fribidi-devel-1.0.13-4.fc40.x86_64                                            
-   gettext-0.22.5-2.fc40.x86_64                                                  
-   gettext-envsubst-0.22.5-2.fc40.x86_64                                         
-   gettext-libs-0.22.5-2.fc40.x86_64                                             
-   gettext-runtime-0.22.5-2.fc40.x86_64                                          
-   glib2-devel-2.80.0-1.fc40.x86_64                                              
-   google-noto-fonts-common-20240301-2.fc40.noarch                               
-   google-noto-sans-vf-fonts-20240301-2.fc40.noarch                              
-   graphite2-1.3.14-15.fc40.x86_64                                               
-   graphite2-devel-1.3.14-15.fc40.x86_64                                         
-   harfbuzz-8.3.0-5.fc40.x86_64                                                  
-   harfbuzz-devel-8.3.0-5.fc40.x86_64                                            
-   harfbuzz-icu-8.3.0-5.fc40.x86_64                                              
-   libXext-1.3.6-1.fc40.x86_64                                                   
-   libXext-devel-1.3.6-1.fc40.x86_64                                             
-   libXft-2.3.8-6.fc40.x86_64                                                    
-   libXft-devel-2.3.8-6.fc40.x86_64                                              
-   libXrender-0.9.11-6.fc40.x86_64                                               
-   libXrender-devel-0.9.11-6.fc40.x86_64                                         
-   libblkid-devel-2.40.1-1.fc40.x86_64                                           
-   libdatrie-0.2.13-9.fc40.x86_64                                                
-   libdatrie-devel-0.2.13-9.fc40.x86_64                                          
-   libffi-devel-3.4.4-7.fc40.x86_64                                              
-   libicu-devel-74.2-1.fc40.x86_64                                               
-   libmount-devel-2.40.1-1.fc40.x86_64                                           
-   libpng-2:1.6.40-3.fc40.x86_64                                                 
-   libpng-devel-2:1.6.40-3.fc40.x86_64                                           
-   libselinux-devel-3.6-4.fc40.x86_64                                            
-   libsepol-devel-3.6-3.fc40.x86_64                                              
-   libthai-0.1.29-8.fc40.x86_64                                                  
-   libthai-devel-0.1.29-8.fc40.x86_64                                            
-   libwayland-client-1.22.0-3.fc40.x86_64                                        
-   libwayland-cursor-1.22.0-3.fc40.x86_64                                        
-   libwayland-egl-1.22.0-3.fc40.x86_64                                           
-   libwayland-server-1.22.0-3.fc40.x86_64                                        
-   libxkbcommon-1.6.0-2.fc40.x86_64                                              
-   libxkbcommon-devel-1.6.0-2.fc40.x86_64                                        
-   libxml2-devel-2.12.6-1.fc40.x86_64                                            
-   pango-1.52.2-1.fc40.x86_64                                                    
-   pango-devel-1.52.2-1.fc40.x86_64                                              
-   pcre2-devel-10.42-2.fc40.2.x86_64                                             
-   pcre2-utf16-10.42-2.fc40.2.x86_64                                             
-   pcre2-utf32-10.42-2.fc40.2.x86_64                                             
-   pixman-0.43.4-1.fc40.x86_64                                                   
-   pixman-devel-0.43.4-1.fc40.x86_64                                             
-   python3-packaging-23.2-4.fc40.noarch                                          
-   sysprof-capture-devel-46.0-1.fc40.x86_64                                      
-   wayland-devel-1.22.0-3.fc40.x86_64                                            
-   wayland-protocols-devel-1.34-1.fc40.noarch                                    
-   xkeyboard-config-2.41-1.fc40.noarch                                           
-   xml-common-0.6.3-63.fc40.noarch                                               
-   xz-devel-1:5.4.6-3.fc40.x86_64                                                
-   zlib-ng-compat-devel-2.1.6-2.fc40.x86_64                                      
- 
- Complete!
+ /usr/bin/sudo "rpm" "-q" "--whatprovides" "cairo-devel" "libxkbcommon-devel" "pango-devel" "wayland-devel" "wayland-protocols-devel"
- cairo-devel-1.18.0-3.fc40.x86_64
- libxkbcommon-devel-1.6.0-2.fc40.x86_64
- pango-devel-1.52.2-1.fc40.x86_64
- wayland-devel-1.22.0-3.fc40.x86_64
- wayland-protocols-devel-1.34-1.fc40.noarch
2024-05-11 00:49.18 ---> saved as "eefbef40c3efa616f1839f01280cc9528f95b6bb8653d2425090daae35128587"


/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 00:50.12 ---> saved as "5d27bfcac83ac1a2432ccb2760fb867854fbe0c1369cec88d7824e65df7cdefe"


/src: (copy (src .) (dst /src))
2024-05-11 00:50.13 ---> saved as "c82ed9d31171cad8d5e80924b14930c1620b908e7c00fbcfa20b88a6dce6b77c"


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