Organisationskit-ty-katewaylaunchb0ae9d (master)fedora-42-5.4_opam-2.4

fedora-42-5.4_opam-2.4

Logs

Show full logs
2025-11-05 15:31.41: New job: test kit-ty-kate/waylaunch https://github.com/kit-ty-kate/waylaunch.git#refs/heads/master (b0ae9dbb4239a287101193b8ac6ae5c50fcb33a5) (linux-x86_64:fedora-42-5.4_opam-2.4)
Base: ocaml/opam:fedora-42-ocaml-5.4@sha256:5d13b29f948738fd07b3ff626fe4931a21664d7bf5d5febc791ef21437b7071f
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:fedora-42-ocaml-5.4@sha256:5d13b29f948738fd07b3ff626fe4931a21664d7bf5d5febc791ef21437b7071f
# fedora-42-5.4_opam-2.4
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.4 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 || git fetch origin master) && git reset -q --hard 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 waylaunch.opam ./
RUN opam pin add -yn waylaunch.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 conf-cairo.1 conf-libwayland.1 conf-pango.1 conf-pkg-config.4 conf-wayland-protocols.1 conf-xkbcommon.1 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 fpath.0.7.3 logs.0.10.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 rresult.0.7.0 topkg.1.1.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y waylaunch.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build

END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK

2025-11-05 15:31.41: Using cache hint "kit-ty-kate/waylaunch-ocaml/opam:fedora-42-ocaml-5.4@sha256:5d13b29f948738fd07b3ff626fe4931a21664d7bf5d5febc791ef21437b7071f-fedora-42-5.4_opam-2.4-8ee4d9b3b606cd862c9484a37784b2a6"
2025-11-05 15:31.41: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-5.4@sha256:5d13b29f948738fd07b3ff626fe4931a21664d7bf5d5febc791ef21437b7071f)
 (comment fedora-42-5.4_opam-2.4)
 (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.4 /usr/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 || git fetch origin master) && git reset -q --hard 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src waylaunch.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn waylaunch.dev './'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 conf-cairo.1 conf-libwayland.1 conf-pango.1 conf-pkg-config.4 conf-wayland-protocols.1 conf-xkbcommon.1 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 fpath.0.7.3 logs.0.10.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 rresult.0.7.0 topkg.1.1.1")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.4 --depext-only -y waylaunch.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)

2025-11-05 15:31.41: Waiting for resource in pool OCluster
2025-11-05 22:12.07: Waiting for worker…
2025-11-05 22:14.38: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
Submodule path 'bindings/bemenu': checked out '86f9efe273ac2e6ad61e1310df09b5cd7f68ccf1'
HEAD is now at b0ae9db Mark waylaunch as only available on Linux
Synchronizing submodule url for 'bindings/bemenu'
Cleared directory 'bindings/bemenu'
Submodule 'bemenu' (https://github.com/kit-ty-kate/bemenu) unregistered for path 'bindings/bemenu'
Submodule 'bemenu' (https://github.com/kit-ty-kate/bemenu) registered for path 'bindings/bemenu'
Submodule path 'bindings/bemenu': checked out '86f9efe273ac2e6ad61e1310df09b5cd7f68ccf1'

(from ocaml/opam:fedora-42-ocaml-5.4@sha256:5d13b29f948738fd07b3ff626fe4931a21664d7bf5d5febc791ef21437b7071f)
Unable to find image 'ocaml/opam:fedora-42-ocaml-5.4@sha256:5d13b29f948738fd07b3ff626fe4931a21664d7bf5d5febc791ef21437b7071f' locally
docker.io/ocaml/opam@sha256:5d13b29f948738fd07b3ff626fe4931a21664d7bf5d5febc791ef21437b7071f: Pulling from ocaml/opam
23d67b40c167: Pulling fs layer
69510a91bfc8: Pulling fs layer
360b948ef8f7: Pulling fs layer
b0b7d6fd83cf: Pulling fs layer
39a6e4eba3c0: Pulling fs layer
a71731946f34: Pulling fs layer
360b948ef8f7: Waiting
69510a91bfc8: Waiting
b0b7d6fd83cf: Waiting
a71731946f34: Waiting
39a6e4eba3c0: Waiting
69510a91bfc8: Verifying Checksum
69510a91bfc8: Download complete
360b948ef8f7: Verifying Checksum
360b948ef8f7: Download complete
b0b7d6fd83cf: Verifying Checksum
b0b7d6fd83cf: Download complete
39a6e4eba3c0: Verifying Checksum
39a6e4eba3c0: Download complete
a71731946f34: Download complete
23d67b40c167: Verifying Checksum
23d67b40c167: Download complete
23d67b40c167: Pull complete
69510a91bfc8: Pull complete
360b948ef8f7: Pull complete
b0b7d6fd83cf: Pull complete
39a6e4eba3c0: Pull complete
a71731946f34: Pull complete
Digest: sha256:5d13b29f948738fd07b3ff626fe4931a21664d7bf5d5febc791ef21437b7071f
Status: Downloaded newer image for ocaml/opam@sha256:5d13b29f948738fd07b3ff626fe4931a21664d7bf5d5febc791ef21437b7071f
2025-11-05 22:14.39 ---> using "aae9cfea062639794bebda74c20f122cbfe2b260a1ae6b51750064798a04d0df" from cache

/: (comment fedora-42-5.4_opam-2.4)

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (network host)
           (shell "sudo dnf install -y findutils"))
Updating and loading repositories:
 Fedora 42 - x86_64                     100% |  55.3 KiB/s |  24.6 KiB |  00m00s
 Fedora 42 - x86_64 - Updates           100% |  77.4 KiB/s |  16.5 KiB |  00m00s
 Fedora 42 openh264 (From Cisco) - x86_ 100% |   8.4 KiB/s | 986.0   B |  00m00s
Repositories loaded.
Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.

Nothing to do.
2025-11-05 22:14.39 ---> using "02dd4d9c19ab680581c8d7cbc01b94987ce9649016e07d72dadf4d94a001d7ef" from cache

/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-11-05 22:14.39 ---> using "d446a92d02f58e29a07180b9f0cf0b9dff9d7a858fb4418ff090e91d252c3682" 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.

Continue? [Y/n] y
This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.

[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=71 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-11-05 22:14.39 ---> using "5adbe08912fbd8109b2c9feb2eafe695e692d6649b33f7f39e3ab9488d96d021" from cache

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

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-11-05 22:14.39 ---> using "c23a7344128e0b629217f5fffed5949275c120d29d7decaef0428d60db190ca3" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 || git fetch origin master) && git reset -q --hard 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   1abfcdbf14..70d1dfb3b8  master     -> origin/master
70d1dfb3b8 Merge pull request #28838 from dbuenzli/b0-publish-logs.0.10.0

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

Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-11-05 22:14.39 ---> using "558fca69e06a915c3ae2a187a2b312b09b2ecf0a10785c2a07a2e0e6abc2ef45" from cache

/src: (copy (src waylaunch.opam) (dst ./))
2025-11-05 22:14.40 ---> saved as "101a4a5b357a78ae9497449460a0c5c11052c25f6073ed75a85e5e7086382a23"

/src: (run (network host)
           (shell "opam pin add -yn waylaunch.dev './'"))
[waylaunch.dev] synchronised (file:///src)
waylaunch is now pinned to file:///src (version dev)
2025-11-05 22:14.41 ---> saved as "504f0191d2e2c36d5ead18f08001b8101bee8c0740c860d231b695f2852deb6a"

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

/src: (env DEPS "astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 conf-cairo.1 conf-libwayland.1 conf-pango.1 conf-pkg-config.4 conf-wayland-protocols.1 conf-xkbcommon.1 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 fpath.0.7.3 logs.0.10.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 rresult.0.7.0 topkg.1.1.1")

/src: (env CI true)

/src: (env OCAMLCI true)

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update --depexts && opam install --cli=2.4 --depext-only -y waylaunch.dev $DEPS"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
-  Fedora 42 - x86_64 - Updates           100% |  68.6 KiB/s |  19.5 KiB |  00m00s
- Repositories loaded.
- Metadata cache created.

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[waylaunch.dev] synchronised (file:///src)

[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).

The following system packages will first need to be installed:
    cairo-devel libxkbcommon-devel pango-devel wayland-devel wayland-protocols-devel

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

+ /usr/sbin/sudo "yum" "install" "-y" "cairo-devel" "libxkbcommon-devel" "pango-devel" "wayland-devel" "wayland-protocols-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package                     Arch   Version         Repository                            Size
- Upgrading:
-  pcre2                      x86_64 10.46-1.fc42    updates                          697.7 KiB
-    replacing pcre2          x86_64 10.45-1.fc42    86578333cd624c379aa53ed8447df45f 697.7 KiB
-  pcre2-syntax               noarch 10.46-1.fc42    updates                          275.3 KiB
-    replacing pcre2-syntax   noarch 10.45-1.fc42    86578333cd624c379aa53ed8447df45f 273.9 KiB
- Installing:
-  cairo-devel                x86_64 1.18.2-3.fc42   fedora                             2.3 MiB
-  libxkbcommon-devel         x86_64 1.8.1-1.fc42    fedora                           358.8 KiB
-  pango-devel                x86_64 1.56.4-2.fc42   updates                            1.5 MiB
-  wayland-devel              x86_64 1.24.0-1.fc42   updates                          691.9 KiB
-  wayland-protocols-devel    noarch 1.45-1.fc42     updates                          966.4 KiB
- Installing dependencies:
-  abattis-cantarell-vf-fonts noarch 0.301-14.fc42   fedora                           192.7 KiB
-  brotli                     x86_64 1.1.0-6.fc42    fedora                            31.6 KiB
-  brotli-devel               x86_64 1.1.0-6.fc42    fedora                            65.6 KiB
-  bzip2-devel                x86_64 1.0.8-20.fc42   fedora                           309.8 KiB
-  cairo                      x86_64 1.18.2-3.fc42   fedora                             1.8 MiB
-  cmake-filesystem           x86_64 3.31.6-2.fc42   fedora                             0.0   B
-  default-fonts-core-sans    noarch 4.2-4.fc42      fedora                            11.9 KiB
-  fontconfig                 x86_64 2.16.0-2.fc42   fedora                           764.7 KiB
-  fontconfig-devel           x86_64 2.16.0-2.fc42   fedora                           119.3 KiB
-  fonts-filesystem           noarch 1:2.0.5-22.fc42 updates                            0.0   B
-  freetype                   x86_64 2.13.3-2.fc42   fedora                           858.2 KiB
-  freetype-devel             x86_64 2.13.3-2.fc42   fedora                             8.5 MiB
-  fribidi                    x86_64 1.0.16-2.fc42   fedora                           194.3 KiB
-  fribidi-devel              x86_64 1.0.16-2.fc42   fedora                            78.0 KiB
-  gettext                    x86_64 0.23.1-2.fc42   fedora                             5.2 MiB
-  gettext-envsubst           x86_64 0.23.1-2.fc42   fedora                            78.8 KiB
-  gettext-libs               x86_64 0.23.1-2.fc42   fedora                             2.0 MiB
-  gettext-runtime            x86_64 0.23.1-2.fc42   fedora                           452.2 KiB
-  glib2-devel                x86_64 2.84.4-1.fc42   updates                           15.8 MiB
-  google-noto-fonts-common   noarch 20250301-1.fc42 fedora                            17.7 KiB
-  google-noto-sans-vf-fonts  noarch 20250301-1.fc42 fedora                             1.4 MiB
-  graphite2                  x86_64 1.3.14-18.fc42  fedora                           195.8 KiB
-  graphite2-devel            x86_64 1.3.14-18.fc42  fedora                            49.3 KiB
-  harfbuzz                   x86_64 10.4.0-1.fc42   fedora                             2.7 MiB
-  harfbuzz-cairo             x86_64 10.4.0-1.fc42   fedora                            52.1 KiB
-  harfbuzz-devel             x86_64 10.4.0-1.fc42   fedora                             5.1 MiB
-  harfbuzz-icu               x86_64 10.4.0-1.fc42   fedora                            15.4 KiB
-  libXext                    x86_64 1.3.6-3.fc42    fedora                            90.0 KiB
-  libXext-devel              x86_64 1.3.6-3.fc42    fedora                            98.9 KiB
-  libXft                     x86_64 2.3.8-8.fc42    fedora                           168.4 KiB
-  libXft-devel               x86_64 2.3.8-8.fc42    fedora                            31.7 KiB
-  libXrender                 x86_64 0.9.12-2.fc42   fedora                            50.0 KiB
-  libXrender-devel           x86_64 0.9.12-2.fc42   fedora                            50.1 KiB
-  libblkid-devel             x86_64 2.40.4-7.fc42   fedora                            44.9 KiB
-  libdatrie                  x86_64 0.2.13-11.fc42  fedora                            57.8 KiB
-  libdatrie-devel            x86_64 0.2.13-11.fc42  fedora                           597.7 KiB
-  libffi-devel               x86_64 3.4.6-5.fc42    fedora                            33.1 KiB
-  libicu-devel               x86_64 76.1-4.fc42     fedora                             5.0 MiB
-  libmount-devel             x86_64 2.40.4-7.fc42   fedora                            63.5 KiB
-  libpng                     x86_64 2:1.6.44-2.fc42 fedora                           241.7 KiB
-  libpng-devel               x86_64 2:1.6.44-2.fc42 fedora                           877.7 KiB
-  libselinux-devel           x86_64 3.8-3.fc42      updates                          126.8 KiB
-  libsepol-devel             x86_64 3.8-1.fc42      fedora                           120.8 KiB
-  libtextstyle               x86_64 0.23.1-2.fc42   fedora                           207.5 KiB
-  libthai                    x86_64 0.1.29-10.fc42  fedora                           783.4 KiB
-  libthai-devel              x86_64 0.1.29-10.fc42  fedora                           700.9 KiB
-  libwayland-client          x86_64 1.24.0-1.fc42   updates                           62.0 KiB
-  libwayland-cursor          x86_64 1.24.0-1.fc42   updates                           37.3 KiB
-  libwayland-egl             x86_64 1.24.0-1.fc42   updates                           12.4 KiB
-  libwayland-server          x86_64 1.24.0-1.fc42   updates                           78.5 KiB
-  libxml2-devel              x86_64 2.12.10-1.fc42  fedora                             3.4 MiB
-  pango                      x86_64 1.56.4-2.fc42   updates                            1.0 MiB
-  pcre2-devel                x86_64 10.46-1.fc42    updates                            2.1 MiB
-  pcre2-utf16                x86_64 10.46-1.fc42    updates                          626.3 KiB
-  pcre2-utf32                x86_64 10.46-1.fc42    updates                          602.2 KiB
-  pixman                     x86_64 0.46.2-1.fc42   updates                          710.3 KiB
-  pixman-devel               x86_64 0.46.2-1.fc42   updates                           56.1 KiB
-  python3-packaging          noarch 24.2-3.fc42     fedora                           555.7 KiB
-  sysprof-capture-devel      x86_64 48.1-1.fc42     updates                          274.0 KiB
-  xml-common                 noarch 0.6.3-66.fc42   fedora                            78.4 KiB
-  xz-devel                   x86_64 1:5.8.1-2.fc42  updates                          258.8 KiB
-  zlib-ng-compat-devel       x86_64 2.2.5-2.fc42    updates                          107.0 KiB
- 
- Transaction Summary:
-  Installing:        67 packages
-  Upgrading:          2 packages
-  Replacing:          2 packages
- 
- Total size of inbound packages is 15 MiB. Need to download 15 MiB.
- After this operation, 71 MiB extra will be used (install 72 MiB, remove 972 KiB).
- [ 1/69] cairo-devel-0:1.18.2-3.fc42.x86 100% |   1.9 MiB/s | 192.1 KiB |  00m00s
- [ 2/69] fontconfig-0:2.16.0-2.fc42.x86_ 100% |   1.5 MiB/s | 272.0 KiB |  00m00s
- [ 3/69] libXext-0:1.3.6-3.fc42.x86_64   100% | 785.5 KiB/s |  39.3 KiB |  00m00s
- [ 4/69] libXrender-0:0.9.12-2.fc42.x86_ 100% |   3.8 MiB/s |  26.9 KiB |  00m00s
- [ 5/69] libpng-2:1.6.44-2.fc42.x86_64   100% |   3.8 MiB/s | 123.9 KiB |  00m00s
- [ 6/69] default-fonts-core-sans-0:4.2-4 100% |   2.5 MiB/s |  31.3 KiB |  00m00s
- [ 7/69] cairo-0:1.18.2-3.fc42.x86_64    100% |   2.2 MiB/s | 731.8 KiB |  00m00s
- [ 8/69] xml-common-0:0.6.3-66.fc42.noar 100% | 308.9 KiB/s |  31.2 KiB |  00m00s
- [ 9/69] freetype-0:2.13.3-2.fc42.x86_64 100% |   1.3 MiB/s | 415.5 KiB |  00m00s
- [10/69] abattis-cantarell-vf-fonts-0:0. 100% |   2.4 MiB/s | 120.3 KiB |  00m00s
- [11/69] graphite2-0:1.3.14-18.fc42.x86_ 100% |   2.6 MiB/s |  95.8 KiB |  00m00s
- [12/69] google-noto-fonts-common-0:2025 100% |   1.9 MiB/s |  17.1 KiB |  00m00s
- [13/69] libxkbcommon-devel-0:1.8.1-1.fc 100% |   2.1 MiB/s |  68.2 KiB |  00m00s
- [14/69] pango-devel-0:1.56.4-2.fc42.x86 100% |   3.1 MiB/s | 161.4 KiB |  00m00s
- [15/69] google-noto-sans-vf-fonts-0:202 100% |   4.2 MiB/s | 614.5 KiB |  00m00s
- [16/69] fontconfig-devel-0:2.16.0-2.fc4 100% |   5.1 MiB/s | 167.3 KiB |  00m00s
- [17/69] pango-0:1.56.4-2.fc42.x86_64    100% |   2.2 MiB/s | 351.2 KiB |  00m00s
- [18/69] fribidi-0:1.0.16-2.fc42.x86_64  100% |   1.2 MiB/s |  53.6 KiB |  00m00s
- [19/69] libXft-0:2.3.8-8.fc42.x86_64    100% |   1.3 MiB/s |  72.9 KiB |  00m00s
- [20/69] libthai-0:0.1.29-10.fc42.x86_64 100% |   2.0 MiB/s | 211.5 KiB |  00m00s
- [21/69] harfbuzz-0:10.4.0-1.fc42.x86_64 100% |   1.7 MiB/s |   1.1 MiB |  00m01s
- [22/69] libdatrie-0:0.2.13-11.fc42.x86_ 100% |   2.4 MiB/s |  32.4 KiB |  00m00s
- [23/69] freetype-devel-0:2.13.3-2.fc42. 100% |   2.3 MiB/s |   1.0 MiB |  00m00s
- [24/69] gettext-runtime-0:0.23.1-2.fc42 100% |   3.1 MiB/s | 116.1 KiB |  00m00s
- [25/69] libtextstyle-0:0.23.1-2.fc42.x8 100% |   3.5 MiB/s |  92.1 KiB |  00m00s
- [26/69] gettext-envsubst-0:0.23.1-2.fc4 100% |   2.8 MiB/s |  37.7 KiB |  00m00s
- [27/69] wayland-devel-0:1.24.0-1.fc42.x 100% |   4.0 MiB/s | 154.1 KiB |  00m00s
- [28/69] libwayland-client-0:1.24.0-1.fc 100% |   2.7 MiB/s |  33.6 KiB |  00m00s
- [29/69] libwayland-cursor-0:1.24.0-1.fc 100% |   3.1 MiB/s |  18.9 KiB |  00m00s
- [30/69] gettext-libs-0:0.23.1-2.fc42.x8 100% |   3.1 MiB/s | 760.4 KiB |  00m00s
- [31/69] libwayland-egl-0:1.24.0-1.fc42. 100% |   2.0 MiB/s |  12.4 KiB |  00m00s
- [32/69] libwayland-server-0:1.24.0-1.fc 100% |   3.4 MiB/s |  41.5 KiB |  00m00s
- [33/69] wayland-protocols-devel-0:1.45- 100% |   4.6 MiB/s | 175.3 KiB |  00m00s
- [34/69] cmake-filesystem-0:3.31.6-2.fc4 100% |   2.9 MiB/s |  17.6 KiB |  00m00s
- [35/69] fonts-filesystem-1:2.0.5-22.fc4 100% |   1.4 MiB/s |   8.7 KiB |  00m00s
- [36/69] zlib-ng-compat-devel-0:2.2.5-2. 100% |   1.6 MiB/s |  38.3 KiB |  00m00s
- [37/69] brotli-devel-0:1.1.0-6.fc42.x86 100% |   2.2 MiB/s |  33.9 KiB |  00m00s
- [38/69] brotli-0:1.1.0-6.fc42.x86_64    100% | 569.9 KiB/s |  19.9 KiB |  00m00s
- [39/69] gettext-0:0.23.1-2.fc42.x86_64  100% |   2.6 MiB/s |   1.1 MiB |  00m00s
- [40/69] libxml2-devel-0:2.12.10-1.fc42. 100% |   4.0 MiB/s | 523.7 KiB |  00m00s
- [41/69] harfbuzz-cairo-0:10.4.0-1.fc42. 100% |   2.4 MiB/s |  30.1 KiB |  00m00s
- [42/69] harfbuzz-icu-0:10.4.0-1.fc42.x8 100% |   2.5 MiB/s |  15.4 KiB |  00m00s
- [43/69] bzip2-devel-0:1.0.8-20.fc42.x86 100% |   3.0 MiB/s | 213.7 KiB |  00m00s
- [44/69] pixman-devel-0:0.46.2-1.fc42.x8 100% |   2.5 MiB/s |  18.0 KiB |  00m00s
- [45/69] libXext-devel-0:1.3.6-3.fc42.x8 100% |   2.9 MiB/s |  85.3 KiB |  00m00s
- [46/69] libpng-devel-2:1.6.44-2.fc42.x8 100% |   2.2 MiB/s | 291.9 KiB |  00m00s
- [47/69] harfbuzz-devel-0:10.4.0-1.fc42. 100% |   2.3 MiB/s | 453.7 KiB |  00m00s
- [48/69] libffi-devel-0:3.4.6-5.fc42.x86 100% |   1.5 MiB/s |  28.8 KiB |  00m00s
- [49/69] pixman-0:0.46.2-1.fc42.x86_64   100% |   1.7 MiB/s | 292.7 KiB |  00m00s
- [50/69] libXrender-devel-0:0.9.12-2.fc4 100% |  70.5 KiB/s |  19.1 KiB |  00m00s
- [51/69] python3-packaging-0:24.2-3.fc42 100% | 906.0 KiB/s | 154.0 KiB |  00m00s
- [52/69] fribidi-devel-0:1.0.16-2.fc42.x 100% | 232.7 KiB/s |  29.5 KiB |  00m00s
- [53/69] libthai-devel-0:0.1.29-10.fc42. 100% | 420.2 KiB/s | 147.1 KiB |  00m00s
- [54/69] glib2-devel-0:2.84.4-1.fc42.x86 100% |   1.8 MiB/s |   1.5 MiB |  00m01s
- [55/69] libselinux-devel-0:3.8-3.fc42.x 100% | 636.2 KiB/s | 151.4 KiB |  00m00s
- [56/69] libsepol-devel-0:3.8-1.fc42.x86 100% | 543.9 KiB/s |  48.4 KiB |  00m00s
- [57/69] libXft-devel-0:2.3.8-8.fc42.x86 100% |  76.5 KiB/s |  49.7 KiB |  00m01s
- [58/69] pcre2-utf32-0:10.46-1.fc42.x86_ 100% |   1.3 MiB/s | 228.8 KiB |  00m00s
- [59/69] pcre2-utf16-0:10.46-1.fc42.x86_ 100% |   1.3 MiB/s | 241.6 KiB |  00m00s
- [60/69] libmount-devel-0:2.40.4-7.fc42. 100% | 122.0 KiB/s |  23.9 KiB |  00m00s
- [61/69] sysprof-capture-devel-0:48.1-1. 100% | 241.5 KiB/s |  56.0 KiB |  00m00s
- [62/69] pcre2-devel-0:10.46-1.fc42.x86_ 100% |   1.1 MiB/s | 543.1 KiB |  00m00s
- [63/69] xz-devel-1:5.8.1-2.fc42.x86_64  100% | 625.8 KiB/s |  67.0 KiB |  00m00s
- [64/69] libblkid-devel-0:2.40.4-7.fc42. 100% | 141.1 KiB/s |  23.0 KiB |  00m00s
- [65/69] graphite2-devel-0:1.3.14-18.fc4 100% | 169.2 KiB/s |  20.8 KiB |  00m00s
- [66/69] libdatrie-devel-0:0.2.13-11.fc4 100% | 331.9 KiB/s | 156.0 KiB |  00m00s
- [67/69] pcre2-syntax-0:10.46-1.fc42.noa 100% |   1.4 MiB/s | 162.0 KiB |  00m00s
- [68/69] pcre2-0:10.46-1.fc42.x86_64     100% | 514.1 KiB/s | 262.2 KiB |  00m01s
- [69/69] libicu-devel-0:76.1-4.fc42.x86_ 100% | 485.9 KiB/s | 793.5 KiB |  00m02s
- --------------------------------------------------------------------------------
- [69/69] Total                           100% |   2.6 MiB/s |  14.9 MiB |  00m06s
- Running transaction
- [ 1/73] Verify package files            100% |   1.1 KiB/s |  69.0   B |  00m00s
- [ 2/73] Prepare transaction             100% | 747.0   B/s |  71.0   B |  00m00s
- [ 3/73] Installing libXrender-0:0.9.12- 100% |  50.1 MiB/s |  51.3 KiB |  00m00s
- [ 4/73] Installing libXrender-devel-0:0 100% |  49.8 MiB/s |  51.0 KiB |  00m00s
- [ 5/73] Upgrading pcre2-syntax-0:10.46- 100% | 271.2 MiB/s | 277.8 KiB |  00m00s
- [ 6/73] Installing fonts-filesystem-1:2 100% | 769.5 KiB/s | 788.0   B |  00m00s
- [ 7/73] Installing libpng-2:1.6.44-2.fc 100% | 118.6 MiB/s | 242.9 KiB |  00m00s
- [ 8/73] Installing libffi-devel-0:3.4.6 100% |  34.0 MiB/s |  34.8 KiB |  00m00s
- [ 9/73] Installing pixman-0:0.46.2-1.fc 100% | 231.6 MiB/s | 711.4 KiB |  00m00s
- [10/73] Installing cmake-filesystem-0:3 100% |   1.9 MiB/s |   7.6 KiB |  00m00s
- [11/73] Installing zlib-ng-compat-devel 100% |  53.0 MiB/s | 108.5 KiB |  00m00s
- [12/73] Installing libpng-devel-2:1.6.4 100% |  41.0 MiB/s | 881.7 KiB |  00m00s
- [13/73] Installing libwayland-client-0: 100% |  30.9 MiB/s |  63.2 KiB |  00m00s
- [14/73] Installing libtextstyle-0:0.23. 100% | 101.7 MiB/s | 208.3 KiB |  00m00s
- [15/73] Installing gettext-libs-0:0.23. 100% | 202.8 MiB/s |   2.0 MiB |  00m00s
- [16/73] Installing libdatrie-0:0.2.13-1 100% |  57.6 MiB/s |  58.9 KiB |  00m00s
- [17/73] Installing libthai-0:0.1.29-10. 100% | 191.7 MiB/s | 785.2 KiB |  00m00s
- [18/73] Installing fribidi-0:1.0.16-2.f 100% |  10.7 MiB/s | 196.8 KiB |  00m00s
- [19/73] Installing graphite2-0:1.3.14-1 100% |  10.7 MiB/s | 197.9 KiB |  00m00s
- [20/73] Installing harfbuzz-0:10.4.0-1. 100% | 249.9 MiB/s |   2.7 MiB |  00m00s
- [21/73] Installing freetype-0:2.13.3-2. 100% | 168.0 MiB/s | 859.9 KiB |  00m00s
- [22/73] Installing libXext-0:1.3.6-3.fc 100% |  89.1 MiB/s |  91.2 KiB |  00m00s
- [23/73] Installing libXext-devel-0:1.3. 100% |  54.2 MiB/s | 110.9 KiB |  00m00s
- [24/73] Installing harfbuzz-icu-0:10.4. 100% |  15.9 MiB/s |  16.3 KiB |  00m00s
- [25/73] Installing graphite2-devel-0:1. 100% |  49.6 MiB/s |  50.8 KiB |  00m00s
- [26/73] Installing fribidi-devel-0:1.0. 100% |  40.0 MiB/s |  81.9 KiB |  00m00s
- [27/73] Installing libdatrie-devel-0:0. 100% |  33.1 MiB/s | 609.8 KiB |  00m00s
- [28/73] Installing libthai-devel-0:0.1. 100% | 233.7 MiB/s | 718.0 KiB |  00m00s
- [29/73] Installing libwayland-cursor-0: 100% |  37.6 MiB/s |  38.5 KiB |  00m00s
- [30/73] Installing pixman-devel-0:0.46. 100% |  55.5 MiB/s |  56.9 KiB |  00m00s
- [31/73] Installing abattis-cantarell-vf 100% |  94.9 MiB/s | 194.4 KiB |  00m00s
- [32/73] Installing pcre2-utf16-0:10.46- 100% | 204.2 MiB/s | 627.2 KiB |  00m00s
- [33/73] Installing pcre2-utf32-0:10.46- 100% | 196.3 MiB/s | 603.1 KiB |  00m00s
- [34/73] Upgrading pcre2-0:10.46-1.fc42. 100% | 170.7 MiB/s | 699.1 KiB |  00m00s
- [35/73] Installing pcre2-devel-0:10.46- 100% | 104.6 MiB/s |   2.1 MiB |  00m00s
- [36/73] Installing libicu-devel-0:76.1- 100% | 120.8 MiB/s |   5.1 MiB |  00m00s
- [37/73] Installing libblkid-devel-0:2.4 100% |  44.9 MiB/s |  46.0 KiB |  00m00s
- [38/73] Installing xz-devel-1:5.8.1-2.f 100% |  85.5 MiB/s | 262.6 KiB |  00m00s
- [39/73] Installing libxml2-devel-0:2.12 100% | 148.5 MiB/s |   3.4 MiB |  00m00s
- [40/73] Installing sysprof-capture-deve 100% | 135.2 MiB/s | 276.9 KiB |  00m00s
- [41/73] Installing libsepol-devel-0:3.8 100% |  25.1 MiB/s | 128.3 KiB |  00m00s
- [42/73] Installing libselinux-devel-0:3 100% |  39.5 MiB/s | 161.6 KiB |  00m00s
- [43/73] Installing libmount-devel-0:2.4 100% |  63.0 MiB/s |  64.5 KiB |  00m00s
- [44/73] Installing python3-packaging-0: 100% |  79.2 MiB/s | 568.0 KiB |  00m00s
- [45/73] Installing glib2-devel-0:2.84.4 100% | 203.9 MiB/s |  15.9 MiB |  00m00s
- [46/73] Installing bzip2-devel-0:1.0.8- 100% | 303.5 MiB/s | 310.7 KiB |  00m00s
- [47/73] Installing brotli-0:1.1.0-6.fc4 100% |   2.0 MiB/s |  32.3 KiB |  00m00s
- [48/73] Installing brotli-devel-0:1.1.0 100% |  66.4 MiB/s |  68.0 KiB |  00m00s
- [49/73] Installing libwayland-server-0: 100% |  38.9 MiB/s |  79.7 KiB |  00m00s
- [50/73] Installing libwayland-egl-0:1.2 100% |  13.2 MiB/s |  13.6 KiB |  00m00s
- [51/73] Installing gettext-envsubst-0:0 100% |   4.6 MiB/s |  80.2 KiB |  00m00s
- [52/73] Installing gettext-runtime-0:0. 100% |  25.0 MiB/s | 461.6 KiB |  00m00s
- [53/73] Installing gettext-0:0.23.1-2.f 100% | 152.9 MiB/s |   5.2 MiB |  00m00s
- [54/73] Installing google-noto-fonts-co 100% |  18.1 MiB/s |  18.5 KiB |  00m00s
- [55/73] Installing google-noto-sans-vf- 100% | 231.9 MiB/s |   1.4 MiB |  00m00s
- [56/73] Installing default-fonts-core-s 100% | 727.7 KiB/s |  18.2 KiB |  00m00s
- [57/73] Installing xml-common-0:0.6.3-6 100% |  39.6 MiB/s |  81.1 KiB |  00m00s
- [58/73] Installing fontconfig-0:2.16.0- 100% | 730.6 KiB/s | 783.9 KiB |  00m01s
- [59/73] Installing cairo-0:1.18.2-3.fc4 100% | 198.1 MiB/s |   1.8 MiB |  00m00s
- [60/73] Installing libXft-0:2.3.8-8.fc4 100% |  83.0 MiB/s | 169.9 KiB |  00m00s
- [61/73] Installing pango-0:1.56.4-2.fc4 100% |  41.1 MiB/s |   1.0 MiB |  00m00s
- [62/73] Installing harfbuzz-cairo-0:10. 100% |  25.9 MiB/s |  53.0 KiB |  00m00s
- [63/73] Installing fontconfig-devel-0:2 100% |  50.3 MiB/s | 154.4 KiB |  00m00s
- [64/73] Installing freetype-devel-0:2.1 100% | 258.9 MiB/s |   8.5 MiB |  00m00s
- [65/73] Installing cairo-devel-0:1.18.2 100% | 458.2 MiB/s |   2.3 MiB |  00m00s
- [66/73] Installing harfbuzz-devel-0:10. 100% | 185.4 MiB/s |   5.2 MiB |  00m00s
- [67/73] Installing libXft-devel-0:2.3.8 100% |  43.2 MiB/s |  44.3 KiB |  00m00s
- [68/73] Installing pango-devel-0:1.56.4 100% | 216.8 MiB/s |   1.5 MiB |  00m00s
- [69/73] Installing wayland-devel-0:1.24 100% |  34.2 MiB/s | 700.4 KiB |  00m00s
- [70/73] Installing libxkbcommon-devel-0 100% | 176.0 MiB/s | 360.5 KiB |  00m00s
- [71/73] Installing wayland-protocols-de 100% |  40.6 MiB/s | 997.1 KiB |  00m00s
- [72/73] Removing pcre2-0:10.45-1.fc42.x 100% |   8.8 KiB/s |   9.0   B |  00m00s
- [73/73] Removing pcre2-syntax-0:10.45-1 100% |  93.0   B/s |  16.0   B |  00m00s
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "cairo-devel" "libxkbcommon-devel" "pango-devel" "wayland-devel" "wayland-protocols-devel"
- cairo-devel-1.18.2-3.fc42.x86_64
- libxkbcommon-devel-1.8.1-1.fc42.x86_64
- pango-devel-1.56.4-2.fc42.x86_64
- wayland-devel-1.24.0-1.fc42.x86_64
- wayland-protocols-devel-1.45-1.fc42.noarch
2025-11-05 22:15.01 ---> saved as "e2bb39dd5d29b26b6e199b957a504f1b1579f161e011064bf184f7da5a15c557"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 18 packages
  - install astring                0.8.5
  - install bos                    0.2.1
  - install conf-cairo             1
  - install conf-libwayland        1
  - install conf-pango             1
  - install conf-pkg-config        4
  - install conf-wayland-protocols 1
  - install conf-xkbcommon         1
  - install csexp                  1.5.2
  - install dune                   3.20.2
  - install dune-configurator      3.20.2
  - install fmt                    0.11.0
  - install fpath                  0.7.3
  - install logs                   0.10.0
  - install ocamlbuild             0.16.1
  - install ocamlfind              1.9.8
  - install rresult                0.7.0
  - install topkg                  1.1.1

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-pkg-config.4
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> installed conf-cairo.1
-> installed conf-pango.1
-> installed conf-wayland-protocols.1
-> installed conf-xkbcommon.1
-> retrieved logs.0.10.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> installed conf-libwayland.1
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed topkg.1.1.1
-> installed rresult.0.7.0
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed logs.0.10.0
-> installed fpath.0.7.3
-> installed bos.0.2.1
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed dune-configurator.3.20.2
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-05 22:15.32 ---> saved as "80eda825fb8c861701ec0368dc0a9a589d433e8bf12367beb02bd35727c06137"

/src: (copy (src .) (dst /src))
2025-11-05 22:15.33 ---> saved as "e2d9f9f5bf684b5873162029f87dc282cebd5ee17e72c255606d4bbb4959e28f"

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