Organisationssanettegl-legacyd2f202 ()fedora-42-4.14_opam-2.5

fedora-42-4.14_opam-2.5

Link Copied
Code Copied

Logs

2026-01-12 08:11.48: New job: test sanette/gl-legacy https://github.com/sanette/gl-legacy.git#refs/heads/main (d2f20283f47e5bdbf5dfde96eeb86d179b820f51) (linux-x86_64:fedora-42-4.14_opam-2.5)
Base: ocaml/opam:fedora-42-ocaml-4.14@sha256:96a33ae19abb9333fb915bd303301c11ace2a02efa3240eed9b33f575ac4119f
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/gl-legacy.git" -b "main" && cd "gl-legacy" && git reset --hard d2f20283
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-42-ocaml-4.14@sha256:96a33ae19abb9333fb915bd303301c11ace2a02efa3240eed9b33f575ac4119f
# 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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 gl-legacy.opam ./
RUN opam pin add -yn gl-legacy.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-libgl.1 conf-pkg-config.4 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 stdlib-shims.0.3.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y gl-legacy.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-01-12 08:11.48: Using cache hint "sanette/gl-legacy-ocaml/opam:fedora-42-ocaml-4.14@sha256:96a33ae19abb9333fb915bd303301c11ace2a02efa3240eed9b33f575ac4119f-fedora-42-4.14_opam-2.5-16eaa6d4de7c3d25fb12bba49bee6249"
2026-01-12 08:11.48: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-4.14@sha256:96a33ae19abb9333fb915bd303301c11ace2a02efa3240eed9b33f575ac4119f)
(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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src gl-legacy.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn gl-legacy.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-libgl.1 conf-pkg-config.4 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 stdlib-shims.0.3.0")
(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 gl-legacy.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-01-12 08:11.48: Waiting for resource in pool OCluster
2026-01-12 08:11.48: Waiting for worker…
2026-01-12 08:11.48: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at d2f2028 fmt


(from ocaml/opam:fedora-42-ocaml-4.14@sha256:96a33ae19abb9333fb915bd303301c11ace2a02efa3240eed9b33f575ac4119f)
Unable to find image 'ocaml/opam:fedora-42-ocaml-4.14@sha256:96a33ae19abb9333fb915bd303301c11ace2a02efa3240eed9b33f575ac4119f' locally
docker.io/ocaml/opam@sha256:96a33ae19abb9333fb915bd303301c11ace2a02efa3240eed9b33f575ac4119f: Pulling from ocaml/opam
166acd75d0b1: Already exists
3f5403f6a2f2: Already exists
67aec952ce79: Already exists
0bb48c2941bc: Already exists
4c00ee60bee0: Already exists
0405ae6db764: Already exists
75f105568f25: Already exists
89a1a8bb55db: Already exists
4dbdc277b5cc: Already exists
b9ac9b5d0d58: Already exists
ed3c58c8dfb3: Already exists
a7f2118798c2: Already exists
6cf8123db17c: Already exists
5ac472da51a5: Already exists
3922aa403f38: Already exists
98656b983bdb: Already exists
929c1c6503b7: Already exists
930e6f5c8d1d: Already exists
ea061ab209c7: Already exists
b6a2cb7f5c47: Already exists
c69cf0663843: Already exists
4f4fb700ef54: Already exists
067fb1fc80b8: Already exists
7ea6a305f43c: Already exists
e0c82749fa91: Already exists
f5f2f52bbfe6: Already exists
7f3917cda1bd: Already exists
12e8a6ba30d9: Already exists
52881c97bb6a: Already exists
e4dd3ced19f6: Already exists
85b85699624b: Already exists
5ec3770e6174: Already exists
0140052d9f0a: Already exists
97821c341b06: Already exists
6b0f44402a83: Pulling fs layer
637838f6bf32: Pulling fs layer
2c4c5f425aca: Pulling fs layer
6b0f44402a83: Waiting
637838f6bf32: Waiting
2c4c5f425aca: Waiting
10de3752fc9c: Pulling fs layer
cc67aefe0e92: Pulling fs layer
c0ce6ac204a8: Pulling fs layer
b9ec1cd9680e: Pulling fs layer
10de3752fc9c: Waiting
cc67aefe0e92: Waiting
c0ce6ac204a8: Waiting
9c82a29817da: Pulling fs layer
b9ec1cd9680e: Waiting
f63f3e885f02: Pulling fs layer
9c82a29817da: Waiting
b3e15bf893a9: Pulling fs layer
f63f3e885f02: Waiting
b3e15bf893a9: Waiting
6b0f44402a83: Verifying Checksum
6b0f44402a83: Download complete
637838f6bf32: Download complete
10de3752fc9c: Download complete
cc67aefe0e92: Verifying Checksum
cc67aefe0e92: Download complete
c0ce6ac204a8: Download complete
2c4c5f425aca: Download complete
9c82a29817da: Verifying Checksum
9c82a29817da: Download complete
f63f3e885f02: Verifying Checksum
f63f3e885f02: Download complete
b3e15bf893a9: Verifying Checksum
b3e15bf893a9: Download complete
b9ec1cd9680e: Verifying Checksum
b9ec1cd9680e: Download complete
6b0f44402a83: Pull complete
637838f6bf32: Pull complete
2c4c5f425aca: Pull complete
10de3752fc9c: Pull complete
cc67aefe0e92: Pull complete
c0ce6ac204a8: Pull complete
b9ec1cd9680e: Pull complete
9c82a29817da: Pull complete
f63f3e885f02: Pull complete
b3e15bf893a9: Pull complete
Digest: sha256:96a33ae19abb9333fb915bd303301c11ace2a02efa3240eed9b33f575ac4119f
Status: Downloaded newer image for ocaml/opam@sha256:96a33ae19abb9333fb915bd303301c11ace2a02efa3240eed9b33f575ac4119f
2026-01-12 08:11.50 ---> using "1eb580d080c4cbeff2dbdaad43c94e06bc6be7074e19a8b1e973341633b4209d" 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                     100% |  31.1 KiB/s |  22.8 KiB |  00m01s
Fedora 42 - x86_64 - Updates           100% |  33.7 KiB/s |  19.0 KiB |  00m01s
Fedora 42 openh264 (From Cisco) - x86_ 100% |   6.5 KiB/s | 986.0   B |  00m00s
Repositories loaded.
Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.


Nothing to do.
2026-01-12 08:11.50 ---> using "82ab58db20dc9e958dec9f6794b440126252beddff83bbf0fc74d5321c05f1fc" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-01-12 08:11.50 ---> using "9f9db5023112133a7d83973b28eb6cf07d3fec7edec4274a96a36e69b1620087" 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-01-12 08:11.50 ---> using "8fd7ab551d447c320e7121ea66c2944b22a0b8466f77ea0fe0790704e1fdbdb5" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-90-generic
The OCaml toplevel, version 4.14.2
2.5.0
2026-01-12 08:11.50 ---> using "03c0aa95f8b977f059f5268c6add6911a9a644eddaad2668371ed2f4d8c14a60" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-01-12 08:11.50 ---> using "5210f946a974fd2ef96aa629564be9d272e3f27f5991ceff0c10eb511356d35d" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))
c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls


<><> 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-01-12 08:11.50 ---> using "dd6cda33be0bc199eaa242a7e1f65a4a4c8af4b1bbc5344174ce5f3ee11dfd16" from cache


/src: (copy (src gl-legacy.opam) (dst ./))
2026-01-12 08:11.50 ---> using "56cb33b9b3d71b3895154d4149ee31981484479bba760ea6563157122ca8805b" from cache


/src: (run (network host)
(shell "opam pin add -yn gl-legacy.dev './'"))
[gl-legacy.dev] synchronised (file:///src)
gl-legacy is now pinned to file:///src (version dev)
2026-01-12 08:11.50 ---> using "052c8be8a9dab5770e8012cb33ec1f16a8e43968d6f65663c26881045f7503fb" from cache


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-01-12 08:11.50 ---> using "fb054f7b59d26887e14dc1bbebd7a542319778097432754dd5a70a7c4420b8fa" from cache


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-libgl.1 conf-pkg-config.4 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 stdlib-shims.0.3.0")


/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 gl-legacy.dev $DEPS"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
-  Fedora 42 - x86_64 - Updates           100% |  70.7 KiB/s |   9.7 KiB |  00m00s
- Repositories loaded.
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[gl-legacy.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:
libffi-devel mesa-libGL-devel


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ /usr/sbin/sudo "yum" "install" "-y" "libffi-devel" "mesa-libGL-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package              Arch   Version              Repository      Size
- Installing:
-  libffi-devel        x86_64 3.4.6-5.fc42         fedora      33.1 KiB
-  mesa-libGL-devel    x86_64 25.1.9-1.fc42        updates     80.8 KiB
- Installing dependencies:
-  hwdata              noarch 0.403-1.fc42         updates      9.8 MiB
-  libXext             x86_64 1.3.6-3.fc42         fedora      90.0 KiB
-  libXxf86vm          x86_64 1.1.6-2.fc42         fedora      29.2 KiB
-  libdrm              x86_64 2.4.128-3.fc42       updates    399.9 KiB
-  libdrm-devel        x86_64 2.4.128-3.fc42       updates    729.0 KiB
-  libglvnd            x86_64 1:1.7.0-7.fc42       fedora     530.2 KiB
-  libglvnd-core-devel x86_64 1:1.7.0-7.fc42       fedora      40.3 KiB
-  libglvnd-devel      x86_64 1:1.7.0-7.fc42       fedora       2.1 MiB
-  libglvnd-egl        x86_64 1:1.7.0-7.fc42       fedora      68.7 KiB
-  libglvnd-gles       x86_64 1:1.7.0-7.fc42       fedora     105.9 KiB
-  libglvnd-glx        x86_64 1:1.7.0-7.fc42       fedora     609.2 KiB
-  libglvnd-opengl     x86_64 1:1.7.0-7.fc42       fedora     148.8 KiB
-  libpciaccess        x86_64 0.16-15.fc42         fedora      44.5 KiB
-  libpciaccess-devel  x86_64 0.16-15.fc42         fedora      15.3 KiB
-  libwayland-client   x86_64 1.24.0-1.fc42        updates     62.0 KiB
-  libwayland-server   x86_64 1.24.0-1.fc42        updates     78.5 KiB
-  libxshmfence        x86_64 1.3.2-6.fc42         fedora      12.4 KiB
-  lm_sensors-libs     x86_64 3.6.0-22.fc42        fedora      85.8 KiB
-  mesa-dri-drivers    x86_64 25.1.9-1.fc42        updates     46.7 MiB
-  mesa-filesystem     x86_64 25.1.9-1.fc42        updates      3.6 KiB
-  mesa-libEGL         x86_64 25.1.9-1.fc42        updates    334.9 KiB
-  mesa-libGL          x86_64 25.1.9-1.fc42        updates    306.2 KiB
-  mesa-libgbm         x86_64 25.1.9-1.fc42        updates     19.7 KiB
-  spirv-tools-libs    x86_64 2025.2-2.fc42        updates      5.8 MiB
- Installing weak dependencies:
-  gl-manpages         noarch 1.1-33.20190306.fc42 fedora     935.7 KiB
-  mesa-va-drivers     x86_64 25.1.9-1.fc42        updates    115.0   B
- 
- Transaction Summary:
-  Installing:        28 packages
- 
- Total size of inbound packages is 18 MiB. Need to download 18 MiB.
- After this operation, 69 MiB extra will be used (install 69 MiB, remove 0 B).
- [ 1/28] libffi-devel-0:3.4.6-5.fc42.x86 100% | 239.8 KiB/s |  28.8 KiB |  00m00s
- [ 2/28] mesa-libGL-devel-0:25.1.9-1.fc4 100% | 134.1 KiB/s |  26.2 KiB |  00m00s
- [ 3/28] libglvnd-1:1.7.0-7.fc42.x86_64  100% | 829.0 KiB/s | 114.4 KiB |  00m00s
- [ 4/28] libglvnd-devel-1:1.7.0-7.fc42.x 100% | 548.6 KiB/s | 161.8 KiB |  00m00s
- [ 5/28] libglvnd-egl-1:1.7.0-7.fc42.x86 100% | 711.7 KiB/s |  36.3 KiB |  00m00s
- [ 6/28] libglvnd-gles-1:1.7.0-7.fc42.x8 100% | 433.2 KiB/s |  28.6 KiB |  00m00s
- [ 7/28] libglvnd-core-devel-1:1.7.0-7.f 100% |  61.6 KiB/s |  17.4 KiB |  00m00s
- [ 8/28] libglvnd-opengl-1:1.7.0-7.fc42. 100% | 206.4 KiB/s |  37.4 KiB |  00m00s
- [ 9/28] libXext-0:1.3.6-3.fc42.x86_64   100% | 577.6 KiB/s |  39.3 KiB |  00m00s
- [10/28] libglvnd-glx-1:1.7.0-7.fc42.x86 100% | 561.5 KiB/s | 133.1 KiB |  00m00s
- [11/28] libXxf86vm-0:1.1.6-2.fc42.x86_6 100% |   3.5 MiB/s |  17.9 KiB |  00m00s
- [12/28] mesa-libGL-0:25.1.9-1.fc42.x86_ 100% | 692.3 KiB/s | 121.8 KiB |  00m00s
- [13/28] mesa-filesystem-0:25.1.9-1.fc42 100% |  50.9 KiB/s |   8.8 KiB |  00m00s
- [14/28] libxshmfence-0:1.3.2-6.fc42.x86 100% | 144.4 KiB/s |  13.3 KiB |  00m00s
- [15/28] lm_sensors-libs-0:3.6.0-22.fc42 100% | 277.0 KiB/s |  40.4 KiB |  00m00s
- [16/28] mesa-libgbm-0:25.1.9-1.fc42.x86 100% | 231.7 KiB/s |  14.8 KiB |  00m00s
- [17/28] libdrm-0:2.4.128-3.fc42.x86_64  100% | 775.3 KiB/s | 162.0 KiB |  00m00s
- [18/28] libpciaccess-0:0.16-15.fc42.x86 100% | 495.9 KiB/s |  26.3 KiB |  00m00s
- [19/28] libdrm-devel-0:2.4.128-3.fc42.x 100% |   1.2 MiB/s | 183.8 KiB |  00m00s
- [20/28] mesa-libEGL-0:25.1.9-1.fc42.x86 100% | 292.5 KiB/s | 126.9 KiB |  00m00s
- [21/28] libwayland-client-0:1.24.0-1.fc 100% | 534.1 KiB/s |  33.6 KiB |  00m00s
- [22/28] libwayland-server-0:1.24.0-1.fc 100% | 436.6 KiB/s |  41.5 KiB |  00m00s
- [23/28] libpciaccess-devel-0:0.16-15.fc 100% | 376.7 KiB/s |  12.4 KiB |  00m00s
- [24/28] spirv-tools-libs-0:2025.2-2.fc4 100% | 246.5 KiB/s |   1.5 MiB |  00m06s
- [25/28] gl-manpages-0:1.1-33.20190306.f 100% |   2.5 MiB/s |   1.2 MiB |  00m00s
- [26/28] mesa-va-drivers-0:25.1.9-1.fc42 100% | 135.7 KiB/s |   7.6 KiB |  00m00s
- [27/28] hwdata-0:0.403-1.fc42.noarch    100% | 175.0 KiB/s |   1.7 MiB |  00m10s
- [28/28] mesa-dri-drivers-0:25.1.9-1.fc4 100% | 461.0 KiB/s |  12.5 MiB |  00m28s
- --------------------------------------------------------------------------------
- [28/28] Total                           100% | 611.1 KiB/s |  18.3 MiB |  00m31s
- Running transaction
- [ 1/30] Verify package files            100% | 145.0   B/s |  28.0   B |  00m00s
- [ 2/30] Prepare transaction             100% | 243.0   B/s |  28.0   B |  00m00s
- [ 3/30] Installing libglvnd-1:1.7.0-7.f 100% |  64.9 MiB/s | 531.6 KiB |  00m00s
- [ 4/30] Installing libXext-0:1.3.6-3.fc 100% |  29.7 MiB/s |  91.2 KiB |  00m00s
- [ 5/30] Installing libwayland-server-0: 100% |  19.5 MiB/s |  79.7 KiB |  00m00s
- [ 6/30] Installing mesa-filesystem-0:25 100% |   4.2 MiB/s |   4.3 KiB |  00m00s
- [ 7/30] Installing libXxf86vm-0:1.1.6-2 100% |  14.9 MiB/s |  30.5 KiB |  00m00s
- [ 8/30] Installing libglvnd-opengl-1:1. 100% |  36.5 MiB/s | 149.6 KiB |  00m00s
- [ 9/30] Installing hwdata-0:0.403-1.fc4 100% |  90.5 MiB/s |   9.8 MiB |  00m00s
- [10/30] Installing libpciaccess-0:0.16- 100% |  11.2 MiB/s |  45.9 KiB |  00m00s
- [11/30] Installing libdrm-0:2.4.128-3.f 100% |  43.8 MiB/s | 403.7 KiB |  00m00s
- [12/30] Installing libpciaccess-devel-0 100% |   5.2 MiB/s |  15.9 KiB |  00m00s
- [13/30] Installing libdrm-devel-0:2.4.1 100% |  45.0 MiB/s | 738.1 KiB |  00m00s
- [14/30] Installing spirv-tools-libs-0:2 100% |  86.3 MiB/s |   5.8 MiB |  00m00s
- [15/30] Installing libwayland-client-0: 100% |  15.4 MiB/s |  63.2 KiB |  00m00s
- [16/30] Installing lm_sensors-libs-0:3. 100% |  21.2 MiB/s |  86.9 KiB |  00m00s
- [17/30] Installing libxshmfence-0:1.3.2 100% |   6.6 MiB/s |  13.6 KiB |  00m00s
- [18/30] Installing mesa-libgbm-0:25.1.9 100% |   6.7 MiB/s |  20.5 KiB |  00m00s
- [19/30] Installing mesa-dri-drivers-0:2 100% | 103.9 MiB/s |  46.7 MiB |  00m00s
- [20/30] Installing mesa-libGL-0:25.1.9- 100% |  75.0 MiB/s | 307.2 KiB |  00m00s
- [21/30] Installing libglvnd-glx-1:1.7.0 100% | 119.3 MiB/s | 610.6 KiB |  00m00s
- [22/30] Installing mesa-libEGL-0:25.1.9 100% |  82.0 MiB/s | 335.9 KiB |  00m00s
- [23/30] Installing libglvnd-egl-1:1.7.0 100% |  34.3 MiB/s |  70.3 KiB |  00m00s
- [24/30] Installing libglvnd-gles-1:1.7. 100% |  52.4 MiB/s | 107.3 KiB |  00m00s
- [25/30] Installing libglvnd-core-devel- 100% |  40.1 MiB/s |  41.1 KiB |  00m00s
- [26/30] Installing libglvnd-devel-1:1.7 100% | 151.5 MiB/s |   2.1 MiB |  00m00s
- [27/30] Installing mesa-libGL-devel-0:2 100% |  39.8 MiB/s |  81.5 KiB |  00m00s
- [28/30] Installing mesa-va-drivers-0:25 100% | 240.2 KiB/s | 984.0   B |  00m00s
- [29/30] Installing gl-manpages-0:1.1-33 100% | 105.7 MiB/s |   1.1 MiB |  00m00s
- [30/30] Installing libffi-devel-0:3.4.6 100% | 355.0 KiB/s |  34.8 KiB |  00m00s
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "libffi-devel" "mesa-libGL-devel"
- libffi-devel-3.4.6-5.fc42.x86_64
- mesa-libGL-devel-25.1.9-1.fc42.x86_64
# To update the current shell environment, run: eval $(opam env)
2026-01-12 08:11.50 ---> using "c5645a9edf36462671a50c9826fe9cff1fe6903318be354ce480e7545d3fee15" from cache


/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 10 packages
- install conf-libffi       2.0.0
- install conf-libgl        1
- install conf-pkg-config   4
- install csexp             1.5.2
- install ctypes            0.24.0
- install ctypes-foreign    0.24.0
- install dune              3.20.2
- install dune-configurator 3.20.2
- install integers          0.7.0
- install stdlib-shims      0.3.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2  (cached)
-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> installed conf-pkg-config.4
-> retrieved integers.0.7.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> installed conf-libgl.1
-> installed conf-libffi.2.0.0
-> installed dune.3.20.2
-> installed stdlib-shims.0.3.0
-> installed csexp.1.5.2
-> installed integers.0.7.0
-> installed dune-configurator.3.20.2
-> installed ctypes.0.24.0
-> installed ctypes-foreign.0.24.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-12 08:11.50 ---> using "95ec8ed2940b42ade3856030b1ba7dbf083709c99f0ea2af5c94b186038787df" from cache


/src: (copy (src .) (dst /src))
2026-01-12 08:11.50 ---> saved as "5de94e7940c4895eac008e0403c8020fe8ca99d2456d19cb7031f71545e04272"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./test.exe)
Tests skipped. Please install tsdl.
OCAMLCI=true
2026-01-12 08:11.51 ---> saved as "481dfb5945239e30afc8982a807bde4ff7308b4abc1b32d261774637db280d47"
Job succeeded
2026-01-12 08:11.51: Job succeeded