Organisationsmtelversmandelbrot14e08f (master)fedora-43-4.14_opam-2.5

fedora-43-4.14_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-43-4.14_opam-2.5)
Base: ocaml/opam:fedora-43-ocaml-4.14@sha256:77033f92479865d6d487d3b3c783917ac3fe44df9c3ca8255799717e3eae02e4
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-43-ocaml-4.14@sha256:77033f92479865d6d487d3b3c783917ac3fe44df9c3ca8255799717e3eae02e4
# fedora-43-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-15 17:59.29: Using cache hint "mtelvers/mandelbrot-ocaml/opam:fedora-43-ocaml-4.14@sha256:77033f92479865d6d487d3b3c783917ac3fe44df9c3ca8255799717e3eae02e4-fedora-43-4.14_opam-2.5-104bbdab757a3935207f67d9373dd1d7"
2026-02-15 17:59.29: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-4.14@sha256:77033f92479865d6d487d3b3c783917ac3fe44df9c3ca8255799717e3eae02e4)
(comment fedora-43-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-15 17:59.29: Waiting for resource in pool OCluster
2026-02-15 18:45.38: Waiting for worker…
2026-02-15 18:48.15: 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-43-ocaml-4.14@sha256:77033f92479865d6d487d3b3c783917ac3fe44df9c3ca8255799717e3eae02e4)
Unable to find image 'ocaml/opam:fedora-43-ocaml-4.14@sha256:77033f92479865d6d487d3b3c783917ac3fe44df9c3ca8255799717e3eae02e4' locally
docker.io/ocaml/opam@sha256:77033f92479865d6d487d3b3c783917ac3fe44df9c3ca8255799717e3eae02e4: Pulling from ocaml/opam
5bc90b3315da: Already exists
132ed1c875b9: Already exists
709f19a93d7b: Already exists
600672ca084e: Already exists
e14c24140cbe: Already exists
2db09da454e1: Already exists
0e05a03dbf5c: Already exists
d9bf0b27ee73: Already exists
d22999d561d9: Already exists
9748e0447729: Already exists
b221b944dee6: Already exists
9103b02722d1: Already exists
4ad003f04196: Already exists
530b789336ee: Already exists
7dc6ed995942: Already exists
26e0665eb0ef: Already exists
ec3e95305314: Already exists
e3efd041cf4c: Already exists
93818fe36d44: Already exists
ddeea98533ac: Already exists
d782acfda9e2: Already exists
4f4fb700ef54: Already exists
4ac33b5f01d6: Already exists
d4dbe3c6c8b2: Already exists
81507c45bdf3: Already exists
2a6e58484e29: Already exists
dc9846762449: Already exists
c73cd3a4d77c: Already exists
4655acdcba9f: Already exists
ea076df8754b: Already exists
2ea208952bef: Already exists
2ea825907a64: Already exists
61247173b8a6: Already exists
09632a095133: Already exists
ac2374af5ce6: Already exists
c60028bae782: Already exists
0f1285a8c656: Already exists
b23d2088dbe2: Already exists
0b0be00d160c: Already exists
dfd2d2f20c5c: Already exists
2c0407baf495: Pulling fs layer
28d1b3a533a2: Pulling fs layer
7193f8db1abd: Pulling fs layer
ba17274c7abc: Pulling fs layer
28d1b3a533a2: Waiting
7193f8db1abd: Waiting
ba17274c7abc: Waiting
28d1b3a533a2: Download complete
7193f8db1abd: Verifying Checksum
7193f8db1abd: Download complete
ba17274c7abc: Verifying Checksum
ba17274c7abc: Download complete
2c0407baf495: Verifying Checksum
2c0407baf495: Download complete
2c0407baf495: Pull complete
28d1b3a533a2: Pull complete
7193f8db1abd: Pull complete
ba17274c7abc: Pull complete
Digest: sha256:77033f92479865d6d487d3b3c783917ac3fe44df9c3ca8255799717e3eae02e4
Status: Downloaded newer image for ocaml/opam@sha256:77033f92479865d6d487d3b3c783917ac3fe44df9c3ca8255799717e3eae02e4
2026-02-15 18:52.16 ---> using "1f54aa51492a69d3d8ee5c55c8bbd619dd53887b0a823c40d168b74a6ba8f9f5" from cache


/: (comment fedora-43-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 43 - x86_64 - Updates           100% |  88.5 KiB/s |  17.2 KiB |  00m00s
Repositories loaded.
Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.


Nothing to do.
2026-02-15 18:52.16 ---> using "f29b1946ad5ef4344453dde0a6e91f6b1b5de8cde20c032c769e3ab35dbb33b7" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-02-15 18:52.16 ---> using "a7f98fddf79bde08f47f7dac631ec363de8e054f0ffb8ecebd5e6bf2143f3d63" 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
2026-02-15 18:52.16 ---> using "790a777ec09532aa50147c00cc1d86536d648124cc3cf542fa11931f117165a7" from cache


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


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-02-15 18:52.16 ---> using "432e1d13e123d26431cc76adbec5d6a2163af5c39210d86901090fb44a45b8b9" 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-15 18:52.16 ---> using "ce79424ffc318b840c7fbb6a9a87c737a6db86ab2c36f973dcb241ae05fbaf16" from cache


/src: (copy (src mandelbrot.opam) (dst ./))
2026-02-15 18:52.16 ---> saved as "0d0894c13678712928e3517dd1d18ad5c2d48edb2724b570a205af4bfcc8caa3"


/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:52.17 ---> saved as "7ce0611e251e8ed534797c2a3c5c7cc2d44a0e608ecaac05ef10cf53c5ae3e61"


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


/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
- 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% | 543.2 KiB/s |  72.2 KiB |  00m00s
- [ 2/51] fontconfig-0:2.17.0-3.fc43.x86_ 100% |   1.8 MiB/s | 272.2 KiB |  00m00s
- [ 3/51] libXrender-0:0.9.12-3.fc43.x86_ 100% |   2.6 MiB/s |  26.9 KiB |  00m00s
- [ 4/51] default-fonts-core-sans-0:4.2-5 100% |   1.3 MiB/s |  29.9 KiB |  00m00s
- [ 5/51] fonts-filesystem-1:2.0.5-23.fc4 100% | 456.7 KiB/s |   8.7 KiB |  00m00s
- [ 6/51] libXft-devel-0:2.3.8-9.fc43.x86 100% | 154.9 KiB/s |  49.4 KiB |  00m00s
- [ 7/51] freetype-0:2.13.3-3.fc43.x86_64 100% |   2.1 MiB/s | 412.1 KiB |  00m00s
- [ 8/51] abattis-cantarell-vf-fonts-0:0. 100% |   6.2 MiB/s | 120.1 KiB |  00m00s
- [ 9/51] xml-common-0:0.6.3-67.fc43.noar 100% | 136.8 KiB/s |  31.0 KiB |  00m00s
- [10/51] fontconfig-devel-0:2.17.0-3.fc4 100% |   1.5 MiB/s | 169.5 KiB |  00m00s
- [11/51] libXrender-devel-0:0.9.12-3.fc4 100% |   2.6 MiB/s |  19.0 KiB |  00m00s
- [12/51] brotli-0:1.2.0-1.fc43.x86_64    100% |   1.9 MiB/s |  23.8 KiB |  00m00s
- [13/51] brotli-devel-0:1.2.0-1.fc43.x86 100% | 981.5 KiB/s |  34.4 KiB |  00m00s
- [14/51] harfbuzz-devel-0:11.5.1-2.fc43. 100% | 332.7 KiB/s | 455.8 KiB |  00m01s
- [15/51] harfbuzz-cairo-0:11.5.1-2.fc43. 100% |   1.2 MiB/s |  30.0 KiB |  00m00s
- [16/51] harfbuzz-icu-0:11.5.1-2.fc43.x8 100% | 870.1 KiB/s |  15.7 KiB |  00m00s
- [17/51] freetype-devel-0:2.13.3-3.fc43. 100% | 652.0 KiB/s |   1.0 MiB |  00m02s
- [18/51] graphite2-0:1.3.14-19.fc43.x86_ 100% |   1.2 MiB/s |  95.6 KiB |  00m00s
- [19/51] libXext-0:1.3.6-4.fc43.x86_64   100% |   1.1 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] harfbuzz-0:11.5.1-2.fc43.x86_64 100% | 633.7 KiB/s |   1.1 MiB |  00m02s
- [22/51] pixman-0:0.46.2-2.fc43.x86_64   100% | 674.0 KiB/s | 292.5 KiB |  00m00s
- [23/51] libpng-2:1.6.53-1.fc43.x86_64   100% | 428.7 KiB/s | 123.9 KiB |  00m00s
- [24/51] libpng-devel-2:1.6.53-1.fc43.x8 100% | 452.6 KiB/s | 293.7 KiB |  00m01s
- [25/51] zlib-ng-compat-devel-0:2.3.3-1. 100% | 712.4 KiB/s |  37.8 KiB |  00m00s
- [26/51] cairo-0:1.18.4-2.fc43.x86_64    100% | 658.8 KiB/s | 729.3 KiB |  00m01s
- [27/51] bzip2-devel-0:1.0.8-21.fc43.x86 100% |   1.0 MiB/s | 213.4 KiB |  00m00s
- [28/51] google-noto-fonts-common-0:2025 100% | 597.0 KiB/s |  17.3 KiB |  00m00s
- [29/51] cmake-filesystem-0:3.31.10-3.fc 100% | 338.3 KiB/s |  13.9 KiB |  00m00s
- [30/51] libxml2-devel-0:2.12.10-5.fc43. 100% | 502.4 KiB/s | 524.0 KiB |  00m01s
- [31/51] python3-packaging-0:25.0-7.fc43 100% | 678.5 KiB/s | 161.5 KiB |  00m00s
- [32/51] cairo-devel-0:1.18.4-2.fc43.x86 100% | 408.2 KiB/s | 191.8 KiB |  00m00s
- [33/51] graphite2-devel-0:1.3.14-19.fc4 100% |   1.0 MiB/s |  20.6 KiB |  00m00s
- [34/51] glib2-devel-0:2.86.3-1.fc43.x86 100% | 724.8 KiB/s |   1.5 MiB |  00m02s
- [35/51] google-noto-sans-vf-fonts-0:202 100% | 269.1 KiB/s | 614.5 KiB |  00m02s
- [36/51] libffi-devel-0:3.5.2-1.fc43.x86 100% | 213.5 KiB/s |  29.7 KiB |  00m00s
- [37/51] libmount-devel-0:2.41.3-7.fc43. 100% |  70.9 KiB/s |  24.6 KiB |  00m00s
- [38/51] pcre2-utf16-0:10.47-1.fc43.x86_ 100% | 313.9 KiB/s | 246.1 KiB |  00m01s
- [39/51] pcre2-utf32-0:10.47-1.fc43.x86_ 100% | 375.1 KiB/s | 232.9 KiB |  00m01s
- [40/51] libselinux-devel-0:3.9-5.fc43.x 100% | 545.1 KiB/s | 152.1 KiB |  00m00s
- [41/51] libsepol-devel-0:3.9-2.fc43.x86 100% |   1.3 MiB/s |  48.4 KiB |  00m00s
- [42/51] pcre2-devel-0:10.47-1.fc43.x86_ 100% | 228.1 KiB/s | 550.9 KiB |  00m02s
- [43/51] xz-devel-1:5.8.1-4.fc43.x86_64  100% |   1.9 MiB/s |  66.7 KiB |  00m00s
- [44/51] libicu-devel-0:77.1-1.fc43.x86_ 100% | 248.4 KiB/s | 794.4 KiB |  00m03s
- [45/51] libXext-devel-0:1.3.6-4.fc43.x8 100% |   1.9 MiB/s |  85.2 KiB |  00m00s
- [46/51] lzo-minilzo-0:2.10-15.fc43.x86_ 100% |   1.1 MiB/s |  24.0 KiB |  00m00s
- [47/51] lzo-devel-0:2.10-15.fc43.x86_64 100% |   1.1 MiB/s |  39.0 KiB |  00m00s
- [48/51] pixman-devel-0:0.46.2-2.fc43.x8 100% |   1.3 MiB/s |  18.0 KiB |  00m00s
- [49/51] libblkid-devel-0:2.41.3-7.fc43. 100% |   1.8 MiB/s |  23.4 KiB |  00m00s
- [50/51] zlib-ng-compat-0:2.3.3-1.fc43.x 100% |   2.0 MiB/s |  88.6 KiB |  00m00s
- [51/51] sysprof-capture-devel-0:49.0-1. 100% | 242.4 KiB/s | 171.1 KiB |  00m01s
- --------------------------------------------------------------------------------
- [51/51] Total                           100% |   1.2 MiB/s |  11.2 MiB |  00m09s
- Running transaction
- [ 1/54] Verify package files            100% | 255.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% |  39.7 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.5 MiB/s |   7.6 KiB |  00m00s
- [ 9/54] Installing zlib-ng-compat-devel 100% |  35.3 MiB/s | 108.6 KiB |  00m00s
- [10/54] Installing libpng-devel-2:1.6.5 100% |  29.0 MiB/s | 890.6 KiB |  00m00s
- [11/54] Installing pixman-0:0.46.2-2.fc 100% |  86.8 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% |  29.7 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% | 108.8 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% |  87.6 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% |  21.0 MiB/s | 128.9 KiB |  00m00s
- [29/54] Installing pcre2-utf32-0:10.47- 100% |  99.6 MiB/s | 611.9 KiB |  00m00s
- [30/54] Installing pcre2-utf16-0:10.47- 100% |  89.3 MiB/s | 640.0 KiB |  00m00s
- [31/54] Installing pcre2-devel-0:10.47- 100% |  68.4 MiB/s |   2.1 MiB |  00m00s
- [32/54] Installing libselinux-devel-0:3 100% |  31.7 MiB/s | 162.1 KiB |  00m00s
- [33/54] Installing libmount-devel-0:2.4 100% |  32.5 MiB/s |  66.5 KiB |  00m00s
- [34/54] Installing libffi-devel-0:3.5.2 100% |  11.6 MiB/s |  35.6 KiB |  00m00s
- [35/54] Installing libicu-devel-0:77.1- 100% |  71.6 MiB/s |   5.1 MiB |  00m00s
- [36/54] Installing python3-packaging-0: 100% |  50.4 MiB/s | 619.9 KiB |  00m00s
- [37/54] Installing glib2-devel-0:2.86.3 100% | 111.1 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.4 MiB/s |  34.4 KiB |  00m00s
- [43/54] Installing brotli-devel-0:1.2.0 100% |   4.5 MiB/s |  68.4 KiB |  00m00s
- [44/54] Installing xml-common-0:0.6.3-6 100% |  19.8 MiB/s |  81.1 KiB |  00m00s
- [45/54] Installing fontconfig-0:2.17.0- 100% | 731.9 KiB/s | 785.3 KiB |  00m01s
- [46/54] Installing cairo-0:1.18.4-2.fc4 100% |  73.8 MiB/s |   1.8 MiB |  00m00s
- [47/54] Installing harfbuzz-cairo-0:11. 100% |  15.9 MiB/s |  49.0 KiB |  00m00s
- [48/54] Installing cairo-devel-0:1.18.4 100% | 190.9 MiB/s |   2.3 MiB |  00m00s
- [49/54] Installing harfbuzz-devel-0:11. 100% |  80.8 MiB/s |   5.3 MiB |  00m00s
- [50/54] Installing freetype-devel-0:2.1 100% | 142.4 MiB/s |   8.5 MiB |  00m00s
- [51/54] Installing fontconfig-devel-0:2 100% |  31.1 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% |  29.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.42 ---> saved as "6316f2bca7bb7622bd4ef0d00ff0beafedb3439d81344197bfab46a6c3f3e9c2"


/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-15 18:53.33 ---> saved as "93840d9e7465e1efb33741fb33b89bc3d306e21ff42ebe6d61b0d5f1c2b2008c"


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


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