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:alpine-3.23-5.4_opam-2.5) Base: ocaml/opam:alpine-3.23-ocaml-5.4@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366 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:alpine-3.23-ocaml-5.4@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366 # alpine-3.23-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:alpine-3.23-ocaml-5.4@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366-alpine-3.23-5.4_opam-2.5-d8804e79505c8c0bd3c0a0d44740f4fe" 2026-05-05 14:41.32: Using OBuilder spec: ((from ocaml/opam:alpine-3.23-ocaml-5.4@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366) (comment alpine-3.23-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.29: Waiting for worker… 2026-05-05 19:26.49: Got resource from pool OCluster Building on bremusa.ocamllabs.io All commits already cached HEAD is now at f935901 opam: pinned -> dev (from ocaml/opam:alpine-3.23-ocaml-5.4@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366) Unable to find image 'ocaml/opam:alpine-3.23-ocaml-5.4@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366' locally docker.io/ocaml/opam@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366: Pulling from ocaml/opam 6a0ac1617861: Pulling fs layer 9630673831f3: Pulling fs layer 4cffb540229a: Pulling fs layer aa3cee094119: Pulling fs layer f2700202f619: Pulling fs layer 33135c7375d5: Pulling fs layer 1ea4b64ae955: Pulling fs layer 9630673831f3: Waiting ca34ef70eda1: Pulling fs layer 6a0ac1617861: Waiting d4998b6f8f35: Pulling fs layer 4cffb540229a: Waiting f2700202f619: Waiting 33135c7375d5: Waiting aa3cee094119: Waiting 1ea4b64ae955: Waiting 4a43cfe8648c: Pulling fs layer ca34ef70eda1: Waiting d4998b6f8f35: Waiting 453dd28eaace: Pulling fs layer 4a43cfe8648c: Waiting a962f0379f0a: Pulling fs layer 453dd28eaace: Waiting b68882dcbbd8: Pulling fs layer a962f0379f0a: Waiting 3f63b4eac828: Pulling fs layer 0720e1e1068a: Pulling fs layer 3f63b4eac828: Waiting 0676d4d6023a: Pulling fs layer b68882dcbbd8: Waiting 0ab690805f49: Pulling fs layer fc0af979c0fe: Pulling fs layer 0676d4d6023a: Waiting 4f4fb700ef54: Pulling fs layer 0ab690805f49: Waiting 63f1d0bef8ae: Pulling fs layer fc0af979c0fe: Waiting 43fd6995d88f: Pulling fs layer 63f1d0bef8ae: Waiting 4f4fb700ef54: Waiting c775bfb331ab: Pulling fs layer 43fd6995d88f: Waiting a7a9b5ed8780: Pulling fs layer c775bfb331ab: Waiting 86ac791930d3: Pulling fs layer 2e34d70b785c: Pulling fs layer a7a9b5ed8780: Waiting 56c554cb0baa: Pulling fs layer 86ac791930d3: Waiting 0109b7ea4beb: Pulling fs layer 2e34d70b785c: Waiting a72aa581a14e: Pulling fs layer 0b969b88b90b: Pulling fs layer a72aa581a14e: Waiting 56c554cb0baa: Waiting d1ae0e2bf910: Pulling fs layer 0b969b88b90b: Waiting cfd8efe5a061: Pulling fs layer a34595d6f491: Pulling fs layer d1ae0e2bf910: Waiting 7333547f58a0: Pulling fs layer cfd8efe5a061: Waiting a34595d6f491: Waiting 803cdf5f2902: Pulling fs layer d74501489c54: Pulling fs layer 7333547f58a0: Waiting 628aecb9cafb: Pulling fs layer 803cdf5f2902: Waiting d74501489c54: Waiting 0c52f398a865: Pulling fs layer 628aecb9cafb: Waiting f4e18988783e: Pulling fs layer d9b0005bf058: Pulling fs layer 0c52f398a865: Waiting ac511140fcec: Pulling fs layer e5e3b5898b4b: Pulling fs layer f4e18988783e: Waiting d9b0005bf058: Waiting ac511140fcec: Waiting 08e53197d17a: Pulling fs layer e5e3b5898b4b: Waiting 9502f6b2d19e: Pulling fs layer 9502f6b2d19e: Waiting 08e53197d17a: Waiting 9630673831f3: Verifying Checksum 9630673831f3: Download complete 6a0ac1617861: Verifying Checksum 6a0ac1617861: Download complete 4cffb540229a: Verifying Checksum 4cffb540229a: Download complete 6a0ac1617861: Pull complete 9630673831f3: Pull complete 4cffb540229a: Pull complete f2700202f619: Verifying Checksum f2700202f619: Download complete 33135c7375d5: Verifying Checksum 33135c7375d5: Download complete 1ea4b64ae955: Verifying Checksum 1ea4b64ae955: Download complete d4998b6f8f35: Verifying Checksum d4998b6f8f35: Download complete ca34ef70eda1: Verifying Checksum ca34ef70eda1: Download complete aa3cee094119: Verifying Checksum aa3cee094119: Download complete 4a43cfe8648c: Verifying Checksum 4a43cfe8648c: Download complete a962f0379f0a: Verifying Checksum a962f0379f0a: Download complete b68882dcbbd8: Download complete 3f63b4eac828: Verifying Checksum 3f63b4eac828: Download complete 0720e1e1068a: Verifying Checksum 0720e1e1068a: Download complete 453dd28eaace: Verifying Checksum 453dd28eaace: Download complete 0676d4d6023a: Download complete 0ab690805f49: Verifying Checksum 0ab690805f49: Download complete fc0af979c0fe: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 63f1d0bef8ae: Download complete 43fd6995d88f: Download complete c775bfb331ab: Verifying Checksum c775bfb331ab: Download complete a7a9b5ed8780: Verifying Checksum a7a9b5ed8780: Download complete 2e34d70b785c: Verifying Checksum 2e34d70b785c: Download complete 86ac791930d3: Verifying Checksum 86ac791930d3: Download complete 56c554cb0baa: Verifying Checksum 56c554cb0baa: Download complete 0109b7ea4beb: Download complete a72aa581a14e: Download complete d1ae0e2bf910: Verifying Checksum d1ae0e2bf910: Download complete cfd8efe5a061: Verifying Checksum cfd8efe5a061: Download complete 0b969b88b90b: Verifying Checksum 0b969b88b90b: Download complete 7333547f58a0: Verifying Checksum 7333547f58a0: Download complete d74501489c54: Verifying Checksum d74501489c54: Download complete 628aecb9cafb: Verifying Checksum 628aecb9cafb: Download complete 0c52f398a865: Download complete f4e18988783e: Verifying Checksum f4e18988783e: Download complete d9b0005bf058: Download complete aa3cee094119: Pull complete f2700202f619: Pull complete 33135c7375d5: Pull complete 1ea4b64ae955: Pull complete ca34ef70eda1: Pull complete d4998b6f8f35: Pull complete 4a43cfe8648c: Pull complete 453dd28eaace: Pull complete a962f0379f0a: Pull complete b68882dcbbd8: Pull complete 3f63b4eac828: Pull complete 0720e1e1068a: Pull complete 0676d4d6023a: Pull complete 0ab690805f49: Pull complete fc0af979c0fe: Pull complete 4f4fb700ef54: Pull complete 63f1d0bef8ae: Pull complete 43fd6995d88f: Pull complete c775bfb331ab: Pull complete a7a9b5ed8780: Pull complete 86ac791930d3: Pull complete 2e34d70b785c: Pull complete 56c554cb0baa: Pull complete 0109b7ea4beb: Pull complete a72aa581a14e: Pull complete 0b969b88b90b: Pull complete d1ae0e2bf910: Pull complete cfd8efe5a061: Pull complete a34595d6f491: Verifying Checksum a34595d6f491: Download complete 803cdf5f2902: Verifying Checksum 803cdf5f2902: Download complete e5e3b5898b4b: Verifying Checksum e5e3b5898b4b: Download complete 08e53197d17a: Verifying Checksum 08e53197d17a: Download complete 9502f6b2d19e: Verifying Checksum 9502f6b2d19e: Download complete ac511140fcec: Verifying Checksum ac511140fcec: Download complete a34595d6f491: Pull complete 7333547f58a0: Pull complete 803cdf5f2902: Pull complete d74501489c54: Pull complete 628aecb9cafb: Pull complete 0c52f398a865: Pull complete f4e18988783e: Pull complete d9b0005bf058: Pull complete ac511140fcec: Pull complete e5e3b5898b4b: Pull complete 08e53197d17a: Pull complete 9502f6b2d19e: Pull complete Digest: sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366 Status: Downloaded newer image for ocaml/opam@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366 2026-05-05 19:26.50 ---> using "01c11b07ac2b5cd48e66007e5a5cac291b476dda37442ad969d24b0ab6dc0559" from cache /: (comment alpine-3.23-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.50 ---> using "a8a9ea5c59254a5a0f8f67ea52c72885ad5d9b7a990b02c87babbf030ab69642" 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 255 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=255 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-05-05 19:26.50 ---> using "1e76191cb180700a1a4b4fb6f0b59791d7b11a581be0b4b93d5476ddfe3df3f0" 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.50 ---> using "059e0fa9bf335039c3fd833df6288d715762c1f93e9a1b08fa520560ef5ec6c3" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-05-05 19:26.50 ---> using "df7006147f8edefa1d31bb335dd77eaeb1d134668f6ea6934fc058697cdbef27" 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.50 ---> using "9a3e10daef7296c880c04ffbc3dd65d01430cdf9894c444e3c43148e1725237a" from cache /src: (copy (src crunch.opam) (dst ./)) 2026-05-05 19:26.50 ---> saved as "d556633c01e0241da05cc4a57670a1faff8e073b2ed75b7872938db617fb2fe1" /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.51 ---> saved as "79be180d529c697a3db3f461f294bdf312b18a7a2af109f9bc8d3de5d315c29a" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-05-05 19:26.52 ---> saved as "c0fa1a9657d2573a4f960d8b4a48225f5724c56b4815a79e7b63166d71857e89" /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 "apk" "update" - v3.23.4-136-g11c41b79f3b [https://dl-cdn.alpinelinux.org/alpine/v3.23/main] - v3.23.4-131-gb5d853bc1dd [https://dl-cdn.alpinelinux.org/alpine/v3.23/community] - v20260127-9047-gbf8898bdf81 [https://dl-cdn.alpinelinux.org/alpine/edge/main] - v20260127-9091-gce1ab05e030 [https://dl-cdn.alpinelinux.org/alpine/edge/community] - v20260127-9091-gce1ab05e030 [https://dl-cdn.alpinelinux.org/alpine/edge/testing] - OK: 62171 distinct packages available <><> 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:27.03 ---> saved as "bea0d9f7aac845d1002b799d97eb55d053456ef96c716ae426829e56cda39180" /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 mirage-ptime.5.2.0 (cached) -> retrieved lwt.6.1.2 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (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 mirage-ptime.5.2.0 -> installed csexp.1.5.2 -> installed cppo.1.8.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:28.29 ---> saved as "8429bd725fb2dad3b25d2b19f0ebe9e40ac169672f6a1bac1a6e5eda4c03c691" /src: (copy (src .) (dst /src)) 2026-05-05 19:28.29 ---> saved as "37061e7cdd622437ddcadd778f22a1b52440c9a04556cd182a1b58c033f55ef4" /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:28.31: Job failed: Failed: Build failed