Organisationssanettegl-legacy1c403b (main)fedora-43-5.4_opam-2.5

fedora-43-5.4_opam-2.5

Link Copied
Code Copied

Logs

2026-04-10 09:11.46: New job: test sanette/gl-legacy https://github.com/sanette/gl-legacy.git#refs/heads/main (1c403ba3b6c49eeb70e863421ff9454ea0d852a9) (linux-x86_64:fedora-43-5.4_opam-2.5)
Base: ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0
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-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0
# fedora-43-5.4_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 7858b18273d5f598f5c8a4929102b580a091fc4f || git fetch origin master) && git reset -q --hard 7858b18273d5f598f5c8a4929102b580a091fc4f && 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-domains.base base-effects.base base-nnp.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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.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-10 09:11.46: Using cache hint "sanette/gl-legacy-ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0-fedora-43-5.4_opam-2.5-1a53c02b3364320a771b7ab218b8f836"
2026-04-10 09:11.46: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0)
(comment fedora-43-5.4_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 7858b18273d5f598f5c8a4929102b580a091fc4f || git fetch origin master) && git reset -q --hard 7858b18273d5f598f5c8a4929102b580a091fc4f && 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-domains.base base-effects.base base-nnp.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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.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-10 09:11.46: Waiting for resource in pool OCluster
2026-04-10 10:26.31: Waiting for worker…
2026-04-10 10:31.09: 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-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0)
2026-04-10 10:31.09 ---> using "55235f591e73e0a73aca087590237c1328c7cdaa35a59ddc1b194c05d8428492" from cache


/: (comment fedora-43-5.4_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 openh264 (From Cisco) - x86_ 100% |   1.9 KiB/s | 986.0   B |  00m00s
Fedora 43 - x86_64                     100% |  67.6 KiB/s |  21.2 KiB |  00m00s
Fedora 43 - x86_64 - Updates           100% |  38.0 KiB/s |   6.2 KiB |  00m00s
Repositories loaded.
Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.


Nothing to do.
2026-04-10 10:31.09 ---> using "7be4732085dd791e3306e4890e7569aeb833b1c020b82d2656f90ce5709ff383" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-04-10 10:31.09 ---> using "a71c21cacef3eec18238e988128fcc4b6f9993c22d77b143d9eb518c22533292" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-10 10:31.09 ---> using "2db368f3560f30e6502da68709ea4cd9e55d7fac30af1db9e0e4de129f5987b6" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-107-generic
The OCaml toplevel, version 5.4.0
2.5.0
2026-04-10 10:31.09 ---> using "f3d4c2d71b743487228470cbb258b245e8bb4eef88b4bcc7c24bcbdafa500505" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-04-10 10:31.09 ---> using "9c94321cd96c56d0bfea35e9fa0a7ab6bf97f253006f5c4f91b2747c471fc520" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 7858b18273d5f598f5c8a4929102b580a091fc4f || git fetch origin master) && git reset -q --hard 7858b18273d5f598f5c8a4929102b580a091fc4f && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
4f056bfedf..4d62a12e26  master     -> origin/master
7858b18273 Merge pull request #29691 from punchagan/fix-conf-libffi


<><> 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.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-10 10:31.09 ---> using "cf8940744acf30b5959a312140724d460388b9b68e4d1b63a6bf3539b6e839b5" from cache


/src: (copy (src gl-legacy.opam) (dst ./))
2026-04-10 10:31.10 ---> saved as "5c56c2fa2295d91deab937071f5a4ecc9c7724cc4f8d5ebcac6da3b8af8f533e"


/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-10 10:31.10 ---> saved as "5ec4432f7303dc34faa29dd0421de0dee3697d7e77d119bc45e01654539168ed"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-10 10:31.11 ---> saved as "31be805112fb26030a8f613924a3774342427a06e14598eb104e5b30f0136aee"


/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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.5 --depext-only -y gl-legacy.dev $DEPS"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
-  Fedora 43 - x86_64 - Updates           100% |   1.1 KiB/s |   5.7 KiB |  00m05s
- 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.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.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/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.3.6-3.fc43        updates     80.8 KiB
- Installing dependencies:
-  hwdata              noarch 0.406-1.fc43         updates      9.9 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.131-1.fc43       updates    404.7 KiB
-  libdrm-devel        x86_64 2.4.131-1.fc43       updates    741.5 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.3.6-3.fc43        updates     48.8 MiB
-  mesa-filesystem     x86_64 25.3.6-3.fc43        updates      3.6 KiB
-  mesa-libEGL         x86_64 25.3.6-3.fc43        updates    310.4 KiB
-  mesa-libGL          x86_64 25.3.6-3.fc43        updates    286.0 KiB
-  mesa-libgbm         x86_64 25.3.6-3.fc43        updates     19.7 KiB
-  spirv-tools-libs    x86_64 2026.1-2.fc43        updates      5.9 MiB
- Installing weak dependencies:
-  gl-manpages         noarch 1.1-34.20190306.fc43 fedora     935.6 KiB
-  mesa-va-drivers     x86_64 25.3.6-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, 71 MiB extra will be used (install 71 MiB, remove 0 B).
- [ 1/27] libffi-devel-0:3.5.2-1.fc43.x86 100% |  16.4 KiB/s |  29.7 KiB |  00m02s
- [ 2/27] libglvnd-1:1.7.0-8.fc43.x86_64  100% |  27.7 KiB/s | 114.0 KiB |  00m04s
- [ 3/27] libglvnd-devel-1:1.7.0-8.fc43.x 100% |  25.2 KiB/s | 162.2 KiB |  00m06s
- [ 4/27] libglvnd-egl-1:1.7.0-8.fc43.x86 100% |   3.5 MiB/s |  36.0 KiB |  00m00s
- [ 5/27] libglvnd-gles-1:1.7.0-8.fc43.x8 100% |   2.8 MiB/s |  28.5 KiB |  00m00s
- [ 6/27] libglvnd-glx-1:1.7.0-8.fc43.x86 100% |   3.5 MiB/s | 132.1 KiB |  00m00s
- [ 7/27] libglvnd-opengl-1:1.7.0-8.fc43. 100% |   3.3 MiB/s |  37.0 KiB |  00m00s
- [ 8/27] libXext-0:1.3.6-4.fc43.x86_64   100% | 172.1 KiB/s |  39.1 KiB |  00m00s
- [ 9/27] libdrm-devel-0:2.4.131-1.fc43.x 100% |   1.2 MiB/s | 186.5 KiB |  00m00s
- [10/27] libdrm-0:2.4.131-1.fc43.x86_64  100% |   2.5 MiB/s | 162.9 KiB |  00m00s
- [11/27] libpciaccess-0:0.16-16.fc43.x86 100% |   2.8 MiB/s |  26.2 KiB |  00m00s
- [12/27] libpciaccess-devel-0:0.16-16.fc 100% | 592.6 KiB/s |  12.4 KiB |  00m00s
- [13/27] libglvnd-core-devel-1:1.7.0-8.f 100% |   8.2 KiB/s |  17.3 KiB |  00m02s
- [14/27] hwdata-0:0.406-1.fc43.noarch    100% | 509.8 KiB/s |   1.7 MiB |  00m03s
- [15/27] libXxf86vm-0:1.1.6-3.fc43.x86_6 100% | 103.2 KiB/s |  17.7 KiB |  00m00s
- [16/27] mesa-libGL-0:25.3.6-3.fc43.x86_ 100% |  20.6 KiB/s | 119.0 KiB |  00m06s
- [17/27] libxshmfence-0:1.3.2-7.fc43.x86 100% | 113.5 KiB/s |  13.3 KiB |  00m00s
- [18/27] mesa-libGL-devel-0:25.3.6-3.fc4 100% |   2.0 KiB/s |  27.8 KiB |  00m14s
- [19/27] mesa-filesystem-0:25.3.6-3.fc43 100% | 181.8 KiB/s |  10.5 KiB |  00m00s
- [20/27] mesa-libgbm-0:25.3.6-3.fc43.x86 100% |  28.5 KiB/s |  16.5 KiB |  00m01s
- [21/27] lm_sensors-libs-0:3.6.0-23.fc43 100% |  44.3 KiB/s |  40.6 KiB |  00m01s
- [22/27] libwayland-client-0:1.24.0-1.fc 100% | 141.3 KiB/s |  33.6 KiB |  00m00s
- [23/27] mesa-libEGL-0:25.3.6-3.fc43.x86 100% | 189.2 KiB/s | 120.7 KiB |  00m01s
- [24/27] gl-manpages-0:1.1-34.20190306.f 100% |  86.1 KiB/s |   1.2 MiB |  00m14s
- [25/27] mesa-va-drivers-0:25.3.6-3.fc43 100% |  28.0 KiB/s |   9.2 KiB |  00m00s
- [26/27] spirv-tools-libs-0:2026.1-2.fc4 100% |  44.7 KiB/s |   1.7 MiB |  00m39s
- [27/27] mesa-dri-drivers-0:25.3.6-3.fc4 100% |  44.3 KiB/s |  12.8 MiB |  04m56s
- >>> Curl error (28): Timeout was reached for https://fedora.mirrorservice.org/fe
- --------------------------------------------------------------------------------
- [27/27] Total                           100% |  62.3 KiB/s |  18.7 MiB |  05m08s
- Running transaction
- [ 1/29] Verify package files            100% | 380.0   B/s |  27.0   B |  00m00s
- [ 2/29] Prepare transaction             100% | 574.0   B/s |  27.0   B |  00m00s
- [ 3/29] Installing libglvnd-1:1.7.0-8.f 100% | 171.7 MiB/s | 527.5 KiB |  00m00s
- [ 4/29] Installing libXext-0:1.3.6-4.fc 100% |  89.1 MiB/s |  91.2 KiB |  00m00s
- [ 5/29] Installing mesa-filesystem-0:25 100% |   0.0   B/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% | 142.2 MiB/s | 145.6 KiB |  00m00s
- [ 8/29] Installing spirv-tools-libs-0:2 100% | 258.8 MiB/s |   6.0 MiB |  00m00s
- [ 9/29] Installing libwayland-client-0: 100% |  61.7 MiB/s |  63.2 KiB |  00m00s
- [10/29] Installing lm_sensors-libs-0:3. 100% |  84.9 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.406-1.fc4 100% | 379.6 MiB/s |   9.9 MiB |  00m00s
- [13/29] Installing libpciaccess-0:0.16- 100% |  44.8 MiB/s |  45.9 KiB |  00m00s
- [14/29] Installing libdrm-0:2.4.131-1.f 100% |  99.7 MiB/s | 408.5 KiB |  00m00s
- [15/29] Installing mesa-libgbm-0:25.3.6 100% |  20.0 MiB/s |  20.5 KiB |  00m00s
- [16/29] Installing mesa-dri-drivers-0:2 100% | 332.1 MiB/s |  48.8 MiB |  00m00s
- [17/29] Installing libglvnd-glx-1:1.7.0 100% | 196.2 MiB/s | 602.6 KiB |  00m00s
- [18/29] Installing mesa-libGL-0:25.3.6- 100% | 140.1 MiB/s | 286.9 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.3.6 100% | 152.0 MiB/s | 311.3 KiB |  00m00s
- [21/29] Installing libglvnd-gles-1:1.7. 100% |  97.0 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% | 122.2 MiB/s | 750.6 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% | 265.1 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% | 320.3 KiB/s | 984.0   B |  00m00s
- [28/29] Installing gl-manpages-0:1.1-34 100% | 150.9 MiB/s |   1.1 MiB |  00m00s
- [29/29] Installing libffi-devel-0:3.5.2 100% | 711.5 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.3.6-3.fc43.x86_64
# To update the current shell environment, run: eval $(opam env)
2026-04-10 10:37.30 ---> saved as "a43ed808e4f0db42799bbf0736164e5540b9f6d0c63da2c54c58628c76b80283"


/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.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.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 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-libffi.2.0.0
-> installed conf-libgl.1
-> retrieved dune.3.22.1, dune-configurator.3.22.1  (cached)
-> installed dune.3.22.1
-> installed csexp.1.5.2
-> installed stdlib-shims.0.3.0
-> 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-10 10:38.11 ---> saved as "dbd88c272155d674f93b41cd700fd7641fbbbd9ed8b2c20baf65440e85dee27e"


/src: (copy (src .) (dst /src))
2026-04-10 10:38.11 ---> saved as "bd8804b57096577b56c9a4e4555ef5790ca56e785a82135b7aff5a93dabd4686"


/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-10 10:38.12 ---> saved as "777c2f21e6093f02fdfc0a3b86713e9000bb64392f54557be3a0a64f02745a6a"
Job succeeded
2026-04-10 10:38.12: Job succeeded