2021-10-20 09:52.56: New job: Build using linux-x86_64 in
                                [https://github.com/mirage/mirage-skeleton.git#refs/heads/master (4eb9b898d38073bed050f588e7132acfea770848)]

OBuilder spec:

((from ocaml/opam:debian-10-ocaml-4.13)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo chown opam:opam /home/opam"))
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam update"))
 (run (network host)
      (shell "opam repo add opam https://github.com/ocaml/opam-repository.git#071951a7f9a420ee45d953b57b5e540bf0bd82e9"))
 (run (network host)
      (shell "opam repo add mirage-dev https://github.com/mirage/mirage-dev.git#e8f527bcf5eb2058a76f4faf4742810648db8f93"))
 (run (network host)
      (shell "opam pin -ny https://github.com/mirage/mirage.git#d191096fa6f26c75f938fc0a6fc7214bb9b6b9e6"))
 (run (cache (download-cache (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install -y mirage"))
 (copy (src .) (dst /src/))
 (env MODE hvt)
 (workdir /src/)
 (run (shell "opam exec -- make configure"))
 (env DUNE_CACHE enabled)
 (env DUNE_CACHE_TRANSPORT direct)
 (run (cache (download-cache (target /home/opam/.opam/download-cache)) (dune-build-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "opam exec -- make build"))
)

2021-10-20 09:52.56: Using cache hint "mirage-ci-skeleton-debian-10-ocaml-4.13"
2021-10-20 09:52.56: Connecting to build cluster...
2021-10-20 09:52.56: Waiting for resource in pool OCluster
2021-10-20 09:52.56: Waiting for worker...
2021-10-20 09:52.56: Got resource from pool OCluster
Building on x86-bm-1.ocamllabs.io
All commits already cached
HEAD is now at 4eb9b89 Merge pull request #316 from jmid/fix-xen-link

(from ocaml/opam:debian-10-ocaml-4.13)
WARNING: Error loading config file: .dockercfg: $HOME is not defined
2021-10-20 09:52.57 ---> using "cbba9511e46ef57631453d5b88aeed1ed6de6fa87b6f0dcb3da9328657d73fa4" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2021-10-20 09:52.57 ---> using "0afede13af6ea6d75cbfcfb80353059bc4fd4eea40a723ef627f0c4946f2e079" from cache

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam update"))
This development 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.

Continue? [Y/n] y
Format upgrade done.

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2021-10-20 09:52.57 ---> using "88933084999984163bc104ca2978b0ba2b9c83ff33e4e30c3b6dae7cb5cde9bc" from cache

/home/opam: (run (network host)
                 (shell "opam repo add opam https://github.com/ocaml/opam-repository.git#071951a7f9a420ee45d953b57b5e540bf0bd82e9"))
[opam] Initialised
[NOTE] Repository opam has been added to the selections of switch 4.13 only.
       Run `opam repository add opam --all-switches|--set-default' to use it in all existing switches, or in newly created switches, respectively.

2021-10-20 09:52.57 ---> using "3d4692b9cf99f7d58a3255d6d7ed47f8df6a050a26d37405dca89597cb14c978" from cache

/home/opam: (run (network host)
                 (shell "opam repo add mirage-dev https://github.com/mirage/mirage-dev.git#e8f527bcf5eb2058a76f4faf4742810648db8f93"))
[mirage-dev] Initialised
[NOTE] Repository mirage-dev has been added to the selections of switch 4.13 only.
       Run `opam repository add mirage-dev --all-switches|--set-default' to use it in all existing switches, or in newly created switches, respectively.

2021-10-20 09:52.57 ---> using "c24492e87bdc06f0ab1dcef07e2829dc43bc5c046db88a40bb3d4a8db4d03d54" from cache

/home/opam: (run (network host)
                 (shell "opam pin -ny https://github.com/mirage/mirage.git#d191096fa6f26c75f938fc0a6fc7214bb9b6b9e6"))
This will pin the following packages: mirage-runtime, mirage-types-lwt, mirage-types, mirage. Continue? [Y/n] y
mirage-runtime is now pinned to git+https://github.com/mirage/mirage.git#d191096fa6f26c75f938fc0a6fc7214bb9b6b9e6 (version 3.10.5)
mirage-types-lwt is now pinned to git+https://github.com/mirage/mirage.git#d191096fa6f26c75f938fc0a6fc7214bb9b6b9e6 (version 3.10.5)
mirage-types is now pinned to git+https://github.com/mirage/mirage.git#d191096fa6f26c75f938fc0a6fc7214bb9b6b9e6 (version 3.10.5)
mirage is now pinned to git+https://github.com/mirage/mirage.git#d191096fa6f26c75f938fc0a6fc7214bb9b6b9e6 (version 3.10.5)
2021-10-20 09:52.57 ---> using "08ec438aa7863f47531e3370d95903d410e4655918fb62bc0ea2f641852ad9c0" from cache

/home/opam: (run (cache (download-cache (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell "opam install -y mirage"))

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mirage.3.10.5] synchronised (no changes)

The following actions will be performed:
  - install ocamlfind         1.9.1   [required by astring, bos]
  - install seq               base    [required by lwt]
  - install cmdliner          1.0.4   [required by functoria]
  - install dune              2.9.1   [required by mirage]
  - install ocamlbuild        0.14.0  [required by astring, bos]
  - install base-bytes        base    [required by ocplib-endian]
  - install stdlib-shims      0.3.0   [required by mirage]
  - install result            1.5     [required by ptime]
  - install mmap              1.1.0   [required by lwt]
  - install macaddr           5.2.0   [required by ipaddr]
  - install csexp             1.5.1   [required by dune-configurator]
  - install cppo              1.6.8   [required by lwt]
  - install topkg             1.0.4   [required by astring, bos]
  - install ocamlgraph        2.0.0   [required by functoria]
  - install dune-configurator 2.9.1   [required by lwt]
  - install ocplib-endian     1.1     [required by lwt]
  - install rresult           0.7.0   [required by bos, functoria]
  - install ptime             0.8.5   [required by functoria]
  - install fmt               0.8.10  [required by mirage]
  - install astring           0.8.5   [required by mirage]
  - install lwt               5.4.2   [required by mirage-runtime]
  - install functoria-runtime 3.0.3   [required by mirage-runtime]
  - install fpath             0.7.3   [required by bos, functoria]
  - install domain-name       0.3.0   [required by ipaddr]
  - install logs              0.7.0   [required by mirage]
  - install ipaddr            5.2.0   [required by mirage]
  - install bos               0.2.1   [required by mirage]
  - install mirage-runtime    3.10.5* [required by mirage]
  - install functoria         3.1.1   [required by mirage]
  - install mirage            3.10.5*
===== 30 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bos.0.2.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved cmdliner.1.0.4  (cached)
-> retrieved cppo.1.6.8  (cached)
-> retrieved csexp.1.5.1  (cached)
-> retrieved domain-name.0.3.0  (cached)
-> retrieved fmt.0.8.10  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved functoria.3.1.1  (cached)
-> retrieved functoria-runtime.3.0.3  (cached)
-> retrieved ipaddr.5.2.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved dune-configurator.2.9.1  (cached)
-> retrieved dune.2.9.1  (cached)
-> retrieved lwt.5.4.2  (cached)
-> retrieved macaddr.5.2.0  (cached)
-> retrieved mmap.1.1.0  (cached)
-> retrieved ocamlbuild.0.14.0  (cached)
-> retrieved mirage.3.10.5  (no changes)
-> retrieved ocamlfind.1.9.1  (cached)
-> retrieved mirage-runtime.3.10.5  (no changes)
-> retrieved ocamlgraph.2.0.0  (cached)
-> retrieved ocplib-endian.1.1  (cached)
-> retrieved ptime.0.8.5  (cached)
-> installed seq.base
-> retrieved result.1.5  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.4  (cached)
-> installed cmdliner.1.0.4
-> installed ocamlfind.1.9.1
-> installed base-bytes.base
-> installed ocamlbuild.0.14.0
-> installed topkg.1.0.4
-> installed rresult.0.7.0
-> installed fmt.0.8.10
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.2.9.1
-> installed stdlib-shims.0.3.0
-> installed domain-name.0.3.0
-> installed csexp.1.5.1
-> installed functoria-runtime.3.0.3
-> installed mmap.1.1.0
-> installed result.1.5
-> installed macaddr.5.2.0
-> installed cppo.1.6.8
-> installed ipaddr.5.2.0
-> installed ocplib-endian.1.1
-> installed ptime.0.8.5
-> installed dune-configurator.2.9.1
-> installed ocamlgraph.2.0.0
-> installed lwt.5.4.2
-> installed logs.0.7.0
-> installed mirage-runtime.3.10.5
-> installed bos.0.2.1
-> installed functoria.3.1.1
-> installed mirage.3.10.5
Done.
# Run eval $(opam env) to update the current shell environment
2021-10-20 09:52.57 ---> using "7ecd8508d345d48bccbc1869abcdfa82922fe4986cc98b6435585d832df36e07" from cache

/home/opam: (copy (src .) (dst /src/))
2021-10-20 09:52.57 ---> using "4087126dbf9829d871a94fbe54ad44807c1301ef256fba171b98bdf768e2fde0" from cache

/home/opam: (env MODE hvt)

/home/opam: (workdir /src/)

/src/: (run (shell "opam exec -- make configure"))
cd tutorial/noop && mirage configure -t hvt 
cd tutorial/noop-functor && mirage configure -t hvt 
cd tutorial/hello && mirage configure -t hvt 
cd tutorial/hello-key && mirage configure -t hvt 
cd tutorial/lwt/echo_server && mirage configure -t hvt 
cd tutorial/lwt/heads1 && mirage configure -t hvt 
cd tutorial/lwt/heads2 && mirage configure -t hvt 
cd tutorial/lwt/timeout1 && mirage configure -t hvt 
cd tutorial/lwt/timeout2 && mirage configure -t hvt 
cd tutorial/app_info && mirage configure -t hvt 
cd device-usage/clock && mirage configure -t hvt 
cd device-usage/conduit_server && mirage configure -t hvt 
cd device-usage/console && mirage configure -t hvt 
cd device-usage/http-fetch && mirage configure -t hvt 
cd device-usage/kv_ro && mirage configure -t hvt 
cd device-usage/network && mirage configure -t hvt 
cd device-usage/ping6 && mirage configure -t hvt 
cd device-usage/pgx && mirage configure -t hvt 
cd device-usage/prng && mirage configure -t hvt 
cd applications/dhcp && mirage configure -t hvt 
cd applications/static_website_tls && mirage configure -t hvt 
cd device-usage/block && mirage configure -t hvt 
2021-10-20 09:52.57 ---> using "5b6c0392b63ffe8c602b11673c791bc9b698ed3cbf7556fcafe8cd0ccf6435a5" from cache

/src/: (env DUNE_CACHE enabled)

/src/: (env DUNE_CACHE_TRANSPORT direct)

/src/: (run (cache (download-cache (target /home/opam/.opam/download-cache)) (dune-build-cache (target /home/opam/.cache/dune)))
            (network host)
            (shell "opam exec -- make build"))
cd tutorial/noop && mirage configure -t hvt 
cp Makefile.user tutorial/noop
cp: cannot stat 'Makefile.user': No such file or directory
make: [Makefile:55: tutorial/noop-build] Error 1 (ignored)
cd tutorial/noop && make depend && make
make[1]: Entering directory '/src/tutorial/noop'
opam pin add -k path --no-action --yes mirage-unikernel-noop-hvt . && opam depext --yes --update mirage-unikernel-noop-hvt ; opam pin remove --no-action mirage-unikernel-noop-hvt
Package mirage-unikernel-noop-hvt does not exist, create as a NEW package? [Y/n] y
[mirage-unikernel-noop-hvt.~dev] synchronised (file:///src/tutorial/noop)
mirage-unikernel-noop-hvt is now pinned to file:///src/tutorial/noop (version ~dev)
opam: unknown command `depext'.
Usage: opam COMMAND ...
Try `opam --help' for more information.
Ok, mirage-unikernel-noop-hvt is no longer pinned to file:///src/tutorial/noop (version ~dev)
opam install -y --deps-only .
The following actions will be performed:
  - install ppx_derivers              1.2.1
  - install mirage-device             2.0.0
  - install ocaml-src                 4.13.1
  - install bheap                     2.0.0
  - install mirage-time               2.0.1
  - install sexplib0                  v0.14.0
  - install duration                  0.2.0
  - install conf-pkg-config           2
  - install mirage-clock              3.1.0
  - install parse-argv                0.2.0
  - install metrics                   0.3.0
  - install num                       1.4
  - install ocaml-compiler-libs       v0.12.4
  - install bigarray-compat           1.0.0
  - install mirage-kv                 3.0.1
  - install base                      v0.14.1
  - install conf-libseccomp           1
  - install mirage-clock-freestanding 3.1.0
  - install ppxlib                    0.23.0
  - install cstruct                   6.0.1
  - install parsexp                   v0.14.1
  - install solo5-bindings-hvt        0.6.8
  - install mirage-random             2.0.0
  - install mirage-net                3.0.1
  - install mirage-fs                 3.0.1
  - install mirage-flow               2.0.1
  - install mirage-block              2.0.1
  - install sexplib                   v0.14.0
  - install ocaml-freestanding        0.6.5
  - install mirage-protocols          5.0.0
  - install mirage-console            4.0.0
  - install mirage-channel            4.0.1
  - install ppx_cstruct               6.0.1
  - install mirage-solo5              0.6.4
  - install mirage-stack              2.2.0
  - install mirage-profile            0.9.1
  - install mirage-bootvar-solo5      0.6.0
  - install mirage-types              3.10.5*
  - install mirage-logs               1.2.0
  - install mirage-types-lwt          3.10.5*
===== 40 to install =====

The following system packages will first need to be installed:
    libseccomp-dev pkg-config

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libseccomp-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libglib2.0-0:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17391 files and directories currently installed.)
- Preparing to unpack .../0-libglib2.0-0_2.58.3-2+deb10u3_amd64.deb ...
- Unpacking libglib2.0-0:amd64 (2.58.3-2+deb10u3) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../1-libglib2.0-data_2.58.3-2+deb10u3_all.deb ...
- Unpacking libglib2.0-data (2.58.3-2+deb10u3) ...
- Selecting previously unselected package libicu63:amd64.
- Preparing to unpack .../2-libicu63_63.1-6+deb10u1_amd64.deb ...
- Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
- Selecting previously unselected package libseccomp-dev:amd64.
- Preparing to unpack .../3-libseccomp-dev_2.3.3-4_amd64.deb ...
- Unpacking libseccomp-dev:amd64 (2.3.3-4) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u2_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u2) ...
- Selecting previously unselected package pkg-config.
- Preparing to unpack .../5-pkg-config_0.29-6_amd64.deb ...
- Unpacking pkg-config (0.29-6) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../6-shared-mime-info_1.10-1_amd64.deb ...
- Unpacking shared-mime-info (1.10-1) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../7-xdg-user-dirs_0.17-2_amd64.deb ...
- Unpacking xdg-user-dirs (0.17-2) ...
- Setting up libseccomp-dev:amd64 (2.3.3-4) ...
- Setting up xdg-user-dirs (0.17-2) ...
- Setting up libglib2.0-0:amd64 (2.58.3-2+deb10u3) ...
- No schema files found: doing nothing.
- Setting up libicu63:amd64 (63.1-6+deb10u1) ...
- Setting up libglib2.0-data (2.58.3-2+deb10u3) ...
- Setting up pkg-config (0.29-6) ...
- Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u2) ...
- Setting up shared-mime-info (1.10-1) ...
- Processing triggers for libc-bin (2.28-10) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bheap.2.0.0  (cached)
-> retrieved base.v0.14.1  (cached)
-> retrieved bigarray-compat.1.0.0  (cached)
-> retrieved cstruct.6.0.1  (cached)
-> installed bheap.2.0.0
-> retrieved duration.0.2.0  (cached)
-> retrieved metrics.0.3.0  (cached)
-> retrieved mirage-block.2.0.1  (cached)
-> installed conf-pkg-config.2
-> installed bigarray-compat.1.0.0
-> retrieved mirage-bootvar-solo5.0.6.0  (cached)
-> installed duration.0.2.0
-> retrieved mirage-channel.4.0.1  (cached)
-> retrieved mirage-clock.3.1.0  (cached)
-> installed conf-libseccomp.1
-> retrieved mirage-clock-freestanding.3.1.0  (cached)
-> installed metrics.0.3.0
-> installed cstruct.6.0.1
-> retrieved mirage-console.4.0.0  (cached)
-> retrieved mirage-device.2.0.0  (cached)
-> installed mirage-clock.3.1.0
-> retrieved mirage-flow.2.0.1  (cached)
-> retrieved mirage-fs.3.0.1  (cached)
-> retrieved mirage-kv.3.0.1  (cached)
-> installed mirage-device.2.0.0
-> installed mirage-clock-freestanding.3.1.0
-> retrieved mirage-logs.1.2.0  (cached)
-> retrieved mirage-net.3.0.1  (cached)
-> retrieved mirage-profile.0.9.1  (cached)
-> retrieved mirage-protocols.5.0.0  (cached)
-> installed mirage-flow.2.0.1
-> retrieved mirage-random.2.0.0  (cached)
-> installed mirage-block.2.0.1
-> installed mirage-kv.3.0.1
-> retrieved mirage-solo5.0.6.4  (cached)
-> retrieved mirage-stack.2.2.0  (cached)
-> retrieved mirage-time.2.0.1  (cached)
-> installed mirage-net.3.0.1
-> installed mirage-random.2.0.0
-> retrieved num.1.4  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> installed mirage-console.4.0.0
-> installed mirage-protocols.5.0.0
-> installed mirage-fs.3.0.1
-> installed mirage-channel.4.0.1
-> installed mirage-time.2.0.1
-> retrieved ocaml-freestanding.0.6.5  (cached)
-> retrieved mirage-types-lwt.3.10.5  (no changes)
-> retrieved mirage-types.3.10.5  (no changes)
-> retrieved parse-argv.0.2.0  (cached)
-> installed mirage-stack.2.2.0
-> installed ocaml-compiler-libs.v0.12.4
-> retrieved parsexp.v0.14.1  (cached)
-> retrieved ppx_cstruct.6.0.1  (cached)
-> installed parse-argv.0.2.0
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved sexplib.v0.14.0  (cached)
-> installed ppx_derivers.1.2.1
-> retrieved sexplib0.v0.14.0  (cached)
-> retrieved ppxlib.0.23.0  (cached)
-> installed mirage-types.3.10.5
-> retrieved ocaml-src.4.13.1  (cached)
-> retrieved solo5-bindings-hvt.0.6.8  (cached)
-> installed ocaml-src.4.13.1
-> installed mirage-types-lwt.3.10.5
-> installed num.1.4
-> installed sexplib0.v0.14.0
-> installed base.v0.14.1
-> installed ppxlib.0.23.0
-> installed parsexp.v0.14.1
-> installed sexplib.v0.14.0
-> installed ppx_cstruct.6.0.1
-> installed mirage-profile.0.9.1
-> installed solo5-bindings-hvt.0.6.8
-> installed mirage-logs.1.2.0
-> installed ocaml-freestanding.0.6.5
-> installed mirage-solo5.0.6.4
-> installed mirage-bootvar-solo5.0.6.0
Done.

<><> mirage-types-lwt.3.10.5 installed successfully <><><><><><><><><><><><><><>
=> This package will be retired in MirageOS 4.0. Please use individual signatures (mirage-net / mirage-clock / etc.) instead.

<><> mirage-types.3.10.5 installed successfully <><><><><><><><><><><><><><><><>
=> This package will be retired in MirageOS 4.0. Please use individual signatures (mirage-net / mirage-clock / etc.) instead.

<><> mirage-fs.3.0.1 installed successfully <><><><><><><><><><><><><><><><><><>
=> This package will be retired in MirageOS 4.0. Please use mirage-kv instead.
# Run eval $(opam env) to update the current shell environment
make[1]: Leaving directory '/src/tutorial/noop'
make[1]: Entering directory '/src/tutorial/noop'
mirage build
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -w A-4-41-42-44-48 -o key_gen.cmo key_gen.ml
File "key_gen.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -w A-4-41-42-44-48 -o unikernel.cmo unikernel.ml
File "unikernel.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -w A-4-41-42-44-48 -o main.cmo main.ml
File "main.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -w A-4-41-42-44-48 -o key_gen.cmx key_gen.ml
File "key_gen.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -w A-4-41-42-44-48 -o unikernel.cmx unikernel.ml
File "unikernel.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -w A-4-41-42-44-48 -o main.cmx main.ml
File "main.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
[WARNING] var was deprecated in version 2.1 of the opam CLI. Use opam var instead or set OPAMCLI environment variable to 2.0.
make[1]: Leaving directory '/src/tutorial/noop'
cd tutorial/noop-functor && mirage configure -t hvt 
cp Makefile.user tutorial/noop-functor
cp: cannot stat 'Makefile.user': No such file or directory
make: [Makefile:55: tutorial/noop-functor-build] Error 1 (ignored)
cd tutorial/noop-functor && make depend && make
make[1]: Entering directory '/src/tutorial/noop-functor'
opam pin add -k path --no-action --yes mirage-unikernel-noop-hvt . && opam depext --yes --update mirage-unikernel-noop-hvt ; opam pin remove --no-action mirage-unikernel-noop-hvt
Package mirage-unikernel-noop-hvt does not exist, create as a NEW package? [Y/n] y
[mirage-unikernel-noop-hvt.~dev] synchronised (file:///src/tutorial/noop-functor)
mirage-unikernel-noop-hvt is now pinned to file:///src/tutorial/noop-functor (version ~dev)
opam: unknown command `depext'.
Usage: opam COMMAND ...
Try `opam --help' for more information.
Ok, mirage-unikernel-noop-hvt is no longer pinned to file:///src/tutorial/noop-functor (version ~dev)
opam install -y --deps-only .
Nothing to do.
# Run eval $(opam env) to update the current shell environment
make[1]: Leaving directory '/src/tutorial/noop-functor'
make[1]: Entering directory '/src/tutorial/noop-functor'
mirage build
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -w A-4-41-42-44-48 -o key_gen.cmo key_gen.ml
File "key_gen.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -w A-4-41-42-44-48 -o unikernel.cmo unikernel.ml
File "unikernel.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -w A-4-41-42-44-48 -o main.cmo main.ml
File "main.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -w A-4-41-42-44-48 -o key_gen.cmx key_gen.ml
File "key_gen.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -w A-4-41-42-44-48 -o unikernel.cmx unikernel.ml
File "unikernel.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -w A-4-41-42-44-48 -o main.cmx main.ml
File "main.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
[WARNING] var was deprecated in version 2.1 of the opam CLI. Use opam var instead or set OPAMCLI environment variable to 2.0.
make[1]: Leaving directory '/src/tutorial/noop-functor'
cd tutorial/hello && mirage configure -t hvt 
cp Makefile.user tutorial/hello
cp: cannot stat 'Makefile.user': No such file or directory
cd tutorial/hello && make depend && make
make: [Makefile:55: tutorial/hello-build] Error 1 (ignored)
make[1]: Entering directory '/src/tutorial/hello'
opam pin add -k path --no-action --yes mirage-unikernel-hello-hvt . && opam depext --yes --update mirage-unikernel-hello-hvt ; opam pin remove --no-action mirage-unikernel-hello-hvt
Package mirage-unikernel-hello-hvt does not exist, create as a NEW package? [Y/n] y
[mirage-unikernel-hello-hvt.~dev] synchronised (file:///src/tutorial/hello)
mirage-unikernel-hello-hvt is now pinned to file:///src/tutorial/hello (version ~dev)
opam: unknown command `depext'.
Usage: opam COMMAND ...
Try `opam --help' for more information.
Ok, mirage-unikernel-hello-hvt is no longer pinned to file:///src/tutorial/hello (version ~dev)
opam install -y --deps-only .
Nothing to do.
# Run eval $(opam env) to update the current shell environment
make[1]: Leaving directory '/src/tutorial/hello'
make[1]: Entering directory '/src/tutorial/hello'
mirage build
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package duration -w A-4-41-42-44-48 -o key_gen.cmo key_gen.ml
File "key_gen.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package duration -w A-4-41-42-44-48 -o unikernel.cmo unikernel.ml
File "unikernel.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package duration -w A-4-41-42-44-48 -o main.cmo main.ml
File "main.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package duration -w A-4-41-42-44-48 -o key_gen.cmx key_gen.ml
File "key_gen.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package duration -w A-4-41-42-44-48 -o unikernel.cmx unikernel.ml
File "unikernel.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package duration -w A-4-41-42-44-48 -o main.cmx main.ml
File "main.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
[WARNING] var was deprecated in version 2.1 of the opam CLI. Use opam var instead or set OPAMCLI environment variable to 2.0.
make[1]: Leaving directory '/src/tutorial/hello'
cd tutorial/hello-key && mirage configure -t hvt 
cp Makefile.user tutorial/hello-key
cp: cannot stat 'Makefile.user': No such file or directory
make: [Makefile:55: tutorial/hello-key-build] Error 1 (ignored)
cd tutorial/hello-key && make depend && make
make[1]: Entering directory '/src/tutorial/hello-key'
opam pin add -k path --no-action --yes mirage-unikernel-hello-hvt . && opam depext --yes --update mirage-unikernel-hello-hvt ; opam pin remove --no-action mirage-unikernel-hello-hvt
Package mirage-unikernel-hello-hvt does not exist, create as a NEW package? [Y/n] y
[mirage-unikernel-hello-hvt.~dev] synchronised (file:///src/tutorial/hello-key)
mirage-unikernel-hello-hvt is now pinned to file:///src/tutorial/hello-key (version ~dev)
opam: unknown command `depext'.
Usage: opam COMMAND ...
Try `opam --help' for more information.
Ok, mirage-unikernel-hello-hvt is no longer pinned to file:///src/tutorial/hello-key (version ~dev)
opam install -y --deps-only .
Nothing to do.
# Run eval $(opam env) to update the current shell environment
make[1]: Leaving directory '/src/tutorial/hello-key'
make[1]: Entering directory '/src/tutorial/hello-key'
mirage build
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package duration -w A-4-41-42-44-48 -o key_gen.cmo key_gen.ml
File "key_gen.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package duration -w A-4-41-42-44-48 -o unikernel.cmo unikernel.ml
File "unikernel.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package duration -w A-4-41-42-44-48 -o main.cmo main.ml
File "main.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package duration -w A-4-41-42-44-48 -o key_gen.cmx key_gen.ml
File "key_gen.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package duration -w A-4-41-42-44-48 -o unikernel.cmx unikernel.ml
File "unikernel.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package duration -w A-4-41-42-44-48 -o main.cmx main.ml
File "main.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
[WARNING] var was deprecated in version 2.1 of the opam CLI. Use opam var instead or set OPAMCLI environment variable to 2.0.
make[1]: Leaving directory '/src/tutorial/hello-key'
cd tutorial/lwt/echo_server && mirage configure -t hvt 
cp Makefile.user tutorial/lwt/echo_server
cp: cannot stat 'Makefile.user': No such file or directory
make: [Makefile:55: tutorial/lwt/echo_server-build] Error 1 (ignored)
cd tutorial/lwt/echo_server && make depend && make
make[1]: Entering directory '/src/tutorial/lwt/echo_server'
opam pin add -k path --no-action --yes mirage-unikernel-echo_server-hvt . && opam depext --yes --update mirage-unikernel-echo_server-hvt ; opam pin remove --no-action mirage-unikernel-echo_server-hvt
Package mirage-unikernel-echo_server-hvt does not exist, create as a NEW package? [Y/n] y
[mirage-unikernel-echo_server-hvt.~dev] synchronised (file:///src/tutorial/lwt/echo_server)
mirage-unikernel-echo_server-hvt is now pinned to file:///src/tutorial/lwt/echo_server (version ~dev)
opam: unknown command `depext'.
Usage: opam COMMAND ...
Try `opam --help' for more information.
Ok, mirage-unikernel-echo_server-hvt is no longer pinned to file:///src/tutorial/lwt/echo_server (version ~dev)
opam install -y --deps-only .
The following actions will be performed:
  - install mirage-console-solo5     0.6.1
  - install mtime                    1.2.0
  - install eqaf                     0.8
  - install randomconv               0.1.3
  - install mirage-crypto            0.10.3
  - install mirage-crypto-rng        0.10.3
  - install mirage-crypto-rng-mirage 0.10.3
===== 7 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved eqaf.0.8  (cached)
-> retrieved mirage-console-solo5.0.6.1  (cached)
-> retrieved mirage-crypto.0.10.3  (cached)
-> retrieved mirage-crypto-rng.0.10.3  (cached)
-> installed eqaf.0.8
-> installed mirage-console-solo5.0.6.1
-> retrieved randomconv.0.1.3  (cached)
-> retrieved mtime.1.2.0  (https://erratique.ch/software/mtime/releases/mtime-1.2.0.tbz)
-> installed randomconv.0.1.3
-> retrieved mirage-crypto-rng-mirage.0.10.3  (cached)
-> installed mirage-crypto.0.10.3
-> installed mtime.1.2.0
-> installed mirage-crypto-rng.0.10.3
-> installed mirage-crypto-rng-mirage.0.10.3
Done.
# Run eval $(opam env) to update the current shell environment
make[1]: Leaving directory '/src/tutorial/lwt/echo_server'
make[1]: Entering directory '/src/tutorial/lwt/echo_server'
mirage build
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package randomconv -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package duration -w A-4-41-42-44-48 -o key_gen.cmo key_gen.ml
File "key_gen.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package randomconv -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package duration -w A-4-41-42-44-48 -o unikernel.cmo unikernel.ml
File "unikernel.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package randomconv -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package duration -w A-4-41-42-44-48 -o main.cmo main.ml
File "main.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package randomconv -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package duration -w A-4-41-42-44-48 -o key_gen.cmx key_gen.ml
File "key_gen.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package randomconv -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package duration -w A-4-41-42-44-48 -o unikernel.cmx unikernel.ml
File "unikernel.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package randomconv -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package duration -w A-4-41-42-44-48 -o main.cmx main.ml
File "main.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
[WARNING] var was deprecated in version 2.1 of the opam CLI. Use opam var instead or set OPAMCLI environment variable to 2.0.
make[1]: Leaving directory '/src/tutorial/lwt/echo_server'
cd tutorial/lwt/heads1 && mirage configure -t hvt 
cp Makefile.user tutorial/lwt/heads1
cp: cannot stat 'Makefile.user': No such file or directory
make: [Makefile:55: tutorial/lwt/heads1-build] Error 1 (ignored)
cd tutorial/lwt/heads1 && make depend && make
make[1]: Entering directory '/src/tutorial/lwt/heads1'
opam pin add -k path --no-action --yes mirage-unikernel-heads1-hvt . && opam depext --yes --update mirage-unikernel-heads1-hvt ; opam pin remove --no-action mirage-unikernel-heads1-hvt
Package mirage-unikernel-heads1-hvt does not exist, create as a NEW package? [Y/n] y
[mirage-unikernel-heads1-hvt.~dev] synchronised (file:///src/tutorial/lwt/heads1)
mirage-unikernel-heads1-hvt is now pinned to file:///src/tutorial/lwt/heads1 (version ~dev)
opam: unknown command `depext'.
Usage: opam COMMAND ...
Try `opam --help' for more information.
Ok, mirage-unikernel-heads1-hvt is no longer pinned to file:///src/tutorial/lwt/heads1 (version ~dev)
opam install -y --deps-only .
Nothing to do.
# Run eval $(opam env) to update the current shell environment
make[1]: Leaving directory '/src/tutorial/lwt/heads1'
make[1]: Entering directory '/src/tutorial/lwt/heads1'
mirage build
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package duration -w A-4-41-42-44-48 -o key_gen.cmo key_gen.ml
File "key_gen.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package duration -w A-4-41-42-44-48 -o unikernel.cmo unikernel.ml
File "unikernel.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package duration -w A-4-41-42-44-48 -o main.cmo main.ml
File "main.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package duration -w A-4-41-42-44-48 -o key_gen.cmx key_gen.ml
File "key_gen.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package duration -w A-4-41-42-44-48 -o unikernel.cmx unikernel.ml
File "unikernel.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package duration -w A-4-41-42-44-48 -o main.cmx main.ml
File "main.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
[WARNING] var was deprecated in version 2.1 of the opam CLI. Use opam var instead or set OPAMCLI environment variable to 2.0.
make[1]: Leaving directory '/src/tutorial/lwt/heads1'
cd tutorial/lwt/heads2 && mirage configure -t hvt 
cp Makefile.user tutorial/lwt/heads2
cp: cannot stat 'Makefile.user': No such file or directory
make: [Makefile:55: tutorial/lwt/heads2-build] Error 1 (ignored)
cd tutorial/lwt/heads2 && make depend && make
make[1]: Entering directory '/src/tutorial/lwt/heads2'
opam pin add -k path --no-action --yes mirage-unikernel-heads2-hvt . && opam depext --yes --update mirage-unikernel-heads2-hvt ; opam pin remove --no-action mirage-unikernel-heads2-hvt
Package mirage-unikernel-heads2-hvt does not exist, create as a NEW package? [Y/n] y
[mirage-unikernel-heads2-hvt.~dev] synchronised (file:///src/tutorial/lwt/heads2)
mirage-unikernel-heads2-hvt is now pinned to file:///src/tutorial/lwt/heads2 (version ~dev)
opam: unknown command `depext'.
Usage: opam COMMAND ...
Try `opam --help' for more information.
Ok, mirage-unikernel-heads2-hvt is no longer pinned to file:///src/tutorial/lwt/heads2 (version ~dev)
opam install -y --deps-only .
Nothing to do.
# Run eval $(opam env) to update the current shell environment
make[1]: Leaving directory '/src/tutorial/lwt/heads2'
make[1]: Entering directory '/src/tutorial/lwt/heads2'
mirage build
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package randomconv -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package duration -w A-4-41-42-44-48 -o key_gen.cmo key_gen.ml
File "key_gen.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package randomconv -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package duration -w A-4-41-42-44-48 -o unikernel.cmo unikernel.ml
File "unikernel.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package randomconv -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package duration -w A-4-41-42-44-48 -o main.cmo main.ml
File "main.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package randomconv -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package duration -w A-4-41-42-44-48 -o key_gen.cmx key_gen.ml
File "key_gen.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package randomconv -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package duration -w A-4-41-42-44-48 -o unikernel.cmx unikernel.ml
File "unikernel.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package randomconv -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package duration -w A-4-41-42-44-48 -o main.cmx main.ml
File "main.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
[WARNING] var was deprecated in version 2.1 of the opam CLI. Use opam var instead or set OPAMCLI environment variable to 2.0.
make[1]: Leaving directory '/src/tutorial/lwt/heads2'
cd tutorial/lwt/timeout1 && mirage configure -t hvt 
cp Makefile.user tutorial/lwt/timeout1
cp: cannot stat 'Makefile.user': No such file or directory
make: [Makefile:55: tutorial/lwt/timeout1-build] Error 1 (ignored)
cd tutorial/lwt/timeout1 && make depend && make
make[1]: Entering directory '/src/tutorial/lwt/timeout1'
opam pin add -k path --no-action --yes mirage-unikernel-timeout1-hvt . && opam depext --yes --update mirage-unikernel-timeout1-hvt ; opam pin remove --no-action mirage-unikernel-timeout1-hvt
Package mirage-unikernel-timeout1-hvt does not exist, create as a NEW package? [Y/n] y
[mirage-unikernel-timeout1-hvt.~dev] synchronised (file:///src/tutorial/lwt/timeout1)
mirage-unikernel-timeout1-hvt is now pinned to file:///src/tutorial/lwt/timeout1 (version ~dev)
opam: unknown command `depext'.
Usage: opam COMMAND ...
Try `opam --help' for more information.
Ok, mirage-unikernel-timeout1-hvt is no longer pinned to file:///src/tutorial/lwt/timeout1 (version ~dev)
opam install -y --deps-only .
Nothing to do.
# Run eval $(opam env) to update the current shell environment
make[1]: Leaving directory '/src/tutorial/lwt/timeout1'
make[1]: Entering directory '/src/tutorial/lwt/timeout1'
mirage build
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package randomconv -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package duration -w A-4-41-42-44-48 -o key_gen.cmo key_gen.ml
File "key_gen.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package randomconv -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package duration -w A-4-41-42-44-48 -o unikernel.cmo unikernel.ml
File "unikernel.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package randomconv -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package duration -w A-4-41-42-44-48 -o main.cmo main.ml
File "main.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package randomconv -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package duration -w A-4-41-42-44-48 -o key_gen.cmx key_gen.ml
File "key_gen.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package randomconv -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package duration -w A-4-41-42-44-48 -o unikernel.cmx unikernel.ml
File "unikernel.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package randomconv -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package duration -w A-4-41-42-44-48 -o main.cmx main.ml
File "main.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
[WARNING] var was deprecated in version 2.1 of the opam CLI. Use opam var instead or set OPAMCLI environment variable to 2.0.
make[1]: Leaving directory '/src/tutorial/lwt/timeout1'
cd tutorial/lwt/timeout2 && mirage configure -t hvt 
cp Makefile.user tutorial/lwt/timeout2
cp: cannot stat 'Makefile.user': No such file or directory
make: [Makefile:55: tutorial/lwt/timeout2-build] Error 1 (ignored)
cd tutorial/lwt/timeout2 && make depend && make
make[1]: Entering directory '/src/tutorial/lwt/timeout2'
opam pin add -k path --no-action --yes mirage-unikernel-timeout2-hvt . && opam depext --yes --update mirage-unikernel-timeout2-hvt ; opam pin remove --no-action mirage-unikernel-timeout2-hvt
Package mirage-unikernel-timeout2-hvt does not exist, create as a NEW package? [Y/n] y
[mirage-unikernel-timeout2-hvt.~dev] synchronised (file:///src/tutorial/lwt/timeout2)
mirage-unikernel-timeout2-hvt is now pinned to file:///src/tutorial/lwt/timeout2 (version ~dev)
opam: unknown command `depext'.
Usage: opam COMMAND ...
Try `opam --help' for more information.
Ok, mirage-unikernel-timeout2-hvt is no longer pinned to file:///src/tutorial/lwt/timeout2 (version ~dev)
opam install -y --deps-only .
Nothing to do.
# Run eval $(opam env) to update the current shell environment
make[1]: Leaving directory '/src/tutorial/lwt/timeout2'
make[1]: Entering directory '/src/tutorial/lwt/timeout2'
mirage build
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package randomconv -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package duration -w A-4-41-42-44-48 -o key_gen.cmo key_gen.ml
File "key_gen.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package randomconv -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package duration -w A-4-41-42-44-48 -o unikernel.cmo unikernel.ml
File "unikernel.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package randomconv -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package duration -w A-4-41-42-44-48 -o main.cmo main.ml
File "main.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package randomconv -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package duration -w A-4-41-42-44-48 -o key_gen.cmx key_gen.ml
File "key_gen.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package randomconv -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package duration -w A-4-41-42-44-48 -o unikernel.cmx unikernel.ml
File "unikernel.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package randomconv -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package duration -w A-4-41-42-44-48 -o main.cmx main.ml
File "main.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
[WARNING] var was deprecated in version 2.1 of the opam CLI. Use opam var instead or set OPAMCLI environment variable to 2.0.
make[1]: Leaving directory '/src/tutorial/lwt/timeout2'
cd tutorial/app_info && mirage configure -t hvt 
cp Makefile.user tutorial/app_info
cp: cannot stat 'Makefile.user': No such file or directory
make: [Makefile:55: tutorial/app_info-build] Error 1 (ignored)
cd tutorial/app_info && make depend && make
make[1]: Entering directory '/src/tutorial/app_info'
opam pin add -k path --no-action --yes mirage-unikernel-console-hvt . && opam depext --yes --update mirage-unikernel-console-hvt ; opam pin remove --no-action mirage-unikernel-console-hvt
Package mirage-unikernel-console-hvt does not exist, create as a NEW package? [Y/n] y
[mirage-unikernel-console-hvt.~dev] synchronised (file:///src/tutorial/app_info)
mirage-unikernel-console-hvt is now pinned to file:///src/tutorial/app_info (version ~dev)
opam: unknown command `depext'.
Usage: opam COMMAND ...
Try `opam --help' for more information.
Ok, mirage-unikernel-console-hvt is no longer pinned to file:///src/tutorial/app_info (version ~dev)
opam install -y --deps-only .
Nothing to do.
# Run eval $(opam env) to update the current shell environment
make[1]: Leaving directory '/src/tutorial/app_info'
make[1]: Entering directory '/src/tutorial/app_info'
mirage build
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package fmt -w A-4-41-42-44-48 -o info_gen.cmo info_gen.ml
File "info_gen.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package fmt -w A-4-41-42-44-48 -o key_gen.cmo key_gen.ml
File "key_gen.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package fmt -w A-4-41-42-44-48 -o unikernel.cmo unikernel.ml
File "unikernel.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package fmt -w A-4-41-42-44-48 -o main.cmo main.ml
File "main.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package fmt -w A-4-41-42-44-48 -o info_gen.cmx info_gen.ml
File "info_gen.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package fmt -w A-4-41-42-44-48 -o key_gen.cmx key_gen.ml
File "key_gen.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package fmt -w A-4-41-42-44-48 -o unikernel.cmx unikernel.ml
File "unikernel.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package fmt -w A-4-41-42-44-48 -o main.cmx main.ml
File "main.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
[WARNING] var was deprecated in version 2.1 of the opam CLI. Use opam var instead or set OPAMCLI environment variable to 2.0.
make[1]: Leaving directory '/src/tutorial/app_info'
cd device-usage/clock && mirage configure -t hvt 
cp Makefile.user device-usage/clock
cp: cannot stat 'Makefile.user': No such file or directory
make: [Makefile:55: device-usage/clock-build] Error 1 (ignored)
cd device-usage/clock && make depend && make
make[1]: Entering directory '/src/device-usage/clock'
opam pin add -k path --no-action --yes mirage-unikernel-speaking_clock-hvt . && opam depext --yes --update mirage-unikernel-speaking_clock-hvt ; opam pin remove --no-action mirage-unikernel-speaking_clock-hvt
Package mirage-unikernel-speaking_clock-hvt does not exist, create as a NEW package? [Y/n] y
[mirage-unikernel-speaking_clock-hvt.~dev] synchronised (file:///src/device-usage/clock)
mirage-unikernel-speaking_clock-hvt is now pinned to file:///src/device-usage/clock (version ~dev)
opam: unknown command `depext'.
Usage: opam COMMAND ...
Try `opam --help' for more information.
Ok, mirage-unikernel-speaking_clock-hvt is no longer pinned to file:///src/device-usage/clock (version ~dev)
opam install -y --deps-only .
Nothing to do.
# Run eval $(opam env) to update the current shell environment
make[1]: Leaving directory '/src/device-usage/clock'
make[1]: Entering directory '/src/device-usage/clock'
mirage build
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -w A-4-41-42-44-48 -o key_gen.cmo key_gen.ml
File "key_gen.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -w A-4-41-42-44-48 -o unikernel.cmo unikernel.ml
File "unikernel.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -w A-4-41-42-44-48 -o main.cmo main.ml
File "main.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -w A-4-41-42-44-48 -o key_gen.cmx key_gen.ml
File "key_gen.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -w A-4-41-42-44-48 -o unikernel.cmx unikernel.ml
File "unikernel.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -w A-4-41-42-44-48 -o main.cmx main.ml
File "main.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
[WARNING] var was deprecated in version 2.1 of the opam CLI. Use opam var instead or set OPAMCLI environment variable to 2.0.
make[1]: Leaving directory '/src/device-usage/clock'
cd device-usage/conduit_server && mirage configure -t hvt 
cp Makefile.user device-usage/conduit_server
cp: cannot stat 'Makefile.user': No such file or directory
make: [Makefile:55: device-usage/conduit_server-build] Error 1 (ignored)
cd device-usage/conduit_server && make depend && make
make[1]: Entering directory '/src/device-usage/conduit_server'
opam pin add -k path --no-action --yes mirage-unikernel-conduit_server-hvt . && opam depext --yes --update mirage-unikernel-conduit_server-hvt ; opam pin remove --no-action mirage-unikernel-conduit_server-hvt
Package mirage-unikernel-conduit_server-hvt does not exist, create as a NEW package? [Y/n] y
[mirage-unikernel-conduit_server-hvt.~dev] synchronised (file:///src/device-usage/conduit_server)
mirage-unikernel-conduit_server-hvt is now pinned to file:///src/device-usage/conduit_server (version ~dev)
opam: unknown command `depext'.
Usage: opam COMMAND ...
Try `opam --help' for more information.
Ok, mirage-unikernel-conduit_server-hvt is no longer pinned to file:///src/device-usage/conduit_server (version ~dev)
opam install -y --deps-only .
The following actions will be performed:
  - install   conf-m4                  1
  - install   ocaml-syntax-shims       1.0.0
  - install   macaddr-cstruct          5.2.0
  - install   uchar                    0.0.2
  - install   pbkdf                    1.2.0
  - install   re                       1.10.3
  - install   hkdf                     1.0.4
  - install   cstruct-sexp             6.0.1
  - install   lwt-dllist               1.0.1
  - install   stringext                1.6.0
  - install   ppx_sexp_conv            v0.14.3
  - install   psq                      0.2.0
  - install   gmap                     0.3.0
  - install   conf-gmp                 3
  - install   base64                   3.5.0
  - install   magic-mime               1.2.0
  - install   bigstringaf              0.8.0
  - install   io-page                  2.4.0
  - install   gmp-freestanding         6.2.1
  - recompile lwt                      5.4.2
  - install   uutf                     1.0.2
  - install   ipaddr-sexp              5.2.0
  - install   lru                      0.3.0
  - install   zarith                   1.12
  - install   conf-gmp-powm-sec        3
  - install   angstrom                 0.15.0
  - install   xenstore                 2.1.1
  - install   cstruct-lwt              6.0.1
  - recompile mirage-time              2.0.1
  - recompile mirage-profile           0.9.1
  - recompile mirage-flow              2.0.1
  - recompile mirage-device            2.0.0
  - recompile logs                     0.7.0
  - install   jsonm                    1.0.1
  - install   zarith-freestanding      1.12
  - install   asn1-combinators         0.2.6
  - install   uri                      4.2.0
  - install   xenstore_transport       1.3.0
  - recompile mirage-protocols         5.0.0
  - recompile mirage-net               3.0.1
  - recompile mirage-kv                3.0.1
  - recompile mirage-console           4.0.0
  - recompile mirage-block             2.0.1
  - install   mirage-flow-combinators  2.0.1
  - install   dns                      5.0.1
  - recompile mirage-runtime           3.10.5*
  - recompile mirage-logs              1.2.0
  - recompile mirage-crypto-rng        0.10.3
  - recompile mirage-channel           4.0.1
  - recompile bos                      0.2.1
  - install   uri-sexp                 4.2.0
  - install   conduit                  4.0.2
  - install   vchan                    6.0.0
  - install   arp                      2.3.2
  - recompile mirage-stack             2.2.0
  - install   ethernet                 2.2.0
  - recompile mirage-fs                3.0.1
  - recompile mirage-solo5             0.6.4
  - install   mirage-crypto-pk         0.10.3
  - install   mirage-crypto-ec         0.10.3
  - recompile mirage-crypto-rng-mirage 0.10.3
  - recompile functoria                3.1.1
  - install   cohttp                   4.0.0
  - install   conduit-lwt              4.0.2
  - install   dns-client               5.0.1
  - install   tcpip                    6.2.0
  - recompile mirage-types             3.10.5*
  - install   mirage-net-solo5         0.6.2
  - recompile mirage-console-solo5     0.6.1
  - recompile mirage-bootvar-solo5     0.6.0
  - install   x509                     0.15.0
  - recompile mirage                   3.10.5*
  - install   cohttp-lwt               4.0.0
  - recompile mirage-types-lwt         3.10.5*
  - install   tls                      0.15.0
  - install   ca-certs-nss             3.71.0.1
  - install   tls-mirage               0.15.0
  - install   conduit-mirage           4.0.2
  - install   cohttp-mirage            4.0.0
===== 53 to install | 26 to recompile =====

The following system packages will first need to be installed:
    libgmp-dev m4

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "m4"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17815 files and directories currently installed.)
- Preparing to unpack .../libgmpxx4ldbl_2%3a6.1.2+dfsg-4_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.1.2+dfsg-4) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../libgmp-dev_2%3a6.1.2+dfsg-4_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.1.2+dfsg-4) ...
- Selecting previously unselected package libsigsegv2:amd64.
- Preparing to unpack .../libsigsegv2_2.12-2_amd64.deb ...
- Unpacking libsigsegv2:amd64 (2.12-2) ...
- Selecting previously unselected package m4.
- Preparing to unpack .../archives/m4_1.4.18-2_amd64.deb ...
- Unpacking m4 (1.4.18-2) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.1.2+dfsg-4) ...
- Setting up libsigsegv2:amd64 (2.12-2) ...
- Setting up libgmp-dev:amd64 (2:6.1.2+dfsg-4) ...
- Setting up m4 (1.4.18-2) ...
- Processing triggers for libc-bin (2.28-10) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved asn1-combinators.0.2.6  (cached)
-> retrieved angstrom.0.15.0  (cached)
-> retrieved arp.2.3.2  (cached)
-> retrieved base64.3.5.0  (cached)
-> retrieved bigstringaf.0.8.0  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved ca-certs-nss.3.71.0.1  (cached)
-> retrieved cohttp.4.0.0  (cached)
-> retrieved cohttp-lwt.4.0.0  (cached)
-> retrieved cohttp-mirage.4.0.0  (cached)
-> retrieved conduit.4.0.2  (cached)
-> installed bigstringaf.0.8.0
-> retrieved conduit-lwt.4.0.2  (cached)
-> retrieved conduit-mirage.4.0.2  (cached)
-> retrieved cstruct-lwt.6.0.1  (cached)
-> installed conf-gmp.3
-> installed conf-m4.1
-> retrieved cstruct-sexp.6.0.1  (cached)
-> retrieved dns.5.0.1  (cached)
-> installed base64.3.5.0
-> retrieved dns-client.5.0.1  (cached)
-> installed conf-gmp-powm-sec.3
-> retrieved ethernet.2.2.0  (cached)
-> retrieved functoria.3.1.1  (cached)
-> retrieved gmap.0.3.0  (cached)
-> installed cstruct-sexp.6.0.1
-> retrieved hkdf.1.0.4  (cached)
-> retrieved io-page.2.4.0  (cached)
-> retrieved ipaddr-sexp.5.2.0  (cached)
-> retrieved gmp-freestanding.6.2.1  (cached)
-> installed gmap.0.3.0
-> installed hkdf.1.0.4
-> installed io-page.2.4.0
-> retrieved logs.0.7.0  (cached)
-> retrieved jsonm.1.0.1  (http://erratique.ch/software/jsonm/releases/jsonm-1.0.1.tbz)
-> retrieved lru.0.3.0  (cached)
-> retrieved lwt.5.4.2  (cached)
-> retrieved lwt-dllist.1.0.1  (cached)
-> retrieved macaddr-cstruct.5.2.0  (cached)
-> retrieved magic-mime.1.2.0  (cached)
-> installed lwt-dllist.1.0.1
-> retrieved mirage-block.2.0.1  (cached)
-> retrieved mirage-bootvar-solo5.0.6.0  (cached)
-> installed macaddr-cstruct.5.2.0
-> retrieved mirage-channel.4.0.1  (cached)
-> retrieved mirage-console.4.0.0  (cached)
-> retrieved mirage-console-solo5.0.6.1  (cached)
-> retrieved mirage.3.10.5  (no changes)
-> retrieved mirage-crypto-ec.0.10.3  (cached)
-> installed magic-mime.1.2.0
-> retrieved mirage-crypto-pk.0.10.3  (cached)
-> retrieved mirage-crypto-rng.0.10.3  (cached)
-> retrieved mirage-device.2.0.0  (cached)
-> retrieved mirage-crypto-rng-mirage.0.10.3  (cached)
-> retrieved mirage-flow.2.0.1  (cached)
-> retrieved mirage-flow-combinators.2.0.1  (cached)
-> retrieved mirage-fs.3.0.1  (cached)
-> retrieved mirage-kv.3.0.1  (cached)
-> retrieved mirage-logs.1.2.0  (cached)
-> retrieved mirage-net.3.0.1  (cached)
-> retrieved mirage-net-solo5.0.6.2  (cached)
-> retrieved mirage-profile.0.9.1  (cached)
-> retrieved mirage-protocols.5.0.0  (cached)
-> retrieved mirage-solo5.0.6.4  (cached)
-> retrieved mirage-stack.2.2.0  (cached)
-> retrieved mirage-time.2.0.1  (cached)
-> retrieved mirage-runtime.3.10.5  (no changes)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved pbkdf.1.2.0  (cached)
-> retrieved ppx_sexp_conv.v0.14.3  (cached)
-> retrieved psq.0.2.0  (cached)
-> retrieved re.1.10.3  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved mirage-types.3.10.5  (no changes)
-> retrieved mirage-types-lwt.3.10.5  (no changes)
-> installed pbkdf.1.2.0
-> retrieved tcpip.6.2.0  (cached)
-> retrieved tls-mirage.0.15.0  (cached)
-> retrieved tls.0.15.0  (cached)
-> retrieved uri.4.2.0  (cached)
-> installed stringext.1.6.0
-> retrieved uri-sexp.4.2.0  (cached)
-> installed psq.0.2.0
-> retrieved vchan.6.0.0  (cached)
-> retrieved uutf.1.0.2  (http://erratique.ch/software/uutf/releases/uutf-1.0.2.tbz)
-> retrieved uchar.0.0.2  (https://github.com/ocaml/uchar/releases/download/v0.0.2/uchar-0.0.2.tbz)
-> retrieved x509.0.15.0  (cached)
-> retrieved xenstore.2.1.1  (cached)
-> installed lru.0.3.0
-> retrieved xenstore_transport.1.3.0  (cached)
-> retrieved zarith.1.12  (cached)
-> retrieved zarith-freestanding.1.12  (cached)
-> removed   mirage.3.10.5
-> removed   functoria.3.1.1
-> removed   bos.0.2.1
-> removed   mirage-bootvar-solo5.0.6.0
-> removed   mirage-console-solo5.0.6.1
-> removed   mirage-crypto-rng-mirage.0.10.3
-> removed   mirage-crypto-rng.0.10.3
-> removed   mirage-logs.1.2.0
-> removed   mirage-profile.0.9.1
-> removed   mirage-solo5.0.6.4
-> removed   mirage-runtime.3.10.5
-> removed   mirage-types-lwt.3.10.5
-> removed   mirage-types.3.10.5
-> removed   mirage-block.2.0.1
-> removed   mirage-channel.4.0.1
-> removed   logs.0.7.0
-> removed   mirage-console.4.0.0
-> removed   mirage-fs.3.0.1
-> removed   mirage-kv.3.0.1
-> removed   mirage-net.3.0.1
-> removed   mirage-stack.2.2.0
-> removed   mirage-protocols.5.0.0
-> removed   mirage-device.2.0.0
-> removed   mirage-flow.2.0.1
-> removed   mirage-time.2.0.1
-> removed   lwt.5.4.2
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.10.3
-> installed uchar.0.0.2
-> installed ppx_sexp_conv.v0.14.3
-> installed angstrom.0.15.0
-> installed uutf.1.0.2
-> installed ipaddr-sexp.5.2.0
-> installed zarith.1.12
-> installed jsonm.1.0.1
-> installed lwt.5.4.2
-> installed uri.4.2.0
-> installed mirage-device.2.0.0
-> installed cstruct-lwt.6.0.1
-> installed mirage-flow.2.0.1
-> installed mirage-time.2.0.1
-> installed mirage-block.2.0.1
-> installed mirage-net.3.0.1
-> installed mirage-kv.3.0.1
-> installed mirage-console.4.0.0
-> installed mirage-profile.0.9.1
-> installed mirage-protocols.5.0.0
-> installed mirage-fs.3.0.1
-> installed mirage-stack.2.2.0
-> installed asn1-combinators.0.2.6
-> installed uri-sexp.4.2.0
-> installed logs.0.7.0
-> installed xenstore.2.1.1
-> installed mirage-channel.4.0.1
-> installed mirage-crypto-rng.0.10.3
-> installed arp.2.3.2
-> installed conduit.4.0.2
-> installed mirage-flow-combinators.2.0.1
-> installed mirage-logs.1.2.0
-> installed xenstore_transport.1.3.0
-> installed ethernet.2.2.0
-> installed mirage-types.3.10.5
-> installed cohttp.4.0.0
-> installed mirage-runtime.3.10.5
-> installed mirage-types-lwt.3.10.5
-> installed mirage-crypto-rng-mirage.0.10.3
-> installed mirage-solo5.0.6.4
-> installed mirage-bootvar-solo5.0.6.0
-> installed mirage-console-solo5.0.6.1
-> installed conduit-lwt.4.0.2
-> installed mirage-net-solo5.0.6.2
-> installed dns.5.0.1
-> installed cohttp-lwt.4.0.0
-> installed vchan.6.0.0
-> installed dns-client.5.0.1
-> installed bos.0.2.1
-> installed tcpip.6.2.0
-> installed functoria.3.1.1
-> installed mirage.3.10.5
-> installed mirage-crypto-ec.0.10.3
-> installed gmp-freestanding.6.2.1
-> installed zarith-freestanding.1.12
-> installed mirage-crypto-pk.0.10.3
-> installed x509.0.15.0
-> installed ca-certs-nss.3.71.0.1
-> installed tls.0.15.0
-> installed tls-mirage.0.15.0
-> installed conduit-mirage.4.0.2
-> installed cohttp-mirage.4.0.0
Done.

<><> mirage-types-lwt.3.10.5 installed successfully <><><><><><><><><><><><><><>
=> This package will be retired in MirageOS 4.0. Please use individual signatures (mirage-net / mirage-clock / etc.) instead.

<><> mirage-types.3.10.5 installed successfully <><><><><><><><><><><><><><><><>
=> This package will be retired in MirageOS 4.0. Please use individual signatures (mirage-net / mirage-clock / etc.) instead.

<><> mirage-fs.3.0.1 installed successfully <><><><><><><><><><><><><><><><><><>
=> This package will be retired in MirageOS 4.0. Please use mirage-kv instead.
# Run eval $(opam env) to update the current shell environment
make[1]: Leaving directory '/src/device-usage/conduit_server'
make[1]: Entering directory '/src/device-usage/conduit_server'
mirage build
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package tcpip.udp -package tcpip.tcp -package tcpip.stack-direct -package tcpip.ipv6 -package tcpip.ipv4 -package tcpip.icmpv4 -package tcpip -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-net-solo5 -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package ethernet -package conduit-mirage -package cohttp-mirage -package arp.mirage -package arp -w A-4-41-42-44-48 -o key_gen.cmo key_gen.ml
File "key_gen.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package tcpip.udp -package tcpip.tcp -package tcpip.stack-direct -package tcpip.ipv6 -package tcpip.ipv4 -package tcpip.icmpv4 -package tcpip -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-net-solo5 -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package ethernet -package conduit-mirage -package cohttp-mirage -package arp.mirage -package arp -w A-4-41-42-44-48 -o unikernel.cmo unikernel.ml
File "unikernel.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package tcpip.udp -package tcpip.tcp -package tcpip.stack-direct -package tcpip.ipv6 -package tcpip.ipv4 -package tcpip.icmpv4 -package tcpip -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-net-solo5 -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package ethernet -package conduit-mirage -package cohttp-mirage -package arp.mirage -package arp -w A-4-41-42-44-48 -o main.cmo main.ml
File "main.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package tcpip.udp -package tcpip.tcp -package tcpip.stack-direct -package tcpip.ipv6 -package tcpip.ipv4 -package tcpip.icmpv4 -package tcpip -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-net-solo5 -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package ethernet -package conduit-mirage -package cohttp-mirage -package arp.mirage -package arp -w A-4-41-42-44-48 -o key_gen.cmx key_gen.ml
File "key_gen.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package tcpip.udp -package tcpip.tcp -package tcpip.stack-direct -package tcpip.ipv6 -package tcpip.ipv4 -package tcpip.icmpv4 -package tcpip -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-net-solo5 -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package ethernet -package conduit-mirage -package cohttp-mirage -package arp.mirage -package arp -w A-4-41-42-44-48 -o unikernel.cmx unikernel.ml
File "unikernel.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package tcpip.udp -package tcpip.tcp -package tcpip.stack-direct -package tcpip.ipv6 -package tcpip.ipv4 -package tcpip.icmpv4 -package tcpip -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-net-solo5 -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package ethernet -package conduit-mirage -package cohttp-mirage -package arp.mirage -package arp -w A-4-41-42-44-48 -o main.cmx main.ml
File "main.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
[WARNING] var was deprecated in version 2.1 of the opam CLI. Use opam var instead or set OPAMCLI environment variable to 2.0.
make[1]: Leaving directory '/src/device-usage/conduit_server'
cd device-usage/console && mirage configure -t hvt 
cp Makefile.user device-usage/console
cp: cannot stat 'Makefile.user': No such file or directory
make: [Makefile:55: device-usage/console-build] Error 1 (ignored)
cd device-usage/console && make depend && make
make[1]: Entering directory '/src/device-usage/console'
opam pin add -k path --no-action --yes mirage-unikernel-console-hvt . && opam depext --yes --update mirage-unikernel-console-hvt ; opam pin remove --no-action mirage-unikernel-console-hvt
Package mirage-unikernel-console-hvt does not exist, create as a NEW package? [Y/n] y
[mirage-unikernel-console-hvt.~dev] synchronised (file:///src/device-usage/console)
mirage-unikernel-console-hvt is now pinned to file:///src/device-usage/console (version ~dev)
opam: unknown command `depext'.
Usage: opam COMMAND ...
Try `opam --help' for more information.
Ok, mirage-unikernel-console-hvt is no longer pinned to file:///src/device-usage/console (version ~dev)
opam install -y --deps-only .
Nothing to do.
# Run eval $(opam env) to update the current shell environment
make[1]: Leaving directory '/src/device-usage/console'
make[1]: Entering directory '/src/device-usage/console'
mirage build
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package duration -w A-4-41-42-44-48 -o key_gen.cmo key_gen.ml
File "key_gen.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package duration -w A-4-41-42-44-48 -o unikernel.cmo unikernel.ml
File "unikernel.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package duration -w A-4-41-42-44-48 -o main.cmo main.ml
File "main.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package duration -w A-4-41-42-44-48 -o key_gen.cmx key_gen.ml
File "key_gen.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package duration -w A-4-41-42-44-48 -o unikernel.cmx unikernel.ml
File "unikernel.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package duration -w A-4-41-42-44-48 -o main.cmx main.ml
File "main.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
[WARNING] var was deprecated in version 2.1 of the opam CLI. Use opam var instead or set OPAMCLI environment variable to 2.0.
make[1]: Leaving directory '/src/device-usage/console'
cd device-usage/http-fetch && mirage configure -t hvt 
cp Makefile.user device-usage/http-fetch
cp: cannot stat 'Makefile.user': No such file or directory
make: [Makefile:55: device-usage/http-fetch-build] Error 1 (ignored)
cd device-usage/http-fetch && make depend && make
make[1]: Entering directory '/src/device-usage/http-fetch'
opam pin add -k path --no-action --yes mirage-unikernel-http_fetch-hvt . && opam depext --yes --update mirage-unikernel-http_fetch-hvt ; opam pin remove --no-action mirage-unikernel-http_fetch-hvt
Package mirage-unikernel-http_fetch-hvt does not exist, create as a NEW package? [Y/n] y
[mirage-unikernel-http_fetch-hvt.~dev] synchronised (file:///src/device-usage/http-fetch)
mirage-unikernel-http_fetch-hvt is now pinned to file:///src/device-usage/http-fetch (version ~dev)
opam: unknown command `depext'.
Usage: opam COMMAND ...
Try `opam --help' for more information.
Ok, mirage-unikernel-http_fetch-hvt is no longer pinned to file:///src/device-usage/http-fetch (version ~dev)
opam install -y --deps-only .
Nothing to do.
# Run eval $(opam env) to update the current shell environment
make[1]: Leaving directory '/src/device-usage/http-fetch'
make[1]: Entering directory '/src/device-usage/http-fetch'
mirage build
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package tls-mirage -package tcpip.udp -package tcpip.tcp -package tcpip.stack-direct -package tcpip.ipv6 -package tcpip.ipv4 -package tcpip.icmpv4 -package tcpip -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-net-solo5 -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package ethernet -package duration -package conduit-mirage -package cohttp-mirage -package arp.mirage -package arp -w A-4-41-42-44-48 -o key_gen.cmo key_gen.ml
File "key_gen.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package tls-mirage -package tcpip.udp -package tcpip.tcp -package tcpip.stack-direct -package tcpip.ipv6 -package tcpip.ipv4 -package tcpip.icmpv4 -package tcpip -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-net-solo5 -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package ethernet -package duration -package conduit-mirage -package cohttp-mirage -package arp.mirage -package arp -w A-4-41-42-44-48 -o unikernel.cmo unikernel.ml
File "unikernel.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package tls-mirage -package tcpip.udp -package tcpip.tcp -package tcpip.stack-direct -package tcpip.ipv6 -package tcpip.ipv4 -package tcpip.icmpv4 -package tcpip -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-net-solo5 -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package ethernet -package duration -package conduit-mirage -package cohttp-mirage -package arp.mirage -package arp -w A-4-41-42-44-48 -o main.cmo main.ml
File "main.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package tls-mirage -package tcpip.udp -package tcpip.tcp -package tcpip.stack-direct -package tcpip.ipv6 -package tcpip.ipv4 -package tcpip.icmpv4 -package tcpip -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-net-solo5 -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package ethernet -package duration -package conduit-mirage -package cohttp-mirage -package arp.mirage -package arp -w A-4-41-42-44-48 -o key_gen.cmx key_gen.ml
File "key_gen.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package tls-mirage -package tcpip.udp -package tcpip.tcp -package tcpip.stack-direct -package tcpip.ipv6 -package tcpip.ipv4 -package tcpip.icmpv4 -package tcpip -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-net-solo5 -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package ethernet -package duration -package conduit-mirage -package cohttp-mirage -package arp.mirage -package arp -w A-4-41-42-44-48 -o unikernel.cmx unikernel.ml
File "unikernel.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package tls-mirage -package tcpip.udp -package tcpip.tcp -package tcpip.stack-direct -package tcpip.ipv6 -package tcpip.ipv4 -package tcpip.icmpv4 -package tcpip -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-net-solo5 -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package ethernet -package duration -package conduit-mirage -package cohttp-mirage -package arp.mirage -package arp -w A-4-41-42-44-48 -o main.cmx main.ml
File "main.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
[WARNING] var was deprecated in version 2.1 of the opam CLI. Use opam var instead or set OPAMCLI environment variable to 2.0.
make[1]: Leaving directory '/src/device-usage/http-fetch'
cd device-usage/kv_ro && mirage configure -t hvt 
cp Makefile.user device-usage/kv_ro
cp: cannot stat 'Makefile.user': No such file or directory
cd device-usage/kv_ro && make depend && make
make: [Makefile:55: device-usage/kv_ro-build] Error 1 (ignored)
make[1]: Entering directory '/src/device-usage/kv_ro'
opam pin add -k path --no-action --yes mirage-unikernel-kv_ro-hvt . && opam depext --yes --update mirage-unikernel-kv_ro-hvt ; opam pin remove --no-action mirage-unikernel-kv_ro-hvt
Package mirage-unikernel-kv_ro-hvt does not exist, create as a NEW package? [Y/n] y
[mirage-unikernel-kv_ro-hvt.~dev] synchronised (file:///src/device-usage/kv_ro)
mirage-unikernel-kv_ro-hvt is now pinned to file:///src/device-usage/kv_ro (version ~dev)
opam: unknown command `depext'.
Usage: opam COMMAND ...
Try `opam --help' for more information.
Ok, mirage-unikernel-kv_ro-hvt is no longer pinned to file:///src/device-usage/kv_ro (version ~dev)
opam install -y --deps-only .
The following actions will be performed:
  - install mirage-clock-unix 3.1.0
  - install crunch            3.2.0
  - install mirage-kv-mem     3.0.0
===== 3 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved crunch.3.2.0  (cached)
-> retrieved mirage-clock-unix.3.1.0  (cached)
-> retrieved mirage-kv-mem.3.0.0  (cached)
-> installed mirage-clock-unix.3.1.0
-> installed crunch.3.2.0
-> installed mirage-kv-mem.3.0.0
Done.
# Run eval $(opam env) to update the current shell environment
make[1]: Leaving directory '/src/device-usage/kv_ro'
make[1]: Entering directory '/src/device-usage/kv_ro'
mirage build
Generating static1.ml
Generating static1.mli
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-kv-mem -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -w A-4-41-42-44-48 -o key_gen.cmo key_gen.ml
File "key_gen.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-kv-mem -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -w A-4-41-42-44-48 -o unikernel.cmo unikernel.ml
File "unikernel.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-kv-mem -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -w A-4-41-42-44-48 -o main.cmo main.ml
File "main.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-kv-mem -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -w A-4-41-42-44-48 -o key_gen.cmx key_gen.ml
File "key_gen.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-kv-mem -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -w A-4-41-42-44-48 -o unikernel.cmx unikernel.ml
File "unikernel.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-kv-mem -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -w A-4-41-42-44-48 -o main.cmx main.ml
File "main.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
[WARNING] var was deprecated in version 2.1 of the opam CLI. Use opam var instead or set OPAMCLI environment variable to 2.0.
make[1]: Leaving directory '/src/device-usage/kv_ro'
cd device-usage/network && mirage configure -t hvt 
cp Makefile.user device-usage/network
cp: cannot stat 'Makefile.user': No such file or directory
make: [Makefile:55: device-usage/network-build] Error 1 (ignored)
cd device-usage/network && make depend && make
make[1]: Entering directory '/src/device-usage/network'
opam pin add -k path --no-action --yes mirage-unikernel-network-hvt . && opam depext --yes --update mirage-unikernel-network-hvt ; opam pin remove --no-action mirage-unikernel-network-hvt
Package mirage-unikernel-network-hvt does not exist, create as a NEW package? [Y/n] y
[mirage-unikernel-network-hvt.~dev] synchronised (file:///src/device-usage/network)
mirage-unikernel-network-hvt is now pinned to file:///src/device-usage/network (version ~dev)
opam: unknown command `depext'.
Usage: opam COMMAND ...
Try `opam --help' for more information.
Ok, mirage-unikernel-network-hvt is no longer pinned to file:///src/device-usage/network (version ~dev)
opam install -y --deps-only .
Nothing to do.
# Run eval $(opam env) to update the current shell environment
make[1]: Leaving directory '/src/device-usage/network'
make[1]: Entering directory '/src/device-usage/network'
mirage build
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package tcpip.udp -package tcpip.tcp -package tcpip.stack-direct -package tcpip.ipv4 -package tcpip.icmpv4 -package tcpip -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-net-solo5 -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package ethernet -package arp.mirage -package arp -w A-4-41-42-44-48 -o key_gen.cmo key_gen.ml
File "key_gen.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package tcpip.udp -package tcpip.tcp -package tcpip.stack-direct -package tcpip.ipv4 -package tcpip.icmpv4 -package tcpip -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-net-solo5 -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package ethernet -package arp.mirage -package arp -w A-4-41-42-44-48 -o unikernel.cmo unikernel.ml
File "unikernel.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package tcpip.udp -package tcpip.tcp -package tcpip.stack-direct -package tcpip.ipv4 -package tcpip.icmpv4 -package tcpip -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-net-solo5 -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package ethernet -package arp.mirage -package arp -w A-4-41-42-44-48 -o main.cmo main.ml
File "main.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package tcpip.udp -package tcpip.tcp -package tcpip.stack-direct -package tcpip.ipv4 -package tcpip.icmpv4 -package tcpip -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-net-solo5 -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package ethernet -package arp.mirage -package arp -w A-4-41-42-44-48 -o key_gen.cmx key_gen.ml
File "key_gen.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package tcpip.udp -package tcpip.tcp -package tcpip.stack-direct -package tcpip.ipv4 -package tcpip.icmpv4 -package tcpip -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-net-solo5 -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package ethernet -package arp.mirage -package arp -w A-4-41-42-44-48 -o unikernel.cmx unikernel.ml
File "unikernel.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package tcpip.udp -package tcpip.tcp -package tcpip.stack-direct -package tcpip.ipv4 -package tcpip.icmpv4 -package tcpip -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-net-solo5 -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package ethernet -package arp.mirage -package arp -w A-4-41-42-44-48 -o main.cmx main.ml
File "main.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
[WARNING] var was deprecated in version 2.1 of the opam CLI. Use opam var instead or set OPAMCLI environment variable to 2.0.
make[1]: Leaving directory '/src/device-usage/network'
cd device-usage/ping6 && mirage configure -t hvt 
cp Makefile.user device-usage/ping6
cp: cannot stat 'Makefile.user': No such file or directory
make: [Makefile:55: device-usage/ping6-build] Error 1 (ignored)
cd device-usage/ping6 && make depend && make
make[1]: Entering directory '/src/device-usage/ping6'
opam pin add -k path --no-action --yes mirage-unikernel-ping-hvt . && opam depext --yes --update mirage-unikernel-ping-hvt ; opam pin remove --no-action mirage-unikernel-ping-hvt
Package mirage-unikernel-ping-hvt does not exist, create as a NEW package? [Y/n] y
[mirage-unikernel-ping-hvt.~dev] synchronised (file:///src/device-usage/ping6)
mirage-unikernel-ping-hvt is now pinned to file:///src/device-usage/ping6 (version ~dev)
opam: unknown command `depext'.
Usage: opam COMMAND ...
Try `opam --help' for more information.
Ok, mirage-unikernel-ping-hvt is no longer pinned to file:///src/device-usage/ping6 (version ~dev)
opam install -y --deps-only .
Nothing to do.
# Run eval $(opam env) to update the current shell environment
make[1]: Leaving directory '/src/device-usage/ping6'
make[1]: Entering directory '/src/device-usage/ping6'
mirage build
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package tcpip.ipv6 -package tcpip -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-net-solo5 -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package ethernet -w A-4-41-42-44-48 -o key_gen.cmo key_gen.ml
File "key_gen.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package tcpip.ipv6 -package tcpip -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-net-solo5 -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package ethernet -w A-4-41-42-44-48 -o unikernel.cmo unikernel.ml
File "unikernel.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package tcpip.ipv6 -package tcpip -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-net-solo5 -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package ethernet -w A-4-41-42-44-48 -o main.cmo main.ml
File "main.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package tcpip.ipv6 -package tcpip -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-net-solo5 -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package ethernet -w A-4-41-42-44-48 -o key_gen.cmx key_gen.ml
File "key_gen.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package tcpip.ipv6 -package tcpip -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-net-solo5 -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package ethernet -w A-4-41-42-44-48 -o unikernel.cmx unikernel.ml
File "unikernel.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package tcpip.ipv6 -package tcpip -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-net-solo5 -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package ethernet -w A-4-41-42-44-48 -o main.cmx main.ml
File "main.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
[WARNING] var was deprecated in version 2.1 of the opam CLI. Use opam var instead or set OPAMCLI environment variable to 2.0.
make[1]: Leaving directory '/src/device-usage/ping6'
cd device-usage/pgx && mirage configure -t hvt 
cp Makefile.user device-usage/pgx
cp: cannot stat 'Makefile.user': No such file or directory
make: [Makefile:55: device-usage/pgx-build] Error 1 (ignored)
cd device-usage/pgx && make depend && make
make[1]: Entering directory '/src/device-usage/pgx'
opam pin add -k path --no-action --yes mirage-unikernel-pgx_unikernel-hvt . && opam depext --yes --update mirage-unikernel-pgx_unikernel-hvt ; opam pin remove --no-action mirage-unikernel-pgx_unikernel-hvt
Package mirage-unikernel-pgx_unikernel-hvt does not exist, create as a NEW package? [Y/n] y
[mirage-unikernel-pgx_unikernel-hvt.~dev] synchronised (file:///src/device-usage/pgx)
mirage-unikernel-pgx_unikernel-hvt is now pinned to file:///src/device-usage/pgx (version ~dev)
opam: unknown command `depext'.
Usage: opam COMMAND ...
Try `opam --help' for more information.
Ok, mirage-unikernel-pgx_unikernel-hvt is no longer pinned to file:///src/device-usage/pgx (version ~dev)
opam install -y --deps-only .
The following actions will be performed:
  - install   hex               1.4.0
  - downgrade dns               5.0.1 to 4.6.3
  - install   ppx_custom_printf v0.14.1
  - install   ppx_compare       v0.14.0
  - downgrade x509              0.15.0 to 0.14.1
  - install   uuidm             0.9.7
  - install   fieldslib         v0.14.0          [required by cohttp]
  - downgrade dns-client        5.0.1 to 4.6.3   [uses dns]
  - downgrade tls               0.15.0 to 0.14.1 [uses x509]
  - downgrade ca-certs-nss      3.71.0.1 to 3.71 [uses x509]
  - install   pgx               2.0
  - install   ppx_fields_conv   v0.14.2          [required by cohttp]
  - downgrade tls-mirage        0.15.0 to 0.14.1 [uses x509]
  - install   pgx_lwt           2.0
  - downgrade cohttp            4.0.0 to 2.5.5
  - downgrade conduit-mirage    4.0.2 to 2.2.1   [required by cohttp-mirage]
  - downgrade cohttp-lwt        4.0.0 to 2.5.5   [uses cohttp]
  - install   pgx_lwt_mirage    2.0
  - downgrade cohttp-mirage     4.0.0 to 2.5.5   [uses cohttp]
===== 9 to install | 10 to downgrade =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ca-certs-nss.3.71  (cached)
-> retrieved cohttp-lwt.2.5.5  (https://github.com/mirage/ocaml-cohttp/releases/download/v2.5.5/cohttp-v2.5.5.tbz)
-> retrieved cohttp-mirage.2.5.5  (cached)
-> retrieved cohttp.2.5.5  (https://github.com/mirage/ocaml-cohttp/releases/download/v2.5.5/cohttp-v2.5.5.tbz)
-> retrieved conduit-mirage.2.2.1  (cached)
-> retrieved dns.4.6.3  (cached)
-> retrieved dns-client.4.6.3  (cached)
-> retrieved hex.1.4.0  (cached)
-> retrieved pgx.2.0  (cached)
-> retrieved fieldslib.v0.14.0  (https://ocaml.janestreet.com/ocaml-core/v0.14/files/fieldslib-v0.14.0.tar.gz)
-> retrieved pgx_lwt.2.0  (cached)
-> retrieved pgx_lwt_mirage.2.0  (cached)
-> retrieved ppx_compare.v0.14.0  (cached)
-> retrieved ppx_custom_printf.v0.14.1  (cached)
-> installed hex.1.4.0
-> retrieved tls.0.14.1  (cached)
-> installed fieldslib.v0.14.0
-> retrieved tls-mirage.0.14.1  (cached)
-> retrieved x509.0.14.1  (cached)
-> retrieved uuidm.0.9.7  (https://erratique.ch/software/uuidm/releases/uuidm-0.9.7.tbz)
-> retrieved ppx_fields_conv.v0.14.2  (https://github.com/janestreet/ppx_fields_conv/archive/v0.14.2.tar.gz)
-> installed ppx_compare.v0.14.0
-> installed uuidm.0.9.7
-> installed ppx_fields_conv.v0.14.2
-> removed   cohttp-mirage.4.0.0
-> removed   cohttp-lwt.4.0.0
-> removed   cohttp.4.0.0
-> removed   conduit-mirage.4.0.2
-> removed   ca-certs-nss.3.71.0.1
-> removed   dns-client.5.0.1
-> removed   dns.5.0.1
-> removed   tls-mirage.0.15.0
-> removed   tls.0.15.0
-> removed   x509.0.15.0
-> installed dns.4.6.3
-> installed x509.0.14.1
-> installed dns-client.4.6.3
-> installed ppx_custom_printf.v0.14.1
-> installed cohttp.2.5.5
-> installed ca-certs-nss.3.71
-> installed cohttp-lwt.2.5.5
-> installed tls.0.14.1
-> installed tls-mirage.0.14.1
-> installed pgx.2.0
-> installed conduit-mirage.2.2.1
-> installed pgx_lwt.2.0
-> installed cohttp-mirage.2.5.5
-> installed pgx_lwt_mirage.2.0
Done.
# Run eval $(opam env) to update the current shell environment
make[1]: Leaving directory '/src/device-usage/pgx'
make[1]: Entering directory '/src/device-usage/pgx'
mirage build
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package tcpip.udp -package tcpip.tcp -package tcpip.stack-direct -package tcpip.ipv4 -package tcpip.icmpv4 -package tcpip -package pgx_lwt_mirage -package pgx_lwt -package pgx -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-net-solo5 -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package logs -package functoria-runtime -package ethernet -package arp.mirage -package arp -w A-4-41-42-44-48 -o key_gen.cmo key_gen.ml
File "key_gen.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package tcpip.udp -package tcpip.tcp -package tcpip.stack-direct -package tcpip.ipv4 -package tcpip.icmpv4 -package tcpip -package pgx_lwt_mirage -package pgx_lwt -package pgx -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-net-solo5 -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package logs -package functoria-runtime -package ethernet -package arp.mirage -package arp -w A-4-41-42-44-48 -o unikernel.cmo unikernel.ml
File "unikernel.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package tcpip.udp -package tcpip.tcp -package tcpip.stack-direct -package tcpip.ipv4 -package tcpip.icmpv4 -package tcpip -package pgx_lwt_mirage -package pgx_lwt -package pgx -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-net-solo5 -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package logs -package functoria-runtime -package ethernet -package arp.mirage -package arp -w A-4-41-42-44-48 -o main.cmo main.ml
File "main.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package tcpip.udp -package tcpip.tcp -package tcpip.stack-direct -package tcpip.ipv4 -package tcpip.icmpv4 -package tcpip -package pgx_lwt_mirage -package pgx_lwt -package pgx -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-net-solo5 -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package logs -package functoria-runtime -package ethernet -package arp.mirage -package arp -w A-4-41-42-44-48 -o key_gen.cmx key_gen.ml
File "key_gen.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package tcpip.udp -package tcpip.tcp -package tcpip.stack-direct -package tcpip.ipv4 -package tcpip.icmpv4 -package tcpip -package pgx_lwt_mirage -package pgx_lwt -package pgx -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-net-solo5 -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package logs -package functoria-runtime -package ethernet -package arp.mirage -package arp -w A-4-41-42-44-48 -o unikernel.cmx unikernel.ml
File "unikernel.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package tcpip.udp -package tcpip.tcp -package tcpip.stack-direct -package tcpip.ipv4 -package tcpip.icmpv4 -package tcpip -package pgx_lwt_mirage -package pgx_lwt -package pgx -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-net-solo5 -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package logs -package functoria-runtime -package ethernet -package arp.mirage -package arp -w A-4-41-42-44-48 -o main.cmx main.ml
File "main.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
[WARNING] var was deprecated in version 2.1 of the opam CLI. Use opam var instead or set OPAMCLI environment variable to 2.0.
make[1]: Leaving directory '/src/device-usage/pgx'
cd device-usage/prng && mirage configure -t hvt 
cp Makefile.user device-usage/prng
cp: cannot stat 'Makefile.user': No such file or directory
make: [Makefile:55: device-usage/prng-build] Error 1 (ignored)
cd device-usage/prng && make depend && make
make[1]: Entering directory '/src/device-usage/prng'
opam pin add -k path --no-action --yes mirage-unikernel-prng-hvt . && opam depext --yes --update mirage-unikernel-prng-hvt ; opam pin remove --no-action mirage-unikernel-prng-hvt
Package mirage-unikernel-prng-hvt does not exist, create as a NEW package? [Y/n] y
[mirage-unikernel-prng-hvt.~dev] synchronised (file:///src/device-usage/prng)
mirage-unikernel-prng-hvt is now pinned to file:///src/device-usage/prng (version ~dev)
opam: unknown command `depext'.
Usage: opam COMMAND ...
Try `opam --help' for more information.
Ok, mirage-unikernel-prng-hvt is no longer pinned to file:///src/device-usage/prng (version ~dev)
opam install -y --deps-only .
Nothing to do.
# Run eval $(opam env) to update the current shell environment
make[1]: Leaving directory '/src/device-usage/prng'
make[1]: Entering directory '/src/device-usage/prng'
mirage build
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package randomconv -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-crypto-rng -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -w A-4-41-42-44-48 -o key_gen.cmo key_gen.ml
File "key_gen.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package randomconv -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-crypto-rng -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -w A-4-41-42-44-48 -o unikernel.cmo unikernel.ml
File "unikernel.ml", line 18, characters 34-38:
18 |                   Fmt.(list ~sep:(unit ", ") Mirage_crypto_rng.Entropy.pp_source)
                                       ^^^^
Alert deprecated: Fmt.unit
File "unikernel.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package randomconv -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-crypto-rng -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -w A-4-41-42-44-48 -o main.cmo main.ml
File "main.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package randomconv -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-crypto-rng -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -w A-4-41-42-44-48 -o key_gen.cmx key_gen.ml
File "key_gen.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package randomconv -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-crypto-rng -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -w A-4-41-42-44-48 -o unikernel.cmx unikernel.ml
File "unikernel.ml", line 18, characters 34-38:
18 |                   Fmt.(list ~sep:(unit ", ") Mirage_crypto_rng.Entropy.pp_source)
                                       ^^^^
Alert deprecated: Fmt.unit
File "unikernel.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package randomconv -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-crypto-rng-mirage -package mirage-crypto-rng -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -w A-4-41-42-44-48 -o main.cmx main.ml
File "main.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
[WARNING] var was deprecated in version 2.1 of the opam CLI. Use opam var instead or set OPAMCLI environment variable to 2.0.
make[1]: Leaving directory '/src/device-usage/prng'
cd applications/dhcp && mirage configure -t hvt 
cp Makefile.user applications/dhcp
cp: cannot stat 'Makefile.user': No such file or directory
make: [Makefile:55: applications/dhcp-build] Error 1 (ignored)
cd applications/dhcp && make depend && make
make[1]: Entering directory '/src/applications/dhcp'
opam pin add -k path --no-action --yes mirage-unikernel-dhcp-hvt . && opam depext --yes --update mirage-unikernel-dhcp-hvt ; opam pin remove --no-action mirage-unikernel-dhcp-hvt
Package mirage-unikernel-dhcp-hvt does not exist, create as a NEW package? [Y/n] y
[mirage-unikernel-dhcp-hvt.~dev] synchronised (file:///src/applications/dhcp)
mirage-unikernel-dhcp-hvt is now pinned to file:///src/applications/dhcp (version ~dev)
opam: unknown command `depext'.
Usage: opam COMMAND ...
Try `opam --help' for more information.
Ok, mirage-unikernel-dhcp-hvt is no longer pinned to file:///src/applications/dhcp (version ~dev)
opam install -y --deps-only .
The following actions will be performed:
  - install menhirLib      20211012
  - install macaddr-sexp   5.2.0
  - install menhirSdk      20211012
  - install charrua        1.4.0
  - install menhir         20211012
  - install charrua-server 1.4.0
===== 6 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved charrua.1.4.0  (cached)
-> retrieved charrua-server.1.4.0  (cached)
-> retrieved macaddr-sexp.5.2.0  (cached)
-> retrieved menhir.20211012  (cached)
-> retrieved menhirLib.20211012  (cached)
-> retrieved menhirSdk.20211012  (cached)
-> installed macaddr-sexp.5.2.0
-> installed menhirSdk.20211012
-> installed menhirLib.20211012
-> installed charrua.1.4.0
-> installed menhir.20211012
-> installed charrua-server.1.4.0
Done.
# Run eval $(opam env) to update the current shell environment
make[1]: Leaving directory '/src/applications/dhcp'
make[1]: Entering directory '/src/applications/dhcp'
mirage build
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-net-solo5 -package mirage-logs -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package ethernet -package charrua-server -package charrua -package arp.mirage -package arp -w A-4-41-42-44-48 -o dhcp_config.cmo dhcp_config.ml
File "dhcp_config.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-net-solo5 -package mirage-logs -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package ethernet -package charrua-server -package charrua -package arp.mirage -package arp -w A-4-41-42-44-48 -o key_gen.cmo key_gen.ml
File "key_gen.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-net-solo5 -package mirage-logs -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package ethernet -package charrua-server -package charrua -package arp.mirage -package arp -w A-4-41-42-44-48 -o unikernel.cmo unikernel.ml
File "unikernel.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-net-solo5 -package mirage-logs -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package ethernet -package charrua-server -package charrua -package arp.mirage -package arp -w A-4-41-42-44-48 -o main.cmo main.ml
File "main.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-net-solo5 -package mirage-logs -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package ethernet -package charrua-server -package charrua -package arp.mirage -package arp -w A-4-41-42-44-48 -o dhcp_config.cmx dhcp_config.ml
File "dhcp_config.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-net-solo5 -package mirage-logs -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package ethernet -package charrua-server -package charrua -package arp.mirage -package arp -w A-4-41-42-44-48 -o key_gen.cmx key_gen.ml
File "key_gen.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-net-solo5 -package mirage-logs -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package ethernet -package charrua-server -package charrua -package arp.mirage -package arp -w A-4-41-42-44-48 -o unikernel.cmx unikernel.ml
File "unikernel.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-net-solo5 -package mirage-logs -package mirage-console-solo5 -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package lwt -package functoria-runtime -package ethernet -package charrua-server -package charrua -package arp.mirage -package arp -w A-4-41-42-44-48 -o main.cmx main.ml
File "main.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
[WARNING] var was deprecated in version 2.1 of the opam CLI. Use opam var instead or set OPAMCLI environment variable to 2.0.
make[1]: Leaving directory '/src/applications/dhcp'
cd applications/static_website_tls && mirage configure -t hvt 
cp Makefile.user applications/static_website_tls
cp: cannot stat 'Makefile.user': No such file or directory
make: [Makefile:55: applications/static_website_tls-build] Error 1 (ignored)
cd applications/static_website_tls && make depend && make
make[1]: Entering directory '/src/applications/static_website_tls'
opam pin add -k path --no-action --yes mirage-unikernel-https-hvt . && opam depext --yes --update mirage-unikernel-https-hvt ; opam pin remove --no-action mirage-unikernel-https-hvt
Package mirage-unikernel-https-hvt does not exist, create as a NEW package? [Y/n] y
[mirage-unikernel-https-hvt.~dev] synchronised (file:///src/applications/static_website_tls)
mirage-unikernel-https-hvt is now pinned to file:///src/applications/static_website_tls (version ~dev)
opam: unknown command `depext'.
Usage: opam COMMAND ...
Try `opam --help' for more information.
Ok, mirage-unikernel-https-hvt is no longer pinned to file:///src/applications/static_website_tls (version ~dev)
opam install -y --deps-only .
The following actions will be performed:
  - upgrade cohttp         2.5.5 to 4.0.0
  - upgrade dns            4.6.3 to 5.0.1
  - remove  pgx_lwt_mirage 2.0            [conflicts with conduit-mirage, dns-client]
  - upgrade cohttp-lwt     2.5.5 to 4.0.0
  - upgrade dns-client     4.6.3 to 5.0.1
  - upgrade conduit-mirage 2.2.1 to 4.0.2
  - upgrade cohttp-mirage  2.5.5 to 4.0.0
===== 6 to upgrade | 1 to remove =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> removed   pgx_lwt_mirage.2.0
-> retrieved cohttp.4.0.0  (cached)
-> retrieved cohttp-lwt.4.0.0  (cached)
-> retrieved cohttp-mirage.4.0.0  (cached)
-> retrieved conduit-mirage.4.0.2  (cached)
-> retrieved dns.5.0.1  (cached)
-> retrieved dns-client.5.0.1  (cached)
-> removed   cohttp-mirage.2.5.5
-> removed   cohttp-lwt.2.5.5
-> removed   cohttp.2.5.5
-> removed   conduit-mirage.2.2.1
-> removed   dns-client.4.6.3
-> removed   dns.4.6.3
-> installed cohttp.4.0.0
-> installed dns.5.0.1
-> installed cohttp-lwt.4.0.0
-> installed dns-client.5.0.1
-> installed conduit-mirage.4.0.2
-> installed cohttp-mirage.4.0.0
Done.
# Run eval $(opam env) to update the current shell environment
make[1]: Leaving directory '/src/applications/static_website_tls'
make[1]: Entering directory '/src/applications/static_website_tls'
mirage build
Generating static1.ml
Generating static1.mli
Generating static2.ml
Generating static2.mli
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package uri -package tls-mirage -package tcpip.udp -package tcpip.tcp -package tcpip.stack-direct -package tcpip.ipv6 -package tcpip.ipv4 -package tcpip.icmpv4 -package tcpip -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-net-solo5 -package mirage-logs -package mirage-kv-mem -package mirage-crypto-rng-mirage -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package magic-mime -package lwt -package functoria-runtime -package ethernet -package conduit-mirage -package cohttp-mirage -package arp.mirage -package arp -w A-4-41-42-44-48 -o key_gen.cmo key_gen.ml
File "key_gen.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package uri -package tls-mirage -package tcpip.udp -package tcpip.tcp -package tcpip.stack-direct -package tcpip.ipv6 -package tcpip.ipv4 -package tcpip.icmpv4 -package tcpip -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-net-solo5 -package mirage-logs -package mirage-kv-mem -package mirage-crypto-rng-mirage -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package magic-mime -package lwt -package functoria-runtime -package ethernet -package conduit-mirage -package cohttp-mirage -package arp.mirage -package arp -w A-4-41-42-44-48 -o dispatch.cmo dispatch.ml
File "dispatch.ml", line 15, characters 18-27:
15 |   let failf fmt = Fmt.kstrf Lwt.fail_with fmt
                       ^^^^^^^^^
Alert deprecated: Fmt.kstrf
File "dispatch.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package uri -package tls-mirage -package tcpip.udp -package tcpip.tcp -package tcpip.stack-direct -package tcpip.ipv6 -package tcpip.ipv4 -package tcpip.icmpv4 -package tcpip -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-net-solo5 -package mirage-logs -package mirage-kv-mem -package mirage-crypto-rng-mirage -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package magic-mime -package lwt -package functoria-runtime -package ethernet -package conduit-mirage -package cohttp-mirage -package arp.mirage -package arp -w A-4-41-42-44-48 -o main.cmo main.ml
File "main.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package uri -package tls-mirage -package tcpip.udp -package tcpip.tcp -package tcpip.stack-direct -package tcpip.ipv6 -package tcpip.ipv4 -package tcpip.icmpv4 -package tcpip -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-net-solo5 -package mirage-logs -package mirage-kv-mem -package mirage-crypto-rng-mirage -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package magic-mime -package lwt -package functoria-runtime -package ethernet -package conduit-mirage -package cohttp-mirage -package arp.mirage -package arp -w A-4-41-42-44-48 -o key_gen.cmx key_gen.ml
File "key_gen.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package uri -package tls-mirage -package tcpip.udp -package tcpip.tcp -package tcpip.stack-direct -package tcpip.ipv6 -package tcpip.ipv4 -package tcpip.icmpv4 -package tcpip -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-net-solo5 -package mirage-logs -package mirage-kv-mem -package mirage-crypto-rng-mirage -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package magic-mime -package lwt -package functoria-runtime -package ethernet -package conduit-mirage -package cohttp-mirage -package arp.mirage -package arp -w A-4-41-42-44-48 -o dispatch.cmx dispatch.ml
File "dispatch.ml", line 15, characters 18-27:
15 |   let failf fmt = Fmt.kstrf Lwt.fail_with fmt
                       ^^^^^^^^^
Alert deprecated: Fmt.kstrf
File "dispatch.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package uri -package tls-mirage -package tcpip.udp -package tcpip.tcp -package tcpip.stack-direct -package tcpip.ipv6 -package tcpip.ipv4 -package tcpip.icmpv4 -package tcpip -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-net-solo5 -package mirage-logs -package mirage-kv-mem -package mirage-crypto-rng-mirage -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package magic-mime -package lwt -package functoria-runtime -package ethernet -package conduit-mirage -package cohttp-mirage -package arp.mirage -package arp -w A-4-41-42-44-48 -o main.cmx main.ml
File "main.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
[WARNING] var was deprecated in version 2.1 of the opam CLI. Use opam var instead or set OPAMCLI environment variable to 2.0.
make[1]: Leaving directory '/src/applications/static_website_tls'
cd device-usage/block && mirage configure -t hvt 
cp Makefile.user device-usage/block
cp: cannot stat 'Makefile.user': No such file or directory
make: [Makefile:55: device-usage/block-build] Error 1 (ignored)
cd device-usage/block && make depend && make
make[1]: Entering directory '/src/device-usage/block'
opam pin add -k path --no-action --yes mirage-unikernel-block_test-hvt . && opam depext --yes --update mirage-unikernel-block_test-hvt ; opam pin remove --no-action mirage-unikernel-block_test-hvt
Package mirage-unikernel-block_test-hvt does not exist, create as a NEW package? [Y/n] y
[mirage-unikernel-block_test-hvt.~dev] synchronised (file:///src/device-usage/block)
mirage-unikernel-block_test-hvt is now pinned to file:///src/device-usage/block (version ~dev)
opam: unknown command `depext'.
Usage: opam COMMAND ...
Try `opam --help' for more information.
Ok, mirage-unikernel-block_test-hvt is no longer pinned to file:///src/device-usage/block (version ~dev)
opam install -y --deps-only .
The following actions will be performed:
  - install mirage-block-solo5 0.6.1

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved mirage-block-solo5.0.6.1  (cached)
-> installed mirage-block-solo5.0.6.1
Done.
# Run eval $(opam env) to update the current shell environment
make[1]: Leaving directory '/src/device-usage/block'
make[1]: Entering directory '/src/device-usage/block'
mirage build
100000+0 records in
100000+0 records out
51200000 bytes (51 MB, 49 MiB) copied, 0.36371 s, 141 MB/s
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package mirage-block-solo5 -package lwt -package io-page -package functoria-runtime -package duration -w A-4-41-42-44-48 -o key_gen.cmo key_gen.ml
File "key_gen.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package mirage-block-solo5 -package lwt -package io-page -package functoria-runtime -package duration -w A-4-41-42-44-48 -o unikernel.cmo unikernel.ml
File "unikernel.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlc -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package mirage-block-solo5 -package lwt -package io-page -package functoria-runtime -package duration -w A-4-41-42-44-48 -o main.cmo main.ml
File "main.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package mirage-block-solo5 -package lwt -package io-page -package functoria-runtime -package duration -w A-4-41-42-44-48 -o key_gen.cmx key_gen.ml
File "key_gen.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package mirage-block-solo5 -package lwt -package io-page -package functoria-runtime -package duration -w A-4-41-42-44-48 -o unikernel.cmx unikernel.ml
File "unikernel.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
+ ocamlfind ocamlopt -c -g -g -bin-annot -safe-string -principal -strict-sequence -package mirage-types-lwt -package mirage-types -package mirage-solo5 -package mirage-runtime -package mirage-logs -package mirage-clock-freestanding -package mirage-bootvar-solo5 -package mirage-block-solo5 -package lwt -package io-page -package functoria-runtime -package duration -w A-4-41-42-44-48 -o main.cmx main.ml
File "main.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
[WARNING] var was deprecated in version 2.1 of the opam CLI. Use opam var instead or set OPAMCLI environment variable to 2.0.
make[1]: Leaving directory '/src/device-usage/block'
2021-10-20 09:52.57 ---> using "f179afe5fec3cb09cad298ced3fcef1b7b8dd26bf752fa4324d44bed9e8a5fc2" from cache
Job succeeded
2021-10-20 09:52.57: Job succeeded