2026-02-15 17:59.29: New job: test mtelvers/mandelbrot https://github.com/mtelvers/mandelbrot.git#refs/heads/master (14e08f30f087994a19822546a55405d078acd0d3) (linux-x86_64:fedora-43-5.4_opam-2.5)Base: ocaml/opam:fedora-43-ocaml-5.4@sha256:df7c029ded0b86834a6829ff0e12218f8fe7781c76841ff8ae3bb22d8a17f771Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mtelvers/mandelbrot.git" -b "master" && cd "mandelbrot" && git reset --hard 14e08f30cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-43-ocaml-5.4@sha256:df7c029ded0b86834a6829ff0e12218f8fe7781c76841ff8ae3bb22d8a17f771# fedora-43-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN 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 -uCOPY --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-domains.base base-effects.base base-nnp.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y mandelbrot.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-02-15 17:59.29: Using cache hint "mtelvers/mandelbrot-ocaml/opam:fedora-43-ocaml-5.4@sha256:df7c029ded0b86834a6829ff0e12218f8fe7781c76841ff8ae3bb22d8a17f771-fedora-43-5.4_opam-2.5-f3b9a890fae8c02ba372a75dcccdbfe3"2026-02-15 17:59.29: Using OBuilder spec:((from ocaml/opam:fedora-43-ocaml-5.4@sha256:df7c029ded0b86834a6829ff0e12218f8fe7781c76841ff8ae3bb22d8a17f771)(comment fedora-43-5.4_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-domains.base base-effects.base base-nnp.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 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-15 17:59.29: Waiting for resource in pool OCluster2026-02-15 18:45.38: Waiting for worker…2026-02-15 18:48.13: Got resource from pool OClusterBuilding on toxis.caelum.ci.devAll commits already cachedHEAD is now at 14e08f3 Update README.md(from ocaml/opam:fedora-43-ocaml-5.4@sha256:df7c029ded0b86834a6829ff0e12218f8fe7781c76841ff8ae3bb22d8a17f771)2026-02-15 18:51.46 ---> using "c2d794b6e911bbcb34a16b47b087571cc83c25d82d5221802c28ebb772c7b7ac" from cache/: (comment fedora-43-5.4_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 43 - x86_64 - Updates 100% | 40.6 KiB/s | 17.2 KiB | 00m00sRepositories loaded.Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.Nothing to do.2026-02-15 18:51.46 ---> using "a480bb0c0de320ab28e07b01f155fc81210ddb022301ec8e9c4ea680722505cf" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-02-15 18:51.46 ---> using "9de9c529d7cff5b5c8927ab10ee9faad90c94a13b1f49d3e2ed043b82784d3eb" 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] yFormat upgrade done.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.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-02-15 18:51.46 ---> using "893076ba5a4a8e0bf7dd033b89ae160f8e554d420bdd70125ac1eda2ff489e82" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 5.4.02.5.02026-02-15 18:51.46 ---> using "1c8a7a01b85f7ed7331403adbd645aa4d871d323bb3e41731facb087ffeba45d" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-02-15 18:51.46 ---> using "8bde7f5e5986e500b04438e6611db57a8ed019b4acff57bb6b0b52b7a938e2db" 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-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-02-15 18:51.46 ---> using "6c26bbd243bf8ba1dc126049f1d0964d4918fec2cf2b6d7c0a4c511e90bc6cb2" from cache/src: (copy (src mandelbrot.opam) (dst ./))2026-02-15 18:51.46 ---> saved as "059f20c05526330c3218dd71bd7db5e51e1a035441385afaefe4eb7d0abda514"/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-15 18:51.48 ---> saved as "314b94f5a3729571eff217df2c7bdd4110b1e9fb12bec21d8ebe508776ac0738"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-02-15 18:51.48 ---> saved as "85f79b1df4c0b591e53b564473467029a070b74ef73e23685554429e0a1b12fd"/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 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 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:libXft-devel<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/sbin/sudo "yum" "install" "-y" "libXft-devel"- Updating and loading repositories:- Repositories loaded.- Package Arch Version Repository Size- Upgrading:- zlib-ng-compat x86_64 2.3.3-1.fc43 updates 161.7 KiB- replacing zlib-ng-compat x86_64 2.3.2-2.fc43 a899a9b296804e8ab27411270a04f5e9 161.7 KiB- Installing:- libXft-devel x86_64 2.3.8-9.fc43 fedora 31.7 KiB- Installing dependencies:- abattis-cantarell-vf-fonts noarch 0.301-15.fc43 fedora 192.7 KiB- brotli x86_64 1.2.0-1.fc43 updates 33.6 KiB- brotli-devel x86_64 1.2.0-1.fc43 updates 65.9 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- cairo-devel x86_64 1.18.4-2.fc43 fedora 2.3 MiB- cmake-filesystem x86_64 3.31.10-3.fc43 updates 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- glib2-devel x86_64 2.86.3-1.fc43 updates 15.7 MiB- google-noto-fonts-common noarch 20251101-2.fc43 updates 17.7 KiB- google-noto-sans-vf-fonts noarch 20251101-2.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-2.fc43 updates 2.8 MiB- harfbuzz-cairo x86_64 11.5.1-2.fc43 updates 48.1 KiB- harfbuzz-devel x86_64 11.5.1-2.fc43 updates 5.3 MiB- harfbuzz-icu x86_64 11.5.1-2.fc43 updates 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- 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.3-7.fc43 updates 44.9 KiB- libffi-devel x86_64 3.5.2-1.fc43 updates 33.9 KiB- libicu-devel x86_64 77.1-1.fc43 fedora 5.0 MiB- libmount-devel x86_64 2.41.3-7.fc43 updates 65.5 KiB- libpng x86_64 2:1.6.53-1.fc43 updates 241.7 KiB- libpng-devel x86_64 2:1.6.53-1.fc43 updates 886.7 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- 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- pcre2-devel x86_64 10.47-1.fc43 updates 2.1 MiB- pcre2-utf16 x86_64 10.47-1.fc43 updates 639.2 KiB- pcre2-utf32 x86_64 10.47-1.fc43 updates 611.1 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- xml-common noarch 0.6.3-67.fc43 fedora 78.4 KiB- xz-devel x86_64 1:5.8.1-4.fc43 updates 258.8 KiB- zlib-ng-compat-devel x86_64 2.3.3-1.fc43 updates 107.0 KiB-- Transaction Summary:- Installing: 50 packages- Upgrading: 1 package- Replacing: 1 package-- Total size of inbound packages is 11 MiB. Need to download 11 MiB.- After this operation, 57 MiB extra will be used (install 57 MiB, remove 162 KiB).- [ 1/51] libXft-0:2.3.8-9.fc43.x86_64 100% | 417.6 KiB/s | 72.2 KiB | 00m00s- [ 2/51] libXft-devel-0:2.3.8-9.fc43.x86 100% | 213.9 KiB/s | 49.4 KiB | 00m00s- [ 3/51] libXrender-0:0.9.12-3.fc43.x86_ 100% | 1.5 MiB/s | 26.9 KiB | 00m00s- [ 4/51] default-fonts-core-sans-0:4.2-5 100% | 1.2 MiB/s | 29.9 KiB | 00m00s- [ 5/51] fonts-filesystem-1:2.0.5-23.fc4 100% | 1.4 MiB/s | 8.7 KiB | 00m00s- [ 6/51] freetype-0:2.13.3-3.fc43.x86_64 100% | 1.3 MiB/s | 412.1 KiB | 00m00s- [ 7/51] xml-common-0:0.6.3-67.fc43.noar 100% | 117.2 KiB/s | 31.0 KiB | 00m00s- [ 8/51] abattis-cantarell-vf-fonts-0:0. 100% | 325.6 KiB/s | 120.1 KiB | 00m00s- [ 9/51] fontconfig-0:2.17.0-3.fc43.x86_ 100% | 312.5 KiB/s | 272.2 KiB | 00m01s- [10/51] libXrender-devel-0:0.9.12-3.fc4 100% | 1.4 MiB/s | 19.0 KiB | 00m00s- [11/51] brotli-devel-0:1.2.0-1.fc43.x86 100% | 1.2 MiB/s | 34.4 KiB | 00m00s- [12/51] fontconfig-devel-0:2.17.0-3.fc4 100% | 347.3 KiB/s | 169.5 KiB | 00m00s- [13/51] brotli-0:1.2.0-1.fc43.x86_64 100% | 95.2 KiB/s | 23.8 KiB | 00m00s- [14/51] harfbuzz-devel-0:11.5.1-2.fc43. 100% | 197.7 KiB/s | 455.8 KiB | 00m02s- [15/51] harfbuzz-cairo-0:11.5.1-2.fc43. 100% | 103.9 KiB/s | 30.0 KiB | 00m00s- [16/51] harfbuzz-icu-0:11.5.1-2.fc43.x8 100% | 58.0 KiB/s | 15.7 KiB | 00m00s- [17/51] harfbuzz-0:11.5.1-2.fc43.x86_64 100% | 382.6 KiB/s | 1.1 MiB | 00m03s- [18/51] graphite2-0:1.3.14-19.fc43.x86_ 100% | 2.2 MiB/s | 95.6 KiB | 00m00s- [19/51] libXext-0:1.3.6-4.fc43.x86_64 100% | 1.8 MiB/s | 39.1 KiB | 00m00s- [20/51] lzo-0:2.10-15.fc43.x86_64 100% | 1.4 MiB/s | 69.4 KiB | 00m00s- [21/51] pixman-0:0.46.2-2.fc43.x86_64 100% | 3.7 MiB/s | 292.5 KiB | 00m00s- [22/51] libpng-devel-2:1.6.53-1.fc43.x8 100% | 711.2 KiB/s | 293.7 KiB | 00m00s- [23/51] libpng-2:1.6.53-1.fc43.x86_64 100% | 361.2 KiB/s | 123.9 KiB | 00m00s- [24/51] zlib-ng-compat-devel-0:2.3.3-1. 100% | 572.1 KiB/s | 37.8 KiB | 00m00s- [25/51] bzip2-devel-0:1.0.8-21.fc43.x86 100% | 697.5 KiB/s | 213.4 KiB | 00m00s- [26/51] cairo-0:1.18.4-2.fc43.x86_64 100% | 466.6 KiB/s | 729.3 KiB | 00m02s- [27/51] libxml2-devel-0:2.12.10-5.fc43. 100% | 2.7 MiB/s | 524.0 KiB | 00m00s- [28/51] google-noto-fonts-common-0:2025 100% | 1.9 MiB/s | 17.3 KiB | 00m00s- [29/51] cmake-filesystem-0:3.31.10-3.fc 100% | 2.7 MiB/s | 13.9 KiB | 00m00s- [30/51] freetype-devel-0:2.13.3-3.fc43. 100% | 221.4 KiB/s | 1.0 MiB | 00m05s- [31/51] python3-packaging-0:25.0-7.fc43 100% | 1.5 MiB/s | 161.5 KiB | 00m00s- [32/51] google-noto-sans-vf-fonts-0:202 100% | 2.1 MiB/s | 614.5 KiB | 00m00s- [33/51] graphite2-devel-0:1.3.14-19.fc4 100% | 1.6 MiB/s | 20.6 KiB | 00m00s- [34/51] cairo-devel-0:1.18.4-2.fc43.x86 100% | 1.1 MiB/s | 191.8 KiB | 00m00s- [35/51] libffi-devel-0:3.5.2-1.fc43.x86 100% | 1.1 MiB/s | 29.7 KiB | 00m00s- [36/51] libmount-devel-0:2.41.3-7.fc43. 100% | 1.2 MiB/s | 24.6 KiB | 00m00s- [37/51] pcre2-devel-0:10.47-1.fc43.x86_ 100% | 1.2 MiB/s | 550.9 KiB | 00m00s- [38/51] glib2-devel-0:2.86.3-1.fc43.x86 100% | 1.8 MiB/s | 1.5 MiB | 00m01s- [39/51] pcre2-utf32-0:10.47-1.fc43.x86_ 100% | 645.2 KiB/s | 232.9 KiB | 00m00s- [40/51] pcre2-utf16-0:10.47-1.fc43.x86_ 100% | 525.9 KiB/s | 246.1 KiB | 00m00s- [41/51] libselinux-devel-0:3.9-5.fc43.x 100% | 1.5 MiB/s | 152.1 KiB | 00m00s- [42/51] libsepol-devel-0:3.9-2.fc43.x86 100% | 671.7 KiB/s | 48.4 KiB | 00m00s- [43/51] xz-devel-1:5.8.1-4.fc43.x86_64 100% | 1.3 MiB/s | 66.7 KiB | 00m00s- [44/51] libXext-devel-0:1.3.6-4.fc43.x8 100% | 1.9 MiB/s | 85.2 KiB | 00m00s- [45/51] sysprof-capture-devel-0:49.0-1. 100% | 1.2 MiB/s | 171.1 KiB | 00m00s- [46/51] lzo-minilzo-0:2.10-15.fc43.x86_ 100% | 1.8 MiB/s | 24.0 KiB | 00m00s- [47/51] lzo-devel-0:2.10-15.fc43.x86_64 100% | 2.1 MiB/s | 39.0 KiB | 00m00s- [48/51] libblkid-devel-0:2.41.3-7.fc43. 100% | 1.3 MiB/s | 23.4 KiB | 00m00s- [49/51] pixman-devel-0:0.46.2-2.fc43.x8 100% | 665.6 KiB/s | 18.0 KiB | 00m00s- [50/51] zlib-ng-compat-0:2.3.3-1.fc43.x 100% | 1.6 MiB/s | 88.6 KiB | 00m00s- [51/51] libicu-devel-0:77.1-1.fc43.x86_ 100% | 507.9 KiB/s | 794.4 KiB | 00m02s- --------------------------------------------------------------------------------- [51/51] Total 100% | 1.3 MiB/s | 11.2 MiB | 00m09s- Running transaction- [ 1/54] Verify package files 100% | 271.0 B/s | 51.0 B | 00m00s- [ 2/54] Prepare transaction 100% | 472.0 B/s | 52.0 B | 00m00s- [ 3/54] Upgrading zlib-ng-compat-0:2.3. 100% | 52.9 MiB/s | 162.6 KiB | 00m00s- [ 4/54] Installing libpng-2:1.6.53-1.fc 100% | 59.3 MiB/s | 243.0 KiB | 00m00s- [ 5/54] Installing fonts-filesystem-1:2 100% | 769.5 KiB/s | 788.0 B | 00m00s- [ 6/54] Installing libXrender-0:0.9.12- 100% | 23.1 MiB/s | 47.3 KiB | 00m00s- [ 7/54] Installing libXrender-devel-0:0 100% | 49.8 MiB/s | 51.0 KiB | 00m00s- [ 8/54] Installing cmake-filesystem-0:3 100% | 1.9 MiB/s | 7.6 KiB | 00m00s- [ 9/54] Installing zlib-ng-compat-devel 100% | 53.0 MiB/s | 108.6 KiB | 00m00s- [10/54] Installing libpng-devel-2:1.6.5 100% | 30.0 MiB/s | 890.6 KiB | 00m00s- [11/54] Installing pixman-0:0.46.2-2.fc 100% | 99.3 MiB/s | 711.4 KiB | 00m00s- [12/54] Installing lzo-0:2.10-15.fc43.x 100% | 58.8 MiB/s | 180.5 KiB | 00m00s- [13/54] Installing libXext-0:1.3.6-4.fc 100% | 44.5 MiB/s | 91.2 KiB | 00m00s- [14/54] Installing graphite2-0:1.3.14-1 100% | 7.3 MiB/s | 193.9 KiB | 00m00s- [15/54] Installing freetype-0:2.13.3-3. 100% | 92.4 MiB/s | 851.9 KiB | 00m00s- [16/54] Installing harfbuzz-0:11.5.1-2. 100% | 122.9 MiB/s | 2.8 MiB | 00m00s- [17/54] Installing harfbuzz-icu-0:11.5. 100% | 15.9 MiB/s | 16.3 KiB | 00m00s- [18/54] Installing graphite2-devel-0:1. 100% | 24.8 MiB/s | 50.8 KiB | 00m00s- [19/54] Installing libXext-devel-0:1.3. 100% | 27.1 MiB/s | 110.9 KiB | 00m00s- [20/54] Installing pixman-devel-0:0.46. 100% | 27.8 MiB/s | 56.9 KiB | 00m00s- [21/54] Installing abattis-cantarell-vf 100% | 63.3 MiB/s | 194.4 KiB | 00m00s- [22/54] Installing libblkid-devel-0:2.4 100% | 22.5 MiB/s | 46.0 KiB | 00m00s- [23/54] Installing lzo-minilzo-0:2.10-1 100% | 18.5 MiB/s | 37.9 KiB | 00m00s- [24/54] Installing lzo-devel-0:2.10-15. 100% | 70.1 MiB/s | 215.3 KiB | 00m00s- [25/54] Installing xz-devel-1:5.8.1-4.f 100% | 51.3 MiB/s | 262.6 KiB | 00m00s- [26/54] Installing libxml2-devel-0:2.12 100% | 94.9 MiB/s | 3.4 MiB | 00m00s- [27/54] Installing sysprof-capture-deve 100% | 98.5 MiB/s | 806.5 KiB | 00m00s- [28/54] Installing libsepol-devel-0:3.9 100% | 15.7 MiB/s | 128.9 KiB | 00m00s- [29/54] Installing pcre2-utf32-0:10.47- 100% | 59.8 MiB/s | 611.9 KiB | 00m00s- [30/54] Installing pcre2-utf16-0:10.47- 100% | 56.8 MiB/s | 640.0 KiB | 00m00s- [31/54] Installing pcre2-devel-0:10.47- 100% | 49.3 MiB/s | 2.1 MiB | 00m00s- [32/54] Installing libselinux-devel-0:3 100% | 19.8 MiB/s | 162.1 KiB | 00m00s- [33/54] Installing libmount-devel-0:2.4 100% | 21.7 MiB/s | 66.5 KiB | 00m00s- [34/54] Installing libffi-devel-0:3.5.2 100% | 8.7 MiB/s | 35.6 KiB | 00m00s- [35/54] Installing libicu-devel-0:77.1- 100% | 53.5 MiB/s | 5.1 MiB | 00m00s- [36/54] Installing python3-packaging-0: 100% | 40.4 MiB/s | 619.9 KiB | 00m00s- [37/54] Installing glib2-devel-0:2.86.3 100% | 106.6 MiB/s | 15.8 MiB | 00m00s- [38/54] Installing google-noto-fonts-co 100% | 18.1 MiB/s | 18.5 KiB | 00m00s- [39/54] Installing google-noto-sans-vf- 100% | 107.0 MiB/s | 1.4 MiB | 00m00s- [40/54] Installing default-fonts-core-s 100% | 4.4 MiB/s | 18.2 KiB | 00m00s- [41/54] Installing bzip2-devel-0:1.0.8- 100% | 151.7 MiB/s | 310.7 KiB | 00m00s- [42/54] Installing brotli-0:1.2.0-1.fc4 100% | 1.1 MiB/s | 34.4 KiB | 00m00s- [43/54] Installing brotli-devel-0:1.2.0 100% | 2.8 MiB/s | 68.4 KiB | 00m00s- [44/54] Installing xml-common-0:0.6.3-6 100% | 11.3 MiB/s | 81.1 KiB | 00m00s- [45/54] Installing fontconfig-0:2.17.0- 100% | 721.1 KiB/s | 785.3 KiB | 00m01s- [46/54] Installing cairo-0:1.18.4-2.fc4 100% | 126.6 MiB/s | 1.8 MiB | 00m00s- [47/54] Installing harfbuzz-cairo-0:11. 100% | 23.9 MiB/s | 49.0 KiB | 00m00s- [48/54] Installing cairo-devel-0:1.18.4 100% | 327.3 MiB/s | 2.3 MiB | 00m00s- [49/54] Installing harfbuzz-devel-0:11. 100% | 121.2 MiB/s | 5.3 MiB | 00m00s- [50/54] Installing freetype-devel-0:2.1 100% | 189.8 MiB/s | 8.5 MiB | 00m00s- [51/54] Installing fontconfig-devel-0:2 100% | 38.9 MiB/s | 159.4 KiB | 00m00s- [52/54] Installing libXft-0:2.3.8-9.fc4 100% | 54.0 MiB/s | 165.9 KiB | 00m00s- [53/54] Installing libXft-devel-0:2.3.8 100% | 21.6 MiB/s | 44.3 KiB | 00m00s- [54/54] Removing zlib-ng-compat-0:2.3.2 100% | 28.0 B/s | 5.0 B | 00m00s- Complete!+ /usr/sbin/rpm "-q" "--whatprovides" "libXft-devel"- libXft-devel-2.3.8-9.fc43.x86_64# To update the current shell environment, run: eval $(opam env)2026-02-15 18:52.17 ---> saved as "4ea6f960457242f7d71ecc834d4ba2cd88ac64913b7a3b755e1ff3f72c77866f"/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 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.0Done.# To update the current shell environment, run: eval $(opam env)2026-02-15 18:53.08 ---> saved as "3dd81e63259a38e6d6f783f387b9fc5ffe6c35af8d26e12a4d82d4d320c1bdc1"/src: (copy (src .) (dst /src))2026-02-15 18:53.09 ---> saved as "9a3d551a54503a6ac5e9afdee1640eb705487379373fb55d70487ed46f031210"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-02-15 18:53.09 ---> saved as "28142ae56831f0009e2df6b9c96b91f963cc4ff8c8307d38fad1c4ea52dcf2b8"Job succeeded2026-02-15 18:53.10: Job succeeded