OrganisationsMisterDAocaml-crunchf93590 (main)ubuntu-26.04-5.4_opam-2.5

ubuntu-26.04-5.4_opam-2.5

Logs

Show full logs
2026-05-05 14:41.32: New job: test MisterDA/ocaml-crunch https://github.com/MisterDA/ocaml-crunch.git#refs/heads/main (f935901cd9715126be398830e6c49c4dfcea3e45) (linux-x86_64:ubuntu-26.04-5.4_opam-2.5)
Base: ocaml/opam:ubuntu-26.04-ocaml-5.4@sha256:23f9b6595fd2952b198a6391d29b6f92c0edcf528ec4c73ef7766b7810f23b93
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/MisterDA/ocaml-crunch.git" -b "main" && cd "ocaml-crunch" && git reset --hard f935901c
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-26.04-ocaml-5.4@sha256:23f9b6595fd2952b198a6391d29b6f92c0edcf528ec4c73ef7766b7810f23b93
# ubuntu-26.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 a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 crunch.opam ./
RUN opam pin add -yn crunch.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.1 cppo.1.8.0 csexp.1.5.2 dune.3.23.0 dune-configurator.3.23.0 fmt.0.11.0 lwt.6.1.2 mirage-kv.6.1.1 mirage-kv-mem.4.0.1 mirage-ptime.5.2.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 ptime.1.2.0 topkg.1.1.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y crunch.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-05 14:41.32: Using cache hint "MisterDA/ocaml-crunch-ocaml/opam:ubuntu-26.04-ocaml-5.4@sha256:23f9b6595fd2952b198a6391d29b6f92c0edcf528ec4c73ef7766b7810f23b93-ubuntu-26.04-5.4_opam-2.5-d8804e79505c8c0bd3c0a0d44740f4fe"
2026-05-05 14:41.32: Using OBuilder spec:
((from ocaml/opam:ubuntu-26.04-ocaml-5.4@sha256:23f9b6595fd2952b198a6391d29b6f92c0edcf528ec4c73ef7766b7810f23b93)
 (comment ubuntu-26.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 a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src crunch.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn crunch.dev './'"))
 (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.1 cppo.1.8.0 csexp.1.5.2 dune.3.23.0 dune-configurator.3.23.0 fmt.0.11.0 lwt.6.1.2 mirage-kv.6.1.1 mirage-kv-mem.4.0.1 mirage-ptime.5.2.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 ptime.1.2.0 topkg.1.1.1")
 (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 crunch.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-05 14:41.32: Waiting for resource in pool OCluster
2026-05-05 19:23.01: Waiting for worker…
2026-05-05 19:26.11: Got resource from pool OCluster
Building on doris.caelum.ci.dev
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint: 
hint: 	git config --global init.defaultBranch <name>
hint: 
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint: 
hint: 	git branch -m <name>
Initialized empty Git repository in /var/cache/obuilder/ocluster/git/ocaml-crunch.git-b74675a567b873634848c9c46fc190371bacb196/.git/
HEAD is now at f935901 opam: pinned -> dev

(from ocaml/opam:ubuntu-26.04-ocaml-5.4@sha256:23f9b6595fd2952b198a6391d29b6f92c0edcf528ec4c73ef7766b7810f23b93)
Unable to find image 'ocaml/opam:ubuntu-26.04-ocaml-5.4@sha256:23f9b6595fd2952b198a6391d29b6f92c0edcf528ec4c73ef7766b7810f23b93' locally
docker.io/ocaml/opam@sha256:23f9b6595fd2952b198a6391d29b6f92c0edcf528ec4c73ef7766b7810f23b93: Pulling from ocaml/opam
5f528443f346: Already exists
9d7db96ef8a1: Already exists
69cd0ed39c32: Already exists
8ddd605780bc: Already exists
b3563cf9c718: Already exists
0ff6404f2cf9: Already exists
0fd106322b2a: Already exists
6cfb66f33040: Already exists
b054a68819af: Already exists
935df48738cf: Already exists
6d7855f07084: Already exists
baf8b6b1404d: Already exists
d11a2bc559d8: Already exists
47b449369e16: Already exists
8821a6dafec4: Already exists
de6cbfe58b17: Already exists
4789d14f0dba: Already exists
dc40a97042b2: Already exists
5ba7a82e9924: Already exists
5ba7a82e9924: Already exists
1bd9b354e379: Already exists
d95538300577: Already exists
ccb31d3e72ef: Already exists
d5ec08a27795: Already exists
4f4fb700ef54: Already exists
cace1535e380: Already exists
6abc7b96ebc8: Already exists
31baaf291736: Already exists
d7ee8870a44e: Already exists
bec0e40ffcad: Already exists
8e3943b026f0: Already exists
2a4924aaac32: Already exists
4761365b4e53: Already exists
1a958ae6c150: Already exists
65cf788ac9e8: Already exists
549c069a431e: Already exists
d41918af1eb8: Already exists
b07a459306ae: Pulling fs layer
7a4d6fbc7167: Pulling fs layer
d0314755e705: Pulling fs layer
9fe4679cfa16: Pulling fs layer
3da651ad3c12: Pulling fs layer
d706efa35e7e: Pulling fs layer
6e4c6034b693: Pulling fs layer
9fe4679cfa16: Waiting
36d0bd387fb0: Pulling fs layer
3da651ad3c12: Waiting
d706efa35e7e: Waiting
d28a1a7cd77e: Pulling fs layer
6e4c6034b693: Waiting
95308d60d7f3: Pulling fs layer
26bd9639e4ee: Pulling fs layer
36d0bd387fb0: Waiting
d28a1a7cd77e: Waiting
33968c9edaaf: Pulling fs layer
95308d60d7f3: Waiting
8b13cfd06b81: Pulling fs layer
26bd9639e4ee: Waiting
8b13cfd06b81: Waiting
33968c9edaaf: Waiting
7a4d6fbc7167: Verifying Checksum
7a4d6fbc7167: Download complete
9fe4679cfa16: Verifying Checksum
9fe4679cfa16: Download complete
3da651ad3c12: Verifying Checksum
3da651ad3c12: Download complete
d706efa35e7e: Download complete
6e4c6034b693: Verifying Checksum
6e4c6034b693: Download complete
36d0bd387fb0: Download complete
d28a1a7cd77e: Verifying Checksum
d28a1a7cd77e: Download complete
d0314755e705: Verifying Checksum
d0314755e705: Download complete
26bd9639e4ee: Verifying Checksum
26bd9639e4ee: Download complete
33968c9edaaf: Download complete
8b13cfd06b81: Download complete
95308d60d7f3: Verifying Checksum
95308d60d7f3: Download complete
b07a459306ae: Verifying Checksum
b07a459306ae: Download complete
b07a459306ae: Pull complete
7a4d6fbc7167: Pull complete
d0314755e705: Pull complete
9fe4679cfa16: Pull complete
3da651ad3c12: Pull complete
d706efa35e7e: Pull complete
6e4c6034b693: Pull complete
36d0bd387fb0: Pull complete
d28a1a7cd77e: Pull complete
95308d60d7f3: Pull complete
26bd9639e4ee: Pull complete
33968c9edaaf: Pull complete
8b13cfd06b81: Pull complete
Digest: sha256:23f9b6595fd2952b198a6391d29b6f92c0edcf528ec4c73ef7766b7810f23b93
Status: Downloaded newer image for ocaml/opam@sha256:23f9b6595fd2952b198a6391d29b6f92c0edcf528ec4c73ef7766b7810f23b93
2026-05-05 19:26.12 ---> using "adfe62a45dcf1f3d9a164e7f0368fcd193a49fd597399c1056161905cce9782f" from cache

/: (comment ubuntu-26.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-05-05 19:26.12 ---> using "b9838b293e5f89d62a9632e502da1025454ab6b34001005252ead3cf4dde9f8d" 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-05-05 19:26.12 ---> using "fc799b5b75670c49b5dcd664b948892af46813078beb8491ffa32208b628d37b" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-110-generic
The OCaml toplevel, version 5.4.1
2.5.1
2026-05-05 19:26.12 ---> using "4c43701be6bba98acfc33570ce6b1e0d025c02dabce58a2d606d8dadaee56a1a" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-05-05 19:26.12 ---> using "964d8523f4b7cfafa163e75bd9a7a84f3117f3f0b733287929a5d7b9e61d5bb1" from cache

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

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

Everything as up-to-date as possible
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-05 19:26.12 ---> using "78e70b842493c409e393ac096ffdb5cf4487ab1672247a4042c2507feaae1bfe" from cache

/src: (copy (src crunch.opam) (dst ./))
2026-05-05 19:26.12 ---> saved as "678205ca2fd375acd85c24903d1660194842028983b9072d7430c32cad7ea911"

/src: (run (network host)
           (shell "opam pin add -yn crunch.dev './'"))
[crunch.dev] synchronised (file:///src)
crunch is now pinned to file:///src (version dev)
2026-05-05 19:26.14 ---> saved as "a0db403f80267f564801adb085da13887e9bc23cba188e08f9e1c76921fac64e"

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-05-05 19:26.14 ---> saved as "17c5028648784618210d43548e6e9e0631c9b7543de422051455e6794de15fc5"

/src: (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.1 cppo.1.8.0 csexp.1.5.2 dune.3.23.0 dune-configurator.3.23.0 fmt.0.11.0 lwt.6.1.2 mirage-kv.6.1.1 mirage-kv-mem.4.0.1 mirage-ptime.5.2.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 ptime.1.2.0 topkg.1.1.1")

/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 crunch.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://security.ubuntu.com/ubuntu resolute-security InRelease [136 kB]
- Hit:2 http://archive.ubuntu.com/ubuntu resolute InRelease
- Get:3 http://security.ubuntu.com/ubuntu resolute-security/universe amd64 Packages [33.5 kB]
- Get:4 http://security.ubuntu.com/ubuntu resolute-security/main amd64 Packages [22.0 kB]
- Get:5 http://archive.ubuntu.com/ubuntu resolute-updates InRelease [136 kB]
- Hit:6 http://archive.ubuntu.com/ubuntu resolute-backports InRelease
- Get:7 http://archive.ubuntu.com/ubuntu resolute-updates/restricted amd64 Packages [34.7 kB]
- Get:8 http://archive.ubuntu.com/ubuntu resolute-updates/universe amd64 Packages [33.5 kB]
- Get:9 http://archive.ubuntu.com/ubuntu resolute-updates/main amd64 Packages [64.6 kB]
- Fetched 459 kB in 1s (658 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[crunch.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-05-05 19:26.24 ---> saved as "7a914cea362961a0b42d82a816d4355db9e84e5267416e661c496aa7a9ef74e3"

/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 17 packages
  - install base-bytes        base
  - install cmdliner          2.1.1
  - install cppo              1.8.0
  - install csexp             1.5.2
  - install dune              3.23.0
  - install dune-configurator 3.23.0
  - install fmt               0.11.0
  - install lwt               6.1.2
  - install mirage-kv         6.1.1
  - install mirage-kv-mem     4.0.1
  - install mirage-ptime      5.2.0
  - install ocamlbuild        0.16.1
  - install ocamlfind         1.9.8
  - install ocplib-endian     1.2
  - install optint            0.3.0
  - install ptime             1.2.0
  - install topkg             1.1.1

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cmdliner.2.1.1  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved mirage-kv.6.1.1  (cached)
-> retrieved mirage-kv-mem.4.0.1  (cached)
-> retrieved lwt.6.1.2  (cached)
-> retrieved mirage-ptime.5.2.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved dune.3.23.0, dune-configurator.3.23.0  (cached)
-> installed cmdliner.2.1.1
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed topkg.1.1.1
-> installed fmt.0.11.0
-> installed ptime.1.2.0
-> installed dune.3.23.0
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed mirage-ptime.5.2.0
-> installed optint.0.3.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.23.0
-> installed lwt.6.1.2
-> installed mirage-kv.6.1.1
-> installed mirage-kv-mem.4.0.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-05 19:27.08 ---> saved as "31973fac61c970e1556275c2415e62f0ab897443447609d42b41d531814c17c3"

/src: (copy (src .) (dst /src))
2026-05-05 19:27.08 ---> saved as "bb9c8cce047e39d235f868207dd56ce1750dfc7bd014ac56dff487d75051c59c"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ../../install/default/bin/ocaml-crunch --mode=lwt -o t1.ml t1)
Generating t1.ml
Generating t1.mli
(cd _build/default/test && ../../install/default/bin/ocaml-crunch --mode=plain -o t1_plain.ml t1)
Generating t1_plain.ml
Skipping generation of .mli
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I test/.consumer.eobjs/byte -I /home/opam/.opam/5.4/lib/bytes -I /home/opam/.opam/5.4/lib/fmt -I /home/opam/.opam/5.4/lib/lwt -I /home/opam/.opam/5.4/lib/lwt/unix -I /home/opam/.opam/5.4/lib/mirage-kv -I /home/opam/.opam/5.4/lib/mirage-kv-mem -I /home/opam/.opam/5.4/lib/mirage-ptime/unix -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/ocaml/unix -I /home/opam/.opam/5.4/lib/ocplib-endian -I /home/opam/.opam/5.4/lib/ocplib-endian/bigstring -I /home/opam/.opam/5.4/lib/optint -I /home/opam/.opam/5.4/lib/ptime -I /home/opam/.opam/5.4/lib/ptime/clock -cmi-file test/.consumer.eobjs/byte/dune__exe__T1.cmi -no-alias-deps -opaque -open Dune__exe -o test/.consumer.eobjs/byte/dune__exe__T1.cmo -c -impl test/t1.ml)
File "test/t1.ml", line 42, characters 8-26:
42 | include Mirage_kv_mem.Make (C)
             ^^^^^^^^^^^^^^^^^^
Error: Unbound module Mirage_kv_mem.Make
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/.consumer.eobjs/byte -I test/.consumer.eobjs/native -I /home/opam/.opam/5.4/lib/bytes -I /home/opam/.opam/5.4/lib/fmt -I /home/opam/.opam/5.4/lib/lwt -I /home/opam/.opam/5.4/lib/lwt/unix -I /home/opam/.opam/5.4/lib/mirage-kv -I /home/opam/.opam/5.4/lib/mirage-kv-mem -I /home/opam/.opam/5.4/lib/mirage-ptime/unix -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/ocaml/unix -I /home/opam/.opam/5.4/lib/ocplib-endian -I /home/opam/.opam/5.4/lib/ocplib-endian/bigstring -I /home/opam/.opam/5.4/lib/optint -I /home/opam/.opam/5.4/lib/ptime -I /home/opam/.opam/5.4/lib/ptime/clock -cmi-file test/.consumer.eobjs/byte/dune__exe__T1.cmi -no-alias-deps -opaque -open Dune__exe -o test/.consumer.eobjs/native/dune__exe__T1.cmx -c -impl test/t1.ml)
File "test/t1.ml", line 42, characters 8-26:
42 | include Mirage_kv_mem.Make (C)
             ^^^^^^^^^^^^^^^^^^
Error: Unbound module Mirage_kv_mem.Make
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2026-05-05 19:27.09: Job failed: Failed: Build failed