2025-09-25 19:39.39: New job: test sanette/gl-legacy https://github.com/sanette/gl-legacy.git#refs/heads/main (6600982485a41b88be740c02f4cfa726ad461027) (linux-x86_64:fedora-41-5.3_opam-2.4)Base: ocaml/opam:fedora-41-ocaml-5.3@sha256:f5f08b3348fe42ae5a91cd3a68fa1c305e7a107b436066fc5fda4e9df66a5e6cOpam project buildTo reproduce locally:git clone --recursive "https://github.com/sanette/gl-legacy.git" -b "main" && cd "gl-legacy" && git reset --hard 66009824cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-41-ocaml-5.3@sha256:f5f08b3348fe42ae5a91cd3a68fa1c305e7a107b436066fc5fda4e9df66a5e6c# fedora-41-5.3_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -uCOPY --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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-libgl.1 conf-pkg-config.4 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 stdlib-shims.0.3.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y gl-legacy.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-09-25 19:39.39: Using cache hint "sanette/gl-legacy-ocaml/opam:fedora-41-ocaml-5.3@sha256:f5f08b3348fe42ae5a91cd3a68fa1c305e7a107b436066fc5fda4e9df66a5e6c-fedora-41-5.3_opam-2.4-d94a333a7608ae22a3751fa583abf3b0"2025-09-25 19:39.39: Using OBuilder spec:((from ocaml/opam:fedora-41-ocaml-5.3@sha256:f5f08b3348fe42ae5a91cd3a68fa1c305e7a107b436066fc5fda4e9df66a5e6c)(comment fedora-41-5.3_opam-2.4)(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.4 /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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && 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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-libgl.1 conf-pkg-config.4 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 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.4 --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")))2025-09-25 19:39.39: Waiting for resource in pool OCluster2025-09-25 19:39.39: Waiting for worker…2025-09-25 19:39.39: Got resource from pool OClusterBuilding on cletehint: Using 'master' as the name for the initial branch. This default branch namehint: is subject to change. To configure the initial branch name to use in allhint: of your new repositories, which will suppress this warning, call:hint:hint: git config --global init.defaultBranch <name>hint:hint: Names commonly chosen instead of 'master' are 'main', 'trunk' andhint: 'development'. The just-created branch can be renamed via this command:hint:hint: git branch -m <name>Initialized empty Git repository in /var/cache/obuilder/ocluster/git/gl-legacy.git-643cfcad4c6cee44f8ca158fa701ec3d56de4baf/.git/HEAD is now at 6600982 conditional test(from ocaml/opam:fedora-41-ocaml-5.3@sha256:f5f08b3348fe42ae5a91cd3a68fa1c305e7a107b436066fc5fda4e9df66a5e6c)Unable to find image 'ocaml/opam:fedora-41-ocaml-5.3@sha256:f5f08b3348fe42ae5a91cd3a68fa1c305e7a107b436066fc5fda4e9df66a5e6c' locallydocker.io/ocaml/opam@sha256:f5f08b3348fe42ae5a91cd3a68fa1c305e7a107b436066fc5fda4e9df66a5e6c: Pulling from ocaml/opam0c4ea020f5c7: Pulling fs layerbb5edd328d49: Pulling fs layer7653d18249da: Pulling fs layer498e80679739: Pulling fs layer780a651e82b9: Pulling fs layerd26ab6d443f2: Pulling fs layer780a651e82b9: Waitingd26ab6d443f2: Waiting498e80679739: Waitingbb5edd328d49: Verifying Checksumbb5edd328d49: Download complete498e80679739: Verifying Checksum498e80679739: Download complete780a651e82b9: Verifying Checksum780a651e82b9: Download completed26ab6d443f2: Verifying Checksumd26ab6d443f2: Download complete7653d18249da: Verifying Checksum7653d18249da: Download complete0c4ea020f5c7: Verifying Checksum0c4ea020f5c7: Download complete0c4ea020f5c7: Pull completebb5edd328d49: Pull complete7653d18249da: Pull complete498e80679739: Pull complete780a651e82b9: Pull completed26ab6d443f2: Pull completeDigest: sha256:f5f08b3348fe42ae5a91cd3a68fa1c305e7a107b436066fc5fda4e9df66a5e6cStatus: Downloaded newer image for ocaml/opam@sha256:f5f08b3348fe42ae5a91cd3a68fa1c305e7a107b436066fc5fda4e9df66a5e6c2025-09-25 19:42.14 ---> saved as "77932ed08d0a913a0be50df49d164ac702f06db62378e7fc2fe69b435778c931"/: (comment fedora-41-5.3_opam-2.4)/: (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 41 - x86_64 100% | 55.9 KiB/s | 26.2 KiB | 00m00sFedora 41 - x86_64 - Updates 100% | 67.1 KiB/s | 16.0 KiB | 00m00sFedora 41 openh264 (From Cisco) - x86_ 100% | 7.5 KiB/s | 986.0 B | 00m00sRepositories loaded.Package "findutils-1:4.10.0-4.fc41.x86_64" is already installed.Nothing to do.2025-09-25 19:42.20 ---> saved as "5a11b3ecc08c13b474f973c6ed6bda9d943e5e42d89b96e76b2acf1288582de1"/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-09-25 19:42.20 ---> saved as "38018181ca3d651caf83793cac79b175152687b7fd1b8e68982c374718136be1"/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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-09-25 19:42.39 ---> saved as "81d422c2e27804f36d63a7c4ecc0c003e51fdf455e9af60b0ab6f88d6e5655db"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-84-genericThe OCaml toplevel, version 5.3.02.4.12025-09-25 19:42.40 ---> saved as "4a5f234704b17b857f4fa77e03c17a26768c9a8a3a79e3a29eb58c5760d8cab9"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-09-25 19:42.40 ---> saved as "9db28c29175bfe97cd9b16194f056247eb741af3e27b63992acace506e95ed96"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADb3b872a94f..a5656e97d5 master -> origin/master6ef6813522 Merge pull request #28449 from dra27/ocaml-compiler-msvc<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-09-25 19:42.58 ---> saved as "052c5aa397f1ffa1cb7edc3fef75a4485cd3c9d6754bab8f3386510be04f7c67"/src: (copy (src gl-legacy.opam) (dst ./))2025-09-25 19:42.59 ---> saved as "8609b04d2d8b0a0fd28e7c86be574aa536a68b9265cde396f1ee398349c240f2"/src: (run (network host)(shell "opam pin add -yn gl-legacy.dev './'"))[NOTE] Package gl-legacy does not exist in opam repositories registered in the current switch.[gl-legacy.dev] synchronised (file:///src)gl-legacy is now pinned to file:///src (version dev)2025-09-25 19:42.59 ---> saved as "97e6ce05995958697da2a21b7937db211412f3231f2187146d5e11747446bca4"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-09-25 19:43.00 ---> saved as "99701f9340ffe0437040a630148fdb0fb4873b955cf6eb9ca37b503d8143157d"/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-libgl.1 conf-pkg-config.4 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 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.4 --depext-only -y gl-legacy.dev $DEPS"))+ /usr/bin/sudo "yum" "makecache"- Updating and loading repositories:- 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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.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:libffi-devel mesa-libGL-devel<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/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-3.fc41 fedora 33.1 KiB- mesa-libGL-devel x86_64 25.0.7-3.fc41 updates 80.8 KiB- Installing dependencies:- hwdata noarch 0.399-1.fc41 updates 9.6 MiB- libXext x86_64 1.3.6-2.fc41 fedora 90.1 KiB- libXxf86vm x86_64 1.1.6-1.fc41 updates 28.2 KiB- libdrm x86_64 2.4.124-1.fc41 updates 397.7 KiB- libdrm-devel x86_64 2.4.124-1.fc41 updates 708.5 KiB- libglvnd x86_64 1:1.7.0-5.fc41 fedora 530.2 KiB- libglvnd-core-devel x86_64 1:1.7.0-5.fc41 fedora 40.3 KiB- libglvnd-devel x86_64 1:1.7.0-5.fc41 fedora 2.1 MiB- libglvnd-egl x86_64 1:1.7.0-5.fc41 fedora 68.8 KiB- libglvnd-gles x86_64 1:1.7.0-5.fc41 fedora 106.2 KiB- libglvnd-glx x86_64 1:1.7.0-5.fc41 fedora 605.5 KiB- libglvnd-opengl x86_64 1:1.7.0-5.fc41 fedora 148.8 KiB- libpciaccess x86_64 0.16-13.fc41 fedora 44.6 KiB- libpciaccess-devel x86_64 0.16-13.fc41 fedora 15.3 KiB- libwayland-client x86_64 1.24.0-1.fc41 updates 66.1 KiB- libwayland-server x86_64 1.24.0-1.fc41 updates 82.6 KiB- libxshmfence x86_64 1.3.2-5.fc41 updates 16.5 KiB- lm_sensors-libs x86_64 3.6.0-20.fc41 fedora 85.9 KiB- mesa-dri-drivers x86_64 25.0.7-3.fc41 updates 160.9 MiB- mesa-filesystem x86_64 25.0.7-3.fc41 updates 3.6 KiB- mesa-libEGL x86_64 25.0.7-3.fc41 updates 336.0 KiB- mesa-libGL x86_64 25.0.7-3.fc41 updates 425.0 KiB- mesa-libgbm x86_64 25.0.7-3.fc41 updates 24.0 KiB- spirv-tools-libs x86_64 2025.1-1.fc41 updates 5.6 MiB- Installing weak dependencies:- gl-manpages noarch 1.1-32.20190306.fc41 fedora 935.7 KiB- mesa-va-drivers x86_64 25.0.7-3.fc41 updates 92.0 B-- Transaction Summary:- Installing: 28 packages-- Total size of inbound packages is 37 MiB. Need to download 37 MiB.- After this operation, 183 MiB extra will be used (install 183 MiB, remove 0 B).- [ 1/28] libffi-devel-0:3.4.6-3.fc41.x86 100% | 653.7 KiB/s | 28.8 KiB | 00m00s- [ 2/28] libglvnd-1:1.7.0-5.fc41.x86_64 100% | 11.2 MiB/s | 114.4 KiB | 00m00s- [ 3/28] mesa-libGL-devel-0:25.0.7-3.fc4 100% | 680.5 KiB/s | 38.1 KiB | 00m00s- [ 4/28] libglvnd-core-devel-1:1.7.0-5.f 100% | 4.3 MiB/s | 17.5 KiB | 00m00s- [ 5/28] libglvnd-devel-1:1.7.0-5.fc41.x 100% | 2.4 MiB/s | 162.0 KiB | 00m00s- [ 6/28] libglvnd-egl-1:1.7.0-5.fc41.x86 100% | 3.9 MiB/s | 35.5 KiB | 00m00s- [ 7/28] libglvnd-gles-1:1.7.0-5.fc41.x8 100% | 4.8 MiB/s | 29.3 KiB | 00m00s- [ 8/28] libglvnd-opengl-1:1.7.0-5.fc41. 100% | 5.2 MiB/s | 37.4 KiB | 00m00s- [ 9/28] libXext-0:1.3.6-2.fc41.x86_64 100% | 4.8 MiB/s | 39.1 KiB | 00m00s- [10/28] libdrm-0:2.4.124-1.fc41.x86_64 100% | 14.5 MiB/s | 148.5 KiB | 00m00s- [11/28] libdrm-devel-0:2.4.124-1.fc41.x 100% | 11.7 MiB/s | 179.5 KiB | 00m00s- [12/28] libpciaccess-0:0.16-13.fc41.x86 100% | 4.3 MiB/s | 26.5 KiB | 00m00s- [13/28] libglvnd-glx-1:1.7.0-5.fc41.x86 100% | 3.7 MiB/s | 129.2 KiB | 00m00s- [14/28] libpciaccess-devel-0:0.16-13.fc 100% | 1.2 MiB/s | 12.4 KiB | 00m00s- [15/28] mesa-libGL-0:25.0.7-3.fc41.x86_ 100% | 19.9 MiB/s | 162.7 KiB | 00m00s- [16/28] lm_sensors-libs-0:3.6.0-20.fc41 100% | 6.6 MiB/s | 40.7 KiB | 00m00s- [17/28] mesa-filesystem-0:25.0.7-3.fc41 100% | 3.4 MiB/s | 20.9 KiB | 00m00s- [18/28] hwdata-0:0.399-1.fc41.noarch 100% | 19.0 MiB/s | 1.7 MiB | 00m00s- [19/28] mesa-libEGL-0:25.0.7-3.fc41.x86 100% | 2.3 MiB/s | 138.3 KiB | 00m00s- [20/28] mesa-libgbm-0:25.0.7-3.fc41.x86 100% | 3.8 MiB/s | 27.1 KiB | 00m00s- [21/28] libXxf86vm-0:1.1.6-1.fc41.x86_6 100% | 3.2 MiB/s | 16.6 KiB | 00m00s- [22/28] libwayland-server-0:1.24.0-1.fc 100% | 6.8 MiB/s | 41.5 KiB | 00m00s- [23/28] libxshmfence-0:1.3.2-5.fc41.x86 100% | 2.6 MiB/s | 13.4 KiB | 00m00s- [24/28] libwayland-client-0:1.24.0-1.fc 100% | 863.1 KiB/s | 33.7 KiB | 00m00s- [25/28] spirv-tools-libs-0:2025.1-1.fc4 100% | 17.6 MiB/s | 1.5 MiB | 00m00s- [26/28] mesa-va-drivers-0:25.0.7-3.fc41 100% | 4.8 MiB/s | 19.6 KiB | 00m00s- [27/28] gl-manpages-0:1.1-32.20190306.f 100% | 9.7 MiB/s | 1.2 MiB | 00m00s- [28/28] mesa-dri-drivers-0:25.0.7-3.fc4 100% | 17.2 MiB/s | 31.2 MiB | 00m02s- --------------------------------------------------------------------------------- [28/28] Total 100% | 17.1 MiB/s | 37.0 MiB | 00m02s- Running transaction- [ 1/30] Verify package files 100% | 108.0 B/s | 28.0 B | 00m00s- [ 2/30] Prepare transaction 100% | 509.0 B/s | 28.0 B | 00m00s- [ 3/30] Installing libglvnd-1:1.7.0-5.f 100% | 129.8 MiB/s | 531.6 KiB | 00m00s- [ 4/30] Installing libXext-0:1.3.6-2.fc 100% | 89.2 MiB/s | 91.3 KiB | 00m00s- [ 5/30] Installing libwayland-server-0: 100% | 40.9 MiB/s | 83.8 KiB | 00m00s- [ 6/30] Installing mesa-filesystem-0:25 100% | 0.0 B/s | 4.3 KiB | 00m00s- [ 7/30] Installing libXxf86vm-0:1.1.6-1 100% | 28.8 MiB/s | 29.5 KiB | 00m00s- [ 8/30] Installing libglvnd-opengl-1:1. 100% | 146.2 MiB/s | 149.7 KiB | 00m00s- [ 9/30] Installing spirv-tools-libs-0:2 100% | 182.1 MiB/s | 5.6 MiB | 00m00s- [10/30] Installing libxshmfence-0:1.3.2 100% | 17.2 MiB/s | 17.7 KiB | 00m00s- [11/30] Installing libwayland-client-0: 100% | 65.7 MiB/s | 67.3 KiB | 00m00s- [12/30] Installing lm_sensors-libs-0:3. 100% | 85.0 MiB/s | 87.0 KiB | 00m00s- [13/30] Installing hwdata-0:0.399-1.fc4 100% | 228.5 MiB/s | 9.6 MiB | 00m00s- [14/30] Installing libpciaccess-0:0.16- 100% | 44.9 MiB/s | 46.0 KiB | 00m00s- [15/30] Installing libdrm-0:2.4.124-1.f 100% | 78.4 MiB/s | 401.6 KiB | 00m00s- [16/30] Installing mesa-dri-drivers-0:2 100% | 235.9 MiB/s | 160.9 MiB | 00m01s- [17/30] Installing mesa-libgbm-0:25.0.7 100% | 24.1 MiB/s | 24.7 KiB | 00m00s- [18/30] Installing mesa-libEGL-0:25.0.7 100% | 109.7 MiB/s | 337.0 KiB | 00m00s- [19/30] Installing libglvnd-egl-1:1.7.0 100% | 34.4 MiB/s | 70.4 KiB | 00m00s- [20/30] Installing mesa-libGL-0:25.0.7- 100% | 138.7 MiB/s | 426.0 KiB | 00m00s- [21/30] Installing libglvnd-glx-1:1.7.0 100% | 148.2 MiB/s | 606.9 KiB | 00m00s- [22/30] Installing libglvnd-gles-1:1.7. 100% | 105.0 MiB/s | 107.6 KiB | 00m00s- [23/30] Installing libpciaccess-devel-0 100% | 15.5 MiB/s | 15.9 KiB | 00m00s- [24/30] Installing libdrm-devel-0:2.4.1 100% | 100.1 MiB/s | 717.6 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% | 192.8 MiB/s | 2.1 MiB | 00m00s- [27/30] Installing mesa-libGL-devel-0:2 100% | 79.6 MiB/s | 81.5 KiB | 00m00s- [28/30] Installing mesa-va-drivers-0:25 100% | 264.3 KiB/s | 812.0 B | 00m00s- [29/30] Installing gl-manpages-0:1.1-32 100% | 151.0 MiB/s | 1.1 MiB | 00m00s- [30/30] Installing libffi-devel-0:3.4.6 100% | 414.2 KiB/s | 34.8 KiB | 00m00s- Complete!+ /usr/bin/rpm "-q" "--whatprovides" "libffi-devel" "mesa-libGL-devel"- libffi-devel-3.4.6-3.fc41.x86_64- mesa-libGL-devel-25.0.7-3.fc41.x86_642025-09-25 19:43.12 ---> saved as "20f494a36d5bb056b05b9dcde083beafa89feffef66d5c4ad70037ba513c48df"/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.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.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 11 packages- install bigarray-compat 1.1.0- install conf-libffi 2.0.0- install conf-libgl 1- install conf-pkg-config 4- install csexp 1.5.2- install ctypes 0.23.0- install ctypes-foreign 0.23.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 bigarray-compat.1.1.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved ctypes.0.23.0, ctypes-foreign.0.23.0 (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-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> installed dune.3.20.2-> installed stdlib-shims.0.3.0-> installed csexp.1.5.2-> installed bigarray-compat.1.1.0-> installed integers.0.7.0-> installed dune-configurator.3.20.2-> installed ctypes.0.23.0-> installed ctypes-foreign.0.23.0Done.# To update the current shell environment, run: eval $(opam env)2025-09-25 19:43.53 ---> saved as "50bf945999503f10952cad59e94611acd9392cdb696ae6f48aa4cf5291e4a3ba"/src: (copy (src .) (dst /src))2025-09-25 19:43.53 ---> saved as "47f3ad324b60028e1f3e3f46e8874a31f1b1a383c0a680817f5ad6500a8c9e6b"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./test.exe)Tests skipped. Please install tsdl.2025-09-25 19:43.54 ---> saved as "1192c14d82ccd114ada9a380f2e9fe663de27da96431d6814e791042a62a9f28"Job succeeded2025-09-25 19:43.54: Job succeeded