Organisationsocurrentocaml-version81a9af ()debian-13-5.4_ppc64_opam-2.5

debian-13-5.4_ppc64_opam-2.5

Logs

Show full logs
2026-06-15 18:25.36: New job: test ocurrent/ocaml-version https://github.com/ocurrent/ocaml-version.git#refs/heads/master (81a9af6da06aae6d0ae241d110e24867ec90407f) (linux-ppc64:debian-13-5.4_ppc64_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-5.4@sha256:e72a31a6247b03c00cdaffe88301eab53afb80cfe9d5b842204827887236bd61
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocurrent/ocaml-version.git" -b "master" && cd "ocaml-version" && git reset --hard 81a9af6d
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:e72a31a6247b03c00cdaffe88301eab53afb80cfe9d5b842204827887236bd61
# debian-13-5.4_ppc64_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam
RUN cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN opam update -u
COPY --chown=1000:1000 ocaml-version.opam ./
RUN opam pin add -yn ocaml-version.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.1 dune.3.23.1 fmt.0.11.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y ocaml-version.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-06-15 18:25.36: Using cache hint "ocurrent/ocaml-version-ocaml/opam:debian-13-ocaml-5.4@sha256:e72a31a6247b03c00cdaffe88301eab53afb80cfe9d5b842204827887236bd61-debian-13-5.4_ppc64_opam-2.5-c72cd5b7fd8d2a6ac2eb2c37f7a1571c"
2026-06-15 18:25.36: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:e72a31a6247b03c00cdaffe88301eab53afb80cfe9d5b842204827887236bd61)
 (comment debian-13-5.4_ppc64_opam-2.5)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline"))
 (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 "opam update -u"))
 (copy (src ocaml-version.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn ocaml-version.dev './'"))
 (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.1 dune.3.23.1 fmt.0.11.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4")
 (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 ocaml-version.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-06-15 18:25.36: Waiting for resource in pool OCluster
2026-06-15 18:25.36: Waiting for worker…
2026-06-15 18:25.36: Got resource from pool OCluster
Building on orithia.caelum.ci.dev
HEAD is now at 039c226 Add 4.14.4 to all_patches list and update CHANGES
HEAD is now at 81a9af6 Merge pull request #91 from Octachron/OCaml_4.14.4

(from ocaml/opam:debian-13-ocaml-5.4@sha256:e72a31a6247b03c00cdaffe88301eab53afb80cfe9d5b842204827887236bd61)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:e72a31a6247b03c00cdaffe88301eab53afb80cfe9d5b842204827887236bd61' locally
docker.io/ocaml/opam@sha256:e72a31a6247b03c00cdaffe88301eab53afb80cfe9d5b842204827887236bd61: Pulling from ocaml/opam
95ea8643a631: Pulling fs layer
d6e56837b293: Pulling fs layer
b2ece8a1dadc: Pulling fs layer
1d24e961f710: Pulling fs layer
1fd9b2bfc5cc: Pulling fs layer
6da649ddb8a1: Pulling fs layer
c31cd3a1e74c: Pulling fs layer
df8227e18289: Pulling fs layer
189fbdd10198: Pulling fs layer
d5b2ee71d033: Pulling fs layer
1d24e961f710: Waiting
03eb14673d59: Pulling fs layer
a9a3e089e8c7: Pulling fs layer
1412f48dd3f3: Pulling fs layer
36d753f5cbbe: Pulling fs layer
5a09da0346c0: Pulling fs layer
91b65fbd25b2: Pulling fs layer
465749eebdf9: Pulling fs layer
f891131a55ad: Pulling fs layer
3a1067fa2fc1: Pulling fs layer
cec1fb886c4e: Pulling fs layer
e5e72c83820e: Pulling fs layer
4f4fb700ef54: Pulling fs layer
80d472bc7c2a: Pulling fs layer
1fd9b2bfc5cc: Waiting
aeb22498d5c5: Pulling fs layer
d3ca0b628ca0: Pulling fs layer
f47dec8026b3: Pulling fs layer
6da649ddb8a1: Waiting
3db4259d1d47: Pulling fs layer
397eed093924: Pulling fs layer
972e3efd3adc: Pulling fs layer
c31cd3a1e74c: Waiting
6194bd1d4ddc: Pulling fs layer
8e61fc6a0aef: Pulling fs layer
5f7d4a87c72d: Pulling fs layer
6fdb01f41b7b: Pulling fs layer
df8227e18289: Waiting
4c1f69f597b8: Pulling fs layer
8ff7fb30e2ac: Pulling fs layer
189fbdd10198: Waiting
a4f47006f3ff: Pulling fs layer
8fb6165fdb97: Pulling fs layer
d5b2ee71d033: Waiting
6f10258d0cfd: Pulling fs layer
1412f48dd3f3: Waiting
22ff701d5d6e: Pulling fs layer
03eb14673d59: Waiting
bcafa7af053c: Pulling fs layer
36d753f5cbbe: Waiting
037351b51421: Pulling fs layer
55fd010af7ff: Pulling fs layer
a9a3e089e8c7: Waiting
5a09da0346c0: Waiting
08035e0693d4: Pulling fs layer
8362cc0407f0: Pulling fs layer
d3ca0b628ca0: Waiting
3249d460c1f3: Pulling fs layer
91b65fbd25b2: Waiting
56533be0c5c8: Pulling fs layer
e5e72c83820e: Waiting
38a4fbd3349e: Pulling fs layer
f47dec8026b3: Waiting
465749eebdf9: Waiting
4f4fb700ef54: Waiting
6fdb01f41b7b: Waiting
3db4259d1d47: Waiting
f891131a55ad: Waiting
4c1f69f597b8: Waiting
80d472bc7c2a: Waiting
8ff7fb30e2ac: Waiting
3a1067fa2fc1: Waiting
397eed093924: Waiting
a4f47006f3ff: Waiting
aeb22498d5c5: Waiting
cec1fb886c4e: Waiting
972e3efd3adc: Waiting
8fb6165fdb97: Waiting
6194bd1d4ddc: Waiting
8362cc0407f0: Waiting
6f10258d0cfd: Waiting
3249d460c1f3: Waiting
8e61fc6a0aef: Waiting
037351b51421: Waiting
22ff701d5d6e: Waiting
56533be0c5c8: Waiting
38a4fbd3349e: Waiting
5f7d4a87c72d: Waiting
55fd010af7ff: Waiting
bcafa7af053c: Waiting
08035e0693d4: Waiting
d6e56837b293: Download complete
b2ece8a1dadc: Download complete
1d24e961f710: Verifying Checksum
c31cd3a1e74c: Verifying Checksum
c31cd3a1e74c: Download complete
95ea8643a631: Verifying Checksum
95ea8643a631: Download complete
df8227e18289: Verifying Checksum
df8227e18289: Download complete
189fbdd10198: Verifying Checksum
189fbdd10198: Download complete
d5b2ee71d033: Verifying Checksum
d5b2ee71d033: Download complete
95ea8643a631: Pull complete
d6e56837b293: Pull complete
b2ece8a1dadc: Pull complete
1d24e961f710: Pull complete
1fd9b2bfc5cc: Pull complete
03eb14673d59: Verifying Checksum
03eb14673d59: Download complete
a9a3e089e8c7: Verifying Checksum
a9a3e089e8c7: Download complete
36d753f5cbbe: Download complete
1412f48dd3f3: Verifying Checksum
1412f48dd3f3: Download complete
5a09da0346c0: Verifying Checksum
91b65fbd25b2: Verifying Checksum
91b65fbd25b2: Download complete
465749eebdf9: Verifying Checksum
465749eebdf9: Download complete
f891131a55ad: Download complete
3a1067fa2fc1: Download complete
cec1fb886c4e: Download complete
4f4fb700ef54: Verifying Checksum
e5e72c83820e: Download complete
aeb22498d5c5: Download complete
80d472bc7c2a: Download complete
d3ca0b628ca0: Verifying Checksum
d3ca0b628ca0: Download complete
f47dec8026b3: Download complete
3db4259d1d47: Download complete
397eed093924: Verifying Checksum
397eed093924: Download complete
972e3efd3adc: Verifying Checksum
972e3efd3adc: Download complete
6194bd1d4ddc: Download complete
8e61fc6a0aef: Download complete
5f7d4a87c72d: Verifying Checksum
5f7d4a87c72d: Download complete
6fdb01f41b7b: Download complete
4c1f69f597b8: Download complete
a4f47006f3ff: Verifying Checksum
a4f47006f3ff: Download complete
6da649ddb8a1: Verifying Checksum
6da649ddb8a1: Download complete
6f10258d0cfd: Verifying Checksum
6f10258d0cfd: Download complete
22ff701d5d6e: Download complete
bcafa7af053c: Download complete
037351b51421: Verifying Checksum
037351b51421: Download complete
55fd010af7ff: Download complete
08035e0693d4: Verifying Checksum
08035e0693d4: Download complete
6da649ddb8a1: Pull complete
c31cd3a1e74c: Pull complete
df8227e18289: Pull complete
189fbdd10198: Pull complete
d5b2ee71d033: Pull complete
03eb14673d59: Pull complete
a9a3e089e8c7: Pull complete
1412f48dd3f3: Pull complete
36d753f5cbbe: Pull complete
5a09da0346c0: Pull complete
91b65fbd25b2: Pull complete
465749eebdf9: Pull complete
f891131a55ad: Pull complete
3a1067fa2fc1: Pull complete
cec1fb886c4e: Pull complete
e5e72c83820e: Pull complete
4f4fb700ef54: Pull complete
80d472bc7c2a: Pull complete
aeb22498d5c5: Pull complete
d3ca0b628ca0: Pull complete
f47dec8026b3: Pull complete
3db4259d1d47: Pull complete
397eed093924: Pull complete
972e3efd3adc: Pull complete
6194bd1d4ddc: Pull complete
8e61fc6a0aef: Pull complete
5f7d4a87c72d: Pull complete
6fdb01f41b7b: Pull complete
4c1f69f597b8: Pull complete
8fb6165fdb97: Verifying Checksum
8fb6165fdb97: Download complete
3249d460c1f3: Verifying Checksum
3249d460c1f3: Download complete
8362cc0407f0: Verifying Checksum
8362cc0407f0: Download complete
8ff7fb30e2ac: Download complete
38a4fbd3349e: Verifying Checksum
38a4fbd3349e: Download complete
56533be0c5c8: Verifying Checksum
56533be0c5c8: Download complete
8ff7fb30e2ac: Pull complete
a4f47006f3ff: Pull complete
8fb6165fdb97: Pull complete
6f10258d0cfd: Pull complete
22ff701d5d6e: Pull complete
bcafa7af053c: Pull complete
037351b51421: Pull complete
55fd010af7ff: Pull complete
08035e0693d4: Pull complete
8362cc0407f0: Pull complete
3249d460c1f3: Pull complete
56533be0c5c8: Pull complete
38a4fbd3349e: Pull complete
Digest: sha256:e72a31a6247b03c00cdaffe88301eab53afb80cfe9d5b842204827887236bd61
Status: Downloaded newer image for ocaml/opam@sha256:e72a31a6247b03c00cdaffe88301eab53afb80cfe9d5b842204827887236bd61
2026-06-15 18:25.36 ---> using "091802f641e43489888e795f557a1cae54c49b7ec9e137997252e3e6eba01965" from cache

/: (comment debian-13-5.4_ppc64_opam-2.5)

/: (user (uid 1000) (gid 1000))

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-06-15 18:25.36 ---> using "0ee279940b26dd10f348f43f792f93feb82f2fb33f7e66c55bc5a62156e66b97" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   fc08333d1b..912312c1d2  master     -> origin/master
c180e16309 Merge pull request #29907 from dra27/host-arch-fixes
2026-06-15 18:25.36 ---> using "c64d0140096d142e29252355144436719083c1644ef66d8cfb2373d33dbc9e51" 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.1 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 1 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=1 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
2026-06-15 18:25.36 ---> using "449c377eea7531ac48756b34b7b3a680c183844032d6796bb4dd9b62bb5eea59" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 7.0.0-22-generic
The OCaml toplevel, version 5.4.1
2.5.1
2026-06-15 18:25.36 ---> using "029b143c77bff536a8886b5c095f4dd86d9b4b647dbd229db502003bf2a76df8" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-06-15 18:25.36 ---> using "df8f8d17b604f88b7252ddc2d4fff16fe3ddb2a3c4b13981ce1fa2212f9d1a7e" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update -u"))

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository

Everything as up-to-date as possible

The following packages are not being upgraded because the new versions conflict with other installed packages:
  - ocaml.5.5.0
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-06-15 18:25.36 ---> using "47ebdece55d98ea897f0e922107a7ff3999ceb498e08848cc2fa3062069bacdf" from cache

/src: (copy (src ocaml-version.opam) (dst ./))
2026-06-15 18:25.36 ---> using "b4f20c8c9a6b30c159a427897f17c6356fa3afb9c48804d1b962a0807b42166e" from cache

/src: (run (network host)
           (shell "opam pin add -yn ocaml-version.dev './'"))
[ocaml-version.dev] synchronised (file:///src)
ocaml-version is now pinned to file:///src (version dev)
2026-06-15 18:25.36 ---> using "ecd355915650494805c93032437530512357089a016c281ba3d4646ee5e18b9c" from cache

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-06-15 18:25.36 ---> using "d847bb2191677f0bc361be184344ef977f76a73bcd5a113be81caf045e45f028" from cache

/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.1 dune.3.23.1 fmt.0.11.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4")

/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 ocaml-version.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian trixie/main ppc64el Packages [9509 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main ppc64el Packages [209 kB]
- Fetched 9949 kB in 3s (3165 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-version.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.1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml is already installed (current version is 5.4.1).
[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).
# To update the current shell environment, run: eval $(opam env)
2026-06-15 18:25.36 ---> using "5bc6c222758c3ca2bf00b42db823f4c0d303e9cc9458d2c650d77085a656d2ba" 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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml is already installed (current version is 5.4.1).
[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 12 packages
  - install alcotest           1.9.1
  - install astring            0.8.5
  - install cmdliner           2.1.1
  - install dune               3.23.1
  - install fmt                0.11.0
  - install ocaml-syntax-shims 1.0.0
  - install ocamlbuild         0.16.1
  - install ocamlfind          1.9.8
  - install re                 1.14.0
  - install stdlib-shims       0.3.0
  - install topkg              1.1.1
  - install uutf               1.0.4

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved cmdliner.2.1.1  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved dune.3.23.1  (cached)
-> installed cmdliner.2.1.1
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed topkg.1.1.1
-> installed fmt.0.11.0
-> installed uutf.1.0.4
-> installed astring.0.8.5
-> installed dune.3.23.1
-> installed stdlib-shims.0.3.0
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.14.0
-> installed alcotest.1.9.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-06-15 18:25.36 ---> using "29ba9f83705a181bafbafc43c97aa72fb82cd30827136f2dab1b9cde8e0f5c62" from cache

/src: (copy (src .) (dst /src))
2026-06-15 18:25.36 ---> using "80a3152494c5af9e6c93ba4a84513aafd3a6faa0b92dd02a5a12eae127ccfa69" from cache

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./test_unit.exe)
Testing `ocaml-version'.
This run has ID `V7W780KK'.

  [OK]          Compiler_variants          0   Multicore not on 4.12 x86-64.
  [OK]          Compiler_variants          1   Multicore not on 4.10 i386.
  [OK]          Compiler_variants          2   Multicore not on 4.12 xi386.
  [OK]          Configure_options          0   FP on last 4.07.
  [OK]          Configure_options          1   FP on first 4.08.
  [OK]          Configure_options          2   FP on 3.12.

Full test results in `/src/_build/default/test/_build/_tests/ocaml-version'.
Test Successful in 0.001s. 6 tests run.
2026-06-15 18:25.36 ---> using "0d0cd447e1d4faff420dc78e99bb63c04757911e9855873efb27422f58f34e78" from cache
Job succeeded
2026-06-15 18:25.37: Job succeeded