Organisationsmiragemirage736197 ()debian-11-5.1_opam-2.1

debian-11-5.1_opam-2.1

Link Copied
Code Copied

Logs

2024-04-25 22:36.19: New job: test mirage/mirage https://github.com/mirage/mirage.git#refs/pull/1521/head (736197e16a439364041af7b531a7be4800c1b78f) (linux-x86_64:debian-11-5.1_opam-2.1)
Base: ocaml/opam@sha256:22d407589f63b0094141b96ebd1e3f1911c06fad3c6c1d8aa19e11cb7349530b
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/mirage.git" && cd "mirage" && git fetch origin "refs/pull/1521/head" && git reset --hard 736197e1
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:22d407589f63b0094141b96ebd1e3f1911c06fad3c6c1d8aa19e11cb7349530b
# debian-11-5.1_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 9cbee1880f0d7cd285a141cbebf5af38e7375edb || git fetch origin master) && git reset -q --hard 9cbee1880f0d7cd285a141cbebf5af38e7375edb && 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-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.9.1 bos.0.2.1 cmdliner.1.2.0 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 domain-name.0.4.0 dune.3.15.0 dune-configurator.3.15.0 emile.1.1 fmt.0.9.0 fpath.0.7.3 ipaddr.5.5.0 logs.0.7.0 lwt.5.7.0 macaddr.5.5.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 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-04-25 22:36.19: Using cache hint "mirage/mirage-ocaml/opam@sha256:22d407589f63b0094141b96ebd1e3f1911c06fad3c6c1d8aa19e11cb7349530b-debian-11-5.1_opam-2.1-fb71af6e7da458923e1f1e91efd1fdb9"
2024-04-25 22:36.19: Using OBuilder spec:
((from ocaml/opam@sha256:22d407589f63b0094141b96ebd1e3f1911c06fad3c6c1d8aa19e11cb7349530b)
 (comment debian-11-5.1_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 9cbee1880f0d7cd285a141cbebf5af38e7375edb || git fetch origin master) && git reset -q --hard 9cbee1880f0d7cd285a141cbebf5af38e7375edb && 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-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.9.1 bos.0.2.1 cmdliner.1.2.0 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 domain-name.0.4.0 dune.3.15.0 dune-configurator.3.15.0 emile.1.1 fmt.0.9.0 fpath.0.7.3 ipaddr.5.5.0 logs.0.7.0 lwt.5.7.0 macaddr.5.5.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 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-04-25 22:36.19: Waiting for resource in pool OCluster
2024-04-25 22:36.19: Waiting for worker…
2024-04-25 22:36.19: Got resource from pool OCluster
Building on x86-bm-c12.sw.ocaml.org
All commits already cached
HEAD is now at 736197e1 remove no argument check


(from ocaml/opam@sha256:22d407589f63b0094141b96ebd1e3f1911c06fad3c6c1d8aa19e11cb7349530b)
Unable to find image 'ocaml/opam@sha256:22d407589f63b0094141b96ebd1e3f1911c06fad3c6c1d8aa19e11cb7349530b' locally
docker.io/ocaml/opam@sha256:22d407589f63b0094141b96ebd1e3f1911c06fad3c6c1d8aa19e11cb7349530b: Pulling from ocaml/opam
de393b48c3e2: Pulling fs layer
de393b48c3e2: Verifying Checksum
de393b48c3e2: Download complete
de393b48c3e2: Pull complete
Digest: sha256:22d407589f63b0094141b96ebd1e3f1911c06fad3c6c1d8aa19e11cb7349530b
Status: Downloaded newer image for ocaml/opam@sha256:22d407589f63b0094141b96ebd1e3f1911c06fad3c6c1d8aa19e11cb7349530b
2024-04-25 22:36.20 ---> using "bb16f373b334d8817bd06911e97e29111b67393ee72b4c8987375237ff1ba328" from cache


/: (comment debian-11-5.1_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-04-25 22:36.20 ---> using "f83a33bee71d91808a5cdf306f8a0eebf30d9f5f96833535b30526cc65acc5ad" 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.


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-04-25 22:36.20 ---> using "860e7d6cb44ff365c3819b02301e23311027a59a00145fb43481580a5f2332c8" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 5.1.1
2.1.5
2024-04-25 22:36.20 ---> using "de9fc9b0f7a7f4a7e5c86ef21c9ccba80d271b203e0257a211b7e00698660d00" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-25 22:36.20 ---> using "4f6f4992dae2e4aeb82333087f4fb63e1f26e6fb40e34f5db59b120b390ab6ed" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 9cbee1880f0d7cd285a141cbebf5af38e7375edb || git fetch origin master) && git reset -q --hard 9cbee1880f0d7cd285a141cbebf5af38e7375edb && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   4bb8cb8b65..56e6b1f095  master     -> origin/master
9cbee1880f Merge pull request #25615 from Leonidas-from-XIV/release-dune-3.15.0


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from 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, 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-04-25 22:36.20 ---> using "55b9295c6599ef9e8046e7796afbaa90d7a3761342bbef3927f4533d2721b0ab" from cache


/src: (copy (src mirage.opam mirage-runtime.opam) (dst ./))
2024-04-25 22:36.20 ---> using "3314bd8a48885150cbdc2e7ec77a0773339a8e6134f34324c849b4a481a81e8d" from cache


/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-04-25 22:36.20 ---> using "a5e8e3ea127713e06563893ac1f4b89c278483c93989e63a0482bd10917ca36e" from cache


/src: (env DEPS "alcotest.1.7.0 angstrom.0.16.0 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.9.1 bos.0.2.1 cmdliner.1.2.0 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 domain-name.0.4.0 dune.3.15.0 dune-configurator.3.15.0 emile.1.1 fmt.0.9.0 fpath.0.7.3 ipaddr.5.5.0 logs.0.7.0 lwt.5.7.0 macaddr.5.5.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 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 [271 kB]
- Fetched 363 kB in 0s (1007 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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.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-domains 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-04-25 22:36.20 ---> using "87140f11c7248a39ed7e21dd2f692d664940859bf45ff89df66479b1bbb583c7" 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-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.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-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 ocamlbuild         0.14.3
  - install dune               3.15.0
  - install cmdliner           1.2.0
  - install ocamlfind          1.9.6
  - install seq                base
  - install conf-pkg-config    3
  - 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.5.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.5.0
  - install dune-configurator  3.15.0
  - 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.2.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.5.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved macaddr.5.5.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.0  (cached)
-> retrieved dune-configurator.3.15.0  (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.2.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.0
-> installed base64.3.5.1
-> installed csexp.1.5.2
-> installed domain-name.0.4.0
-> installed macaddr.5.5.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 ocplib-endian.1.2
-> installed ipaddr.5.5.0
-> installed alcotest.1.7.0
-> installed dune-configurator.3.15.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-04-25 22:36.20 ---> using "024fc8bb927a852e307f5236e05a4532590d62e2b998f573bcf818e768a604b4" from cache


/src: (copy (src .) (dst /src))
2024-04-25 22:36.20 ---> saved as "656d88204ef0ffbb966ebf81a82f807a95edd717dd5e63bfc29d3361f28083d5"


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


  [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.013s. 41 tests run.
(cd _build/default/test/mirage && ./test.exe)
Testing `mirage'.
This run has ID `77CKZLMC'.


  [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/job-no-device/configure.t", line 1, characters 0-0:
/usr/bin/git --no-pager diff --no-index --color=always -u _build/.sandbox/e27a89e216143bcf6305515d1d70ebbb/default/test/mirage/job-no-device/configure.t _build/.sandbox/e27a89e216143bcf6305515d1d70ebbb/default/test/mirage/job-no-device/configure.t.corrected
diff --git a/_build/.sandbox/e27a89e216143bcf6305515d1d70ebbb/default/test/mirage/job-no-device/configure.t b/_build/.sandbox/e27a89e216143bcf6305515d1d70ebbb/default/test/mirage/job-no-device/configure.t.corrected
index 45d3208..63659cc 100644
--- a/_build/.sandbox/e27a89e216143bcf6305515d1d70ebbb/default/test/mirage/job-no-device/configure.t
+++ b/_build/.sandbox/e27a89e216143bcf6305515d1d70ebbb/default/test/mirage/job-no-device/configure.t.corrected
@@ -2,5 +2,3 @@
 
 Configure
   $ ./config.exe configure
-  Fatal error: exception Invalid_argument("Your configuration includes a job without arguments. Please add a dependency in your config.ml: use `let main = Mirage.main \"Unikernel.hello\" (job @-> job) register \"hello\" [ main $ noop ]` instead of `.. job .. [ main ]`.")
-  [2]
File "test/mirage/job-no-device-behind-if/configure.t", line 1, characters 0-0:
/usr/bin/git --no-pager diff --no-index --color=always -u _build/.sandbox/be2483d8da3b4e6e491a1231b0608576/default/test/mirage/job-no-device-behind-if/configure.t _build/.sandbox/be2483d8da3b4e6e491a1231b0608576/default/test/mirage/job-no-device-behind-if/configure.t.corrected
diff --git a/_build/.sandbox/be2483d8da3b4e6e491a1231b0608576/default/test/mirage/job-no-device-behind-if/configure.t b/_build/.sandbox/be2483d8da3b4e6e491a1231b0608576/default/test/mirage/job-no-device-behind-if/configure.t.corrected
index 45d3208..63659cc 100644
--- a/_build/.sandbox/be2483d8da3b4e6e491a1231b0608576/default/test/mirage/job-no-device-behind-if/configure.t
+++ b/_build/.sandbox/be2483d8da3b4e6e491a1231b0608576/default/test/mirage/job-no-device-behind-if/configure.t.corrected
@@ -2,5 +2,3 @@
 
 Configure
   $ ./config.exe configure
-  Fatal error: exception Invalid_argument("Your configuration includes a job without arguments. Please add a dependency in your config.ml: use `let main = Mirage.main \"Unikernel.hello\" (job @-> job) register \"hello\" [ main $ noop ]` instead of `.. job .. [ main ]`.")
-  [2]
File "test/mirage/describe/run.t", line 1, characters 0-0:
/usr/bin/git --no-pager diff --no-index --color=always -u _build/.sandbox/38d3b192c06b2e9f21cb62593cc07f6b/default/test/mirage/describe/run.t _build/.sandbox/38d3b192c06b2e9f21cb62593cc07f6b/default/test/mirage/describe/run.t.corrected
diff --git a/_build/.sandbox/38d3b192c06b2e9f21cb62593cc07f6b/default/test/mirage/describe/run.t b/_build/.sandbox/38d3b192c06b2e9f21cb62593cc07f6b/default/test/mirage/describe/run.t.corrected
index 24d1452..05e78ea 100644
--- a/_build/.sandbox/38d3b192c06b2e9f21cb62593cc07f6b/default/test/mirage/describe/run.t
+++ b/_build/.sandbox/38d3b192c06b2e9f21cb62593cc07f6b/default/test/mirage/describe/run.t.corrected
@@ -19,77 +19,67 @@ Describe before configure (no eval)
                 2 [label="udpv4v6_socket__2\nUdpv4v6_socket\n", shape="box"];
                 3 [label="tcpip_stack_socket_v4v6__3\nTcpip_stack_socket.V4V6\n", shape="box"];
                 4 [label="mclock__4\nMclock\n", shape="box"];
-                5 [label="unix_os_time__5\nUnix_os.Time\n", shape="box"];
-                6 [label="xen_os_time__6\nXen_os.Time\n", shape="box"];
-                7 [label="solo5_os_time__7\nSolo5_os.Time\n", shape="box"];
-                8 [label="If\ntarget"];
-                9 [label="mirage_crypto_rng_mirage_make__9\nMirage_crypto_rng_mirage.Make\n", shape="box"];
-                10 [label="netif__10\nNetif\n", shape="box"];
-                11 [label="netif__11\nNetif\n", shape="box"];
+                5 [label="mirage_time__5\nMirage_time\n", shape="box"];
+                6 [label="mirage_crypto_rng_mirage__6\nMirage_crypto_rng_mirage\n", shape="box"];
+                7 [label="mirage_net__7\nMirage_net\n", shape="box"];
+                8 [label="mirage_net__8\nMirage_net\n", shape="box"];
+                9 [label="If\ntarget"];
+                10 [label="mirage_net__10\nMirage_net\n", shape="box"];
+                11 [label="mirage_net__11\nMirage_net\n", shape="box"];
                 12 [label="If\ntarget"];
-                13 [label="netif__13\nNetif\n", shape="box"];
-                14 [label="netif__14\nNetif\n", shape="box"];
+                13 [label="mirage_net__13\nMirage_net\n", shape="box"];
+                14 [label="mirage_net__14\nMirage_net\n", shape="box"];
                 15 [label="If\ntarget"];
-                16 [label="netif__16\nNetif\n", shape="box"];
-                17 [label="netif__17\nNetif\n", shape="box"];
+                16 [label="mirage_net__16\nMirage_net\n", shape="box"];
+                17 [label="mirage_net__17\nMirage_net\n", shape="box"];
                 18 [label="If\ntarget"];
-                19 [label="netif__19\nNetif\n", shape="box"];
-                20 [label="netif__20\nNetif\n", shape="box"];
+                19 [label="mirage_net__19\nMirage_net\n", shape="box"];
+                20 [label="mirage_net__20\nMirage_net\n", shape="box"];
                 21 [label="If\ntarget"];
-                22 [label="netif__22\nNetif\n", shape="box"];
-                23 [label="netif__23\nNetif\n", shape="box"];
+                22 [label="mirage_net__22\nMirage_net\n", shape="box"];
+                23 [label="mirage_net__23\nMirage_net\n", shape="box"];
                 24 [label="If\ntarget"];
-                25 [label="netif__25\nNetif\n", shape="box"];
-                26 [label="netif__26\nNetif\n", shape="box"];
+                25 [label="mirage_net__25\nMirage_net\n", shape="box"];
+                26 [label="mirage_net__26\nMirage_net\n", shape="box"];
                 27 [label="If\ntarget"];
-                28 [label="netif__28\nNetif\n", shape="box"];
-                29 [label="netif__29\nNetif\n", shape="box"];
+                28 [label="mirage_net__28\nMirage_net\n", shape="box"];
+                29 [label="mirage_net__29\nMirage_net\n", shape="box"];
                 30 [label="If\ntarget"];
-                31 [label="netif__31\nNetif\n", shape="box"];
-                32 [label="netif__32\nNetif\n", shape="box"];
-                33 [label="If\ntarget"];
-                34 [label="If\ntarget"];
-                35 [label="ethernet_make__35\nEthernet.Make\n", shape="box"];
-                36 [label="ipv6_make__36\nIpv6.Make\n", shape="box"];
-                37 [label="arp_make__37\nArp.Make\n", shape="box"];
-                38 [label="qubes_db__38\nQubes.DB\n", shape="box"];
-                39 [label="qubesdb_ipv4_make__39\nQubesdb_ipv4.Make\n", shape="box"];
-                40 [label="dhcp_ipv4_make__40\nDhcp_ipv4.Make\n", shape="box"];
-                41 [label="static_ipv4_make__41\nStatic_ipv4.Make\n", shape="box"];
-                42 [label="If\ndhcp, net,\ntarget"];
-                43 [label="tcpip_stack_direct_ipv4v6__43\nTcpip_stack_direct.IPV4V6\n", shape="box"];
-                44 [label="tcp_flow_make__44\nTcp.Flow.Make\n", shape="box"];
-                45 [label="udp_make__45\nUdp.Make\n", shape="box"];
-                46 [label="icmpv4_make__46\nIcmpv4.Make\n", shape="box"];
-                47 [label="tcpip_stack_direct_makev4v6__47\nTcpip_stack_direct.MakeV4V6\n", shape="box"];
-                48 [label="If\ndhcp, net,\ntarget"];
-                49 [label="app__49\nApp\n", shape="box"];
-                50 [label="mirage_logs__50\nMirage_logs\n", shape="box"];
-                51 [label="mirage_runtime__51\nMirage_runtime\n", shape="box"];
-                52 [label="gc__52\nGc\n", shape="box"];
-                53 [label="hashtbl__53\nHashtbl\n", shape="box"];
-                54 [label="printexc__54\nPrintexc\n", shape="box"];
-                55 [label="bootvar__55\nBootvar\n", shape="box"];
-                56 [label="bootvar__56\nBootvar\n", shape="box"];
-                57 [label="bootvar__57\nBootvar\n", shape="box"];
-                58 [label="If\ntarget"];
-                59 [label="struct_end__59\nstruct end\n", shape="box"];
-                60 [label="mirage_runtime__60\nMirage_runtime\ntarget", shape="box"];
+                31 [label="If\ntarget"];
+                32 [label="ethernet__32\nEthernet\n", shape="box"];
+                33 [label="ipv6__33\nIpv6\n", shape="box"];
+                34 [label="arp__34\nArp\n", shape="box"];
+                35 [label="qubes_db__35\nQubes.DB\n", shape="box"];
+                36 [label="qubesdb_ipv4_make__36\nQubesdb_ipv4.Make\n", shape="box"];
+                37 [label="dhcp_ipv4_make__37\nDhcp_ipv4.Make\n", shape="box"];
+                38 [label="static_ipv4__38\nStatic_ipv4\n", shape="box"];
+                39 [label="If\ndhcp, net,\ntarget"];
+                40 [label="ipv4v6__40\nIpv4v6\n", shape="box"];
+                41 [label="tcp_flow__41\nTcp.Flow\n", shape="box"];
+                42 [label="udp__42\nUdp\n", shape="box"];
+                43 [label="icmpv4__43\nIcmpv4\n", shape="box"];
+                44 [label="tcpip_stack_direct__44\nTcpip_stack_direct\n", shape="box"];
+                45 [label="If\ndhcp, net,\ntarget"];
+                46 [label="app__46\nApp\n", shape="box"];
+                47 [label="mirage_logs__47\nMirage_logs\n", shape="box"];
+                48 [label="mirage_runtime__48\nMirage_runtime\n", shape="box"];
+                49 [label="gc__49\nGc\n", shape="box"];
+                50 [label="hashtbl__50\nHashtbl\n", shape="box"];
+                51 [label="printexc__51\nPrintexc\n", shape="box"];
+                52 [label="bootvar__52\nBootvar\n", shape="box"];
+                53 [label="bootvar__53\nBootvar\n", shape="box"];
+                54 [label="bootvar__54\nBootvar\n", shape="box"];
+                55 [label="If\ntarget"];
+                56 [label="struct_end__56\nstruct end\n", shape="box"];
+                57 [label="mirage_runtime__57\nMirage_runtime\ntarget", shape="box"];
                 
                 3 -> 2 [style="dashed"];
                 3 -> 1 [style="dashed"];
-                8 -> 5 [style="dotted", headport="n"];
-                8 -> 5 [style="dotted", headport="n"];
-                8 -> 6 [style="dotted", headport="n"];
-                8 -> 6 [style="dotted", headport="n"];
-                8 -> 7 [style="dotted", headport="n"];
-                8 -> 7 [style="dotted", headport="n"];
-                8 -> 7 [style="dotted", headport="n"];
-                8 -> 7 [style="dotted", headport="n"];
-                8 -> 7 [style="dotted", headport="n"];
-                8 -> 5 [style="bold", style="dotted", headport="n"];
-                9 -> 8 [];
-                9 -> 4 [];
+                6 -> 5 [style="dashed"];
+                6 -> 4 [style="dashed"];
+                9 -> 7 [style="dotted", headport="n"];
+                9 -> 8 [style="dotted", headport="n"];
+                9 -> 7 [style="bold", style="dotted", headport="n"];
                 12 -> 10 [style="dotted", headport="n"];
                 12 -> 11 [style="dotted", headport="n"];
                 12 -> 10 [style="bold", style="dotted", headport="n"];
@@ -111,86 +101,80 @@ Describe before configure (no eval)
                 30 -> 28 [style="dotted", headport="n"];
                 30 -> 29 [style="dotted", headport="n"];
                 30 -> 28 [style="bold", style="dotted", headport="n"];
-                33 -> 31 [style="dotted", headport="n"];
-                33 -> 32 [style="dotted", headport="n"];
-                33 -> 31 [style="bold", style="dotted", headport="n"];
-                34 -> 12 [style="dotted", headport="n"];
-                34 -> 15 [style="dotted", headport="n"];
-                34 -> 18 [style="dotted", headport="n"];
-                34 -> 21 [style="dotted", headport="n"];
-                34 -> 24 [style="dotted", headport="n"];
-                34 -> 27 [style="dotted", headport="n"];
-                34 -> 30 [style="dotted", headport="n"];
-                34 -> 33 [style="bold", style="dotted", headport="n"];
-                35 -> 34 [];
-                36 -> 34 [];
+                31 -> 9 [style="dotted", headport="n"];
+                31 -> 12 [style="dotted", headport="n"];
+                31 -> 15 [style="dotted", headport="n"];
+                31 -> 18 [style="dotted", headport="n"];
+                31 -> 21 [style="dotted", headport="n"];
+                31 -> 24 [style="dotted", headport="n"];
+                31 -> 27 [style="dotted", headport="n"];
+                31 -> 30 [style="bold", style="dotted", headport="n"];
+                32 -> 31 [style="dashed"];
+                33 -> 31 [style="dashed"];
+                33 -> 32 [style="dashed"];
+                33 -> 6 [style="dashed"];
+                33 -> 5 [style="dashed"];
+                33 -> 4 [style="dashed"];
+                34 -> 32 [style="dashed"];
                 36 -> 35 [];
-                36 -> 9 [];
-                36 -> 8 [];
+                36 -> 6 [];
                 36 -> 4 [];
-                37 -> 35 [];
-                37 -> 8 [];
-                39 -> 38 [];
-                39 -> 9 [];
-                39 -> 4 [];
-                39 -> 35 [];
-                39 -> 37 [];
-                40 -> 9 [];
-                40 -> 4 [];
-                40 -> 8 [];
-                40 -> 34 [];
-                40 -> 35 [];
-                40 -> 37 [];
-                41 -> 9 [];
-                41 -> 4 [];
-                41 -> 35 [];
-                41 -> 37 [];
-                42 -> 39 [style="dotted", headport="n"];
-                42 -> 40 [style="dotted", headport="n"];
-                42 -> 41 [style="bold", style="dotted", headport="n"];
-                43 -> 42 [];
-                43 -> 36 [];
-                44 -> 43 [];
-                44 -> 8 [];
-                44 -> 4 [];
-                44 -> 9 [];
-                45 -> 43 [];
-                45 -> 9 [];
-                46 -> 42 [];
-                47 -> 8 [];
-                47 -> 9 [];
-                47 -> 34 [];
-                47 -> 35 [];
-                47 -> 37 [];
-                47 -> 43 [];
-                47 -> 46 [];
-                47 -> 45 [];
-                47 -> 44 [];
-                48 -> 3 [style="dotted", headport="n"];
-                48 -> 47 [style="bold", style="dotted", headport="n"];
-                49 -> 48 [];
-                58 -> 55 [style="dotted", headport="n"];
-                58 -> 55 [style="dotted", headport="n"];
-                58 -> 56 [style="dotted", headport="n"];
-                58 -> 56 [style="dotted", headport="n"];
-                58 -> 56 [style="dotted", headport="n"];
-                58 -> 56 [style="dotted", headport="n"];
-                58 -> 56 [style="dotted", headport="n"];
-                58 -> 57 [style="bold", style="dotted", headport="n"];
-                59 -> 58 [style="dashed"];
-                60 -> 59 [style="dashed"];
-                60 -> 54 [style="dashed"];
-                60 -> 53 [style="dashed"];
-                60 -> 52 [style="dashed"];
-                60 -> 51 [style="dashed"];
-                60 -> 50 [style="dashed"];
-                60 -> 49 [style="dashed"];
+                36 -> 32 [];
+                36 -> 34 [];
+                37 -> 6 [];
+                37 -> 4 [];
+                37 -> 5 [];
+                37 -> 31 [];
+                37 -> 32 [];
+                37 -> 34 [];
+                38 -> 6 [style="dashed"];
+                38 -> 4 [style="dashed"];
+                38 -> 32 [style="dashed"];
+                38 -> 34 [style="dashed"];
+                39 -> 36 [style="dotted", headport="n"];
+                39 -> 37 [style="dotted", headport="n"];
+                39 -> 38 [style="bold", style="dotted", headport="n"];
+                40 -> 39 [style="dashed"];
+                40 -> 33 [style="dashed"];
+                41 -> 40 [style="dashed"];
+                41 -> 5 [style="dashed"];
+                41 -> 4 [style="dashed"];
+                41 -> 6 [style="dashed"];
+                42 -> 40 [style="dashed"];
+                42 -> 6 [style="dashed"];
+                43 -> 39 [style="dashed"];
+                44 -> 5 [style="dashed"];
+                44 -> 6 [style="dashed"];
+                44 -> 31 [style="dashed"];
+                44 -> 32 [style="dashed"];
+                44 -> 34 [style="dashed"];
+                44 -> 40 [style="dashed"];
+                44 -> 43 [style="dashed"];
+                44 -> 42 [style="dashed"];
+                44 -> 41 [style="dashed"];
+                45 -> 3 [style="dotted", headport="n"];
+                45 -> 44 [style="bold", style="dotted", headport="n"];
+                46 -> 45 [];
+                55 -> 52 [style="dotted", headport="n"];
+                55 -> 52 [style="dotted", headport="n"];
+                55 -> 53 [style="dotted", headport="n"];
+                55 -> 53 [style="dotted", headport="n"];
+                55 -> 53 [style="dotted", headport="n"];
+                55 -> 53 [style="dotted", headport="n"];
+                55 -> 53 [style="dotted", headport="n"];
+                55 -> 54 [style="bold", style="dotted", headport="n"];
+                56 -> 55 [style="dashed"];
+                57 -> 56 [style="dashed"];
+                57 -> 51 [style="dashed"];
+                57 -> 50 [style="dashed"];
+                57 -> 49 [style="dashed"];
+                57 -> 48 [style="dashed"];
+                57 -> 47 [style="dashed"];
+                57 -> 46 [style="dashed"];
                 }
 
 Describe after configure
   $ echo "-txen" > context
   $ ./config.exe describe --context-file=context
-  Name       describe
-  Keys       dhcp=false (default),
-             net= (default),
-             target=xen
+  Fatal error: exception Failure("NYI")
+  [2]
File "test/mirage/random/run.t", line 1, characters 0-0:
/usr/bin/git --no-pager diff --no-index --color=always -u _build/.sandbox/a6333775a8ab8784094c17edd2b5f382/default/test/mirage/random/run.t _build/.sandbox/a6333775a8ab8784094c17edd2b5f382/default/test/mirage/random/run.t.corrected
diff --git a/_build/.sandbox/a6333775a8ab8784094c17edd2b5f382/default/test/mirage/random/run.t b/_build/.sandbox/a6333775a8ab8784094c17edd2b5f382/default/test/mirage/random/run.t.corrected
index a9d52ab..29f104a 100644
--- a/_build/.sandbox/a6333775a8ab8784094c17edd2b5f382/default/test/mirage/random/run.t
+++ b/_build/.sandbox/a6333775a8ab8784094c17edd2b5f382/default/test/mirage/random/run.t.corrected
@@ -95,15 +95,13 @@ Configure the project for Unix:
     Mirage_runtime.logs
   ;;
   
-  module Mirage_crypto_rng_mirage_make__10 = Mirage_crypto_rng_mirage.Make(Unix_os.Time)(Mclock)
-  
-  module App_make__11 = App.Make(Mirage_crypto_rng_mirage_make__10)
+  module App_make__11 = App.Make(Mirage_crypto_rng_mirage)
   
   let bootvar__1 = lazy (
   # 7 "lib/devices/argv.ml"
     Bootvar.argv ()
   );;
-  # 84 "mirage/main.ml"
+  # 82 "mirage/main.ml"
   
   let struct_end__2 = lazy (
     let __bootvar__1 = Lazy.force bootvar__1 in
@@ -111,21 +109,21 @@ Configure the project for Unix:
   # 47 "lib/functoria/job.ml"
     return Mirage_runtime.(with_argv (runtime_args ()) "random" _bootvar__1)
   );;
-  # 92 "mirage/main.ml"
+  # 90 "mirage/main.ml"
   
   let printexc__3 = lazy (
     let _backtrace = backtrace__key () in
-  # 396 "lib/mirage.ml"
+  # 390 "lib/mirage.ml"
     return (Printexc.record_backtrace _backtrace)
   );;
-  # 99 "mirage/main.ml"
+  # 97 "mirage/main.ml"
   
   let hashtbl__4 = lazy (
     let _randomize_hashtables = randomize_hashtables__key () in
-  # 405 "lib/mirage.ml"
+  # 399 "lib/mirage.ml"
     return (if _randomize_hashtables then Hashtbl.randomize ())
   );;
-  # 106 "mirage/main.ml"
+  # 104 "mirage/main.ml"
   
   let gc__5 = lazy (
     let _allocation_policy = allocation_policy__key () in
@@ -138,7 +136,7 @@ Configure the project for Unix:
     let _custom_major_ratio = custom_major_ratio__key () in
     let _custom_minor_ratio = custom_minor_ratio__key () in
     let _custom_minor_max_size = custom_minor_max_size__key () in
-  # 457 "lib/mirage.ml"
+  # 451 "lib/mirage.ml"
     return (
   let open Gc in
     let ctrl = get () in
@@ -154,14 +152,14 @@ Configure the project for Unix:
     custom_minor_max_size = (match _custom_minor_max_size with None -> ctrl.custom_minor_max_size | Some x -> x) })
   )
   );;
-  # 135 "mirage/main.ml"
+  # 133 "mirage/main.ml"
   
   let mirage_runtime__6 = lazy (
     let _delay = delay__key () in
-  # 302 "lib/mirage.ml"
-    Unix_os.Time.sleep_ns (Duration.of_sec _delay)
+  # 296 "lib/mirage.ml"
+    Mirage_time.sleep_ns (Duration.of_sec _delay)
   );;
-  # 142 "mirage/main.ml"
+  # 140 "mirage/main.ml"
   
   let mirage_logs__7 = lazy (
     let _logs = logs__key () in
@@ -171,35 +169,35 @@ Configure the project for Unix:
     Logs.set_reporter reporter;
     Lwt.return reporter
   );;
-  # 152 "mirage/main.ml"
+  # 150 "mirage/main.ml"
   
-  let unix_os_time__8 = lazy (
+  let mirage_time__8 = lazy (
     return ()
   );;
-  # 157 "mirage/main.ml"
+  # 155 "mirage/main.ml"
   
   let mclock__9 = lazy (
     return ()
   );;
-  # 162 "mirage/main.ml"
+  # 160 "mirage/main.ml"
   
-  let mirage_crypto_rng_mirage_make__10 = lazy (
-    let __unix_os_time__8 = Lazy.force unix_os_time__8 in
+  let mirage_crypto_rng_mirage__10 = lazy (
+    let __mirage_time__8 = Lazy.force mirage_time__8 in
     let __mclock__9 = Lazy.force mclock__9 in
-    __unix_os_time__8 >>= fun _unix_os_time__8 ->
+    __mirage_time__8 >>= fun _mirage_time__8 ->
     __mclock__9 >>= fun _mclock__9 ->
-  # 18 "lib/devices/random.ml"
-    Mirage_crypto_rng_mirage_make__10.initialize (module Mirage_crypto_rng.Fortuna)
+  # 17 "lib/devices/random.ml"
+    Mirage_crypto_rng_mirage.initialize (module Mirage_crypto_rng.Fortuna)
   );;
-  # 172 "mirage/main.ml"
+  # 170 "mirage/main.ml"
   
   let app_make__11 = lazy (
-    let __mirage_crypto_rng_mirage_make__10 = Lazy.force mirage_crypto_rng_mirage_make__10 in
-    __mirage_crypto_rng_mirage_make__10 >>= fun _mirage_crypto_rng_mirage_make__10 ->
+    let __mirage_crypto_rng_mirage__10 = Lazy.force mirage_crypto_rng_mirage__10 in
+    __mirage_crypto_rng_mirage__10 >>= fun _mirage_crypto_rng_mirage__10 ->
   # 3 "config.ml"
-    App_make__11.start _mirage_crypto_rng_mirage_make__10
+    App_make__11.start _mirage_crypto_rng_mirage__10
   );;
-  # 180 "mirage/main.ml"
+  # 178 "mirage/main.ml"
   
   let mirage_runtime__12 = lazy (
     let __struct_end__2 = Lazy.force struct_end__2 in
@@ -216,10 +214,10 @@ Configure the project for Unix:
     __mirage_runtime__6 >>= fun _mirage_runtime__6 ->
     __mirage_logs__7 >>= fun _mirage_logs__7 ->
     __app_make__11 >>= fun _app_make__11 ->
-  # 384 "lib/mirage.ml"
+  # 378 "lib/mirage.ml"
     return ()
   );;
-  # 200 "mirage/main.ml"
+  # 198 "mirage/main.ml"
   
   let () =
     let t = Lazy.force struct_end__2 >>= fun _ ->
@@ -336,15 +334,13 @@ Configure the project for Xen:
     Mirage_runtime.logs
   ;;
   
-  module Mirage_crypto_rng_mirage_make__10 = Mirage_crypto_rng_mirage.Make(Xen_os.Time)(Mclock)
-  
-  module App_make__11 = App.Make(Mirage_crypto_rng_mirage_make__10)
+  module App_make__11 = App.Make(Mirage_crypto_rng_mirage)
   
   let bootvar__1 = lazy (
   # 21 "lib/devices/argv.ml"
     Bootvar.argv ()
   );;
-  # 84 "mirage/main.ml"
+  # 82 "mirage/main.ml"
   
   let struct_end__2 = lazy (
     let __bootvar__1 = Lazy.force bootvar__1 in
@@ -352,21 +348,21 @@ Configure the project for Xen:
   # 47 "lib/functoria/job.ml"
     return Mirage_runtime.(with_argv (runtime_args ()) "random" _bootvar__1)
   );;
-  # 92 "mirage/main.ml"
+  # 90 "mirage/main.ml"
   
   let printexc__3 = lazy (
     let _backtrace = backtrace__key () in
-  # 396 "lib/mirage.ml"
+  # 390 "lib/mirage.ml"
     return (Printexc.record_backtrace _backtrace)
   );;
-  # 99 "mirage/main.ml"
+  # 97 "mirage/main.ml"
   
   let hashtbl__4 = lazy (
     let _randomize_hashtables = randomize_hashtables__key () in
-  # 405 "lib/mirage.ml"
+  # 399 "lib/mirage.ml"
     return (if _randomize_hashtables then Hashtbl.randomize ())
   );;
-  # 106 "mirage/main.ml"
+  # 104 "mirage/main.ml"
   
   let gc__5 = lazy (
     let _allocation_policy = allocation_policy__key () in
@@ -379,7 +375,7 @@ Configure the project for Xen:
     let _custom_major_ratio = custom_major_ratio__key () in
     let _custom_minor_ratio = custom_minor_ratio__key () in
     let _custom_minor_max_size = custom_minor_max_size__key () in
-  # 457 "lib/mirage.ml"
+  # 451 "lib/mirage.ml"
     return (
   let open Gc in
     let ctrl = get () in
@@ -395,14 +391,14 @@ Configure the project for Xen:
     custom_minor_max_size = (match _custom_minor_max_size with None -> ctrl.custom_minor_max_size | Some x -> x) })
   )
   );;
-  # 135 "mirage/main.ml"
+  # 133 "mirage/main.ml"
   
   let mirage_runtime__6 = lazy (
     let _delay = delay__key () in
-  # 302 "lib/mirage.ml"
-    Xen_os.Time.sleep_ns (Duration.of_sec _delay)
+  # 296 "lib/mirage.ml"
+    Mirage_time.sleep_ns (Duration.of_sec _delay)
   );;
-  # 142 "mirage/main.ml"
+  # 140 "mirage/main.ml"
   
   let mirage_logs__7 = lazy (
     let _logs = logs__key () in
@@ -412,35 +408,35 @@ Configure the project for Xen:
     Logs.set_reporter reporter;
     Lwt.return reporter
   );;
-  # 152 "mirage/main.ml"
+  # 150 "mirage/main.ml"
   
-  let xen_os_time__8 = lazy (
+  let mirage_time__8 = lazy (
     return ()
   );;
-  # 157 "mirage/main.ml"
+  # 155 "mirage/main.ml"
   
   let mclock__9 = lazy (
     return ()
   );;
-  # 162 "mirage/main.ml"
+  # 160 "mirage/main.ml"
   
-  let mirage_crypto_rng_mirage_make__10 = lazy (
-    let __xen_os_time__8 = Lazy.force xen_os_time__8 in
+  let mirage_crypto_rng_mirage__10 = lazy (
+    let __mirage_time__8 = Lazy.force mirage_time__8 in
     let __mclock__9 = Lazy.force mclock__9 in
-    __xen_os_time__8 >>= fun _xen_os_time__8 ->
+    __mirage_time__8 >>= fun _mirage_time__8 ->
     __mclock__9 >>= fun _mclock__9 ->
-  # 18 "lib/devices/random.ml"
-    Mirage_crypto_rng_mirage_make__10.initialize (module Mirage_crypto_rng.Fortuna)
+  # 17 "lib/devices/random.ml"
+    Mirage_crypto_rng_mirage.initialize (module Mirage_crypto_rng.Fortuna)
   );;
-  # 172 "mirage/main.ml"
+  # 170 "mirage/main.ml"
   
   let app_make__11 = lazy (
-    let __mirage_crypto_rng_mirage_make__10 = Lazy.force mirage_crypto_rng_mirage_make__10 in
-    __mirage_crypto_rng_mirage_make__10 >>= fun _mirage_crypto_rng_mirage_make__10 ->
+    let __mirage_crypto_rng_mirage__10 = Lazy.force mirage_crypto_rng_mirage__10 in
+    __mirage_crypto_rng_mirage__10 >>= fun _mirage_crypto_rng_mirage__10 ->
   # 3 "config.ml"
-    App_make__11.start _mirage_crypto_rng_mirage_make__10
+    App_make__11.start _mirage_crypto_rng_mirage__10
   );;
-  # 180 "mirage/main.ml"
+  # 178 "mirage/main.ml"
   
   let mirage_runtime__12 = lazy (
     let __struct_end__2 = Lazy.force struct_end__2 in
@@ -457,10 +453,10 @@ Configure the project for Xen:
     __mirage_runtime__6 >>= fun _mirage_runtime__6 ->
     __mirage_logs__7 >>= fun _mirage_logs__7 ->
     __app_make__11 >>= fun _app_make__11 ->
-  # 384 "lib/mirage.ml"
+  # 378 "lib/mirage.ml"
     return ()
   );;
-  # 200 "mirage/main.ml"
+  # 198 "mirage/main.ml"
   
   let () =
     let t = Lazy.force struct_end__2 >>= fun _ ->
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-04-25 22:36.29: Job failed: Failed: Build failed