2026-02-26 07:24.28: New job: test mtelvers/mandelbrot https://github.com/mtelvers/mandelbrot.git#refs/heads/master (14e08f30f087994a19822546a55405d078acd0d3) (linux-x86_64:fedora-42-4.14_opam-2.5) Base: ocaml/opam:fedora-42-ocaml-4.14@sha256:a13e500fb2d94be24d7247d678318d5e95301c399e4d52331dbcf6787b71e00a Opam project build To reproduce locally: git clone --recursive "https://github.com/mtelvers/mandelbrot.git" -b "master" && cd "mandelbrot" && git reset --hard 14e08f30 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:fedora-42-ocaml-4.14@sha256:a13e500fb2d94be24d7247d678318d5e95301c399e4d52331dbcf6787b71e00a # fedora-42-4.14_opam-2.5 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.5 /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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 mandelbrot.opam ./ RUN opam pin add -yn mandelbrot.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base-bigarray.base base-threads.base base-unix.base conf-libX11.1 conf-libXft.1 conf-pkg-config.4 csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 graphics.5.2.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y mandelbrot.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 2026-02-26 07:24.28: Using cache hint "mtelvers/mandelbrot-ocaml/opam:fedora-42-ocaml-4.14@sha256:a13e500fb2d94be24d7247d678318d5e95301c399e4d52331dbcf6787b71e00a-fedora-42-4.14_opam-2.5-104bbdab757a3935207f67d9373dd1d7" 2026-02-26 07:24.28: Using OBuilder spec: ((from ocaml/opam:fedora-42-ocaml-4.14@sha256:a13e500fb2d94be24d7247d678318d5e95301c399e4d52331dbcf6787b71e00a) (comment fedora-42-4.14_opam-2.5) (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.5 /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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src mandelbrot.opam) (dst ./)) (run (network host) (shell "opam pin add -yn mandelbrot.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base-bigarray.base base-threads.base base-unix.base conf-libX11.1 conf-libXft.1 conf-pkg-config.4 csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 graphics.5.2.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.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.5 --depext-only -y mandelbrot.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")) ) 2026-02-26 07:24.28: Waiting for resource in pool OCluster 2026-02-26 08:11.48: Waiting for worker… 2026-02-26 08:26.28: Got resource from pool OCluster Building on odawa.caelum.ci.dev All commits already cached HEAD is now at 14e08f3 Update README.md (from ocaml/opam:fedora-42-ocaml-4.14@sha256:a13e500fb2d94be24d7247d678318d5e95301c399e4d52331dbcf6787b71e00a) 2026-02-26 08:26.28 ---> using "471b01b0b4b77b5c59ff109597110f17c21cdf447c7a58dbf7fff5dbc689388d" from cache /: (comment fedora-42-4.14_opam-2.5) /: (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 - Updates 100% | 20.4 KiB/s | 6.8 KiB | 00m00s Repositories loaded. Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed. Nothing to do. 2026-02-26 08:26.28 ---> using "830b9074d95623dcace3caa4b03c6eb7a20e9f23d2d32ba068f3d73c43eacfae" from cache /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-02-26 08:26.28 ---> using "1eeca4283bde10d602ab2a7e39b46b1ab12c96489e345c02339cec15b398fc8a" 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 [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 2026-02-26 08:26.28 ---> using "b40e0021a0e97c12052a6c78f6c102436692a238811a356c2c3141e4388005e6" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-87-generic The OCaml toplevel, version 4.14.2 2.5.0 2026-02-26 08:26.28 ---> using "96e696f232f6e0c26e58b1d1dd6c929394fed9aa71e5f5a2b8b660a193ccd39a" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-02-26 08:26.28 ---> using "fe330c0ee8104ebbce4cbdc3b3f77f0b7f0507e40220ac6a516aac2d72ba2bbb" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u")) 302e116c40 Merge pull request #29374 from shonfeder/release-dune-3.21.1 <><> 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) 2026-02-26 08:26.28 ---> using "1f19a60282c571add1ca5c9059c03624f6bf5f3cc056c1e73cf0ccf09d5cfe07" from cache /src: (copy (src mandelbrot.opam) (dst ./)) 2026-02-26 08:26.28 ---> saved as "d50fe350d84a8772089ed33b22fbd7824d533d8900ea2a3caa0913a4557fbae6" /src: (run (network host) (shell "opam pin add -yn mandelbrot.dev './'")) [NOTE] Package mandelbrot does not exist in opam repositories registered in the current switch. [mandelbrot.dev] synchronised (file:///src) mandelbrot is now pinned to file:///src (version dev) 2026-02-26 08:26.29 ---> saved as "898751be5dfd25b50166869a74fe633864b751c885c1cb4e4d1f676d18e07a62" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-02-26 08:26.29 ---> saved as "cdf74c75dd3b79c3c66f1c8b6138c92919903fe51b1d340e41243b5415e956b9" /src: (env DEPS "base-bigarray.base base-threads.base base-unix.base conf-libX11.1 conf-libXft.1 conf-pkg-config.4 csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 graphics.5.2.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.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.5 --depext-only -y mandelbrot.dev $DEPS")) + /usr/sbin/sudo "yum" "makecache" - Updating and loading repositories: - Repositories loaded. - Metadata cache created. <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [mandelbrot.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: libXft-devel <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/sbin/sudo "yum" "install" "-y" "libXft-devel" - Updating and loading repositories: - Repositories loaded. - Package Arch Version Repository Size - Installing: - libXft-devel x86_64 2.3.8-8.fc42 fedora 31.7 KiB - Installing dependencies: - abattis-cantarell-vf-fonts noarch 0.301-14.fc42 fedora 192.7 KiB - brotli x86_64 1.2.0-1.fc42 updates 33.6 KiB - brotli-devel x86_64 1.2.0-1.fc42 updates 65.9 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 - cairo-devel x86_64 1.18.2-3.fc42 fedora 2.3 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 - 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-2.fc42 updates 2.8 MiB - harfbuzz-cairo x86_64 10.4.0-2.fc42 updates 52.1 KiB - harfbuzz-devel x86_64 10.4.0-2.fc42 updates 5.2 MiB - harfbuzz-icu x86_64 10.4.0-2.fc42 updates 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 - 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-10.fc42 updates 44.9 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-10.fc42 updates 63.5 KiB - libpng x86_64 2:1.6.55-1.fc42 updates 241.7 KiB - libpng-devel x86_64 2:1.6.55-1.fc42 updates 887.6 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 - libxml2-devel x86_64 2.12.10-1.fc42 fedora 3.4 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-4.fc42 updates 258.8 KiB - zlib-ng-compat-devel x86_64 2.2.5-2.fc42 updates 107.0 KiB - - Transaction Summary: - Installing: 52 packages - - Total size of inbound packages is 13 MiB. Need to download 13 MiB. - After this operation, 64 MiB extra will be used (install 64 MiB, remove 0 B). - [ 1/52] libXft-0:2.3.8-8.fc42.x86_64 100% | 1.9 MiB/s | 72.9 KiB | 00m00s - [ 2/52] libXft-devel-0:2.3.8-8.fc42.x86 100% | 1.1 MiB/s | 49.7 KiB | 00m00s - [ 3/52] libXrender-0:0.9.12-2.fc42.x86_ 100% | 4.4 MiB/s | 26.9 KiB | 00m00s - [ 4/52] default-fonts-core-sans-0:4.2-4 100% | 5.1 MiB/s | 31.3 KiB | 00m00s - [ 5/52] xml-common-0:0.6.3-66.fc42.noar 100% | 5.1 MiB/s | 31.2 KiB | 00m00s - [ 6/52] abattis-cantarell-vf-fonts-0:0. 100% | 6.2 MiB/s | 120.3 KiB | 00m00s - [ 7/52] google-noto-sans-vf-fonts-0:202 100% | 8.8 MiB/s | 614.5 KiB | 00m00s - [ 8/52] google-noto-fonts-common-0:2025 100% | 2.8 MiB/s | 17.1 KiB | 00m00s - [ 9/52] freetype-0:2.13.3-2.fc42.x86_64 100% | 3.2 MiB/s | 415.5 KiB | 00m00s - [10/52] fontconfig-0:2.16.0-2.fc42.x86_ 100% | 1.6 MiB/s | 272.0 KiB | 00m00s - [11/52] gettext-0:0.23.1-2.fc42.x86_64 100% | 12.7 MiB/s | 1.1 MiB | 00m00s - [12/52] fontconfig-devel-0:2.16.0-2.fc4 100% | 1.8 MiB/s | 167.3 KiB | 00m00s - [13/52] libtextstyle-0:0.23.1-2.fc42.x8 100% | 6.9 MiB/s | 92.1 KiB | 00m00s - [14/52] gettext-envsubst-0:0.23.1-2.fc4 100% | 6.1 MiB/s | 37.7 KiB | 00m00s - [15/52] gettext-libs-0:0.23.1-2.fc42.x8 100% | 4.9 MiB/s | 760.4 KiB | 00m00s - [16/52] libXrender-devel-0:0.9.12-2.fc4 100% | 3.1 MiB/s | 19.1 KiB | 00m00s - [17/52] gettext-runtime-0:0.23.1-2.fc42 100% | 784.7 KiB/s | 116.1 KiB | 00m00s - [18/52] freetype-devel-0:2.13.3-2.fc42. 100% | 4.1 MiB/s | 1.0 MiB | 00m00s - [19/52] fonts-filesystem-1:2.0.5-22.fc4 100% | 40.6 KiB/s | 8.7 KiB | 00m00s - [20/52] bzip2-devel-0:1.0.8-20.fc42.x86 100% | 8.3 MiB/s | 213.7 KiB | 00m00s - [21/52] brotli-0:1.2.0-1.fc42.x86_64 100% | 240.4 KiB/s | 23.8 KiB | 00m00s - [22/52] brotli-devel-0:1.2.0-1.fc42.x86 100% | 106.6 KiB/s | 34.3 KiB | 00m00s - [23/52] cairo-0:1.18.2-3.fc42.x86_64 100% | 5.6 MiB/s | 731.8 KiB | 00m00s - [24/52] harfbuzz-devel-0:10.4.0-2.fc42. 100% | 1.8 MiB/s | 452.3 KiB | 00m00s - [25/52] harfbuzz-cairo-0:10.4.0-2.fc42. 100% | 465.7 KiB/s | 28.9 KiB | 00m00s - [26/52] libXext-0:1.3.6-3.fc42.x86_64 100% | 1.5 MiB/s | 39.3 KiB | 00m00s - [27/52] harfbuzz-icu-0:10.4.0-2.fc42.x8 100% | 226.9 KiB/s | 14.1 KiB | 00m00s - [28/52] graphite2-0:1.3.14-18.fc42.x86_ 100% | 1.7 MiB/s | 95.8 KiB | 00m00s - [29/52] harfbuzz-0:10.4.0-2.fc42.x86_64 100% | 5.3 MiB/s | 1.1 MiB | 00m00s - [30/52] libpng-devel-2:1.6.55-1.fc42.x8 100% | 2.7 MiB/s | 293.7 KiB | 00m00s - [31/52] zlib-ng-compat-devel-0:2.2.5-2. 100% | 618.1 KiB/s | 38.3 KiB | 00m00s - [32/52] cmake-filesystem-0:3.31.6-2.fc4 100% | 2.5 MiB/s | 17.6 KiB | 00m00s - [33/52] libpng-2:1.6.55-1.fc42.x86_64 100% | 1.4 MiB/s | 124.0 KiB | 00m00s - [34/52] pixman-0:0.46.2-1.fc42.x86_64 100% | 3.0 MiB/s | 292.7 KiB | 00m00s - [35/52] cairo-devel-0:1.18.2-3.fc42.x86 100% | 1.9 MiB/s | 192.1 KiB | 00m00s - [36/52] python3-packaging-0:24.2-3.fc42 100% | 6.0 MiB/s | 154.0 KiB | 00m00s - [37/52] graphite2-devel-0:1.3.14-18.fc4 100% | 315.4 KiB/s | 20.8 KiB | 00m00s - [38/52] glib2-devel-0:2.84.4-1.fc42.x86 100% | 9.9 MiB/s | 1.5 MiB | 00m00s - [39/52] libffi-devel-0:3.4.6-5.fc42.x86 100% | 373.8 KiB/s | 28.8 KiB | 00m00s - [40/52] libicu-devel-0:76.1-4.fc42.x86_ 100% | 4.3 MiB/s | 793.5 KiB | 00m00s - [41/52] libmount-devel-0:2.40.4-10.fc42 100% | 311.7 KiB/s | 24.3 KiB | 00m00s - [42/52] libsepol-devel-0:3.8-1.fc42.x86 100% | 2.5 MiB/s | 48.4 KiB | 00m00s - [43/52] libxml2-devel-0:2.12.10-1.fc42. 100% | 1.1 MiB/s | 523.7 KiB | 00m00s - [44/52] libselinux-devel-0:3.8-3.fc42.x 100% | 1.6 MiB/s | 151.4 KiB | 00m00s - [45/52] pcre2-devel-0:10.46-1.fc42.x86_ 100% | 3.4 MiB/s | 543.1 KiB | 00m00s - [46/52] pcre2-utf16-0:10.46-1.fc42.x86_ 100% | 1.9 MiB/s | 241.6 KiB | 00m00s - [47/52] pcre2-utf32-0:10.46-1.fc42.x86_ 100% | 1.5 MiB/s | 228.8 KiB | 00m00s - [48/52] sysprof-capture-devel-0:48.1-1. 100% | 1.1 MiB/s | 56.0 KiB | 00m00s - [49/52] xz-devel-1:5.8.1-4.fc42.x86_64 100% | 749.5 KiB/s | 66.7 KiB | 00m00s - [50/52] pixman-devel-0:0.46.2-1.fc42.x8 100% | 256.6 KiB/s | 18.0 KiB | 00m00s - [51/52] libXext-devel-0:1.3.6-3.fc42.x8 100% | 775.3 KiB/s | 85.3 KiB | 00m00s - [52/52] libblkid-devel-0:2.40.4-10.fc42 100% | 236.3 KiB/s | 23.4 KiB | 00m00s - -------------------------------------------------------------------------------- - [52/52] Total 100% | 6.2 MiB/s | 12.9 MiB | 00m02s - Running transaction - [ 1/54] Verify package files 100% | 1.1 KiB/s | 52.0 B | 00m00s - [ 2/54] Prepare transaction 100% | 787.0 B/s | 52.0 B | 00m00s - [ 3/54] Installing libpng-2:1.6.55-1.fc 100% | 118.6 MiB/s | 243.0 KiB | 00m00s - [ 4/54] Installing fonts-filesystem-1:2 100% | 769.5 KiB/s | 788.0 B | 00m00s - [ 5/54] Installing libXrender-0:0.9.12- 100% | 50.1 MiB/s | 51.3 KiB | 00m00s - [ 6/54] Installing libXrender-devel-0:0 100% | 49.8 MiB/s | 51.0 KiB | 00m00s - [ 7/54] Installing pixman-0:0.46.2-1.fc 100% | 231.6 MiB/s | 711.4 KiB | 00m00s - [ 8/54] Installing cmake-filesystem-0:3 100% | 2.5 MiB/s | 7.6 KiB | 00m00s - [ 9/54] Installing zlib-ng-compat-devel 100% | 106.0 MiB/s | 108.5 KiB | 00m00s - [10/54] Installing libpng-devel-2:1.6.5 100% | 48.4 MiB/s | 891.4 KiB | 00m00s - [11/54] Installing graphite2-0:1.3.14-1 100% | 12.9 MiB/s | 197.9 KiB | 00m00s - [12/54] Installing harfbuzz-0:10.4.0-2. 100% | 276.0 MiB/s | 2.8 MiB | 00m00s - [13/54] Installing freetype-0:2.13.3-2. 100% | 209.9 MiB/s | 859.9 KiB | 00m00s - [14/54] Installing libXext-0:1.3.6-3.fc 100% | 89.1 MiB/s | 91.2 KiB | 00m00s - [15/54] Installing libtextstyle-0:0.23. 100% | 101.7 MiB/s | 208.3 KiB | 00m00s - [16/54] Installing gettext-libs-0:0.23. 100% | 253.5 MiB/s | 2.0 MiB | 00m00s - [17/54] Installing libXext-devel-0:1.3. 100% | 54.2 MiB/s | 110.9 KiB | 00m00s - [18/54] Installing harfbuzz-icu-0:10.4. 100% | 15.9 MiB/s | 16.3 KiB | 00m00s - [19/54] Installing graphite2-devel-0:1. 100% | 49.6 MiB/s | 50.8 KiB | 00m00s - [20/54] Installing pixman-devel-0:0.46. 100% | 55.5 MiB/s | 56.9 KiB | 00m00s - [21/54] Installing abattis-cantarell-vf 100% | 94.9 MiB/s | 194.4 KiB | 00m00s - [22/54] Installing libblkid-devel-0:2.4 100% | 44.9 MiB/s | 46.0 KiB | 00m00s - [23/54] Installing xz-devel-1:5.8.1-4.f 100% | 85.5 MiB/s | 262.6 KiB | 00m00s - [24/54] Installing libxml2-devel-0:2.12 100% | 162.7 MiB/s | 3.4 MiB | 00m00s - [25/54] Installing sysprof-capture-deve 100% | 135.2 MiB/s | 276.9 KiB | 00m00s - [26/54] Installing pcre2-utf32-0:10.46- 100% | 196.3 MiB/s | 603.1 KiB | 00m00s - [27/54] Installing pcre2-utf16-0:10.46- 100% | 204.2 MiB/s | 627.2 KiB | 00m00s - [28/54] Installing pcre2-devel-0:10.46- 100% | 123.1 MiB/s | 2.1 MiB | 00m00s - [29/54] Installing libsepol-devel-0:3.8 100% | 31.3 MiB/s | 128.3 KiB | 00m00s - [30/54] Installing libselinux-devel-0:3 100% | 52.6 MiB/s | 161.6 KiB | 00m00s - [31/54] Installing libmount-devel-0:2.4 100% | 63.0 MiB/s | 64.5 KiB | 00m00s - [32/54] Installing libffi-devel-0:3.4.6 100% | 34.0 MiB/s | 34.8 KiB | 00m00s - [33/54] Installing libicu-devel-0:76.1- 100% | 126.8 MiB/s | 5.1 MiB | 00m00s - [34/54] Installing python3-packaging-0: 100% | 79.2 MiB/s | 568.0 KiB | 00m00s - [35/54] Installing glib2-devel-0:2.84.4 100% | 217.9 MiB/s | 15.9 MiB | 00m00s - [36/54] Installing bzip2-devel-0:1.0.8- 100% | 303.5 MiB/s | 310.7 KiB | 00m00s - [37/54] Installing brotli-0:1.2.0-1.fc4 100% | 2.4 MiB/s | 34.4 KiB | 00m00s - [38/54] Installing brotli-devel-0:1.2.0 100% | 66.8 MiB/s | 68.4 KiB | 00m00s - [39/54] Installing gettext-envsubst-0:0 100% | 5.6 MiB/s | 80.2 KiB | 00m00s - [40/54] Installing gettext-runtime-0:0. 100% | 28.2 MiB/s | 461.6 KiB | 00m00s - [41/54] Installing gettext-0:0.23.1-2.f 100% | 179.2 MiB/s | 5.2 MiB | 00m00s - [42/54] Installing google-noto-fonts-co 100% | 18.1 MiB/s | 18.5 KiB | 00m00s - [43/54] Installing google-noto-sans-vf- 100% | 278.3 MiB/s | 1.4 MiB | 00m00s - [44/54] Installing default-fonts-core-s 100% | 1.3 MiB/s | 18.2 KiB | 00m00s - [45/54] Installing xml-common-0:0.6.3-6 100% | 26.4 MiB/s | 81.1 KiB | 00m00s - [46/54] Installing fontconfig-0:2.16.0- 100% | 741.6 KiB/s | 783.9 KiB | 00m01s - [47/54] Installing cairo-0:1.18.2-3.fc4 100% | 178.3 MiB/s | 1.8 MiB | 00m00s - [48/54] Installing harfbuzz-cairo-0:10. 100% | 25.9 MiB/s | 53.0 KiB | 00m00s - [49/54] Installing fontconfig-devel-0:2 100% | 37.7 MiB/s | 154.4 KiB | 00m00s - [50/54] Installing freetype-devel-0:2.1 100% | 305.1 MiB/s | 8.5 MiB | 00m00s - [51/54] Installing cairo-devel-0:1.18.2 100% | 458.2 MiB/s | 2.3 MiB | 00m00s - [52/54] Installing harfbuzz-devel-0:10. 100% | 207.6 MiB/s | 5.2 MiB | 00m00s - [53/54] Installing libXft-0:2.3.8-8.fc4 100% | 83.0 MiB/s | 169.9 KiB | 00m00s - [54/54] Installing libXft-devel-0:2.3.8 100% | 385.1 KiB/s | 44.3 KiB | 00m00s - Complete! + /usr/sbin/rpm "-q" "--whatprovides" "libXft-devel" - libXft-devel-2.3.8-8.fc42.x86_64 # To update the current shell environment, run: eval $(opam env) 2026-02-26 08:26.41 ---> saved as "6e18f8d21e5a649c6f5b7705a1274d1837fc4aeafb045a953ce146ee4999ec04" /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 7 packages - install conf-libX11 1 - install conf-libXft 1 - install conf-pkg-config 4 - install csexp 1.5.2 - install dune 3.21.1 - install dune-configurator 3.21.1 - install graphics 5.2.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved csexp.1.5.2 (cached) -> retrieved graphics.5.2.0 (cached) -> installed conf-pkg-config.4 -> installed conf-libX11.1 -> installed conf-libXft.1 -> retrieved dune.3.21.1, dune-configurator.3.21.1 (cached) -> installed dune.3.21.1 -> installed csexp.1.5.2 -> installed dune-configurator.3.21.1 -> installed graphics.5.2.0 Done. # To update the current shell environment, run: eval $(opam env) 2026-02-26 08:27.10 ---> saved as "1b1d60aab81d63e5f42cdfb4066ccf4b1dd1abb89373a071ccf6cc9dbbddec44" /src: (copy (src .) (dst /src)) 2026-02-26 08:27.10 ---> saved as "822e8e13f73df22cb5744f7832e57d2b37e02ae7d9ba8189fcf95261d576ab08" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2026-02-26 08:27.10 ---> saved as "ea4e93c08e008be700c52d90b99f0e5793a5766b6fd8b366ccafaca58d9d3e75" Job succeeded 2026-02-26 08:27.10: Job succeeded