2022-05-04 14:55.30: New job: Build using linux-arm64 in
                                [https://github.com/mirage/mirage-skeleton.git#refs/heads/main (6081b31e2ca250c05cdcb643c092190f63c768c0)]

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#2d3ecc86c0a0003bf6f6c095fc3f265d842de690"))
 (run (network host)
      (shell "opam repo add mirage-dev https://github.com/mirage/mirage-dev.git#842c55556ffd0950d21141d6ab99e52a8d88a50f"))
 (run (network host)
      (shell "opam pin -ny https://github.com/mirage/mirage.git#e07fe328dd1186987e8ddad6060bac1c1a178905"))
 (run (cache (download-cache (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "sudo apt-get update && opam install -y \"mirage>=4\""))
 (copy (src .) (dst /src/))
 (env MODE hvt)
 (workdir /src/)
 (run (shell "opam exec -- make configure"))
 (env MIRAGE_EXTRA_REPOS opam-overlays:https://github.com/dune-universe/opam-overlays.git#3d8cfb3d67e3680d45c6bf1464bb9af8f9730707,mirage-opam-overlays:https://github.com/dune-universe/mirage-opam-overlays.git#a59e36702822c31e662b242c6d056a31533590e6)
 (run (network host)
      (shell "opam exec -- make lock"))
 (run (cache (download-cache (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "sudo apt-get update && opam exec -- make depends"))
 (run (shell "opam monorepo list -l mirage.opam.locked"))
 (run (cache (download-cache (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam exec -- make pull"))
 (env DUNE_CACHE enabled)
 (env DUNE_CACHE_TRANSPORT direct)
 (run (cache (dune-build-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "opam exec -- make build"))
)

2022-05-04 14:55.30: Using cache hint "mirage-ci-skeleton-debian-10-ocaml-4.13"
2022-05-04 14:55.30: Waiting for resource in pool OCluster
2022-05-04 14:55.30: Waiting for worker...
2022-05-04 14:55.32: Got resource from pool OCluster
Building on arm64-jade-1.ocamllabs.io
All commits already cached
HEAD is now at 6081b31 Merge pull request #340 from TheLortex/single-opam-file

(from ocaml/opam:debian-10-ocaml-4.13)
Unable to find image 'ocaml/opam:debian-10-ocaml-4.13' locally
debian-10-ocaml-4.13: Pulling from ocaml/opam
Digest: sha256:6180cb1254691eda8b11431b8a15b008b93fd8721d56750534247d411a0d5936
Status: Downloaded newer image for ocaml/opam:debian-10-ocaml-4.13
2022-05-04 14:55.32 ---> using "cbba9511e46ef57631453d5b88aeed1ed6de6fa87b6f0dcb3da9328657d73fa4" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2022-05-04 14:55.32 ---> 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
2022-05-04 14:55.32 ---> using "88933084999984163bc104ca2978b0ba2b9c83ff33e4e30c3b6dae7cb5cde9bc" from cache

/home/opam: (run (network host)
                 (shell "opam repo add opam https://github.com/ocaml/opam-repository.git#2d3ecc86c0a0003bf6f6c095fc3f265d842de690"))
[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.

2022-05-04 14:55.32 ---> using "23a731e87a05575a7f762230e388bbc94a9212425050809a2d6c27cd78dd0053" from cache

/home/opam: (run (network host)
                 (shell "opam repo add mirage-dev https://github.com/mirage/mirage-dev.git#842c55556ffd0950d21141d6ab99e52a8d88a50f"))
[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.

2022-05-04 14:55.32 ---> using "97fb03541275b8ac106fd9b7b2d2a303b6f745b69ccef41633fadefd4d81a9e2" from cache

/home/opam: (run (network host)
                 (shell "opam pin -ny https://github.com/mirage/mirage.git#e07fe328dd1186987e8ddad6060bac1c1a178905"))
This will pin the following packages: functoria-runtime, functoria, mirage-runtime, mirage. Continue? [Y/n] y
functoria-runtime is now pinned to git+https://github.com/mirage/mirage.git#e07fe328dd1186987e8ddad6060bac1c1a178905 (version 4.1.0)
functoria is now pinned to git+https://github.com/mirage/mirage.git#e07fe328dd1186987e8ddad6060bac1c1a178905 (version 4.1.0)
mirage-runtime is now pinned to git+https://github.com/mirage/mirage.git#e07fe328dd1186987e8ddad6060bac1c1a178905 (version 4.1.0)
mirage is now pinned to git+https://github.com/mirage/mirage.git#e07fe328dd1186987e8ddad6060bac1c1a178905 (version 4.1.0)
2022-05-04 14:55.32 ---> using "4006ae40b3d1df901ae3a608b0029547902b2030130ee5afab1d361d07587362" from cache

/home/opam: (run (cache (download-cache (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell "sudo apt-get update && opam install -y \"mirage>=4\""))
Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
Get:2 http://security.debian.org/debian-security buster/updates/main arm64 Packages [312 kB]
Get:3 http://deb.debian.org/debian buster InRelease [122 kB]
Get:4 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
Get:5 http://deb.debian.org/debian buster/main arm64 Packages [7739 kB]
Get:6 http://deb.debian.org/debian buster-updates/main arm64 Packages.diff/Index [10.6 kB]
Get:7 http://deb.debian.org/debian buster-updates/main arm64 Packages 2022-03-26-2012.00.pdiff [168 B]
Get:7 http://deb.debian.org/debian buster-updates/main arm64 Packages 2022-03-26-2012.00.pdiff [168 B]
Fetched 8301 kB in 6s (1329 kB/s)
Reading package lists...

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

The following actions will be performed:
  - install seq                base   [required by lwt]
  - install ocamlbuild         0.14.1 [required by astring, bos]
  - install cmdliner           1.1.1  [required by functoria]
  - install conf-pkg-config    2      [required by opam-monorepo]
  - install dune               3.1.1  [required by mirage]
  - install ocamlfind          1.9.3  [required by astring, bos]
  - install stdlib-shims       0.3.0  [required by ipaddr]
  - install result             1.5    [required by functoria]
  - install pecu               0.6    [required by emile]
  - install opam-monorepo      0.3.0  [required by mirage]
  - install ocaml-syntax-shims 1.0.0  [required by lwt, angstrom]
  - install macaddr            5.3.0  [required by ipaddr]
  - install domain-name        0.4.0  [required by ipaddr]
  - install csexp              1.5.1  [required by dune-configurator]
  - install cppo               1.6.8  [required by lwt]
  - install bigstringaf        0.9.0  [required by emile]
  - install bigarray-compat    1.1.0  [required by mmap]
  - install base64             3.5.0  [required by emile]
  - install topkg              1.0.5  [required by astring, bos]
  - install base-bytes         base   [required by stringext]
  - install ipaddr             5.3.0  [required by mirage]
  - install dune-configurator  3.1.1  [required by lwt]
  - install angstrom           0.15.0 [required by emile, uri]
  - install mmap               1.2.0  [required by lwt]
  - install uutf               1.0.3  [required by emile]
  - install rresult            0.7.0  [required by bos, functoria]
  - install fmt                0.9.0  [required by functoria, bos, mirage-runtime]
  - install astring            0.8.5  [required by mirage]
  - install stringext          1.6.0  [required by uri]
  - install ocplib-endian      1.2    [required by lwt]
  - install emile              1.1    [required by functoria]
  - install functoria-runtime  4.1.0* [required by mirage-runtime]
  - install fpath              0.7.3  [required by bos, functoria]
  - install uri                4.2.0  [required by functoria]
  - install lwt                5.5.0  [required by mirage-runtime]
  - install logs               0.7.0  [required by mirage]
  - install mirage-runtime     4.1.0* [required by mirage]
  - install bos                0.2.1  [required by mirage]
  - install functoria          4.1.0* [required by mirage]
  - install mirage             4.1.0*
===== 40 to install =====

The following system packages will first need to be installed:
    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" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libglib2.0-0:arm64.
- (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 ... 17364 files and directories currently installed.)
- Preparing to unpack .../0-libglib2.0-0_2.58.3-2+deb10u3_arm64.deb ...
- Unpacking libglib2.0-0:arm64 (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:arm64.
- Preparing to unpack .../2-libicu63_63.1-6+deb10u3_arm64.deb ...
- Unpacking libicu63:arm64 (63.1-6+deb10u3) ...
- Selecting previously unselected package libxml2:arm64.
- Preparing to unpack .../3-libxml2_2.9.4+dfsg1-7+deb10u3_arm64.deb ...
- Unpacking libxml2:arm64 (2.9.4+dfsg1-7+deb10u3) ...
- Selecting previously unselected package pkg-config.
- Preparing to unpack .../4-pkg-config_0.29-6_arm64.deb ...
- Unpacking pkg-config (0.29-6) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../5-shared-mime-info_1.10-1_arm64.deb ...
- Unpacking shared-mime-info (1.10-1) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../6-xdg-user-dirs_0.17-2_arm64.deb ...
- Unpacking xdg-user-dirs (0.17-2) ...
- Setting up xdg-user-dirs (0.17-2) ...
- Setting up libglib2.0-0:arm64 (2.58.3-2+deb10u3) ...
- No schema files found: doing nothing.
- Setting up libicu63:arm64 (63.1-6+deb10u3) ...
- Setting up libglib2.0-data (2.58.3-2+deb10u3) ...
- Setting up pkg-config (0.29-6) ...
- Setting up libxml2:arm64 (2.9.4+dfsg1-7+deb10u3) ...
- Setting up shared-mime-info (1.10-1) ...
- Processing triggers for libc-bin (2.28-10) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.15.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base64.3.5.0  (cached)
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved bigstringaf.0.9.0  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved cmdliner.1.1.1  (cached)
-> retrieved cppo.1.6.8  (cached)
-> retrieved csexp.1.5.1  (cached)
-> retrieved domain-name.0.4.0  (cached)
-> retrieved dune.3.1.1  (cached)
-> installed conf-pkg-config.2
-> retrieved dune-configurator.3.1.1  (cached)
-> retrieved emile.1.1  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> installed cmdliner.1.1.1
-> retrieved ipaddr.5.3.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt.5.5.0  (cached)
-> retrieved macaddr.5.3.0  (cached)
-> retrieved mirage.4.1.0  (no changes)
-> retrieved functoria-runtime.4.1.0  (no changes)
-> retrieved mmap.1.2.0  (cached)
-> retrieved functoria.4.1.0  (no changes)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.14.1  (cached)
-> retrieved ocamlfind.1.9.3  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved pecu.0.6  (cached)
-> retrieved result.1.5  (cached)
-> retrieved rresult.0.7.0  (cached)
-> installed seq.base
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved topkg.1.0.5  (cached)
-> retrieved mirage-runtime.4.1.0  (no changes)
-> retrieved uutf.1.0.3  (cached)
-> retrieved uri.4.2.0  (cached)
-> retrieved opam-monorepo.0.3.0  (cached)
-> installed ocamlfind.1.9.3
-> installed base-bytes.base
-> installed ocamlbuild.0.14.1
-> installed topkg.1.0.5
-> installed dune.3.1.1
-> installed rresult.0.7.0
-> installed base64.3.5.0
-> installed bigarray-compat.1.1.0
-> installed bigstringaf.0.9.0
-> installed csexp.1.5.1
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed uutf.1.0.3
-> installed cppo.1.6.8
-> installed domain-name.0.4.0
-> installed macaddr.5.3.0
-> installed ocaml-syntax-shims.1.0.0
-> installed pecu.0.6
-> installed result.1.5
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed mmap.1.2.0
-> installed ocplib-endian.1.2
-> installed functoria-runtime.4.1.0
-> installed angstrom.0.15.0
-> installed fpath.0.7.3
-> installed ipaddr.5.3.0
-> installed emile.1.1
-> installed dune-configurator.3.1.1
-> installed uri.4.2.0
-> installed lwt.5.5.0
-> installed logs.0.7.0
-> installed mirage-runtime.4.1.0
-> installed bos.0.2.1
-> installed opam-monorepo.0.3.0
-> installed functoria.4.1.0
-> installed mirage.4.1.0
Done.
# Run eval $(opam env) to update the current shell environment
2022-05-04 14:55.32 ---> using "ac9840aaf575655cb04128159a49a1f1fe3290ab2e3b52b9f94a9b60db3f1576" from cache

/home/opam: (copy (src .) (dst /src/))
2022-05-04 14:55.32 ---> using "34771e23d0a9575ebcc6fd4fab9b74bdc52d3bcf9ef9bfb53d85883fd5babc2e" from cache

/home/opam: (env MODE hvt)

/home/opam: (workdir /src/)

/src/: (run (shell "opam exec -- make configure"))
mirage configure -f tutorial/noop/config.ml -t hvt 
mirage configure -f tutorial/noop-functor/config.ml -t hvt 
mirage configure -f tutorial/hello/config.ml -t hvt 
mirage configure -f tutorial/hello-key/config.ml -t hvt 
mirage configure -f tutorial/lwt/echo_server/config.ml -t hvt 
mirage configure -f tutorial/lwt/heads1/config.ml -t hvt 
mirage configure -f tutorial/lwt/heads2/config.ml -t hvt 
mirage configure -f tutorial/lwt/timeout1/config.ml -t hvt 
mirage configure -f tutorial/lwt/timeout2/config.ml -t hvt 
mirage configure -f tutorial/app_info/config.ml -t hvt 
mirage configure -f device-usage/clock/config.ml -t hvt 
mirage configure -f device-usage/conduit_server/config.ml -t hvt 
mirage configure -f device-usage/console/config.ml -t hvt 
mirage configure -f device-usage/http-fetch/config.ml -t hvt 
mirage configure -f device-usage/kv_ro/config.ml -t hvt 
mirage configure -f device-usage/network/config.ml -t hvt 
mirage configure -f device-usage/ping6/config.ml -t hvt 
mirage configure -f device-usage/prng/config.ml -t hvt 
mirage configure -f applications/docteur/config.ml -t hvt 
mirage configure -f applications/dhcp/config.ml -t hvt 
mirage configure -f applications/git/config.ml -t hvt 
mirage configure -f applications/dns/config.ml -t hvt 
mirage configure -f applications/crypto/config.ml -t hvt 
mirage configure -f applications/static_website_tls/config.ml -t hvt 
mirage configure -f device-usage/block/config.ml -t hvt 
2022-05-04 14:55.32 ---> using "47d28a9bc507f588a78a36901965b06f24379f42910b4622f3ea7886b08f890f" from cache

/src/: (env MIRAGE_EXTRA_REPOS opam-overlays:https://github.com/dune-universe/opam-overlays.git#3d8cfb3d67e3680d45c6bf1464bb9af8f9730707,mirage-opam-overlays:https://github.com/dune-universe/mirage-opam-overlays.git#a59e36702822c31e662b242c6d056a31533590e6)

/src/: (run (network host)
            (shell "opam exec -- make lock"))
[opam-overlays] Initialised
[NOTE] Repository opam-overlays has been added to the selections of switch 4.13 only.
       Run `opam repository add opam-overlays --all-switches|--set-default' to use it in all existing switches, or in newly created switches, respectively.

[mirage-opam-overlays] Initialised
[NOTE] Repository mirage-opam-overlays has been added to the selections of switch 4.13 only.
       Run `opam repository add mirage-opam-overlays --all-switches|--set-default' to use it in all existing switches, or in newly created switches, respectively.

opam monorepo lock --recurse-opam noop-hvt noop-functor-hvt hello-hvt hello-key-hvt echo_server-hvt heads1-hvt heads2-hvt timeout1-hvt timeout2-hvt echo_server-hvt app-info-hvt speaking_clock-hvt conduit_server-hvt console-hvt http-fetch-hvt kv_ro-hvt network-hvt ping-hvt prng-hvt static_kv_ro-hvt dhcp-hvt minigit-hvt resolve-hvt crypto-test-hvt https-hvt block_test-hvt --build-only --ocaml-version 4.13.1 -l ./mirage.opam.locked
==> Using 25 locally scanned packages as the targets.
opam-monorepo: [ERROR] Can't find all required versions.
Selected: angstrom.0.15.0 app-info-hvt.zdev arp.3.0.0 art.0.1.1
          asn1-combinators.0.2.6 astring.0.8.5+dune awa.0.1.0
          awa-mirage.0.1.0 base.v0.15.0 base-bigarray.base base-bytes.base
          base-threads.base base-unix.base base64.3.5.0 bheap.2.0.0
          bigarray-compat.1.1.0 bigstringaf.0.9.0 block_test-hvt.zdev
          bos.0.2.1+dune ca-certs.0.2.2 ca-certs-nss.3.77 carton.0.4.4
          carton-git.0.4.4 carton-lwt.0.4.4 charrua.1.5.0
          charrua-server.1.5.0 checkseum.0.3.3 cmdliner.1.1.1+dune
          cohttp.5.0.0 cohttp-lwt.5.0.0 cohttp-mirage.5.0.0 conduit.5.1.0
          conduit-lwt.5.1.0 conduit-mirage.5.1.0 conduit_server-hvt.zdev
          conf-gmp.4 conf-gmp-powm-sec.3 conf-m4.1 conf-pkg-config.2
          console-hvt.zdev cppo.1.6.8 crunch.3.2.0 crypto-test-hvt.zdev
          csexp.1.5.1 cstruct.6.1.0 cstruct-lwt.6.1.0 cstruct-sexp.6.1.0
          cstruct-unix.6.1.0 decompress.1.4.3 dhcp-hvt.zdev digestif.1.1.2
          dns.6.2.2 dns-client.6.2.2 docteur.0.0.5 docteur-solo5.0.0.5
          domain-name.0.4.0 duff.0.5 dune.3.1.1 dune-build-info.3.1.1
          dune-configurator.3.1.1 duration.0.2.0 echo_server-hvt.zdev
          emile.1.1 encore.0.8 eqaf.0.8 ethernet.3.0.0 faraday.0.8.1
          findlib.1.8.1+dune fmt.0.9.0+dune fpath.0.7.3+dune git.3.9.1
          git-mirage.3.9.1 git-paf.3.9.1 git-unix.3.9.1 gmap.0.3.0
          gmp.6.2.1-2 h2.0.8.0 happy-eyeballs.0.3.0 happy-eyeballs-lwt.0.3.0
          happy-eyeballs-mirage.0.3.0 heads1-hvt.zdev heads2-hvt.zdev
          hello-hvt.zdev hello-key-hvt.zdev hex.1.5.0 hkdf.1.0.4 hpack.0.2.0
          http-fetch-hvt.zdev httpaf.0.7.1 https-hvt.zdev hxd.0.3.2
          io-page.3.0.0 ipaddr.5.3.0 ipaddr-sexp.5.3.0 jsonm.1.0.1+dune
          ke.0.6 kv_ro-hvt.zdev logs.0.7.0+dune2 lru.0.3.0 lwt.5.5.0
          lwt-dllist.1.0.1 macaddr.5.3.0 macaddr-cstruct.5.3.0
          macaddr-sexp.5.3.0 magic-mime.1.2.0 menhir.20220210
          menhirLib.20220210 menhirSdk.20220210 metrics.0.4.0 mimic.0.0.5
          mimic-happy-eyeballs.0.0.5 minigit-hvt.zdev mirage-block.3.0.0
          mirage-block-solo5.0.8.0 mirage-bootvar-solo5.0.6.0
          mirage-channel.4.1.0 mirage-clock.4.2.0 mirage-clock-solo5.4.2.0
          mirage-clock-unix.4.2.0 mirage-console.5.1.0
          mirage-console-solo5.0.8.0 mirage-crypto.0.10.6
          mirage-crypto-ec.0.10.6 mirage-crypto-pk.0.10.6
          mirage-crypto-rng.0.10.6 mirage-crypto-rng-mirage.0.10.6
          mirage-flow.3.0.0 mirage-flow-combinators.3.0.0 mirage-kv.4.0.1
          mirage-kv-mem.3.0.0 mirage-logs.1.2.0 mirage-net.4.0.0
          mirage-net-solo5.0.8.0 mirage-no-xen.1 mirage-profile.0.9.1
          mirage-random.3.0.0 mirage-solo5.0.8.0 mirage-time.3.0.0
          mirage-unix.5.0.0 mmap.1.2.0 mtime.1.4.0+dune network-hvt.zdev
          noop-functor-hvt.zdev noop-hvt.zdev num.1.4+dune
          ocaml-base-compiler.4.13.1 ocaml-compiler-libs.v0.12.4
          ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0
          ocamlfind.1.8.1+dune ocamlgraph.2.0.0 ocplib-endian.1.2
          optint.0.2.0 paf.0.0.9 parse-argv.0.2.0 parsexp.v0.15.0 pbkdf.1.2.0
          pecu.0.6 ping-hvt.zdev ppx_cstruct.6.1.0 ppx_derivers.1.2.1
          ppx_sexp_conv.v0.15.1 ppxlib.0.26.0 prng-hvt.zdev psq.0.2.0
          ptime.1.0.0+dune2 randomconv.0.1.3 re.1.10.4 resolve-hvt.zdev
          result.1.5 rresult.0.7.0+dune seq.base+dune sexplib.v0.15.0
          sexplib0.v0.15.0 speaking_clock-hvt.zdev static_kv_ro-hvt.zdev
          stdlib-shims.0.3.0 stringext.1.6.0 tcpip.7.1.0 timeout1-hvt.zdev
          timeout2-hvt.zdev tls.0.15.3 tls-mirage.0.15.3 uri.4.2.0
          uri-sexp.4.2.0 uutf.1.0.3+dune vchan.6.0.1 x509.0.16.0
          xenstore.2.1.1 xenstore_transport.1.3.0 zarith.1.12+dune+mirage
          ocaml-base-compiler&app-info-hvt&block_test-hvt&conduit_server-hvt&console-hvt&crypto-test-hvt&dhcp-hvt&echo_server-hvt&heads1-hvt&heads2-hvt&hello-hvt&hello-key-hvt&http-fetch-hvt&https-hvt&kv_ro-hvt&minigit-hvt&network-hvt&noop-functor-hvt&noop-hvt&ping-hvt&prng-hvt&resolve-hvt&speaking_clock-hvt&static_kv_ro-hvt&timeout1-hvt&timeout2-hvt
          ocaml-base-compiler ocaml ocaml ocaml-base-compiler ocaml-variants
          gmp mirage-no-solo5&mirage-no-xen
- mirage-no-solo5 -> (problem)
    Rejected candidates:
      mirage-no-solo5.1: Requires mirage-solo5 conflict with all versions
- mirage-runtime -> (problem)
    app-info-hvt zdev requires >= 4.0 & < 4.1.0
    Rejected candidates:
      mirage-runtime.4.1.0: Incompatible with restriction: >= 4.0 & < 4.1.0
- ocaml -> ocaml.4.13.1
    User requested = 4.13.1
- ocaml-variants -> (problem)
    Rejected candidates:
      ocaml-variants.5.0.0+trunk: In same conflict class (ocaml-core-compiler) as ocaml-base-compiler
      ocaml-variants.4.14.1+trunk: In same conflict class (ocaml-core-compiler) as ocaml-base-compiler
      ocaml-variants.4.14.0+trunk: In same conflict class (ocaml-core-compiler) as ocaml-base-compiler
      ocaml-variants.4.14.0+options: In same conflict class (ocaml-core-compiler) as ocaml-base-compiler
      ocaml-variants.4.14.0~rc2+options: In same conflict class (ocaml-core-compiler) as ocaml-base-compiler
      ...
make: *** [Makefile:67: lock] Error 1
"/bin/bash" "-c" "opam exec -- make lock" failed with exit status 2

2022-05-04 14:56.30: Job failed: Failed: Build failed