Organisationsmiragebechamel4a6bbb ()ubuntu-25.04-5.4_opam-2.5

ubuntu-25.04-5.4_opam-2.5

Logs

Show full logs
2026-04-16 12:37.03: New job: test mirage/bechamel https://github.com/mirage/bechamel.git#refs/heads/main (4a6bbb05c5853dd791e5e3ce1f1a4d62df1b5385) (linux-x86_64:ubuntu-25.04-5.4_opam-2.5)
Base: ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/mirage/bechamel.git" -b "main" && cd "bechamel" && git reset --hard 4a6bbb05
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115
# ubuntu-25.04-5.4_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 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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 mperf.opam bechamel.opam bechamel-perf.opam bechamel-notty.opam bechamel-js.opam ./
RUN opam pin add -yn mperf.dev './' && \
    opam pin add -yn bechamel.dev './' && \
    opam pin add -yn bechamel-perf.dev './' && \
    opam pin add -yn bechamel-notty.dev './' && \
    opam pin add -yn bechamel-js.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.9.1 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 cmdliner.2.1.0 conf-linux-libc-dev.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.22.2 dune-configurator.3.22.2 fmt.0.11.0 hex.1.5.0 json-data-encoding.1.1.1 jsonm.1.0.2 notty-community.0.2.4 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 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 result.1.5 rresult.0.7.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.1 uri.4.4.0 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y mperf.dev bechamel.dev bechamel-perf.dev bechamel-notty.dev bechamel-js.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-16 12:37.03: Using cache hint "mirage/bechamel-ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115-ubuntu-25.04-5.4_opam-2.5-404ab6c634190d31ee44f96790b83c04"
2026-04-16 12:37.03: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115)
 (comment ubuntu-25.04-5.4_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 (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 mperf.opam bechamel.opam bechamel-perf.opam bechamel-notty.opam bechamel-js.opam)
       (dst ./))
 (run (network host)
      (shell  "opam pin add -yn mperf.dev './' && \
             \nopam pin add -yn bechamel.dev './' && \
             \nopam pin add -yn bechamel-perf.dev './' && \
             \nopam pin add -yn bechamel-notty.dev './' && \
             \nopam pin add -yn bechamel-js.dev './'"))
 (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "alcotest.1.9.1 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 cmdliner.2.1.0 conf-linux-libc-dev.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.22.2 dune-configurator.3.22.2 fmt.0.11.0 hex.1.5.0 json-data-encoding.1.1.1 jsonm.1.0.2 notty-community.0.2.4 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 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 result.1.5 rresult.0.7.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.1 uri.4.4.0 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 mperf.dev bechamel.dev bechamel-perf.dev bechamel-notty.dev bechamel-js.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-16 12:37.03: Waiting for resource in pool OCluster
2026-04-16 12:37.03: Waiting for worker…
2026-04-16 12:37.03: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
HEAD is now at 5d2eb64 Remove our GitHub Action, the CI system does not respond
HEAD is now at 4a6bbb0 Merge pull request #58 from mirage/rm-ci

(from ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115)
Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115' locally
docker.io/ocaml/opam@sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115: Pulling from ocaml/opam
c62190a9ab61: Already exists
9a2e0901dff5: Pulling fs layer
b1f9cc70ae42: Pulling fs layer
ce0546b0dd1f: Pulling fs layer
79301f00e8ba: Pulling fs layer
9b295b25667c: Pulling fs layer
79301f00e8ba: Waiting
a31f71beef5e: Pulling fs layer
5f6f7ff1dd75: Pulling fs layer
9b295b25667c: Waiting
a31f71beef5e: Waiting
3326c804f772: Pulling fs layer
5f6f7ff1dd75: Waiting
3326c804f772: Waiting
dbc305c5cd35: Pulling fs layer
dbc305c5cd35: Waiting
c2cccf40b87f: Pulling fs layer
45e66d8ca585: Pulling fs layer
c2cccf40b87f: Waiting
fcefa7241269: Pulling fs layer
45e66d8ca585: Waiting
5bf160151561: Pulling fs layer
874b2264723c: Pulling fs layer
5bf160151561: Waiting
ada98df8f669: Pulling fs layer
874b2264723c: Waiting
ab8d0ea6e4f6: Pulling fs layer
ada98df8f669: Waiting
ab8d0ea6e4f6: Waiting
18a72a4bedd6: Pulling fs layer
18a72a4bedd6: Waiting
bfcd7ea0ace8: Pulling fs layer
76a18c947be5: Pulling fs layer
bfcd7ea0ace8: Waiting
6fd9d51ce26c: Pulling fs layer
4f4fb700ef54: Pulling fs layer
76a18c947be5: Waiting
6fd9d51ce26c: Waiting
4f4fb700ef54: Waiting
77d410803a59: Pulling fs layer
44e2dad9dd55: Pulling fs layer
b51e285283d3: Pulling fs layer
77d410803a59: Waiting
dd8da5b96ca2: Pulling fs layer
44e2dad9dd55: Waiting
b51e285283d3: Waiting
b46c436fcec9: Pulling fs layer
a9e62b40a1cc: Pulling fs layer
b46c436fcec9: Waiting
dd8da5b96ca2: Waiting
f5ab56558ad4: Pulling fs layer
a9e62b40a1cc: Waiting
8f52d3d09866: Pulling fs layer
f5ab56558ad4: Waiting
39ac1f9b485e: Pulling fs layer
503fbe92c3b9: Pulling fs layer
8f52d3d09866: Waiting
39ac1f9b485e: Waiting
f3db52c04fc1: Pulling fs layer
503fbe92c3b9: Waiting
3bb40995af78: Pulling fs layer
c83fbf1c12e8: Pulling fs layer
3bb40995af78: Waiting
ad31772f43a8: Pulling fs layer
c83fbf1c12e8: Waiting
f3db52c04fc1: Waiting
ce60cf8100fe: Pulling fs layer
ad31772f43a8: Waiting
0205937477da: Pulling fs layer
ce60cf8100fe: Waiting
24ccf4b3cee6: Pulling fs layer
0205937477da: Waiting
04a8b415dd1b: Pulling fs layer
24ccf4b3cee6: Waiting
a0a04868c053: Pulling fs layer
c2855634128b: Pulling fs layer
45975b81f847: Pulling fs layer
a0a04868c053: Waiting
a05a44f66e3d: Pulling fs layer
04a8b415dd1b: Waiting
45975b81f847: Waiting
c2855634128b: Waiting
798eed38fd5f: Pulling fs layer
45a2275c2287: Pulling fs layer
a05a44f66e3d: Waiting
798eed38fd5f: Waiting
bfa4a39a96d8: Pulling fs layer
45a2275c2287: Waiting
bfa4a39a96d8: Waiting
b1f9cc70ae42: Download complete
9a2e0901dff5: Verifying Checksum
9a2e0901dff5: Download complete
9a2e0901dff5: Pull complete
b1f9cc70ae42: Pull complete
ce0546b0dd1f: Verifying Checksum
ce0546b0dd1f: Download complete
79301f00e8ba: Verifying Checksum
79301f00e8ba: Download complete
ce0546b0dd1f: Pull complete
79301f00e8ba: Pull complete
a31f71beef5e: Verifying Checksum
a31f71beef5e: Download complete
5f6f7ff1dd75: Verifying Checksum
5f6f7ff1dd75: Download complete
dbc305c5cd35: Verifying Checksum
dbc305c5cd35: Download complete
3326c804f772: Verifying Checksum
3326c804f772: Download complete
c2cccf40b87f: Verifying Checksum
c2cccf40b87f: Download complete
45e66d8ca585: Verifying Checksum
45e66d8ca585: Download complete
fcefa7241269: Verifying Checksum
fcefa7241269: Download complete
9b295b25667c: Verifying Checksum
9b295b25667c: Download complete
874b2264723c: Download complete
ada98df8f669: Download complete
5bf160151561: Verifying Checksum
5bf160151561: Download complete
ab8d0ea6e4f6: Verifying Checksum
ab8d0ea6e4f6: Download complete
18a72a4bedd6: Download complete
bfcd7ea0ace8: Download complete
76a18c947be5: Verifying Checksum
76a18c947be5: Download complete
6fd9d51ce26c: Verifying Checksum
6fd9d51ce26c: Download complete
4f4fb700ef54: Download complete
77d410803a59: Download complete
44e2dad9dd55: Verifying Checksum
44e2dad9dd55: Download complete
b51e285283d3: Verifying Checksum
b51e285283d3: Download complete
dd8da5b96ca2: Verifying Checksum
dd8da5b96ca2: Download complete
b46c436fcec9: Download complete
a9e62b40a1cc: Verifying Checksum
a9e62b40a1cc: Download complete
f5ab56558ad4: Download complete
8f52d3d09866: Verifying Checksum
8f52d3d09866: Download complete
503fbe92c3b9: Verifying Checksum
503fbe92c3b9: Download complete
39ac1f9b485e: Verifying Checksum
39ac1f9b485e: Download complete
f3db52c04fc1: Download complete
3bb40995af78: Verifying Checksum
3bb40995af78: Download complete
ad31772f43a8: Verifying Checksum
ad31772f43a8: Download complete
9b295b25667c: Pull complete
0205937477da: Verifying Checksum
0205937477da: Download complete
a31f71beef5e: Pull complete
5f6f7ff1dd75: Pull complete
3326c804f772: Pull complete
dbc305c5cd35: Pull complete
24ccf4b3cee6: Download complete
c2cccf40b87f: Pull complete
45e66d8ca585: Pull complete
fcefa7241269: Pull complete
5bf160151561: Pull complete
874b2264723c: Pull complete
ada98df8f669: Pull complete
ab8d0ea6e4f6: Pull complete
04a8b415dd1b: Download complete
a0a04868c053: Verifying Checksum
a0a04868c053: Download complete
18a72a4bedd6: Pull complete
bfcd7ea0ace8: Pull complete
76a18c947be5: Pull complete
6fd9d51ce26c: Pull complete
4f4fb700ef54: Pull complete
77d410803a59: Pull complete
44e2dad9dd55: Pull complete
b51e285283d3: Pull complete
dd8da5b96ca2: Pull complete
b46c436fcec9: Pull complete
a9e62b40a1cc: Pull complete
f5ab56558ad4: Pull complete
8f52d3d09866: Pull complete
39ac1f9b485e: Pull complete
503fbe92c3b9: Pull complete
f3db52c04fc1: Pull complete
3bb40995af78: Pull complete
c2855634128b: Verifying Checksum
c2855634128b: Download complete
45975b81f847: Download complete
c83fbf1c12e8: Verifying Checksum
c83fbf1c12e8: Download complete
798eed38fd5f: Verifying Checksum
798eed38fd5f: Download complete
ce60cf8100fe: Verifying Checksum
ce60cf8100fe: Download complete
45a2275c2287: Verifying Checksum
45a2275c2287: Download complete
bfa4a39a96d8: Download complete
a05a44f66e3d: Verifying Checksum
a05a44f66e3d: Download complete
c83fbf1c12e8: Pull complete
ad31772f43a8: Pull complete
ce60cf8100fe: Pull complete
0205937477da: Pull complete
24ccf4b3cee6: Pull complete
04a8b415dd1b: Pull complete
a0a04868c053: Pull complete
c2855634128b: Pull complete
45975b81f847: Pull complete
a05a44f66e3d: Pull complete
798eed38fd5f: Pull complete
45a2275c2287: Pull complete
bfa4a39a96d8: Pull complete
Digest: sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115
Status: Downloaded newer image for ocaml/opam@sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115
2026-04-16 12:37.24 ---> using "95bdebae0a545d6ea94d55419bd063ed0c35f612d0599400a10d8512d69a6778" from cache

/: (comment ubuntu-25.04-5.4_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-04-16 12:37.24 ---> using "daac9f0907cd3aeff57945845e42d9387a97cc331d813ddd108b4acd63bf7314" 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
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-16 12:37.24 ---> using "034505edb0785968949353ccef53d2e6734e76b1b0ed109cb92459e2abc9bfa3" 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-16 12:37.24 ---> using "0347616b6723c8f712d85b59de102a237bd72b0458d03e761a1ef51167d830b2" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-04-16 12:37.24 ---> using "334e6a11ef2042edf5439ad61b8d56383c8cff74ab21835cd8e65661afcd8e68" from cache

/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"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   ffb54b9bdd..d1c96c8e21  master     -> origin/master
5f7bb1a6e6 Merge pull request #29704 from shonfeder/release-dune-3.22.2

<><> 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-16 12:37.24 ---> using "51bc7a2e10ca3f290c9750fbce78b750ff91008cc1febdd5ce9d982659faa5ef" from cache

/src: (copy (src mperf.opam bechamel.opam bechamel-perf.opam bechamel-notty.opam bechamel-js.opam)
            (dst ./))
2026-04-16 12:37.24 ---> using "5917ef95808119204c7af79ffc0e43ffbf59253bc8c7778389e1ed184044393c" from cache

/src: (run (network host)
           (shell  "opam pin add -yn mperf.dev './' && \
                  \nopam pin add -yn bechamel.dev './' && \
                  \nopam pin add -yn bechamel-perf.dev './' && \
                  \nopam pin add -yn bechamel-notty.dev './' && \
                  \nopam pin add -yn bechamel-js.dev './'"))
[mperf.dev] synchronised (file:///src)
mperf is now pinned to file:///src (version dev)
[bechamel.dev] synchronised (file:///src)
bechamel is now pinned to file:///src (version dev)
[bechamel-perf.dev] synchronised (file:///src)
bechamel-perf is now pinned to file:///src (version dev)
[bechamel-notty.dev] synchronised (file:///src)
bechamel-notty is now pinned to file:///src (version dev)
[bechamel-js.dev] synchronised (file:///src)
bechamel-js is now pinned to file:///src (version dev)
2026-04-16 12:37.24 ---> using "a3af4848d858f03d7857f599511757e14606a8951047b7237c7902ade6cc29b9" from cache

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-16 12:37.24 ---> using "8cd2bb243eeda668d6068e15cdf702dbc09a9f3bebc1fd99c3d1f5c90fbb5ffa" from cache

/src: (env DEPS "alcotest.1.9.1 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 cmdliner.2.1.0 conf-linux-libc-dev.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.22.2 dune-configurator.3.22.2 fmt.0.11.0 hex.1.5.0 json-data-encoding.1.1.1 jsonm.1.0.2 notty-community.0.2.4 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 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 result.1.5 rresult.0.7.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.1 uri.4.4.0 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 mperf.dev bechamel.dev bechamel-perf.dev bechamel-notty.dev bechamel-js.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu plucky InRelease
- Hit:2 http://security.ubuntu.com/ubuntu plucky-security InRelease
- Hit:3 http://archive.ubuntu.com/ubuntu plucky-updates InRelease
- Ign:4 http://archive.ubuntu.com/ubuntu plucky-backports InRelease
- Hit:4 http://archive.ubuntu.com/ubuntu plucky-backports InRelease
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[bechamel.dev] synchronised (file:///src)
[bechamel-js.dev] synchronised (file:///src)
[bechamel-notty.dev] synchronised (file:///src)
[bechamel-perf.dev] synchronised (file:///src)
[mperf.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).
# To update the current shell environment, run: eval $(opam env)
2026-04-16 12:37.24 ---> using "1468c792281ea818e93d2f7677fe2c9f3be249833db258236372e6ab7e314981" 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.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 27 packages
  - install alcotest            1.9.1
  - install angstrom            0.16.1
  - install astring             0.8.5
  - install bigstringaf         0.10.0
  - install cmdliner            2.1.0
  - install conf-linux-libc-dev 0
  - install cppo                1.8.0
  - install csexp               1.5.2
  - install cstruct             6.2.0
  - install dune                3.22.2
  - install dune-configurator   3.22.2
  - install fmt                 0.11.0
  - install hex                 1.5.0
  - install json-data-encoding  1.1.1
  - install jsonm               1.0.2
  - install notty-community     0.2.4
  - install ocaml-syntax-shims  1.0.0
  - install ocamlbuild          0.16.1
  - install ocamlfind           1.9.8
  - install re                  1.14.0
  - install result              1.5
  - install rresult             0.7.0
  - install stdlib-shims        0.3.0
  - install stringext           1.6.0
  - install topkg               1.1.1
  - install uri                 4.4.0
  - install uutf                1.0.4

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1  (cached)
-> retrieved angstrom.0.16.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-linux-libc-dev.0
-> retrieved cstruct.6.2.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved hex.1.5.0  (cached)
-> retrieved json-data-encoding.1.1.1  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved notty-community.0.2.4  (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 result.1.5  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uri.4.4.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved dune.3.22.2, dune-configurator.3.22.2  (cached)
-> installed cmdliner.2.1.0
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed topkg.1.1.1
-> installed rresult.0.7.0
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed dune.3.22.2
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed cstruct.6.2.0
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.14.0
-> installed result.1.5
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed hex.1.5.0
-> installed notty-community.0.2.4
-> installed alcotest.1.9.1
-> installed dune-configurator.3.22.2
-> installed bigstringaf.0.10.0
-> installed angstrom.0.16.1
-> installed uri.4.4.0
-> installed json-data-encoding.1.1.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-16 12:37.24 ---> using "bc52c85d4bbc9ac93d2f55d0bb2d6122f9db682e3af23716d36ac9ecb4782bed" from cache

/src: (copy (src .) (dst /src))
2026-04-16 12:37.24 ---> using "717526de0fa025200ffc76ab75cf40a80cb25898d7ff7a87f518a807436c847e" from cache

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

  [OK]          uniq              0   all released.
  [OK]          uniq              1   with kde.
  [OK]          uniq              2   uniq resources.
  [OK]          uniq              3   double free.
  [OK]          multiple          0   all released.
  [OK]          multiple          1   with kde.
  [OK]          multiple          2   uniq resources.
  [OK]          multiple          3   double free.

Full test results in `/src/_build/default/test/allocate/_build/_tests/allocate'.
Test Successful in 0.078s. 8 tests run.
2026-04-16 12:37.24 ---> using "c0858699f32c90b93c159de02413fa5cc77a1373d90a5fe3cc4dbd74f293908e" from cache
Job succeeded
2026-04-16 12:37.25: Job succeeded