2026-04-27 07:23.19: New job: test sanette/gl-legacy https://github.com/sanette/gl-legacy.git#refs/heads/main (1c403ba3b6c49eeb70e863421ff9454ea0d852a9) (linux-x86_64:fedora-42-4.14_opam-2.5)Base: ocaml/opam:fedora-42-ocaml-4.14@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06Opam project buildTo reproduce locally:git clone --recursive "https://github.com/sanette/gl-legacy.git" -b "main" && cd "gl-legacy" && git reset --hard 1c403ba3cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-42-ocaml-4.14@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06# fedora-42-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN sudo ln -f /usr/bin/opam-2.5 /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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && 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-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.22.2 dune-configurator.3.22.2 integers.0.7.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-04-27 07:23.19: Using cache hint "sanette/gl-legacy-ocaml/opam:fedora-42-ocaml-4.14@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06-fedora-42-4.14_opam-2.5-c0b74ef11d0bda477807bfd91cfcc352"2026-04-27 07:23.19: Using OBuilder spec:((from ocaml/opam:fedora-42-ocaml-4.14@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06)(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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && 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 (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.22.2 dune-configurator.3.22.2 integers.0.7.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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-04-27 07:23.19: Waiting for resource in pool OCluster2026-04-27 07:31.01: Waiting for worker…2026-04-27 07:33.28: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at 1c403ba readme(from ocaml/opam:fedora-42-ocaml-4.14@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06)Unable to find image 'ocaml/opam:fedora-42-ocaml-4.14@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06' locallydocker.io/ocaml/opam@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06: Pulling from ocaml/opambcbfb8588268: Already exists73b2408747f6: Pulling fs layer9801aa370cb0: Pulling fs layere2db682e1091: Pulling fs layer35ce4f3a1d8f: Pulling fs layer0c758f381927: Pulling fs layer331d2e83f975: Pulling fs layer587b7a9d2fa5: Pulling fs layer6f5d85344b5e: Pulling fs layer0bf270c8c680: Pulling fs layerb8a710b2793e: Pulling fs layer102e4eb337f9: Pulling fs layer8074f360636b: Pulling fs layere2e6e0c8e26d: Pulling fs layer523ea61dbc78: Pulling fs layerfdc7142430a4: Pulling fs layer35ce4f3a1d8f: Waitingbd9c320da6c3: Pulling fs layer0c758f381927: Waiting331d2e83f975: Waiting84da89250dcb: Pulling fs layer587b7a9d2fa5: Waiting6f5d85344b5e: Waiting0bf270c8c680: Waiting14965138aadf: Pulling fs layerb8a710b2793e: Waiting423340f710ae: Pulling fs layera8ded4eff573: Pulling fs layer4f4fb700ef54: Pulling fs layerb0088e840ba0: Pulling fs layer102e4eb337f9: Waiting8af4a5e4bfe7: Pulling fs layer8074f360636b: Waitinge2e6e0c8e26d: Waiting47714dafabe1: Pulling fs layer523ea61dbc78: Waitingfdc7142430a4: Waiting7d178f126a38: Pulling fs layerbd9c320da6c3: Waiting84da89250dcb: Waiting1e25091b9328: Pulling fs layer14965138aadf: Waiting423340f710ae: Waitinge7334ffd00ee: Pulling fs layera8ded4eff573: Waitingb0d0fb29e996: Pulling fs layerb514f69d4736: Pulling fs layer4f4fb700ef54: Waitingcc65440c3c3b: Pulling fs layer47714dafabe1: Waiting8af4a5e4bfe7: Waitingb0088e840ba0: Waiting92a35f6a24ed: Pulling fs layer7d178f126a38: Waiting1e25091b9328: Waiting9913b5eb2db3: Pulling fs layere7334ffd00ee: Waiting164a98ef7bc0: Pulling fs layerb0d0fb29e996: Waitingebe09a1e10fd: Pulling fs layercd30e6adea74: Pulling fs layerb864cbae0a9c: Pulling fs layerba3fe2c0fbfd: Pulling fs layer889dd894e69f: Pulling fs layer29224cb56fda: Pulling fs layerb514f69d4736: Waiting6c44a2ff139a: Pulling fs layer6b234c7a28b8: Pulling fs layercc65440c3c3b: Waiting92a35f6a24ed: Waitingcd3978b92ac3: Pulling fs layer9913b5eb2db3: Waiting164a98ef7bc0: Waiting536dada2d351: Pulling fs layerebe09a1e10fd: Waitingcd30e6adea74: Waiting67fc0ef3a1ba: Pulling fs layerb864cbae0a9c: Waitingba3fe2c0fbfd: Waiting889dd894e69f: Waiting29224cb56fda: Waiting6c44a2ff139a: Waitingcd3978b92ac3: Waiting536dada2d351: Waiting67fc0ef3a1ba: Waiting6b234c7a28b8: Waiting73b2408747f6: Verifying Checksum73b2408747f6: Download complete73b2408747f6: Pull complete35ce4f3a1d8f: Verifying Checksum35ce4f3a1d8f: Download complete9801aa370cb0: Verifying Checksum9801aa370cb0: Download complete0c758f381927: Verifying Checksum0c758f381927: Download complete587b7a9d2fa5: Download complete331d2e83f975: Verifying Checksum331d2e83f975: Download complete6f5d85344b5e: Verifying Checksum6f5d85344b5e: Download complete0bf270c8c680: Verifying Checksum0bf270c8c680: Download complete102e4eb337f9: Verifying Checksum102e4eb337f9: Download completeb8a710b2793e: Download completee2e6e0c8e26d: Verifying Checksume2e6e0c8e26d: Download completee2db682e1091: Verifying Checksume2db682e1091: Download complete523ea61dbc78: Download completefdc7142430a4: Verifying Checksumfdc7142430a4: Download completebd9c320da6c3: Download complete84da89250dcb: Verifying Checksum84da89250dcb: Download complete8074f360636b: Verifying Checksum8074f360636b: Download complete14965138aadf: Verifying Checksum14965138aadf: Download complete423340f710ae: Verifying Checksum423340f710ae: Download completea8ded4eff573: Verifying Checksuma8ded4eff573: Download complete4f4fb700ef54: Download complete8af4a5e4bfe7: Verifying Checksum8af4a5e4bfe7: Download completeb0088e840ba0: Verifying Checksumb0088e840ba0: Download complete47714dafabe1: Verifying Checksum47714dafabe1: Download complete7d178f126a38: Verifying Checksum7d178f126a38: Download complete1e25091b9328: Verifying Checksum1e25091b9328: Download completee7334ffd00ee: Verifying Checksume7334ffd00ee: Download complete9801aa370cb0: Pull completeb0d0fb29e996: Verifying Checksumb0d0fb29e996: Download completeb514f69d4736: Verifying Checksumb514f69d4736: Download completecc65440c3c3b: Verifying Checksumcc65440c3c3b: Download complete92a35f6a24ed: Verifying Checksum92a35f6a24ed: Download complete9913b5eb2db3: Download complete164a98ef7bc0: Verifying Checksum164a98ef7bc0: Download completecd30e6adea74: Verifying Checksumcd30e6adea74: Download completeba3fe2c0fbfd: Verifying Checksumba3fe2c0fbfd: Download complete889dd894e69f: Download complete29224cb56fda: Verifying Checksum29224cb56fda: Download completeb864cbae0a9c: Verifying Checksumb864cbae0a9c: Download complete6c44a2ff139a: Verifying Checksum6c44a2ff139a: Download completecd3978b92ac3: Verifying Checksumcd3978b92ac3: Download complete536dada2d351: Verifying Checksum536dada2d351: Download complete67fc0ef3a1ba: Verifying Checksum67fc0ef3a1ba: Download completeebe09a1e10fd: Verifying Checksumebe09a1e10fd: Download complete6b234c7a28b8: Verifying Checksum6b234c7a28b8: Download completee2db682e1091: Pull complete35ce4f3a1d8f: Pull complete0c758f381927: Pull complete331d2e83f975: Pull complete587b7a9d2fa5: Pull complete6f5d85344b5e: Pull complete0bf270c8c680: Pull completeb8a710b2793e: Pull complete102e4eb337f9: Pull complete8074f360636b: Pull completee2e6e0c8e26d: Pull complete523ea61dbc78: Pull completefdc7142430a4: Pull completebd9c320da6c3: Pull complete84da89250dcb: Pull complete14965138aadf: Pull complete423340f710ae: Pull completea8ded4eff573: Pull complete4f4fb700ef54: Pull completeb0088e840ba0: Pull complete8af4a5e4bfe7: Pull complete47714dafabe1: Pull complete7d178f126a38: Pull complete1e25091b9328: Pull completee7334ffd00ee: Pull completeb0d0fb29e996: Pull completeb514f69d4736: Pull completecc65440c3c3b: Pull complete92a35f6a24ed: Pull complete9913b5eb2db3: Pull complete164a98ef7bc0: Pull completeebe09a1e10fd: Pull completecd30e6adea74: Pull completeb864cbae0a9c: Pull completeba3fe2c0fbfd: Pull complete889dd894e69f: Pull complete29224cb56fda: Pull complete6c44a2ff139a: Pull complete6b234c7a28b8: Pull completecd3978b92ac3: Pull complete536dada2d351: Pull complete67fc0ef3a1ba: Pull completeDigest: sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06Status: Downloaded newer image for ocaml/opam@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a062026-04-27 07:35.45 ---> saved as "a2138dc0ef62f001e023e4416ed486d1206cfe1a8119b44d0145c01c1c705900"/: (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 - Updates 100% | 59.6 KiB/s | 15.5 KiB | 00m00sRepositories loaded.Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.Nothing to do.2026-04-27 07:35.48 ---> saved as "58803695cc6abc3d549c4df51963f984b5dc2f86724a3b4c1a28f3f1782c5a76"/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-04-27 07:35.48 ---> saved as "ced88770838d03c64fb8e716497a3ccad63e4841e26fed6a10facd47fb2a012b"/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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[ERROR] Could not update repository "ocaml-patches-overlay": "/usr/sbin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com"[default] Initialised2026-04-27 07:36.31 ---> saved as "6e9a9535e319472b2a29a3d4d48cb6a6b3073ad99d1208d8351c4cf8850bdca8"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-106-genericThe OCaml toplevel, version 4.14.32.5.12026-04-27 07:36.31 ---> saved as "0700f36ed8d4644f121891f73c39da1608a342d69989cbde0acdecf4bda422d7"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-27 07:36.31 ---> saved as "bf3690f6247c9aaf56d24d330855d609682cc634cb3f28d0fd9a7765d012f469"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))5f7bb1a6e6 Merge pull request #29704 from shonfeder/release-dune-3.22.2<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches[default] synchronised from git+file:///home/opam/opam-repositoryEverything 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.5.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-04-27 07:36.47 ---> saved as "a5c506b4794698f08058abbc876203e75691e052eca4083d72de22c6e129a1c9"/src: (copy (src gl-legacy.opam) (dst ./))2026-04-27 07:36.47 ---> saved as "d459f99009e8fd5ab433f453d221f30228c9358e9deae478fb11c82750934854"/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-04-27 07:36.49 ---> saved as "13402df73b10781860a40c90d3521ea26bda7dd9b3d6fedf8ead358dd3129b2f"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-27 07:36.50 ---> saved as "c22dab88a82a632d42618b3455865196437fc181299a0237b25f04e9895b0ef0"/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.22.2 dune-configurator.3.22.2 integers.0.7.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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:- 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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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.406-1.fc42 updates 9.9 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.131-1.fc42 updates 404.7 KiB- libdrm-devel x86_64 2.4.131-1.fc42 updates 741.5 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% | 449.7 KiB/s | 28.8 KiB | 00m00s- [ 2/28] libglvnd-devel-1:1.7.0-7.fc42.x 100% | 2.2 MiB/s | 161.8 KiB | 00m00s- [ 3/28] mesa-libGL-devel-0:25.1.9-1.fc4 100% | 363.3 KiB/s | 26.2 KiB | 00m00s- [ 4/28] libglvnd-egl-1:1.7.0-7.fc42.x86 100% | 5.1 MiB/s | 36.3 KiB | 00m00s- [ 5/28] libglvnd-core-devel-1:1.7.0-7.f 100% | 1.9 MiB/s | 17.4 KiB | 00m00s- [ 6/28] libglvnd-1:1.7.0-7.fc42.x86_64 100% | 3.4 MiB/s | 114.4 KiB | 00m00s- [ 7/28] libglvnd-opengl-1:1.7.0-7.fc42. 100% | 5.2 MiB/s | 37.4 KiB | 00m00s- [ 8/28] libXext-0:1.3.6-3.fc42.x86_64 100% | 3.2 MiB/s | 39.3 KiB | 00m00s- [ 9/28] mesa-libGL-0:25.1.9-1.fc42.x86_ 100% | 4.2 MiB/s | 121.8 KiB | 00m00s- [10/28] libglvnd-gles-1:1.7.0-7.fc42.x8 100% | 107.1 KiB/s | 28.6 KiB | 00m00s- [11/28] libXxf86vm-0:1.1.6-2.fc42.x86_6 100% | 2.5 MiB/s | 17.9 KiB | 00m00s- [12/28] libglvnd-glx-1:1.7.0-7.fc42.x86 100% | 480.4 KiB/s | 133.1 KiB | 00m00s- [13/28] mesa-filesystem-0:25.1.9-1.fc42 100% | 978.9 KiB/s | 8.8 KiB | 00m00s- [14/28] libxshmfence-0:1.3.2-6.fc42.x86 100% | 1.6 MiB/s | 13.3 KiB | 00m00s- [15/28] mesa-libgbm-0:25.1.9-1.fc42.x86 100% | 1.6 MiB/s | 14.8 KiB | 00m00s- [16/28] lm_sensors-libs-0:3.6.0-22.fc42 100% | 2.5 MiB/s | 40.4 KiB | 00m00s- [17/28] mesa-libEGL-0:25.1.9-1.fc42.x86 100% | 4.3 MiB/s | 126.9 KiB | 00m00s- [18/28] libpciaccess-0:0.16-15.fc42.x86 100% | 2.6 MiB/s | 26.3 KiB | 00m00s- [19/28] libdrm-0:2.4.131-1.fc42.x86_64 100% | 3.2 MiB/s | 162.9 KiB | 00m00s- [20/28] libwayland-client-0:1.24.0-1.fc 100% | 3.0 MiB/s | 33.6 KiB | 00m00s- [21/28] libwayland-server-0:1.24.0-1.fc 100% | 2.4 MiB/s | 41.5 KiB | 00m00s- [22/28] libdrm-devel-0:2.4.131-1.fc42.x 100% | 3.3 MiB/s | 186.5 KiB | 00m00s- [23/28] libpciaccess-devel-0:0.16-15.fc 100% | 2.4 MiB/s | 12.4 KiB | 00m00s- [24/28] hwdata-0:0.406-1.fc42.noarch 100% | 5.1 MiB/s | 1.7 MiB | 00m00s- [25/28] spirv-tools-libs-0:2025.2-2.fc4 100% | 2.9 MiB/s | 1.5 MiB | 00m01s- [26/28] mesa-va-drivers-0:25.1.9-1.fc42 100% | 1.2 MiB/s | 7.6 KiB | 00m00s- [27/28] gl-manpages-0:1.1-33.20190306.f 100% | 2.9 MiB/s | 1.2 MiB | 00m00s- [28/28] mesa-dri-drivers-0:25.1.9-1.fc4 100% | 3.7 MiB/s | 12.5 MiB | 00m03s- --------------------------------------------------------------------------------- [28/28] Total 100% | 4.7 MiB/s | 18.3 MiB | 00m04s- Running transaction- [ 1/30] Verify package files 100% | 168.0 B/s | 28.0 B | 00m00s- [ 2/30] Prepare transaction 100% | 383.0 B/s | 28.0 B | 00m00s- [ 3/30] Installing libglvnd-1:1.7.0-7.f 100% | 103.8 MiB/s | 531.6 KiB | 00m00s- [ 4/30] Installing libXext-0:1.3.6-3.fc 100% | 44.5 MiB/s | 91.2 KiB | 00m00s- [ 5/30] Installing libwayland-server-0: 100% | 38.9 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% | 29.8 MiB/s | 30.5 KiB | 00m00s- [ 8/30] Installing libglvnd-opengl-1:1. 100% | 73.0 MiB/s | 149.6 KiB | 00m00s- [ 9/30] Installing hwdata-0:0.406-1.fc4 100% | 154.2 MiB/s | 9.9 MiB | 00m00s- [10/30] Installing libpciaccess-0:0.16- 100% | 22.4 MiB/s | 45.9 KiB | 00m00s- [11/30] Installing libdrm-0:2.4.131-1.f 100% | 66.5 MiB/s | 408.5 KiB | 00m00s- [12/30] Installing libpciaccess-devel-0 100% | 15.5 MiB/s | 15.9 KiB | 00m00s- [13/30] Installing libdrm-devel-0:2.4.1 100% | 81.4 MiB/s | 750.6 KiB | 00m00s- [14/30] Installing spirv-tools-libs-0:2 100% | 141.0 MiB/s | 5.8 MiB | 00m00s- [15/30] Installing libwayland-client-0: 100% | 30.9 MiB/s | 63.2 KiB | 00m00s- [16/30] Installing lm_sensors-libs-0:3. 100% | 42.4 MiB/s | 86.9 KiB | 00m00s- [17/30] Installing libxshmfence-0:1.3.2 100% | 13.2 MiB/s | 13.6 KiB | 00m00s- [18/30] Installing mesa-libgbm-0:25.1.9 100% | 20.0 MiB/s | 20.5 KiB | 00m00s- [19/30] Installing mesa-dri-drivers-0:2 100% | 144.5 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% | 419.2 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-04-27 07:37.10 ---> saved as "37b5081f0561126d1ae0a101089a9e4c81a00ea243b5ecce82098df6ec50d9b5"/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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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.22.2- install dune-configurator 3.22.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)-> installed conf-pkg-config.4-> retrieved integers.0.7.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> installed conf-libffi.2.0.0-> installed conf-libgl.1-> retrieved dune.3.22.2, dune-configurator.3.22.2 (cached)-> installed dune.3.22.2-> installed stdlib-shims.0.3.0-> installed csexp.1.5.2-> installed integers.0.7.0-> installed dune-configurator.3.22.2-> installed ctypes.0.24.0-> installed ctypes-foreign.0.24.0Done.# To update the current shell environment, run: eval $(opam env)2026-04-27 07:39.22 ---> saved as "abdb25fb65597cddd4db126717cb0eb45d6efda38961cd0fead3fcb7cdec0694"/src: (copy (src .) (dst /src))2026-04-27 07:39.23 ---> saved as "c017674a92956208c01d0f8cfa2e7c4731db5fa2d9d714a6e8142026dc53cef2"/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=true2026-04-27 07:39.24 ---> saved as "9d5bec0446a6c47714ef7c009f2666718cff948be3afff6ee49ec7f053602f35"Job succeeded2026-04-27 07:39.25: Job succeeded