Organisationsmtelversmandelbrot14e08f (master)fedora-42-5.4_opam-2.5

fedora-42-5.4_opam-2.5

Link Copied
Code Copied

Logs

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-42-5.4_opam-2.5)
Base: ocaml/opam:fedora-42-ocaml-5.4@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8
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-5.4@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8
# fedora-42-5.4_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-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 $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-15 17:59.29: Using cache hint "mtelvers/mandelbrot-ocaml/opam:fedora-42-ocaml-5.4@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8-fedora-42-5.4_opam-2.5-f3b9a890fae8c02ba372a75dcccdbfe3"
2026-02-15 17:59.29: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-5.4@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8)
(comment fedora-42-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 OCluster
2026-02-15 18:00.00: Waiting for worker…
2026-02-15 18:01.59: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at 14e08f3 Update README.md


(from ocaml/opam:fedora-42-ocaml-5.4@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8)
2026-02-15 18:02.00 ---> using "df14cd90ce9bb00d2ec3452cc8c95f7005fb902611b52fd480ace2e03f802e87" from cache


/: (comment fedora-42-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 42 - x86_64 - Updates           100% |  13.7 KiB/s |  17.2 KiB |  00m01s
Repositories loaded.
Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.


Nothing to do.
2026-02-15 18:02.00 ---> using "2799ff75c9c61284d6f7a1f647ac37570b94a2b49ae88a2e1c73dfb1ea43194e" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-02-15 18:02.00 ---> using "9c619b4adeab6fdd5544f88f84a4bb54a7c60a1fac8236cf05e09d18e183c65e" 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 255 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=255 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-02-15 18:02.00 ---> using "7f98e5eebde2aa32373cdf2b56e35afa38478f841e32595058079a1009ca1ca0" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 5.4.0
2.5.0
2026-02-15 18:02.00 ---> using "b84868788286afe3b7593c4c2a6c6b9b5f222bc8b625b8b73b5b9e58dd3950b3" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-02-15 18:02.00 ---> using "c4b52acd1f2460cd9cdca02c90025ed2e9060a6f6453d01bb3ae0fbb36481c69" 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


Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-02-15 18:02.00 ---> using "f065daedf11f717b36f69fae0e610a8b0b10aff4d54e74377732fb0fd32b5462" from cache


/src: (copy (src mandelbrot.opam) (dst ./))
2026-02-15 18:02.01 ---> saved as "6e481019749da6214af600c3f816199d0065fb76c9fe4a6a88787e9a422f8dbf"


/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:02.02 ---> saved as "961829a54d23f260121472c5902ed0cf933004750a3cb666c90c2963c7cdd942"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-02-15 18:02.03 ---> saved as "86f50b633686506cf8b2512e7643adf3484369735a4d6b1cf2e8379de7abc6ed"


/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
- 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.53-1.fc42 updates    241.7 KiB
-  libpng-devel               x86_64 2:1.6.53-1.fc42 updates    886.7 KiB
-  libselinux-devel           x86_64 3.8-3.fc42      updates    126.8 KiB
-  libsepol-devel             x86_64 3.8-1.fc42      fedora     120.8 KiB
-  libtextstyle               x86_64 0.23.1-2.fc42   fedora     207.5 KiB
-  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% | 311.4 KiB/s |  72.9 KiB |  00m00s
- [ 2/52] libXft-devel-0:2.3.8-8.fc42.x86 100% |  84.7 KiB/s |  49.7 KiB |  00m01s
- [ 3/52] libXrender-0:0.9.12-2.fc42.x86_ 100% |  82.3 KiB/s |  26.9 KiB |  00m00s
- [ 4/52] default-fonts-core-sans-0:4.2-4 100% |   1.3 MiB/s |  31.3 KiB |  00m00s
- [ 5/52] xml-common-0:0.6.3-66.fc42.noar 100% |   1.8 MiB/s |  31.2 KiB |  00m00s
- [ 6/52] abattis-cantarell-vf-fonts-0:0. 100% |   1.7 MiB/s | 120.3 KiB |  00m00s
- [ 7/52] freetype-0:2.13.3-2.fc42.x86_64 100% | 412.6 KiB/s | 415.5 KiB |  00m01s
- [ 8/52] google-noto-fonts-common-0:2025 100% | 948.5 KiB/s |  17.1 KiB |  00m00s
- [ 9/52] fontconfig-devel-0:2.16.0-2.fc4 100% | 424.5 KiB/s | 167.3 KiB |  00m00s
- [10/52] google-noto-sans-vf-fonts-0:202 100% | 783.8 KiB/s | 614.5 KiB |  00m01s
- [11/52] fontconfig-0:2.16.0-2.fc42.x86_ 100% | 123.8 KiB/s | 272.0 KiB |  00m02s
- [12/52] gettext-runtime-0:0.23.1-2.fc42 100% | 203.0 KiB/s | 116.1 KiB |  00m01s
- [13/52] libtextstyle-0:0.23.1-2.fc42.x8 100% |   1.0 MiB/s |  92.1 KiB |  00m00s
- [14/52] gettext-envsubst-0:0.23.1-2.fc4 100% |   1.4 MiB/s |  37.7 KiB |  00m00s
- [15/52] gettext-libs-0:0.23.1-2.fc42.x8 100% | 264.3 KiB/s | 760.4 KiB |  00m03s
- [16/52] libXrender-devel-0:0.9.12-2.fc4 100% |   1.4 MiB/s |  19.1 KiB |  00m00s
- [17/52] fonts-filesystem-1:2.0.5-22.fc4 100% |   2.1 MiB/s |   8.7 KiB |  00m00s
- [18/52] brotli-devel-0:1.2.0-1.fc42.x86 100% |   1.0 MiB/s |  34.3 KiB |  00m00s
- [19/52] brotli-0:1.2.0-1.fc42.x86_64    100% | 767.6 KiB/s |  23.8 KiB |  00m00s
- [20/52] bzip2-devel-0:1.0.8-20.fc42.x86 100% | 350.9 KiB/s | 213.7 KiB |  00m01s
- [21/52] freetype-devel-0:2.13.3-2.fc42. 100% | 337.2 KiB/s |   1.0 MiB |  00m03s
- [22/52] gettext-0:0.23.1-2.fc42.x86_64  100% | 181.4 KiB/s |   1.1 MiB |  00m06s
- [23/52] harfbuzz-devel-0:10.4.0-2.fc42. 100% | 109.2 KiB/s | 452.3 KiB |  00m04s
- [24/52] harfbuzz-cairo-0:10.4.0-2.fc42. 100% |  38.3 KiB/s |  28.9 KiB |  00m01s
- [25/52] harfbuzz-icu-0:10.4.0-2.fc42.x8 100% |  59.9 KiB/s |  14.1 KiB |  00m00s
- [26/52] libXext-0:1.3.6-3.fc42.x86_64   100% | 243.9 KiB/s |  39.3 KiB |  00m00s
- [27/52] graphite2-0:1.3.14-18.fc42.x86_ 100% | 231.3 KiB/s |  95.8 KiB |  00m00s
- [28/52] cairo-0:1.18.2-3.fc42.x86_64    100% | 119.7 KiB/s | 731.8 KiB |  00m06s
- [29/52] libpng-2:1.6.53-1.fc42.x86_64   100% |   1.7 MiB/s | 124.1 KiB |  00m00s
- [30/52] zlib-ng-compat-devel-0:2.2.5-2. 100% | 497.7 KiB/s |  38.3 KiB |  00m00s
- [31/52] cmake-filesystem-0:3.31.6-2.fc4 100% | 925.8 KiB/s |  17.6 KiB |  00m00s
- [32/52] libpng-devel-2:1.6.53-1.fc42.x8 100% | 209.0 KiB/s | 293.8 KiB |  00m01s
- [33/52] libxml2-devel-0:2.12.10-1.fc42. 100% |   1.2 MiB/s | 523.7 KiB |  00m00s
- [34/52] harfbuzz-0:10.4.0-2.fc42.x86_64 100% | 192.5 KiB/s |   1.1 MiB |  00m06s
- [35/52] cairo-devel-0:1.18.2-3.fc42.x86 100% | 304.0 KiB/s | 192.1 KiB |  00m01s
- [36/52] pixman-0:0.46.2-1.fc42.x86_64   100% | 307.2 KiB/s | 292.7 KiB |  00m01s
- [37/52] graphite2-devel-0:1.3.14-18.fc4 100% |  92.1 KiB/s |  20.8 KiB |  00m00s
- [38/52] python3-packaging-0:24.2-3.fc42 100% | 313.1 KiB/s | 154.0 KiB |  00m00s
- [39/52] libffi-devel-0:3.4.6-5.fc42.x86 100% | 846.5 KiB/s |  28.8 KiB |  00m00s
- [40/52] libmount-devel-0:2.40.4-10.fc42 100% | 101.7 KiB/s |  24.3 KiB |  00m00s
- [41/52] libselinux-devel-0:3.8-3.fc42.x 100% | 964.5 KiB/s | 151.4 KiB |  00m00s
- [42/52] libsepol-devel-0:3.8-1.fc42.x86 100% |   1.8 MiB/s |  48.4 KiB |  00m00s
- [43/52] libicu-devel-0:76.1-4.fc42.x86_ 100% | 793.5 KiB/s | 793.5 KiB |  00m01s
- [44/52] pcre2-utf16-0:10.46-1.fc42.x86_ 100% | 172.8 KiB/s | 241.6 KiB |  00m01s
- [45/52] pcre2-utf32-0:10.46-1.fc42.x86_ 100% |   2.3 MiB/s | 228.8 KiB |  00m00s
- [46/52] sysprof-capture-devel-0:48.1-1. 100% |   2.3 MiB/s |  56.0 KiB |  00m00s
- [47/52] xz-devel-1:5.8.1-4.fc42.x86_64  100% |   2.6 MiB/s |  66.7 KiB |  00m00s
- [48/52] glib2-devel-0:2.84.4-1.fc42.x86 100% | 480.9 KiB/s |   1.5 MiB |  00m03s
- [49/52] pixman-devel-0:0.46.2-1.fc42.x8 100% | 206.5 KiB/s |  18.0 KiB |  00m00s
- [50/52] libXext-devel-0:1.3.6-3.fc42.x8 100% | 117.3 KiB/s |  85.3 KiB |  00m01s
- [51/52] libblkid-devel-0:2.40.4-10.fc42 100% |  38.2 KiB/s |  23.4 KiB |  00m01s
- [52/52] pcre2-devel-0:10.46-1.fc42.x86_ 100% | 184.4 KiB/s | 543.1 KiB |  00m03s
- --------------------------------------------------------------------------------
- [52/52] Total                           100% | 543.8 KiB/s |  12.9 MiB |  00m24s
- Running transaction
- [ 1/54] Verify package files            100% | 406.0   B/s |  52.0   B |  00m00s
- [ 2/54] Prepare transaction             100% | 376.0   B/s |  52.0   B |  00m00s
- [ 3/54] Installing libpng-2:1.6.53-1.fc 100% |  33.9 MiB/s | 243.0 KiB |  00m00s
- [ 4/54] Installing fonts-filesystem-1:2 100% | 384.8 KiB/s | 788.0   B |  00m00s
- [ 5/54] Installing libXrender-0:0.9.12- 100% |  16.7 MiB/s |  51.3 KiB |  00m00s
- [ 6/54] Installing libXrender-devel-0:0 100% |  24.9 MiB/s |  51.0 KiB |  00m00s
- [ 7/54] Installing pixman-0:0.46.2-1.fc 100% |  63.2 MiB/s | 711.4 KiB |  00m00s
- [ 8/54] Installing cmake-filesystem-0:3 100% |   1.1 MiB/s |   7.6 KiB |  00m00s
- [ 9/54] Installing zlib-ng-compat-devel 100% |  26.5 MiB/s | 108.5 KiB |  00m00s
- [10/54] Installing libpng-devel-2:1.6.5 100% |  20.2 MiB/s | 890.6 KiB |  00m00s
- [11/54] Installing graphite2-0:1.3.14-1 100% |   5.0 MiB/s | 197.9 KiB |  00m00s
- [12/54] Installing harfbuzz-0:10.4.0-2. 100% |  65.7 MiB/s |   2.8 MiB |  00m00s
- [13/54] Installing freetype-0:2.13.3-2. 100% |  56.0 MiB/s | 859.9 KiB |  00m00s
- [14/54] Installing libXext-0:1.3.6-3.fc 100% |  22.3 MiB/s |  91.2 KiB |  00m00s
- [15/54] Installing libtextstyle-0:0.23. 100% |  50.9 MiB/s | 208.3 KiB |  00m00s
- [16/54] Installing gettext-libs-0:0.23. 100% |  84.5 MiB/s |   2.0 MiB |  00m00s
- [17/54] Installing libXext-devel-0:1.3. 100% |  27.1 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% |  24.8 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% |  47.5 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 xz-devel-1:5.8.1-4.f 100% |  42.7 MiB/s | 262.6 KiB |  00m00s
- [24/54] Installing libxml2-devel-0:2.12 100% |  75.9 MiB/s |   3.4 MiB |  00m00s
- [25/54] Installing sysprof-capture-deve 100% |  45.1 MiB/s | 276.9 KiB |  00m00s
- [26/54] Installing pcre2-utf32-0:10.46- 100% |  65.4 MiB/s | 603.1 KiB |  00m00s
- [27/54] Installing pcre2-utf16-0:10.46- 100% |  55.7 MiB/s | 627.2 KiB |  00m00s
- [28/54] Installing pcre2-devel-0:10.46- 100% |  46.5 MiB/s |   2.1 MiB |  00m00s
- [29/54] Installing libsepol-devel-0:3.8 100% |   7.8 MiB/s | 128.3 KiB |  00m00s
- [30/54] Installing libselinux-devel-0:3 100% |  26.3 MiB/s | 161.6 KiB |  00m00s
- [31/54] Installing libmount-devel-0:2.4 100% |  31.5 MiB/s |  64.5 KiB |  00m00s
- [32/54] Installing libffi-devel-0:3.4.6 100% |  11.3 MiB/s |  34.8 KiB |  00m00s
- [33/54] Installing libicu-devel-0:76.1- 100% |  65.0 MiB/s |   5.1 MiB |  00m00s
- [34/54] Installing python3-packaging-0: 100% |  30.8 MiB/s | 568.0 KiB |  00m00s
- [35/54] Installing glib2-devel-0:2.84.4 100% |  74.7 MiB/s |  15.9 MiB |  00m00s
- [36/54] Installing bzip2-devel-0:1.0.8- 100% | 151.7 MiB/s | 310.7 KiB |  00m00s
- [37/54] Installing brotli-0:1.2.0-1.fc4 100% |   1.2 MiB/s |  34.4 KiB |  00m00s
- [38/54] Installing brotli-devel-0:1.2.0 100% |  33.4 MiB/s |  68.4 KiB |  00m00s
- [39/54] Installing gettext-envsubst-0:0 100% |   2.4 MiB/s |  80.2 KiB |  00m00s
- [40/54] Installing gettext-runtime-0:0. 100% |  11.0 MiB/s | 461.6 KiB |  00m00s
- [41/54] Installing gettext-0:0.23.1-2.f 100% |  78.8 MiB/s |   5.2 MiB |  00m00s
- [42/54] Installing google-noto-fonts-co 100% |   9.0 MiB/s |  18.5 KiB |  00m00s
- [43/54] Installing google-noto-sans-vf- 100% |  69.6 MiB/s |   1.4 MiB |  00m00s
- [44/54] Installing default-fonts-core-s 100% | 673.8 KiB/s |  18.2 KiB |  00m00s
- [45/54] Installing xml-common-0:0.6.3-6 100% |  15.8 MiB/s |  81.1 KiB |  00m00s
- [46/54] Installing fontconfig-0:2.16.0- 100% | 714.6 KiB/s | 783.9 KiB |  00m01s
- [47/54] Installing cairo-0:1.18.2-3.fc4 100% | 118.9 MiB/s |   1.8 MiB |  00m00s
- [48/54] Installing harfbuzz-cairo-0:10. 100% |  17.3 MiB/s |  53.0 KiB |  00m00s
- [49/54] Installing fontconfig-devel-0:2 100% |  25.1 MiB/s | 154.4 KiB |  00m00s
- [50/54] Installing freetype-devel-0:2.1 100% | 164.3 MiB/s |   8.5 MiB |  00m00s
- [51/54] Installing cairo-devel-0:1.18.2 100% | 254.5 MiB/s |   2.3 MiB |  00m00s
- [52/54] Installing harfbuzz-devel-0:10. 100% |  94.4 MiB/s |   5.2 MiB |  00m00s
- [53/54] Installing libXft-0:2.3.8-8.fc4 100% |  41.5 MiB/s | 169.9 KiB |  00m00s
- [54/54] Installing libXft-devel-0:2.3.8 100% | 219.2 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-15 18:02.50 ---> saved as "b4778611432e76626721ebcfa5a1dc8831a12d2603011f6a9291765be215a7d5"


/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.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-15 18:04.04 ---> saved as "7278792b1098c42035f80b9fc36ccc533ea50719d11713cd0eb9405408560cfc"


/src: (copy (src .) (dst /src))
2026-02-15 18:04.05 ---> saved as "f06c925c40f5db49abef3e8fa0540290cc41a47be705c485ac55f997ab6ce489"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2026-02-15 18:04.06 ---> saved as "633885e9b43e7cf99d8b750557f702b5cb6e183aa3e482eb30eff64b2e309328"
Job succeeded
2026-02-15 18:04.06: Job succeeded