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

fedora-43-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-43-4.14_opam-2.5)
Base: ocaml/opam:fedora-43-ocaml-4.14@sha256:dc6847fe293faa92d46fbbdd6295baff61385b1e0e82720237763b5ddcbb692b
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-43-ocaml-4.14@sha256:dc6847fe293faa92d46fbbdd6295baff61385b1e0e82720237763b5ddcbb692b
# 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 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-43-ocaml-4.14@sha256:dc6847fe293faa92d46fbbdd6295baff61385b1e0e82720237763b5ddcbb692b-fedora-43-4.14_opam-2.5-16eaa6d4de7c3d25fb12bba49bee6249"
2026-01-12 08:11.48: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-4.14@sha256:dc6847fe293faa92d46fbbdd6295baff61385b1e0e82720237763b5ddcbb692b)
(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 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-43-ocaml-4.14@sha256:dc6847fe293faa92d46fbbdd6295baff61385b1e0e82720237763b5ddcbb692b)
Unable to find image 'ocaml/opam:fedora-43-ocaml-4.14@sha256:dc6847fe293faa92d46fbbdd6295baff61385b1e0e82720237763b5ddcbb692b' locally
docker.io/ocaml/opam@sha256:dc6847fe293faa92d46fbbdd6295baff61385b1e0e82720237763b5ddcbb692b: Pulling from ocaml/opam
1216d224fefc: Already exists
1ae211ec70df: Pulling fs layer
e3c845545bdd: Pulling fs layer
1ae211ec70df: Waiting
adbbce15b35d: Pulling fs layer
fec0b2730855: Pulling fs layer
e3c845545bdd: Waiting
adbbce15b35d: Waiting
d42b256333b3: Pulling fs layer
fec0b2730855: Waiting
347b5da763ef: Pulling fs layer
d42b256333b3: Waiting
ee8e1ee5d3b3: Pulling fs layer
1407c9d94463: Pulling fs layer
347b5da763ef: Waiting
912b3cfa4b1c: Pulling fs layer
1407c9d94463: Waiting
9bb0f03cebf5: Pulling fs layer
da26c7f15afe: Pulling fs layer
912b3cfa4b1c: Waiting
d9356a09c9bc: Pulling fs layer
9bb0f03cebf5: Waiting
da26c7f15afe: Waiting
b6f2d11ffba1: Pulling fs layer
e9d79416de7e: Pulling fs layer
d9356a09c9bc: Waiting
b6f2d11ffba1: Waiting
d8fc23752670: Pulling fs layer
043479df29c2: Pulling fs layer
e9d79416de7e: Waiting
d8fc23752670: Waiting
bde0248f5af4: Pulling fs layer
043479df29c2: Waiting
3cb4199e5c40: Pulling fs layer
f7f8c0cc272b: Pulling fs layer
bde0248f5af4: Waiting
3cb4199e5c40: Waiting
099c8f0f8aa7: Pulling fs layer
f7f8c0cc272b: Waiting
4f4fb700ef54: Pulling fs layer
099c8f0f8aa7: Waiting
4f4fb700ef54: Waiting
2dcbf8eb3274: Pulling fs layer
aec4178fd2c9: Pulling fs layer
2dcbf8eb3274: Waiting
ffeea0bca746: Pulling fs layer
aec4178fd2c9: Waiting
ffeea0bca746: Waiting
694e9f03259b: Pulling fs layer
0f53dbd64c41: Pulling fs layer
694e9f03259b: Waiting
e9a84c20d545: Pulling fs layer
0f53dbd64c41: Waiting
60cd93f167b9: Pulling fs layer
e9a84c20d545: Waiting
6ac93c253746: Pulling fs layer
60cd93f167b9: Waiting
6ac93c253746: Waiting
b4fc515f2633: Pulling fs layer
b9d45f820f99: Pulling fs layer
b4fc515f2633: Waiting
a6ef8e91a762: Pulling fs layer
b9d45f820f99: Waiting
ed335a59ac60: Pulling fs layer
a6ef8e91a762: Waiting
00a065e4dcbc: Pulling fs layer
ed335a59ac60: Waiting
2de645a87852: Pulling fs layer
00a065e4dcbc: Waiting
a98b93793621: Pulling fs layer
2de645a87852: Waiting
6f61dd37808d: Pulling fs layer
a98b93793621: Waiting
f6aefcff6474: Pulling fs layer
6f61dd37808d: Waiting
4f33e294934e: Pulling fs layer
f6aefcff6474: Waiting
d4443ef124a6: Pulling fs layer
4f33e294934e: Waiting
d4443ef124a6: Waiting
942433d5d086: Pulling fs layer
1803ba6bc01c: Pulling fs layer
942433d5d086: Waiting
1803ba6bc01c: Waiting
7ed01763315c: Pulling fs layer
7ed01763315c: Waiting
1ae211ec70df: Download complete
1ae211ec70df: Pull complete
e3c845545bdd: Verifying Checksum
e3c845545bdd: Download complete
fec0b2730855: Verifying Checksum
fec0b2730855: Download complete
d42b256333b3: Verifying Checksum
d42b256333b3: Download complete
ee8e1ee5d3b3: Download complete
e3c845545bdd: Pull complete
1407c9d94463: Verifying Checksum
1407c9d94463: Download complete
347b5da763ef: Verifying Checksum
347b5da763ef: Download complete
9bb0f03cebf5: Verifying Checksum
9bb0f03cebf5: Download complete
adbbce15b35d: Verifying Checksum
adbbce15b35d: Download complete
912b3cfa4b1c: Verifying Checksum
912b3cfa4b1c: Download complete
da26c7f15afe: Verifying Checksum
da26c7f15afe: Download complete
d9356a09c9bc: Download complete
b6f2d11ffba1: Download complete
d8fc23752670: Download complete
043479df29c2: Verifying Checksum
043479df29c2: Download complete
e9d79416de7e: Verifying Checksum
e9d79416de7e: Download complete
f7f8c0cc272b: Download complete
bde0248f5af4: Download complete
3cb4199e5c40: Verifying Checksum
3cb4199e5c40: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
099c8f0f8aa7: Verifying Checksum
099c8f0f8aa7: Download complete
2dcbf8eb3274: Verifying Checksum
2dcbf8eb3274: Download complete
aec4178fd2c9: Verifying Checksum
aec4178fd2c9: Download complete
ffeea0bca746: Download complete
694e9f03259b: Verifying Checksum
694e9f03259b: Download complete
e9a84c20d545: Verifying Checksum
e9a84c20d545: Download complete
0f53dbd64c41: Verifying Checksum
0f53dbd64c41: Download complete
b4fc515f2633: Verifying Checksum
b4fc515f2633: Download complete
60cd93f167b9: Download complete
a6ef8e91a762: Verifying Checksum
a6ef8e91a762: Download complete
6ac93c253746: Verifying Checksum
6ac93c253746: Download complete
b9d45f820f99: Verifying Checksum
b9d45f820f99: Download complete
2de645a87852: Verifying Checksum
2de645a87852: Download complete
ed335a59ac60: Verifying Checksum
ed335a59ac60: Download complete
6f61dd37808d: Download complete
f6aefcff6474: Verifying Checksum
f6aefcff6474: Download complete
4f33e294934e: Download complete
a98b93793621: Verifying Checksum
a98b93793621: Download complete
d4443ef124a6: Verifying Checksum
d4443ef124a6: Download complete
942433d5d086: Verifying Checksum
942433d5d086: Download complete
1803ba6bc01c: Download complete
7ed01763315c: Download complete
00a065e4dcbc: Verifying Checksum
00a065e4dcbc: Download complete
adbbce15b35d: Pull complete
fec0b2730855: Pull complete
d42b256333b3: Pull complete
347b5da763ef: Pull complete
ee8e1ee5d3b3: Pull complete
1407c9d94463: Pull complete
912b3cfa4b1c: Pull complete
9bb0f03cebf5: Pull complete
da26c7f15afe: Pull complete
d9356a09c9bc: Pull complete
b6f2d11ffba1: Pull complete
e9d79416de7e: Pull complete
d8fc23752670: Pull complete
043479df29c2: Pull complete
bde0248f5af4: Pull complete
3cb4199e5c40: Pull complete
f7f8c0cc272b: Pull complete
099c8f0f8aa7: Pull complete
4f4fb700ef54: Pull complete
2dcbf8eb3274: Pull complete
aec4178fd2c9: Pull complete
ffeea0bca746: Pull complete
694e9f03259b: Pull complete
0f53dbd64c41: Pull complete
e9a84c20d545: Pull complete
60cd93f167b9: Pull complete
6ac93c253746: Pull complete
b4fc515f2633: Pull complete
b9d45f820f99: Pull complete
a6ef8e91a762: Pull complete
ed335a59ac60: Pull complete
00a065e4dcbc: Pull complete
2de645a87852: Pull complete
a98b93793621: Pull complete
6f61dd37808d: Pull complete
f6aefcff6474: Pull complete
4f33e294934e: Pull complete
d4443ef124a6: Pull complete
942433d5d086: Pull complete
1803ba6bc01c: Pull complete
7ed01763315c: Pull complete
Digest: sha256:dc6847fe293faa92d46fbbdd6295baff61385b1e0e82720237763b5ddcbb692b
Status: Downloaded newer image for ocaml/opam@sha256:dc6847fe293faa92d46fbbdd6295baff61385b1e0e82720237763b5ddcbb692b
2026-01-12 08:11.50 ---> using "87c4833ca4afb7f495c7c51a969bf87dcf282c0263cd74a98f849c4ecee655e1" 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                     100% |  40.6 KiB/s |  22.8 KiB |  00m01s
Fedora 43 openh264 (From Cisco) - x86_ 100% |   3.3 KiB/s | 986.0   B |  00m00s
Fedora 43 - x86_64 - Updates           100% | 121.7 KiB/s |  21.1 KiB |  00m00s
Repositories loaded.
Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.


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


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-01-12 08:11.50 ---> using "d538ffad34535604be96435ffc79927d5f0478fbc65bf301da453854fe177b53" 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-01-12 08:11.50 ---> using "ef792bd076fc72672b4750e44cd375911015e6383853abf6cb9196d832560128" 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 "21b0d66e093d66d97275c9c320f11d3f98d9c332b1a9fcef0d7c14a56d9f5d6d" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-01-12 08:11.50 ---> using "b81037d45511fc7933dcc9412463da4cea09775808871147c3c6206605cc2e17" 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"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
ee48e882f0..a6b2f19780  master     -> origin/master
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 "7c1aa7c89ccb4188f178d0facc20cd311a8986e0afe2b356dab0eb5bd0f014c8" from cache


/src: (copy (src gl-legacy.opam) (dst ./))
2026-01-12 08:11.50 ---> using "d394b5f66dfc9f311d6dfb13ac38dce1ed92b3d7ddd8affabacc0ae7d05ed703" 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 "96079d4f131a10d1941e82ac11ab7a68a884e2b25d02f14398d2c94236f08334" from cache


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-01-12 08:11.50 ---> using "5962d6e70c060ced6c9cfbb1e6815b5d8c192f3f72b99b72b1ede87fe17e9d20" 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 43 - x86_64 - Updates           100% |  20.3 KiB/s |   7.3 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.5.2-1.fc43         updates     33.9 KiB
-  mesa-libGL-devel    x86_64 25.2.7-3.fc43        updates     80.8 KiB
- Installing dependencies:
-  hwdata              noarch 0.403-1.fc43         updates      9.8 MiB
-  libXext             x86_64 1.3.6-4.fc43         fedora      90.0 KiB
-  libXxf86vm          x86_64 1.1.6-3.fc43         fedora      25.3 KiB
-  libdrm              x86_64 2.4.128-3.fc43       updates    399.9 KiB
-  libdrm-devel        x86_64 2.4.128-3.fc43       updates    729.0 KiB
-  libglvnd            x86_64 1:1.7.0-8.fc43       fedora     526.1 KiB
-  libglvnd-core-devel x86_64 1:1.7.0-8.fc43       fedora      40.3 KiB
-  libglvnd-devel      x86_64 1:1.7.0-8.fc43       fedora       2.1 MiB
-  libglvnd-egl        x86_64 1:1.7.0-8.fc43       fedora      64.7 KiB
-  libglvnd-gles       x86_64 1:1.7.0-8.fc43       fedora      97.9 KiB
-  libglvnd-glx        x86_64 1:1.7.0-8.fc43       fedora     601.2 KiB
-  libglvnd-opengl     x86_64 1:1.7.0-8.fc43       fedora     144.8 KiB
-  libpciaccess        x86_64 0.16-16.fc43         fedora      44.5 KiB
-  libpciaccess-devel  x86_64 0.16-16.fc43         fedora      15.3 KiB
-  libwayland-client   x86_64 1.24.0-1.fc43        fedora      62.0 KiB
-  libxshmfence        x86_64 1.3.2-7.fc43         fedora      12.4 KiB
-  lm_sensors-libs     x86_64 3.6.0-23.fc43        fedora      85.8 KiB
-  mesa-dri-drivers    x86_64 25.2.7-3.fc43        updates     47.9 MiB
-  mesa-filesystem     x86_64 25.2.7-3.fc43        updates      3.6 KiB
-  mesa-libEGL         x86_64 25.2.7-3.fc43        updates    306.4 KiB
-  mesa-libGL          x86_64 25.2.7-3.fc43        updates    286.0 KiB
-  mesa-libgbm         x86_64 25.2.7-3.fc43        updates     19.7 KiB
-  spirv-tools-libs    x86_64 2025.4-1.fc43        updates      5.8 MiB
- Installing weak dependencies:
-  gl-manpages         noarch 1.1-34.20190306.fc43 fedora     935.6 KiB
-  mesa-va-drivers     x86_64 25.2.7-3.fc43        updates    115.0   B
- 
- Transaction Summary:
-  Installing:        27 packages
- 
- Total size of inbound packages is 19 MiB. Need to download 19 MiB.
- After this operation, 70 MiB extra will be used (install 70 MiB, remove 0 B).
- [ 1/27] libglvnd-devel-1:1.7.0-8.fc43.x 100% |   1.1 MiB/s | 162.2 KiB |  00m00s
- [ 2/27] libffi-devel-0:3.5.2-1.fc43.x86 100% | 189.0 KiB/s |  29.7 KiB |  00m00s
- [ 3/27] mesa-libGL-devel-0:25.2.7-3.fc4 100% | 234.2 KiB/s |  38.9 KiB |  00m00s
- [ 4/27] libglvnd-1:1.7.0-8.fc43.x86_64  100% |   3.6 MiB/s | 114.0 KiB |  00m00s
- [ 5/27] libglvnd-gles-1:1.7.0-8.fc43.x8 100% |   5.6 MiB/s |  28.5 KiB |  00m00s
- [ 6/27] libglvnd-core-devel-1:1.7.0-8.f 100% | 616.2 KiB/s |  17.3 KiB |  00m00s
- [ 7/27] libglvnd-egl-1:1.7.0-8.fc43.x86 100% |   1.7 MiB/s |  36.0 KiB |  00m00s
- [ 8/27] libXext-0:1.3.6-4.fc43.x86_64   100% |   7.6 MiB/s |  39.1 KiB |  00m00s
- [ 9/27] libglvnd-opengl-1:1.7.0-8.fc43. 100% |   4.0 MiB/s |  37.0 KiB |  00m00s
- [10/27] libglvnd-glx-1:1.7.0-8.fc43.x86 100% |   5.6 MiB/s | 132.1 KiB |  00m00s
- [11/27] libpciaccess-0:0.16-16.fc43.x86 100% |   5.1 MiB/s |  26.2 KiB |  00m00s
- [12/27] libpciaccess-devel-0:0.16-16.fc 100% | 829.6 KiB/s |  12.4 KiB |  00m00s
- [13/27] libdrm-0:2.4.128-3.fc43.x86_64  100% |   2.4 MiB/s | 162.0 KiB |  00m00s
- [14/27] libdrm-devel-0:2.4.128-3.fc43.x 100% |   2.2 MiB/s | 183.8 KiB |  00m00s
- [15/27] libXxf86vm-0:1.1.6-3.fc43.x86_6 100% |   3.5 MiB/s |  17.7 KiB |  00m00s
- [16/27] hwdata-0:0.403-1.fc43.noarch    100% |   7.5 MiB/s |   1.7 MiB |  00m00s
- [17/27] mesa-libGL-0:25.2.7-3.fc43.x86_ 100% | 684.0 KiB/s | 130.0 KiB |  00m00s
- [18/27] libxshmfence-0:1.3.2-7.fc43.x86 100% |   2.6 MiB/s |  13.3 KiB |  00m00s
- [19/27] lm_sensors-libs-0:3.6.0-23.fc43 100% |   4.4 MiB/s |  40.6 KiB |  00m00s
- [20/27] mesa-filesystem-0:25.2.7-3.fc43 100% | 719.8 KiB/s |  21.6 KiB |  00m00s
- [21/27] mesa-libgbm-0:25.2.7-3.fc43.x86 100% | 810.4 KiB/s |  27.6 KiB |  00m00s
- [22/27] libwayland-client-0:1.24.0-1.fc 100% |   1.2 MiB/s |  33.6 KiB |  00m00s
- [23/27] spirv-tools-libs-0:2025.4-1.fc4 100% |   6.4 MiB/s |   1.6 MiB |  00m00s
- [24/27] mesa-libEGL-0:25.2.7-3.fc43.x86 100% | 419.6 KiB/s | 131.8 KiB |  00m00s
- [25/27] mesa-va-drivers-0:25.2.7-3.fc43 100% | 923.7 KiB/s |  20.3 KiB |  00m00s
- [26/27] gl-manpages-0:1.1-34.20190306.f 100% |   3.8 MiB/s |   1.2 MiB |  00m00s
- [27/27] mesa-dri-drivers-0:25.2.7-3.fc4 100% | 975.7 KiB/s |  12.7 MiB |  00m13s
- --------------------------------------------------------------------------------
- [27/27] Total                           100% |   1.3 MiB/s |  18.7 MiB |  00m14s
- Running transaction
- [ 1/29] Verify package files            100% | 124.0   B/s |  27.0   B |  00m00s
- [ 2/29] Prepare transaction             100% | 450.0   B/s |  27.0   B |  00m00s
- [ 3/29] Installing libglvnd-1:1.7.0-8.f 100% | 128.8 MiB/s | 527.5 KiB |  00m00s
- [ 4/29] Installing libXext-0:1.3.6-4.fc 100% |  44.5 MiB/s |  91.2 KiB |  00m00s
- [ 5/29] Installing mesa-filesystem-0:25 100% |   4.2 MiB/s |   4.3 KiB |  00m00s
- [ 6/29] Installing libXxf86vm-0:1.1.6-3 100% |  25.9 MiB/s |  26.5 KiB |  00m00s
- [ 7/29] Installing libglvnd-opengl-1:1. 100% |  71.1 MiB/s | 145.6 KiB |  00m00s
- [ 8/29] Installing spirv-tools-libs-0:2 100% | 144.7 MiB/s |   5.8 MiB |  00m00s
- [ 9/29] Installing libwayland-client-0: 100% |  30.9 MiB/s |  63.2 KiB |  00m00s
- [10/29] Installing lm_sensors-libs-0:3. 100% |  42.4 MiB/s |  86.9 KiB |  00m00s
- [11/29] Installing libxshmfence-0:1.3.2 100% |  13.2 MiB/s |  13.6 KiB |  00m00s
- [12/29] Installing hwdata-0:0.403-1.fc4 100% | 184.4 MiB/s |   9.8 MiB |  00m00s
- [13/29] Installing libpciaccess-0:0.16- 100% |  22.4 MiB/s |  45.9 KiB |  00m00s
- [14/29] Installing libdrm-0:2.4.128-3.f 100% |  78.9 MiB/s | 403.7 KiB |  00m00s
- [15/29] Installing mesa-libgbm-0:25.2.7 100% |  10.0 MiB/s |  20.5 KiB |  00m00s
- [16/29] Installing mesa-dri-drivers-0:2 100% | 190.2 MiB/s |  47.9 MiB |  00m00s
- [17/29] Installing libglvnd-glx-1:1.7.0 100% | 147.1 MiB/s | 602.6 KiB |  00m00s
- [18/29] Installing mesa-libGL-0:25.2.7- 100% |  93.4 MiB/s | 287.0 KiB |  00m00s
- [19/29] Installing libglvnd-egl-1:1.7.0 100% |  32.4 MiB/s |  66.3 KiB |  00m00s
- [20/29] Installing mesa-libEGL-0:25.2.7 100% | 100.1 MiB/s | 307.4 KiB |  00m00s
- [21/29] Installing libglvnd-gles-1:1.7. 100% |  48.5 MiB/s |  99.3 KiB |  00m00s
- [22/29] Installing libpciaccess-devel-0 100% |  15.5 MiB/s |  15.9 KiB |  00m00s
- [23/29] Installing libdrm-devel-0:2.4.1 100% | 103.0 MiB/s | 738.1 KiB |  00m00s
- [24/29] Installing libglvnd-core-devel- 100% |  40.1 MiB/s |  41.1 KiB |  00m00s
- [25/29] Installing libglvnd-devel-1:1.7 100% | 176.7 MiB/s |   2.1 MiB |  00m00s
- [26/29] Installing mesa-libGL-devel-0:2 100% |  79.6 MiB/s |  81.5 KiB |  00m00s
- [27/29] Installing mesa-va-drivers-0:25 100% | 240.2 KiB/s | 984.0   B |  00m00s
- [28/29] Installing gl-manpages-0:1.1-34 100% | 132.1 MiB/s |   1.1 MiB |  00m00s
- [29/29] Installing libffi-devel-0:3.5.2 100% | 684.1 KiB/s |  35.6 KiB |  00m00s
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "libffi-devel" "mesa-libGL-devel"
- libffi-devel-3.5.2-1.fc43.x86_64
- mesa-libGL-devel-25.2.7-3.fc43.x86_64
# To update the current shell environment, run: eval $(opam env)
2026-01-12 08:11.50 ---> using "6c92a7458062c28bdb963e3b0760d27d23919470aadc00203ed67b23504d2384" 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 "b907e8cee8066fbd0c613273319657bb447721cd8c980f26aeae6f3ffe5de3a0" from cache


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


/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 "1c23c8df37662165eb185c8c96fc70187df3da628ee0598a5fe87162331b2d5c"
Job succeeded
2026-01-12 08:11.51: Job succeeded