Organisationsmiragemirage67e507 ()debian-11-4.14_opam-2.1

debian-11-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-05-26 11:17.51: New job: test mirage/mirage https://github.com/mirage/mirage.git#refs/pull/1495/head (67e507e42088549473215096c474be9de8a9216b) (linux-x86_64:debian-11-4.14_opam-2.1)
Base: ocaml/opam@sha256:a3663eaf011db1744c3edd7bd69e99bb1b170155a221c46c7ffead846e14223c
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/mirage.git" && cd "mirage" && git fetch origin "refs/pull/1495/head" && git reset --hard 67e507e4
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:a3663eaf011db1744c3edd7bd69e99bb1b170155a221c46c7ffead846e14223c
# debian-11-4.14_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.1 /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 1c7ec1efdedc0a230f387bd65706ef364627fdd0 || git fetch origin master) && git reset -q --hard 1c7ec1efdedc0a230f387bd65706ef364627fdd0 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 mirage.opam mirage-runtime.opam ./
RUN opam pin add -yn mirage.dev './' && \
    opam pin add -yn mirage-runtime.dev './'
ENV DEPS="alcotest.1.7.0 angstrom.0.16.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.9.1 bos.0.2.1 cmdliner.1.3.0 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 domain-name.0.4.0 dune.3.15.3 dune-configurator.3.15.3 emile.1.1 fmt.0.9.0 fpath.0.7.3 ipaddr.5.6.0 logs.0.7.0 lwt.5.7.0 macaddr.5.6.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 opam-monorepo.0.4.0 pecu.0.7 re.1.11.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.0.7 uri.4.4.0 uutf.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y mirage.dev mirage-runtime.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


2024-05-26 11:17.51: Using cache hint "mirage/mirage-ocaml/opam@sha256:a3663eaf011db1744c3edd7bd69e99bb1b170155a221c46c7ffead846e14223c-debian-11-4.14_opam-2.1-8bc0a16d69c030ba71479cb671dd2830"
2024-05-26 11:17.51: Using OBuilder spec:
((from ocaml/opam@sha256:a3663eaf011db1744c3edd7bd69e99bb1b170155a221c46c7ffead846e14223c)
 (comment debian-11-4.14_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /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 1c7ec1efdedc0a230f387bd65706ef364627fdd0 || git fetch origin master) && git reset -q --hard 1c7ec1efdedc0a230f387bd65706ef364627fdd0 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src mirage.opam mirage-runtime.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn mirage.dev './' && \
             \nopam pin add -yn mirage-runtime.dev './'"))
 (env DEPS "alcotest.1.7.0 angstrom.0.16.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.9.1 bos.0.2.1 cmdliner.1.3.0 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 domain-name.0.4.0 dune.3.15.3 dune-configurator.3.15.3 emile.1.1 fmt.0.9.0 fpath.0.7.3 ipaddr.5.6.0 logs.0.7.0 lwt.5.7.0 macaddr.5.6.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 opam-monorepo.0.4.0 pecu.0.7 re.1.11.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.0.7 uri.4.4.0 uutf.1.0.3")
 (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.1 --depext-only -y mirage.dev mirage-runtime.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"))
)


2024-05-26 11:17.51: Waiting for resource in pool OCluster
2024-05-26 18:35.47: Waiting for worker…
2024-05-26 18:37.28: Got resource from pool OCluster
Building on x86-bm-c2.sw.ocaml.org
All commits already cached
HEAD is now at 67e507e4 Bump lower bound to Dune


(from ocaml/opam@sha256:a3663eaf011db1744c3edd7bd69e99bb1b170155a221c46c7ffead846e14223c)
2024-05-26 18:38.17 ---> saved as "0a68a7ef48d04995f866560cc82f65b9ea786951ab10b045040903504cc4621a"


/: (comment debian-11-4.14_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-05-26 18:38.17 ---> saved as "03eada02df4b11050d660e20cd1b4f1e7eaa7a67da4435b4fc6e5f64876da9db"


/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.


Continue? [Y/n] y
This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted.
You may want to back it up before going further.


Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-05-26 18:39.36 ---> saved as "3bbd3c16f84325ae9af9bb0680bb071b9a0d11c99cb1032ba4c1af0ac26884b9"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-107-generic
The OCaml toplevel, version 4.14.2
2.1.5
2024-05-26 18:39.36 ---> saved as "912b7854718f552d433c81fee48b75c45d6897a15fdbcf7524c353657d1f9644"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-26 18:39.37 ---> saved as "4a66a257e8f8eaa8eef3922652ecae936eb1fcd5b983a944f4e89f53ae12cce6"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 1c7ec1efdedc0a230f387bd65706ef364627fdd0 || git fetch origin master) && git reset -q --hard 1c7ec1efdedc0a230f387bd65706ef364627fdd0 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   d4fc3679e9..c61e9068d5  master     -> origin/master
1c7ec1efde [new release] dune (15 packages) (3.15.3)


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
default (at file:///home/opam/opam-repository): 
    [WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
2024-05-26 18:41.01 ---> saved as "a379a40ffa881ff7b88183b6c00824ec5f41ff789342fa3aeb3f3cc9e4d10825"


/src: (copy (src mirage.opam mirage-runtime.opam) (dst ./))
2024-05-26 18:41.01 ---> saved as "979f749139fd63eacda58d45c1f3d0e7d8f4e66af052a7493a703f5562a020d6"


/src: (run (network host)
           (shell  "opam pin add -yn mirage.dev './' && \
                  \nopam pin add -yn mirage-runtime.dev './'"))
[mirage.dev] synchronised (file:///src)
mirage is now pinned to file:///src (version dev)
[mirage-runtime.dev] synchronised (file:///src)
mirage-runtime is now pinned to file:///src (version dev)
2024-05-26 18:41.05 ---> saved as "55594686c7ae46a7069bc09d3c80bbfe684dbdbc42259247778f4dbb68275548"


/src: (env DEPS "alcotest.1.7.0 angstrom.0.16.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.9.1 bos.0.2.1 cmdliner.1.3.0 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 domain-name.0.4.0 dune.3.15.3 dune-configurator.3.15.3 emile.1.1 fmt.0.9.0 fpath.0.7.3 ipaddr.5.6.0 logs.0.7.0 lwt.5.7.0 macaddr.5.6.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 opam-monorepo.0.4.0 pecu.0.7 re.1.11.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.0.7 uri.4.4.0 uutf.1.0.3")


/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.1 --depext-only -y mirage.dev mirage-runtime.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bullseye InRelease
- Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
- Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
- Get:4 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [273 kB]
- Fetched 366 kB in 0s (786 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mirage.dev] synchronised (no changes)
[mirage-runtime.dev] synchronised (no changes)


[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.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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 system packages will first need to be installed:
    pkg-config


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed


2024-05-26 18:41.39 ---> saved as "cc75489f058ce60f48b21047150b76cb60d70960befd5bb78c37ee72f1f65ddf"


/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.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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 ocamlbuild         0.14.3
  - install dune               3.15.3
  - install ocamlfind          1.9.6
  - install seq                base
  - install conf-pkg-config    3
  - install cmdliner           1.3.0
  - install stringext          1.6.0
  - install stdlib-shims       0.3.0
  - install pecu               0.7
  - install ocaml-syntax-shims 1.0.0
  - install macaddr            5.6.0
  - install domain-name        0.4.0
  - install csexp              1.5.2
  - install cppo               1.6.9
  - install base64             3.5.1
  - install topkg              1.0.7
  - install base-bytes         base
  - install re                 1.11.0
  - install opam-monorepo      0.4.0
  - install ipaddr             5.6.0
  - install dune-configurator  3.15.3
  - install uutf               1.0.3
  - install rresult            0.7.0
  - install fmt                0.9.0
  - install astring            0.8.5
  - install ocplib-endian      1.2
  - install bigstringaf        0.9.1
  - install fpath              0.7.3
  - install alcotest           1.7.0
  - install lwt                5.7.0
  - install angstrom           0.16.0
  - install logs               0.7.0
  - install uri                4.4.0
  - install emile              1.1
  - install bos                0.2.1
===== 35 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved angstrom.0.16.0  (cached)
-> retrieved base64.3.5.1  (cached)
-> retrieved alcotest.1.7.0  (cached)
-> retrieved bigstringaf.0.9.1  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.6.9  (cached)
-> installed conf-pkg-config.3
-> retrieved csexp.1.5.2  (cached)
-> retrieved domain-name.0.4.0  (cached)
-> retrieved emile.1.1  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved ipaddr.5.6.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved macaddr.5.6.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved dune.3.15.3  (cached)
-> retrieved dune-configurator.3.15.3  (cached)
-> retrieved opam-monorepo.0.4.0  (cached)
-> retrieved pecu.0.7  (cached)
-> installed seq.base
-> retrieved re.1.11.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved uri.4.4.0  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.15.3
-> installed base64.3.5.1
-> installed csexp.1.5.2
-> installed domain-name.0.4.0
-> installed macaddr.5.6.0
-> installed pecu.0.7
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed ocaml-syntax-shims.1.0.0
-> installed cppo.1.6.9
-> installed re.1.11.0
-> installed ipaddr.5.6.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.15.3
-> installed alcotest.1.7.0
-> installed bigstringaf.0.9.1
-> installed angstrom.0.16.0
-> installed emile.1.1
-> installed uri.4.4.0
-> installed lwt.5.7.0
-> installed logs.0.7.0
-> installed bos.0.2.1
-> installed opam-monorepo.0.4.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-26 18:42.56 ---> saved as "066c1d4283f4509eff962c02dc4e57384949b99667999251878704e166a8102d"


/src: (copy (src .) (dst /src))
2024-05-26 18:42.56 ---> saved as "7ffd8664bc94b380534a92f2f15d24332bd8367ef9270139e56d9473409faf03"


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


  [OK]          cli              0   read_full_eval.
  [OK]          cli              1   configure.
  [OK]          cli              2   describe.
  [OK]          cli              3   clean.
  [OK]          cli              4   help.
  [OK]          cli              5   default.
  [OK]          package          0   merge.
  [OK]          package          1   pp.
  [OK]          package          2   invalid names.
  [OK]          graph            0   var_name.
  [OK]          graph            1   impl_name.
  [OK]          graph            2   test_graph.
  [OK]          action           0   bind.
  [OK]          action           1   seq.
  [OK]          action           2   rm.
  [OK]          action           3   mkdir.
  [OK]          action           4   rmdir.
  [OK]          action           5   with_dir.
  [OK]          action           6   pwd.
  [OK]          action           7   is_file.
  [OK]          action           8   is_dir.
  [OK]          action           9   size_of.
  [OK]          action          10   set_var.
  [OK]          action          11   get_var.
  [OK]          action          12   run_cmd.
  [OK]          action          13   run_cmd_out.
  [OK]          action          14   write_file.
  [OK]          action          15   tmp_file.
  [OK]          action          16   ls.
  [OK]          action          17   with_output.
  [OK]          key              0   equal.
  [OK]          key              1   eval.
  [OK]          key              2   get.
  [OK]          key              3   find.
  [OK]          key              4   merge.
  [OK]          key              5   cmdliner.
  [OK]          key              6   opt-all.
  [OK]          version          0   failed_to_parse comments.
  [OK]          version          1   bad comment.
  [OK]          version          2   good comment.
  [OK]          version          3   unmet comment.


Full test results in `/src/_build/default/test/functoria/_build/_tests/functoria'.
Test Successful in 0.006s. 41 tests run.
(cd _build/default/test/mirage && ./test.exe)
Testing `mirage'.
This run has ID `VJ8SZ8RP'.


  [OK]          basic          0   pp.


Full test results in `/src/_build/default/test/mirage/_build/_tests/mirage'.
Test Successful in 0.000s. 1 test run.
File "test/mirage/help/clean.t", line 1, characters 0-0:
/usr/bin/git --no-pager diff --no-index --color=always -u _build/.sandbox/c816c048b7296276403601a6bd1cab76/default/test/mirage/help/clean.t _build/.sandbox/c816c048b7296276403601a6bd1cab76/default/test/mirage/help/clean.t.corrected
diff --git a/_build/.sandbox/c816c048b7296276403601a6bd1cab76/default/test/mirage/help/clean.t b/_build/.sandbox/c816c048b7296276403601a6bd1cab76/default/test/mirage/help/clean.t.corrected
index 64f281f..0afc13e 100644
--- a/_build/.sandbox/c816c048b7296276403601a6bd1cab76/default/test/mirage/help/clean.t
+++ b/_build/.sandbox/c816c048b7296276403601a6bd1cab76/default/test/mirage/help/clean.t.corrected
@@ -65,7 +65,7 @@ Help clean --man-format=plain
          125 on unexpected internal errors (bugs).
   
   ENVIRONMENT
-         These environment variables affect the execution of clean:
+         These environment variables affect the execution of mirage clean:
   
          MODE
              See option --target.
@@ -139,7 +139,7 @@ Help clean --help=plain
          125 on unexpected internal errors (bugs).
   
   ENVIRONMENT
-         These environment variables affect the execution of clean:
+         These environment variables affect the execution of mirage clean:
   
          MODE
              See option --target.
File "test/mirage/help/configure.t", line 1, characters 0-0:
/usr/bin/git --no-pager diff --no-index --color=always -u _build/.sandbox/f37ac229a059aaef358166c47568cc9c/default/test/mirage/help/configure.t _build/.sandbox/f37ac229a059aaef358166c47568cc9c/default/test/mirage/help/configure.t.corrected
diff --git a/_build/.sandbox/f37ac229a059aaef358166c47568cc9c/default/test/mirage/help/configure.t b/_build/.sandbox/f37ac229a059aaef358166c47568cc9c/default/test/mirage/help/configure.t.corrected
index 23c0362..2f27719 100644
--- a/_build/.sandbox/f37ac229a059aaef358166c47568cc9c/default/test/mirage/help/configure.t
+++ b/_build/.sandbox/f37ac229a059aaef358166c47568cc9c/default/test/mirage/help/configure.t.corrected
@@ -89,7 +89,7 @@ Help configure --man-format=plain
          125 on unexpected internal errors (bugs).
   
   ENVIRONMENT
-         These environment variables affect the execution of configure:
+         These environment variables affect the execution of mirage configure:
   
          MIRAGE_EXTRA_REPOS
              See option --extra-repos.
@@ -190,7 +190,7 @@ Configure help --help=plain
          125 on unexpected internal errors (bugs).
   
   ENVIRONMENT
-         These environment variables affect the execution of configure:
+         These environment variables affect the execution of mirage configure:
   
          MIRAGE_EXTRA_REPOS
              See option --extra-repos.
File "test/mirage/help/describe.t", line 1, characters 0-0:
/usr/bin/git --no-pager diff --no-index --color=always -u _build/.sandbox/743e02a2368e6f3dfa7e5fef4c52c15f/default/test/mirage/help/describe.t _build/.sandbox/743e02a2368e6f3dfa7e5fef4c52c15f/default/test/mirage/help/describe.t.corrected
diff --git a/_build/.sandbox/743e02a2368e6f3dfa7e5fef4c52c15f/default/test/mirage/help/describe.t b/_build/.sandbox/743e02a2368e6f3dfa7e5fef4c52c15f/default/test/mirage/help/describe.t.corrected
index 227f808..040b3c9 100644
--- a/_build/.sandbox/743e02a2368e6f3dfa7e5fef4c52c15f/default/test/mirage/help/describe.t
+++ b/_build/.sandbox/743e02a2368e6f3dfa7e5fef4c52c15f/default/test/mirage/help/describe.t.corrected
@@ -96,7 +96,7 @@ Help describe --man-format=plain
          125 on unexpected internal errors (bugs).
   
   ENVIRONMENT
-         These environment variables affect the execution of describe:
+         These environment variables affect the execution of mirage describe:
   
          MODE
              See option --target.
@@ -201,7 +201,7 @@ Help describe --help=plain
          125 on unexpected internal errors (bugs).
   
   ENVIRONMENT
-         These environment variables affect the execution of describe:
+         These environment variables affect the execution of mirage describe:
   
          MODE
              See option --target.
File "test/mirage/help/configure-o.t", line 1, characters 0-0:
/usr/bin/git --no-pager diff --no-index --color=always -u _build/.sandbox/7af3897590972ecfe94291d6f58302a8/default/test/mirage/help/configure-o.t _build/.sandbox/7af3897590972ecfe94291d6f58302a8/default/test/mirage/help/configure-o.t.corrected
diff --git a/_build/.sandbox/7af3897590972ecfe94291d6f58302a8/default/test/mirage/help/configure-o.t b/_build/.sandbox/7af3897590972ecfe94291d6f58302a8/default/test/mirage/help/configure-o.t.corrected
index 8743e7c..590306c 100644
--- a/_build/.sandbox/7af3897590972ecfe94291d6f58302a8/default/test/mirage/help/configure-o.t
+++ b/_build/.sandbox/7af3897590972ecfe94291d6f58302a8/default/test/mirage/help/configure-o.t.corrected
@@ -89,7 +89,7 @@ Help configure -o --man-format=plain
          125 on unexpected internal errors (bugs).
   
   ENVIRONMENT
-         These environment variables affect the execution of configure:
+         These environment variables affect the execution of mirage configure:
   
          MIRAGE_EXTRA_REPOS
              See option --extra-repos.
@@ -190,7 +190,7 @@ Help configure -o --help=plain
          125 on unexpected internal errors (bugs).
   
   ENVIRONMENT
-         These environment variables affect the execution of configure:
+         These environment variables affect the execution of mirage configure:
   
          MIRAGE_EXTRA_REPOS
              See option --extra-repos.
File "test/mirage/help/query.t", line 1, characters 0-0:
/usr/bin/git --no-pager diff --no-index --color=always -u _build/.sandbox/b90139debd7450adbf573d21318ad4d6/default/test/mirage/help/query.t _build/.sandbox/b90139debd7450adbf573d21318ad4d6/default/test/mirage/help/query.t.corrected
diff --git a/_build/.sandbox/b90139debd7450adbf573d21318ad4d6/default/test/mirage/help/query.t b/_build/.sandbox/b90139debd7450adbf573d21318ad4d6/default/test/mirage/help/query.t.corrected
index 9b31c01..3be45cd 100644
--- a/_build/.sandbox/b90139debd7450adbf573d21318ad4d6/default/test/mirage/help/query.t
+++ b/_build/.sandbox/b90139debd7450adbf573d21318ad4d6/default/test/mirage/help/query.t.corrected
@@ -85,7 +85,7 @@ Help query --man-format=plain
          125 on unexpected internal errors (bugs).
   
   ENVIRONMENT
-         These environment variables affect the execution of query:
+         These environment variables affect the execution of mirage query:
   
          MIRAGE_EXTRA_REPOS
              See option --extra-repos.
@@ -182,7 +182,7 @@ Help query --help=plain
          125 on unexpected internal errors (bugs).
   
   ENVIRONMENT
-         These environment variables affect the execution of query:
+         These environment variables affect the execution of mirage query:
   
          MIRAGE_EXTRA_REPOS
              See option --extra-repos.
File "test/functoria/e2e/help.t", line 1, characters 0-0:
/usr/bin/git --no-pager diff --no-index --color=always -u _build/.sandbox/7b584abd8ab6a22d6ca49b1fecc295c1/default/test/functoria/e2e/help.t _build/.sandbox/7b584abd8ab6a22d6ca49b1fecc295c1/default/test/functoria/e2e/help.t.corrected
diff --git a/_build/.sandbox/7b584abd8ab6a22d6ca49b1fecc295c1/default/test/functoria/e2e/help.t b/_build/.sandbox/7b584abd8ab6a22d6ca49b1fecc295c1/default/test/functoria/e2e/help.t.corrected
index 3122fc0..e77ec5a 100644
--- a/_build/.sandbox/7b584abd8ab6a22d6ca49b1fecc295c1/default/test/functoria/e2e/help.t
+++ b/_build/.sandbox/7b584abd8ab6a22d6ca49b1fecc295c1/default/test/functoria/e2e/help.t.corrected
@@ -116,7 +116,7 @@ Test that the help command works without config file:
          125 on unexpected internal errors (bugs).
   
   ENVIRONMENT
-         These environment variables affect the execution of help:
+         These environment variables affect the execution of test help:
   
          MIRAGE_EXTRA_REPOS
              See option --extra-repos.
File "test/functoria/e2e/errors.t", line 1, characters 0-0:
/usr/bin/git --no-pager diff --no-index --color=always -u _build/.sandbox/7d9cce2f2e5ae00bd42413f1676b7c17/default/test/functoria/e2e/errors.t _build/.sandbox/7d9cce2f2e5ae00bd42413f1676b7c17/default/test/functoria/e2e/errors.t.corrected
diff --git a/_build/.sandbox/7d9cce2f2e5ae00bd42413f1676b7c17/default/test/functoria/e2e/errors.t b/_build/.sandbox/7d9cce2f2e5ae00bd42413f1676b7c17/default/test/functoria/e2e/errors.t.corrected
index 55b4f85..603269e 100644
--- a/_build/.sandbox/7d9cce2f2e5ae00bd42413f1676b7c17/default/test/functoria/e2e/errors.t
+++ b/_build/.sandbox/7d9cce2f2e5ae00bd42413f1676b7c17/default/test/functoria/e2e/errors.t.corrected
@@ -3,9 +3,10 @@ of a device's connect function:
 
   $ ./test.exe configure -f errors/in_device/config.ml
   $ dune build errors/in_device/
-  File "errors/in_device/config.ml", line 6, characters 2-26:
-  Error: Unbound value Unikernel_make__5.start'
-  Hint: Did you mean start?
+  File "errors/in_device/test/main.ml", line 7, characters 27-41:
+  7 | module Unikernel_make__5 = Unikernel.Make(Unit)(Unit)
+                                 ^^^^^^^^^^^^^^
+  Error: Unbound module Unikernel
   [1]
   $ ./test.exe clean -f errors/in_device.ml
 
@@ -21,10 +22,10 @@ Then, not enough:
 
   $ ./test.exe configure -f errors/in_functor_not_enough/config.ml
   $ dune build errors/in_functor_not_enough
-  File "errors/in_functor_not_enough/test/main.ml", line 35, characters 2-25:
-  35 |   Unikernel_make__5.start _unit__4
-         ^^^^^^^^^^^^^^^^^^^^^^^
-  Error: The module Unikernel_make__5 is a functor, it cannot have any components
+  File "errors/in_functor_not_enough/test/main.ml", line 7, characters 27-41:
+  7 | module Unikernel_make__5 = Unikernel.Make(Unit)
+                                 ^^^^^^^^^^^^^^
+  Error: Unbound module Unikernel
   [1]
   $ ./test.exe clean -f errors/in_functor_not_enough.ml
 
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-05-26 18:43.05: Job failed: Failed: Build failed