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-4.14_opam-2.4) Base: ocaml/opam:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52 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-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52 # fedora-43-4.14_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-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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52-fedora-43-4.14_opam-2.4-3f1894b52067bc8afaf5b2ec4db25ff1" 2025-11-05 15:31.41: Using OBuilder spec: ((from ocaml/opam:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52) (comment fedora-43-4.14_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-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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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 bremusa.ocamllabs.io 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-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52) 2025-11-05 22:14.39 ---> using "eff1ce5e32c7f8b8343a5c02e7f09c1f2495c9a1c7103f693d04375f30e30d11" from cache /: (comment fedora-43-4.14_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% | 52.9 KiB/s | 17.9 KiB | 00m00s Fedora 43 openh264 (From Cisco) - x86_ 100% | 4.3 KiB/s | 986.0 B | 00m00s Fedora 43 - x86_64 - Updates 100% | 162.0 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.39 ---> using "539b6860d861916654a676969490f4b634b158f259c18d3ac592c3c997eba783" from cache /src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2025-11-05 22:14.39 ---> using "e12cefea2f2f5b469e179585d2c765ac2baf9332734082a245c7c52002bc9c65" 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.39 ---> using "b2bbe53b4d2b95275e2c0bbaf344efd40767d651ade22efbcfb773f281af0097" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-85-generic The OCaml toplevel, version 4.14.2 2.4.1 2025-11-05 22:14.39 ---> using "2a9a612fdb4247c5cf9861b29cc7abeaa727473dda457b6ddcd5e0a27cc54521" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-11-05 22:14.39 ---> using "b7cd289f8f3fabdf5bb02ef230944cf9bf6d73f3ebc44c0711329c4bea2cde87" 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..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 Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.4.0"), which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-11-05 22:14.39 ---> using "d74613464fa39f89302c88bec9be0bdac0aee4f584dd089e76e88a78265948e1" from cache /src: (copy (src waylaunch.opam) (dst ./)) 2025-11-05 22:14.40 ---> saved as "b051fcb3a958067509126ca97d2a5f3d8463f25042de12cb2e6614a3df3f4f78" /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.42 ---> saved as "f0dfd82314fbce329e128084f4cb793f2d59c6575de969ee2e20d1e0ce064da6" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-11-05 22:14.43 ---> saved as "48a147cb5a213b0d4c22a8d0e7139a090110c6757d2183ea446da0d35612cf25" /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.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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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% | 80.7 KiB/s | 20.1 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 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/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] wayland-protocols-devel-0:1.45- 100% | 2.4 MiB/s | 175.2 KiB | 00m00s - [ 2/68] cairo-devel-0:1.18.4-2.fc43.x86 100% | 1.9 MiB/s | 191.8 KiB | 00m00s - [ 3/68] fontconfig-0:2.17.0-3.fc43.x86_ 100% | 7.6 MiB/s | 272.2 KiB | 00m00s - [ 4/68] libXext-0:1.3.6-4.fc43.x86_64 100% | 5.4 MiB/s | 39.1 KiB | 00m00s - [ 5/68] libXrender-0:0.9.12-3.fc43.x86_ 100% | 4.4 MiB/s | 26.9 KiB | 00m00s - [ 6/68] freetype-0:2.13.3-3.fc43.x86_64 100% | 11.8 MiB/s | 412.1 KiB | 00m00s - [ 7/68] cairo-0:1.18.4-2.fc43.x86_64 100% | 4.9 MiB/s | 729.3 KiB | 00m00s - [ 8/68] lzo-0:2.10-15.fc43.x86_64 100% | 5.6 MiB/s | 69.4 KiB | 00m00s - [ 9/68] default-fonts-core-sans-0:4.2-5 100% | 4.9 MiB/s | 29.9 KiB | 00m00s - [10/68] fonts-filesystem-1:2.0.5-23.fc4 100% | 1.4 MiB/s | 8.7 KiB | 00m00s - [11/68] xml-common-0:0.6.3-67.fc43.noar 100% | 5.1 MiB/s | 31.0 KiB | 00m00s - [12/68] pixman-0:0.46.2-2.fc43.x86_64 100% | 8.9 MiB/s | 292.5 KiB | 00m00s - [13/68] libpng-2:1.6.50-2.fc43.x86_64 100% | 1.9 MiB/s | 123.0 KiB | 00m00s - [14/68] abattis-cantarell-vf-fonts-0:0. 100% | 7.3 MiB/s | 120.1 KiB | 00m00s - [15/68] graphite2-0:1.3.14-19.fc43.x86_ 100% | 5.5 MiB/s | 95.6 KiB | 00m00s - [16/68] libxkbcommon-devel-0:1.11.0-1.f 100% | 5.9 MiB/s | 73.0 KiB | 00m00s - [17/68] libxkbcommon-0:1.11.0-1.fc43.x8 100% | 7.7 MiB/s | 174.3 KiB | 00m00s - [18/68] pango-devel-0:1.57.0-1.fc43.x86 100% | 8.3 MiB/s | 162.0 KiB | 00m00s - [19/68] fontconfig-devel-0:2.17.0-3.fc4 100% | 8.7 MiB/s | 169.5 KiB | 00m00s - [20/68] pango-0:1.57.0-1.fc43.x86_64 100% | 7.5 MiB/s | 353.4 KiB | 00m00s - [21/68] fribidi-0:1.0.16-3.fc43.x86_64 100% | 4.3 MiB/s | 53.3 KiB | 00m00s - [22/68] libXft-0:2.3.8-9.fc43.x86_64 100% | 5.9 MiB/s | 72.2 KiB | 00m00s - [23/68] freetype-devel-0:2.13.3-3.fc43. 100% | 8.4 MiB/s | 1.0 MiB | 00m00s - [24/68] libthai-0:0.1.29-11.fc43.x86_64 100% | 6.2 MiB/s | 210.3 KiB | 00m00s - [25/68] libdatrie-0:0.2.13-12.fc43.x86_ 100% | 3.5 MiB/s | 32.0 KiB | 00m00s - [26/68] libwayland-client-0:1.24.0-1.fc 100% | 5.5 MiB/s | 33.6 KiB | 00m00s - [27/68] wayland-devel-0:1.24.0-1.fc43.x 100% | 7.5 MiB/s | 154.2 KiB | 00m00s - [28/68] libwayland-cursor-0:1.24.0-1.fc 100% | 3.1 MiB/s | 18.9 KiB | 00m00s - [29/68] libwayland-egl-0:1.24.0-1.fc43. 100% | 2.0 MiB/s | 12.4 KiB | 00m00s - [30/68] libwayland-server-0:1.24.0-1.fc 100% | 5.8 MiB/s | 41.5 KiB | 00m00s - [31/68] harfbuzz-0:11.5.1-1.fc43.x86_64 100% | 4.8 MiB/s | 1.1 MiB | 00m00s - [32/68] libffi-devel-0:3.5.1-2.fc43.x86 100% | 2.2 MiB/s | 29.6 KiB | 00m00s - [33/68] fribidi-devel-0:1.0.16-3.fc43.x 100% | 3.6 MiB/s | 29.3 KiB | 00m00s - [34/68] python3-packaging-0:25.0-7.fc43 100% | 7.9 MiB/s | 161.5 KiB | 00m00s - [35/68] harfbuzz-cairo-0:11.5.1-1.fc43. 100% | 4.2 MiB/s | 30.2 KiB | 00m00s - [36/68] harfbuzz-icu-0:11.5.1-1.fc43.x8 100% | 2.6 MiB/s | 15.8 KiB | 00m00s - [37/68] libXft-devel-0:2.3.8-9.fc43.x86 100% | 5.4 MiB/s | 49.4 KiB | 00m00s - [38/68] libXrender-devel-0:0.9.12-3.fc4 100% | 3.1 MiB/s | 19.0 KiB | 00m00s - [39/68] libthai-devel-0:0.1.29-11.fc43. 100% | 7.0 MiB/s | 128.3 KiB | 00m00s - [40/68] harfbuzz-devel-0:11.5.1-1.fc43. 100% | 5.5 MiB/s | 456.1 KiB | 00m00s - [41/68] cmake-filesystem-0:3.31.6-4.fc4 100% | 2.5 MiB/s | 15.5 KiB | 00m00s - [42/68] xz-devel-1:5.8.1-2.fc43.x86_64 100% | 3.8 MiB/s | 67.0 KiB | 00m00s - [43/68] zlib-ng-compat-devel-0:2.2.5-2. 100% | 5.3 MiB/s | 38.3 KiB | 00m00s - [44/68] libxml2-devel-0:2.12.10-5.fc43. 100% | 8.4 MiB/s | 524.0 KiB | 00m00s - [45/68] glib2-devel-0:2.86.1-1.fc43.x86 100% | 8.7 MiB/s | 1.5 MiB | 00m00s - [46/68] libdatrie-devel-0:0.2.13-12.fc4 100% | 4.8 MiB/s | 137.3 KiB | 00m00s - [47/68] graphite2-devel-0:1.3.14-19.fc4 100% | 3.4 MiB/s | 20.6 KiB | 00m00s - [48/68] libicu-devel-0:77.1-1.fc43.x86_ 100% | 8.9 MiB/s | 794.4 KiB | 00m00s - [49/68] xkeyboard-config-0:2.46-1.fc43. 100% | 5.4 MiB/s | 993.6 KiB | 00m00s - [50/68] brotli-devel-0:1.1.0-10.fc43.x8 100% | 217.5 KiB/s | 33.9 KiB | 00m00s - [51/68] libpng-devel-2:1.6.50-2.fc43.x8 100% | 6.7 MiB/s | 293.4 KiB | 00m00s - [52/68] google-noto-sans-vf-fonts-0:202 100% | 7.1 MiB/s | 614.4 KiB | 00m00s - [53/68] google-noto-fonts-common-0:2025 100% | 2.4 MiB/s | 17.2 KiB | 00m00s - [54/68] brotli-0:1.1.0-10.fc43.x86_64 100% | 89.7 KiB/s | 19.8 KiB | 00m00s - [55/68] bzip2-devel-0:1.0.8-21.fc43.x86 100% | 1.2 MiB/s | 213.4 KiB | 00m00s - [56/68] libXext-devel-0:1.3.6-4.fc43.x8 100% | 4.4 MiB/s | 85.2 KiB | 00m00s - [57/68] lzo-devel-0:2.10-15.fc43.x86_64 100% | 169.8 KiB/s | 39.0 KiB | 00m00s - [58/68] lzo-minilzo-0:2.10-15.fc43.x86_ 100% | 107.6 KiB/s | 24.0 KiB | 00m00s - [59/68] pixman-devel-0:0.46.2-2.fc43.x8 100% | 46.7 KiB/s | 18.0 KiB | 00m00s - [60/68] libmount-devel-0:2.41.1-17.fc43 100% | 139.4 KiB/s | 24.5 KiB | 00m00s - [61/68] libselinux-devel-0:3.9-5.fc43.x 100% | 707.4 KiB/s | 152.1 KiB | 00m00s - [62/68] pcre2-utf16-0:10.46-1.fc43.x86_ 100% | 6.6 MiB/s | 241.6 KiB | 00m00s - [63/68] pcre2-utf32-0:10.46-1.fc43.x86_ 100% | 7.2 MiB/s | 228.9 KiB | 00m00s - [64/68] libsepol-devel-0:3.9-2.fc43.x86 100% | 318.2 KiB/s | 48.4 KiB | 00m00s - [65/68] libblkid-devel-0:2.41.1-17.fc43 100% | 582.5 KiB/s | 23.3 KiB | 00m00s - [66/68] sysprof-capture-devel-0:49.0-1. 100% | 1.6 MiB/s | 171.1 KiB | 00m00s - [67/68] pcre2-devel-0:10.46-1.fc43.x86_ 100% | 1.9 MiB/s | 543.2 KiB | 00m00s - [68/68] glib2-0:2.86.1-1.fc43.x86_64 100% | 4.3 MiB/s | 3.1 MiB | 00m01s - -------------------------------------------------------------------------------- - [68/68] Total 100% | 6.9 MiB/s | 16.9 MiB | 00m02s - Running transaction - [ 1/71] Verify package files 100% | 175.0 B/s | 68.0 B | 00m00s - [ 2/71] Prepare transaction 100% | 320.0 B/s | 69.0 B | 00m00s - [ 3/71] Upgrading glib2-0:2.86.1-1.fc43 100% | 99.0 MiB/s | 14.9 MiB | 00m00s - [ 4/71] Installing libXrender-0:0.9.12- 100% | 15.4 MiB/s | 47.3 KiB | 00m00s - [ 5/71] Installing libXrender-devel-0:0 100% | 16.6 MiB/s | 51.0 KiB | 00m00s - [ 6/71] Installing fonts-filesystem-1:2 100% | 384.8 KiB/s | 788.0 B | 00m00s - [ 7/71] Installing libpng-2:1.6.50-2.fc 100% | 29.2 MiB/s | 239.0 KiB | 00m00s - [ 8/71] Installing cmake-filesystem-0:3 100% | 948.7 KiB/s | 7.6 KiB | 00m00s - [ 9/71] Installing zlib-ng-compat-devel 100% | 21.2 MiB/s | 108.5 KiB | 00m00s - [10/71] Installing libpng-devel-2:1.6.5 100% | 19.7 MiB/s | 889.5 KiB | 00m00s - [11/71] Installing libffi-devel-0:3.5.1 100% | 11.6 MiB/s | 35.6 KiB | 00m00s - [12/71] Installing libwayland-client-0: 100% | 15.4 MiB/s | 63.2 KiB | 00m00s - [13/71] Installing libdatrie-0:0.2.13-1 100% | 13.4 MiB/s | 54.9 KiB | 00m00s - [14/71] Installing libthai-0:0.1.29-11. 100% | 69.7 MiB/s | 785.2 KiB | 00m00s - [15/71] Installing fribidi-0:1.0.16-3.f 100% | 4.7 MiB/s | 192.8 KiB | 00m00s - [16/71] Installing graphite2-0:1.3.14-1 100% | 4.9 MiB/s | 193.9 KiB | 00m00s - [17/71] Installing freetype-0:2.13.3-3. 100% | 52.0 MiB/s | 851.9 KiB | 00m00s - [18/71] Installing harfbuzz-0:11.5.1-1. 100% | 60.2 MiB/s | 2.8 MiB | 00m00s - [19/71] Installing pixman-0:0.46.2-2.fc 100% | 57.9 MiB/s | 711.4 KiB | 00m00s - [20/71] Installing lzo-0:2.10-15.fc43.x 100% | 29.4 MiB/s | 180.5 KiB | 00m00s - [21/71] Installing libXext-0:1.3.6-4.fc 100% | 17.8 MiB/s | 91.2 KiB | 00m00s - [22/71] Installing libXext-devel-0:1.3. 100% | 18.1 MiB/s | 110.9 KiB | 00m00s - [23/71] Installing pixman-devel-0:0.46. 100% | 18.5 MiB/s | 56.9 KiB | 00m00s - [24/71] Installing harfbuzz-icu-0:11.5. 100% | 5.3 MiB/s | 16.3 KiB | 00m00s - [25/71] Installing graphite2-devel-0:1. 100% | 12.4 MiB/s | 50.8 KiB | 00m00s - [26/71] Installing fribidi-devel-0:1.0. 100% | 13.3 MiB/s | 81.9 KiB | 00m00s - [27/71] Installing libdatrie-devel-0:0. 100% | 13.1 MiB/s | 565.3 KiB | 00m00s - [28/71] Installing libthai-devel-0:0.1. 100% | 80.1 MiB/s | 656.3 KiB | 00m00s - [29/71] Installing libwayland-cursor-0: 100% | 9.4 MiB/s | 38.5 KiB | 00m00s - [30/71] Installing abattis-cantarell-vf 100% | 31.6 MiB/s | 194.4 KiB | 00m00s - [31/71] Installing libblkid-devel-0:2.4 100% | 11.2 MiB/s | 46.0 KiB | 00m00s - [32/71] Installing sysprof-capture-deve 100% | 60.6 MiB/s | 806.5 KiB | 00m00s - [33/71] Installing pcre2-utf32-0:10.46- 100% | 53.5 MiB/s | 603.1 KiB | 00m00s - [34/71] Installing pcre2-utf16-0:10.46- 100% | 51.0 MiB/s | 627.1 KiB | 00m00s - [35/71] Installing pcre2-devel-0:10.46- 100% | 41.0 MiB/s | 2.1 MiB | 00m00s - [36/71] Installing libsepol-devel-0:3.9 100% | 7.4 MiB/s | 128.9 KiB | 00m00s - [37/71] Installing libselinux-devel-0:3 100% | 17.6 MiB/s | 162.1 KiB | 00m00s - [38/71] Installing libmount-devel-0:2.4 100% | 16.2 MiB/s | 66.5 KiB | 00m00s - [39/71] Installing lzo-minilzo-0:2.10-1 100% | 12.4 MiB/s | 37.9 KiB | 00m00s - [40/71] Installing lzo-devel-0:2.10-15. 100% | 35.0 MiB/s | 215.3 KiB | 00m00s - [41/71] Installing google-noto-fonts-co 100% | 9.0 MiB/s | 18.5 KiB | 00m00s - [42/71] Installing google-noto-sans-vf- 100% | 66.3 MiB/s | 1.4 MiB | 00m00s - [43/71] Installing default-fonts-core-s 100% | 2.5 MiB/s | 18.2 KiB | 00m00s - [44/71] Installing bzip2-devel-0:1.0.8- 100% | 101.2 MiB/s | 310.7 KiB | 00m00s - [45/71] Installing brotli-0:1.1.0-10.fc 100% | 849.7 KiB/s | 32.3 KiB | 00m00s - [46/71] Installing brotli-devel-0:1.1.0 100% | 11.1 MiB/s | 68.0 KiB | 00m00s - [47/71] Installing libicu-devel-0:77.1- 100% | 41.0 MiB/s | 5.1 MiB | 00m00s - [48/71] Installing xkeyboard-config-0:2 100% | 113.3 MiB/s | 10.3 MiB | 00m00s - [49/71] Installing libxkbcommon-0:1.11. 100% | 44.5 MiB/s | 409.9 KiB | 00m00s - [50/71] Installing xz-devel-1:5.8.1-2.f 100% | 28.5 MiB/s | 262.6 KiB | 00m00s - [51/71] Installing libxml2-devel-0:2.12 100% | 59.9 MiB/s | 3.4 MiB | 00m00s - [52/71] Installing python3-packaging-0: 100% | 30.3 MiB/s | 619.9 KiB | 00m00s - [53/71] Installing glib2-devel-0:2.86.1 100% | 66.6 MiB/s | 15.8 MiB | 00m00s - [54/71] Installing libwayland-server-0: 100% | 15.6 MiB/s | 79.7 KiB | 00m00s - [55/71] Installing libwayland-egl-0:1.2 100% | 564.6 KiB/s | 13.6 KiB | 00m00s - [56/71] Installing xml-common-0:0.6.3-6 100% | 7.2 MiB/s | 81.1 KiB | 00m00s - [57/71] Installing fontconfig-0:2.17.0- 100% | 662.1 KiB/s | 785.3 KiB | 00m01s - [58/71] Installing cairo-0:1.18.4-2.fc4 100% | 57.2 MiB/s | 1.8 MiB | 00m00s - [59/71] Installing libXft-0:2.3.8-9.fc4 100% | 32.4 MiB/s | 165.9 KiB | 00m00s - [60/71] Installing pango-0:1.57.0-1.fc4 100% | 16.5 MiB/s | 1.0 MiB | 00m00s - [61/71] Installing harfbuzz-cairo-0:11. 100% | 9.6 MiB/s | 49.0 KiB | 00m00s - [62/71] Installing cairo-devel-0:1.18.4 100% | 127.3 MiB/s | 2.3 MiB | 00m00s - [63/71] Installing harfbuzz-devel-0:11. 100% | 68.4 MiB/s | 5.3 MiB | 00m00s - [64/71] Installing freetype-devel-0:2.1 100% | 110.9 MiB/s | 8.5 MiB | 00m00s - [65/71] Installing fontconfig-devel-0:2 100% | 19.5 MiB/s | 159.4 KiB | 00m00s - [66/71] Installing libXft-devel-0:2.3.8 100% | 8.6 MiB/s | 44.3 KiB | 00m00s - [67/71] Installing pango-devel-0:1.57.0 100% | 69.2 MiB/s | 1.5 MiB | 00m00s - [68/71] Installing wayland-devel-0:1.24 100% | 14.6 MiB/s | 700.4 KiB | 00m00s - [69/71] Installing libxkbcommon-devel-0 100% | 47.0 MiB/s | 385.1 KiB | 00m00s - [70/71] Installing wayland-protocols-de 100% | 15.5 MiB/s | 997.1 KiB | 00m00s - [71/71] Removing glib2-0:2.86.0-2.fc43. 100% | 377.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.10 ---> saved as "43f55a9aadf62249c0dbb83357113dee7e9ca3a25ce1004dd00dd2252c8d9672" /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 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:16.33 ---> saved as "4d3ec4f15dd399b7f4bc05808dbd2b0d9c659fe5bf84e5c294684db9884cd449" /src: (copy (src .) (dst /src)) 2025-11-05 22:16.33 ---> saved as "c34422b3e71dbcfcc7cfbc1ca8e0758d9429a56bc769735b85642cfbc635b72d" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2025-11-05 22:16.36 ---> saved as "5dbd509d74aeb99a46841e44fdcf6a21a6f114841ea6932b9ab9092e75490958" Job succeeded 2025-11-05 22:16.36: Job succeeded