Organisationssanettegl-legacy1c403b (main)fedora-42-4.14_opam-2.5

fedora-42-4.14_opam-2.5

Link Copied
Code Copied

Logs

2026-04-03 11:36.01: 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:2a5f75bfa99b27c5471842ee02ea5537cf23913c53a7171eb6b7daa049b4cf0c
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/gl-legacy.git" -b "main" && cd "gl-legacy" && git reset --hard 1c403ba3
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-42-ocaml-4.14@sha256:2a5f75bfa99b27c5471842ee02ea5537cf23913c53a7171eb6b7daa049b4cf0c
# 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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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.22.1 dune-configurator.3.22.1 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 $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-04-03 11:36.01: Using cache hint "sanette/gl-legacy-ocaml/opam:fedora-42-ocaml-4.14@sha256:2a5f75bfa99b27c5471842ee02ea5537cf23913c53a7171eb6b7daa049b4cf0c-fedora-42-4.14_opam-2.5-2f51877cd4bee577424a0ca94756e536"
2026-04-03 11:36.01: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-4.14@sha256:2a5f75bfa99b27c5471842ee02ea5537cf23913c53a7171eb6b7daa049b4cf0c)
(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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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.1 dune-configurator.3.22.1 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-03 11:36.01: Waiting for resource in pool OCluster
2026-04-03 12:56.06: Waiting for worker…
2026-04-03 13:00.00: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 1c403ba readme


(from ocaml/opam:fedora-42-ocaml-4.14@sha256:2a5f75bfa99b27c5471842ee02ea5537cf23913c53a7171eb6b7daa049b4cf0c)
2026-04-03 13:00.00 ---> using "44f1cb10c69e1b35dfc0df6b713e7e500ed17f28146321c7d88e072120c36624" 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 - Updates           100% |  12.0 KiB/s |   7.0 KiB |  00m01s
Fedora 42 - x86_64                     100% |  71.5 KiB/s |  22.1 KiB |  00m00s
Fedora 42 openh264 (From Cisco) - x86_ 100% |   5.9 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-04-03 13:00.00 ---> using "d744e315ef8eb40b3230f43f701ca8d3d2b41c46e4e03ea91955855077feb6e1" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-04-03 13:00.00 ---> using "dfb864731ec4bbfef0572266c2a6a7218d6a1b23d4e908e66ab342275000b982" 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 71 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=71 --global
Format 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] Initialised
2026-04-03 13:00.00 ---> using "323893d982682c5b14096989181ce32b8633f77cf28be2ce8539a7e44beadb61" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-106-generic
The OCaml toplevel, version 4.14.3
2.5.0
2026-04-03 13:00.00 ---> using "7675d3f5ac0869676693e80a05873a0684bbfc7e1835169107d2f9451d200446" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-04-03 13:00.00 ---> using "1928b7a86cc24575995ff900edbd943f1723f3be8a844d4150ee1407412415fe" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
76bf2ed944..d06cfb1853  master     -> origin/master
d06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches


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.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-03 13:00.00 ---> using "6dad52911200a5023380dcc75f63dbf6d74e420459aa81ea25d998750d0634f1" from cache


/src: (copy (src gl-legacy.opam) (dst ./))
2026-04-03 13:00.00 ---> saved as "e1c0b881b8603ac7f39582337c6ecaa730ac856c691525aad5b450f57ae5e71b"


/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-03 13:00.01 ---> saved as "8ac30ec1f5b780fc03bd2a5516412b18cbbfb2b05d4d4c1adb4b15596a9c72d3"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-03 13:00.01 ---> saved as "fb63b6ab22df7c268950bc515600db3f9edb20e3f6aa53ff260f701b915fc35d"


/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.1 dune-configurator.3.22.1 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:
-  Fedora 42 - x86_64 - Updates           100% | 103.5 KiB/s |  19.2 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.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.405-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.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% |  22.0 KiB/s |  28.8 KiB |  00m01s
- [ 2/28] mesa-libGL-devel-0:25.1.9-1.fc4 100% |  19.9 KiB/s |  26.2 KiB |  00m01s
- [ 3/28] libglvnd-core-devel-1:1.7.0-7.f 100% | 110.0 KiB/s |  17.4 KiB |  00m00s
- [ 4/28] libglvnd-1:1.7.0-7.fc42.x86_64  100% | 657.5 KiB/s | 114.4 KiB |  00m00s
- [ 5/28] libglvnd-gles-1:1.7.0-7.fc42.x8 100% |   1.0 MiB/s |  28.6 KiB |  00m00s
- [ 6/28] libglvnd-egl-1:1.7.0-7.fc42.x86 100% | 497.2 KiB/s |  36.3 KiB |  00m00s
- [ 7/28] libglvnd-glx-1:1.7.0-7.fc42.x86 100% |   1.5 MiB/s | 133.1 KiB |  00m00s
- [ 8/28] libglvnd-opengl-1:1.7.0-7.fc42. 100% | 602.6 KiB/s |  37.4 KiB |  00m00s
- [ 9/28] libXext-0:1.3.6-3.fc42.x86_64   100% |   1.3 MiB/s |  39.3 KiB |  00m00s
- [10/28] mesa-libGL-0:25.1.9-1.fc42.x86_ 100% | 637.9 KiB/s | 121.8 KiB |  00m00s
- [11/28] libglvnd-devel-1:1.7.0-7.fc42.x 100% |  87.7 KiB/s | 161.8 KiB |  00m02s
- [12/28] libXxf86vm-0:1.1.6-2.fc42.x86_6 100% | 241.3 KiB/s |  17.9 KiB |  00m00s
- [13/28] mesa-filesystem-0:25.1.9-1.fc42 100% | 166.2 KiB/s |   8.8 KiB |  00m00s
- [14/28] libxshmfence-0:1.3.2-6.fc42.x86 100% | 127.7 KiB/s |  13.3 KiB |  00m00s
- [15/28] mesa-libgbm-0:25.1.9-1.fc42.x86 100% | 239.1 KiB/s |  14.8 KiB |  00m00s
- [16/28] lm_sensors-libs-0:3.6.0-22.fc42 100% | 197.3 KiB/s |  40.4 KiB |  00m00s
- [17/28] libdrm-0:2.4.131-1.fc42.x86_64  100% | 199.4 KiB/s | 162.9 KiB |  00m01s
- [18/28] libpciaccess-0:0.16-15.fc42.x86 100% | 202.2 KiB/s |  26.3 KiB |  00m00s
- [19/28] mesa-libEGL-0:25.1.9-1.fc42.x86 100% | 104.5 KiB/s | 126.9 KiB |  00m01s
- [20/28] libwayland-client-0:1.24.0-1.fc 100% | 235.3 KiB/s |  33.6 KiB |  00m00s
- [21/28] libdrm-devel-0:2.4.131-1.fc42.x 100% | 166.6 KiB/s | 186.5 KiB |  00m01s
- [22/28] libwayland-server-0:1.24.0-1.fc 100% |  50.7 KiB/s |  41.5 KiB |  00m01s
- [23/28] libpciaccess-devel-0:0.16-15.fc 100% | 172.7 KiB/s |  12.4 KiB |  00m00s
- [24/28] spirv-tools-libs-0:2025.2-2.fc4 100% | 262.7 KiB/s |   1.5 MiB |  00m06s
- [25/28] hwdata-0:0.405-1.fc42.noarch    100% | 234.0 KiB/s |   1.7 MiB |  00m07s
- [26/28] mesa-va-drivers-0:25.1.9-1.fc42 100% | 281.4 KiB/s |   7.6 KiB |  00m00s
- [27/28] gl-manpages-0:1.1-33.20190306.f 100% | 363.7 KiB/s |   1.2 MiB |  00m03s
- [28/28] mesa-dri-drivers-0:25.1.9-1.fc4 100% | 216.4 KiB/s |  12.5 MiB |  00m59s
- --------------------------------------------------------------------------------
- [28/28] Total                           100% | 298.9 KiB/s |  18.3 MiB |  01m03s
- Running transaction
- [ 1/30] Verify package files            100% | 459.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-7.f 100% | 173.0 MiB/s | 531.6 KiB |  00m00s
- [ 4/30] Installing libXext-0:1.3.6-3.fc 100% |  89.1 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% |   0.0   B/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% | 146.1 MiB/s | 149.6 KiB |  00m00s
- [ 9/30] Installing hwdata-0:0.405-1.fc4 100% | 339.0 MiB/s |   9.8 MiB |  00m00s
- [10/30] Installing libpciaccess-0:0.16- 100% |  44.8 MiB/s |  45.9 KiB |  00m00s
- [11/30] Installing libdrm-0:2.4.131-1.f 100% |  99.7 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% | 122.2 MiB/s | 750.6 KiB |  00m00s
- [14/30] Installing spirv-tools-libs-0:2 100% | 304.3 MiB/s |   5.8 MiB |  00m00s
- [15/30] Installing libwayland-client-0: 100% |  61.7 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% | 335.7 MiB/s |  46.7 MiB |  00m00s
- [20/30] Installing mesa-libGL-0:25.1.9- 100% | 150.0 MiB/s | 307.2 KiB |  00m00s
- [21/30] Installing libglvnd-glx-1:1.7.0 100% | 198.8 MiB/s | 610.6 KiB |  00m00s
- [22/30] Installing mesa-libEGL-0:25.1.9 100% | 164.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% | 302.9 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% | 480.5 KiB/s | 984.0   B |  00m00s
- [29/30] Installing gl-manpages-0:1.1-33 100% | 211.3 MiB/s |   1.1 MiB |  00m00s
- [30/30] Installing libffi-devel-0:3.4.6 100% | 429.5 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-03 13:01.14 ---> saved as "db44bf1854f681cb72df192ba7c1d1f899074945f95fa66486aa41f3cc0fdb56"


/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.1
- install dune-configurator 3.22.1
- 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-libgl.1
-> installed conf-libffi.2.0.0
-> retrieved dune.3.22.1, dune-configurator.3.22.1  (cached)
-> installed dune.3.22.1
-> installed stdlib-shims.0.3.0
-> installed csexp.1.5.2
-> installed integers.0.7.0
-> installed dune-configurator.3.22.1
-> installed ctypes.0.24.0
-> installed ctypes-foreign.0.24.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-03 13:01.55 ---> saved as "3d75c9edda3df00f7bb27e4a48217165949591eea9baf2b3c3381b09a2c3cb9e"


/src: (copy (src .) (dst /src))
2026-04-03 13:01.55 ---> saved as "60bbdcb425e48f8f703f4b39f8285ea72680f385e51e1e59d4d3061cf7d162fb"


/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-04-03 13:01.56 ---> saved as "01132c44bb492479f72ea727cb49496e5f7c97924fdd7d7f7bfa832bad630425"
Job succeeded
2026-04-03 13:01.56: Job succeeded