Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ec] Handle K_gen correctly for bitlen mod 8 <> 0 #230

Merged
merged 2 commits into from
May 8, 2024

minor improvements (#1)

47ee4a8
Select commit
Loading
Failed to load commit list.
Merged

[ec] Handle K_gen correctly for bitlen mod 8 <> 0 #230

minor improvements (#1)
47ee4a8
Select commit
Loading
Failed to load commit list.
Cirrus CI / freebsd OCAML_VERSION:4.14.2 failed May 8, 2024 in 15m 10s

Task Summary

Instruction test_mirage failed in 01:17

Details

✅ 00:02 clone
✅ 00:14 pkg_install
✅ 06:24 ocaml
✅ 06:48 pin_packages
✅ 00:22 test
❌ 01:17 test_mirage

  ∗ install bigstringaf     0.9.1  [required by emile]
  ∗ install fpath           0.7.3  [required by mirage]
  ∗ install rresult         0.7.0  [required by mirage]
  ∗ install base64          3.5.1  [required by emile]
  ∗ install conf-pkg-config 3      [required by opam-monorepo]
  ∗ install pecu            0.7    [required by emile]
  ∗ install angstrom        0.16.0 [required by emile, uri]
  ∗ install bos             0.2.1  [required by mirage]
  ∗ install opam-monorepo   0.4.0  [required by mirage]
  ∗ install uri             4.4.0  [required by mirage]
  ∗ install emile           1.1    [required by mirage]
  ∗ install mirage          4.5.0
===== ∗ 13 =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved bigstringaf.0.9.1  (https://opam.ocaml.org/cache)
⬇ retrieved bos.0.2.1  (https://opam.ocaml.org/cache)
⬇ retrieved base64.3.5.1  (https://opam.ocaml.org/cache)
⬇ retrieved angstrom.0.16.0  (https://opam.ocaml.org/cache)
⬇ retrieved mirage.4.5.0  (cached)
∗ installed bigstringaf.0.9.1
⬇ retrieved fpath.0.7.3  (https://opam.ocaml.org/cache)
⬇ retrieved emile.1.1  (https://opam.ocaml.org/cache)
∗ installed base64.3.5.1
⬇ retrieved pecu.0.7  (https://opam.ocaml.org/cache)
⬇ retrieved rresult.0.7.0  (https://opam.ocaml.org/cache)
∗ installed angstrom.0.16.0
∗ installed conf-pkg-config.3
⬇ retrieved stringext.1.6.0  (https://opam.ocaml.org/cache)
∗ installed fpath.0.7.3
∗ installed pecu.0.7
∗ installed rresult.0.7.0
⬇ retrieved uri.4.4.0  (https://opam.ocaml.org/cache)
∗ installed emile.1.1
⬇ retrieved opam-monorepo.0.4.0  (https://opam.ocaml.org/cache)
∗ installed bos.0.2.1
∗ installed opam-monorepo.0.4.0
∗ installed stringext.1.6.0
∗ installed uri.4.4.0
∗ installed mirage.4.5.0
Done.
+ version='version: "0.11.99~dev"'
+ echo version: '"0.11.99~dev"'
+ echo version: '"0.11.99~dev"'
+ echo version: '"0.11.99~dev"'
+ echo version: '"0.11.99~dev"'
+ mirage configure -t unix -f mirage/config.ml
(cd _build/default && /.opam/4.14.2/bin/ocamlc.opt -w @[email protected]@30..39@[email protected]@[email protected] -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I mirage/.config.eobjs/byte -I /.opam/4.14.2/lib/angstrom -I /.opam/4.14.2/lib/astring -I /.opam/4.14.2/lib/base64 -I /.opam/4.14.2/lib/bigstringaf -I /.opam/4.14.2/lib/bos -I /.opam/4.14.2/lib/cmdliner -I /.opam/4.14.2/lib/domain-name -I /.opam/4.14.2/lib/emile -I /.opam/4.14.2/lib/fmt -I /.opam/4.14.2/lib/fpath -I /.opam/4.14.2/lib/ipaddr -I /.opam/4.14.2/lib/logs -I /.opam/4.14.2/lib/macaddr -I /.opam/4.14.2/lib/mirage -I /.opam/4.14.2/lib/mirage/devices -I /.opam/4.14.2/lib/mirage/functoria -I /.opam/4.14.2/lib/pecu -I /.opam/4.14.2/lib/rresult -I /.opam/4.14.2/lib/stringext -I /.opam/4.14.2/lib/uri -I /.opam/4.14.2/lib/uutf -no-alias-deps -opaque -o mirage/.config.eobjs/byte/dune__exe__Config.cmo -c -impl mirage/config.ml)
File "mirage/config.ml", line 3, characters 11-18:
3 | let main = foreign "Unikernel.Main" (random @-> job)
               ^^^^^^^
Error: Unbound value foreign
run ['dune' 'build' 'mirage/config.exe' '--root' '.' '--workspace'
     'mirage/mirage/dune-workspace.config']: exited with 1
+ exit 1
������������������������������������������������������������������������������