Organisationsocurrentocaml-version994cfa ()ubuntu-24.04-4.14_opam-2.5

ubuntu-24.04-4.14_opam-2.5

Logs

Show full logs
2026-05-27 07:34.03: New job: test ocurrent/ocaml-version https://github.com/ocurrent/ocaml-version.git#refs/pull/89/head (994cfa73bc44a5ce576ebd62e48acb8337512c69) (linux-x86_64:ubuntu-24.04-4.14_opam-2.5)
Base: ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:b8c7877267d6a674ed1d041c4fb372ca7a0c67540702782a956db3749aeb3794
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocurrent/ocaml-version.git" && cd "ocaml-version" && git fetch origin "refs/pull/89/head" && git reset --hard 994cfa73
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:b8c7877267d6a674ed1d041c4fb372ca7a0c67540702782a956db3749aeb3794
# ubuntu-24.04-4.14_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-threads.base base-unix.base cmdliner.2.1.1 dune.3.23.1 fmt.0.11.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 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-05-27 07:34.03: Using cache hint "ocurrent/ocaml-version-ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:b8c7877267d6a674ed1d041c4fb372ca7a0c67540702782a956db3749aeb3794-ubuntu-24.04-4.14_opam-2.5-81e8370595e995469779e431aa822828"
2026-05-27 07:34.03: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:b8c7877267d6a674ed1d041c4fb372ca7a0c67540702782a956db3749aeb3794)
 (comment ubuntu-24.04-4.14_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-threads.base base-unix.base cmdliner.2.1.1 dune.3.23.1 fmt.0.11.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 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-05-27 07:34.03: Waiting for resource in pool OCluster
2026-05-27 08:00.07: Waiting for worker…
2026-05-27 08:03.22: Got resource from pool OCluster
Building on eumache.caelum.ci.dev
All commits already cached
HEAD is now at 994cfa7 tweak version now that opam-repository lower OCaml bound is 4.11

(from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:b8c7877267d6a674ed1d041c4fb372ca7a0c67540702782a956db3749aeb3794)
Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:b8c7877267d6a674ed1d041c4fb372ca7a0c67540702782a956db3749aeb3794' locally
docker.io/ocaml/opam@sha256:b8c7877267d6a674ed1d041c4fb372ca7a0c67540702782a956db3749aeb3794: Pulling from ocaml/opam
b40150c1c271: Pulling fs layer
5635dddaaf61: Pulling fs layer
0a6d5f853ae3: Pulling fs layer
799f202be4df: Pulling fs layer
b903f564077a: Pulling fs layer
6c1d10b3d08f: Pulling fs layer
8fd224b6ae45: Pulling fs layer
5e37c7ad2993: Pulling fs layer
32255c35d5b3: Pulling fs layer
c3cffeaeb4b8: Pulling fs layer
a9de87727b20: Pulling fs layer
cd92154d260a: Pulling fs layer
5534cf6e4151: Pulling fs layer
92d42dfe1d12: Pulling fs layer
4974f6184649: Pulling fs layer
ddbbf37b07ba: Pulling fs layer
799f202be4df: Waiting
6c31853c12bf: Pulling fs layer
ed68394a86c7: Pulling fs layer
3cc6b078d5fc: Pulling fs layer
b903f564077a: Waiting
257a2bdf9f61: Pulling fs layer
4f4fb700ef54: Pulling fs layer
6c1d10b3d08f: Waiting
61b8d2ddf2f3: Pulling fs layer
92d42dfe1d12: Waiting
8fd224b6ae45: Waiting
dbb18f475127: Pulling fs layer
4974f6184649: Waiting
802447bfad8e: Pulling fs layer
cd92154d260a: Waiting
a9de87727b20: Waiting
5534cf6e4151: Waiting
ddbbf37b07ba: Waiting
e86ad76f9c74: Pulling fs layer
5e37c7ad2993: Waiting
c3cffeaeb4b8: Waiting
9e967f128a0d: Pulling fs layer
32255c35d5b3: Waiting
6c31853c12bf: Waiting
4f4fb700ef54: Waiting
ed68394a86c7: Waiting
5d5cafdc9e88: Pulling fs layer
3cc6b078d5fc: Waiting
257a2bdf9f61: Waiting
c81e5f5c4bfc: Pulling fs layer
dbb18f475127: Waiting
0a0005210533: Pulling fs layer
8549d7b2ccb2: Pulling fs layer
61b8d2ddf2f3: Waiting
57ea4f2cdcb7: Pulling fs layer
eea0ea6a7403: Pulling fs layer
e86ad76f9c74: Waiting
0a0005210533: Waiting
3d2e57752a6c: Pulling fs layer
8549d7b2ccb2: Waiting
5d5cafdc9e88: Waiting
128f8b8d9b04: Pulling fs layer
c81e5f5c4bfc: Waiting
eea0ea6a7403: Waiting
57ea4f2cdcb7: Waiting
3d2e57752a6c: Waiting
a594488fbf65: Pulling fs layer
fbe102fc5248: Pulling fs layer
4d204629c375: Pulling fs layer
a594488fbf65: Waiting
fbe102fc5248: Waiting
4d204629c375: Waiting
802447bfad8e: Waiting
504e6256aaf7: Pulling fs layer
128f8b8d9b04: Waiting
9e967f128a0d: Waiting
40958ecfdbe9: Pulling fs layer
5990e0a537ae: Pulling fs layer
504e6256aaf7: Waiting
f1077575c742: Pulling fs layer
40958ecfdbe9: Waiting
5990e0a537ae: Waiting
b02ed1fff6ac: Pulling fs layer
f1077575c742: Waiting
b02ed1fff6ac: Waiting
5635dddaaf61: Verifying Checksum
5635dddaaf61: Download complete
0a6d5f853ae3: Verifying Checksum
0a6d5f853ae3: Download complete
b903f564077a: Verifying Checksum
b903f564077a: Download complete
b40150c1c271: Verifying Checksum
b40150c1c271: Download complete
799f202be4df: Verifying Checksum
799f202be4df: Download complete
5e37c7ad2993: Download complete
6c1d10b3d08f: Download complete
32255c35d5b3: Download complete
b40150c1c271: Pull complete
5635dddaaf61: Pull complete
0a6d5f853ae3: Pull complete
8fd224b6ae45: Verifying Checksum
8fd224b6ae45: Download complete
c3cffeaeb4b8: Verifying Checksum
c3cffeaeb4b8: Download complete
cd92154d260a: Verifying Checksum
cd92154d260a: Download complete
5534cf6e4151: Verifying Checksum
5534cf6e4151: Download complete
4974f6184649: Download complete
ddbbf37b07ba: Verifying Checksum
ddbbf37b07ba: Download complete
a9de87727b20: Verifying Checksum
a9de87727b20: Download complete
92d42dfe1d12: Verifying Checksum
92d42dfe1d12: Download complete
ed68394a86c7: Verifying Checksum
ed68394a86c7: Download complete
6c31853c12bf: Verifying Checksum
6c31853c12bf: Download complete
3cc6b078d5fc: Download complete
257a2bdf9f61: Verifying Checksum
257a2bdf9f61: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
799f202be4df: Pull complete
b903f564077a: Pull complete
dbb18f475127: Download complete
61b8d2ddf2f3: Verifying Checksum
61b8d2ddf2f3: Download complete
e86ad76f9c74: Verifying Checksum
e86ad76f9c74: Download complete
9e967f128a0d: Verifying Checksum
9e967f128a0d: Download complete
802447bfad8e: Download complete
5d5cafdc9e88: Verifying Checksum
5d5cafdc9e88: Download complete
c81e5f5c4bfc: Verifying Checksum
c81e5f5c4bfc: Download complete
0a0005210533: Verifying Checksum
0a0005210533: Download complete
8549d7b2ccb2: Verifying Checksum
8549d7b2ccb2: Download complete
57ea4f2cdcb7: Download complete
eea0ea6a7403: Verifying Checksum
3d2e57752a6c: Verifying Checksum
3d2e57752a6c: Download complete
a594488fbf65: Verifying Checksum
a594488fbf65: Download complete
4d204629c375: Download complete
504e6256aaf7: Verifying Checksum
504e6256aaf7: Download complete
fbe102fc5248: Verifying Checksum
fbe102fc5248: Download complete
40958ecfdbe9: Verifying Checksum
40958ecfdbe9: Download complete
5990e0a537ae: Verifying Checksum
f1077575c742: Verifying Checksum
f1077575c742: Download complete
b02ed1fff6ac: Download complete
6c1d10b3d08f: Pull complete
8fd224b6ae45: Pull complete
5e37c7ad2993: Pull complete
32255c35d5b3: Pull complete
c3cffeaeb4b8: Pull complete
a9de87727b20: Pull complete
cd92154d260a: Pull complete
5534cf6e4151: Pull complete
92d42dfe1d12: Pull complete
4974f6184649: Pull complete
ddbbf37b07ba: Pull complete
6c31853c12bf: Pull complete
ed68394a86c7: Pull complete
3cc6b078d5fc: Pull complete
257a2bdf9f61: Pull complete
4f4fb700ef54: Pull complete
61b8d2ddf2f3: Pull complete
dbb18f475127: Pull complete
802447bfad8e: Pull complete
e86ad76f9c74: Pull complete
9e967f128a0d: Pull complete
5d5cafdc9e88: Pull complete
c81e5f5c4bfc: Pull complete
0a0005210533: Pull complete
8549d7b2ccb2: Pull complete
57ea4f2cdcb7: Pull complete
eea0ea6a7403: Pull complete
3d2e57752a6c: Pull complete
128f8b8d9b04: Verifying Checksum
128f8b8d9b04: Download complete
128f8b8d9b04: Pull complete
a594488fbf65: Pull complete
fbe102fc5248: Pull complete
4d204629c375: Pull complete
504e6256aaf7: Pull complete
40958ecfdbe9: Pull complete
5990e0a537ae: Pull complete
f1077575c742: Pull complete
b02ed1fff6ac: Pull complete
Digest: sha256:b8c7877267d6a674ed1d041c4fb372ca7a0c67540702782a956db3749aeb3794
Status: Downloaded newer image for ocaml/opam@sha256:b8c7877267d6a674ed1d041c4fb372ca7a0c67540702782a956db3749aeb3794
2026-05-27 08:03.22 ---> using "ce6ce066b3ce16bf57691087430b54f6349033f601053fdc53ba0a4b5f4c8654" from cache

/: (comment ubuntu-24.04-4.14_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-05-27 08:03.22 ---> using "071602620a02487b4cb85ea0944d53ee2faf72829f46b6f6f6826bb59c727faa" 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..d44435513c  master     -> origin/master
c180e16309 Merge pull request #29907 from dra27/host-arch-fixes
2026-05-27 08:03.22 ---> using "4dccd5cf2dd7be9c34f4e3a0c4d3d571ce93307f672457dff642f28c01410947" 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-05-27 08:03.22 ---> using "ca5082a6462f14d3f02da200e2968957fdc8891a1232b8370e001d8eb2383895" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-111-generic
The OCaml toplevel, version 4.14.3
2.5.1
2026-05-27 08:03.22 ---> using "c7e79942c8fcb18a27f8a7ed01f3634e9da0596c676e6571d9efbe9014151321" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-05-27 08:03.22 ---> using "41df5a53ffcb24a73f5b7e0689dec45846ad92f658e21e81571de690714414d1" 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 (run with --verbose to show unavailable upgrades).

The following packages are not being upgraded because the new versions conflict with other installed packages:
  - ocaml.5.5.0
  - ocaml-config.3
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-05-27 08:03.22 ---> using "17d9e03f885306be6c74d50376dfbcf84108eddc5d52cff0e202acdfb6d88b13" from cache

/src: (copy (src ocaml-version.opam) (dst ./))
2026-05-27 08:03.22 ---> using "0b3829bddc216bf3ef2f1cd81c4d40571f87882ce7cde6f9839090c4ff143e8e" 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-05-27 08:03.22 ---> using "b314c118210d2df01ba1d30cbf4423c50cb4af9a2aece88d21ea7dd5a6a02592" from cache

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-05-27 08:03.22 ---> using "8b87834b382f3664859a82e121147d22c839111d53457194e7a2051ef7838ee2" from cache

/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.2.1.1 dune.3.23.1 fmt.0.11.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 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://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]
- Hit:2 http://archive.ubuntu.com/ubuntu noble InRelease
- Get:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
- Get:4 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [3683 kB]
- Get:5 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages [48.4 kB]
- Get:6 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [2080 kB]
- Get:7 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1509 kB]
- Get:8 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
- Get:9 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [2457 kB]
- Get:10 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [2151 kB]
- Get:11 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [3920 kB]
- Get:12 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [54.6 kB]
- Get:13 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [35.9 kB]
- Get:14 http://archive.ubuntu.com/ubuntu noble-backports/main amd64 Packages [49.0 kB]
- Fetched 16.4 MB in 2s (7274 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 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).
# To update the current shell environment, run: eval $(opam env)
2026-05-27 08:03.29 ---> saved as "66bd941368b81cc02c60333120db87ac574381417c000f6b44b6b39474484dc0"

/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 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 ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> 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-05-27 08:04.32 ---> saved as "43d6229910313d729f440751f2a298f6347cbd4908e7ad4e01e83f86ffec5c97"

/src: (copy (src .) (dst /src))
2026-05-27 08:04.32 ---> saved as "36ab9b532ad2b804b975f8b4662481a136fe4e4e200165bc7685604648f3363e"

/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 `DTVRLI7X'.

  [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-05-27 08:04.33 ---> saved as "3c8e833599836925522a5309cf7e4a50a7edc4dc85e01e76b83b69c23c99638f"
Job succeeded
2026-05-27 08:04.33: Job succeeded