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

fedora-39-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-39-4.14_opam-2.1)
Base: ocaml/opam@sha256:ed7c1e0d99e0721e1f70d37387d85dc50ee1cd18e94bb53a454c6064400c0db3
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:ed7c1e0d99e0721e1f70d37387d85dc50ee1cd18e94bb53a454c6064400c0db3
# fedora-39-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:ed7c1e0d99e0721e1f70d37387d85dc50ee1cd18e94bb53a454c6064400c0db3-fedora-39-4.14_opam-2.1-0860a9995d6a89f21aeca14cf17cbf03"
2024-05-10 09:10.31: Using OBuilder spec:
((from ocaml/opam@sha256:ed7c1e0d99e0721e1f70d37387d85dc50ee1cd18e94bb53a454c6064400c0db3)
 (comment fedora-39-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.39: Waiting for worker…
2024-05-11 00:46.04: 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:ed7c1e0d99e0721e1f70d37387d85dc50ee1cd18e94bb53a454c6064400c0db3)
2024-05-11 00:46.05 ---> using "de5c85e07ee957c3bc1265b45c1243eb411cb9ddce0938b3d6424d1fb62b675a" from cache


/: (comment fedora-39-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 39 - x86_64                              207 kB/s |  25 kB     00:00    
Fedora 39 openh264 (From Cisco) - x86_64         10 kB/s | 989  B     00:00    
Fedora 39 - x86_64 - Updates                    183 kB/s |  23 kB     00:00    
Fedora 39 - x86_64 - Updates                    8.2 MB/s |  32 MB     00:03    
Package findutils-1:4.9.0-5.fc39.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2024-05-11 00:46.05 ---> using "c83495299c31d099e69c8ae8d78b7d87dbcacc4a0da1d6de3ba106095978cc72" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-05-11 00:46.05 ---> using "9900d95d490eb7388fac05e6319c9fec3bfcd14a566dc9d93a3295f7196fec06" 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:46.05 ---> using "93df74f63cd2c4616683b082f460a7adde58962d579e2601f9bf4cc755893cf0" 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 00:46.05 ---> using "e051b4c4fe40af6432c57ad1c5b3847c92265813c1723580447b65ec069fe6e2" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 00:46.05 ---> using "12f1339482168279e6b6ff9d29ff95d72a63bc254a0f4c7c402c007570a4d23b" 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:46.05 ---> using "78350c386d0fbf20d059b1bcaaedb7b51f80f003726e16bb03668496ad487060" from cache


/src: (copy (src waylaunch.opam) (dst ./))
2024-05-11 00:46.05 ---> saved as "bba376799b96a470ef794c01e6145e028a8011bec3c037de5cca6429e32e2b7e"


/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:46.07 ---> saved as "a6ed732f5be10dbabc7447fa6f534c5fa938bd2ed27987ae8cd5f3107b17245f"


/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 39 - x86_64                              195 kB/s |  25 kB     00:00    
- Fedora 39 openh264 (From Cisco) - x86_64        9.8 kB/s | 989  B     00:00    
- Fedora 39 - x86_64 - Updates                    177 kB/s |  23 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 00:46:08 2024.
- Dependencies resolved.
- ================================================================================
-  Package                       Arch      Version               Repository  Size
- ================================================================================
- Installing:
-  cairo-devel                   x86_64    1.18.0-1.fc39         fedora     193 k
-  libxkbcommon-devel            x86_64    1.6.0-1.fc39          updates     66 k
-  pango-devel                   x86_64    1.51.0-1.fc39         fedora     161 k
-  wayland-devel                 x86_64    1.22.0-2.fc39         fedora     148 k
-  wayland-protocols-devel       noarch    1.33-1.fc39           updates    106 k
- Installing dependencies:
-  abattis-cantarell-vf-fonts    noarch    0.301-10.fc39         fedora     121 k
-  brotli                        x86_64    1.1.0-1.fc39          fedora      20 k
-  brotli-devel                  x86_64    1.1.0-1.fc39          fedora      34 k
-  bzip2-devel                   x86_64    1.0.8-16.fc39         fedora     214 k
-  cairo                         x86_64    1.18.0-1.fc39         fedora     710 k
-  cmake-filesystem              x86_64    3.27.7-1.fc39         fedora      19 k
-  default-fonts-core-sans       noarch    4.0-9.fc39            fedora      32 k
-  fontconfig                    x86_64    2.14.2-6.fc39         updates    296 k
-  fontconfig-devel              x86_64    2.14.2-6.fc39         updates    164 k
-  freetype                      x86_64    2.13.1-2.fc39         fedora     414 k
-  freetype-devel                x86_64    2.13.1-2.fc39         fedora     950 k
-  fribidi                       x86_64    1.0.13-2.fc39         fedora      91 k
-  fribidi-devel                 x86_64    1.0.13-2.fc39         fedora      30 k
-  gettext                       x86_64    0.22-2.fc39           fedora     1.1 M
-  gettext-envsubst              x86_64    0.22-2.fc39           fedora      36 k
-  gettext-libs                  x86_64    0.22-2.fc39           fedora     328 k
-  gettext-runtime               x86_64    0.22-2.fc39           fedora     120 k
-  glib2-devel                   x86_64    2.78.3-1.fc39         updates    596 k
-  google-noto-fonts-common      noarch    20240101-1.fc39       updates     17 k
-  google-noto-sans-vf-fonts     noarch    20240101-1.fc39       updates    593 k
-  graphite2                     x86_64    1.3.14-12.fc39        fedora      95 k
-  graphite2-devel               x86_64    1.3.14-12.fc39        fedora      20 k
-  harfbuzz                      x86_64    8.2.1-2.fc39          fedora     975 k
-  harfbuzz-devel                x86_64    8.2.1-2.fc39          fedora     450 k
-  harfbuzz-icu                  x86_64    8.2.1-2.fc39          fedora      17 k
-  libXext                       x86_64    1.3.5-3.fc39          fedora      39 k
-  libXext-devel                 x86_64    1.3.5-3.fc39          fedora      85 k
-  libXft                        x86_64    2.3.8-3.fc39          fedora      72 k
-  libXft-devel                  x86_64    2.3.8-3.fc39          fedora      50 k
-  libXrender                    x86_64    0.9.11-3.fc39         fedora      27 k
-  libXrender-devel              x86_64    0.9.11-3.fc39         fedora      19 k
-  libblkid-devel                x86_64    2.39.4-1.fc39         updates     18 k
-  libdatrie                     x86_64    0.2.13-7.fc39         fedora      32 k
-  libdatrie-devel               x86_64    0.2.13-7.fc39         fedora     148 k
-  libffi-devel                  x86_64    3.4.4-4.fc39          fedora      29 k
-  libicu-devel                  x86_64    73.2-2.fc39           fedora     924 k
-  libmount-devel                x86_64    2.39.4-1.fc39         updates     18 k
-  libpng                        x86_64    2:1.6.37-15.fc39      fedora     119 k
-  libpng-devel                  x86_64    2:1.6.37-15.fc39      fedora     291 k
-  libselinux-devel              x86_64    3.5-5.fc39            fedora     151 k
-  libsepol-devel                x86_64    3.5-2.fc39            fedora      49 k
-  libthai                       x86_64    0.1.29-6.fc39         fedora     213 k
-  libthai-devel                 x86_64    0.1.29-6.fc39         fedora     139 k
-  libwayland-client             x86_64    1.22.0-2.fc39         fedora      34 k
-  libwayland-cursor             x86_64    1.22.0-2.fc39         fedora      19 k
-  libwayland-egl                x86_64    1.22.0-2.fc39         fedora      13 k
-  libwayland-server             x86_64    1.22.0-2.fc39         fedora      42 k
-  libxkbcommon                  x86_64    1.6.0-1.fc39          updates    142 k
-  libxml2-devel                 x86_64    2.10.4-3.fc39         fedora     527 k
-  pango                         x86_64    1.51.0-1.fc39         fedora     343 k
-  pcre2-devel                   x86_64    10.42-1.fc39.2        fedora     505 k
-  pcre2-utf16                   x86_64    10.42-1.fc39.2        fedora     212 k
-  pcre2-utf32                   x86_64    10.42-1.fc39.2        fedora     200 k
-  pixman                        x86_64    0.42.2-2.fc39         fedora     288 k
-  pixman-devel                  x86_64    0.42.2-2.fc39         fedora      17 k
-  python3-setuptools            noarch    67.7.2-7.fc39         fedora     1.5 M
-  sysprof-capture-devel         x86_64    45.1-1.fc39           updates     59 k
-  xkeyboard-config              noarch    2.40-1.fc39           updates    971 k
-  xml-common                    noarch    0.6.3-61.fc39         fedora      31 k
-  xz-devel                      x86_64    5.4.4-1.fc39          fedora      66 k
-  zlib-devel                    x86_64    1.2.13-4.fc39         fedora      45 k
- 
- Transaction Summary
- ================================================================================
- Install  66 Packages
- 
- Total download size: 15 M
- Installed size: 69 M
- Downloading Packages:
- (1/66): brotli-1.1.0-1.fc39.x86_64.rpm          253 kB/s |  20 kB     00:00    
- (2/66): brotli-devel-1.1.0-1.fc39.x86_64.rpm    417 kB/s |  34 kB     00:00    
- (3/66): abattis-cantarell-vf-fonts-0.301-10.fc3 1.1 MB/s | 121 kB     00:00    
- (4/66): bzip2-devel-1.0.8-16.fc39.x86_64.rpm    3.0 MB/s | 214 kB     00:00    
- (5/66): cairo-devel-1.18.0-1.fc39.x86_64.rpm    4.2 MB/s | 193 kB     00:00    
- (6/66): cairo-1.18.0-1.fc39.x86_64.rpm          8.7 MB/s | 710 kB     00:00    
- (7/66): cmake-filesystem-3.27.7-1.fc39.x86_64.r 862 kB/s |  19 kB     00:00    
- (8/66): default-fonts-core-sans-4.0-9.fc39.noar 789 kB/s |  32 kB     00:00    
- (9/66): freetype-2.13.1-2.fc39.x86_64.rpm       6.7 MB/s | 414 kB     00:00    
- (10/66): fribidi-devel-1.0.13-2.fc39.x86_64.rpm 1.2 MB/s |  30 kB     00:00    
- (11/66): fribidi-1.0.13-2.fc39.x86_64.rpm       1.1 MB/s |  91 kB     00:00    
- (12/66): freetype-devel-2.13.1-2.fc39.x86_64.rp 8.6 MB/s | 950 kB     00:00    
- (13/66): gettext-envsubst-0.22-2.fc39.x86_64.rp 3.9 MB/s |  36 kB     00:00    
- (14/66): gettext-libs-0.22-2.fc39.x86_64.rpm     12 MB/s | 328 kB     00:00    
- (15/66): graphite2-1.3.14-12.fc39.x86_64.rpm    5.0 MB/s |  95 kB     00:00    
- (16/66): graphite2-devel-1.3.14-12.fc39.x86_64. 1.0 MB/s |  20 kB     00:00    
- (17/66): gettext-runtime-0.22-2.fc39.x86_64.rpm 1.8 MB/s | 120 kB     00:00    
- (18/66): gettext-0.22-2.fc39.x86_64.rpm         8.9 MB/s | 1.1 MB     00:00    
- (19/66): harfbuzz-icu-8.2.1-2.fc39.x86_64.rpm   368 kB/s |  17 kB     00:00    
- (20/66): harfbuzz-devel-8.2.1-2.fc39.x86_64.rpm 5.5 MB/s | 450 kB     00:00    
- (21/66): libXext-1.3.5-3.fc39.x86_64.rpm        1.8 MB/s |  39 kB     00:00    
- (22/66): harfbuzz-8.2.1-2.fc39.x86_64.rpm       8.6 MB/s | 975 kB     00:00    
- (23/66): libXext-devel-1.3.5-3.fc39.x86_64.rpm  2.6 MB/s |  85 kB     00:00    
- (24/66): libXft-devel-2.3.8-3.fc39.x86_64.rpm   2.4 MB/s |  50 kB     00:00    
- (25/66): libXrender-0.9.11-3.fc39.x86_64.rpm    1.3 MB/s |  27 kB     00:00    
- (26/66): libXrender-devel-0.9.11-3.fc39.x86_64. 1.7 MB/s |  19 kB     00:00    
- (27/66): libdatrie-0.2.13-7.fc39.x86_64.rpm     2.0 MB/s |  32 kB     00:00    
- (28/66): libffi-devel-3.4.4-4.fc39.x86_64.rpm   1.8 MB/s |  29 kB     00:00    
- (29/66): libdatrie-devel-0.2.13-7.fc39.x86_64.r 3.7 MB/s | 148 kB     00:00    
- (30/66): libpng-1.6.37-15.fc39.x86_64.rpm       4.3 MB/s | 119 kB     00:00    
- (31/66): libpng-devel-1.6.37-15.fc39.x86_64.rpm 4.9 MB/s | 291 kB     00:00    
- (32/66): libselinux-devel-3.5-5.fc39.x86_64.rpm 3.4 MB/s | 151 kB     00:00    
- (33/66): libicu-devel-73.2-2.fc39.x86_64.rpm    5.8 MB/s | 924 kB     00:00    
- (34/66): libsepol-devel-3.5-2.fc39.x86_64.rpm   2.9 MB/s |  49 kB     00:00    
- (35/66): libXft-2.3.8-3.fc39.x86_64.rpm         294 kB/s |  72 kB     00:00    
- (36/66): libthai-0.1.29-6.fc39.x86_64.rpm       4.6 MB/s | 213 kB     00:00    
- (37/66): libwayland-client-1.22.0-2.fc39.x86_64 823 kB/s |  34 kB     00:00    
- (38/66): libwayland-cursor-1.22.0-2.fc39.x86_64 1.9 MB/s |  19 kB     00:00    
- (39/66): libthai-devel-0.1.29-6.fc39.x86_64.rpm 2.3 MB/s | 139 kB     00:00    
- (40/66): libwayland-server-1.22.0-2.fc39.x86_64 1.9 MB/s |  42 kB     00:00    
- (41/66): libwayland-egl-1.22.0-2.fc39.x86_64.rp 479 kB/s |  13 kB     00:00    
- (42/66): pango-devel-1.51.0-1.fc39.x86_64.rpm   3.1 MB/s | 161 kB     00:00    
- (43/66): pango-1.51.0-1.fc39.x86_64.rpm         4.7 MB/s | 343 kB     00:00    
- (44/66): libxml2-devel-2.10.4-3.fc39.x86_64.rpm 5.5 MB/s | 527 kB     00:00    
- (45/66): pcre2-utf16-10.42-1.fc39.2.x86_64.rpm  5.4 MB/s | 212 kB     00:00    
- (46/66): pcre2-utf32-10.42-1.fc39.2.x86_64.rpm  5.4 MB/s | 200 kB     00:00    
- (47/66): pixman-devel-0.42.2-2.fc39.x86_64.rpm  1.3 MB/s |  17 kB     00:00    
- (48/66): pixman-0.42.2-2.fc39.x86_64.rpm        5.3 MB/s | 288 kB     00:00    
- (49/66): pcre2-devel-10.42-1.fc39.2.x86_64.rpm  4.2 MB/s | 505 kB     00:00    
- (50/66): xml-common-0.6.3-61.fc39.noarch.rpm    1.2 MB/s |  31 kB     00:00    
- (51/66): wayland-devel-1.22.0-2.fc39.x86_64.rpm 3.4 MB/s | 148 kB     00:00    
- (52/66): zlib-devel-1.2.13-4.fc39.x86_64.rpm    4.4 MB/s |  45 kB     00:00    
- (53/66): xz-devel-5.4.4-1.fc39.x86_64.rpm       1.8 MB/s |  66 kB     00:00    
- (54/66): fontconfig-2.14.2-6.fc39.x86_64.rpm    3.8 MB/s | 296 kB     00:00    
- (55/66): python3-setuptools-67.7.2-7.fc39.noarc 8.9 MB/s | 1.5 MB     00:00    
- (56/66): fontconfig-devel-2.14.2-6.fc39.x86_64. 1.8 MB/s | 164 kB     00:00    
- (57/66): google-noto-fonts-common-20240101-1.fc 814 kB/s |  17 kB     00:00    
- (58/66): libblkid-devel-2.39.4-1.fc39.x86_64.rp 528 kB/s |  18 kB     00:00    
- (59/66): libmount-devel-2.39.4-1.fc39.x86_64.rp 1.0 MB/s |  18 kB     00:00    
- (60/66): libxkbcommon-1.6.0-1.fc39.x86_64.rpm   5.1 MB/s | 142 kB     00:00    
- (61/66): glib2-devel-2.78.3-1.fc39.x86_64.rpm   5.1 MB/s | 596 kB     00:00    
- (62/66): libxkbcommon-devel-1.6.0-1.fc39.x86_64 2.8 MB/s |  66 kB     00:00    
- (63/66): sysprof-capture-devel-45.1-1.fc39.x86_ 2.8 MB/s |  59 kB     00:00    
- (64/66): google-noto-sans-vf-fonts-20240101-1.f 5.0 MB/s | 593 kB     00:00    
- (65/66): wayland-protocols-devel-1.33-1.fc39.no 4.5 MB/s | 106 kB     00:00    
- (66/66): xkeyboard-config-2.40-1.fc39.noarch.rp 7.9 MB/s | 971 kB     00:00    
- --------------------------------------------------------------------------------
- Total                                           9.7 MB/s |  15 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-4.fc39.x86_64                       1/66 
-   Installing       : libXrender-0.9.11-3.fc39.x86_64                       2/66 
-   Installing       : libXrender-devel-0.9.11-3.fc39.x86_64                 3/66 
-   Installing       : libpng-2:1.6.37-15.fc39.x86_64                        4/66 
-   Installing       : libpng-devel-2:1.6.37-15.fc39.x86_64                  5/66 
-   Installing       : pixman-0.42.2-2.fc39.x86_64                           6/66 
-   Installing       : libwayland-client-1.22.0-2.fc39.x86_64                7/66 
-   Installing       : libffi-devel-3.4.4-4.fc39.x86_64                      8/66 
-   Installing       : libdatrie-0.2.13-7.fc39.x86_64                        9/66 
-   Installing       : libthai-0.1.29-6.fc39.x86_64                         10/66 
-   Installing       : libXext-1.3.5-3.fc39.x86_64                          11/66 
-   Installing       : graphite2-1.3.14-12.fc39.x86_64                      12/66 
-   Installing       : gettext-libs-0.22-2.fc39.x86_64                      13/66 
-   Installing       : fribidi-1.0.13-2.fc39.x86_64                         14/66 
-   Installing       : fribidi-devel-1.0.13-2.fc39.x86_64                   15/66 
-   Installing       : graphite2-devel-1.3.14-12.fc39.x86_64                16/66 
-   Installing       : libXext-devel-1.3.5-3.fc39.x86_64                    17/66 
-   Installing       : libdatrie-devel-0.2.13-7.fc39.x86_64                 18/66 
-   Installing       : libthai-devel-0.1.29-6.fc39.x86_64                   19/66 
-   Installing       : libwayland-cursor-1.22.0-2.fc39.x86_64               20/66 
-   Installing       : pixman-devel-0.42.2-2.fc39.x86_64                    21/66
-  
-   Installing       : xkeyboard-config-2.40-1.fc39.noarch                  22/66 
-   Installing       : libxkbcommon-1.6.0-1.fc39.x86_64                     23/66 
-   Installing       : sysprof-capture-devel-45.1-1.fc39.x86_64             24/66 
-   Installing       : libblkid-devel-2.39.4-1.fc39.x86_64                  25/66 
-   Installing       : google-noto-fonts-common-20240101-1.fc39.noarch      26/66 
-   Installing       : google-noto-sans-vf-fonts-20240101-1.fc39.noarch     27/66 
-   Installing       : xz-devel-5.4.4-1.fc39.x86_64                         28/66 
-   Running scriptlet: xml-common-0.6.3-61.fc39.noarch                      29/66 
-   Installing       : xml-common-0.6.3-61.fc39.noarch                      29/66 
-   Installing       : python3-setuptools-67.7.2-7.fc39.noarch              30/66 
-   Installing       : pcre2-utf32-10.42-1.fc39.2.x86_64                    31/66 
-   Installing       : pcre2-utf16-10.42-1.fc39.2.x86_64                    32/66 
-   Installing       : pcre2-devel-10.42-1.fc39.2.x86_64                    33/66 
-   Installing       : libwayland-server-1.22.0-2.fc39.x86_64               34/66 
-   Installing       : libwayland-egl-1.22.0-2.fc39.x86_64                  35/66 
-   Installing       : libsepol-devel-3.5-2.fc39.x86_64                     36/66 
-   Installing       : libselinux-devel-3.5-5.fc39.x86_64                   37/66 
-   Installing       : libmount-devel-2.39.4-1.fc39.x86_64                  38/66 
-   Installing       : glib2-devel-2.78.3-1.fc39.x86_64                     39/66 
-   Installing       : libicu-devel-73.2-2.fc39.x86_64                      40/66 
-   Installing       : gettext-envsubst-0.22-2.fc39.x86_64                  41/66 
-   Installing       : gettext-runtime-0.22-2.fc39.x86_64                   42/66 
-   Installing       : gettext-0.22-2.fc39.x86_64                           43/66 
-   Installing       : cmake-filesystem-3.27.7-1.fc39.x86_64                44/66 
-   Installing       : libxml2-devel-2.10.4-3.fc39.x86_64                   45/66 
-   Installing       : bzip2-devel-1.0.8-16.fc39.x86_64                     46/66 
-   Installing       : brotli-1.1.0-1.fc39.x86_64                           47/66 
-   Installing       : brotli-devel-1.1.0-1.fc39.x86_64                     48/66 
-   Installing       : abattis-cantarell-vf-fonts-0.301-10.fc39.noarch      49/66 
-   Installing       : default-fonts-core-sans-4.0-9.fc39.noarch            50/66 
-   Installing       : cairo-1.18.0-1.fc39.x86_64                           51/66 
-   Installing       : harfbuzz-8.2.1-2.fc39.x86_64                         52/66 
-   Installing       : freetype-2.13.1-2.fc39.x86_64                        53/66 
-   Installing       : fontconfig-2.14.2-6.fc39.x86_64                      54/66 
-   Running scriptlet: fontconfig-2.14.2-6.fc39.x86_64                      54/66
-  
-   Installing       : libXft-2.3.8-3.fc39.x86_64                           55/66 
-   Installing       : pango-1.51.0-1.fc39.x86_64                           56/66 
-   Installing       : harfbuzz-icu-8.2.1-2.fc39.x86_64                     57/66 
-   Installing       : freetype-devel-2.13.1-2.fc39.x86_64                  58/66 
-   Installing       : harfbuzz-devel-8.2.1-2.fc39.x86_64                   59/66 
-   Installing       : fontconfig-devel-2.14.2-6.fc39.x86_64                60/66 
-   Installing       : cairo-devel-1.18.0-1.fc39.x86_64                     61/66 
-   Installing       : libXft-devel-2.3.8-3.fc39.x86_64                     62/66 
-   Installing       : pango-devel-1.51.0-1.fc39.x86_64                     63/66 
-   Installing       : libxkbcommon-devel-1.6.0-1.fc39.x86_64               64/66 
-   Installing       : wayland-devel-1.22.0-2.fc39.x86_64                   65/66 
-   Installing       : wayland-protocols-devel-1.33-1.fc39.noarch           66/66 
-   Running scriptlet: fontconfig-2.14.2-6.fc39.x86_64                      66/66 
-   Running scriptlet: wayland-protocols-devel-1.33-1.fc39.noarch           66/66 
-   Verifying        : abattis-cantarell-vf-fonts-0.301-10.fc39.noarch       1/66 
-   Verifying        : brotli-1.1.0-1.fc39.x86_64                            2/66 
-   Verifying        : brotli-devel-1.1.0-1.fc39.x86_64                      3/66 
-   Verifying        : bzip2-devel-1.0.8-16.fc39.x86_64                      4/66 
-   Verifying        : cairo-1.18.0-1.fc39.x86_64                            5/66 
-   Verifying        : cairo-devel-1.18.0-1.fc39.x86_64                      6/66 
-   Verifying        : cmake-filesystem-3.27.7-1.fc39.x86_64                 7/66 
-   Verifying        : default-fonts-core-sans-4.0-9.fc39.noarch             8/66 
-   Verifying        : freetype-2.13.1-2.fc39.x86_64                         9/66 
-   Verifying        : freetype-devel-2.13.1-2.fc39.x86_64                  10/66 
-   Verifying        : fribidi-1.0.13-2.fc39.x86_64                         11/66 
-   Verifying        : fribidi-devel-1.0.13-2.fc39.x86_64                   12/66 
-   Verifying        : gettext-0.22-2.fc39.x86_64                           13/66 
-   Verifying        : gettext-envsubst-0.22-2.fc39.x86_64                  14/66 
-   Verifying        : gettext-libs-0.22-2.fc39.x86_64                      15/66 
-   Verifying        : gettext-runtime-0.22-2.fc39.x86_64                   16/66 
-   Verifying        : graphite2-1.3.14-12.fc39.x86_64                      17/66 
-   Verifying        : graphite2-devel-1.3.14-12.fc39.x86_64                18/66 
-   Verifying        : harfbuzz-8.2.1-2.fc39.x86_64                         19/66 
-   Verifying        : harfbuzz-devel-8.2.1-2.fc39.x86_64                   20/66 
-   Verifying        : harfbuzz-icu-8.2.1-2.fc39.x86_64                     21/66 
-   Verifying        : libXext-1.3.5-3.fc39.x86_64                          22/66 
-   Verifying        : libXext-devel-1.3.5-3.fc39.x86_64                    23/66 
-   Verifying        : libXft-2.3.8-3.fc39.x86_64                           24/66 
-   Verifying        : libXft-devel-2.3.8-3.fc39.x86_64                     25/66 
-   Verifying        : libXrender-0.9.11-3.fc39.x86_64                      26/66 
-   Verifying        : libXrender-devel-0.9.11-3.fc39.x86_64                27/66 
-   Verifying        : libdatrie-0.2.13-7.fc39.x86_64                       28/66 
-   Verifying        : libdatrie-devel-0.2.13-7.fc39.x86_64                 29/66 
-   Verifying        : libffi-devel-3.4.4-4.fc39.x86_64                     30/66 
-   Verifying        : libicu-devel-73.2-2.fc39.x86_64                      31/66 
-   Verifying        : libpng-2:1.6.37-15.fc39.x86_64                       32/66 
-   Verifying        : libpng-devel-2:1.6.37-15.fc39.x86_64                 33/66 
-   Verifying        : libselinux-devel-3.5-5.fc39.x86_64                   34/66 
-   Verifying        : libsepol-devel-3.5-2.fc39.x86_64                     35/66 
-   Verifying        : libthai-0.1.29-6.fc39.x86_64                         36/66 
-   Verifying        : libthai-devel-0.1.29-6.fc39.x86_64                   37/66 
-   Verifying        : libwayland-client-1.22.0-2.fc39.x86_64               38/66 
-   Verifying        : libwayland-cursor-1.22.0-2.fc39.x86_64               39/66 
-   Verifying        : libwayland-egl-1.22.0-2.fc39.x86_64                  40/66 
-   Verifying        : libwayland-server-1.22.0-2.fc39.x86_64               41/66 
-   Verifying        : libxml2-devel-2.10.4-3.fc39.x86_64                   42/66 
-   Verifying        : pango-1.51.0-1.fc39.x86_64                           43/66 
-   Verifying        : pango-devel-1.51.0-1.fc39.x86_64                     44/66 
-   Verifying        : pcre2-devel-10.42-1.fc39.2.x86_64                    45/66 
-   Verifying        : pcre2-utf16-10.42-1.fc39.2.x86_64                    46/66 
-   Verifying        : pcre2-utf32-10.42-1.fc39.2.x86_64                    47/66 
-   Verifying        : pixman-0.42.2-2.fc39.x86_64                          48/66 
-   Verifying        : pixman-devel-0.42.2-2.fc39.x86_64                    49/66 
-   Verifying        : python3-setuptools-67.7.2-7.fc39.noarch              50/66 
-   Verifying        : wayland-devel-1.22.0-2.fc39.x86_64                   51/66 
-   Verifying        : xml-common-0.6.3-61.fc39.noarch                      52/66 
-   Verifying        : xz-devel-5.4.4-1.fc39.x86_64                         53/66 
-   Verifying        : zlib-devel-1.2.13-4.fc39.x86_64                      54/66 
-   Verifying        : fontconfig-2.14.2-6.fc39.x86_64                      55/66 
-   Verifying        : fontconfig-devel-2.14.2-6.fc39.x86_64                56/66 
-   Verifying        : glib2-devel-2.78.3-1.fc39.x86_64                     57/66 
-   Verifying        : google-noto-fonts-common-20240101-1.fc39.noarch      58/66 
-   Verifying        : google-noto-sans-vf-fonts-20240101-1.fc39.noarch     59/66 
-   Verifying        : libblkid-devel-2.39.4-1.fc39.x86_64                  60/66 
-   Verifying        : libmount-devel-2.39.4-1.fc39.x86_64                  61/66 
-   Verifying        : libxkbcommon-1.6.0-1.fc39.x86_64                     62/66 
-   Verifying        : libxkbcommon-devel-1.6.0-1.fc39.x86_64               63/66 
-   Verifying        : sysprof-capture-devel-45.1-1.fc39.x86_64             64/66 
-   Verifying        : wayland-protocols-devel-1.33-1.fc39.noarch           65/66 
-   Verifying        : xkeyboard-config-2.40-1.fc39.noarch                  66/66 
- 
- Installed:
-   abattis-cantarell-vf-fonts-0.301-10.fc39.noarch                               
-   brotli-1.1.0-1.fc39.x86_64                                                    
-   brotli-devel-1.1.0-1.fc39.x86_64                                              
-   bzip2-devel-1.0.8-16.fc39.x86_64                                              
-   cairo-1.18.0-1.fc39.x86_64                                                    
-   cairo-devel-1.18.0-1.fc39.x86_64                                              
-   cmake-filesystem-3.27.7-1.fc39.x86_64                                         
-   default-fonts-core-sans-4.0-9.fc39.noarch                                     
-   fontconfig-2.14.2-6.fc39.x86_64                                               
-   fontconfig-devel-2.14.2-6.fc39.x86_64                                         
-   freetype-2.13.1-2.fc39.x86_64                                                 
-   freetype-devel-2.13.1-2.fc39.x86_64                                           
-   fribidi-1.0.13-2.fc39.x86_64                                                  
-   fribidi-devel-1.0.13-2.fc39.x86_64                                            
-   gettext-0.22-2.fc39.x86_64                                                    
-   gettext-envsubst-0.22-2.fc39.x86_64                                           
-   gettext-libs-0.22-2.fc39.x86_64                                               
-   gettext-runtime-0.22-2.fc39.x86_64                                            
-   glib2-devel-2.78.3-1.fc39.x86_64                                              
-   google-noto-fonts-common-20240101-1.fc39.noarch                               
-   google-noto-sans-vf-fonts-20240101-1.fc39.noarch                              
-   graphite2-1.3.14-12.fc39.x86_64                                               
-   graphite2-devel-1.3.14-12.fc39.x86_64                                         
-   harfbuzz-8.2.1-2.fc39.x86_64                                                  
-   harfbuzz-devel-8.2.1-2.fc39.x86_64                                            
-   harfbuzz-icu-8.2.1-2.fc39.x86_64                                              
-   libXext-1.3.5-3.fc39.x86_64                                                   
-   libXext-devel-1.3.5-3.fc39.x86_64                                             
-   libXft-2.3.8-3.fc39.x86_64                                                    
-   libXft-devel-2.3.8-3.fc39.x86_64                                              
-   libXrender-0.9.11-3.fc39.x86_64                                               
-   libXrender-devel-0.9.11-3.fc39.x86_64                                         
-   libblkid-devel-2.39.4-1.fc39.x86_64                                           
-   libdatrie-0.2.13-7.fc39.x86_64                                                
-   libdatrie-devel-0.2.13-7.fc39.x86_64                                          
-   libffi-devel-3.4.4-4.fc39.x86_64                                              
-   libicu-devel-73.2-2.fc39.x86_64                                               
-   libmount-devel-2.39.4-1.fc39.x86_64                                           
-   libpng-2:1.6.37-15.fc39.x86_64                                                
-   libpng-devel-2:1.6.37-15.fc39.x86_64                                          
-   libselinux-devel-3.5-5.fc39.x86_64                                            
-   libsepol-devel-3.5-2.fc39.x86_64                                              
-   libthai-0.1.29-6.fc39.x86_64                                                  
-   libthai-devel-0.1.29-6.fc39.x86_64                                            
-   libwayland-client-1.22.0-2.fc39.x86_64                                        
-   libwayland-cursor-1.22.0-2.fc39.x86_64                                        
-   libwayland-egl-1.22.0-2.fc39.x86_64                                           
-   libwayland-server-1.22.0-2.fc39.x86_64                                        
-   libxkbcommon-1.6.0-1.fc39.x86_64                                              
-   libxkbcommon-devel-1.6.0-1.fc39.x86_64                                        
-   libxml2-devel-2.10.4-3.fc39.x86_64                                            
-   pango-1.51.0-1.fc39.x86_64                                                    
-   pango-devel-1.51.0-1.fc39.x86_64                                              
-   pcre2-devel-10.42-1.fc39.2.x86_64                                             
-   pcre2-utf16-10.42-1.fc39.2.x86_64                                             
-   pcre2-utf32-10.42-1.fc39.2.x86_64                                             
-   pixman-0.42.2-2.fc39.x86_64                                                   
-   pixman-devel-0.42.2-2.fc39.x86_64                                             
-   python3-setuptools-67.7.2-7.fc39.noarch                                       
-   sysprof-capture-devel-45.1-1.fc39.x86_64                                      
-   wayland-devel-1.22.0-2.fc39.x86_64                                            
-   wayland-protocols-devel-1.33-1.fc39.noarch                                    
-   xkeyboard-config-2.40-1.fc39.noarch                                           
-   xml-common-0.6.3-61.fc39.noarch                                               
-   xz-devel-5.4.4-1.fc39.x86_64                                                  
-   zlib-devel-1.2.13-4.fc39.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-1.fc39.x86_64
- libxkbcommon-devel-1.6.0-1.fc39.x86_64
- pango-devel-1.51.0-1.fc39.x86_64
- wayland-devel-1.22.0-2.fc39.x86_64
- wayland-protocols-devel-1.33-1.fc39.noarch
2024-05-11 00:46.25 ---> saved as "6611995f9609e4be2f7e3fc5bd0307464a94b8f6c6a76ead86b0742a855b9345"


/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 00:47.07 ---> saved as "3fa0b95a20bc7a943fe2e73ff81747cf4f5b72ac29c70a08b4c7c987536fd865"


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


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