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-43-5.4_opam-2.4) Base: ocaml/opam:fedora-43-ocaml-5.4@sha256:a83928a1fedec013a7db3d3190a3cc3eb72142ca95e7bb20dbb4f9954be28115 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-43-ocaml-5.4@sha256:a83928a1fedec013a7db3d3190a3cc3eb72142ca95e7bb20dbb4f9954be28115 # fedora-43-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-43-ocaml-5.4@sha256:a83928a1fedec013a7db3d3190a3cc3eb72142ca95e7bb20dbb4f9954be28115-fedora-43-5.4_opam-2.4-8ee4d9b3b606cd862c9484a37784b2a6" 2025-11-05 15:31.41: Using OBuilder spec: ((from ocaml/opam:fedora-43-ocaml-5.4@sha256:a83928a1fedec013a7db3d3190a3cc3eb72142ca95e7bb20dbb4f9954be28115) (comment fedora-43-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.37: Got resource from pool OCluster Building on laodoke.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 Synchronising 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-43-ocaml-5.4@sha256:a83928a1fedec013a7db3d3190a3cc3eb72142ca95e7bb20dbb4f9954be28115) Unable to find image 'ocaml/opam:fedora-43-ocaml-5.4@sha256:a83928a1fedec013a7db3d3190a3cc3eb72142ca95e7bb20dbb4f9954be28115' locally docker.io/ocaml/opam@sha256:a83928a1fedec013a7db3d3190a3cc3eb72142ca95e7bb20dbb4f9954be28115: Pulling from ocaml/opam 3a6ccf50917d: Already exists 698b8d1610af: Already exists 7e5b745a56a4: Already exists e8859609bfb8: Already exists 51242d36b3fd: Already exists 61958fadfb74: Already exists 04578677ff3f: Already exists 01b19b859bd1: Already exists 47b008c442e7: Already exists 434ff16e8a1b: Already exists e2e8d2ec1110: Already exists bb8f1dbb2acd: Already exists c914fb01d9b0: Already exists acbc7d112060: Already exists 7b0ca93f3f54: Already exists 5a223856338a: Already exists ace6a731f305: Already exists a6230b7fafa0: Already exists 917f9b8155b5: Already exists 8f7a3b7d908f: Already exists 4f4fb700ef54: Already exists 7af8a72dec52: Already exists 9565a36b4e3a: Already exists a1ba7d9452a1: Already exists 24a9095bda75: Already exists 16c026bd2ca7: Already exists 6b821f07d597: Already exists afd0175f27f4: Already exists 88ab18f654c7: Already exists be69a91a3ef7: Already exists ce8a4e53f5e3: Already exists 3e2bdc6df5e4: Already exists ff986d64677f: Already exists 9c9f7117b120: Already exists 8bc6797e23fc: Already exists 07b81fe7312a: Already exists 43fc65bb52eb: Already exists a5d75845130a: Already exists 1eec13083f65: Already exists aab9ec9135e1: Pulling fs layer cc2ed799adba: Pulling fs layer aab9ec9135e1: Waiting cc2ed799adba: Waiting b808f888e100: Pulling fs layer e51d6b85f31b: Pulling fs layer 8c8cec09df68: Pulling fs layer b808f888e100: Waiting e51d6b85f31b: Waiting 8c8cec09df68: Waiting aab9ec9135e1: Verifying Checksum aab9ec9135e1: Download complete aab9ec9135e1: Pull complete b808f888e100: Verifying Checksum b808f888e100: Download complete e51d6b85f31b: Verifying Checksum e51d6b85f31b: Download complete 8c8cec09df68: Download complete cc2ed799adba: Verifying Checksum cc2ed799adba: Download complete cc2ed799adba: Pull complete b808f888e100: Pull complete e51d6b85f31b: Pull complete 8c8cec09df68: Pull complete Digest: sha256:a83928a1fedec013a7db3d3190a3cc3eb72142ca95e7bb20dbb4f9954be28115 Status: Downloaded newer image for ocaml/opam@sha256:a83928a1fedec013a7db3d3190a3cc3eb72142ca95e7bb20dbb4f9954be28115 2025-11-05 22:14.38 ---> using "f59e28d75de4defeed40ec3fa81afaa110217cd20c2dafcaea2c76301015f0df" from cache /: (comment fedora-43-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 43 - x86_64 100% | 49.4 KiB/s | 17.9 KiB | 00m00s Fedora 43 openh264 (From Cisco) - x86_ 100% | 4.1 KiB/s | 986.0 B | 00m00s Fedora 43 - x86_64 - Updates 100% | 146.6 KiB/s | 20.1 KiB | 00m00s Repositories loaded. Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed. Nothing to do. 2025-11-05 22:14.38 ---> using "e25babefb49a419232868acca712bf630a0bbefc96e0c275ad3155252e7c1ac2" from cache /src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2025-11-05 22:14.38 ---> using "d407c2ab0d230b08eef2673d99115ee74748a180b52018e5e71e83495eb23ecf" 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.2, 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] Initialised 2025-11-05 22:14.38 ---> using "f34f2508f7317e9caeecee1fbf9e7a46c3e2d84a14300c4e852b3aa03e573a96" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-86-generic The OCaml toplevel, version 5.4.0 2.4.1 2025-11-05 22:14.38 ---> using "052d523dd0b77d418e636d4c186443eff0092857ea0c0fcc93c67ed113744989" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-11-05 22:14.38 ---> using "62c8f17a78b1cdcc51dbd6e1fa6a54730935888b6313593e943e96a268786b45" 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 5bf570252b..21f97b2e6d 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.38 ---> using "7c5c025955a33d8637105ae2dd08fe16e3d17976a11475dae0f9716b75ce42c4" from cache /src: (copy (src waylaunch.opam) (dst ./)) 2025-11-05 22:14.38 ---> saved as "1ccdfdfd9828f701b70bf719204890fd3bcd207aad6400a3559f4d440ce1281f" /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.40 ---> saved as "f447f05b76b202378b43c4b2e6aba2bf92d43caebc9a65c328dc0dfa02ea07a8" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-11-05 22:14.40 ---> saved as "3192aab61b409d1222beb5ec8852a96206edc7e82983d91cb57e911b8ec0d62f" /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 43 - x86_64 - Updates 100% | 33.1 KiB/s | 20.1 KiB | 00m01s - 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: - glib2 x86_64 2.86.1-1.fc43 updates 14.8 MiB - replacing glib2 x86_64 2.86.0-2.fc43 f48ac1df0e83469f8a505cddaf1bfc5e 14.7 MiB - Installing: - cairo-devel x86_64 1.18.4-2.fc43 fedora 2.3 MiB - libxkbcommon-devel x86_64 1.11.0-1.fc43 fedora 383.4 KiB - pango-devel x86_64 1.57.0-1.fc43 fedora 1.5 MiB - wayland-devel x86_64 1.24.0-1.fc43 fedora 691.9 KiB - wayland-protocols-devel noarch 1.45-2.fc43 fedora 966.4 KiB - Installing dependencies: - abattis-cantarell-vf-fonts noarch 0.301-15.fc43 fedora 192.7 KiB - brotli x86_64 1.1.0-10.fc43 fedora 31.6 KiB - brotli-devel x86_64 1.1.0-10.fc43 fedora 65.6 KiB - bzip2-devel x86_64 1.0.8-21.fc43 fedora 309.8 KiB - cairo x86_64 1.18.4-2.fc43 fedora 1.8 MiB - cmake-filesystem x86_64 3.31.6-4.fc43 fedora 0.0 B - default-fonts-core-sans noarch 4.2-5.fc43 fedora 11.9 KiB - fontconfig x86_64 2.17.0-3.fc43 fedora 765.9 KiB - fontconfig-devel x86_64 2.17.0-3.fc43 fedora 123.6 KiB - fonts-filesystem noarch 1:2.0.5-23.fc43 fedora 0.0 B - freetype x86_64 2.13.3-3.fc43 fedora 850.2 KiB - freetype-devel x86_64 2.13.3-3.fc43 fedora 8.5 MiB - fribidi x86_64 1.0.16-3.fc43 fedora 190.3 KiB - fribidi-devel x86_64 1.0.16-3.fc43 fedora 78.0 KiB - glib2-devel x86_64 2.86.1-1.fc43 updates 15.7 MiB - google-noto-fonts-common noarch 20251001-1.fc43 updates 17.7 KiB - google-noto-sans-vf-fonts noarch 20251001-1.fc43 updates 1.4 MiB - graphite2 x86_64 1.3.14-19.fc43 fedora 191.8 KiB - graphite2-devel x86_64 1.3.14-19.fc43 fedora 49.3 KiB - harfbuzz x86_64 11.5.1-1.fc43 fedora 2.8 MiB - harfbuzz-cairo x86_64 11.5.1-1.fc43 fedora 48.1 KiB - harfbuzz-devel x86_64 11.5.1-1.fc43 fedora 5.3 MiB - harfbuzz-icu x86_64 11.5.1-1.fc43 fedora 15.4 KiB - libXext x86_64 1.3.6-4.fc43 fedora 90.0 KiB - libXext-devel x86_64 1.3.6-4.fc43 fedora 98.9 KiB - libXft x86_64 2.3.8-9.fc43 fedora 164.4 KiB - libXft-devel x86_64 2.3.8-9.fc43 fedora 31.7 KiB - libXrender x86_64 0.9.12-3.fc43 fedora 46.0 KiB - libXrender-devel x86_64 0.9.12-3.fc43 fedora 50.1 KiB - libblkid-devel x86_64 2.41.1-17.fc43 fedora 44.9 KiB - libdatrie x86_64 0.2.13-12.fc43 fedora 53.8 KiB - libdatrie-devel x86_64 0.2.13-12.fc43 fedora 558.1 KiB - libffi-devel x86_64 3.5.1-2.fc43 fedora 33.9 KiB - libicu-devel x86_64 77.1-1.fc43 fedora 5.0 MiB - libmount-devel x86_64 2.41.1-17.fc43 fedora 65.5 KiB - libpng x86_64 2:1.6.50-2.fc43 fedora 237.7 KiB - libpng-devel x86_64 2:1.6.50-2.fc43 fedora 885.6 KiB - libselinux-devel x86_64 3.9-5.fc43 fedora 127.3 KiB - libsepol-devel x86_64 3.9-2.fc43 fedora 121.4 KiB - libthai x86_64 0.1.29-11.fc43 fedora 783.4 KiB - libthai-devel x86_64 0.1.29-11.fc43 fedora 644.3 KiB - libwayland-client x86_64 1.24.0-1.fc43 fedora 62.0 KiB - libwayland-cursor x86_64 1.24.0-1.fc43 fedora 37.3 KiB - libwayland-egl x86_64 1.24.0-1.fc43 fedora 12.4 KiB - libwayland-server x86_64 1.24.0-1.fc43 fedora 78.5 KiB - libxkbcommon x86_64 1.11.0-1.fc43 fedora 408.2 KiB - libxml2-devel x86_64 2.12.10-5.fc43 fedora 3.4 MiB - lzo x86_64 2.10-15.fc43 fedora 178.9 KiB - lzo-devel x86_64 2.10-15.fc43 fedora 212.2 KiB - lzo-minilzo x86_64 2.10-15.fc43 fedora 36.7 KiB - pango x86_64 1.57.0-1.fc43 fedora 1.0 MiB - pcre2-devel x86_64 10.46-1.fc43 fedora 2.1 MiB - pcre2-utf16 x86_64 10.46-1.fc43 fedora 626.3 KiB - pcre2-utf32 x86_64 10.46-1.fc43 fedora 602.2 KiB - pixman x86_64 0.46.2-2.fc43 fedora 710.3 KiB - pixman-devel x86_64 0.46.2-2.fc43 fedora 56.1 KiB - python3-packaging noarch 25.0-7.fc43 fedora 607.4 KiB - sysprof-capture-devel x86_64 49.0-1.fc43 fedora 803.7 KiB - xkeyboard-config noarch 2.46-1.fc43 updates 10.2 MiB - xml-common noarch 0.6.3-67.fc43 fedora 78.4 KiB - xz-devel x86_64 1:5.8.1-2.fc43 fedora 258.8 KiB - zlib-ng-compat-devel x86_64 2.2.5-2.fc43 fedora 107.0 KiB - - Transaction Summary: - Installing: 67 packages - Upgrading: 1 package - Replacing: 1 package - - Total size of inbound packages is 17 MiB. Need to download 17 MiB. - After this operation, 75 MiB extra will be used (install 89 MiB, remove 15 MiB). - [ 1/68] cairo-0:1.18.4-2.fc43.x86_64 100% | 1.9 MiB/s | 729.3 KiB | 00m00s - [ 2/68] fontconfig-0:2.17.0-3.fc43.x86_ 100% | 2.6 MiB/s | 272.2 KiB | 00m00s - [ 3/68] cairo-devel-0:1.18.4-2.fc43.x86 100% | 364.7 KiB/s | 191.8 KiB | 00m01s - [ 4/68] libXext-0:1.3.6-4.fc43.x86_64 100% | 361.7 KiB/s | 39.1 KiB | 00m00s - [ 5/68] libXrender-0:0.9.12-3.fc43.x86_ 100% | 1.6 MiB/s | 26.9 KiB | 00m00s - [ 6/68] freetype-0:2.13.3-3.fc43.x86_64 100% | 2.2 MiB/s | 412.1 KiB | 00m00s - [ 7/68] libpng-2:1.6.50-2.fc43.x86_64 100% | 3.8 MiB/s | 123.0 KiB | 00m00s - [ 8/68] lzo-0:2.10-15.fc43.x86_64 100% | 3.6 MiB/s | 69.4 KiB | 00m00s - [ 9/68] default-fonts-core-sans-0:4.2-5 100% | 3.2 MiB/s | 29.9 KiB | 00m00s - [10/68] fonts-filesystem-1:2.0.5-23.fc4 100% | 964.2 KiB/s | 8.7 KiB | 00m00s - [11/68] xml-common-0:0.6.3-67.fc43.noar 100% | 3.0 MiB/s | 31.0 KiB | 00m00s - [12/68] pixman-0:0.46.2-2.fc43.x86_64 100% | 5.5 MiB/s | 292.5 KiB | 00m00s - [13/68] abattis-cantarell-vf-fonts-0:0. 100% | 3.4 MiB/s | 120.1 KiB | 00m00s - [14/68] graphite2-0:1.3.14-19.fc43.x86_ 100% | 1.8 MiB/s | 95.6 KiB | 00m00s - [15/68] wayland-protocols-devel-0:1.45- 100% | 141.1 KiB/s | 175.2 KiB | 00m01s - [16/68] libxkbcommon-devel-0:1.11.0-1.f 100% | 166.0 KiB/s | 73.0 KiB | 00m00s - [17/68] libxkbcommon-0:1.11.0-1.fc43.x8 100% | 1.5 MiB/s | 174.3 KiB | 00m00s - [18/68] harfbuzz-0:11.5.1-1.fc43.x86_64 100% | 1.4 MiB/s | 1.1 MiB | 00m01s - [19/68] pango-devel-0:1.57.0-1.fc43.x86 100% | 472.4 KiB/s | 162.0 KiB | 00m00s - [20/68] fontconfig-devel-0:2.17.0-3.fc4 100% | 616.3 KiB/s | 169.5 KiB | 00m00s - [21/68] fribidi-0:1.0.16-3.fc43.x86_64 100% | 952.2 KiB/s | 53.3 KiB | 00m00s - [22/68] libXft-0:2.3.8-9.fc43.x86_64 100% | 776.9 KiB/s | 72.2 KiB | 00m00s - [23/68] pango-0:1.57.0-1.fc43.x86_64 100% | 1.6 MiB/s | 353.4 KiB | 00m00s - [24/68] libdatrie-0:0.2.13-12.fc43.x86_ 100% | 914.2 KiB/s | 32.0 KiB | 00m00s - [25/68] libthai-0:0.1.29-11.fc43.x86_64 100% | 1.6 MiB/s | 210.3 KiB | 00m00s - [26/68] libwayland-client-0:1.24.0-1.fc 100% | 622.9 KiB/s | 33.6 KiB | 00m00s - [27/68] libwayland-cursor-0:1.24.0-1.fc 100% | 419.8 KiB/s | 18.9 KiB | 00m00s - [28/68] libwayland-egl-0:1.24.0-1.fc43. 100% | 1.3 MiB/s | 12.4 KiB | 00m00s - [29/68] libwayland-server-0:1.24.0-1.fc 100% | 274.7 KiB/s | 41.5 KiB | 00m00s - [30/68] libffi-devel-0:3.5.1-2.fc43.x86 100% | 442.0 KiB/s | 29.6 KiB | 00m00s - [31/68] wayland-devel-0:1.24.0-1.fc43.x 100% | 313.4 KiB/s | 154.2 KiB | 00m00s - [32/68] freetype-devel-0:2.13.3-3.fc43. 100% | 1.1 MiB/s | 1.0 MiB | 00m01s - [33/68] fribidi-devel-0:1.0.16-3.fc43.x 100% | 93.8 KiB/s | 29.3 KiB | 00m00s - [34/68] harfbuzz-devel-0:11.5.1-1.fc43. 100% | 1.4 MiB/s | 456.1 KiB | 00m00s - [35/68] harfbuzz-cairo-0:11.5.1-1.fc43. 100% | 888.2 KiB/s | 30.2 KiB | 00m00s - [36/68] harfbuzz-icu-0:11.5.1-1.fc43.x8 100% | 931.2 KiB/s | 15.8 KiB | 00m00s - [37/68] python3-packaging-0:25.0-7.fc43 100% | 264.3 KiB/s | 161.5 KiB | 00m01s - [38/68] libXrender-devel-0:0.9.12-3.fc4 100% | 321.8 KiB/s | 19.0 KiB | 00m00s - [39/68] libXft-devel-0:2.3.8-9.fc43.x86 100% | 126.0 KiB/s | 49.4 KiB | 00m00s - [40/68] glib2-devel-0:2.86.1-1.fc43.x86 100% | 930.1 KiB/s | 1.5 MiB | 00m02s - [41/68] libthai-devel-0:0.1.29-11.fc43. 100% | 133.8 KiB/s | 128.3 KiB | 00m01s - [42/68] cmake-filesystem-0:3.31.6-4.fc4 100% | 1.5 MiB/s | 15.5 KiB | 00m00s - [43/68] xz-devel-1:5.8.1-2.fc43.x86_64 100% | 1.1 MiB/s | 67.0 KiB | 00m00s - [44/68] zlib-ng-compat-devel-0:2.2.5-2. 100% | 342.3 KiB/s | 38.3 KiB | 00m00s - [45/68] libxml2-devel-0:2.12.10-5.fc43. 100% | 629.9 KiB/s | 524.0 KiB | 00m01s - [46/68] libdatrie-devel-0:0.2.13-12.fc4 100% | 676.4 KiB/s | 137.3 KiB | 00m00s - [47/68] graphite2-devel-0:1.3.14-19.fc4 100% | 56.8 KiB/s | 20.6 KiB | 00m00s - [48/68] brotli-devel-0:1.1.0-10.fc43.x8 100% | 85.9 KiB/s | 33.9 KiB | 00m00s - [49/68] brotli-0:1.1.0-10.fc43.x86_64 100% | 305.0 KiB/s | 19.8 KiB | 00m00s - [50/68] bzip2-devel-0:1.0.8-21.fc43.x86 100% | 1.2 MiB/s | 213.4 KiB | 00m00s - [51/68] libpng-devel-2:1.6.50-2.fc43.x8 100% | 1.8 MiB/s | 293.4 KiB | 00m00s - [52/68] xkeyboard-config-0:2.46-1.fc43. 100% | 770.8 KiB/s | 993.6 KiB | 00m01s - [53/68] google-noto-fonts-common-0:2025 100% | 904.8 KiB/s | 17.2 KiB | 00m00s - [54/68] libicu-devel-0:77.1-1.fc43.x86_ 100% | 734.9 KiB/s | 794.4 KiB | 00m01s - [55/68] lzo-devel-0:2.10-15.fc43.x86_64 100% | 557.8 KiB/s | 39.0 KiB | 00m00s - [56/68] libXext-devel-0:1.3.6-4.fc43.x8 100% | 698.2 KiB/s | 85.2 KiB | 00m00s - [57/68] lzo-minilzo-0:2.10-15.fc43.x86_ 100% | 705.5 KiB/s | 24.0 KiB | 00m00s - [58/68] pixman-devel-0:0.46.2-2.fc43.x8 100% | 599.0 KiB/s | 18.0 KiB | 00m00s - [59/68] libmount-devel-0:2.41.1-17.fc43 100% | 1.1 MiB/s | 24.5 KiB | 00m00s - [60/68] libsepol-devel-0:3.9-2.fc43.x86 100% | 1.1 MiB/s | 48.4 KiB | 00m00s - [61/68] google-noto-sans-vf-fonts-0:202 100% | 1.9 MiB/s | 614.4 KiB | 00m00s - [62/68] libselinux-devel-0:3.9-5.fc43.x 100% | 1.1 MiB/s | 152.1 KiB | 00m00s - [63/68] pcre2-utf16-0:10.46-1.fc43.x86_ 100% | 1.7 MiB/s | 241.6 KiB | 00m00s - [64/68] sysprof-capture-devel-0:49.0-1. 100% | 2.0 MiB/s | 171.1 KiB | 00m00s - [65/68] libblkid-devel-0:2.41.1-17.fc43 100% | 1.1 MiB/s | 23.3 KiB | 00m00s - [66/68] pcre2-utf32-0:10.46-1.fc43.x86_ 100% | 857.2 KiB/s | 228.9 KiB | 00m00s - [67/68] pcre2-devel-0:10.46-1.fc43.x86_ 100% | 1.5 MiB/s | 543.2 KiB | 00m00s - [68/68] glib2-0:2.86.1-1.fc43.x86_64 100% | 2.1 MiB/s | 3.1 MiB | 00m01s - -------------------------------------------------------------------------------- - [68/68] Total 100% | 2.2 MiB/s | 16.9 MiB | 00m08s - Running transaction - [ 1/71] Verify package files 100% | 307.0 B/s | 68.0 B | 00m00s - [ 2/71] Prepare transaction 100% | 621.0 B/s | 69.0 B | 00m00s - [ 3/71] Upgrading glib2-0:2.86.1-1.fc43 100% | 166.9 MiB/s | 14.9 MiB | 00m00s - [ 4/71] Installing libXrender-0:0.9.12- 100% | 23.1 MiB/s | 47.3 KiB | 00m00s - [ 5/71] Installing libXrender-devel-0:0 100% | 49.8 MiB/s | 51.0 KiB | 00m00s - [ 6/71] Installing fonts-filesystem-1:2 100% | 769.5 KiB/s | 788.0 B | 00m00s - [ 7/71] Installing libpng-2:1.6.50-2.fc 100% | 77.8 MiB/s | 239.0 KiB | 00m00s - [ 8/71] Installing cmake-filesystem-0:3 100% | 1.9 MiB/s | 7.6 KiB | 00m00s - [ 9/71] Installing zlib-ng-compat-devel 100% | 53.0 MiB/s | 108.5 KiB | 00m00s - [10/71] Installing libpng-devel-2:1.6.5 100% | 31.0 MiB/s | 889.5 KiB | 00m00s - [11/71] Installing libffi-devel-0:3.5.1 100% | 34.7 MiB/s | 35.6 KiB | 00m00s - [12/71] Installing libwayland-client-0: 100% | 30.9 MiB/s | 63.2 KiB | 00m00s - [13/71] Installing libdatrie-0:0.2.13-1 100% | 26.8 MiB/s | 54.9 KiB | 00m00s - [14/71] Installing libthai-0:0.1.29-11. 100% | 127.8 MiB/s | 785.2 KiB | 00m00s - [15/71] Installing fribidi-0:1.0.16-3.f 100% | 7.8 MiB/s | 192.8 KiB | 00m00s - [16/71] Installing graphite2-0:1.3.14-1 100% | 7.9 MiB/s | 193.9 KiB | 00m00s - [17/71] Installing freetype-0:2.13.3-3. 100% | 92.4 MiB/s | 851.9 KiB | 00m00s - [18/71] Installing harfbuzz-0:11.5.1-1. 100% | 128.5 MiB/s | 2.8 MiB | 00m00s - [19/71] Installing pixman-0:0.46.2-2.fc 100% | 115.8 MiB/s | 711.4 KiB | 00m00s - [20/71] Installing lzo-0:2.10-15.fc43.x 100% | 58.8 MiB/s | 180.5 KiB | 00m00s - [21/71] Installing libXext-0:1.3.6-4.fc 100% | 44.5 MiB/s | 91.2 KiB | 00m00s - [22/71] Installing libXext-devel-0:1.3. 100% | 36.1 MiB/s | 110.9 KiB | 00m00s - [23/71] Installing pixman-devel-0:0.46. 100% | 55.5 MiB/s | 56.9 KiB | 00m00s - [24/71] Installing harfbuzz-icu-0:11.5. 100% | 15.9 MiB/s | 16.3 KiB | 00m00s - [25/71] Installing graphite2-devel-0:1. 100% | 24.8 MiB/s | 50.8 KiB | 00m00s - [26/71] Installing fribidi-devel-0:1.0. 100% | 26.7 MiB/s | 81.9 KiB | 00m00s - [27/71] Installing libdatrie-devel-0:0. 100% | 21.2 MiB/s | 565.3 KiB | 00m00s - [28/71] Installing libthai-devel-0:0.1. 100% | 160.2 MiB/s | 656.3 KiB | 00m00s - [29/71] Installing libwayland-cursor-0: 100% | 18.8 MiB/s | 38.5 KiB | 00m00s - [30/71] Installing abattis-cantarell-vf 100% | 63.3 MiB/s | 194.4 KiB | 00m00s - [31/71] Installing libblkid-devel-0:2.4 100% | 44.9 MiB/s | 46.0 KiB | 00m00s - [32/71] Installing sysprof-capture-deve 100% | 112.5 MiB/s | 806.5 KiB | 00m00s - [33/71] Installing pcre2-utf32-0:10.46- 100% | 117.8 MiB/s | 603.1 KiB | 00m00s - [34/71] Installing pcre2-utf16-0:10.46- 100% | 102.1 MiB/s | 627.1 KiB | 00m00s - [35/71] Installing pcre2-devel-0:10.46- 100% | 74.7 MiB/s | 2.1 MiB | 00m00s - [36/71] Installing libsepol-devel-0:3.9 100% | 21.0 MiB/s | 128.9 KiB | 00m00s - [37/71] Installing libselinux-devel-0:3 100% | 39.6 MiB/s | 162.1 KiB | 00m00s - [38/71] Installing libmount-devel-0:2.4 100% | 32.5 MiB/s | 66.5 KiB | 00m00s - [39/71] Installing lzo-minilzo-0:2.10-1 100% | 37.1 MiB/s | 37.9 KiB | 00m00s - [40/71] Installing lzo-devel-0:2.10-15. 100% | 70.1 MiB/s | 215.3 KiB | 00m00s - [41/71] Installing google-noto-fonts-co 100% | 18.1 MiB/s | 18.5 KiB | 00m00s - [42/71] Installing google-noto-sans-vf- 100% | 126.5 MiB/s | 1.4 MiB | 00m00s - [43/71] Installing default-fonts-core-s 100% | 4.4 MiB/s | 18.2 KiB | 00m00s - [44/71] Installing bzip2-devel-0:1.0.8- 100% | 303.5 MiB/s | 310.7 KiB | 00m00s - [45/71] Installing brotli-0:1.1.0-10.fc 100% | 1.4 MiB/s | 32.3 KiB | 00m00s - [46/71] Installing brotli-devel-0:1.1.0 100% | 22.1 MiB/s | 68.0 KiB | 00m00s - [47/71] Installing libicu-devel-0:77.1- 100% | 67.8 MiB/s | 5.1 MiB | 00m00s - [48/71] Installing xkeyboard-config-0:2 100% | 187.4 MiB/s | 10.3 MiB | 00m00s - [49/71] Installing libxkbcommon-0:1.11. 100% | 66.7 MiB/s | 409.9 KiB | 00m00s - [50/71] Installing xz-devel-1:5.8.1-2.f 100% | 51.3 MiB/s | 262.6 KiB | 00m00s - [51/71] Installing libxml2-devel-0:2.12 100% | 97.6 MiB/s | 3.4 MiB | 00m00s - [52/71] Installing python3-packaging-0: 100% | 55.0 MiB/s | 619.9 KiB | 00m00s - [53/71] Installing glib2-devel-0:2.86.1 100% | 114.4 MiB/s | 15.8 MiB | 00m00s - [54/71] Installing libwayland-server-0: 100% | 38.9 MiB/s | 79.7 KiB | 00m00s - [55/71] Installing libwayland-egl-0:1.2 100% | 846.9 KiB/s | 13.6 KiB | 00m00s - [56/71] Installing xml-common-0:0.6.3-6 100% | 15.8 MiB/s | 81.1 KiB | 00m00s - [57/71] Installing fontconfig-0:2.17.0- 100% | 725.1 KiB/s | 785.3 KiB | 00m01s - [58/71] Installing cairo-0:1.18.4-2.fc4 100% | 70.9 MiB/s | 1.8 MiB | 00m00s - [59/71] Installing libXft-0:2.3.8-9.fc4 100% | 40.5 MiB/s | 165.9 KiB | 00m00s - [60/71] Installing pango-0:1.57.0-1.fc4 100% | 19.4 MiB/s | 1.0 MiB | 00m00s - [61/71] Installing harfbuzz-cairo-0:11. 100% | 12.0 MiB/s | 49.0 KiB | 00m00s - [62/71] Installing cairo-devel-0:1.18.4 100% | 176.2 MiB/s | 2.3 MiB | 00m00s - [63/71] Installing harfbuzz-devel-0:11. 100% | 76.2 MiB/s | 5.3 MiB | 00m00s - [64/71] Installing freetype-devel-0:2.1 100% | 118.6 MiB/s | 8.5 MiB | 00m00s - [65/71] Installing fontconfig-devel-0:2 100% | 22.2 MiB/s | 159.4 KiB | 00m00s - [66/71] Installing libXft-devel-0:2.3.8 100% | 10.8 MiB/s | 44.3 KiB | 00m00s - [67/71] Installing pango-devel-0:1.57.0 100% | 76.2 MiB/s | 1.5 MiB | 00m00s - [68/71] Installing wayland-devel-0:1.24 100% | 20.7 MiB/s | 700.4 KiB | 00m00s - [69/71] Installing libxkbcommon-devel-0 100% | 75.2 MiB/s | 385.1 KiB | 00m00s - [70/71] Installing wayland-protocols-de 100% | 27.0 MiB/s | 997.1 KiB | 00m00s - [71/71] Removing glib2-0:2.86.0-2.fc43. 100% | 688.0 B/s | 177.0 B | 00m00s - Complete! + /usr/sbin/rpm "-q" "--whatprovides" "cairo-devel" "libxkbcommon-devel" "pango-devel" "wayland-devel" "wayland-protocols-devel" - cairo-devel-1.18.4-2.fc43.x86_64 - libxkbcommon-devel-1.11.0-1.fc43.x86_64 - pango-devel-1.57.0-1.fc43.x86_64 - wayland-devel-1.24.0-1.fc43.x86_64 - wayland-protocols-devel-1.45-2.fc43.noarch 2025-11-05 22:15.09 ---> saved as "79a3e69d7f3d3f38169d471b059dc207702054a9dca435028bf020b818503c84" /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 astring.0.8.5 -> installed fmt.0.11.0 -> installed fpath.0.7.3 -> installed logs.0.10.0 -> 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:17.06 ---> saved as "0e55b4cb9b3616320e6333425236d552aeba106a59a013bbfe5a2f749c8990c8" /src: (copy (src .) (dst /src)) 2025-11-05 22:17.07 ---> saved as "837c29d7c473ec643c6ca74a0fb28adddd568ab37dd7cfe0116bae607e7c238c" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2025-11-05 22:17.12 ---> saved as "200ecada06af219129fb7ebc904b42cd9637513cafbc7b703d0c9d6e3f3a27c3" Job succeeded 2025-11-05 22:17.12: Job succeeded